UNPKG

@react-spectrum/s2

Version:
107 lines (96 loc) 5.38 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|Z|N|L)[^\s]+/g) || []).join(''); rules += ' sd91'; rules += ' _wb91'; if (props.density === "spacious") rules += ' UWJpoB91'; else if (props.density === "regular") rules += ' Ub91'; else if (props.density === "compact") rules += ' Ua91'; if (props.density === "spacious") rules += ' qWJpoB91'; else if (props.density === "regular") rules += ' qb91'; else if (props.density === "compact") rules += ' qa91'; 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 += ' _Lf91'; else rules += ' _Le91'; rules += ' Oh91'; rules += ' _Mc91'; rules += ' _Kd91'; rules += ' _Pc91'; if (props.rounding === "full") rules += ' og91'; else if (props.rounding === "default") rules += ' oa91'; else if (props.rounding === "none") rules += ' od91'; if (props.rounding === "full") rules += ' ng91'; else if (props.rounding === "default") rules += ' na91'; else if (props.rounding === "none") rules += ' nd91'; if (props.rounding === "full") rules += ' kg91'; else if (props.rounding === "default") rules += ' ka91'; else if (props.rounding === "none") rules += ' kd91'; if (props.rounding === "full") rules += ' jg91'; else if (props.rounding === "default") rules += ' ja91'; else if (props.rounding === "none") rules += ' jd91'; 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: " _Pa91 _Ob91 Wr91 _lr91 _Ar91 _zr91 _oa91 in91 _jf91 _kc91 hc91 mc91 lc91 Og91 _Lf91 _Mc91 _Kc91 _yb91 oi91 ni91 ki91 ji91" }) ] }) }); } //# sourceMappingURL=ColorSwatchPicker.cjs.map