@hopper-ui/components 1.4.8 → 1.4.10
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 +13 -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 +3 -3
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +4 -4
- package/dist/Callout/src/Callout.css +262 -262
- package/dist/Callout/src/Callout.js +10 -10
- package/dist/Callout/src/CompactCallout.css +293 -293
- package/dist/Callout/src/CompactCallout.js +12 -12
- package/dist/Callout/src/index.css +304 -304
- package/dist/Callout/src/index.js +13 -13
- 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 +632 -632
- package/dist/ComboBox/src/ComboBox.js +21 -21
- package/dist/ComboBox/src/index.css +632 -632
- package/dist/ComboBox/src/index.js +21 -21
- 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 +7 -7
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +7 -7
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +10 -10
- 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 +270 -270
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +270 -270
- package/dist/IllustratedMessage/src/index.js +1 -1
- 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 +7 -7
- package/dist/Link/src/index.css +59 -59
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +12 -12
- 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 +12 -12
- package/dist/Modal/src/BaseModal.css +347 -0
- package/dist/Modal/src/BaseModal.d.ts +24 -0
- package/dist/Modal/src/BaseModal.js +5 -0
- package/dist/Modal/src/BaseModalContext.d.ts +8 -0
- package/dist/Modal/src/BaseModalContext.js +2 -0
- package/dist/Modal/src/CustomModal.css +361 -0
- package/dist/Modal/src/CustomModal.d.ts +35 -0
- package/dist/Modal/src/CustomModal.js +7 -0
- package/dist/Modal/src/CustomModalContext.d.ts +8 -0
- package/dist/Modal/src/CustomModalContext.js +2 -0
- package/dist/Modal/src/Modal.css +1806 -0
- package/dist/Modal/src/Modal.d.ts +33 -0
- package/dist/Modal/src/Modal.js +37 -0
- package/dist/Modal/src/ModalContext.d.ts +8 -0
- package/dist/Modal/src/ModalContext.js +2 -0
- package/dist/Modal/src/ModalTrigger.d.ts +5 -0
- package/dist/Modal/src/ModalTrigger.js +2 -0
- package/dist/Modal/src/index.css +1820 -0
- package/dist/Modal/src/index.d.ts +8 -0
- package/dist/Modal/src/index.js +40 -0
- 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 +6 -6
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +7 -7
- package/dist/Select/src/Select.css +576 -576
- package/dist/Select/src/Select.js +19 -19
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +576 -576
- package/dist/Select/src/index.js +19 -19
- 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/Tile/src/Tile.css +37 -37
- package/dist/Tile/src/Tile.js +6 -6
- package/dist/Tile/src/TileGroup.css +29 -29
- package/dist/Tile/src/TileGroup.js +1 -1
- package/dist/Tile/src/index.css +38 -38
- package/dist/Tile/src/index.js +7 -7
- 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 +8 -8
- 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 +2 -2
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +9 -9
- 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 +8 -8
- package/dist/buttons/src/index.css +251 -251
- package/dist/buttons/src/index.js +15 -15
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +7 -7
- 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 +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-RZG5PUET.js → chunk-2B6UJXL6.js} +11 -11
- package/dist/{chunk-UXCNMI34.js → chunk-3G33VYB7.js} +2 -2
- package/dist/{chunk-PXOVV47X.js → chunk-3ZSXVHWK.js} +1 -1
- package/dist/{chunk-S4VWM2B6.js → chunk-4474CZXU.js} +7 -7
- package/dist/{chunk-KIQW5BE4.js → chunk-5GJRY5OC.js} +2 -2
- package/dist/{chunk-VHVRECJY.js → chunk-5JF7EUKN.js} +5 -5
- package/dist/{chunk-WNFSIU36.js → chunk-5JOBLX2X.js} +3 -3
- package/dist/{chunk-OSGTA6DG.js → chunk-5TJHLTQ6.js} +1 -1
- package/dist/{chunk-IYT75GWO.js → chunk-7KRTACMF.js} +2 -2
- package/dist/{chunk-CKH5EUEC.js → chunk-A3SYNZKP.js} +2 -2
- package/dist/{chunk-B7MWXJWS.js → chunk-A6YPAPMB.js} +1 -1
- package/dist/{chunk-MM2SG6JU.js → chunk-ANIQSFMU.js} +1 -1
- package/dist/chunk-ATO2OHLR.js +120 -0
- package/dist/{chunk-7SMF3TO5.js → chunk-AWXL6NRM.js} +2 -2
- package/dist/{chunk-YMQMJAC4.js → chunk-B47MWYFI.js} +4 -4
- package/dist/{chunk-U2E2PK7O.js → chunk-CDFCAPSB.js} +2 -2
- package/dist/{chunk-TMVLBCMF.js → chunk-DE66YUPA.js} +3 -3
- package/dist/{chunk-QR6WDDBN.js → chunk-DMFMZLME.js} +1 -1
- package/dist/chunk-DRFFM5PG.js +6 -0
- package/dist/{chunk-YHRCBRDZ.js → chunk-EEBGOP3G.js} +1 -1
- package/dist/{chunk-72CSHV4D.js → chunk-ERCGNLSF.js} +6 -6
- package/dist/{chunk-NIOF2SKT.js → chunk-EU5SU3GO.js} +2 -2
- package/dist/chunk-EUVOO6AN.js +59 -0
- package/dist/{chunk-Z7ORLEY6.js → chunk-FIZFXOX5.js} +1 -1
- package/dist/{chunk-PAVQC74G.js → chunk-FJWEWI6U.js} +1 -1
- package/dist/chunk-FLU4UPP6.js +7 -0
- package/dist/{chunk-CZRMFNRT.js → chunk-FXFWNXEG.js} +2 -2
- package/dist/{chunk-BPO44JV2.js → chunk-G52FWGYE.js} +3 -3
- package/dist/{chunk-UIG77WBM.js → chunk-GBV5HCMX.js} +5 -5
- package/dist/{chunk-KFH2WZVX.js → chunk-GNEWMHV7.js} +4 -4
- package/dist/{chunk-ML4JW4EF.js → chunk-GPQWIEKH.js} +8 -8
- package/dist/{chunk-Q5XBTXXT.js → chunk-GTCXBX4V.js} +6 -6
- package/dist/{chunk-I2LTZFXN.js → chunk-HNWPRKJS.js} +2 -2
- package/dist/{chunk-EZF74GSX.js → chunk-HYVZXVN6.js} +2 -2
- package/dist/{chunk-53WBWLKL.js → chunk-I7FKLVMO.js} +8 -8
- package/dist/{chunk-EZXZMHPJ.js → chunk-IQCSFR6R.js} +2 -2
- package/dist/{chunk-AD5GQ24L.js → chunk-JLYHWRJV.js} +1 -1
- package/dist/{chunk-IMUQCB4Q.js → chunk-JQHTQISK.js} +2 -2
- package/dist/{chunk-YP2IQM4Y.js → chunk-JRWAJ3QT.js} +1 -1
- package/dist/{chunk-56WMYNUD.js → chunk-K3O2JWWU.js} +3 -3
- package/dist/{chunk-M35EMGMO.js → chunk-K3YSAZUD.js} +1 -1
- package/dist/{chunk-NHKYEZTW.js → chunk-L5OLND54.js} +2 -2
- package/dist/chunk-LUO2HNXA.js +7 -0
- package/dist/chunk-M7VXXZLC.js +77 -0
- package/dist/{chunk-CYICQ2TZ.js → chunk-MA6J3BKQ.js} +1 -1
- package/dist/{chunk-JZ4LJ4M4.js → chunk-NB2FBBIE.js} +3 -3
- package/dist/{chunk-GOY3T3HI.js → chunk-NHM5FY74.js} +2 -2
- package/dist/{chunk-F6D7LSXZ.js → chunk-P4ZMZ54Q.js} +1 -1
- package/dist/{chunk-UC2WGSJH.js → chunk-P6WDC6ZS.js} +10 -10
- package/dist/chunk-PH5BSJDK.js +7 -0
- package/dist/{chunk-KVJHBVJU.js → chunk-PLPALRH6.js} +12 -12
- package/dist/{chunk-SSV5APP2.js → chunk-PSM3JOML.js} +2 -2
- package/dist/{chunk-KW6WJUD5.js → chunk-QLI42RZN.js} +2 -2
- package/dist/{chunk-7HIGRTLG.js → chunk-R5L7SK34.js} +12 -5
- package/dist/{chunk-6CVROWNN.js → chunk-RAWGWYOF.js} +2 -2
- package/dist/{chunk-ZJBNVQTB.js → chunk-REKY4BJM.js} +1 -1
- package/dist/{chunk-W2TEMTXK.js → chunk-S7RI5RQO.js} +1 -1
- package/dist/{chunk-SRMMLWHK.js → chunk-SMSHSMED.js} +1 -1
- package/dist/{chunk-XV2C6MXF.js → chunk-T3WRJK3V.js} +7 -7
- package/dist/{chunk-QVXYZX5B.js → chunk-THWHGUB6.js} +1 -1
- package/dist/{chunk-VOXZA4YS.js → chunk-TJDT2TJG.js} +1 -1
- package/dist/{chunk-NXT7EAML.js → chunk-TLDLLMGL.js} +1 -1
- package/dist/{chunk-F6NQHY35.js → chunk-TN2S45IN.js} +1 -1
- package/dist/{chunk-UXGG4SUH.js → chunk-UAZKXXEX.js} +1 -1
- package/dist/{chunk-VFZ2K6U6.js → chunk-UQZ4HW3G.js} +1 -1
- package/dist/{chunk-7JQJ5U7J.js → chunk-V5AZC3EI.js} +1 -1
- package/dist/{chunk-GZYLFGDT.js → chunk-VFJTSO5R.js} +3 -3
- package/dist/{chunk-Z2SUHJJH.js → chunk-WDSDGZYH.js} +3 -3
- package/dist/{chunk-N455JVEG.js → chunk-WPEOD36Y.js} +2 -2
- package/dist/{chunk-ZMNX5LVE.js → chunk-XJ3VC7WV.js} +2 -2
- package/dist/{chunk-QOFWY452.js → chunk-YHFZVPBU.js} +2 -2
- package/dist/{chunk-725VVVMA.js → chunk-YP5OBIRV.js} +1 -1
- package/dist/{chunk-5TGWIM5C.js → chunk-Z5FJSEQP.js} +8 -8
- package/dist/index.css +1104 -870
- package/dist/index.d.ts +6 -0
- package/dist/index.js +87 -79
- package/dist/inputs/src/Input.css +32 -32
- package/dist/inputs/src/Input.d.ts +2 -2
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +34 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +14 -14
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +552 -552
- package/dist/overlays/Popover/src/Popover.js +7 -7
- package/dist/overlays/Popover/src/index.css +552 -552
- package/dist/overlays/Popover/src/index.js +7 -7
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +7 -7
- 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 +6 -6
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +12 -12
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +392 -392
- 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 +402 -402
- 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 +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- 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 +6 -6
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +7 -7
- package/package.json +5 -2
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-
|
|
1
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-GBV5HCMX.js';
|
|
2
2
|
export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
|
|
3
|
-
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-
|
|
4
|
-
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-
|
|
3
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-DE66YUPA.js';
|
|
4
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-G52FWGYE.js';
|
|
5
5
|
export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
|
|
6
|
-
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-
|
|
6
|
+
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-FXFWNXEG.js';
|
|
7
7
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-RAWGWYOF.js';
|
|
9
9
|
import '../../chunk-HZKFQ33E.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-3G33VYB7.js';
|
|
11
11
|
import '../../chunk-FAE27DLF.js';
|
|
12
12
|
import '../../chunk-DHVVYSLB.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-SMSHSMED.js';
|
|
14
14
|
import '../../chunk-ZWU6DRRZ.js';
|
|
15
15
|
import '../../chunk-DBIN32YS.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-FJWEWI6U.js';
|
|
17
|
+
import '../../chunk-HNWPRKJS.js';
|
|
18
18
|
import '../../chunk-QCA3ZR56.js';
|
|
19
19
|
import '../../chunk-75DHKNW2.js';
|
|
20
20
|
import '../../chunk-TXZ6BMFR.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-TJDT2TJG.js';
|
|
22
22
|
import '../../chunk-Q7NXUUB3.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-MA6J3BKQ.js';
|
|
24
24
|
import '../../chunk-WPNVVGFW.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-FIZFXOX5.js';
|
|
26
26
|
import '../../chunk-X6SER3TZ.js';
|
|
27
27
|
import '../../chunk-HXI3MEEK.js';
|
|
28
28
|
import '../../chunk-2NSUMKNH.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
2
|
-
import { _SelectValue } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
2
|
+
import { _SelectValue } from './chunk-CDFCAPSB.js';
|
|
3
|
+
import { _Popover } from './chunk-WPEOD36Y.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-SRMMLWHK.js';
|
|
12
|
-
import { _Label } from './chunk-I2LTZFXN.js';
|
|
13
|
-
import { useFormProps } from './chunk-VOXZA4YS.js';
|
|
6
|
+
import { _ListBox } from './chunk-5JOBLX2X.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-GTCXBX4V.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-RAWGWYOF.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-3G33VYB7.js';
|
|
10
|
+
import { _ToggleArrow } from './chunk-S7RI5RQO.js';
|
|
14
11
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
12
|
+
import { ensureTextWrapper } from './chunk-SMSHSMED.js';
|
|
13
|
+
import { _Label } from './chunk-HNWPRKJS.js';
|
|
14
|
+
import { useFormProps } from './chunk-TJDT2TJG.js';
|
|
15
15
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
16
16
|
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
17
17
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___IoeQX", "hop-Select--fluid": "Select-module__hop-Select--fluid___s5ax-", "hop-Select__label": "Select-module__hop-Select__label___PZEBG", "hop-Select__button": "Select-module__hop-Select__button___V4SQ-", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___0gbHn", "hop-Select__button--md": "Select-module__hop-Select__button--md___XdQt-", "hop-Select__prefix": "Select-module__hop-Select__prefix___g0hI-", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___fTYun", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___eWPR-", "hop-Select__error-message": "Select-module__hop-Select__error-message___hIGyr" };
|
|
28
28
|
var GlobalSelectCssSelector = "hop-Select";
|
|
29
29
|
function Select(props, ref) {
|
|
30
30
|
var _a, _b, _c, _d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-FIZFXOX5.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.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___S7yI3", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___9m4r-" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./IllustratedMessage.module.css#css-module
|
|
17
|
-
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-
|
|
17
|
+
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___0Vt0H", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___WgT26", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___9DnFT", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___ULoor", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___9h7uj", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___Gidt7", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___Yw1uG", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___vrSrr", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___9Q-sY", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___YCSSV" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
3
3
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import { _HelperMessage } from './chunk-
|
|
7
|
-
import { _ErrorMessage } from './chunk-
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-QLI42RZN.js';
|
|
5
|
+
import { _InputGroup } from './chunk-P4ZMZ54Q.js';
|
|
6
|
+
import { _HelperMessage } from './chunk-RAWGWYOF.js';
|
|
7
|
+
import { _ErrorMessage } from './chunk-3G33VYB7.js';
|
|
8
|
+
import { _Label } from './chunk-HNWPRKJS.js';
|
|
9
|
+
import { useFormProps } from './chunk-TJDT2TJG.js';
|
|
10
10
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___7kXeP", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___ZIC-K", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___JBASw", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___USALx", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___tkG5V", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___xYT-N", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___KBuVw", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___4W7GZ", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___NPgCE", "hop-TextArea__textarea--with-character-count": "TextArea-module__hop-TextArea__textarea--with-character-count___ZGRUh", "hop-TextArea__textarea--sm": "TextArea-module__hop-TextArea__textarea--sm___munTd" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ensureTextWrapper } from './chunk-
|
|
1
|
+
import { ensureTextWrapper } from './chunk-SMSHSMED.js';
|
|
2
2
|
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
3
3
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
4
4
|
import { DisclosureContext } from './chunk-MUAXK42C.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___Zne8x", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___0Sl-M", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___G-ntb", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___O-Gc9" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
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-RAWGWYOF.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-3G33VYB7.js';
|
|
6
|
+
import { _Label } from './chunk-HNWPRKJS.js';
|
|
7
|
+
import { useFormProps } from './chunk-TJDT2TJG.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___FqdzX", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___RnWav", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___acGM6", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___vW0bB", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___2aIf4", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___9Cw2e", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___-Y7Eq", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___a7sFC", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___J5JaL" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { isFunction } from './chunk-TIPN4VYD.js';
|
|
2
2
|
import { ListBoxSectionContext } from './chunk-RLDIAT4F.js';
|
|
3
3
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
4
|
-
import { _ListBoxItem } from './chunk-
|
|
4
|
+
import { _ListBoxItem } from './chunk-GTCXBX4V.js';
|
|
5
5
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
6
6
|
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
-
import { _Text } from './chunk-
|
|
8
|
+
import { _Text } from './chunk-FIZFXOX5.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
|
|
|
18
18
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ListBox.module.css#css-module
|
|
21
|
-
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-
|
|
21
|
+
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___Vv-vj", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___9rgp1", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___TYksF", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___Urryg", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___c-JEj" };
|
|
22
22
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
23
23
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
24
24
|
var ListBoxToTextSizeAdapter = {
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___auGGU" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-FIZFXOX5.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
|
|
|
9
9
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Spinner.module.css#css-module
|
|
12
|
-
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-
|
|
12
|
+
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___Ksl1l", "spin": "Spinner-module__spin___vJE7x", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___31-yt", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___wyUgz", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___xnlYc", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___GIOAs", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___Dmz2V", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___DCCIk" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -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-SMSHSMED.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./DecorativeRadio.module.css#css-module
|
|
18
|
-
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-
|
|
18
|
+
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___-evOP Radio-module__hop-Radio___T-iZu", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___QLhWH Radio-module__hop-Radio--sm___wc713", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___IWlvB Radio-module__hop-Radio--md___91tO3", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___yPT9B Radio-module__hop-Radio__icon___NzigD", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___vxxJD Radio-module__hop-Radio__icon___NzigD", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___C5ygc Radio-module__hop-Radio__box___ZdNMl", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___n63ZV Radio-module__hop-Radio__bullet___U2NA7", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___g03AY Radio-module__hop-Radio__text___Ulq--" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -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___ZcIY8", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___8GBlK" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -8,7 +8,7 @@ import { useContextProps, composeRenderProps, ToggleButtonGroup, Provider } from
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./TileGroup.module.css#css-module
|
|
11
|
-
var TileGroup_module_default = { "hop-TileGroup": "TileGroup-module__hop-
|
|
11
|
+
var TileGroup_module_default = { "hop-TileGroup": "TileGroup-module__hop-TileGroup___UceUi" };
|
|
12
12
|
var GlobalTileGroupCssSelector = "hop-TileGroup";
|
|
13
13
|
var TileGroup = (props, ref) => {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, TileGroupContext);
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { ModalContext } from './chunk-PH5BSJDK.js';
|
|
2
|
+
import { _BaseModal } from './chunk-EUVOO6AN.js';
|
|
3
|
+
import { ImageContext } from './chunk-XNHE2OVW.js';
|
|
4
|
+
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
5
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
6
|
+
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
|
+
import { _CloseButton } from './chunk-L5OLND54.js';
|
|
8
|
+
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
9
|
+
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
10
|
+
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
11
|
+
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
12
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
14
|
+
import clsx from 'clsx';
|
|
15
|
+
import { forwardRef } from 'react';
|
|
16
|
+
import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext, Provider } from 'react-aria-components';
|
|
17
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
18
|
+
|
|
19
|
+
// css-module:./Modal.module.css#css-module
|
|
20
|
+
var Modal_module_default = { "hop-Modal": "Modal-module__hop-Modal___nCy8v", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___T1xoE", "hop-Modal--fullscreentakeover": "Modal-module__hop-Modal--fullscreentakeover___81J73", "hop-Modal__image": "Modal-module__hop-Modal__image___HB0if", "hop-Modal__close": "Modal-module__hop-Modal__close___grn-w", "hop-Modal__heading": "Modal-module__hop-Modal__heading___pNg9T", "hop-Modal__header": "Modal-module__hop-Modal__header___F-nBA", "hop-Modal__content": "Modal-module__hop-Modal__content___NVdP5", "hop-Modal__footer": "Modal-module__hop-Modal__footer___nfuHq", "hop-Modal__button": "Modal-module__hop-Modal__button___6YZDp", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___4nZzi" };
|
|
21
|
+
var GlobalModalCssSelector = "hop-Modal";
|
|
22
|
+
var Modal = (props, ref) => {
|
|
23
|
+
var _a;
|
|
24
|
+
[props, ref] = useContextProps(props, ref, ModalContext);
|
|
25
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
26
|
+
const [imageRef, hasImage] = useSlot();
|
|
27
|
+
const {
|
|
28
|
+
className,
|
|
29
|
+
style,
|
|
30
|
+
slot,
|
|
31
|
+
isDismissible = true,
|
|
32
|
+
isKeyboardDismissDisabled,
|
|
33
|
+
size: sizeProp,
|
|
34
|
+
children: childrenProp,
|
|
35
|
+
isOpen,
|
|
36
|
+
defaultOpen,
|
|
37
|
+
onOpenChange,
|
|
38
|
+
overlayProps,
|
|
39
|
+
...otherProps
|
|
40
|
+
} = ownProps;
|
|
41
|
+
const size = (_a = useResponsiveValue(sizeProp)) != null ? _a : "md";
|
|
42
|
+
const classNames = clsx(
|
|
43
|
+
GlobalModalCssSelector,
|
|
44
|
+
cssModule(
|
|
45
|
+
Modal_module_default,
|
|
46
|
+
GlobalModalCssSelector,
|
|
47
|
+
size.toLowerCase()
|
|
48
|
+
),
|
|
49
|
+
stylingProps.className,
|
|
50
|
+
className
|
|
51
|
+
);
|
|
52
|
+
const mergedStyles = {
|
|
53
|
+
...style,
|
|
54
|
+
...stylingProps.style
|
|
55
|
+
};
|
|
56
|
+
const children = composeRenderProps(childrenProp, (prev) => {
|
|
57
|
+
return prev;
|
|
58
|
+
});
|
|
59
|
+
return /* @__PURE__ */ jsx(
|
|
60
|
+
_BaseModal,
|
|
61
|
+
{
|
|
62
|
+
...overlayProps,
|
|
63
|
+
isOpen,
|
|
64
|
+
defaultOpen,
|
|
65
|
+
onOpenChange,
|
|
66
|
+
hasImage,
|
|
67
|
+
size,
|
|
68
|
+
isDismissable: isDismissible,
|
|
69
|
+
isKeyboardDismissDisabled,
|
|
70
|
+
children: /* @__PURE__ */ jsx(
|
|
71
|
+
Dialog,
|
|
72
|
+
{
|
|
73
|
+
...otherProps,
|
|
74
|
+
ref,
|
|
75
|
+
className: classNames,
|
|
76
|
+
style: mergedStyles,
|
|
77
|
+
slot,
|
|
78
|
+
children: (renderProps) => /* @__PURE__ */ jsxs(OverlayTriggerStateContext.Provider, { value: null, children: [
|
|
79
|
+
isDismissible && /* @__PURE__ */ jsx(_CloseButton, { className: Modal_module_default["hop-Modal__close"] }),
|
|
80
|
+
/* @__PURE__ */ jsx(
|
|
81
|
+
Provider,
|
|
82
|
+
{
|
|
83
|
+
values: [
|
|
84
|
+
[ImageContext, {
|
|
85
|
+
className: Modal_module_default["hop-Modal__image"],
|
|
86
|
+
ref: imageRef
|
|
87
|
+
}],
|
|
88
|
+
[HeadingContext, {
|
|
89
|
+
className: Modal_module_default["hop-Modal__heading"],
|
|
90
|
+
slot: "title"
|
|
91
|
+
}],
|
|
92
|
+
[HeaderContext, {
|
|
93
|
+
className: Modal_module_default["hop-Modal__header"]
|
|
94
|
+
}],
|
|
95
|
+
[ContentContext, {
|
|
96
|
+
className: Modal_module_default["hop-Modal__content"]
|
|
97
|
+
}],
|
|
98
|
+
[FooterContext, {
|
|
99
|
+
className: Modal_module_default["hop-Modal__footer"]
|
|
100
|
+
}],
|
|
101
|
+
[ButtonContext, {
|
|
102
|
+
className: Modal_module_default["hop-Modal__button"]
|
|
103
|
+
}],
|
|
104
|
+
[ButtonGroupContext, {
|
|
105
|
+
className: Modal_module_default["hop-Modal__button-group"]
|
|
106
|
+
}]
|
|
107
|
+
],
|
|
108
|
+
children: children(renderProps)
|
|
109
|
+
}
|
|
110
|
+
)
|
|
111
|
+
] })
|
|
112
|
+
}
|
|
113
|
+
)
|
|
114
|
+
}
|
|
115
|
+
);
|
|
116
|
+
};
|
|
117
|
+
var _Modal = forwardRef(Modal);
|
|
118
|
+
_Modal.displayName = "Modal";
|
|
119
|
+
|
|
120
|
+
export { GlobalModalCssSelector, _Modal };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InternalSegmentedControlContext } from './chunk-JHX5QEIH.js';
|
|
2
2
|
import { SegmentedControlItemContext } from './chunk-TDKQPTN6.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-FIZFXOX5.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { IconContext } from '@hopper-ui/icons';
|
|
@@ -11,7 +11,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButton, Provider, DEFAU
|
|
|
11
11
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./SegmentedControlItem.module.css#css-module
|
|
14
|
-
var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-
|
|
14
|
+
var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-SegmentedControlItem___UeT4g", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___TEis-", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___IUGol", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___TCYWe", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___UIopB", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___XP2kR", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___XN9on", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___mIj53" };
|
|
15
15
|
var GlobalSegmentedControlItemCssSelector = "hop-SegmentedControlItem";
|
|
16
16
|
var SegmentedControlItem = (props, ref) => {
|
|
17
17
|
var _a;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
2
1
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
2
|
+
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
5
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-SMSHSMED.js';
|
|
5
|
+
import { useFormProps } from './chunk-TJDT2TJG.js';
|
|
6
6
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link } from 'react-a
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./LinkButton.module.css#css-module
|
|
17
|
-
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-
|
|
17
|
+
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-LinkButton___raQhd Button-module__hop-Button___6KTmh", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___wyrWk Button-module__hop-Button--fluid___-sSTR", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___MElgY Button-module__hop-Button--sm___Ajqhy", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___CKJPa Button-module__hop-Button--icon-only___xEBqd", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___fimqP Button-module__hop-Button--primary___A-3Et", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___UDl7g Button-module__hop-Button--secondary___ajkdD", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___R0Tgj Button-module__hop-Button--upsell___-7Ts9", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___T-YhV Button-module__hop-Button--danger___Gt66B", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___JI0mV Button-module__hop-Button--ghost-primary___4Bo2l", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___-WJS- Button-module__hop-Button--ghost-secondary___0cyJ7", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___ECUx- Button-module__hop-Button--ghost-danger___6Bhsv", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___ZLilO Button-module__hop-Button__Spinner___Ov6iM", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___5ugkt Button-module__hop-Button__icon___p8y2e", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___UmzAF Button-module__hop-Button__icon___p8y2e", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___wkI-3 Button-module__hop-Button__text___q1VFO", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___rXiTc Button-module__hop-Button__end-icon___yCciH", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___TUQhQ Button-module__hop-Button__end-icon___yCciH" };
|
|
18
18
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
19
19
|
function LinkButton(props, ref) {
|
|
20
20
|
var _a, _b;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIsOverflow } from './chunk-EHXOXTDN.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-FIZFXOX5.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
6
|
import { useRenderProps } from './chunk-2NSUMKNH.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___JjTVn", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___BeJbK", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___Lrakg", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___uxb45", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___5nToZ" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -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-SMSHSMED.js';
|
|
4
|
+
import { useFormProps } from './chunk-TJDT2TJG.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___NZb1-", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___iXJ2Q", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___CBJhw", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___bOVwj", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___uWWhV", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___QMQ-D", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___S9ghy", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___PSb1V" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
1
|
+
import { _RichIconAvatarImage } from './chunk-JQHTQISK.js';
|
|
2
2
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _EmbeddedButton } from './chunk-
|
|
1
|
+
import { _EmbeddedButton } from './chunk-REKY4BJM.js';
|
|
2
2
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
1
|
import { TagGroupContext } from './chunk-LCAS3YQV.js';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
+
import { _HelperMessage } from './chunk-RAWGWYOF.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-3G33VYB7.js';
|
|
5
|
+
import { _Label } from './chunk-HNWPRKJS.js';
|
|
6
|
+
import { useFormProps } from './chunk-TJDT2TJG.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___fOP2E", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___IFA5Q", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___DIwCd", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___oshZT", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___J9f2K" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-SMSHSMED.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Link.module.css#css-module
|
|
15
|
-
var Link_module_default = { "hop-Link": "Link-module__hop-
|
|
15
|
+
var Link_module_default = { "hop-Link": "Link-module__hop-Link___eQw0w", "hop-Link--standalone": "Link-module__hop-Link--standalone___Hs27n", "hop-Link__text": "Link-module__hop-Link__text___Ua0gX", "hop-Link--xs": "Link-module__hop-Link--xs___9tUmU", "hop-Link--sm": "Link-module__hop-Link--sm___LDt5G", "hop-Link--md": "Link-module__hop-Link--md___xZrXS", "hop-Link--lg": "Link-module__hop-Link--lg___EAMOr", "hop-Link--xl": "Link-module__hop-Link--xl___3XPaT", "hop-Link--2xl": "Link-module__hop-Link--2xl___U2sdi", "hop-Link--quiet": "Link-module__hop-Link--quiet___MOjQs", "hop-Link--primary": "Link-module__hop-Link--primary___9vhza", "hop-Link--secondary": "Link-module__hop-Link--secondary___1IBzL", "hop-Link__icon": "Link-module__hop-Link__icon___1XRlK", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___U-HAt", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___JikAd", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___gHvqF" };
|
|
16
16
|
var GlobalLinkCssSelector = "hop-Link";
|
|
17
17
|
var LinkToIconSizeAdapter = {
|
|
18
18
|
inherit: void 0,
|