@hopper-ui/components 1.5.2 → 1.5.4
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 +33 -0
- package/dist/Accordion/src/Accordion.css +139 -139
- package/dist/Accordion/src/Accordion.js +2 -2
- package/dist/Accordion/src/index.css +139 -139
- package/dist/Accordion/src/index.js +2 -2
- package/dist/Avatar/src/AnonymousAvatar.css +109 -109
- package/dist/Avatar/src/AnonymousAvatar.js +4 -4
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +7 -7
- package/dist/Avatar/src/DeletedAvatar.css +109 -109
- package/dist/Avatar/src/DeletedAvatar.js +4 -4
- package/dist/Avatar/src/RichIconAvatarImage.css +109 -109
- package/dist/Avatar/src/RichIconAvatarImage.js +3 -3
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +9 -9
- package/dist/Badge/src/Badge.css +114 -114
- package/dist/Badge/src/Badge.js +5 -4
- package/dist/Badge/src/FloatingBadge.css +109 -109
- package/dist/Badge/src/FloatingBadge.js +4 -3
- package/dist/Badge/src/index.css +124 -124
- package/dist/Badge/src/index.js +8 -7
- package/dist/Callout/src/Callout.css +338 -342
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +460 -377
- package/dist/Callout/src/CompactCallout.js +13 -13
- package/dist/Callout/src/index.css +476 -397
- package/dist/Callout/src/index.js +14 -14
- package/dist/Card/src/Card.css +102 -102
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +102 -102
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +797 -706
- package/dist/ComboBox/src/ComboBox.js +24 -24
- package/dist/ComboBox/src/index.css +797 -706
- package/dist/ComboBox/src/index.js +24 -24
- package/dist/Disclosure/src/Disclosure.css +109 -109
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +116 -116
- package/dist/Disclosure/src/DisclosureHeader.js +9 -9
- package/dist/Disclosure/src/DisclosurePanel.css +109 -109
- package/dist/Disclosure/src/DisclosurePanel.js +9 -9
- package/dist/Disclosure/src/index.css +134 -134
- package/dist/Disclosure/src/index.js +12 -12
- package/dist/Divider/src/Divider.css +102 -101
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +102 -101
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +4 -4
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +4 -4
- package/dist/Form/src/Form.css +99 -99
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +99 -99
- 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/HopperProvider/src/HopperProvider.css +243 -0
- package/dist/HopperProvider/src/HopperProvider.js +2 -1
- package/dist/HopperProvider/src/index.css +243 -0
- package/dist/HopperProvider/src/index.js +2 -1
- package/dist/IconList/src/IconList.css +100 -100
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +100 -100
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +341 -341
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +341 -341
- package/dist/IllustratedMessage/src/index.js +1 -1
- package/dist/Image/src/Image.css +102 -102
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +100 -100
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +103 -103
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +206 -130
- package/dist/Link/src/Link.js +9 -9
- package/dist/Link/src/index.css +206 -130
- package/dist/Link/src/index.js +9 -9
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +14 -14
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +13 -13
- package/dist/ListBox/src/ListBoxItemSkeleton.css +106 -106
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +14 -14
- package/dist/Modal/src/BaseModal.css +114 -114
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +115 -115
- package/dist/Modal/src/CustomModal.js +2 -2
- package/dist/Modal/src/Modal.css +361 -361
- package/dist/Modal/src/Modal.js +13 -13
- package/dist/Modal/src/index.css +362 -362
- package/dist/Modal/src/index.js +14 -14
- package/dist/SegmentedControl/src/SegmentedControl.css +100 -100
- package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
- package/dist/SegmentedControl/src/SegmentedControlItem.css +114 -114
- package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
- package/dist/SegmentedControl/src/index.css +115 -115
- package/dist/SegmentedControl/src/index.js +8 -8
- package/dist/Select/src/Select.css +741 -650
- package/dist/Select/src/Select.js +22 -22
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +8 -8
- package/dist/Select/src/index.css +741 -650
- package/dist/Select/src/index.js +22 -22
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +4 -4
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +4 -4
- package/dist/Tabs/src/Tab.css +485 -485
- package/dist/Tabs/src/Tab.js +3 -3
- package/dist/Tabs/src/TabLine.css +101 -101
- package/dist/Tabs/src/TabLine.js +1 -1
- package/dist/Tabs/src/TabList.css +108 -108
- package/dist/Tabs/src/TabList.js +2 -2
- package/dist/Tabs/src/TabPanel.css +101 -101
- package/dist/Tabs/src/TabPanel.js +1 -1
- package/dist/Tabs/src/index.css +496 -496
- package/dist/Tabs/src/index.js +6 -6
- package/dist/Tile/src/Tile.css +108 -108
- package/dist/Tile/src/Tile.js +8 -8
- package/dist/Tile/src/TileGroup.css +100 -100
- package/dist/Tile/src/TileGroup.js +1 -1
- package/dist/Tile/src/index.css +109 -109
- package/dist/Tile/src/index.js +9 -9
- package/dist/ToggleArrow/src/ToggleArrow.css +101 -101
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +101 -101
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +165 -165
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +110 -110
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +170 -170
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +166 -166
- package/dist/buttons/src/CloseButton.js +11 -11
- package/dist/buttons/src/EmbeddedButton.css +170 -170
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/LinkButton.css +174 -174
- package/dist/buttons/src/LinkButton.js +9 -9
- package/dist/buttons/src/index.css +322 -322
- package/dist/buttons/src/index.js +15 -15
- package/dist/checkbox/src/Checkbox.css +118 -118
- package/dist/checkbox/src/Checkbox.js +9 -9
- package/dist/checkbox/src/CheckboxField.css +105 -105
- package/dist/checkbox/src/CheckboxField.js +5 -5
- package/dist/checkbox/src/CheckboxGroup.css +170 -170
- package/dist/checkbox/src/CheckboxGroup.js +9 -9
- package/dist/checkbox/src/DecorativeCheckbox.css +126 -126
- package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
- package/dist/checkbox/src/index.css +170 -170
- package/dist/checkbox/src/index.js +15 -15
- package/dist/{chunk-BJWHH7N4.js → chunk-25QYB54S.js} +8 -8
- package/dist/{chunk-A6LJV4IH.js → chunk-2CXNY55R.js} +3 -3
- package/dist/{chunk-QVMAB5DM.js → chunk-323S35ZY.js} +1 -1
- package/dist/{chunk-YZTM4YSL.js → chunk-3QMX2NO5.js} +2 -2
- package/dist/{chunk-WG5M7LBE.js → chunk-3UBUV5UU.js} +3 -3
- package/dist/{chunk-3GBRC5JZ.js → chunk-5CKRR6L5.js} +4 -4
- package/dist/{chunk-FT6ASD4F.js → chunk-65PIMCJG.js} +1 -1
- package/dist/{chunk-D2PP3WCQ.js → chunk-7DKZZD3Q.js} +3 -3
- package/dist/{chunk-VRZFQZ3X.js → chunk-7MB55Z6C.js} +5 -5
- package/dist/{chunk-UJDE3NIS.js → chunk-A7EQKB5N.js} +2 -2
- package/dist/{chunk-PXTZCRLR.js → chunk-ACEGBD36.js} +1 -1
- package/dist/{chunk-ZZ4FHLJV.js → chunk-BEK5CXTQ.js} +1 -1
- package/dist/{chunk-LIEDF72E.js → chunk-CBS2PASZ.js} +1 -1
- package/dist/{chunk-GFUBJSJ4.js → chunk-CJCA5QVZ.js} +4 -4
- package/dist/{chunk-IH7P6DWQ.js → chunk-D2EEOJH5.js} +10 -10
- package/dist/{chunk-7IJIVWP4.js → chunk-DCJCSQMO.js} +5 -5
- package/dist/{chunk-CVMB6LAG.js → chunk-EW4PZSWE.js} +1 -1
- package/dist/{chunk-6TXO67OW.js → chunk-G6VI64FY.js} +2 -2
- package/dist/{chunk-4DHI4ZDU.js → chunk-HJBICOZJ.js} +9 -9
- package/dist/{chunk-NY2HCJ52.js → chunk-HOLEIBWR.js} +1 -1
- package/dist/{chunk-SIME6JYB.js → chunk-I2F5OQI2.js} +1 -1
- package/dist/{chunk-JX5ASOQE.js → chunk-I3D3GJXG.js} +4 -4
- package/dist/{chunk-3ZLPSJZF.js → chunk-IQPOQTZH.js} +3 -3
- package/dist/{chunk-5OEMYNBR.js → chunk-IY4MZA6Q.js} +6 -6
- package/dist/{chunk-FHEXMRR4.js → chunk-J73L6RNN.js} +6 -6
- package/dist/{chunk-2B32GI3I.js → chunk-JJGWFQLU.js} +1 -1
- package/dist/{chunk-CBF2D2S3.js → chunk-JKD6UCBL.js} +1 -1
- package/dist/{chunk-LL3TLLAU.js → chunk-KBFEDONQ.js} +13 -13
- package/dist/{chunk-IXQOSJDS.js → chunk-KDEAWRYK.js} +4 -4
- package/dist/{chunk-MXCSBEVT.js → chunk-KJTJDPK7.js} +10 -10
- package/dist/{chunk-CZG6FNOG.js → chunk-LJS64MF4.js} +4 -4
- package/dist/{chunk-3I6TVWVW.js → chunk-M7EJ4XI2.js} +6 -6
- package/dist/{chunk-LN4JWEHN.js → chunk-MPVQIGA2.js} +7 -7
- package/dist/{chunk-LXPL4Q4R.js → chunk-MYA5Y24X.js} +3 -3
- package/dist/{chunk-OIPXQWIF.js → chunk-N2V3HU22.js} +4 -3
- package/dist/{chunk-WHS7GOCN.js → chunk-N76DKJWN.js} +2 -2
- package/dist/{chunk-VOVIELJ2.js → chunk-NPG56OYN.js} +1 -1
- package/dist/{chunk-CVCPVOI3.js → chunk-O7L3GNHS.js} +4 -4
- package/dist/{chunk-OT52TNS2.js → chunk-OI7XA7N6.js} +1 -1
- package/dist/{chunk-XBSLEE6P.js → chunk-ONCTG5U4.js} +1 -1
- package/dist/{chunk-Y6NWHC6D.js → chunk-OUL4QY63.js} +4 -4
- package/dist/{chunk-H6UNVESF.js → chunk-OWNTQXMB.js} +4 -4
- package/dist/{chunk-G6Y53VHH.js → chunk-PUXGZUBL.js} +1 -1
- package/dist/{chunk-IHFVBNOE.js → chunk-PZCTKG24.js} +2 -2
- package/dist/{chunk-GLJULTCI.js → chunk-QETFPQME.js} +2 -2
- package/dist/{chunk-C4DYBD7L.js → chunk-QG2Z2K7X.js} +5 -5
- package/dist/{chunk-C56TOSHD.js → chunk-QG4GHOCW.js} +20 -7
- package/dist/{chunk-QXUHQUOL.js → chunk-QKTSDFAO.js} +2 -2
- package/dist/{chunk-E27ARXCP.js → chunk-QWHERBJN.js} +2 -2
- package/dist/{chunk-FQEJKZ73.js → chunk-SD643O45.js} +1 -1
- package/dist/{chunk-XE6LXAC5.js → chunk-SN6PGAZH.js} +2 -2
- package/dist/{chunk-5GI6XYBX.js → chunk-SRVT3OHK.js} +1 -1
- package/dist/{chunk-4XMMR4UC.js → chunk-SUEIG3RP.js} +2 -2
- package/dist/{chunk-ZGKKNC37.js → chunk-SVUHBTA5.js} +14 -14
- package/dist/{chunk-6DNC64XS.js → chunk-SYZYP5OU.js} +1 -1
- package/dist/{chunk-EX4TNKX6.js → chunk-THH5PUOI.js} +1 -1
- package/dist/{chunk-DVVK2IWW.js → chunk-U56I5MQL.js} +7 -1
- package/dist/{chunk-RTUDIMZX.js → chunk-UCVHJZF5.js} +5 -5
- package/dist/{chunk-RC2PPMUM.js → chunk-UDPOYAZ6.js} +9 -9
- package/dist/{chunk-I3S773MA.js → chunk-UE2WZGSY.js} +4 -4
- package/dist/{chunk-PBIKFWBX.js → chunk-UOZHPYJU.js} +1 -1
- package/dist/{chunk-V32LFRCQ.js → chunk-UP2JOQE5.js} +12 -12
- package/dist/{chunk-EG7R3J2B.js → chunk-UUBMTIMZ.js} +2 -2
- package/dist/{chunk-VMU3E6E5.js → chunk-V2KP7PUC.js} +1 -1
- package/dist/{chunk-GRCOKUPC.js → chunk-VHSULWZO.js} +1 -1
- package/dist/{chunk-OSM5ZT5X.js → chunk-VRMG4QFQ.js} +2 -2
- package/dist/{chunk-DSKBTOQK.js → chunk-VV6WWWDX.js} +1 -1
- package/dist/{chunk-R6EF3QYI.js → chunk-W2KIP33K.js} +3 -3
- package/dist/{chunk-652BKF5V.js → chunk-XMRQB5W7.js} +1 -1
- package/dist/{chunk-BO2J7JEU.js → chunk-Y735TCQX.js} +5 -5
- package/dist/{chunk-MXNSZYTY.js → chunk-YKKHKN5S.js} +2 -2
- package/dist/{chunk-VZN7FVLH.js → chunk-YLQI2KBL.js} +2 -2
- package/dist/{chunk-TZZDJSVA.js → chunk-YPBPTOTV.js} +2 -2
- package/dist/{chunk-KP52XYUO.js → chunk-ZCR5ZJW2.js} +1 -1
- package/dist/{chunk-HXI3MEEK.js → chunk-ZMIX3DJQ.js} +2 -2
- package/dist/{chunk-DXNA7IE6.js → chunk-ZWD6G4IE.js} +2 -2
- package/dist/index.css +1120 -1025
- package/dist/index.js +83 -83
- package/dist/inputs/src/Input.css +103 -103
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +105 -105
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +14 -14
- package/dist/inputs/src/PasswordField.css +342 -342
- package/dist/inputs/src/PasswordField.js +14 -14
- package/dist/inputs/src/RemainingCharacterCount.css +102 -102
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +348 -348
- package/dist/inputs/src/SearchField.js +15 -15
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +13 -13
- package/dist/inputs/src/TextField.css +346 -346
- package/dist/inputs/src/TextField.js +17 -17
- package/dist/inputs/src/index.css +394 -394
- package/dist/inputs/src/index.js +21 -21
- package/dist/overlays/Popover/src/Popover.css +709 -623
- package/dist/overlays/Popover/src/Popover.js +9 -9
- package/dist/overlays/Popover/src/PopoverBase.css +107 -102
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +717 -626
- package/dist/overlays/Popover/src/index.js +10 -10
- package/dist/radio/src/DecorativeRadio.css +126 -126
- package/dist/radio/src/DecorativeRadio.js +9 -9
- package/dist/radio/src/Radio.css +118 -118
- package/dist/radio/src/Radio.js +9 -9
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +4 -4
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +9 -9
- package/dist/radio/src/index.css +170 -170
- package/dist/radio/src/index.js +15 -15
- package/dist/switch/src/Switch.css +115 -115
- package/dist/switch/src/Switch.js +9 -9
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +4 -4
- package/dist/switch/src/index.css +121 -121
- package/dist/switch/src/index.js +10 -10
- package/dist/tag/src/Tag.css +392 -392
- package/dist/tag/src/Tag.js +13 -13
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +9 -9
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.js +17 -17
- 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 +99 -99
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +99 -99
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +99 -99
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +99 -99
- 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/ClearSlots.css +233 -0
- package/dist/utils/src/ClearSlots.js +2 -1
- package/dist/utils/src/EnsureTextWrapper.css +99 -99
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +99 -99
- package/dist/utils/src/index.js +8 -8
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CalloutContext } from './chunk-NZ4VFVXA.js';
|
|
2
|
-
import { _CloseButton } from './chunk-
|
|
2
|
+
import { _CloseButton } from './chunk-QKTSDFAO.js';
|
|
3
3
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
4
4
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
5
5
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Callout.module.css#css-module
|
|
17
|
-
var Callout_module_default = { "hop-Callout": "Callout-module__hop-
|
|
17
|
+
var Callout_module_default = { "hop-Callout": "Callout-module__hop-Callout___ys7Ry", "hop-Callout__icon": "Callout-module__hop-Callout__icon___NWmEO", "hop-Callout__heading": "Callout-module__hop-Callout__heading___SbrPH", "hop-Callout__content": "Callout-module__hop-Callout__content___DeB5x", "hop-Callout__button": "Callout-module__hop-Callout__button___C-2K6", "hop-Callout__dismiss": "Callout-module__hop-Callout__dismiss___V347E", "hop-Callout--information": "Callout-module__hop-Callout--information___-rkbh", "hop-Callout--success": "Callout-module__hop-Callout--success___SDdWC", "hop-Callout--warning": "Callout-module__hop-Callout--warning___jm7fB", "hop-Callout--upsell": "Callout-module__hop-Callout--upsell___6J-7u", "hop-Callout--subtle-fill": "Callout-module__hop-Callout--subtle-fill___tmq5k" };
|
|
18
18
|
var GlobalCalloutCssSelector = "hop-Callout";
|
|
19
19
|
var Callout = (props, ref) => {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, CalloutContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps, TabPanel as TabPanel$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./TabPanel.module.css#css-module
|
|
10
|
-
var TabPanel_module_default = { "hop-TabPanel": "TabPanel-module__hop-
|
|
10
|
+
var TabPanel_module_default = { "hop-TabPanel": "TabPanel-module__hop-TabPanel___x5Kud" };
|
|
11
11
|
var GlobalTabPanelCssSelector = "hop-TabPanel";
|
|
12
12
|
function TabPanel(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, TabPanelContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
1
2
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
2
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
3
3
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, Text as Text$1 } from 'react-aria-components';
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Text.module.css#css-module
|
|
12
|
-
var Text_module_default = { "hop-Text": "Text-module__hop-
|
|
12
|
+
var Text_module_default = { "hop-Text": "Text-module__hop-Text___RMvYl", "hop-Text--xs": "Text-module__hop-Text--xs___AtGcC", "hop-Text--sm": "Text-module__hop-Text--sm___8qDjg", "hop-Text--md": "Text-module__hop-Text--md___OCr1h", "hop-Text--lg": "Text-module__hop-Text--lg___ru0qO", "hop-Text--xl": "Text-module__hop-Text--xl___PW1Ys", "hop-Text--2xl": "Text-module__hop-Text--2xl___9vksQ", "hop-Text--inherit": "Text-module__hop-Text--inherit___jX9bn" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Image.module.css#css-module
|
|
10
|
-
var Image_module_default = { "hop-Image": "Image-module__hop-
|
|
10
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___9-Ffz", "hop-Image--rounded": "Image-module__hop-Image--rounded___LfVD9", "hop-Image--circular": "Image-module__hop-Image--circular___chS0X" };
|
|
11
11
|
var GlobalImageCssSelector = "hop-Image";
|
|
12
12
|
function Image(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TabLine } from './chunk-
|
|
1
|
+
import { TabLine } from './chunk-NPG56OYN.js';
|
|
2
2
|
import { TabListContext, InternalTabsContext } from './chunk-YOMX6DZZ.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, TabListStateContext, TabList as TabList$1 } from 'reac
|
|
|
8
8
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./TabList.module.css#css-module
|
|
11
|
-
var TabList_module_default = { "hop-TabList": "TabList-module__hop-
|
|
11
|
+
var TabList_module_default = { "hop-TabList": "TabList-module__hop-TabList___9q80D", "hop-TabList--standalone": "TabList-module__hop-TabList--standalone___pZDzR", "hop-TabList--in-card": "TabList-module__hop-TabList--in-card___WREdC", "hop-TabList__tablist": "TabList-module__hop-TabList__tablist___BhDlE", "hop-TabList--heading": "TabList-module__hop-TabList--heading___vG9xb" };
|
|
12
12
|
var GlobalTabListCssSelector = "hop-TabList";
|
|
13
13
|
function TabList(props, ref) {
|
|
14
14
|
var _a, _b;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { InputContext, Input } from './chunk-
|
|
2
|
-
import { _InputGroup } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
1
|
+
import { InputContext, Input } from './chunk-VHSULWZO.js';
|
|
2
|
+
import { _InputGroup } from './chunk-PUXGZUBL.js';
|
|
3
|
+
import { _Popover } from './chunk-MYA5Y24X.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 {
|
|
9
|
-
import {
|
|
6
|
+
import { _ListBox } from './chunk-QG2Z2K7X.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-MPVQIGA2.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-QETFPQME.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-YKKHKN5S.js';
|
|
10
|
+
import { _ToggleArrow } from './chunk-ACEGBD36.js';
|
|
10
11
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
11
|
-
import { _ToggleArrow } from './chunk-PXTZCRLR.js';
|
|
12
|
-
import { ensureTextWrapper } from './chunk-SIME6JYB.js';
|
|
13
|
-
import { _Label } from './chunk-EG7R3J2B.js';
|
|
14
|
-
import { useFormProps } from './chunk-EX4TNKX6.js';
|
|
15
12
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
13
|
+
import { ensureTextWrapper } from './chunk-I2F5OQI2.js';
|
|
14
|
+
import { _Label } from './chunk-UUBMTIMZ.js';
|
|
15
|
+
import { useFormProps } from './chunk-THH5PUOI.js';
|
|
16
|
+
import { ClearProviders, ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
16
17
|
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
17
|
-
import { ClearProviders, ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
18
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
19
18
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
19
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
20
20
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
21
21
|
import { IconContext } from '@hopper-ui/icons';
|
|
22
22
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -26,7 +26,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, TextContext, Bu
|
|
|
26
26
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
27
27
|
|
|
28
28
|
// css-module:./ComboBox.module.css#css-module
|
|
29
|
-
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-
|
|
29
|
+
var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___zBxD-", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___GB1Gm", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___MN-G7", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___4-DF-", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___2t-hU", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___5-pe-", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___hNUDB", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___5ITEd" };
|
|
30
30
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
31
31
|
function ComboBox(props, ref) {
|
|
32
32
|
var _a, _b, _c, _d, _e;
|
|
@@ -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___kZxHJ", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___jOwdw", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___eSEEb", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___SthdZ", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___SqLZv", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___dng0X" };
|
|
11
11
|
var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
|
|
12
12
|
function ListBoxItemSkeleton(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -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___GoxGC" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
1
2
|
import { StyledSystemProvider } from '@hopper-ui/styled-system';
|
|
2
3
|
import clsx from 'clsx';
|
|
3
4
|
import { createContext, forwardRef, useContext } from 'react';
|
|
4
5
|
import { I18nProvider, RouterProvider } from 'react-aria-components';
|
|
5
6
|
import { jsx } from 'react/jsx-runtime';
|
|
6
7
|
|
|
7
|
-
//
|
|
8
|
+
// css-module:./HopperProvider.module.css#css-module
|
|
9
|
+
var HopperProvider_module_default = { "hop-HopperProvider": "HopperProvider-module__hop-HopperProvider___VEh6S" };
|
|
8
10
|
var GlobalHopperProviderCssSelector = "hop-HopperProvider";
|
|
9
11
|
var HopperContext = createContext(null);
|
|
10
12
|
function useHopperContext() {
|
|
@@ -39,6 +41,10 @@ var HopperProvider = (props, ref) => {
|
|
|
39
41
|
} = props;
|
|
40
42
|
const classNames = clsx(
|
|
41
43
|
GlobalHopperProviderCssSelector,
|
|
44
|
+
cssModule(
|
|
45
|
+
HopperProvider_module_default,
|
|
46
|
+
"hop-HopperProvider"
|
|
47
|
+
),
|
|
42
48
|
className
|
|
43
49
|
);
|
|
44
50
|
let content = children;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
2
2
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
4
|
-
import { _Text } from './chunk-
|
|
5
|
-
import { ClearContainerSlots } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-THH5PUOI.js';
|
|
4
|
+
import { _Text } from './chunk-SN6PGAZH.js';
|
|
5
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
6
6
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
7
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
10
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
11
11
|
import { useSlotId } from '@react-aria/utils';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxField.module.css#css-module
|
|
18
|
-
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-
|
|
18
|
+
var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___a57Qv", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___kXdwO", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___RDIsg", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___rPdTh", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___BGbYB" };
|
|
19
19
|
var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
|
|
20
20
|
var CheckboxToDescriptionSizeAdapter = {
|
|
21
21
|
sm: "xs",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-VV6WWWDX.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-ZWD6G4IE.js';
|
|
4
4
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
5
|
-
import {
|
|
5
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
6
|
+
import { _Spinner } from './chunk-N76DKJWN.js';
|
|
6
7
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
+
import { ensureTextWrapper } from './chunk-I2F5OQI2.js';
|
|
8
9
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
10
|
-
import {
|
|
10
|
+
import { useFormProps } from './chunk-THH5PUOI.js';
|
|
11
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
11
12
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
12
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
13
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
14
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
15
14
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
15
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
16
16
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
17
17
|
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
18
18
|
import { IconContext } from '@hopper-ui/icons';
|
|
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
25
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
26
26
|
|
|
27
27
|
// css-module:./Tag.module.css#css-module
|
|
28
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
28
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___OsG9M", "hop-Tag--sm": "Tag-module__hop-Tag--sm___iBvOk", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___J49Vj", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___wisbF", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___0ElD2", "hop-Tag--md": "Tag-module__hop-Tag--md___b9aFL", "hop-Tag--lg": "Tag-module__hop-Tag--lg___I6dtg", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___VN5JV", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___f0TrE", "hop-Tag--progress": "Tag-module__hop-Tag--progress___GMvLv", "hop-Tag--positive": "Tag-module__hop-Tag--positive___5MqB3", "hop-Tag--caution": "Tag-module__hop-Tag--caution___oJ0En", "hop-Tag--negative": "Tag-module__hop-Tag--negative___ppoXu", "hop-Tag--option1": "Tag-module__hop-Tag--option1___sT6mg", "hop-Tag--option2": "Tag-module__hop-Tag--option2___mKOLt", "hop-Tag--option3": "Tag-module__hop-Tag--option3___0ImDC", "hop-Tag--option4": "Tag-module__hop-Tag--option4___frk12", "hop-Tag--option5": "Tag-module__hop-Tag--option5___vstEV", "hop-Tag--option6": "Tag-module__hop-Tag--option6___iAb2W", "hop-Tag__icon": "Tag-module__hop-Tag__icon___Kc-j4", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___YMGr8", "hop-Tag__text": "Tag-module__hop-Tag__text___gdIlH", "hop-Tag__badge": "Tag-module__hop-Tag__badge___eAV48", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___rSZZT" };
|
|
29
29
|
var GlobalTagCssSelector = "hop-Tag";
|
|
30
30
|
var TagToTextSizeAdapter = {
|
|
31
31
|
sm: "xs",
|
|
@@ -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-I2F5OQI2.js';
|
|
4
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
4
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
6
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___43wdy", "hop-Radio--sm": "Radio-module__hop-Radio--sm___wG2S-", "hop-Radio--md": "Radio-module__hop-Radio--md___ByKxi", "hop-Radio__icon": "Radio-module__hop-Radio__icon___-gtVt", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___yY6hj", "hop-Radio__box": "Radio-module__hop-Radio__box___xCYmt", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___1DDid", "hop-Radio__text": "Radio-module__hop-Radio__text___0W4pi" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
1
|
+
import { _RichIconAvatarImage } from './chunk-3UBUV5UU.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,18 +1,18 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
2
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
3
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
4
|
-
import { _ClearButton } from './chunk-
|
|
5
|
-
import { Input } from './chunk-
|
|
6
|
-
import { _InputGroup } from './chunk-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { ensureTextWrapper } from './chunk-
|
|
10
|
-
import { _Label } from './chunk-
|
|
11
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-VRMG4QFQ.js';
|
|
4
|
+
import { _ClearButton } from './chunk-VV6WWWDX.js';
|
|
5
|
+
import { Input } from './chunk-VHSULWZO.js';
|
|
6
|
+
import { _InputGroup } from './chunk-PUXGZUBL.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-QETFPQME.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-YKKHKN5S.js';
|
|
9
|
+
import { ensureTextWrapper } from './chunk-I2F5OQI2.js';
|
|
10
|
+
import { _Label } from './chunk-UUBMTIMZ.js';
|
|
11
|
+
import { useFormProps } from './chunk-THH5PUOI.js';
|
|
12
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
12
13
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
13
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
14
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
15
14
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
15
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
16
16
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
17
17
|
import { IconContext } from '@hopper-ui/icons';
|
|
18
18
|
import { useStyledSystem, useResponsiveValue, useIsomorphicLayoutEffect } from '@hopper-ui/styled-system';
|
|
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, TextField as TextField$1 } from 'r
|
|
|
25
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
26
26
|
|
|
27
27
|
// css-module:./TextField.module.css#css-module
|
|
28
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
28
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___3-ENb", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___75zjN", "hop-TextField__Label": "TextField-module__hop-TextField__Label___-HPdE", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___aFa68", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___dTdaS", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___bEPux", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___rdetR" };
|
|
29
29
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
30
30
|
function TextField(props, ref) {
|
|
31
31
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LabelContext } from './chunk-QCA3ZR56.js';
|
|
2
2
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-THH5PUOI.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
6
6
|
import { filterDOMProps } from '@react-aria/utils';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Label.module.css#css-module
|
|
13
|
-
var Label_module_default = { "hop-Label": "Label-module__hop-
|
|
13
|
+
var Label_module_default = { "hop-Label": "Label-module__hop-Label___Q0BAM", "hop-Label__indicator": "Label-module__hop-Label__indicator___AQXv3" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./ButtonGroup.module.css#css-module
|
|
14
|
-
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-
|
|
14
|
+
var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___DiTqM", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___7aXig", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___WWjtV", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___o11Cn", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___hdie5", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___PpCtl", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___FGoKo", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___oKRH2" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -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___9Fk0N", "hop-Input--sm": "Input-module__hop-Input--sm___KCbjO" };
|
|
10
10
|
var InputContext = createContext({});
|
|
11
11
|
var Input = forwardRef(function Input2(props, ref) {
|
|
12
12
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-SN6PGAZH.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 { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___MpeU2" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-
|
|
2
|
+
import { _EmbeddedButton } from './chunk-ZWD6G4IE.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
1
|
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
|
-
import {
|
|
2
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
3
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -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___ulgVB", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___k5Sy-" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -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___kWPAE", "hop-Heading--xs": "Heading-module__hop-Heading--xs___8M-TF", "hop-Heading--sm": "Heading-module__hop-Heading--sm___c0T04", "hop-Heading--md": "Heading-module__hop-Heading--md___-3w5Z", "hop-Heading--lg": "Heading-module__hop-Heading--lg___2JkG-", "hop-Heading--xl": "Heading-module__hop-Heading--xl___FwgK2", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___f6Q4-", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___Rd4o5" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { _Text } from './chunk-XE6LXAC5.js';
|
|
2
1
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
3
|
-
import {
|
|
2
|
+
import { _Text } from './chunk-SN6PGAZH.js';
|
|
3
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-3UBUV5UU.js';
|
|
4
5
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
5
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
14
|
import { jsx } from 'react/jsx-runtime';
|
|
14
15
|
|
|
15
16
|
// css-module:./Avatar.module.css#css-module
|
|
16
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
17
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___MUb-2", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___-QYAE", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___YhsN3", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___UqtFI", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___aT6FU", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___RbxrI", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___tiooZ", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___-aSro", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___P016E", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___ZVZUE", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___SGQEX", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___aB-D4", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___YhM1Y", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___B0I-x", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___LaPv6", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___V-m-M", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___YQtd8" };
|
|
17
18
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
19
|
var AvatarToTextSizeAdapter = {
|
|
19
20
|
xs: "xs",
|
|
@@ -53,7 +54,6 @@ function AvatarInitials(props) {
|
|
|
53
54
|
_Text,
|
|
54
55
|
{
|
|
55
56
|
size: AvatarToTextSizeAdapter[size],
|
|
56
|
-
className: Avatar_module_default["hop-Avatar__initials"],
|
|
57
57
|
children: initials
|
|
58
58
|
}
|
|
59
59
|
);
|
|
@@ -159,7 +159,7 @@ function Avatar(props, ref) {
|
|
|
159
159
|
role: "img",
|
|
160
160
|
slot: slot != null ? slot : void 0,
|
|
161
161
|
ref,
|
|
162
|
-
children: content
|
|
162
|
+
children: /* @__PURE__ */ jsx(ClearContainerSlots, { children: content })
|
|
163
163
|
}
|
|
164
164
|
);
|
|
165
165
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-SN6PGAZH.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___iv9fX", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___TBaHJ" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TileContext } from './chunk-JTNKUYE5.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-SN6PGAZH.js';
|
|
3
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, composeRenderProps, ToggleButton, Provider } from 'rea
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Tile.module.css#css-module
|
|
13
|
-
var Tile_module_default = { "hop-Tile": "Tile-module__hop-
|
|
13
|
+
var Tile_module_default = { "hop-Tile": "Tile-module__hop-Tile___dfaUc", "hop-Tile__icon": "Tile-module__hop-Tile__icon___6FObV" };
|
|
14
14
|
var GlobalTileCssSelector = "hop-Tile";
|
|
15
15
|
var Tile = (props, ref) => {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, TileContext);
|
|
@@ -2,8 +2,8 @@ import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
|
2
2
|
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
3
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
4
4
|
import { AccordionContext } from './chunk-7IM3UQB4.js';
|
|
5
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
5
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
6
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
8
8
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
9
9
|
import { forwardRef } from 'react';
|
|
@@ -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___tn6RD", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___T5p9-", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___KfY8i", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___aPDze", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___yam-K" };
|
|
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 { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Card.module.css#css-module
|
|
10
|
-
var Card_module_default = { "hop-Card": "Card-module__hop-
|
|
10
|
+
var Card_module_default = { "hop-Card": "Card-module__hop-Card___D5hUn", "hop-Card--main": "Card-module__hop-Card--main___aU6Qt", "hop-Card--second-level": "Card-module__hop-Card--second-level___YL4-L" };
|
|
11
11
|
var GlobalCardCssSelector = "hop-Card";
|
|
12
12
|
var Card = (props, ref) => {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, CardContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
1
2
|
import { TextContext } from 'react-aria-components';
|
|
2
3
|
import { jsx } from 'react/jsx-runtime';
|
|
3
4
|
|
|
4
|
-
// src/utils/src/ClearSlots.tsx
|
|
5
5
|
function ClearProviders({
|
|
6
6
|
values,
|
|
7
7
|
children
|
|
@@ -17,7 +17,7 @@ function ClearContainerSlots({ children }) {
|
|
|
17
17
|
{
|
|
18
18
|
values: [
|
|
19
19
|
TextContext,
|
|
20
|
-
TextContext
|
|
20
|
+
TextContext$1
|
|
21
21
|
],
|
|
22
22
|
children
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmbeddedButtonContext } from './chunk-O7IJYNVQ.js';
|
|
2
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
3
2
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
3
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { IconContext } from '@hopper-ui/icons';
|
|
6
6
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -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___3hN62", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___ZfWvv", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___FJwaA", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___Np5qd", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___ZZ4Nm", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___ih20p", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___curRD", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___2iAAa", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___NGdha", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___FDIK2", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___K1MaJ", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___ahReO", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___7mxa7", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___SbwTr", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___-oVyF", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___E1Vm2" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|