@hopper-ui/components 1.4.12 → 1.5.0
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 +14 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +3 -3
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +3 -3
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +4 -4
- 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 +4 -4
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +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 +661 -632
- package/dist/ComboBox/src/ComboBox.js +23 -23
- package/dist/ComboBox/src/index.css +661 -632
- package/dist/ComboBox/src/index.js +23 -23
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +3 -3
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +11 -11
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +11 -11
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +15 -15
- 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 +43 -43
- package/dist/Modal/src/BaseModal.js +1 -2
- package/dist/Modal/src/CustomModal.css +44 -44
- package/dist/Modal/src/CustomModal.js +2 -3
- package/dist/Modal/src/Modal.css +290 -290
- package/dist/Modal/src/Modal.js +16 -17
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +17 -18
- 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 +605 -576
- package/dist/Select/src/Select.js +21 -21
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +605 -576
- package/dist/Select/src/index.js +21 -21
- 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-3N2QWRKE.js → chunk-2D3PNAN4.js} +14 -14
- package/dist/{chunk-CRSNDOH5.js → chunk-2OZB4J6P.js} +1 -1
- package/dist/{chunk-4CUD5Z4N.js → chunk-2W32X7FU.js} +1 -1
- package/dist/{chunk-L2WNBH5A.js → chunk-3ILCPDBG.js} +1 -1
- package/dist/{chunk-4DFTU64I.js → chunk-3NXLB36H.js} +4 -4
- package/dist/{chunk-A3JEMKIP.js → chunk-42AL5WO3.js} +4 -4
- package/dist/{chunk-YF2Y7BWX.js → chunk-44OL5LKJ.js} +2 -2
- package/dist/{chunk-LCAS3YQV.js → chunk-4BWTFR22.js} +2 -1
- package/dist/{chunk-KFTGGBF2.js → chunk-4NOHDGNG.js} +9 -9
- package/dist/{chunk-LLFAKYOY.js → chunk-5RMNB4S2.js} +2 -2
- package/dist/{chunk-Y7W3KBYN.js → chunk-5RZUDLOJ.js} +2 -2
- package/dist/{chunk-EMCQWDWQ.js → chunk-6VK6XY4Y.js} +1 -1
- package/dist/{chunk-UD2DCC7K.js → chunk-72H6V6NS.js} +3 -3
- package/dist/{chunk-4AQGIVW5.js → chunk-7FGBAFSD.js} +2 -2
- package/dist/{chunk-XCGLXG6T.js → chunk-7LXE3JU6.js} +4 -4
- package/dist/{chunk-5TVQ5F6N.js → chunk-7SLBZ5XD.js} +3 -3
- package/dist/{chunk-ULPBO5OL.js → chunk-7ZAVXQPS.js} +2 -2
- package/dist/{chunk-IAZ4WGX4.js → chunk-AK56Z4NC.js} +9 -9
- package/dist/{chunk-W573EI6H.js → chunk-B3USUGFX.js} +1 -1
- package/dist/{chunk-EFDSC6S4.js → chunk-BSFMZPQZ.js} +1 -1
- package/dist/{chunk-GZJX23ZE.js → chunk-BUNJDMVL.js} +1 -1
- package/dist/{chunk-NEY6GQXA.js → chunk-CI4VOFJ3.js} +13 -13
- package/dist/{chunk-FMMXILW4.js → chunk-CQQP6QVP.js} +4 -4
- package/dist/{chunk-YZWGTNUA.js → chunk-DMORGVIA.js} +3 -3
- package/dist/{chunk-QQG55TXU.js → chunk-DXEEYPET.js} +1 -1
- package/dist/{chunk-HGJ2NRZU.js → chunk-ECIUI7CP.js} +1 -1
- package/dist/{chunk-I3TCA6QA.js → chunk-F2CIGATZ.js} +1 -1
- package/dist/{chunk-B6WL2FNU.js → chunk-GAVVWKPV.js} +5 -5
- package/dist/{chunk-FHAXAT2H.js → chunk-GD5Q3AZ5.js} +8 -8
- package/dist/chunk-GHYAFDMB.js +7 -0
- package/dist/{chunk-O7MK7LUV.js → chunk-GNANRAZ3.js} +4 -4
- package/dist/{chunk-OHMQIK55.js → chunk-GYIVG2QW.js} +2 -2
- package/dist/{chunk-5P2MPWIV.js → chunk-I6K2IF6S.js} +2 -2
- package/dist/{chunk-KW6STO3X.js → chunk-IFR3FMQI.js} +3 -3
- package/dist/chunk-ISHCPAHA.js +68 -0
- package/dist/{chunk-E776DPQT.js → chunk-JSU3GTVC.js} +1 -1
- package/dist/{chunk-E74DRWIJ.js → chunk-K7LPTDGA.js} +5 -5
- package/dist/{chunk-32D3FJMM.js → chunk-L3CCWJXX.js} +7 -7
- package/dist/{chunk-SWWLTUOO.js → chunk-LLZVUS6L.js} +2 -2
- package/dist/{chunk-ITRR4F5G.js → chunk-M75JHDEW.js} +1 -1
- package/dist/{chunk-7OENJXSV.js → chunk-M7OZRSCE.js} +1 -1
- package/dist/{chunk-WAU7DOS4.js → chunk-MLH5QPM6.js} +3 -3
- package/dist/{chunk-77E4FM6W.js → chunk-MQHDJMWK.js} +1 -1
- package/dist/{chunk-GKAWWPNQ.js → chunk-N3MAR5LA.js} +4 -4
- package/dist/{chunk-66FTID3Q.js → chunk-NKPL7MOY.js} +5 -5
- package/dist/{chunk-VLW6W2HN.js → chunk-NKQRCWXB.js} +3 -3
- package/dist/{chunk-74YWITDM.js → chunk-P7Y5EFUU.js} +2 -2
- package/dist/{chunk-JOKUQCNO.js → chunk-PLCSZSWK.js} +9 -9
- package/dist/{chunk-DZFW22OT.js → chunk-PSGJ3SGD.js} +2 -2
- package/dist/{chunk-HBKQPCYU.js → chunk-QOOKVLD6.js} +1 -1
- package/dist/{chunk-VIMP4YZP.js → chunk-QVYHV7EA.js} +4 -4
- package/dist/{chunk-DMRZHMKX.js → chunk-QXSZDRRV.js} +5 -5
- package/dist/{chunk-R3RD23KP.js → chunk-RN66XUZB.js} +4 -4
- package/dist/{chunk-AZA6SSSV.js → chunk-SBZFIZ34.js} +2 -2
- package/dist/{chunk-FO6ZOBAQ.js → chunk-THMD4B6W.js} +1 -1
- package/dist/{chunk-NLWQD76H.js → chunk-U2CDB2WU.js} +4 -4
- package/dist/{chunk-TDPQX5UK.js → chunk-UBAIAYGZ.js} +1 -1
- package/dist/{chunk-3MC425VU.js → chunk-V3R6RBMW.js} +66 -11
- package/dist/{chunk-QI5TLIXP.js → chunk-VHP2V6CH.js} +2 -2
- package/dist/{chunk-KTWOFCUO.js → chunk-VRKYQ753.js} +50 -42
- package/dist/{chunk-7JSUDCVX.js → chunk-W4JGZWGA.js} +4 -4
- package/dist/{chunk-DBIOAF7Z.js → chunk-WEFTO2YB.js} +2 -2
- package/dist/{chunk-GACETSMF.js → chunk-WERKME6J.js} +2 -2
- package/dist/{chunk-MPOCBRLG.js → chunk-WFGDBWD6.js} +3 -3
- package/dist/{chunk-VSDE5S36.js → chunk-WNFG7XHU.js} +11 -11
- package/dist/{chunk-KB2LVNFQ.js → chunk-WRSQGJQP.js} +2 -2
- package/dist/{chunk-FNVLRU3K.js → chunk-XSEFUS46.js} +4 -4
- package/dist/{chunk-HQV3FPNZ.js → chunk-YRMUDTON.js} +1 -1
- package/dist/{chunk-K6ZPJSNZ.js → chunk-YXKS63JL.js} +1 -1
- package/dist/{chunk-DFPHOLFA.js → chunk-YY5PARH2.js} +3 -3
- package/dist/{chunk-7KUR6YOB.js → chunk-ZDPAEZOK.js} +2 -2
- package/dist/{chunk-IZZGYOYD.js → chunk-ZTRTZJS3.js} +1 -1
- package/dist/index.css +935 -906
- package/dist/index.d.ts +3 -2
- package/dist/index.js +87 -85
- 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 +20 -20
- package/dist/overlays/Popover/src/Popover.css +552 -552
- package/dist/overlays/Popover/src/Popover.js +8 -8
- package/dist/overlays/Popover/src/PopoverBase.css +262 -0
- package/dist/overlays/Popover/src/PopoverBase.d.ts +21 -0
- package/dist/overlays/Popover/src/PopoverBase.js +5 -0
- package/dist/overlays/Popover/src/PopoverBaseContext.d.ts +9 -0
- package/dist/overlays/Popover/src/PopoverBaseContext.js +2 -0
- package/dist/overlays/Popover/src/index.css +581 -552
- package/dist/overlays/Popover/src/index.d.ts +2 -1
- package/dist/overlays/Popover/src/index.js +10 -8
- 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 +16 -14
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +8 -8
- package/dist/tag/src/TagGroupContext.d.ts +4 -1
- package/dist/tag/src/TagGroupContext.js +1 -1
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.d.ts +1 -1
- package/dist/tag/src/index.js +19 -19
- 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 +10 -10
|
@@ -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-P7Y5EFUU.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-LLZVUS6L.js';
|
|
6
|
+
import { _Label } from './chunk-WERKME6J.js';
|
|
7
|
+
import { useFormProps } from './chunk-F2CIGATZ.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___mtK6W", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___gPoWU", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___ufGCy", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___JiX3O", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___f0eXh", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___QS5zY", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___Vkpqt", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___-iL9j", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___4YgCk" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ModalContext } from './chunk-PH5BSJDK.js';
|
|
2
|
-
import { _BaseModal } from './chunk-
|
|
2
|
+
import { _BaseModal } from './chunk-K7LPTDGA.js';
|
|
3
3
|
import { ImageContext } from './chunk-XNHE2OVW.js';
|
|
4
|
-
import { _CloseButton } from './chunk-DZFW22OT.js';
|
|
5
|
-
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
6
4
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
7
5
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
8
6
|
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
|
+
import { _CloseButton } from './chunk-PSGJ3SGD.js';
|
|
8
|
+
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
9
9
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
10
10
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
11
11
|
import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
|
|
|
17
17
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./Modal.module.css#css-module
|
|
20
|
-
var Modal_module_default = { "hop-Modal": "Modal-module__hop-
|
|
20
|
+
var Modal_module_default = { "hop-Modal": "Modal-module__hop-Modal___PuJ-N", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___e1zYF", "hop-Modal--fullscreentakeover": "Modal-module__hop-Modal--fullscreentakeover___WENkA", "hop-Modal__image": "Modal-module__hop-Modal__image___KpMXX", "hop-Modal__close": "Modal-module__hop-Modal__close___9uePw", "hop-Modal__heading": "Modal-module__hop-Modal__heading___NZDT6", "hop-Modal__header": "Modal-module__hop-Modal__header___z00qy", "hop-Modal__content": "Modal-module__hop-Modal__content___92859", "hop-Modal__footer": "Modal-module__hop-Modal__footer___Bhhvw", "hop-Modal__button": "Modal-module__hop-Modal__button___ImC1H", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___6SF6c" };
|
|
21
21
|
var GlobalModalCssSelector = "hop-Modal";
|
|
22
22
|
var Modal = (props, ref) => {
|
|
23
23
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _BaseModal } from './chunk-
|
|
1
|
+
import { _BaseModal } from './chunk-K7LPTDGA.js';
|
|
2
2
|
import { CustomModalContext } from './chunk-LUO2HNXA.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./CustomModal.module.css#css-module
|
|
11
|
-
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-
|
|
11
|
+
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-CustomModal___sz-r1" };
|
|
12
12
|
var GlobalCustomModalCssSelector = "hop-CustomModal";
|
|
13
13
|
var CustomModal = (props, ref) => {
|
|
14
14
|
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___nY-Jq", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___GuH-V", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___-u96S", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___YiWsv", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___FnDGD", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___5k2tA", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___IYs4O", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___fYdq1" };
|
|
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 { SlotProvider } from './chunk-M36KANKC.js';
|
|
2
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
3
|
-
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
1
|
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
5
2
|
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
|
+
import { cssModule } from './chunk-KVDXQMWI.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___7LXac", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___2Jrdj" };
|
|
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 } 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___19-8N", "hop-Image--rounded": "Image-module__hop-Image--rounded___HXOWk", "hop-Image--circular": "Image-module__hop-Image--circular___EtBn0" };
|
|
11
11
|
var GlobalImageCssSelector = "hop-Image";
|
|
12
12
|
function Image(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -1,27 +1,31 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
3
|
+
import { _ClearButton } from './chunk-M75JHDEW.js';
|
|
4
|
+
import { mapOrbiterToHopperVariants } from './chunk-2OZB4J6P.js';
|
|
5
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
6
|
+
import { _Spinner } from './chunk-VHP2V6CH.js';
|
|
5
7
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
7
9
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
10
|
+
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
9
11
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
10
|
-
import {
|
|
12
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
|
+
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
11
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
15
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
13
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
14
16
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
15
|
-
import {
|
|
17
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
16
18
|
import { IconContext } from '@hopper-ui/icons';
|
|
17
19
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
20
|
+
import { useObjectRef, mergeProps, filterDOMProps } from '@react-aria/utils';
|
|
18
21
|
import clsx from 'clsx';
|
|
19
|
-
import { forwardRef } from 'react';
|
|
22
|
+
import { forwardRef, useEffect, useContext } from 'react';
|
|
23
|
+
import { useFocusRing, useLink, useHover } from 'react-aria';
|
|
20
24
|
import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-components';
|
|
21
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
22
26
|
|
|
23
27
|
// css-module:./Tag.module.css#css-module
|
|
24
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
28
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___TwiDw", "hop-Tag--sm": "Tag-module__hop-Tag--sm___H5cel", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___-Tzrp", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___ObGtg", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___PIMyP", "hop-Tag--md": "Tag-module__hop-Tag--md___htZGZ", "hop-Tag--lg": "Tag-module__hop-Tag--lg___SiEKp", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___mhHJW", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___Br0iW", "hop-Tag--progress": "Tag-module__hop-Tag--progress___a9O-d", "hop-Tag--positive": "Tag-module__hop-Tag--positive___bhQvN", "hop-Tag--caution": "Tag-module__hop-Tag--caution___wb2AB", "hop-Tag--negative": "Tag-module__hop-Tag--negative___0FPzs", "hop-Tag--option1": "Tag-module__hop-Tag--option1___M-3A5", "hop-Tag--option2": "Tag-module__hop-Tag--option2___-c-AE", "hop-Tag--option3": "Tag-module__hop-Tag--option3___quO-l", "hop-Tag--option4": "Tag-module__hop-Tag--option4___ZMEVM", "hop-Tag--option5": "Tag-module__hop-Tag--option5___fje-i", "hop-Tag--option6": "Tag-module__hop-Tag--option6___OPiM6", "hop-Tag__icon": "Tag-module__hop-Tag__icon___MqbD1", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___U5qT-", "hop-Tag__text": "Tag-module__hop-Tag__text___tB0LW", "hop-Tag__badge": "Tag-module__hop-Tag__badge___QCHmo", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___xy7Q7" };
|
|
25
29
|
var GlobalTagCssSelector = "hop-Tag";
|
|
26
30
|
var TagToTextSizeAdapter = {
|
|
27
31
|
sm: "xs",
|
|
@@ -83,8 +87,9 @@ function Tag(props, ref) {
|
|
|
83
87
|
const spinnerClassNames = clsx(Tag_module_default["hop-Tag__Spinner"], spinnerClassName);
|
|
84
88
|
const { className: clearButtonClassName, ...otherClearButtonProps } = clearButtonProps != null ? clearButtonProps : {};
|
|
85
89
|
const clearButtonClassNames = clsx(Tag_module_default["hop-Tag__remove-btn"], clearButtonClassName);
|
|
90
|
+
const ElementType = useContext(InternalTagGroupContext).isInGroup ? Tag$1 : StandaloneTag;
|
|
86
91
|
return /* @__PURE__ */ jsx(
|
|
87
|
-
|
|
92
|
+
ElementType,
|
|
88
93
|
{
|
|
89
94
|
ref,
|
|
90
95
|
className: classNames,
|
|
@@ -158,6 +163,56 @@ function Tag(props, ref) {
|
|
|
158
163
|
}
|
|
159
164
|
);
|
|
160
165
|
}
|
|
166
|
+
var StandaloneTag = forwardRef((props, ref) => {
|
|
167
|
+
var _a;
|
|
168
|
+
const { focusProps, isFocusVisible, isFocused } = useFocusRing({ within: true });
|
|
169
|
+
const objectRef = useObjectRef(ref);
|
|
170
|
+
const { linkProps } = useLink(props, objectRef);
|
|
171
|
+
const { hoverProps, isHovered } = useHover({
|
|
172
|
+
// disabled, since we don't allow selection.
|
|
173
|
+
isDisabled: true,
|
|
174
|
+
onHoverStart: props.onHoverStart,
|
|
175
|
+
onHoverChange: props.onHoverChange,
|
|
176
|
+
onHoverEnd: props.onHoverEnd
|
|
177
|
+
});
|
|
178
|
+
const isLink = props.href != null;
|
|
179
|
+
const itemProps = isLink ? linkProps : props;
|
|
180
|
+
const ElementType = isLink ? "a" : "div";
|
|
181
|
+
const renderProps = useRenderProps({
|
|
182
|
+
...itemProps,
|
|
183
|
+
id: void 0,
|
|
184
|
+
children: props.children,
|
|
185
|
+
values: {
|
|
186
|
+
isFocusVisible,
|
|
187
|
+
isHovered,
|
|
188
|
+
isDisabled: (_a = props.isDisabled) != null ? _a : false,
|
|
189
|
+
isFocused,
|
|
190
|
+
isPressed: false,
|
|
191
|
+
allowsRemoving: false,
|
|
192
|
+
isSelected: false,
|
|
193
|
+
selectionBehavior: "toggle",
|
|
194
|
+
selectionMode: "none"
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
useEffect(() => {
|
|
198
|
+
if (!props.textValue) {
|
|
199
|
+
console.warn("A `textValue` prop is required for <Tag> elements with non-plain text children for accessibility.");
|
|
200
|
+
}
|
|
201
|
+
}, [props.textValue]);
|
|
202
|
+
return /* @__PURE__ */ jsx(
|
|
203
|
+
ElementType,
|
|
204
|
+
{
|
|
205
|
+
ref: objectRef,
|
|
206
|
+
"aria-label": props.textValue,
|
|
207
|
+
...mergeProps(filterDOMProps(itemProps, { labelable: true }), focusProps, hoverProps),
|
|
208
|
+
...renderProps,
|
|
209
|
+
"data-disabled": props.isDisabled || void 0,
|
|
210
|
+
"data-hovered": isHovered || void 0,
|
|
211
|
+
"data-focused": isFocused || void 0,
|
|
212
|
+
"data-focus-visible": isFocusVisible || void 0
|
|
213
|
+
}
|
|
214
|
+
);
|
|
215
|
+
});
|
|
161
216
|
var _Tag = slot("tag", forwardRef(Tag));
|
|
162
217
|
_Tag.displayName = "Tag";
|
|
163
218
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
|
|
|
9
9
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Spinner.module.css#css-module
|
|
12
|
-
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-
|
|
12
|
+
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___d7WW9", "spin": "Spinner-module__spin___7A42r", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___UXPgD", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___Kbkvv", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___Y9cCm", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___p-UV7", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___I85AL", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___u46vL" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
|
-
import { TagGroupContext } from './chunk-
|
|
3
|
-
import { _HelperMessage } from './chunk-
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import { _Label } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
2
|
+
import { TagGroupContext, InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
3
|
+
import { _HelperMessage } from './chunk-P7Y5EFUU.js';
|
|
4
|
+
import { _ErrorMessage } from './chunk-LLZVUS6L.js';
|
|
5
|
+
import { _Label } from './chunk-WERKME6J.js';
|
|
6
|
+
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as Tag
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./TagGroup.module.css#css-module
|
|
17
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
17
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___RHzwN", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___NpMOq", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___cw4Kk", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___lN1kQ", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___x4jfy" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -74,44 +74,52 @@ function TagGroup(props, ref) {
|
|
|
74
74
|
};
|
|
75
75
|
});
|
|
76
76
|
return /* @__PURE__ */ jsx(
|
|
77
|
-
|
|
77
|
+
InternalTagGroupContext.Provider,
|
|
78
78
|
{
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
variant
|
|
85
|
-
}],
|
|
86
|
-
[FieldErrorContext, {
|
|
87
|
-
isInvalid,
|
|
88
|
-
validationErrors: [],
|
|
89
|
-
validationDetails: {}
|
|
90
|
-
}]
|
|
91
|
-
],
|
|
92
|
-
children: /* @__PURE__ */ jsxs(
|
|
93
|
-
TagGroup$1,
|
|
79
|
+
value: {
|
|
80
|
+
isInGroup: true
|
|
81
|
+
},
|
|
82
|
+
children: /* @__PURE__ */ jsx(
|
|
83
|
+
SlotProvider,
|
|
94
84
|
{
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
85
|
+
values: [
|
|
86
|
+
[TagContext, {
|
|
87
|
+
className: TagGroup_module_default["hop-TagGroup__tag"],
|
|
88
|
+
isInvalid,
|
|
89
|
+
size,
|
|
90
|
+
variant
|
|
91
|
+
}],
|
|
92
|
+
[FieldErrorContext, {
|
|
93
|
+
isInvalid,
|
|
94
|
+
validationErrors: [],
|
|
95
|
+
validationDetails: {}
|
|
96
|
+
}]
|
|
97
|
+
],
|
|
98
|
+
children: /* @__PURE__ */ jsxs(
|
|
99
|
+
TagGroup$1,
|
|
100
|
+
{
|
|
101
|
+
ref,
|
|
102
|
+
className: classNames,
|
|
103
|
+
style,
|
|
104
|
+
...otherProps,
|
|
105
|
+
children: [
|
|
106
|
+
label && /* @__PURE__ */ jsx(_Label, { className: TagGroup_module_default["hop-TagGroup__Label"], necessityIndicator, children: label }),
|
|
107
|
+
/* @__PURE__ */ jsx(
|
|
108
|
+
TagList,
|
|
109
|
+
{
|
|
110
|
+
items,
|
|
111
|
+
renderEmptyState,
|
|
112
|
+
className: tagListClassNames,
|
|
113
|
+
style: tagListStyle,
|
|
114
|
+
...otherTagListProps,
|
|
115
|
+
children
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
description && /* @__PURE__ */ jsx(_HelperMessage, { className: TagGroup_module_default["hop-TagGroup__error-message"], hideIcon: true, children: description }),
|
|
119
|
+
/* @__PURE__ */ jsx(_ErrorMessage, { className: TagGroup_module_default["hop-TagGroup__helper-message"], hideIcon: true, children: errorMessage })
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
)
|
|
115
123
|
}
|
|
116
124
|
)
|
|
117
125
|
}
|
|
@@ -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-44OL5LKJ.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
-
import {
|
|
5
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.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';
|
|
10
9
|
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___5MhzK", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___6Hy7w", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___rtxt-", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___5aAeI", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___f4khO" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-44OL5LKJ.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___CBgE-" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -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-F2CIGATZ.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___tDR83", "hop-Label__indicator": "Label-module__hop-Label__indicator___Tm7Si" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -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-6VK6XY4Y.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
7
|
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___75d2P", "hop-Radio--sm": "Radio-module__hop-Radio--sm___ENTOs", "hop-Radio--md": "Radio-module__hop-Radio--md___WOf3w", "hop-Radio__icon": "Radio-module__hop-Radio__icon___B6TVi", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___fUV4f", "hop-Radio__box": "Radio-module__hop-Radio__box___XYk2f", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___WnjZ5", "hop-Radio__text": "Radio-module__hop-Radio__text___It24N" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -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 { _InputGroup } from './chunk-
|
|
6
|
-
import { Input } from './chunk-
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { ensureTextWrapper } from './chunk-
|
|
10
|
-
import { _Label } from './chunk-
|
|
11
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-WEFTO2YB.js';
|
|
4
|
+
import { _ClearButton } from './chunk-M75JHDEW.js';
|
|
5
|
+
import { _InputGroup } from './chunk-2W32X7FU.js';
|
|
6
|
+
import { Input } from './chunk-QOOKVLD6.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-P7Y5EFUU.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-LLZVUS6L.js';
|
|
9
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
10
|
+
import { _Label } from './chunk-WERKME6J.js';
|
|
11
|
+
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
12
12
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
13
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
14
15
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
15
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.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___Og2n3", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___11mMm", "hop-TextField__Label": "TextField-module__hop-TextField__Label___hvCNI", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___OWrqP", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___CiSGv", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___EAeRg", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___1DwD8" };
|
|
29
29
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
30
30
|
function TextField(props, ref) {
|
|
31
31
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Link.module.css#css-module
|
|
15
|
-
var Link_module_default = { "hop-Link": "Link-module__hop-
|
|
15
|
+
var Link_module_default = { "hop-Link": "Link-module__hop-Link___DzYhq", "hop-Link--standalone": "Link-module__hop-Link--standalone___BYbnv", "hop-Link__text": "Link-module__hop-Link__text___gW0lV", "hop-Link--xs": "Link-module__hop-Link--xs___RmTRK", "hop-Link--sm": "Link-module__hop-Link--sm___eklNK", "hop-Link--md": "Link-module__hop-Link--md___B7sQG", "hop-Link--lg": "Link-module__hop-Link--lg___6jC6g", "hop-Link--xl": "Link-module__hop-Link--xl___dpjHu", "hop-Link--2xl": "Link-module__hop-Link--2xl___U30Qc", "hop-Link--quiet": "Link-module__hop-Link--quiet___wYVK6", "hop-Link--primary": "Link-module__hop-Link--primary___MMiGn", "hop-Link--secondary": "Link-module__hop-Link--secondary___rF-Cj", "hop-Link__icon": "Link-module__hop-Link__icon___4UuGS", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___zzKJT", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___3G-vl", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___a8gB3" };
|
|
16
16
|
var GlobalLinkCssSelector = "hop-Link";
|
|
17
17
|
var LinkToIconSizeAdapter = {
|
|
18
18
|
inherit: void 0,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import {
|
|
4
|
-
import { _RichIconAvatarImage } from './chunk-OHMQIK55.js';
|
|
2
|
+
import { _Text } from './chunk-44OL5LKJ.js';
|
|
3
|
+
import { _RichIconAvatarImage } from './chunk-GYIVG2QW.js';
|
|
5
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
6
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
6
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
7
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
8
8
|
import { BrokenImageRichIcon } from '@hopper-ui/icons';
|
|
9
9
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
10
10
|
import { filterDOMProps, mergeProps } from '@react-aria/utils';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Avatar.module.css#css-module
|
|
16
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
16
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___H9Nrz", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___tUD60", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___lJVeM", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___-8cit", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___EVTQ6", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___5kt3Z", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___L6xHw", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___XfjGp", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___A7Jmy", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___h6nf9", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___cUpz9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___N8-CY", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___-roCZ", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___zr11d", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___V6HL9", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___maMvP", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___TKVK-" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } fro
|
|
|
19
19
|
import { jsx } from 'react/jsx-runtime';
|
|
20
20
|
|
|
21
21
|
// css-module:./Popover.module.css#css-module
|
|
22
|
-
var Popover_module_default = { "hop-Popover": "Popover-module__hop-
|
|
22
|
+
var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___1O5Wh", "fade": "Popover-module__fade___pnYaE", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___8Onrs", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___Qex8c", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___HfBzv", "hop-Popover__title": "Popover-module__hop-Popover__title___Pg5AU", "hop-Popover__content": "Popover-module__hop-Popover__content___VQdVt", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___iB2gu", "hop-Popover__footer": "Popover-module__hop-Popover__footer___1R4mK", "hop-Popover__actions": "Popover-module__hop-Popover__actions___zfp0b", "hop-Popover__action": "Popover-module__hop-Popover__action___BupfK" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./IllustratedMessage.module.css#css-module
|
|
17
|
-
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-
|
|
17
|
+
var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___G8d27", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___sJblO", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___I2JBo", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___v-ywQ", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___SoUeV", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___OKOOM", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___i9D9f", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___VLtoN", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___JQMpu", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___riObS" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-6VK6XY4Y.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
9
|
import { IconContext } from '@hopper-ui/icons';
|
|
10
10
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Switch.module.css#css-module
|
|
16
|
-
var Switch_module_default = { "hop-Switch": "Switch-module__hop-
|
|
16
|
+
var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___oUhW8", "hop-Switch--sm": "Switch-module__hop-Switch--sm___OrSUl", "hop-Switch--md": "Switch-module__hop-Switch--md___Jg0BX", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___f7htp", "hop-Switch__text": "Switch-module__hop-Switch__text___iJ5hS", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___ll7Wm", "hop-Switch__icon": "Switch-module__hop-Switch__icon___qmUbu" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|