UNPKG

@react-spectrum/s2

Version:
109 lines (98 loc) 5.4 kB
require("./ColorSwatchPicker.css"); var $8b1ea085cefae738$exports = require("./ColorSwatch.cjs"); var $ac757a4c2bd72aee$exports = require("../icons/useSpectrumContextProps.cjs"); var $7eldL$reactjsxruntime = require("react/jsx-runtime"); var $7eldL$reactariacomponents = require("react-aria-components"); var $7eldL$react = require("react"); var $7eldL$reactspectrumutils = require("@react-spectrum/utils"); function $parcel$export(e, n, v, s) { Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true}); } $parcel$export(module.exports, "ColorSwatchPickerContext", () => $a267e3efa7024819$export$7214f50881fc1eaf); $parcel$export(module.exports, "ColorSwatchPicker", () => $a267e3efa7024819$export$b46792416e3d8515); /* * 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 $a267e3efa7024819$export$7214f50881fc1eaf = /*#__PURE__*/ (0, $7eldL$react.createContext)(null); const $a267e3efa7024819$export$b46792416e3d8515 = /*#__PURE__*/ (0, $7eldL$react.forwardRef)(function ColorSwatchPicker(props, ref) { [props, ref] = (0, $ac757a4c2bd72aee$exports.useSpectrumContextProps)(props, ref, $a267e3efa7024819$export$7214f50881fc1eaf); let { density: density = 'regular', size: size = 'M', rounding: rounding = 'none', UNSAFE_className: UNSAFE_className = '', ...otherProps } = props; let domRef = (0, $7eldL$reactspectrumutils.useDOMRef)(ref); return /*#__PURE__*/ (0, $7eldL$reactjsxruntime.jsx)((0, $7eldL$reactariacomponents.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, $7eldL$reactjsxruntime.jsx)((0, $8b1ea085cefae738$exports.InternalColorSwatchContext).Provider, { value: { useWrapper: $a267e3efa7024819$var$useWrapper, size: size, rounding: rounding }, children: props.children }) }); }); function $a267e3efa7024819$var$useWrapper(swatch, color, rounding) { return /*#__PURE__*/ (0, $7eldL$reactjsxruntime.jsx)((0, $7eldL$reactariacomponents.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, $7eldL$reactjsxruntime.jsxs)((0, $7eldL$reactjsxruntime.Fragment), { children: [ swatch, isSelected && /*#__PURE__*/ (0, $7eldL$reactjsxruntime.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" }) ] }) }); } //# sourceMappingURL=ColorSwatchPicker.cjs.map