@hopper-ui/components 1.5.0 → 1.5.1
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 +6 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +1 -1
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +1 -1
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +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 +13 -13
- package/dist/Callout/src/CompactCallout.css +293 -293
- package/dist/Callout/src/CompactCallout.js +13 -13
- package/dist/Callout/src/index.css +304 -304
- package/dist/Callout/src/index.js +14 -14
- 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 +635 -635
- package/dist/ComboBox/src/ComboBox.js +23 -23
- package/dist/ComboBox/src/index.css +635 -635
- package/dist/ComboBox/src/index.js +23 -23
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +1 -1
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +10 -10
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +10 -10
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +13 -13
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +3 -3
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +3 -3
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +270 -270
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +270 -270
- package/dist/IllustratedMessage/src/index.js +1 -1
- package/dist/Image/src/Image.css +31 -31
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +29 -29
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +32 -32
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +59 -59
- package/dist/Link/src/Link.js +9 -9
- package/dist/Link/src/index.css +59 -59
- package/dist/Link/src/index.js +9 -9
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +15 -15
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +14 -14
- package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +15 -15
- package/dist/Modal/src/BaseModal.css +43 -43
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +44 -44
- package/dist/Modal/src/CustomModal.js +2 -2
- package/dist/Modal/src/Modal.css +290 -290
- package/dist/Modal/src/Modal.js +14 -14
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +15 -15
- 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 +579 -579
- package/dist/Select/src/Select.js +22 -22
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +579 -579
- package/dist/Select/src/index.js +22 -22
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +3 -3
- package/dist/Tabs/src/Tab.css +2755 -0
- package/dist/Tabs/src/Tab.d.ts +15 -0
- package/dist/Tabs/src/Tab.js +10 -0
- package/dist/Tabs/src/TabLine.css +252 -0
- package/dist/Tabs/src/TabLine.d.ts +12 -0
- package/dist/Tabs/src/TabLine.js +3 -0
- package/dist/Tabs/src/TabList.css +307 -0
- package/dist/Tabs/src/TabList.d.ts +17 -0
- package/dist/Tabs/src/TabList.js +5 -0
- package/dist/Tabs/src/TabPanel.css +245 -0
- package/dist/Tabs/src/TabPanel.d.ts +15 -0
- package/dist/Tabs/src/TabPanel.js +4 -0
- package/dist/Tabs/src/Tabs.d.ts +31 -0
- package/dist/Tabs/src/Tabs.js +3 -0
- package/dist/Tabs/src/TabsContext.d.ts +16 -0
- package/dist/Tabs/src/TabsContext.js +2 -0
- package/dist/Tabs/src/index.css +2841 -0
- package/dist/Tabs/src/index.d.ts +10 -0
- package/dist/Tabs/src/index.js +14 -0
- 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 +2 -2
- package/dist/Tile/src/index.css +38 -38
- package/dist/Tile/src/index.js +10 -10
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +12 -12
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +9 -9
- package/dist/buttons/src/index.css +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 +8 -8
- 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 +15 -15
- package/dist/{chunk-YY5PARH2.js → chunk-24UNRQ4E.js} +3 -3
- package/dist/{chunk-GNANRAZ3.js → chunk-2YM227AX.js} +3 -3
- package/dist/{chunk-NKQRCWXB.js → chunk-2ZWRKKGQ.js} +3 -3
- package/dist/{chunk-W4JGZWGA.js → chunk-3J4PLSI3.js} +4 -4
- package/dist/{chunk-6VK6XY4Y.js → chunk-3K67676Q.js} +1 -1
- package/dist/{chunk-WERKME6J.js → chunk-3Z635COB.js} +2 -2
- package/dist/{chunk-M75JHDEW.js → chunk-4DM7I7HD.js} +1 -1
- package/dist/chunk-4Q2JVTHW.js +62 -0
- package/dist/{chunk-L3CCWJXX.js → chunk-4XCHLR74.js} +7 -7
- package/dist/{chunk-2W32X7FU.js → chunk-5C6QSVAT.js} +1 -1
- package/dist/{chunk-CI4VOFJ3.js → chunk-5IFTOOZZ.js} +13 -13
- package/dist/{chunk-WEFTO2YB.js → chunk-5NSON22C.js} +2 -2
- package/dist/chunk-5T27BE6E.js +80 -0
- package/dist/{chunk-7LXE3JU6.js → chunk-7PFBJGXR.js} +5 -5
- package/dist/{chunk-ISHCPAHA.js → chunk-7X75OHND.js} +1 -1
- package/dist/{chunk-WRSQGJQP.js → chunk-APPIP25B.js} +2 -2
- package/dist/{chunk-CQQP6QVP.js → chunk-BDTANCWW.js} +4 -4
- package/dist/{chunk-3NXLB36H.js → chunk-BIXK4EZC.js} +4 -4
- package/dist/{chunk-QVYHV7EA.js → chunk-BP6SHXTL.js} +4 -4
- package/dist/{chunk-2D3PNAN4.js → chunk-BRBQB7QP.js} +14 -14
- package/dist/{chunk-BSFMZPQZ.js → chunk-CJ265VTW.js} +1 -1
- package/dist/{chunk-SBZFIZ34.js → chunk-DDMZ3CJU.js} +2 -2
- package/dist/{chunk-QOOKVLD6.js → chunk-EWPU3O4M.js} +1 -1
- package/dist/{chunk-YXKS63JL.js → chunk-F4NF2EYN.js} +1 -1
- package/dist/{chunk-U2CDB2WU.js → chunk-FJ3ASYYF.js} +4 -4
- package/dist/{chunk-DXEEYPET.js → chunk-FRKVWWPI.js} +1 -1
- package/dist/{chunk-7ZAVXQPS.js → chunk-FTDUVOBO.js} +2 -2
- package/dist/{chunk-VRKYQ753.js → chunk-GHDJ2YHX.js} +6 -6
- package/dist/{chunk-UBAIAYGZ.js → chunk-GO5F7KZ6.js} +1 -1
- package/dist/{chunk-7SLBZ5XD.js → chunk-GZQVFVAI.js} +3 -3
- package/dist/{chunk-5RZUDLOJ.js → chunk-H3HHC4LC.js} +2 -2
- package/dist/{chunk-IFR3FMQI.js → chunk-HRG6MILH.js} +2 -2
- package/dist/{chunk-P7Y5EFUU.js → chunk-HX5DVM3I.js} +2 -2
- package/dist/chunk-IFSZVCXH.js +74 -0
- package/dist/{chunk-ZDPAEZOK.js → chunk-IHR6MVXE.js} +2 -2
- package/dist/{chunk-GAVVWKPV.js → chunk-IJQJ4UOS.js} +5 -5
- package/dist/{chunk-MQHDJMWK.js → chunk-IVWEKEF3.js} +1 -1
- package/dist/{chunk-XSEFUS46.js → chunk-JHHQBOY5.js} +4 -4
- package/dist/chunk-JKAOOVUW.js +46 -0
- package/dist/{chunk-THMD4B6W.js → chunk-KJ6F52WO.js} +1 -1
- package/dist/{chunk-PSGJ3SGD.js → chunk-KWTIXSD7.js} +2 -2
- package/dist/{chunk-JSU3GTVC.js → chunk-KZNNZP23.js} +1 -1
- package/dist/{chunk-GD5Q3AZ5.js → chunk-LXN53AIE.js} +8 -8
- package/dist/{chunk-VHP2V6CH.js → chunk-MQJJVH2S.js} +2 -2
- package/dist/{chunk-N3MAR5LA.js → chunk-MYTJ645Q.js} +4 -4
- package/dist/{chunk-DMORGVIA.js → chunk-N2CUUPJ7.js} +1 -1
- package/dist/{chunk-2OZB4J6P.js → chunk-N4GR4BPJ.js} +1 -1
- package/dist/{chunk-4NOHDGNG.js → chunk-NEKFTRGP.js} +9 -9
- package/dist/{chunk-42AL5WO3.js → chunk-NXBIXQ4N.js} +3 -3
- package/dist/{chunk-GYIVG2QW.js → chunk-NYXGMHOK.js} +2 -2
- package/dist/{chunk-ZTRTZJS3.js → chunk-PALBGLQD.js} +1 -1
- package/dist/{chunk-V3R6RBMW.js → chunk-PC2OZRZ5.js} +10 -10
- package/dist/{chunk-BUNJDMVL.js → chunk-PDXLCAJJ.js} +1 -1
- package/dist/{chunk-ECIUI7CP.js → chunk-PE2UQP74.js} +1 -1
- package/dist/{chunk-RN66XUZB.js → chunk-PQJTCY3Q.js} +3 -3
- package/dist/{chunk-MLH5QPM6.js → chunk-QJ37C2VR.js} +3 -3
- package/dist/{chunk-AK56Z4NC.js → chunk-QOVNTPC4.js} +9 -9
- package/dist/{chunk-K7LPTDGA.js → chunk-SFXB5GZY.js} +1 -1
- package/dist/{chunk-I6K2IF6S.js → chunk-SKXB2KF2.js} +2 -2
- package/dist/{chunk-PLCSZSWK.js → chunk-SLTHAYFH.js} +9 -9
- package/dist/{chunk-F2CIGATZ.js → chunk-SYTIFS4W.js} +1 -1
- package/dist/{chunk-WFGDBWD6.js → chunk-TB3SEF7C.js} +3 -3
- package/dist/{chunk-5RMNB4S2.js → chunk-TXAVZYJZ.js} +2 -2
- package/dist/{chunk-M7OZRSCE.js → chunk-URNU7LVM.js} +1 -1
- package/dist/{chunk-LLZVUS6L.js → chunk-UVAYZR6E.js} +2 -2
- package/dist/{chunk-72H6V6NS.js → chunk-V27OY74S.js} +1 -1
- package/dist/chunk-VZNJHDCF.js +74 -0
- package/dist/{chunk-NKPL7MOY.js → chunk-WATUBU3Q.js} +4 -4
- package/dist/{chunk-QXSZDRRV.js → chunk-WTGN37WJ.js} +5 -5
- package/dist/{chunk-B3USUGFX.js → chunk-Y2XU5F7I.js} +2 -2
- package/dist/{chunk-7FGBAFSD.js → chunk-Y7RGTITH.js} +2 -2
- package/dist/chunk-YOMX6DZZ.js +14 -0
- package/dist/{chunk-YRMUDTON.js → chunk-YPFRE4CL.js} +1 -1
- package/dist/{chunk-44OL5LKJ.js → chunk-ZJWJ7L2B.js} +2 -2
- package/dist/{chunk-WNFG7XHU.js → chunk-ZNXY6WGS.js} +11 -11
- package/dist/{chunk-3ILCPDBG.js → chunk-ZXPYDQIQ.js} +1 -1
- package/dist/index.css +1063 -909
- package/dist/index.d.ts +5 -0
- package/dist/index.js +88 -82
- 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 +14 -14
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +14 -14
- 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 +16 -16
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +13 -13
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +18 -18
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +22 -22
- 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 +31 -31
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +555 -555
- package/dist/overlays/Popover/src/index.js +9 -9
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +9 -9
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +9 -9
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +8 -8
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +15 -15
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +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 -16
- 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 +20 -20
- 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 +8 -8
- package/package.json +1 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { _Popover } from './chunk-
|
|
1
|
+
import { InputContext, Input } from './chunk-EWPU3O4M.js';
|
|
2
|
+
import { _InputGroup } from './chunk-5C6QSVAT.js';
|
|
3
|
+
import { _Popover } from './chunk-YPFRE4CL.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-7PFBJGXR.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-4XCHLR74.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-UVAYZR6E.js';
|
|
9
|
+
import { _HelperMessage } from './chunk-HX5DVM3I.js';
|
|
10
10
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
11
|
-
import { _ToggleArrow } from './chunk-
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { useFormProps } from './chunk-F2CIGATZ.js';
|
|
11
|
+
import { _ToggleArrow } from './chunk-CJ265VTW.js';
|
|
12
|
+
import { ensureTextWrapper } from './chunk-3K67676Q.js';
|
|
13
|
+
import { _Label } from './chunk-3Z635COB.js';
|
|
14
|
+
import { useFormProps } from './chunk-SYTIFS4W.js';
|
|
16
15
|
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
17
|
-
import { ClearProviders, ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
18
16
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
19
17
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
18
|
+
import { ClearProviders, ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
20
19
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
20
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
21
21
|
import { IconContext } from '@hopper-ui/icons';
|
|
22
22
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
23
23
|
import { useObjectRef, mergeRefs, useResizeObserver } from '@react-aria/utils';
|
|
@@ -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___MFzkw", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___7Kcwi", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___D3Cxg", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___auMIw", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___mxhcT", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___iLCI-", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___rQeFY", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___fig39" };
|
|
30
30
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
31
31
|
function ComboBox(props, ref) {
|
|
32
32
|
var _a, _b, _c, _d, _e;
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./ToggleArrow.module.css#css-module
|
|
11
|
-
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-
|
|
11
|
+
var ToggleArrow_module_default = { "hop-ToggleArrow": "ToggleArrow-module__hop-ToggleArrow___e5dCo" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _BaseModal } from './chunk-
|
|
1
|
+
import { _BaseModal } from './chunk-SFXB5GZY.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___19UaF" };
|
|
12
12
|
var GlobalCustomModalCssSelector = "hop-CustomModal";
|
|
13
13
|
var CustomModal = (props, ref) => {
|
|
14
14
|
var _a;
|
|
@@ -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___NOphd", "hop-Input--sm": "Input-module__hop-Input--sm___EKx8T" };
|
|
10
10
|
var InputContext = createContext({});
|
|
11
11
|
var Input = forwardRef(function Input2(props, ref) {
|
|
12
12
|
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___4bXzC", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___OPbxE", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___HpzB1", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___gGxSY", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___FeFrp", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___-gPFJ", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___BgQvw", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___2-4Zq", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___DwgqJ", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___qnsd4" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
|
-
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
3
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
1
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
2
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
5
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
7
7
|
import clsx from 'clsx';
|
|
8
8
|
import { forwardRef } from 'react';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___fEiop", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___bPxGT" };
|
|
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:./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___b8Lm5", "hop-Card--main": "Card-module__hop-Card--main___Dxl1u", "hop-Card--second-level": "Card-module__hop-Card--second-level___rj5Po" };
|
|
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 {
|
|
1
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-NYXGMHOK.js';
|
|
2
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
|
-
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
5
5
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
6
6
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
7
7
|
import { forwardRef } from 'react';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
1
|
import { TagGroupContext, InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
3
|
-
import {
|
|
4
|
-
import { _ErrorMessage } from './chunk-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
+
import { _ErrorMessage } from './chunk-UVAYZR6E.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-HX5DVM3I.js';
|
|
5
|
+
import { _Label } from './chunk-3Z635COB.js';
|
|
6
|
+
import { useFormProps } from './chunk-SYTIFS4W.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___lPwBY", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___Wy-sW", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___xWLe0", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___Cs0ju", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___fYiBc" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Image.module.css#css-module
|
|
10
|
-
var Image_module_default = { "hop-Image": "Image-module__hop-
|
|
10
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___T19uK", "hop-Image--rounded": "Image-module__hop-Image--rounded___Lu05s", "hop-Image--circular": "Image-module__hop-Image--circular___HXjcT" };
|
|
11
11
|
var GlobalImageCssSelector = "hop-Image";
|
|
12
12
|
function Image(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
4
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
3
|
+
import { _Text } from './chunk-ZJWJ7L2B.js';
|
|
5
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
6
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
9
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
10
10
|
import { useSlotId } from '@react-aria/utils';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioField.module.css#css-module
|
|
17
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
17
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___fqRi7", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___BvC6Z", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___JHM4P", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___zTmR4", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___6ZNGA" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-NYXGMHOK.js';
|
|
2
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
|
-
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
5
5
|
import { DeletedUserRichIcon } from '@hopper-ui/icons';
|
|
6
6
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
7
7
|
import { forwardRef } from 'react';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
2
|
-
import { _CloseButton } from './chunk-
|
|
2
|
+
import { _CloseButton } from './chunk-KWTIXSD7.js';
|
|
3
3
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
4
4
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
5
|
import { CompactCalloutContext } from './chunk-GRCAVJC6.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./CompactCallout.module.css#css-module
|
|
15
|
-
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-
|
|
15
|
+
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-CompactCallout___Scd35", "hop-CompactCallout__content": "CompactCallout-module__hop-CompactCallout__content___SeeGk", "hop-CompactCallout__button": "CompactCallout-module__hop-CompactCallout__button___TRLYX", "hop-CompactCallout__link": "CompactCallout-module__hop-CompactCallout__link___Rc5wD", "hop-CompactCallout__dismiss": "CompactCallout-module__hop-CompactCallout__dismiss___cMRKe", "hop-CompactCallout--information": "CompactCallout-module__hop-CompactCallout--information___5hFVq", "hop-CompactCallout--success": "CompactCallout-module__hop-CompactCallout--success___0KQ8D", "hop-CompactCallout--warning": "CompactCallout-module__hop-CompactCallout--warning___vhCIC", "hop-CompactCallout--upsell": "CompactCallout-module__hop-CompactCallout--upsell___pytT-", "hop-CompactCallout--subtle-fill": "CompactCallout-module__hop-CompactCallout--subtle-fill___s3vB2" };
|
|
16
16
|
var GlobalCompactCalloutCssSelector = "hop-CompactCallout";
|
|
17
17
|
var CompactCallout = (props, ref) => {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, CompactCalloutContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-HZKFQ33E.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-ZJWJ7L2B.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { InfoIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
|
|
|
9
9
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./HelperMessage.module.css#css-module
|
|
12
|
-
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-
|
|
12
|
+
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___plZQT", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___Wuq-Z" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { TabsContext, InternalTabsContext } from './chunk-YOMX6DZZ.js';
|
|
2
|
+
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
3
|
+
import { useControlledState } from '@react-stately/utils';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import { forwardRef } from 'react';
|
|
6
|
+
import { useContextProps, Tabs as Tabs$1, Provider } from 'react-aria-components';
|
|
7
|
+
import { jsx } from 'react/jsx-runtime';
|
|
8
|
+
|
|
9
|
+
var GlobalTabsCssSelector = "hop-Tabs";
|
|
10
|
+
function Tabs(props, ref) {
|
|
11
|
+
var _a;
|
|
12
|
+
[props, ref] = useContextProps(props, ref, TabsContext);
|
|
13
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
14
|
+
const {
|
|
15
|
+
className,
|
|
16
|
+
children,
|
|
17
|
+
style,
|
|
18
|
+
slot,
|
|
19
|
+
isDisabled,
|
|
20
|
+
disabledKeys,
|
|
21
|
+
variant = "standalone",
|
|
22
|
+
size = "sm",
|
|
23
|
+
isFluid,
|
|
24
|
+
...otherProps
|
|
25
|
+
} = ownProps;
|
|
26
|
+
const [value, setValue] = useControlledState(props.selectedKey, (_a = props.defaultSelectedKey) != null ? _a : null, props.onSelectionChange);
|
|
27
|
+
if (!props["aria-label"] && !props["aria-labelledby"]) {
|
|
28
|
+
console.warn("An aria-label or aria-labelledby prop is required on Tabs for accessibility.");
|
|
29
|
+
}
|
|
30
|
+
const classNames = clsx(
|
|
31
|
+
GlobalTabsCssSelector,
|
|
32
|
+
stylingProps.className,
|
|
33
|
+
className
|
|
34
|
+
);
|
|
35
|
+
const mergedStyles = {
|
|
36
|
+
...style,
|
|
37
|
+
...stylingProps.style
|
|
38
|
+
};
|
|
39
|
+
return /* @__PURE__ */ jsx(
|
|
40
|
+
Tabs$1,
|
|
41
|
+
{
|
|
42
|
+
ref,
|
|
43
|
+
slot,
|
|
44
|
+
className: classNames,
|
|
45
|
+
style: mergedStyles,
|
|
46
|
+
isDisabled,
|
|
47
|
+
disabledKeys,
|
|
48
|
+
...otherProps,
|
|
49
|
+
children: /* @__PURE__ */ jsx(
|
|
50
|
+
Provider,
|
|
51
|
+
{
|
|
52
|
+
values: [
|
|
53
|
+
[InternalTabsContext, {
|
|
54
|
+
variant,
|
|
55
|
+
size,
|
|
56
|
+
selectedKey: value,
|
|
57
|
+
onSelectionChange: setValue,
|
|
58
|
+
isFluid,
|
|
59
|
+
isDisabled,
|
|
60
|
+
disabledKeys,
|
|
61
|
+
"aria-label": props["aria-label"],
|
|
62
|
+
"aria-labelledby": props["aria-labelledby"]
|
|
63
|
+
}]
|
|
64
|
+
],
|
|
65
|
+
children
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
var _Tabs = forwardRef(Tabs);
|
|
72
|
+
_Tabs.displayName = "Tabs";
|
|
73
|
+
|
|
74
|
+
export { GlobalTabsCssSelector, _Tabs };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
2
2
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-ZJWJ7L2B.js';
|
|
4
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./SwitchField.module.css#css-module
|
|
16
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
16
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___FU604", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___pe9Qz", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___g36J-", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___K7N7-", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___RpHEx" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioGroupContext } from './chunk-5MBJWRZD.js';
|
|
3
3
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { _Label } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { _ErrorMessage } from './chunk-UVAYZR6E.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-HX5DVM3I.js';
|
|
6
|
+
import { _Label } from './chunk-3Z635COB.js';
|
|
7
|
+
import { useFormProps } from './chunk-SYTIFS4W.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./RadioGroup.module.css#css-module
|
|
18
|
-
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-
|
|
18
|
+
var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___rGgN1", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___Egp2s", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___-4eLm", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___7wKk6", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___gPwwn", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___aV6wh", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___p-orx", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___PxA1r", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___tfeVc" };
|
|
19
19
|
var GlobalRadioGroupCssSelector = "hop-RadioGroup";
|
|
20
20
|
function RadioGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c;
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___6wa1F" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import {
|
|
2
|
+
import { _Text } from './chunk-ZJWJ7L2B.js';
|
|
3
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
4
|
+
import { _RichIconAvatarImage } from './chunk-NYXGMHOK.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';
|
|
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___AHWjR", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___-KbhM", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___xOkdL", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___8Yi32", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___p2NMB", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___wj79p", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___WjsB-", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___gnKfh", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___o3Tns", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Acq9j", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___ov4m9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___TT3Un", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___dHUgD", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___TgsYK", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___d7ZQN", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___HfNZ7", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___Jj1kg" };
|
|
17
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
18
18
|
var AvatarToTextSizeAdapter = {
|
|
19
19
|
xs: "xs",
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { TabPanelContext } from './chunk-YOMX6DZZ.js';
|
|
2
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
3
|
+
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import { forwardRef } from 'react';
|
|
6
|
+
import { useContextProps, TabPanel as TabPanel$1 } from 'react-aria-components';
|
|
7
|
+
import { jsx } from 'react/jsx-runtime';
|
|
8
|
+
|
|
9
|
+
// css-module:./TabPanel.module.css#css-module
|
|
10
|
+
var TabPanel_module_default = { "hop-TabPanel": "TabPanel-module__hop-TabPanel___OMSlt" };
|
|
11
|
+
var GlobalTabPanelCssSelector = "hop-TabPanel";
|
|
12
|
+
function TabPanel(props, ref) {
|
|
13
|
+
[props, ref] = useContextProps(props, ref, TabPanelContext);
|
|
14
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
15
|
+
const {
|
|
16
|
+
className,
|
|
17
|
+
style,
|
|
18
|
+
...otherProps
|
|
19
|
+
} = ownProps;
|
|
20
|
+
const classNames = clsx(
|
|
21
|
+
GlobalTabPanelCssSelector,
|
|
22
|
+
cssModule(
|
|
23
|
+
TabPanel_module_default,
|
|
24
|
+
"hop-TabPanel"
|
|
25
|
+
),
|
|
26
|
+
stylingProps.className,
|
|
27
|
+
className
|
|
28
|
+
);
|
|
29
|
+
const mergedStyles = {
|
|
30
|
+
...style,
|
|
31
|
+
...stylingProps.style
|
|
32
|
+
};
|
|
33
|
+
return /* @__PURE__ */ jsx(
|
|
34
|
+
TabPanel$1,
|
|
35
|
+
{
|
|
36
|
+
ref,
|
|
37
|
+
style: mergedStyles,
|
|
38
|
+
className: classNames,
|
|
39
|
+
...otherProps
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
var _TabPanel = forwardRef(TabPanel);
|
|
44
|
+
_TabPanel.displayName = "TabPanel";
|
|
45
|
+
|
|
46
|
+
export { GlobalTabPanelCssSelector, _TabPanel };
|
|
@@ -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___D02UK", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___vuVNy", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___DMonT", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___44QAo", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___nDDGC", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___bK8m9", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___h-kjK", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___qUAZy" };
|
|
15
15
|
var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
|
|
16
16
|
function ButtonGroup(props, ref) {
|
|
17
17
|
var _a, _b, _c, _d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _Button } from './chunk-CQQP6QVP.js';
|
|
2
1
|
import { CloseButtonContext } from './chunk-RBWFFWIG.js';
|
|
2
|
+
import { _Button } from './chunk-BDTANCWW.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./CloseButton.module.css#css-module
|
|
13
|
-
var CloseButton_module_default = { "hop-CloseButton": "CloseButton-module__hop-
|
|
13
|
+
var CloseButton_module_default = { "hop-CloseButton": "CloseButton-module__hop-CloseButton___uXPpN" };
|
|
14
14
|
var GlobalCloseButtonCssSelector = "hop-CloseButton";
|
|
15
15
|
function CloseButton(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, CloseButtonContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Text } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./OverlineText.module.css#css-module
|
|
10
|
-
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-
|
|
10
|
+
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___hAQB8", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___8cFzU" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
3
3
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { _Label } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
10
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-5NSON22C.js';
|
|
5
|
+
import { _InputGroup } from './chunk-5C6QSVAT.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-UVAYZR6E.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-HX5DVM3I.js';
|
|
8
|
+
import { _Label } from './chunk-3Z635COB.js';
|
|
9
|
+
import { useFormProps } from './chunk-SYTIFS4W.js';
|
|
11
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { useStyledSystem, useResponsiveValue, useIsomorphicLayoutEffect } from '@hopper-ui/styled-system';
|
|
14
14
|
import $670gB$react, { forwardRef, useContext, useState, useCallback, useRef, useMemo } from 'react';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___--eJv", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___b7tcL", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___9ozde", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___Pfm1i", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___EexMp", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___kwJrg", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___kzeJD", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___08Mik", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___NsCrN", "hop-TextArea__textarea--with-character-count": "TextArea-module__hop-TextArea__textarea--with-character-count___N88GG", "hop-TextArea__textarea--sm": "TextArea-module__hop-TextArea__textarea--sm___mnSP6" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-4ZYV2XLW.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-ZJWJ7L2B.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___ZDwLY", "spin": "Spinner-module__spin___6InfR", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___2Lmdt", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___yYIIx", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___fH5Gy", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___fvy5Z", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___-3Nc-", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___PHi0K" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-3K67676Q.js';
|
|
4
|
+
import { useFormProps } from './chunk-SYTIFS4W.js';
|
|
5
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
7
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
10
|
import { MinusIcon, CheckmarkIcon, IconContext } from '@hopper-ui/icons';
|
|
11
11
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Checkbox.module.css#css-module
|
|
17
|
-
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-
|
|
17
|
+
var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___mUU14", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___GS5gw", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___i5QNK", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___ds2Ez", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___1LXH4", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___568QB", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___0rA5y", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___FBSdE" };
|
|
18
18
|
var GlobalCheckboxCssSelector = "hop-Checkbox";
|
|
19
19
|
function Checkbox(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -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___ou0jn", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___ftQe-", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___c3sTJ", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___DzPgr", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___8TigO" };
|
|
15
15
|
var GlobalAccordionCssSelector = "hop-Accordion";
|
|
16
16
|
function Accordion(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, AccordionContext);
|