UNPKG

@react-spectrum/s2

Version:
93 lines (82 loc) 3.29 kB
require("./ClearButton.css"); var $89dd175101ffc43a$exports = require("./Cross.cjs"); var $2061c83559b50a66$exports = require("./pressScale.cjs"); var $ae1Ho$reactjsxruntime = require("react/jsx-runtime"); var $ae1Ho$reactariacomponents = require("react-aria-components"); var $ae1Ho$react = require("react"); var $ae1Ho$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, "ClearButton", () => $4fb579ecc195bd2b$export$13ec83e50bf04290); /* * 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 $4fb579ecc195bd2b$var$focusRingStyles = { outlineStyle: { "default": "none", isFocusVisible: "solid" }, outlineColor: "focus-ring", outlineWidth: 2, outlineOffset: 2 }; const $4fb579ecc195bd2b$var$visibleClearButton = function anonymous(props) { let rules = " "; if (props.isFocusVisible) rules += ' _Lf91'; else rules += ' _Le91'; if (props.isStaticColor) rules += ' Ok91'; else rules += ' Oh91'; rules += ' _Mc91'; rules += ' _Kc91'; rules += ' sd91'; rules += ' eb91'; rules += ' _Ca91'; rules += ' Fb91'; if (props.size === "XL") rules += ' ZF91'; else if (props.size === "L") rules += ' Zw91'; else if (props.size === "S") rules += ' Zo91'; else if (props.size === "XS") rules += ' Zm91'; else rules += ' ZC91'; rules += ' _va91'; rules += ' og91'; rules += ' ng91'; rules += ' kg91'; rules += ' jg91'; rules += ' _je91'; rules += ' g991'; rules += ' _oa91'; rules += ' Td91'; rules += ' Qd91'; rules += ' Sd91'; rules += ' Rd91'; rules += ' p40ub4c91'; rules += ' -_8sjo0b-t5ZbAob91'; return rules; }; const $4fb579ecc195bd2b$export$13ec83e50bf04290 = /*#__PURE__*/ (0, $ae1Ho$react.forwardRef)(function ClearButton(props, ref) { let { size: size = 'M', isStaticColor: isStaticColor = false, ...rest } = props; let domRef = (0, $ae1Ho$reactspectrumutils.useFocusableRef)(ref); return /*#__PURE__*/ (0, $ae1Ho$reactjsxruntime.jsx)((0, $ae1Ho$reactariacomponents.Button), { ...rest, ref: domRef, style: (0, $2061c83559b50a66$exports.pressScale)(domRef), className: (renderProps)=>$4fb579ecc195bd2b$var$visibleClearButton({ ...renderProps, size: size, isStaticColor: isStaticColor }), children: /*#__PURE__*/ (0, $ae1Ho$reactjsxruntime.jsx)((0, $89dd175101ffc43a$exports.default), { size: props.size }) }); }); //# sourceMappingURL=ClearButton.cjs.map