@hopper-ui/components 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +1 -1
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +1 -1
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +4 -4
- package/dist/Callout/src/Callout.css +1649 -0
- package/dist/Callout/src/Callout.d.ts +38 -0
- package/dist/Callout/src/Callout.js +30 -0
- package/dist/Callout/src/CalloutContext.d.ts +10 -0
- package/dist/Callout/src/CalloutContext.js +2 -0
- package/dist/Callout/src/CompactCallout.css +1750 -0
- package/dist/Callout/src/CompactCallout.d.ts +18 -0
- package/dist/Callout/src/CompactCallout.js +31 -0
- package/dist/Callout/src/CompactCalloutContext.d.ts +11 -0
- package/dist/Callout/src/CompactCalloutContext.js +2 -0
- package/dist/Callout/src/index.css +1835 -0
- package/dist/Callout/src/index.d.ts +9 -0
- package/dist/Callout/src/index.js +33 -0
- package/dist/Card/src/Card.css +31 -31
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +583 -571
- package/dist/ComboBox/src/ComboBox.d.ts +1 -1
- package/dist/ComboBox/src/ComboBox.js +25 -25
- package/dist/ComboBox/src/index.css +583 -571
- package/dist/ComboBox/src/index.js +25 -25
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +1 -1
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +9 -9
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +8 -8
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +12 -12
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +281 -269
- package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
- package/dist/IllustratedMessage/src/index.css +281 -269
- package/dist/IllustratedMessage/src/index.js +2 -2
- package/dist/Image/src/Image.css +31 -31
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +29 -29
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +32 -32
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +59 -59
- package/dist/Link/src/Link.js +8 -8
- package/dist/Link/src/index.css +59 -59
- package/dist/Link/src/index.js +8 -8
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +13 -13
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +13 -13
- package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
- package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
- package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.d.ts +2 -0
- package/dist/SegmentedControl/src/index.js +10 -10
- package/dist/Select/src/Select.css +587 -575
- package/dist/Select/src/Select.js +25 -25
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +7 -7
- package/dist/Select/src/index.css +587 -575
- package/dist/Select/src/index.js +25 -25
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +2 -2
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +679 -0
- package/dist/buttons/src/CloseButton.d.ts +18 -0
- package/dist/buttons/src/CloseButton.js +27 -0
- package/dist/buttons/src/CloseButtonContext.d.ts +13 -0
- package/dist/buttons/src/CloseButtonContext.js +2 -0
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +9 -9
- package/dist/buttons/src/index.css +262 -250
- package/dist/buttons/src/index.d.ts +2 -0
- package/dist/buttons/src/index.js +18 -16
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +8 -8
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +7 -7
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +14 -14
- package/dist/{chunk-OUGECIOS.js → chunk-2DF25AEQ.js} +2 -2
- package/dist/{chunk-YA5VMTPD.js → chunk-2GGER6XM.js} +2 -2
- package/dist/{chunk-X7PEWS4A.js → chunk-2JXEPUMG.js} +1 -1
- package/dist/{chunk-ULU4LXYF.js → chunk-2XVB536Z.js} +7 -7
- package/dist/{chunk-BOOMSDK7.js → chunk-3JJL6GD6.js} +1 -1
- package/dist/{chunk-3HGZNFEQ.js → chunk-4B5NJLD3.js} +1 -1
- package/dist/{chunk-YAK3UMON.js → chunk-4BXMSXYQ.js} +1 -1
- package/dist/{chunk-LPKBOHFG.js → chunk-55OPYST3.js} +2 -2
- package/dist/{chunk-DW26OLDB.js → chunk-5JYQWCE5.js} +5 -5
- package/dist/{chunk-5OS5HF6G.js → chunk-6LIFUQT4.js} +2 -2
- package/dist/{chunk-TFVDF4YH.js → chunk-75DHKNW2.js} +2 -0
- package/dist/{chunk-5CW3ZTUM.js → chunk-7DLSOYOU.js} +3 -3
- package/dist/{chunk-M5Q2CFRQ.js → chunk-7EUXODLY.js} +1 -1
- package/dist/{chunk-XE6JG2MF.js → chunk-7SCKD7PW.js} +2 -2
- package/dist/{chunk-FQHHLFAB.js → chunk-7UNZPFF5.js} +7 -7
- package/dist/{chunk-Q5WT3U7W.js → chunk-BHIQ5PPC.js} +2 -2
- package/dist/{chunk-VUDALBYV.js → chunk-BXPKRAAY.js} +1 -1
- package/dist/{chunk-D4CWHBFC.js → chunk-DOYWH7O2.js} +7 -7
- package/dist/{chunk-LULTNKIP.js → chunk-DW44WR6W.js} +2 -2
- package/dist/{chunk-56QFPH7A.js → chunk-ERIQNISN.js} +1 -1
- package/dist/{chunk-6I4ZCACA.js → chunk-GNPTWYD3.js} +1 -1
- package/dist/chunk-GRCAVJC6.js +7 -0
- package/dist/{chunk-BQZSLU4S.js → chunk-HJXC5SRI.js} +2 -2
- package/dist/{chunk-SUB3BVYD.js → chunk-HMG6U7FQ.js} +1 -1
- package/dist/{chunk-73CBNN4K.js → chunk-HXNEWO5D.js} +8 -8
- package/dist/{chunk-RTB477QF.js → chunk-I73SWVA3.js} +2 -2
- package/dist/{chunk-X7QAJPWB.js → chunk-IIAAY3DD.js} +1 -1
- package/dist/{chunk-E74QE424.js → chunk-IYRRO5H3.js} +2 -2
- package/dist/{chunk-X5H6RCTP.js → chunk-J6RDT7TX.js} +3 -3
- package/dist/{chunk-GK7I65BF.js → chunk-JAR25BBL.js} +2 -2
- package/dist/{chunk-WN3TGQHF.js → chunk-JNJYQ26N.js} +9 -9
- package/dist/{chunk-3AB3J5EP.js → chunk-JUVZRX26.js} +2 -2
- package/dist/{chunk-B22BEVRV.js → chunk-JZ6DMATL.js} +6 -6
- package/dist/{chunk-CPI34H7R.js → chunk-K3IUMMRF.js} +3 -3
- package/dist/{chunk-AZBN2SOE.js → chunk-K7JDZAO3.js} +7 -7
- package/dist/{chunk-NKCDMR4Y.js → chunk-KBHWDMMF.js} +1 -1
- package/dist/{chunk-LLEWW4UQ.js → chunk-KXAYZ6PQ.js} +1 -1
- package/dist/{chunk-BQJA5YLU.js → chunk-LMATFHSS.js} +6 -6
- package/dist/{chunk-MISFLYHH.js → chunk-MF2LIHC6.js} +2 -2
- package/dist/{chunk-OMGZXRVE.js → chunk-MHQ3VHAA.js} +5 -5
- package/dist/{chunk-4WKUWT6B.js → chunk-MIZJXB3R.js} +5 -5
- package/dist/chunk-MO4EWTIM.js +56 -0
- package/dist/{chunk-XQIEHXUJ.js → chunk-MPCOEMN2.js} +3 -3
- package/dist/{chunk-SC6GOFII.js → chunk-N3XC5CZP.js} +2 -2
- package/dist/{chunk-4PZCXSIJ.js → chunk-NFIZ44XF.js} +3 -3
- package/dist/{chunk-KUBUEVXB.js → chunk-NJUYQ7VF.js} +2 -2
- package/dist/chunk-NZ4VFVXA.js +7 -0
- package/dist/{chunk-OUTV4GW4.js → chunk-OCG7CSY5.js} +1 -1
- package/dist/{chunk-EOES5IUI.js → chunk-OIELLCFE.js} +1 -1
- package/dist/{chunk-LUC6XJU7.js → chunk-OQFPMKF2.js} +11 -11
- package/dist/{chunk-P63VMXVG.js → chunk-P5EIKUXO.js} +3 -3
- package/dist/{chunk-C67PNOQX.js → chunk-PHQ6YPQQ.js} +3 -3
- package/dist/chunk-RBWFFWIG.js +7 -0
- package/dist/{chunk-67VFL63C.js → chunk-RYJBYNZT.js} +1 -1
- package/dist/{chunk-YKHKR2GB.js → chunk-SV6RSWOR.js} +4 -4
- package/dist/{chunk-ZLWJJVD3.js → chunk-TZEOP7YF.js} +1 -1
- package/dist/{chunk-QZL7DSHL.js → chunk-UICYQNAO.js} +4 -4
- package/dist/{chunk-ZXHTDMQB.js → chunk-W5HTSWT3.js} +4 -4
- package/dist/{chunk-DCIGY462.js → chunk-WICGT2T5.js} +1 -1
- package/dist/{chunk-OT3SSSAN.js → chunk-WLIPEWRM.js} +1 -1
- package/dist/{chunk-JELBOYLB.js → chunk-WX5UNPM3.js} +1 -1
- package/dist/{chunk-IFQPPUVZ.js → chunk-XLPW4NX3.js} +10 -10
- package/dist/{chunk-5DW5MIOP.js → chunk-Y7ATRH3L.js} +1 -1
- package/dist/{chunk-O2YRPX5E.js → chunk-YQLCOKBQ.js} +2 -2
- package/dist/{chunk-25APP2V4.js → chunk-Z3WDZ52E.js} +1 -1
- package/dist/chunk-ZVNGQXRR.js +79 -0
- package/dist/chunk-ZWDUMUN4.js +118 -0
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/index.css +1110 -934
- package/dist/index.d.ts +8 -0
- package/dist/index.js +86 -80
- package/dist/inputs/src/InputGroup.css +277 -265
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +299 -287
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +287 -275
- package/dist/inputs/src/PasswordField.js +12 -12
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +7 -7
- package/dist/inputs/src/SearchField.css +293 -281
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +294 -282
- package/dist/inputs/src/TextArea.js +11 -11
- package/dist/inputs/src/TextField.css +291 -279
- package/dist/inputs/src/TextField.js +14 -14
- package/dist/inputs/src/index.css +337 -325
- package/dist/inputs/src/index.js +19 -19
- package/dist/overlays/Popover/src/Popover.css +563 -551
- package/dist/overlays/Popover/src/Popover.js +10 -10
- package/dist/overlays/Popover/src/index.css +563 -551
- package/dist/overlays/Popover/src/index.js +10 -10
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +8 -8
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +8 -8
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +8 -8
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +15 -15
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +8 -8
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +403 -391
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +7 -7
- package/dist/tag/src/index.css +413 -401
- package/dist/tag/src/index.js +16 -16
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +3 -3
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +3 -3
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +8 -8
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
1
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
3
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___RMXjP", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___7r-O4" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
2
|
+
import { _RemainingCharacterCount } from './chunk-MPCOEMN2.js';
|
|
3
3
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
4
|
-
import { _InputGroup } from './chunk-
|
|
5
|
-
import { _ClearButton } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { _ErrorMessage } from './chunk-
|
|
8
|
-
import { ensureTextWrapper } from './chunk-
|
|
9
|
-
import { _Label } from './chunk-
|
|
10
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _InputGroup } from './chunk-2JXEPUMG.js';
|
|
5
|
+
import { _ClearButton } from './chunk-55OPYST3.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-2DF25AEQ.js';
|
|
7
|
+
import { _ErrorMessage } from './chunk-N3XC5CZP.js';
|
|
8
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
9
|
+
import { _Label } from './chunk-PHQ6YPQQ.js';
|
|
10
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
11
11
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
12
12
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
13
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
|
|
|
24
24
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
25
25
|
|
|
26
26
|
// css-module:./TextField.module.css#css-module
|
|
27
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
27
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___kVfBI", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___r0VEy", "hop-TextField__Label": "TextField-module__hop-TextField__Label___vnsad", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___ZYo9M", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___DWbl-", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___fRmDt", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___otK8K" };
|
|
28
28
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
29
29
|
function TextField(props, ref) {
|
|
30
30
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-3JJL6GD6.js';
|
|
4
4
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./SwitchField.module.css#css-module
|
|
16
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
16
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___ifgf0", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___75awR", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___bD0gf", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___oHQcZ", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___UA5kB" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
2
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
|
+
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
3
3
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-2DF25AEQ.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-N3XC5CZP.js';
|
|
6
|
+
import { _Label } from './chunk-PHQ6YPQQ.js';
|
|
7
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./RadioGroup.module.css#css-module
|
|
18
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
18
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___o6OLw", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___0mvuv", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___9D4HG", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___ypoJ4", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___386Hh", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___VbV5f", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___bQ0rh", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___N0NPq", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___gVVJc" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
4
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Checkbox.module.css#css-module
|
|
17
|
-
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-
|
|
17
|
+
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___XMfmk", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___-uP-z", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___8fZVy", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___duryy", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___oJhdw", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___tfNJB", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___2DMVA", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___26W86" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
4
|
-
import { _Spinner } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-55OPYST3.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-KBHWDMMF.js';
|
|
4
|
+
import { _Spinner } from './chunk-HJXC5SRI.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
7
|
-
import { useLocalizedString } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
7
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
9
9
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
10
10
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
21
21
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
22
22
|
|
|
23
23
|
// css-module:./Tag.module.css#css-module
|
|
24
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
24
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___8pI92", "hop-Tag--sm": "Tag-module__hop-Tag--sm___MmTQ4", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___aV20P", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___YD-dV", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___k-VXJ", "hop-Tag--md": "Tag-module__hop-Tag--md___gGkIK", "hop-Tag--lg": "Tag-module__hop-Tag--lg___vidnH", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___yvy7g", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___6FTBO", "hop-Tag--progress": "Tag-module__hop-Tag--progress___RUlR8", "hop-Tag--positive": "Tag-module__hop-Tag--positive___PxbKz", "hop-Tag--caution": "Tag-module__hop-Tag--caution___-kjim", "hop-Tag--negative": "Tag-module__hop-Tag--negative___HRNI1", "hop-Tag--option1": "Tag-module__hop-Tag--option1___6Slap", "hop-Tag--option2": "Tag-module__hop-Tag--option2___KcPxh", "hop-Tag--option3": "Tag-module__hop-Tag--option3___eE1G8", "hop-Tag--option4": "Tag-module__hop-Tag--option4___Yl7NY", "hop-Tag--option5": "Tag-module__hop-Tag--option5___EmjBQ", "hop-Tag--option6": "Tag-module__hop-Tag--option6___Q8M1P", "hop-Tag__icon": "Tag-module__hop-Tag__icon___u923K", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___f-Xe0", "hop-Tag__text": "Tag-module__hop-Tag__text___f1kGs", "hop-Tag__badge": "Tag-module__hop-Tag__badge___GOQcL", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___hvqU8" };
|
|
25
25
|
var GlobalTagCssSelector = "hop-Tag";
|
|
26
26
|
var TagToTextSizeAdapter = {
|
|
27
27
|
sm: "xs",
|
|
@@ -20,7 +20,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
23
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
23
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___tHTN9", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___GGTp9", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___y8j8G", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___zK4NR", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___euARn", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___Fe8-g", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___WxJr-", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___IQR3x", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___HdKSY", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___dJCvA", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___2Ek0f", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___0DPJ-", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___RmwOz", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___uxtHf", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___9JkLZ", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___QJXMa" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./SvgImage.module.css#css-module
|
|
10
|
-
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-
|
|
10
|
+
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___xNKA6" };
|
|
11
11
|
var GlobalSvgImageCssSelector = "hop-SvgImage";
|
|
12
12
|
function SvgImage(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, SvgImageContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
|
-
import { _Spinner } from './chunk-
|
|
3
|
-
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
2
|
+
import { _Spinner } from './chunk-HJXC5SRI.js';
|
|
4
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
4
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
6
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
7
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
8
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Button as Button$1 }
|
|
|
17
17
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./Button.module.css#css-module
|
|
20
|
-
var Button_module_default = { "hop-Button": "Button-module__hop-
|
|
20
|
+
var Button_module_default = { "hop-Button": "Button-module__hop-Button___XnpzX", "hop-Button--fluid": "Button-module__hop-Button--fluid___ZZXwq", "hop-Button--sm": "Button-module__hop-Button--sm___6jOD3", "hop-Button--md": "Button-module__hop-Button--md___3yl4O", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___-VLNH", "hop-Button--primary": "Button-module__hop-Button--primary___5doCv", "hop-Button--secondary": "Button-module__hop-Button--secondary___p2tPu", "hop-Button--upsell": "Button-module__hop-Button--upsell___pbl2O", "hop-Button--danger": "Button-module__hop-Button--danger___D4nJ-", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___WPu49", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___M0eZA", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___-Mvaw", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___Bhn4b", "hop-Button__icon": "Button-module__hop-Button__icon___ShNZp", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___dbXFP", "hop-Button__text": "Button-module__hop-Button__text___iwCeX", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___4hJm7", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___SXzot" };
|
|
21
21
|
var GlobalButtonCssSelector = "hop-Button";
|
|
22
22
|
function Button(props, ref) {
|
|
23
23
|
var _a, _b;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ensureTextWrapper } from './chunk-
|
|
1
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
2
2
|
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
3
3
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
4
4
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./DisclosurePanel.module.css#css-module
|
|
15
|
-
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-
|
|
15
|
+
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___xjUPg", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___Vs-eq", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___CmsaB", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___lu8pU" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
2
2
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
-
import { _HelperMessage } from './chunk-
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _HelperMessage } from './chunk-2DF25AEQ.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-N3XC5CZP.js';
|
|
5
|
+
import { _Label } from './chunk-PHQ6YPQQ.js';
|
|
6
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as Tag
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./TagGroup.module.css#css-module
|
|
17
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
17
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___pfKOC", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___iCozS", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___mm9hn", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___hr57K", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___dxlVn" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
2
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
3
3
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _HelperMessage } from './chunk-2DF25AEQ.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-N3XC5CZP.js';
|
|
6
|
+
import { _Label } from './chunk-PHQ6YPQQ.js';
|
|
7
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
18
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
18
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___heWzv", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___9fTRI", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___GEyXu", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___tE8B-", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___I36J8", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___MsiLB", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___XfAev", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___iJzxl", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___A-vX7" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { CloseButtonContext } from './chunk-RBWFFWIG.js';
|
|
2
|
+
import { _Button } from './chunk-LMATFHSS.js';
|
|
3
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
|
+
import { DismissIcon } from '@hopper-ui/icons';
|
|
6
|
+
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
7
|
+
import clsx from 'clsx';
|
|
8
|
+
import { forwardRef } from 'react';
|
|
9
|
+
import { useContextProps } from 'react-aria-components';
|
|
10
|
+
import { jsx } from 'react/jsx-runtime';
|
|
11
|
+
|
|
12
|
+
// css-module:./CloseButton.module.css#css-module
|
|
13
|
+
var CloseButton_module_default = { "hop-CloseButton": "CloseButton-module__hop-CloseButton___hk3-W" };
|
|
14
|
+
var GlobalCloseButtonCssSelector = "hop-CloseButton";
|
|
15
|
+
function CloseButton(props, ref) {
|
|
16
|
+
[props, ref] = useContextProps(props, ref, CloseButtonContext);
|
|
17
|
+
const stringFormatter = useLocalizedString();
|
|
18
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
19
|
+
const {
|
|
20
|
+
"aria-label": ariaLabel = stringFormatter.format("CloseButton.ariaLabel"),
|
|
21
|
+
className,
|
|
22
|
+
style,
|
|
23
|
+
variant = "ghost-secondary",
|
|
24
|
+
...otherProps
|
|
25
|
+
} = ownProps;
|
|
26
|
+
const classNames = clsx(
|
|
27
|
+
GlobalCloseButtonCssSelector,
|
|
28
|
+
cssModule(
|
|
29
|
+
CloseButton_module_default,
|
|
30
|
+
"hop-CloseButton"
|
|
31
|
+
),
|
|
32
|
+
stylingProps.className,
|
|
33
|
+
className
|
|
34
|
+
);
|
|
35
|
+
const mergedStyles = {
|
|
36
|
+
...style,
|
|
37
|
+
...stylingProps.style
|
|
38
|
+
};
|
|
39
|
+
return /* @__PURE__ */ jsx(
|
|
40
|
+
_Button,
|
|
41
|
+
{
|
|
42
|
+
className: classNames,
|
|
43
|
+
style: mergedStyles,
|
|
44
|
+
ref,
|
|
45
|
+
"aria-label": ariaLabel,
|
|
46
|
+
variant,
|
|
47
|
+
slot: "close",
|
|
48
|
+
...otherProps,
|
|
49
|
+
children: /* @__PURE__ */ jsx(DismissIcon, {})
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
var _CloseButton = forwardRef(CloseButton);
|
|
54
|
+
_CloseButton.displayName = "CloseButton";
|
|
55
|
+
|
|
56
|
+
export { GlobalCloseButtonCssSelector, _CloseButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useLocalizedString } from './chunk-
|
|
2
|
-
import { _Text } from './chunk-
|
|
1
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
2
|
+
import { _Text } from './chunk-3JJL6GD6.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___fWRUl" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-3JJL6GD6.js';
|
|
3
3
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps, composeRenderProps } from 'react-ar
|
|
|
10
10
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./ErrorMessage.module.css#css-module
|
|
13
|
-
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-
|
|
13
|
+
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___s2fkF", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___r9WM6" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ToggleArrow } from './chunk-
|
|
2
|
-
import { _Heading } from './chunk-
|
|
1
|
+
import { _ToggleArrow } from './chunk-OIELLCFE.js';
|
|
2
|
+
import { _Heading } from './chunk-ERIQNISN.js';
|
|
3
3
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
4
4
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, DisclosureStateContext, useSlottedContext, composeRend
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./DisclosureHeader.module.css#css-module
|
|
17
|
-
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-
|
|
17
|
+
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___Mipgq", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___wL1S5", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___9Z-QH", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___gwiF2", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___iWoIw", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___Tbm2y" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Radio.module.css#css-module
|
|
16
|
-
var Radio_module_default = { "hop-Radio": "Radio-module__hop-
|
|
16
|
+
var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___upCAH", "hop-Radio--sm": "Radio-module__hop-Radio--sm___9bTbB", "hop-Radio--md": "Radio-module__hop-Radio--md___iA7YH", "hop-Radio__icon": "Radio-module__hop-Radio__icon___dPIaA", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___1A2BK", "hop-Radio__box": "Radio-module__hop-Radio__box___HW11I", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___Vs9-c", "hop-Radio__text": "Radio-module__hop-Radio__text___0Szs3" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Image.module.css#css-module
|
|
10
|
-
var Image_module_default = { "hop-Image": "Image-module__hop-
|
|
10
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___1x3Fo", "hop-Image--rounded": "Image-module__hop-Image--rounded___YSBvP", "hop-Image--circular": "Image-module__hop-Image--circular___2afiF" };
|
|
11
11
|
var GlobalImageCssSelector = "hop-Image";
|
|
12
12
|
function Image(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./ToggleArrow.module.css#css-module
|
|
11
|
-
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-
|
|
11
|
+
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-ToggleArrow___quJy9" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
2
|
-
import { _SelectValue } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
2
|
+
import { _SelectValue } from './chunk-P5EIKUXO.js';
|
|
3
|
+
import { _Popover } from './chunk-SV6RSWOR.js';
|
|
4
4
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
5
5
|
import { _ListBoxSection } from './chunk-DZJSSJVJ.js';
|
|
6
|
-
import { _ListBox } from './chunk-
|
|
7
|
-
import { _ListBoxItem } from './chunk-
|
|
8
|
-
import { _HelperMessage } from './chunk-
|
|
9
|
-
import { _ErrorMessage } from './chunk-
|
|
10
|
-
import { _ToggleArrow } from './chunk-
|
|
11
|
-
import { ensureTextWrapper } from './chunk-
|
|
12
|
-
import { _Label } from './chunk-
|
|
13
|
-
import { useFormProps } from './chunk-
|
|
6
|
+
import { _ListBox } from './chunk-UICYQNAO.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-5JYQWCE5.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-2DF25AEQ.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-N3XC5CZP.js';
|
|
10
|
+
import { _ToggleArrow } from './chunk-OIELLCFE.js';
|
|
11
|
+
import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
|
|
12
|
+
import { _Label } from './chunk-PHQ6YPQQ.js';
|
|
13
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
14
14
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
15
15
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
16
16
|
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, TextContext as TextContext$1, Butt
|
|
|
24
24
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
25
25
|
|
|
26
26
|
// css-module:./Select.module.css#css-module
|
|
27
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
27
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___RIgsU", "hop-Select--fluid": "Select-module__hop-Select--fluid___RsZ0L", "hop-Select__label": "Select-module__hop-Select__label___AOw0b", "hop-Select__button": "Select-module__hop-Select__button___uq2B3", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___epc1I", "hop-Select__button--md": "Select-module__hop-Select__button--md___2nI6u", "hop-Select__prefix": "Select-module__hop-Select__prefix___HWWAj", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___JRd49", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___0Bt-l", "hop-Select__error-message": "Select-module__hop-Select__error-message___lGnTa" };
|
|
28
28
|
var GlobalSelectCssSelector = "hop-Select";
|
|
29
29
|
function Select(props, ref) {
|
|
30
30
|
var _a, _b, _c, _d;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
|
-
import { useLocalizedString } from './chunk-
|
|
3
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
+
import { _Text } from './chunk-3JJL6GD6.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-NH3IVMXB.js';
|
|
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
|
|
|
16
16
|
import { jsx } from 'react/jsx-runtime';
|
|
17
17
|
|
|
18
18
|
// css-module:./SelectValue.module.css#css-module
|
|
19
|
-
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-
|
|
19
|
+
var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___5q3Y0", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___SQNEO", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___oS682", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___e1-xF", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___FJSyX" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
2
|
-
import { useLocalizedString } from './chunk-
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
2
|
+
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
+
import { useFormProps } from './chunk-7EUXODLY.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
6
6
|
import { filterDOMProps } from '@react-aria/utils';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Label.module.css#css-module
|
|
13
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
13
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___GS84I", "hop-Label__indicator": "Label-module__hop-Label__indicator___GAUqr" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
14
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___W5IvL", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___a77h0", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___bfr82", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___idg--", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___Eb4Kc", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___O6dNO", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___gXtS1", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___N2aYl" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PopoverContext } from './chunk-SC6ZK5ON.js';
|
|
2
2
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
3
3
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
4
|
-
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
5
4
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
6
5
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
7
|
-
import {
|
|
6
|
+
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
8
7
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
8
|
+
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
9
|
+
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
9
10
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
10
|
-
import { _HopperProvider } from './chunk-NMKBUGSO.js';
|
|
11
11
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
13
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } fro
|
|
|
19
19
|
import { jsx } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Popover.module.css#css-module
|
|
22
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
22
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___xcXNs", "fade": "Popover-module__fade___9ScP3", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___ibYiJ", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___wQyTe", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___nXu5U", "hop-Popover__title": "Popover-module__hop-Popover__title___9-Y9D", "hop-Popover__content": "Popover-module__hop-Popover__content___xZJrZ", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___9CE-b", "hop-Popover__footer": "Popover-module__hop-Popover__footer___3yp0F", "hop-Popover__actions": "Popover-module__hop-Popover__actions___rs5vj", "hop-Popover__action": "Popover-module__hop-Popover__action___efhI0" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./ListBoxItemSkeleton.module.css#css-module
|
|
10
|
-
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-
|
|
10
|
+
var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___D2vvC", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___XQ0MH", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___uLeSU", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___fHZT8", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___kfNSo", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___QLO3j" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|