@hopper-ui/components 1.4.8 → 1.4.9
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 +3 -3
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +6 -6
- 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 +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +8 -8
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +4 -4
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +4 -4
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +6 -6
- package/dist/Callout/src/Callout.css +262 -262
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +293 -293
- package/dist/Callout/src/CompactCallout.js +14 -14
- package/dist/Callout/src/index.css +304 -304
- package/dist/Callout/src/index.js +15 -15
- 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 +24 -24
- package/dist/ComboBox/src/index.css +632 -632
- package/dist/ComboBox/src/index.js +24 -24
- 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 +10 -10
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +10 -10
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +13 -13
- 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 +3 -3
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +3 -3
- 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 +3 -3
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +3 -3
- 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 +9 -9
- package/dist/Link/src/index.css +59 -59
- package/dist/Link/src/index.js +9 -9
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +15 -15
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +14 -14
- 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 +15 -15
- 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 +8 -8
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +9 -9
- package/dist/Select/src/Select.css +576 -576
- package/dist/Select/src/Select.js +22 -22
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +576 -576
- package/dist/Select/src/index.js +22 -22
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +3 -3
- package/dist/Tile/src/Tile.css +37 -37
- package/dist/Tile/src/Tile.js +8 -8
- 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 +9 -9
- 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 +2 -2
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +11 -11
- 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 +10 -10
- package/dist/buttons/src/index.css +251 -251
- package/dist/buttons/src/index.js +17 -17
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +9 -9
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +4 -4
- 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 +9 -9
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +14 -14
- package/dist/{chunk-U2E2PK7O.js → chunk-26I53B5Y.js} +4 -4
- package/dist/{chunk-53WBWLKL.js → chunk-2NUBBFM5.js} +9 -9
- package/dist/{chunk-7JQJ5U7J.js → chunk-35HDR5EW.js} +1 -1
- package/dist/{chunk-UIG77WBM.js → chunk-35MPBJ2Y.js} +5 -5
- package/dist/{chunk-IMUQCB4Q.js → chunk-3TXCNKNC.js} +1 -1
- package/dist/{chunk-KIQW5BE4.js → chunk-4O36V5KR.js} +3 -3
- package/dist/{chunk-XV2C6MXF.js → chunk-4VGF4WNW.js} +9 -9
- package/dist/{chunk-PAVQC74G.js → chunk-6HV32IPY.js} +1 -1
- package/dist/{chunk-B7MWXJWS.js → chunk-7RPAPVYW.js} +4 -4
- package/dist/{chunk-OSGTA6DG.js → chunk-B277P7AQ.js} +1 -1
- package/dist/{chunk-ZJBNVQTB.js → chunk-BTV2OYVC.js} +1 -1
- package/dist/{chunk-YHRCBRDZ.js → chunk-BXG66HY3.js} +1 -1
- package/dist/{chunk-QOFWY452.js → chunk-C34TTCEP.js} +3 -3
- package/dist/chunk-DRFFM5PG.js +6 -0
- package/dist/{chunk-7HIGRTLG.js → chunk-EG6J2LGD.js} +1 -1
- package/dist/{chunk-725VVVMA.js → chunk-EZ5RRUX5.js} +1 -1
- package/dist/chunk-FLU4UPP6.js +7 -0
- package/dist/{chunk-56WMYNUD.js → chunk-GEZPNFFE.js} +3 -3
- package/dist/{chunk-GOY3T3HI.js → chunk-GGPG3AP3.js} +4 -4
- package/dist/{chunk-EZF74GSX.js → chunk-GTHTPLWR.js} +3 -3
- package/dist/{chunk-NHKYEZTW.js → chunk-H7ATUWV2.js} +2 -2
- package/dist/{chunk-W2TEMTXK.js → chunk-HCYKOE75.js} +1 -1
- package/dist/{chunk-NXT7EAML.js → chunk-HSK7PS5Z.js} +1 -1
- package/dist/{chunk-VOXZA4YS.js → chunk-I7VLBEP3.js} +1 -1
- package/dist/chunk-IJY4EEMM.js +120 -0
- package/dist/{chunk-7SMF3TO5.js → chunk-JA3YZAMV.js} +2 -2
- package/dist/{chunk-F6NQHY35.js → chunk-JALNC6MF.js} +1 -1
- package/dist/{chunk-6CVROWNN.js → chunk-JHZLARBW.js} +2 -2
- package/dist/{chunk-SSV5APP2.js → chunk-JWHK6VZE.js} +2 -2
- package/dist/{chunk-KVJHBVJU.js → chunk-KRWMJC24.js} +14 -14
- package/dist/{chunk-VHVRECJY.js → chunk-KYGM6GSZ.js} +5 -5
- package/dist/{chunk-72CSHV4D.js → chunk-L52ZO6DK.js} +5 -5
- package/dist/chunk-LUO2HNXA.js +7 -0
- package/dist/{chunk-UXCNMI34.js → chunk-M43P32S2.js} +2 -2
- package/dist/{chunk-5TGWIM5C.js → chunk-MJD4HEF7.js} +9 -9
- package/dist/{chunk-WNFSIU36.js → chunk-MRKDMC6T.js} +4 -4
- package/dist/{chunk-EZXZMHPJ.js → chunk-MS353K3B.js} +2 -2
- package/dist/{chunk-AD5GQ24L.js → chunk-MYDMC5AL.js} +1 -1
- package/dist/{chunk-M35EMGMO.js → chunk-NSFQDIGS.js} +1 -1
- package/dist/{chunk-S4VWM2B6.js → chunk-O4BGMHFN.js} +8 -8
- package/dist/{chunk-BPO44JV2.js → chunk-O7ASYBWX.js} +4 -4
- package/dist/chunk-O7T4L4C5.js +77 -0
- package/dist/{chunk-IYT75GWO.js → chunk-OKFJ545T.js} +2 -2
- package/dist/{chunk-ZMNX5LVE.js → chunk-OLY7SREJ.js} +3 -3
- package/dist/chunk-PESGOSPX.js +59 -0
- package/dist/{chunk-RZG5PUET.js → chunk-PFUFA75W.js} +13 -13
- package/dist/chunk-PH5BSJDK.js +7 -0
- package/dist/{chunk-NIOF2SKT.js → chunk-QHB7NUOZ.js} +2 -2
- package/dist/{chunk-KFH2WZVX.js → chunk-R54ZMYQ4.js} +4 -4
- package/dist/{chunk-F6D7LSXZ.js → chunk-RU2R4HRN.js} +1 -1
- package/dist/{chunk-MM2SG6JU.js → chunk-RZVA6GTJ.js} +1 -1
- package/dist/{chunk-Z2SUHJJH.js → chunk-SQ4WQLG3.js} +4 -4
- package/dist/{chunk-Z7ORLEY6.js → chunk-TEOQZH4R.js} +2 -2
- package/dist/{chunk-CKH5EUEC.js → chunk-TFMCSZBX.js} +3 -3
- package/dist/{chunk-Q5XBTXXT.js → chunk-V6IGV2A6.js} +7 -7
- package/dist/{chunk-QR6WDDBN.js → chunk-VLRWUC3G.js} +2 -2
- package/dist/{chunk-PXOVV47X.js → chunk-W2QZ6LNV.js} +1 -1
- package/dist/{chunk-SRMMLWHK.js → chunk-W7UY3AN2.js} +1 -1
- package/dist/{chunk-GZYLFGDT.js → chunk-WEOELGV3.js} +4 -4
- package/dist/{chunk-CYICQ2TZ.js → chunk-WNCTZPDC.js} +1 -1
- package/dist/{chunk-VFZ2K6U6.js → chunk-WOHPT4IQ.js} +2 -2
- package/dist/{chunk-I2LTZFXN.js → chunk-WTW6WMRY.js} +2 -2
- package/dist/{chunk-TMVLBCMF.js → chunk-XCLYO62A.js} +4 -4
- package/dist/{chunk-JZ4LJ4M4.js → chunk-XPU2VOT2.js} +2 -2
- package/dist/{chunk-UC2WGSJH.js → chunk-YDFVC72F.js} +11 -11
- package/dist/{chunk-UXGG4SUH.js → chunk-YE2X3QC5.js} +1 -1
- package/dist/{chunk-ML4JW4EF.js → chunk-YGO4PKGI.js} +9 -9
- package/dist/{chunk-YMQMJAC4.js → chunk-YI3NOFUB.js} +4 -4
- package/dist/{chunk-KW6WJUD5.js → chunk-YYYKLACT.js} +2 -2
- package/dist/{chunk-QVXYZX5B.js → chunk-Z2OMFFPS.js} +1 -1
- package/dist/{chunk-N455JVEG.js → chunk-ZNATFVK3.js} +2 -2
- package/dist/{chunk-CZRMFNRT.js → chunk-ZSBIKIOS.js} +3 -3
- package/dist/{chunk-YP2IQM4Y.js → chunk-ZVFVY7LL.js} +1 -1
- package/dist/index.css +1104 -870
- package/dist/index.d.ts +6 -0
- package/dist/index.js +95 -87
- package/dist/inputs/src/Input.css +32 -32
- 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 +13 -13
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +13 -13
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +14 -14
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +12 -12
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +16 -16
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +21 -21
- package/dist/overlays/Popover/src/Popover.css +552 -552
- package/dist/overlays/Popover/src/Popover.js +9 -9
- package/dist/overlays/Popover/src/index.css +552 -552
- package/dist/overlays/Popover/src/index.js +9 -9
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +9 -9
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +9 -9
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +7 -7
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +14 -14
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +9 -9
- 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 +10 -10
- package/dist/tag/src/Tag.css +392 -392
- package/dist/tag/src/Tag.js +14 -14
- 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 +18 -18
- 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 +2 -2
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +2 -2
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +8 -8
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +9 -9
- package/package.json +5 -2
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-
|
|
1
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-35MPBJ2Y.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-XCLYO62A.js';
|
|
4
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-O7ASYBWX.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-ZSBIKIOS.js';
|
|
7
7
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-JHZLARBW.js';
|
|
9
9
|
import '../../chunk-HZKFQ33E.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-M43P32S2.js';
|
|
11
11
|
import '../../chunk-FAE27DLF.js';
|
|
12
12
|
import '../../chunk-DHVVYSLB.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-W7UY3AN2.js';
|
|
14
14
|
import '../../chunk-ZWU6DRRZ.js';
|
|
15
15
|
import '../../chunk-DBIN32YS.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-6HV32IPY.js';
|
|
17
|
+
import '../../chunk-WTW6WMRY.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-I7VLBEP3.js';
|
|
22
22
|
import '../../chunk-Q7NXUUB3.js';
|
|
23
|
-
import '../../chunk-
|
|
24
|
-
import '../../chunk-WPNVVGFW.js';
|
|
25
|
-
import '../../chunk-Z7ORLEY6.js';
|
|
23
|
+
import '../../chunk-TEOQZH4R.js';
|
|
26
24
|
import '../../chunk-X6SER3TZ.js';
|
|
27
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-WNCTZPDC.js';
|
|
26
|
+
import '../../chunk-WPNVVGFW.js';
|
|
28
27
|
import '../../chunk-2NSUMKNH.js';
|
|
29
28
|
import '../../chunk-65JPI4FL.js';
|
|
30
29
|
import '../../chunk-M36KANKC.js';
|
|
30
|
+
import '../../chunk-HXI3MEEK.js';
|
|
31
31
|
import '../../chunk-KVDXQMWI.js';
|
|
32
32
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
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-TEOQZH4R.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
-
import {
|
|
5
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
6
6
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
|
-
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
11
11
|
import { IconContext } from '@hopper-ui/icons';
|
|
12
12
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
13
13
|
import { filterDOMProps } from '@react-aria/utils';
|
|
@@ -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___ADSpD", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___bspQb", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___9xHn-", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___TWBy5", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___ZT99A" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SearchFieldContext } from './chunk-3NKF5TPD.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { _HelperMessage } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { _Label } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
9
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
2
|
+
import { _ClearButton } from './chunk-BXG66HY3.js';
|
|
3
|
+
import { Input } from './chunk-EG6J2LGD.js';
|
|
4
|
+
import { _InputGroup } from './chunk-RU2R4HRN.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-JHZLARBW.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-M43P32S2.js';
|
|
7
|
+
import { _Label } from './chunk-WTW6WMRY.js';
|
|
8
|
+
import { useFormProps } from './chunk-I7VLBEP3.js';
|
|
10
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { IconContext, SearchIcon } from '@hopper-ui/icons';
|
|
14
14
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -20,7 +20,7 @@ import { useContextProps, composeRenderProps, SearchField as SearchField$1 } fro
|
|
|
20
20
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
21
21
|
|
|
22
22
|
// css-module:./SearchField.module.css#css-module
|
|
23
|
-
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-
|
|
23
|
+
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___wNBCq", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___xhhy0", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___GFFW7", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___KKGDY", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___eQNaI", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___IumPY", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___AfrnS", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___3teQK", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___527A-" };
|
|
24
24
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
25
25
|
function SearchField(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:./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___07qdG", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___hwWmM", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___uZ6x-", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___l9-wN", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___5WzBE", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___yF7N6" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
2
2
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.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-JHZLARBW.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-M43P32S2.js';
|
|
6
|
+
import { _Label } from './chunk-WTW6WMRY.js';
|
|
7
|
+
import { useFormProps } from './chunk-I7VLBEP3.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___w5Dxm", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___4YeW7", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___ZB561", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___qrkfN", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___z3I45", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___YYJ4X", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___ZVxlH", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___wCbEH", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___fI81r" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./RichIconAvatarImage.module.css#css-module
|
|
14
|
-
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-
|
|
14
|
+
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___DQ0hU", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___U3Tsy", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___zKp7C", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___Y4UW1", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___71dTk", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___2rAUd", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___SeA-B", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___kVNo2" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ensureTextWrapper } from './chunk-
|
|
1
|
+
import { ensureTextWrapper } from './chunk-W7UY3AN2.js';
|
|
2
2
|
import { FormContext } from './chunk-Q7NXUUB3.js';
|
|
3
|
+
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
3
4
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
4
5
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
5
|
-
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.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___VNRF4", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___lztsg", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___u7Lve", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___yJQYo" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,18 +1,18 @@
|
|
|
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-BXG66HY3.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-BTV2OYVC.js';
|
|
4
|
+
import { _Spinner } from './chunk-OKFJ545T.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-W7UY3AN2.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
9
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
8
|
+
import { useFormProps } from './chunk-I7VLBEP3.js';
|
|
10
9
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
|
-
import {
|
|
10
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
12
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
12
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
13
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
14
14
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
15
|
-
import {
|
|
15
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
16
16
|
import { IconContext } from '@hopper-ui/icons';
|
|
17
17
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
18
18
|
import clsx from 'clsx';
|
|
@@ -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___WS-Vp", "hop-Tag--sm": "Tag-module__hop-Tag--sm___Qxrrp", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___YFei8", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___VRec7", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___-Om-e", "hop-Tag--md": "Tag-module__hop-Tag--md___vftGf", "hop-Tag--lg": "Tag-module__hop-Tag--lg___yvT-J", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___240WZ", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___83fLt", "hop-Tag--progress": "Tag-module__hop-Tag--progress___cYp0S", "hop-Tag--positive": "Tag-module__hop-Tag--positive___eNrVi", "hop-Tag--caution": "Tag-module__hop-Tag--caution___ZgJCD", "hop-Tag--negative": "Tag-module__hop-Tag--negative___1flt4", "hop-Tag--option1": "Tag-module__hop-Tag--option1___ZD0Pn", "hop-Tag--option2": "Tag-module__hop-Tag--option2___U0ctv", "hop-Tag--option3": "Tag-module__hop-Tag--option3___9wUMf", "hop-Tag--option4": "Tag-module__hop-Tag--option4___RA5zL", "hop-Tag--option5": "Tag-module__hop-Tag--option5___8jaAA", "hop-Tag--option6": "Tag-module__hop-Tag--option6___z9nQT", "hop-Tag__icon": "Tag-module__hop-Tag__icon___rVtDu", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___0O14V", "hop-Tag__text": "Tag-module__hop-Tag__text___VJBTw", "hop-Tag__badge": "Tag-module__hop-Tag__badge___DafVI", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___fTtaK" };
|
|
25
25
|
var GlobalTagCssSelector = "hop-Tag";
|
|
26
26
|
var TagToTextSizeAdapter = {
|
|
27
27
|
sm: "xs",
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Heading.module.css#css-module
|
|
10
|
-
var Heading_module_default = { "hop-Heading": "Heading-module__hop-
|
|
10
|
+
var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___gDDJq", "hop-Heading--xs": "Heading-module__hop-Heading--xs___yWlqb", "hop-Heading--sm": "Heading-module__hop-Heading--sm___mqLrL", "hop-Heading--md": "Heading-module__hop-Heading--md___X7XCd", "hop-Heading--lg": "Heading-module__hop-Heading--lg___VGfmX", "hop-Heading--xl": "Heading-module__hop-Heading--xl___1F9En", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___Gtdvn", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___77gn-" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
-
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
1
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
2
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
5
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
7
7
|
import clsx from 'clsx';
|
|
8
8
|
import { forwardRef } from 'react';
|
|
@@ -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___Jz0fx", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___sCDH0" };
|
|
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 } 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___3mRY4" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -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___95y-B", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___4s3z-", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___AzEZe", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___qg2W9", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___aNtAi", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___GXzA-", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___ObQFY", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___8LakY", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___ywIX1", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___3pm6W", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___BapZm", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___BObaO", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___9tEJX", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___nTLvT", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___K7uv4", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___ePUBx" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _EmbeddedButton } from './chunk-
|
|
1
|
+
import { _EmbeddedButton } from './chunk-BTV2OYVC.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,10 +1,10 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
4
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
3
|
+
import { _Text } from './chunk-TEOQZH4R.js';
|
|
5
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
6
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
9
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
10
10
|
import { useSlotId } from '@react-aria/utils';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioField.module.css#css-module
|
|
17
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
17
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___W-MP-", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___HlDco", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___VIdpk", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___tS93m", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___02GAd" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -6,7 +6,7 @@ import { useContextProps, Input as Input$1 } from 'react-aria-components';
|
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
7
|
|
|
8
8
|
// css-module:./Input.module.css#css-module
|
|
9
|
-
var Input_module_default = { "hop-Input": "Input-module__hop-
|
|
9
|
+
var Input_module_default = { "hop-Input": "Input-module__hop-Input___7Xsm9", "hop-Input--sm": "Input-module__hop-Input--sm___z7YCp" };
|
|
10
10
|
var InputContext = createContext({});
|
|
11
11
|
var Input = forwardRef(function Input2(props, ref) {
|
|
12
12
|
var _a;
|
|
@@ -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___kP6hv", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___2X3W3", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___X3Fok", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___1BHsM", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___oN7sg", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___Iw5es", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___Rwf-J", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___ku1ux" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _CloseButton } from './chunk-NHKYEZTW.js';
|
|
2
|
-
import { CompactCalloutContext } from './chunk-GRCAVJC6.js';
|
|
3
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
|
+
import { _CloseButton } from './chunk-H7ATUWV2.js';
|
|
4
3
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
5
4
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
+
import { CompactCalloutContext } from './chunk-GRCAVJC6.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
8
8
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -12,7 +12,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./CompactCallout.module.css#css-module
|
|
15
|
-
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-
|
|
15
|
+
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-CompactCallout___LbpZ2", "hop-CompactCallout__content": "CompactCallout-module__hop-CompactCallout__content___lXahJ", "hop-CompactCallout__button": "CompactCallout-module__hop-CompactCallout__button___SgdfI", "hop-CompactCallout__link": "CompactCallout-module__hop-CompactCallout__link___mN2i1", "hop-CompactCallout__dismiss": "CompactCallout-module__hop-CompactCallout__dismiss___HW5uW", "hop-CompactCallout--information": "CompactCallout-module__hop-CompactCallout--information___97lCp", "hop-CompactCallout--success": "CompactCallout-module__hop-CompactCallout--success___dZw4g", "hop-CompactCallout--warning": "CompactCallout-module__hop-CompactCallout--warning___uCJTB", "hop-CompactCallout--upsell": "CompactCallout-module__hop-CompactCallout--upsell___MHz4q", "hop-CompactCallout--subtle-fill": "CompactCallout-module__hop-CompactCallout--subtle-fill___HLJZd" };
|
|
16
16
|
var GlobalCompactCalloutCssSelector = "hop-CompactCallout";
|
|
17
17
|
var CompactCallout = (props, ref) => {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, CompactCalloutContext);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
2
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
3
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
1
|
+
import { _OverlineText } from './chunk-WNCTZPDC.js';
|
|
4
2
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
5
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
7
7
|
import { slot, useStyledSystem } from '@hopper-ui/styled-system';
|
|
8
8
|
import { filterDOMProps } from '@react-aria/utils';
|
|
9
9
|
import { forwardRef } from 'react';
|
|
@@ -23,7 +23,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
// css-module:./Badge.module.css#css-module
|
|
26
|
-
var Badge_module_default = { "hop-Badge": "Badge-module__hop-
|
|
26
|
+
var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___FVUqw", "hop-Badge--primary": "Badge-module__hop-Badge--primary___qSM7B", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___L8kWO", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___GjMzK" };
|
|
27
27
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
28
28
|
function Badge(props, ref) {
|
|
29
29
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
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-W7UY3AN2.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
9
|
import { BulletIcon, IconContext } from '@hopper-ui/icons';
|
|
10
10
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -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___DVbLu", "hop-Radio--sm": "Radio-module__hop-Radio--sm___zvEv6", "hop-Radio--md": "Radio-module__hop-Radio--md___h5FQB", "hop-Radio__icon": "Radio-module__hop-Radio__icon___2-Xjv", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___WZT-W", "hop-Radio__box": "Radio-module__hop-Radio__box___Ifaxy", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___dS6vy", "hop-Radio__text": "Radio-module__hop-Radio__text___5bVIW" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _Button } from './chunk-
|
|
1
|
+
import { _Button } from './chunk-R54ZMYQ4.js';
|
|
2
2
|
import { CloseButtonContext } from './chunk-RBWFFWIG.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
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:./CloseButton.module.css#css-module
|
|
13
|
-
var CloseButton_module_default = { "hop-CloseButton": "CloseButton-module__hop-
|
|
13
|
+
var CloseButton_module_default = { "hop-CloseButton": "CloseButton-module__hop-CloseButton___xTqqV" };
|
|
14
14
|
var GlobalCloseButtonCssSelector = "hop-CloseButton";
|
|
15
15
|
function CloseButton(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, CloseButtonContext);
|
|
@@ -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___oM20f" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps, DisclosureGroup } from 'react-aria
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./Accordion.module.css#css-module
|
|
14
|
-
var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-
|
|
14
|
+
var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-Accordion___mNCrs", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___0aMp-", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___3xeig", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___Zy9Uo", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___dvUCW" };
|
|
15
15
|
var GlobalAccordionCssSelector = "hop-Accordion";
|
|
16
16
|
function Accordion(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, AccordionContext);
|
|
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Form.module.css#css-module
|
|
10
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
10
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___AjIDb" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { ModalContext } from './chunk-PH5BSJDK.js';
|
|
2
|
+
import { _BaseModal } from './chunk-PESGOSPX.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-H7ATUWV2.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___wjZ7y", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___90lIb", "hop-Modal--fullscreentakeover": "Modal-module__hop-Modal--fullscreentakeover___P3i5c", "hop-Modal__image": "Modal-module__hop-Modal__image___J33n9", "hop-Modal__close": "Modal-module__hop-Modal__close___mfifl", "hop-Modal__heading": "Modal-module__hop-Modal__heading___jk-kR", "hop-Modal__header": "Modal-module__hop-Modal__header___Kqi1n", "hop-Modal__content": "Modal-module__hop-Modal__content___jTeGe", "hop-Modal__footer": "Modal-module__hop-Modal__footer___z69Zp", "hop-Modal__button": "Modal-module__hop-Modal__button___Nj5d0", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___ZtwUy" };
|
|
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 };
|