@hopper-ui/components 1.4.9 → 1.4.11
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 +12 -0
- package/README.md +2 -2
- 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 +3 -3
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +6 -6
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +8 -8
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +4 -4
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +4 -4
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +6 -6
- package/dist/Callout/src/Callout.css +262 -262
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +293 -293
- package/dist/Callout/src/CompactCallout.js +12 -12
- package/dist/Callout/src/index.css +304 -304
- package/dist/Callout/src/index.js +13 -13
- package/dist/Card/src/Card.css +31 -31
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +632 -632
- package/dist/ComboBox/src/ComboBox.js +24 -24
- package/dist/ComboBox/src/index.css +632 -632
- package/dist/ComboBox/src/index.js +24 -24
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +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/HopperProvider/src/HopperProvider.d.ts +19 -2
- package/dist/HopperProvider/src/HopperProvider.js +1 -1
- package/dist/HopperProvider/src/index.d.ts +2 -2
- package/dist/HopperProvider/src/index.js +1 -1
- 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 +2 -2
- package/dist/Modal/src/CustomModal.css +44 -44
- package/dist/Modal/src/CustomModal.js +3 -3
- 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 +576 -576
- package/dist/Select/src/Select.js +22 -22
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +576 -576
- package/dist/Select/src/index.js +22 -22
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +3 -3
- package/dist/Tile/src/Tile.css +37 -37
- package/dist/Tile/src/Tile.js +8 -8
- package/dist/Tile/src/TileGroup.css +29 -29
- package/dist/Tile/src/TileGroup.js +1 -1
- package/dist/Tile/src/index.css +38 -38
- package/dist/Tile/src/index.js +9 -9
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +10 -10
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +11 -11
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +9 -9
- package/dist/buttons/src/index.css +251 -251
- package/dist/buttons/src/index.js +15 -15
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +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-35HDR5EW.js → chunk-2RLMOSEH.js} +1 -1
- package/dist/{chunk-YI3NOFUB.js → chunk-35Q7UEQR.js} +3 -3
- package/dist/{chunk-B277P7AQ.js → chunk-3MK4RTIQ.js} +1 -1
- package/dist/{chunk-H7ATUWV2.js → chunk-4BFZVNFH.js} +2 -2
- package/dist/{chunk-MYDMC5AL.js → chunk-5C5SFC2L.js} +1 -1
- package/dist/{chunk-4O36V5KR.js → chunk-5I5A7X4E.js} +4 -4
- package/dist/{chunk-IJY4EEMM.js → chunk-5UUN5TRP.js} +3 -3
- package/dist/{chunk-W7UY3AN2.js → chunk-6BVU54H4.js} +1 -1
- package/dist/{chunk-RZVA6GTJ.js → chunk-A6AZH4EM.js} +1 -1
- package/dist/{chunk-OLY7SREJ.js → chunk-AFKQFEA2.js} +3 -3
- package/dist/{chunk-3TXCNKNC.js → chunk-ANFLFEVI.js} +1 -1
- package/dist/{chunk-O7ASYBWX.js → chunk-BA3RH3UI.js} +4 -4
- package/dist/{chunk-2NUBBFM5.js → chunk-BC264RLJ.js} +9 -9
- package/dist/{chunk-KYGM6GSZ.js → chunk-BOYWBGC7.js} +5 -5
- package/dist/{chunk-ZVFVY7LL.js → chunk-C2FOYOSH.js} +3 -3
- package/dist/{chunk-YYYKLACT.js → chunk-C6K7SM67.js} +2 -2
- package/dist/{chunk-XPU2VOT2.js → chunk-CCTUU2ET.js} +2 -2
- package/dist/{chunk-YE2X3QC5.js → chunk-CF7LDMMC.js} +1 -1
- package/dist/{chunk-QHB7NUOZ.js → chunk-D7UWSIAK.js} +2 -2
- package/dist/{chunk-NMKBUGSO.js → chunk-DVVK2IWW.js} +23 -4
- package/dist/{chunk-R54ZMYQ4.js → chunk-DYP3IWS7.js} +4 -4
- package/dist/{chunk-BTV2OYVC.js → chunk-FNRC7HGR.js} +1 -1
- package/dist/{chunk-JALNC6MF.js → chunk-FUGHAC3W.js} +1 -1
- package/dist/{chunk-O7T4L4C5.js → chunk-HSKXHLXQ.js} +2 -2
- package/dist/{chunk-NSFQDIGS.js → chunk-IFXGEGRI.js} +1 -1
- package/dist/{chunk-M43P32S2.js → chunk-IGR7RH43.js} +2 -2
- package/dist/{chunk-I7VLBEP3.js → chunk-IHW4ZRVB.js} +1 -1
- package/dist/{chunk-L52ZO6DK.js → chunk-JIRJW4BG.js} +5 -5
- package/dist/{chunk-OKFJ545T.js → chunk-KRA27ZIC.js} +2 -2
- package/dist/{chunk-GGPG3AP3.js → chunk-KRFSMDF7.js} +4 -4
- package/dist/{chunk-ZSBIKIOS.js → chunk-KSQRMTKA.js} +3 -3
- package/dist/{chunk-PESGOSPX.js → chunk-LAOJXZOG.js} +5 -5
- package/dist/{chunk-Z2OMFFPS.js → chunk-LCQCHR53.js} +1 -1
- package/dist/{chunk-WEOELGV3.js → chunk-MRVXOQ6H.js} +4 -4
- package/dist/{chunk-YDFVC72F.js → chunk-MSOYFNND.js} +11 -11
- package/dist/{chunk-C34TTCEP.js → chunk-NVRQL7XU.js} +3 -3
- package/dist/{chunk-35MPBJ2Y.js → chunk-OBSYM7ZI.js} +5 -5
- package/dist/{chunk-EG6J2LGD.js → chunk-OWKZ5RQJ.js} +12 -5
- package/dist/{chunk-4VGF4WNW.js → chunk-PB4QO27V.js} +9 -9
- package/dist/{chunk-EZ5RRUX5.js → chunk-PN52CKFR.js} +1 -1
- package/dist/{chunk-JA3YZAMV.js → chunk-PP4P54C3.js} +2 -2
- package/dist/{chunk-GEZPNFFE.js → chunk-QDOWDE4F.js} +2 -2
- package/dist/{chunk-HCYKOE75.js → chunk-QI7OMSXH.js} +1 -1
- package/dist/{chunk-JHZLARBW.js → chunk-R6LCBHKF.js} +2 -2
- package/dist/{chunk-KRWMJC24.js → chunk-R7VPITXX.js} +14 -14
- package/dist/{chunk-JWHK6VZE.js → chunk-RJBJGEZG.js} +2 -2
- package/dist/{chunk-O4BGMHFN.js → chunk-RKCM5MWH.js} +8 -8
- package/dist/{chunk-MJD4HEF7.js → chunk-RR4ZZO4H.js} +9 -9
- package/dist/{chunk-WOHPT4IQ.js → chunk-RR6RUOOD.js} +2 -2
- package/dist/{chunk-XCLYO62A.js → chunk-S4WTAGHJ.js} +4 -4
- package/dist/{chunk-WNCTZPDC.js → chunk-S4YAIUEP.js} +1 -1
- package/dist/{chunk-W2QZ6LNV.js → chunk-S5YS4J3U.js} +1 -1
- package/dist/{chunk-HSK7PS5Z.js → chunk-SNY3S2WY.js} +3 -3
- package/dist/{chunk-BXG66HY3.js → chunk-SWHVQHR2.js} +1 -1
- package/dist/{chunk-ZNATFVK3.js → chunk-T5LJ6YK6.js} +6 -6
- package/dist/{chunk-6HV32IPY.js → chunk-THTZ2ANR.js} +1 -1
- package/dist/{chunk-VLRWUC3G.js → chunk-TQ5IIHAA.js} +2 -2
- package/dist/{chunk-TFMCSZBX.js → chunk-U3RGG2BS.js} +3 -3
- package/dist/{chunk-GTHTPLWR.js → chunk-UIENZD6O.js} +3 -3
- package/dist/{chunk-7RPAPVYW.js → chunk-UZV4BO2H.js} +4 -4
- package/dist/{chunk-V6IGV2A6.js → chunk-VJFL4EBO.js} +7 -7
- package/dist/{chunk-WTW6WMRY.js → chunk-VPS4RCE4.js} +2 -2
- package/dist/{chunk-MRKDMC6T.js → chunk-XEXFE5FS.js} +4 -4
- package/dist/{chunk-TEOQZH4R.js → chunk-XP4URBAJ.js} +2 -2
- package/dist/{chunk-MS353K3B.js → chunk-XRPNR23B.js} +2 -2
- package/dist/{chunk-RU2R4HRN.js → chunk-XUMA6SCS.js} +1 -1
- package/dist/{chunk-26I53B5Y.js → chunk-YIJHYG64.js} +4 -4
- package/dist/{chunk-YGO4PKGI.js → chunk-YS5MICRV.js} +9 -9
- package/dist/{chunk-PFUFA75W.js → chunk-ZANCTILK.js} +13 -13
- package/dist/{chunk-SQ4WQLG3.js → chunk-ZFG7C3E3.js} +5 -5
- package/dist/index.css +906 -906
- package/dist/index.d.ts +2 -2
- package/dist/index.js +88 -88
- package/dist/inputs/src/Input.css +32 -32
- package/dist/inputs/src/Input.d.ts +2 -2
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +34 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +13 -13
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +13 -13
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +14 -14
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +12 -12
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +16 -16
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +21 -21
- package/dist/overlays/Popover/src/Popover.css +552 -552
- package/dist/overlays/Popover/src/Popover.js +9 -9
- package/dist/overlays/Popover/src/index.css +552 -552
- package/dist/overlays/Popover/src/index.js +9 -9
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +9 -9
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +9 -9
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +7 -7
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +14 -14
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +9 -9
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +10 -10
- package/dist/tag/src/Tag.css +392 -392
- package/dist/tag/src/Tag.js +14 -14
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +7 -7
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.js +17 -17
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +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 +2 -2
|
@@ -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___T63QC", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___qWkGU" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -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___i7DHg", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___8aW9C", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___b8FqD", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___LQlJN", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___ERC7L", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___zbie-", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___np--b", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___xDXzH", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___kzMTr", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___zPcDm" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
2
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
1
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
2
|
+
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
|
+
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
4
4
|
import { AccordionContext } from './chunk-7IM3UQB4.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -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___7S387", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___dfhfb", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___w74RY", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___-rGg6", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___3-qGN" };
|
|
15
15
|
var GlobalAccordionCssSelector = "hop-Accordion";
|
|
16
16
|
function Accordion(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, AccordionContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _EmbeddedButton } from './chunk-
|
|
1
|
+
import { _EmbeddedButton } from './chunk-FNRC7HGR.js';
|
|
2
2
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
@@ -3,7 +3,7 @@ import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
|
3
3
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
4
4
|
import { isFunction, isNil } from './chunk-TIPN4VYD.js';
|
|
5
5
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
6
|
-
import { _HopperProvider } from './chunk-
|
|
6
|
+
import { useForwardedHopperContext, _HopperProvider } from './chunk-DVVK2IWW.js';
|
|
7
7
|
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
8
8
|
import { LinkContext } from './chunk-4VVNSXIB.js';
|
|
9
9
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
@@ -12,19 +12,20 @@ import { HeadingContext } from './chunk-TXZ6BMFR.js';
|
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
13
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
14
14
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
15
|
-
import { useStyledSystem, useResponsiveValue
|
|
15
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
16
16
|
import clsx from 'clsx';
|
|
17
17
|
import { forwardRef } from 'react';
|
|
18
18
|
import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } from 'react-aria-components';
|
|
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___eCBkR", "fade": "Popover-module__fade___dmE3V", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___6jVSz", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___i6fAY", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___w6QB1", "hop-Popover__title": "Popover-module__hop-Popover__title___X4ZLn", "hop-Popover__content": "Popover-module__hop-Popover__content___T-uqY", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___aIN36", "hop-Popover__footer": "Popover-module__hop-Popover__footer___suyK3", "hop-Popover__actions": "Popover-module__hop-Popover__actions___lf1J3", "hop-Popover__action": "Popover-module__hop-Popover__action___LyP5M" };
|
|
23
23
|
var GlobalPopoverCssSelector = "hop-Popover";
|
|
24
24
|
function Popover(props, ref) {
|
|
25
25
|
var _a;
|
|
26
26
|
[props, ref] = useContextProps(props, ref, PopoverContext);
|
|
27
27
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
28
|
+
const prevContextProps = useForwardedHopperContext();
|
|
28
29
|
const {
|
|
29
30
|
isAutoWidth,
|
|
30
31
|
children,
|
|
@@ -46,7 +47,6 @@ function Popover(props, ref) {
|
|
|
46
47
|
slot,
|
|
47
48
|
...containerOtherProps
|
|
48
49
|
} = containerOwnProps;
|
|
49
|
-
const { colorScheme } = useColorSchemeContext();
|
|
50
50
|
const popoverClassNames = composeClassnameRenderProps(
|
|
51
51
|
className,
|
|
52
52
|
GlobalPopoverCssSelector,
|
|
@@ -84,7 +84,7 @@ function Popover(props, ref) {
|
|
|
84
84
|
children: (state) => {
|
|
85
85
|
const content = isFunction(children) && !isNil(children) ? children(state) : children;
|
|
86
86
|
if (isNonDialog) {
|
|
87
|
-
return /* @__PURE__ */ jsx(_HopperProvider, {
|
|
87
|
+
return /* @__PURE__ */ jsx(_HopperProvider, { ...prevContextProps, className: Popover_module_default["hop-Popover__wrapper"], children: /* @__PURE__ */ jsx(
|
|
88
88
|
"div",
|
|
89
89
|
{
|
|
90
90
|
...containerOtherProps,
|
|
@@ -113,7 +113,7 @@ function Popover(props, ref) {
|
|
|
113
113
|
}
|
|
114
114
|
) });
|
|
115
115
|
}
|
|
116
|
-
return /* @__PURE__ */ jsx(_HopperProvider, {
|
|
116
|
+
return /* @__PURE__ */ jsx(_HopperProvider, { ...prevContextProps, children: /* @__PURE__ */ jsx(Dialog, { ...containerOtherProps, className: containerClassNames, style: containerStyle, children: /* @__PURE__ */ jsx(
|
|
117
117
|
SlotProvider,
|
|
118
118
|
{
|
|
119
119
|
values: [
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Heading.module.css#css-module
|
|
10
|
-
var Heading_module_default = { "hop-Heading": "Heading-module__hop-
|
|
10
|
+
var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___8C7EC", "hop-Heading--xs": "Heading-module__hop-Heading--xs___s9KXq", "hop-Heading--sm": "Heading-module__hop-Heading--sm___xE-ai", "hop-Heading--md": "Heading-module__hop-Heading--md___Ckp1P", "hop-Heading--lg": "Heading-module__hop-Heading--lg___3G8n4", "hop-Heading--xl": "Heading-module__hop-Heading--xl___EJpdB", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___LvKmg", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___vR6u0" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-3TXCNKNC.js';
|
|
1
|
+
import { _RichIconAvatarImage } from './chunk-ANFLFEVI.js';
|
|
3
2
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
3
|
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,11 +1,11 @@
|
|
|
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-6BVU54H4.js';
|
|
4
4
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
5
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
5
6
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
6
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
10
|
import { BulletIcon, IconContext } from '@hopper-ui/icons';
|
|
11
11
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./DecorativeRadio.module.css#css-module
|
|
18
|
-
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-
|
|
18
|
+
var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___u5KY0 Radio-module__hop-Radio___r7oXC", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___mBysP Radio-module__hop-Radio--sm___YRr0n", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___cBAvn Radio-module__hop-Radio--md___xBRhi", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___R2s4- Radio-module__hop-Radio__icon___Zf9B9", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___f60Ij Radio-module__hop-Radio__icon___Zf9B9", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___XlnBD Radio-module__hop-Radio__box___effcx", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___QYUtI Radio-module__hop-Radio__bullet___k0rCM", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___avS9M Radio-module__hop-Radio__text___mqnle" };
|
|
19
19
|
var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
|
|
20
20
|
function DecorativeRadio(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -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-6BVU54H4.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___r7oXC", "hop-Radio--sm": "Radio-module__hop-Radio--sm___YRr0n", "hop-Radio--md": "Radio-module__hop-Radio--md___xBRhi", "hop-Radio__icon": "Radio-module__hop-Radio__icon___Zf9B9", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___92wc-", "hop-Radio__box": "Radio-module__hop-Radio__box___effcx", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___k0rCM", "hop-Radio__text": "Radio-module__hop-Radio__text___mqnle" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -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___nb52-", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___WDr-9" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
2
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-U3RGG2BS.js';
|
|
2
|
+
import { _DecorativeCheckbox } from './chunk-KSQRMTKA.js';
|
|
3
3
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
4
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
4
|
+
import { _ListBoxItemSkeleton } from './chunk-2RLMOSEH.js';
|
|
5
5
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
6
|
+
import { ensureTextWrapper } from './chunk-6BVU54H4.js';
|
|
7
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
7
8
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
8
|
-
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
9
9
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
10
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
11
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
12
|
-
import {
|
|
12
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
13
13
|
import { CheckmarkIcon, IconContext } from '@hopper-ui/icons';
|
|
14
14
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
15
15
|
import clsx from 'clsx';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBoxItem as ListBoxItem$1, List
|
|
|
18
18
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ListBoxItem.module.css#css-module
|
|
21
|
-
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-
|
|
21
|
+
var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___m0Q-n", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___xyyYW", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___TnI0X", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___X6aCv", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___So0B8", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___iJz3X", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___7jW50", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___Q4ptp", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___ux45B", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___ORezY", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___Xp3A1", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___7-9BN", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___vSt9R", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___p0Sg8", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___EHMVo", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___iUO3m", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___Td37Z" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -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-IHW4ZRVB.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___FKnBG", "hop-Label__indicator": "Label-module__hop-Label__indicator___0fnl9" };
|
|
14
14
|
var GlobalLabelCssSelector = "hop-Label";
|
|
15
15
|
function Label(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, LabelContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { isFunction } from './chunk-TIPN4VYD.js';
|
|
2
2
|
import { ListBoxSectionContext } from './chunk-RLDIAT4F.js';
|
|
3
3
|
import { ListBoxContext } from './chunk-UIEP5BA5.js';
|
|
4
|
-
import { _ListBoxItem } from './chunk-
|
|
4
|
+
import { _ListBoxItem } from './chunk-VJFL4EBO.js';
|
|
5
5
|
import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
|
|
6
6
|
import { HeaderContext } from './chunk-7JOGKC3W.js';
|
|
7
7
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
8
|
-
import { _Text } from './chunk-
|
|
8
|
+
import { _Text } from './chunk-XP4URBAJ.js';
|
|
9
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
9
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
14
14
|
import { useLoadMore } from '@react-aria/utils';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
|
|
|
18
18
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./ListBox.module.css#css-module
|
|
21
|
-
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-
|
|
21
|
+
var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___RRrVl", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___w-jRx", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___yQxDo", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___kPj1F", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___WMps1" };
|
|
22
22
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
23
23
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
24
24
|
var ListBoxToTextSizeAdapter = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
2
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
3
2
|
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
3
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
6
6
|
import clsx from 'clsx';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, Text as Text$1 } from 'react-aria-components';
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Text.module.css#css-module
|
|
12
|
-
var Text_module_default = { "hop-Text": "Text-module__hop-
|
|
12
|
+
var Text_module_default = { "hop-Text": "Text-module__hop-Text___XA03w", "hop-Text--xs": "Text-module__hop-Text--xs___dmZPD", "hop-Text--sm": "Text-module__hop-Text--sm___yGUm5", "hop-Text--md": "Text-module__hop-Text--md___60Okd", "hop-Text--lg": "Text-module__hop-Text--lg___nSz-V", "hop-Text--xl": "Text-module__hop-Text--xl___Uy8Gm", "hop-Text--2xl": "Text-module__hop-Text--2xl___7FXwt", "hop-Text--inherit": "Text-module__hop-Text--inherit___kPlQ5" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TileContext } from './chunk-JTNKUYE5.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-XP4URBAJ.js';
|
|
3
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { useContextProps, composeRenderProps, ToggleButton, Provider } from 'rea
|
|
|
10
10
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./Tile.module.css#css-module
|
|
13
|
-
var Tile_module_default = { "hop-Tile": "Tile-module__hop-
|
|
13
|
+
var Tile_module_default = { "hop-Tile": "Tile-module__hop-Tile___UPEky", "hop-Tile__icon": "Tile-module__hop-Tile__icon___F0x-K" };
|
|
14
14
|
var GlobalTileCssSelector = "hop-Tile";
|
|
15
15
|
var Tile = (props, ref) => {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, TileContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps, FieldErrorContext, composeRenderProps, Group } from 'r
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./InputGroup.module.css#css-module
|
|
10
|
-
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-
|
|
10
|
+
var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___RSSBA", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___-CITg" };
|
|
11
11
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
12
12
|
function InputGroup(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -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-XP4URBAJ.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___aDxVN", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___I5-D7", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___PxkZ5", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___MCa-E", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___dVGUL" };
|
|
20
20
|
var GlobalSelectValueCssSelector = "hop-SelectValue";
|
|
21
21
|
var SelectValueToAvatarSizeAdapter = {
|
|
22
22
|
sm: "xs",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { ensureTextWrapper } from './chunk-
|
|
7
|
-
import { _Label } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
2
|
+
import { _InputGroup } from './chunk-XUMA6SCS.js';
|
|
3
|
+
import { Input } from './chunk-OWKZ5RQJ.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-R6LCBHKF.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-IGR7RH43.js';
|
|
6
|
+
import { ensureTextWrapper } from './chunk-6BVU54H4.js';
|
|
7
|
+
import { _Label } from './chunk-VPS4RCE4.js';
|
|
8
|
+
import { useFormProps } from './chunk-IHW4ZRVB.js';
|
|
9
9
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
10
|
+
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
10
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
12
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
12
|
-
import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
|
|
13
13
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
14
14
|
import { IconContext, AngleUpIcon, AngleDownIcon } from '@hopper-ui/icons';
|
|
15
15
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, NumberField as NumberField$1, Butt
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./NumberField.module.css#css-module
|
|
25
|
-
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-
|
|
25
|
+
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___774Y2", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___WB2zn", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___HJ6qV", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___-KzpJ", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___XOxw-", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___XaYcS", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___UQPTD", "hop-NumberField__steppers": "NumberField-module__hop-NumberField__steppers___e5w-z", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___WBrp2", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___-KE0X", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___8OvcK", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___riKpK", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___oGyTw" };
|
|
26
26
|
var GlobalNumberFieldCssSelector = "hop-NumberField";
|
|
27
27
|
var StepperButton = ({ direction }) => {
|
|
28
28
|
const StepperIcon = direction === "increment" ? AngleUpIcon : AngleDownIcon;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { SelectContext } from './chunk-T24MBA34.js';
|
|
2
|
-
import { _SelectValue } from './chunk-
|
|
3
|
-
import { _Popover } from './chunk-
|
|
2
|
+
import { _SelectValue } from './chunk-YIJHYG64.js';
|
|
3
|
+
import { _Popover } from './chunk-T5LJ6YK6.js';
|
|
4
4
|
import { _Footer } from './chunk-VOZN65OL.js';
|
|
5
5
|
import { _ListBoxSection } from './chunk-DZJSSJVJ.js';
|
|
6
|
-
import { _ListBox } from './chunk-
|
|
7
|
-
import { _ListBoxItem } from './chunk-
|
|
8
|
-
import { _HelperMessage } from './chunk-
|
|
9
|
-
import { _ErrorMessage } from './chunk-
|
|
10
|
-
import { _ToggleArrow } from './chunk-
|
|
11
|
-
import { ensureTextWrapper } from './chunk-
|
|
12
|
-
import { _Label } from './chunk-
|
|
13
|
-
import { useFormProps } from './chunk-
|
|
6
|
+
import { _ListBox } from './chunk-XEXFE5FS.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-VJFL4EBO.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-R6LCBHKF.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-IGR7RH43.js';
|
|
10
|
+
import { _ToggleArrow } from './chunk-QI7OMSXH.js';
|
|
11
|
+
import { ensureTextWrapper } from './chunk-6BVU54H4.js';
|
|
12
|
+
import { _Label } from './chunk-VPS4RCE4.js';
|
|
13
|
+
import { useFormProps } from './chunk-IHW4ZRVB.js';
|
|
14
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
14
15
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
16
|
+
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
15
17
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
16
18
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
17
|
-
import { ClearContainerSlots, ClearProviders } from './chunk-HXI3MEEK.js';
|
|
18
19
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
19
|
-
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
20
20
|
import { IconContext } from '@hopper-ui/icons';
|
|
21
21
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
22
22
|
import { forwardRef } from 'react';
|
|
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, TextContext as TextContext$1, Butt
|
|
|
24
24
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
25
25
|
|
|
26
26
|
// css-module:./Select.module.css#css-module
|
|
27
|
-
var Select_module_default = { "hop-Select": "Select-module__hop-
|
|
27
|
+
var Select_module_default = { "hop-Select": "Select-module__hop-Select___LEJJt", "hop-Select--fluid": "Select-module__hop-Select--fluid___oFMVf", "hop-Select__label": "Select-module__hop-Select__label___kVw5x", "hop-Select__button": "Select-module__hop-Select__button___AMoZ9", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___ov1YP", "hop-Select__button--md": "Select-module__hop-Select__button--md___2uuny", "hop-Select__prefix": "Select-module__hop-Select__prefix___ln4-v", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___U8r51", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___p9jnG", "hop-Select__error-message": "Select-module__hop-Select__error-message___PNpcl" };
|
|
28
28
|
var GlobalSelectCssSelector = "hop-Select";
|
|
29
29
|
function Select(props, ref) {
|
|
30
30
|
var _a, _b, _c, _d;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ToggleArrow } from './chunk-
|
|
2
|
-
import { _Heading } from './chunk-
|
|
3
|
-
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
1
|
+
import { _ToggleArrow } from './chunk-QI7OMSXH.js';
|
|
2
|
+
import { _Heading } from './chunk-THTZ2ANR.js';
|
|
5
3
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
4
|
+
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
5
|
+
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, DisclosureStateContext, useSlottedContext, composeRend
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./DisclosureHeader.module.css#css-module
|
|
17
|
-
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-
|
|
17
|
+
var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___tuFH-", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___T7HAS", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___ndBpM", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___ihhp5", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___1kJUW", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___FZEag" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|