UNPKG

@react-spectrum/s2

Version:
103 lines (94 loc) 5.28 kB
import "./ColorSwatchPicker.css"; import {InternalColorSwatchContext as $cd9e1720baab3945$export$2d9e1fe7b5c0ceb6} from "./ColorSwatch.mjs"; import {useSpectrumContextProps as $5ce63c423902f47d$export$764f6146fadd77f7} from "../icons/useSpectrumContextProps.mjs"; import {jsx as $bOBHx$jsx, jsxs as $bOBHx$jsxs, Fragment as $bOBHx$Fragment} from "react/jsx-runtime"; import {ColorSwatchPicker as $bOBHx$ColorSwatchPicker, ColorSwatchPickerItem as $bOBHx$ColorSwatchPickerItem} from "react-aria-components"; import {createContext as $bOBHx$createContext, forwardRef as $bOBHx$forwardRef} from "react"; import {useDOMRef as $bOBHx$useDOMRef} from "@react-spectrum/utils"; /* * Copyright 2024 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ const $ba9c901b6c815fb9$export$7214f50881fc1eaf = /*#__PURE__*/ (0, $bOBHx$createContext)(null); const $ba9c901b6c815fb9$export$b46792416e3d8515 = /*#__PURE__*/ (0, $bOBHx$forwardRef)(function ColorSwatchPicker(props, ref) { [props, ref] = (0, $5ce63c423902f47d$export$764f6146fadd77f7)(props, ref, $ba9c901b6c815fb9$export$7214f50881fc1eaf); let { density: density = 'regular', size: size = 'M', rounding: rounding = 'none', UNSAFE_className: UNSAFE_className = '', ...otherProps } = props; let domRef = (0, $bOBHx$useDOMRef)(ref); return /*#__PURE__*/ (0, $bOBHx$jsx)((0, $bOBHx$ColorSwatchPicker), { ...otherProps, ref: domRef, className: UNSAFE_className + function anonymous(props, overrides) { let rules = " "; rules += ((overrides || '').match(/(?:^|\s)(J|G|I|H|_u|_v|_s|__A|_d|_J|z|y|B|A|_P|_9|W|_l|_A|_z|_6|Z|N|L)[^\s]+/g) || []).join(''); rules += ' sd1'; rules += ' _wb1'; if (props.density === "spacious") rules += ' UWJpoB1'; else if (props.density === "regular") rules += ' Ub1'; else if (props.density === "compact") rules += ' Ua1'; if (props.density === "spacious") rules += ' qWJpoB1'; else if (props.density === "regular") rules += ' qb1'; else if (props.density === "compact") rules += ' qa1'; return rules; }({ density: density }, props.styles), children: /*#__PURE__*/ (0, $bOBHx$jsx)((0, $cd9e1720baab3945$export$2d9e1fe7b5c0ceb6).Provider, { value: { useWrapper: $ba9c901b6c815fb9$var$useWrapper, size: size, rounding: rounding }, children: props.children }) }); }); function $ba9c901b6c815fb9$var$useWrapper(swatch, color, rounding) { return /*#__PURE__*/ (0, $bOBHx$jsx)((0, $bOBHx$ColorSwatchPickerItem), { color: color, className: (renderProps)=>(function anonymous(props) { let rules = " "; if (props.isFocusVisible) rules += ' _Lf1'; else rules += ' _Le1'; rules += ' Oh1'; rules += ' Olc1'; rules += ' _Mc1'; rules += ' _Kd1'; rules += ' _Pc1'; if (props.rounding === "full") rules += ' og1'; else if (props.rounding === "default") rules += ' oa1'; else if (props.rounding === "none") rules += ' od1'; if (props.rounding === "full") rules += ' ng1'; else if (props.rounding === "default") rules += ' na1'; else if (props.rounding === "none") rules += ' nd1'; if (props.rounding === "full") rules += ' kg1'; else if (props.rounding === "default") rules += ' ka1'; else if (props.rounding === "none") rules += ' kd1'; if (props.rounding === "full") rules += ' jg1'; else if (props.rounding === "default") rules += ' ja1'; else if (props.rounding === "none") rules += ' jd1'; rules += ' __ca1'; return rules; })({ ...renderProps, rounding: rounding }), children: ({ isSelected: isSelected })=>/*#__PURE__*/ (0, $bOBHx$jsxs)((0, $bOBHx$Fragment), { children: [ swatch, isSelected && /*#__PURE__*/ (0, $bOBHx$jsx)("div", { "aria-hidden": true, className: " _Pa1 _Ob1 Wr1 _lr1 _Ar1 _zr1 _oa1 in1 _jf1 _kc1 hc1 mc1 lc1 Og1 _Lf1 _Mc1 _Kc1 _yb1 oi1 ni1 ki1 ji1" }) ] }) }); } export {$ba9c901b6c815fb9$export$7214f50881fc1eaf as ColorSwatchPickerContext, $ba9c901b6c815fb9$export$b46792416e3d8515 as ColorSwatchPicker}; //# sourceMappingURL=ColorSwatchPicker.mjs.map