@hopper-ui/components 1.5.6 → 1.5.7
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 +2 -2
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +2 -2
- 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 +8 -7
- package/dist/Avatar/src/BrokenAvatar.css +304 -0
- package/dist/Avatar/src/BrokenAvatar.d.ts +35 -0
- package/dist/Avatar/src/BrokenAvatar.js +9 -0
- 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 +127 -127
- package/dist/Avatar/src/index.d.ts +6 -5
- package/dist/Avatar/src/index.js +10 -9
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +5 -5
- 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 +7 -7
- package/dist/Callout/src/Callout.css +263 -263
- package/dist/Callout/src/Callout.js +14 -14
- package/dist/Callout/src/CompactCallout.css +300 -300
- package/dist/Callout/src/CompactCallout.js +15 -15
- package/dist/Callout/src/index.css +312 -312
- package/dist/Callout/src/index.js +16 -16
- 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 +644 -644
- package/dist/ComboBox/src/ComboBox.js +25 -25
- package/dist/ComboBox/src/index.css +644 -644
- package/dist/ComboBox/src/index.js +25 -25
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +2 -2
- 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 +10 -10
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +14 -14
- 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 +4 -4
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +4 -4
- 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 +67 -67
- package/dist/Link/src/Link.js +9 -9
- package/dist/Link/src/index.css +67 -67
- 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 +334 -334
- 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 +3 -3
- package/dist/Modal/src/Modal.css +290 -290
- package/dist/Modal/src/Modal.js +15 -15
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +17 -17
- package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +2 -2
- 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 +588 -588
- package/dist/Select/src/Select.js +24 -24
- package/dist/Select/src/SelectValue.css +133 -133
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +588 -588
- package/dist/Select/src/index.js +24 -24
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +4 -4
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +4 -4
- package/dist/Tabs/src/Tab.css +414 -414
- package/dist/Tabs/src/Tab.js +4 -4
- package/dist/Tabs/src/TabLine.css +30 -30
- package/dist/Tabs/src/TabLine.js +1 -1
- package/dist/Tabs/src/TabList.css +37 -37
- package/dist/Tabs/src/TabList.js +2 -2
- package/dist/Tabs/src/TabPanel.css +30 -30
- package/dist/Tabs/src/TabPanel.js +1 -1
- package/dist/Tabs/src/index.css +425 -425
- package/dist/Tabs/src/index.js +7 -7
- 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 +11 -11
- 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 +13 -13
- 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 +18 -18
- 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 +5 -5
- 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 +14 -14
- package/dist/{chunk-YXEZVY26.js → chunk-26X5EBGP.js} +1 -1
- package/dist/{chunk-UD2ZTEXX.js → chunk-2EQ5ZDRA.js} +1 -1
- package/dist/{chunk-AY3ATCBD.js → chunk-2NOOQRTE.js} +1 -1
- package/dist/{chunk-SNP5ALJL.js → chunk-2SB3QWIW.js} +1 -1
- package/dist/{chunk-F3WXYGNF.js → chunk-3ASVVRCA.js} +6 -6
- package/dist/{chunk-7BRUGPOE.js → chunk-3M3M4BQG.js} +2 -2
- package/dist/{chunk-5IG6U77X.js → chunk-3MFFEUWK.js} +3 -3
- package/dist/{chunk-2I6UMJYG.js → chunk-3UKTVVXR.js} +3 -3
- package/dist/{chunk-WPYDNO44.js → chunk-3WYNM4YY.js} +14 -14
- package/dist/{chunk-XNPM7IJB.js → chunk-4LBIE5SC.js} +2 -2
- package/dist/{chunk-EFSPCXOV.js → chunk-4SVXBPXC.js} +3 -3
- package/dist/{chunk-WQPE5BWO.js → chunk-4WFZK7DY.js} +1 -1
- package/dist/{chunk-STWEOGPD.js → chunk-5MP4DOYS.js} +2 -2
- package/dist/{chunk-JZSBVJLE.js → chunk-5SYUGIRG.js} +1 -1
- package/dist/{chunk-FMO3CEFA.js → chunk-63L6D5UM.js} +1 -1
- package/dist/{chunk-6RGIGUM3.js → chunk-65QLPZS3.js} +1 -1
- package/dist/{chunk-GXOMQ374.js → chunk-6PCBYFMH.js} +5 -5
- package/dist/{chunk-YLNLBGNO.js → chunk-BPMSUPKF.js} +5 -5
- package/dist/{chunk-LTVC7XES.js → chunk-BPRTWO34.js} +2 -2
- package/dist/{chunk-O5KTVVB7.js → chunk-BYAY3UHK.js} +2 -2
- package/dist/{chunk-KFEAIQBV.js → chunk-CILOWBN6.js} +2 -2
- package/dist/{chunk-4WB4O442.js → chunk-CJN4KKQM.js} +3 -3
- package/dist/{chunk-6TNP7CIK.js → chunk-DKOJD5J5.js} +4 -4
- package/dist/{chunk-3YRPMXFC.js → chunk-DNI6ECVG.js} +5 -5
- package/dist/{chunk-43TNRKBS.js → chunk-DSHXJCKR.js} +9 -9
- package/dist/{chunk-NZCSUA3Z.js → chunk-E2VZSZOY.js} +8 -8
- package/dist/{chunk-JX3XUX5N.js → chunk-E4AW5HJM.js} +4 -4
- package/dist/{chunk-F65A7MQX.js → chunk-FAB5XSXM.js} +2 -2
- package/dist/{chunk-RTKBIBP2.js → chunk-FFBWW2UY.js} +2 -2
- package/dist/{chunk-PJAK3C2B.js → chunk-G3DWN7U7.js} +5 -5
- package/dist/{chunk-XF2XWEQJ.js → chunk-GD62QQQM.js} +8 -8
- package/dist/{chunk-ZK46ZAPC.js → chunk-H7R4BTMU.js} +3 -3
- package/dist/{chunk-VPLVBSSQ.js → chunk-HAVIEM2D.js} +3 -3
- package/dist/{chunk-4ILGVQRZ.js → chunk-HCYNQVIG.js} +12 -12
- package/dist/{chunk-OYXCMCLJ.js → chunk-HH4KU2RL.js} +2 -2
- package/dist/{chunk-QL2TEKGT.js → chunk-HP7T2HWU.js} +1 -1
- package/dist/{chunk-L3KNHPTN.js → chunk-HS3QKWW7.js} +3 -3
- package/dist/{chunk-TGU3F4ZO.js → chunk-IF44PZZP.js} +4 -4
- package/dist/{chunk-COVRWTKG.js → chunk-IH73HOJM.js} +2 -2
- package/dist/{chunk-UZCTMGF2.js → chunk-IZAWEDX6.js} +2 -2
- package/dist/{chunk-SWYOEQBM.js → chunk-JA3B67UE.js} +4 -4
- package/dist/{chunk-FGVWUGM4.js → chunk-JAXZJD33.js} +9 -9
- package/dist/{chunk-P3O3SGB7.js → chunk-JW72ZHDU.js} +4 -4
- package/dist/{chunk-B7B6SJKK.js → chunk-JWHS7D3I.js} +1 -1
- package/dist/{chunk-CD2O5FGU.js → chunk-JZ3R5OQS.js} +1 -1
- package/dist/{chunk-EPGWHQNG.js → chunk-KRPRDZOT.js} +5 -5
- package/dist/{chunk-TA3IZGU7.js → chunk-KTKND4NT.js} +2 -2
- package/dist/{chunk-WWTPPWCZ.js → chunk-KXSEKNZ7.js} +2 -2
- package/dist/{chunk-OEXGTBU2.js → chunk-M2WKOIHJ.js} +5 -5
- package/dist/{chunk-UUUFOLCQ.js → chunk-MGVYGZD7.js} +10 -10
- package/dist/{chunk-C2VFOCA5.js → chunk-MHQL4ITH.js} +1 -1
- package/dist/{chunk-NXMYJN3H.js → chunk-MT2RVQDZ.js} +3 -3
- package/dist/{chunk-SAMBVKTY.js → chunk-N6VCQ632.js} +1 -1
- package/dist/{chunk-UTLBVL6Z.js → chunk-NTSJO4WO.js} +1 -1
- package/dist/{chunk-IV5R2AW3.js → chunk-OMAH2JND.js} +2 -2
- package/dist/{chunk-WRSKAZVX.js → chunk-P7RWZX2M.js} +1 -1
- package/dist/{chunk-KD7V4SW5.js → chunk-QAUFBA7C.js} +1 -1
- package/dist/{chunk-HMHH6XBK.js → chunk-QODLCER2.js} +2 -2
- package/dist/{chunk-E52ZMU65.js → chunk-R7KHBCGM.js} +1 -1
- package/dist/{chunk-MBMRVS3J.js → chunk-S57OO3BK.js} +10 -10
- package/dist/{chunk-OPJHWNPW.js → chunk-SG6QJ7O2.js} +4 -4
- package/dist/{chunk-5TSBUH3R.js → chunk-STWEUNIY.js} +1 -1
- package/dist/{chunk-L2IUFJ4G.js → chunk-U4IOD6HI.js} +1 -1
- package/dist/{chunk-MA3L3H6V.js → chunk-UVX4CZWO.js} +1 -1
- package/dist/{chunk-TIYKXTQ6.js → chunk-VHTPBGAH.js} +4 -4
- package/dist/{chunk-3BIEAJRR.js → chunk-VM3JRVU6.js} +15 -15
- package/dist/{chunk-G6ZDVB4T.js → chunk-VR3T4WB2.js} +2 -2
- package/dist/{chunk-QENTYVQ4.js → chunk-WTZ5SJEK.js} +2 -2
- package/dist/{chunk-PUGP4GGH.js → chunk-XBWNCVRK.js} +2 -2
- package/dist/chunk-XEGXFQT5.js +58 -0
- package/dist/{chunk-RDRTC4SR.js → chunk-XXFM3YKI.js} +4 -4
- package/dist/{chunk-BOZ2UL2O.js → chunk-Y5HNYHXP.js} +7 -9
- package/dist/{chunk-FB4B3MDJ.js → chunk-YLDI6PLK.js} +1 -1
- package/dist/{chunk-SIZ5R25W.js → chunk-ZKJMIS75.js} +2 -2
- package/dist/{chunk-NEOYOIBK.js → chunk-ZKL5F3OF.js} +4 -4
- package/dist/index.css +941 -941
- package/dist/index.d.ts +3 -2
- package/dist/index.js +92 -91
- package/dist/inputs/src/Input.css +32 -32
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +34 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +13 -13
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +13 -13
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +15 -15
- 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 +17 -17
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +21 -21
- package/dist/overlays/Popover/src/Popover.css +560 -560
- package/dist/overlays/Popover/src/Popover.js +9 -9
- package/dist/overlays/Popover/src/PopoverBase.css +32 -32
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +564 -564
- package/dist/overlays/Popover/src/index.js +10 -10
- 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 +4 -4
- 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 +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 +4 -4
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +10 -10
- package/dist/tag/src/Tag.css +463 -463
- package/dist/tag/src/Tag.js +15 -15
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +8 -8
- package/dist/tag/src/index.css +473 -473
- package/dist/tag/src/index.js +18 -18
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +2 -2
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +2 -2
- package/dist/utils/src/ClearSlots.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +8 -8
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// css-module:./EmbeddedButton.module.css#css-module
|
|
23
|
-
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-
|
|
23
|
+
var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___UEQ2k", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___OVmni", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___aMwCD", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___o-xMz", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___tbiXW", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___m-cv5", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___FuokD", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___--IEy", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___bk2cR", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___39JX9", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___hw4Q2", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___mhCA3", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___xMlGO", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___wS2XV", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___fy-aW", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___7PyRn" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TileContext } from './chunk-JTNKUYE5.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
2
|
+
import { _Text } from './chunk-IZAWEDX6.js';
|
|
4
3
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
4
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { CheckmarkIcon } from '@hopper-ui/icons';
|
|
7
7
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -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___kuMsA", "hop-Tile__icon": "Tile-module__hop-Tile__icon___71Wva" };
|
|
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___0Q0l4", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___kJ4k-" };
|
|
11
11
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
12
12
|
function InputGroup(props, ref) {
|
|
13
13
|
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:./SvgImage.module.css#css-module
|
|
10
|
-
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-
|
|
10
|
+
var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___yP1V4" };
|
|
11
11
|
var GlobalSvgImageCssSelector = "hop-SvgImage";
|
|
12
12
|
function SvgImage(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, SvgImageContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TileGroupContext } from './chunk-3MTGAZ77.js';
|
|
2
1
|
import { InternalTileContext } from './chunk-JTNKUYE5.js';
|
|
2
|
+
import { TileGroupContext } from './chunk-3MTGAZ77.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';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, composeRenderProps, ToggleButtonGroup, Provider } from
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./TileGroup.module.css#css-module
|
|
11
|
-
var TileGroup_module_default = { "hop-TileGroup": "TileGroup-module__hop-
|
|
11
|
+
var TileGroup_module_default = { "hop-TileGroup": "TileGroup-module__hop-TileGroup___9pO-R" };
|
|
12
12
|
var GlobalTileGroupCssSelector = "hop-TileGroup";
|
|
13
13
|
var TileGroup = (props, ref) => {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, TileGroupContext);
|
|
@@ -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___C-CfV" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Form.module.css#css-module
|
|
10
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
10
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___NGqig" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CalloutContext } from './chunk-NZ4VFVXA.js';
|
|
2
|
-
import { _CloseButton } from './chunk-
|
|
2
|
+
import { _CloseButton } from './chunk-FAB5XSXM.js';
|
|
3
3
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
4
4
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
5
5
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Callout.module.css#css-module
|
|
17
|
-
var Callout_module_default = { "hop-Callout": "Callout-module__hop-
|
|
17
|
+
var Callout_module_default = { "hop-Callout": "Callout-module__hop-Callout___wEZye", "hop-Callout__icon": "Callout-module__hop-Callout__icon___-WU0X", "hop-Callout__heading": "Callout-module__hop-Callout__heading___v3bcf", "hop-Callout__content": "Callout-module__hop-Callout__content___5dMy2", "hop-Callout__button": "Callout-module__hop-Callout__button___83WHV", "hop-Callout__dismiss": "Callout-module__hop-Callout__dismiss___-R1ea", "hop-Callout--information": "Callout-module__hop-Callout--information___zdPWS", "hop-Callout--success": "Callout-module__hop-Callout--success___Z1yj7", "hop-Callout--warning": "Callout-module__hop-Callout--warning___qNBkW", "hop-Callout--upsell": "Callout-module__hop-Callout--upsell___z9rc7", "hop-Callout--subtle-fill": "Callout-module__hop-Callout--subtle-fill___-kpQd" };
|
|
18
18
|
var GlobalCalloutCssSelector = "hop-Callout";
|
|
19
19
|
var Callout = (props, ref) => {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, CalloutContext);
|
|
@@ -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___iz-AN", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___iG1UX", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___e5wnn", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___GaAwx", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___99h73", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___JYX-p", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___mftft", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___CVt8k", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___eIi-4", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___G69AQ" };
|
|
18
18
|
var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
|
|
19
19
|
function IllustratedMessage(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, IllustratedMessageContext);
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
2
|
-
import { _ClearButton } from './chunk-
|
|
3
|
-
import { mapOrbiterToHopperVariants } from './chunk-
|
|
2
|
+
import { _ClearButton } from './chunk-U4IOD6HI.js';
|
|
3
|
+
import { mapOrbiterToHopperVariants } from './chunk-MHQL4ITH.js';
|
|
4
4
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
5
|
-
import {
|
|
5
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
6
|
+
import { _Spinner } from './chunk-4LBIE5SC.js';
|
|
6
7
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
+
import { ensureTextWrapper } from './chunk-UVX4CZWO.js';
|
|
8
9
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
10
|
-
import {
|
|
10
|
+
import { useFormProps } from './chunk-QAUFBA7C.js';
|
|
11
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
12
|
+
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
11
13
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
12
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
15
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
14
|
-
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
15
|
-
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
16
16
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
17
|
-
import {
|
|
17
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
18
18
|
import { IconContext } from '@hopper-ui/icons';
|
|
19
19
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
20
20
|
import { useObjectRef, mergeProps, filterDOMProps } from '@react-aria/utils';
|
|
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, Tag as Tag$1 } from 'react-aria-co
|
|
|
25
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
26
26
|
|
|
27
27
|
// css-module:./Tag.module.css#css-module
|
|
28
|
-
var Tag_module_default = { "hop-Tag": "Tag-module__hop-
|
|
28
|
+
var Tag_module_default = { "hop-Tag": "Tag-module__hop-Tag___nk2z3", "hop-Tag--sm": "Tag-module__hop-Tag--sm___vCvDZ", "hop-Tag__remove-btn": "Tag-module__hop-Tag__remove-btn___LzjJe", "hop-Tag__Spinner": "Tag-module__hop-Tag__Spinner___ZGroF", "hop-Tag__avatar": "Tag-module__hop-Tag__avatar___eyUOo", "hop-Tag--md": "Tag-module__hop-Tag--md___qtBrd", "hop-Tag--lg": "Tag-module__hop-Tag--lg___iyXSI", "hop-Tag--neutral": "Tag-module__hop-Tag--neutral___OhzLy", "hop-Tag--subdued": "Tag-module__hop-Tag--subdued___0O-nV", "hop-Tag--progress": "Tag-module__hop-Tag--progress___PZCOC", "hop-Tag--positive": "Tag-module__hop-Tag--positive___B3Z1z", "hop-Tag--caution": "Tag-module__hop-Tag--caution___eU51i", "hop-Tag--negative": "Tag-module__hop-Tag--negative___J7U5q", "hop-Tag--option1": "Tag-module__hop-Tag--option1___RS9t2", "hop-Tag--option2": "Tag-module__hop-Tag--option2___aYv08", "hop-Tag--option3": "Tag-module__hop-Tag--option3___ezAXD", "hop-Tag--option4": "Tag-module__hop-Tag--option4___05bn8", "hop-Tag--option5": "Tag-module__hop-Tag--option5___nZFlQ", "hop-Tag--option6": "Tag-module__hop-Tag--option6___foUF7", "hop-Tag__icon": "Tag-module__hop-Tag__icon___Uqpmv", "hop-Tag__icon-list": "Tag-module__hop-Tag__icon-list___rVNYc", "hop-Tag__text": "Tag-module__hop-Tag__text___1c6vW", "hop-Tag__badge": "Tag-module__hop-Tag__badge___9Z8sh", "hop-Tag__badge--subdued": "Tag-module__hop-Tag__badge--subdued___sgC5-" };
|
|
29
29
|
var GlobalTagCssSelector = "hop-Tag";
|
|
30
30
|
var TagToTextSizeAdapter = {
|
|
31
31
|
sm: "xs",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
|
|
2
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
2
3
|
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
4
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
3
5
|
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___VsyM9", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___lZcFG" };
|
|
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, ModalOverlay, Modal } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./BaseModal.module.css#css-module
|
|
10
|
-
var BaseModal_module_default = { "hop-BaseModal": "BaseModal-module__hop-
|
|
10
|
+
var BaseModal_module_default = { "hop-BaseModal": "BaseModal-module__hop-BaseModal___W1FNy", "hop-BaseModal__modal": "BaseModal-module__hop-BaseModal__modal___0PQ4t", "hop-BaseModal--image": "BaseModal-module__hop-BaseModal--image___OTSsD", "hop-BaseModal--entering": "BaseModal-module__hop-BaseModal--entering___NtRgN", "hop-BaseModal--exiting": "BaseModal-module__hop-BaseModal--exiting___6yRjB", "hop-BaseModal--sm": "BaseModal-module__hop-BaseModal--sm___0tFFT", "hop-BaseModal--md": "BaseModal-module__hop-BaseModal--md___sylxZ", "hop-BaseModal--lg": "BaseModal-module__hop-BaseModal--lg___itWYE", "hop-BaseModal--xl": "BaseModal-module__hop-BaseModal--xl___4zdmN", "hop-BaseModal--fullscreen": "BaseModal-module__hop-BaseModal--fullscreen___rM0Gw", "hop-BaseModal--fullscreentakeover": "BaseModal-module__hop-BaseModal--fullscreentakeover___LlCVt" };
|
|
11
11
|
var GlobalBaseModalCssSelector = "hop-BaseModal";
|
|
12
12
|
var BaseModal = (props, ref) => {
|
|
13
13
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { _EmbeddedButton } from './chunk-MHQL4ITH.js';
|
|
1
2
|
import { ClearButtonContext } from './chunk-DXVKHP4V.js';
|
|
2
|
-
import { _EmbeddedButton } from './chunk-C2VFOCA5.js';
|
|
3
3
|
import { useLocalizedString } from './chunk-75DHKNW2.js';
|
|
4
4
|
import { DismissIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { forwardRef } from 'react';
|
|
@@ -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-GD62QQQM.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-IZAWEDX6.js';
|
|
9
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
9
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
|
-
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.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___LJ9-C", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___I0VWA", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___yzk36", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___4c6S-", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___lNYl9" };
|
|
22
22
|
var GlobalListBoxCssSelector = "hop-ListBox";
|
|
23
23
|
var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
|
|
24
24
|
var ListBoxToTextSizeAdapter = {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { _Popover } from './chunk-
|
|
1
|
+
import { _InputGroup } from './chunk-N6VCQ632.js';
|
|
2
|
+
import { InputContext, Input } from './chunk-JWHS7D3I.js';
|
|
3
|
+
import { _Popover } from './chunk-3M3M4BQG.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-
|
|
6
|
+
import { _ListBox } from './chunk-VHTPBGAH.js';
|
|
7
|
+
import { _ListBoxItem } from './chunk-GD62QQQM.js';
|
|
8
|
+
import { _HelperMessage } from './chunk-KTKND4NT.js';
|
|
9
|
+
import { _ErrorMessage } from './chunk-VR3T4WB2.js';
|
|
10
10
|
import { ComboBoxContext } from './chunk-4XHTP4GX.js';
|
|
11
|
-
import { _ToggleArrow } from './chunk-
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
11
|
+
import { _ToggleArrow } from './chunk-P7RWZX2M.js';
|
|
12
|
+
import { BadgeContext } from './chunk-CQDLZ42T.js';
|
|
13
|
+
import { ensureTextWrapper } from './chunk-UVX4CZWO.js';
|
|
14
|
+
import { _Label } from './chunk-BYAY3UHK.js';
|
|
15
|
+
import { useFormProps } from './chunk-QAUFBA7C.js';
|
|
17
16
|
import { ClearProviders, ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
18
17
|
import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
|
|
18
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
19
|
+
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
19
20
|
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___Lb1xu", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___Icr40", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___iH7WT", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___4cSZ3", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___zr5x-", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___a2rfK", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___d31fu", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___cbnmB" };
|
|
30
30
|
var GlobalComboBoxCssSelector = "hop-ComboBox";
|
|
31
31
|
function ComboBox(props, ref) {
|
|
32
32
|
var _a, _b, _c, _d, _e;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FAE27DLF.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-IZAWEDX6.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps, composeRenderProps } from 'react-ar
|
|
|
10
10
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./ErrorMessage.module.css#css-module
|
|
13
|
-
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-
|
|
13
|
+
var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___WOnNM", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___dSlSm" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
|
|
2
|
-
import { DisclosureContext } from './chunk-MUAXK42C.js';
|
|
3
2
|
import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
|
|
3
|
+
import { DisclosureContext } from './chunk-MUAXK42C.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___EC4iI", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___3IqiC", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___LN2Is", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___4taaG", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___ykrcA" };
|
|
15
15
|
var GlobalAccordionCssSelector = "hop-Accordion";
|
|
16
16
|
function Accordion(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, AccordionContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SegmentedControlContext, InternalSegmentedControlContext } from './chunk-JHX5QEIH.js';
|
|
2
1
|
import { SegmentedControlItemContext } from './chunk-TDKQPTN6.js';
|
|
2
|
+
import { SegmentedControlContext, InternalSegmentedControlContext } from './chunk-JHX5QEIH.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
5
5
|
import clsx from 'clsx';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButtonGroup, Provider }
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./SegmentedControl.module.css#css-module
|
|
11
|
-
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-
|
|
11
|
+
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-SegmentedControl___lIA-M" };
|
|
12
12
|
var GlobalSegmentedControlCssSelector = "hop-SegmentedControl";
|
|
13
13
|
var SegmentedControl = (props, ref) => {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, SegmentedControlContext);
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { _RichIconAvatarImage } from './chunk-BPRTWO34.js';
|
|
2
|
+
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
5
|
+
import { BrokenImageRichIcon } from '@hopper-ui/icons';
|
|
6
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
7
|
+
import { forwardRef } from 'react';
|
|
8
|
+
import { mergeProps } from 'react-aria';
|
|
9
|
+
import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
10
|
+
import { jsx } from 'react/jsx-runtime';
|
|
11
|
+
|
|
12
|
+
var GlobalBrokenAvatarCssSelector = "hop-BrokenAvatar";
|
|
13
|
+
function BrokenAvatar(props, ref) {
|
|
14
|
+
var _a;
|
|
15
|
+
[props, ref] = useContextProps(props, ref, AvatarContext);
|
|
16
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
17
|
+
const {
|
|
18
|
+
className,
|
|
19
|
+
size: sizeValue,
|
|
20
|
+
style,
|
|
21
|
+
isDisabled,
|
|
22
|
+
...otherProps
|
|
23
|
+
} = ownProps;
|
|
24
|
+
const size = (_a = useResponsiveValue(sizeValue)) != null ? _a : "md";
|
|
25
|
+
const classNames = composeClassnameRenderProps(
|
|
26
|
+
className,
|
|
27
|
+
GlobalBrokenAvatarCssSelector,
|
|
28
|
+
stylingProps.className
|
|
29
|
+
);
|
|
30
|
+
const mergedStyles = composeRenderProps(style, (prev) => {
|
|
31
|
+
return {
|
|
32
|
+
...stylingProps.style,
|
|
33
|
+
...prev
|
|
34
|
+
};
|
|
35
|
+
});
|
|
36
|
+
const renderProps = useRenderProps({
|
|
37
|
+
...props,
|
|
38
|
+
className: classNames,
|
|
39
|
+
style: mergedStyles,
|
|
40
|
+
values: {
|
|
41
|
+
isDisabled: isDisabled || false
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
return /* @__PURE__ */ jsx(
|
|
45
|
+
_RichIconAvatarImage,
|
|
46
|
+
{
|
|
47
|
+
isDisabled,
|
|
48
|
+
ref,
|
|
49
|
+
size,
|
|
50
|
+
...mergeProps(renderProps, otherProps),
|
|
51
|
+
children: /* @__PURE__ */ jsx(BrokenImageRichIcon, {})
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
var _BrokenAvatar = forwardRef(BrokenAvatar);
|
|
56
|
+
_BrokenAvatar.displayName = "BrokenAvatar";
|
|
57
|
+
|
|
58
|
+
export { GlobalBrokenAvatarCssSelector, _BrokenAvatar };
|
|
@@ -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-
|
|
4
|
-
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
|
-
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
3
|
+
import { ensureTextWrapper } from './chunk-UVX4CZWO.js';
|
|
6
4
|
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
7
5
|
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
|
+
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
|
+
import { SlotProvider } from './chunk-M36KANKC.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___ltpNK", "hop-Radio--sm": "Radio-module__hop-Radio--sm___0O-IO", "hop-Radio--md": "Radio-module__hop-Radio--md___WLGB-", "hop-Radio__icon": "Radio-module__hop-Radio__icon___YtIob", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___msCKn", "hop-Radio__box": "Radio-module__hop-Radio__box___xMd34", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___uMxd7", "hop-Radio__text": "Radio-module__hop-Radio__text___L1-2R" };
|
|
17
17
|
var GlobalRadioCssSelector = "hop-Radio";
|
|
18
18
|
function Radio(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { useImageFallback } from './chunk-3ZCLNFNH.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { _Text } from './chunk-IZAWEDX6.js';
|
|
3
|
+
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
4
|
+
import { _BrokenAvatar } from './chunk-XEGXFQT5.js';
|
|
5
5
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
|
-
import { ClearContainerSlots } from './chunk-ZMIX3DJQ.js';
|
|
8
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
9
|
-
import {
|
|
8
|
+
import { AvatarContext } from './chunk-AES7QBQE.js';
|
|
10
9
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
11
10
|
import { filterDOMProps, mergeProps } from '@react-aria/utils';
|
|
12
11
|
import { forwardRef, useMemo } from 'react';
|
|
@@ -14,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
13
|
import { jsx } from 'react/jsx-runtime';
|
|
15
14
|
|
|
16
15
|
// css-module:./Avatar.module.css#css-module
|
|
17
|
-
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-
|
|
16
|
+
var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___HSY-W", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___0tqCQ", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___UDGN5", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___vJOlA", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___y3fuG", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___QIq-T", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___vBfOj", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___4J6xq", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___BwzNE", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___0KAFu", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___TEhqt", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___f0jZq", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___wjv9n", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___-SAP6", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___uNUAi", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___Ykl6b", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___riFCd" };
|
|
18
17
|
var GlobalAvatarCssSelector = "hop-Avatar";
|
|
19
18
|
var AvatarToTextSizeAdapter = {
|
|
20
19
|
xs: "xs",
|
|
@@ -114,15 +113,14 @@ function Avatar(props, ref) {
|
|
|
114
113
|
});
|
|
115
114
|
if (isBrokenImage) {
|
|
116
115
|
return /* @__PURE__ */ jsx(
|
|
117
|
-
|
|
116
|
+
_BrokenAvatar,
|
|
118
117
|
{
|
|
119
118
|
...mergeProps(domProps, renderProps),
|
|
120
119
|
"aria-label": ariaLabel != null ? ariaLabel : name,
|
|
121
120
|
isDisabled,
|
|
122
121
|
ref,
|
|
123
122
|
size,
|
|
124
|
-
slot
|
|
125
|
-
children: /* @__PURE__ */ jsx(BrokenImageRichIcon, {})
|
|
123
|
+
slot
|
|
126
124
|
}
|
|
127
125
|
);
|
|
128
126
|
}
|
|
@@ -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___vOuhR", "hop-Heading--xs": "Heading-module__hop-Heading--xs___TljxC", "hop-Heading--sm": "Heading-module__hop-Heading--sm___Dd4aA", "hop-Heading--md": "Heading-module__hop-Heading--md___4QZ22", "hop-Heading--lg": "Heading-module__hop-Heading--lg___gCcT1", "hop-Heading--xl": "Heading-module__hop-Heading--xl___bgGSZ", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___-BDq2", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___uuF3d" };
|
|
11
11
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
12
12
|
function Heading(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TabLine } from './chunk-
|
|
1
|
+
import { TabLine } from './chunk-26X5EBGP.js';
|
|
2
2
|
import { TabListContext, InternalTabsContext } from './chunk-YOMX6DZZ.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, TabListStateContext, TabList as TabList$1 } from 'reac
|
|
|
8
8
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./TabList.module.css#css-module
|
|
11
|
-
var TabList_module_default = { "hop-TabList": "TabList-module__hop-
|
|
11
|
+
var TabList_module_default = { "hop-TabList": "TabList-module__hop-TabList___SH6bm", "hop-TabList--standalone": "TabList-module__hop-TabList--standalone___GScs4", "hop-TabList--in-card": "TabList-module__hop-TabList--in-card___eUGj3", "hop-TabList__tablist": "TabList-module__hop-TabList__tablist___mpOx8", "hop-TabList--heading": "TabList-module__hop-TabList--heading___ogSYG" };
|
|
12
12
|
var GlobalTabListCssSelector = "hop-TabList";
|
|
13
13
|
function TabList(props, ref) {
|
|
14
14
|
var _a, _b;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
2
2
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
3
3
|
import { IconListContext } from './chunk-DHVVYSLB.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
5
|
-
import { useFormProps } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-UVX4CZWO.js';
|
|
5
|
+
import { useFormProps } from './chunk-QAUFBA7C.js';
|
|
6
|
+
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
6
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
|
-
import { TextContext } from './chunk-X6SER3TZ.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
10
10
|
import { IconContext } from '@hopper-ui/icons';
|
|
11
11
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link } from 'react-a
|
|
|
14
14
|
import { jsx } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./LinkButton.module.css#css-module
|
|
17
|
-
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-
|
|
17
|
+
var LinkButton_module_default = { "hop-LinkButton": "LinkButton-module__hop-LinkButton___rqFme Button-module__hop-Button___STlpf", "hop-LinkButton--fluid": "LinkButton-module__hop-LinkButton--fluid___hUfL7 Button-module__hop-Button--fluid___-T2AK", "hop-LinkButton--sm": "LinkButton-module__hop-LinkButton--sm___Nsldu Button-module__hop-Button--sm___KWSJC", "hop-LinkButton--icon-only": "LinkButton-module__hop-LinkButton--icon-only___0wY5r Button-module__hop-Button--icon-only___u5AJz", "hop-LinkButton--primary": "LinkButton-module__hop-LinkButton--primary___GpQo2 Button-module__hop-Button--primary___IiTWE", "hop-LinkButton--secondary": "LinkButton-module__hop-LinkButton--secondary___Lymlc Button-module__hop-Button--secondary___URwGh", "hop-LinkButton--upsell": "LinkButton-module__hop-LinkButton--upsell___AUlwo Button-module__hop-Button--upsell___uXOX2", "hop-LinkButton--danger": "LinkButton-module__hop-LinkButton--danger___ZleP1 Button-module__hop-Button--danger___HxBuR", "hop-LinkButton--ghost-primary": "LinkButton-module__hop-LinkButton--ghost-primary___Occx6 Button-module__hop-Button--ghost-primary___CyYc9", "hop-LinkButton--ghost-secondary": "LinkButton-module__hop-LinkButton--ghost-secondary___L5VIF Button-module__hop-Button--ghost-secondary___6EmPZ", "hop-LinkButton--ghost-danger": "LinkButton-module__hop-LinkButton--ghost-danger___QL1VN Button-module__hop-Button--ghost-danger___ALz56", "hop-LinkButton__Spinner": "LinkButton-module__hop-LinkButton__Spinner___29otZ Button-module__hop-Button__Spinner___rkPAS", "hop-LinkButton__icon": "LinkButton-module__hop-LinkButton__icon___MiVQI Button-module__hop-Button__icon___Tc5Hs", "hop-LinkButton__icon-list": "LinkButton-module__hop-LinkButton__icon-list___5eLNB Button-module__hop-Button__icon___Tc5Hs", "hop-LinkButton__text": "LinkButton-module__hop-LinkButton__text___cG7FZ Button-module__hop-Button__text___kfeiR", "hop-LinkButton__end-icon": "LinkButton-module__hop-LinkButton__end-icon___DhIsN Button-module__hop-Button__end-icon___4lb-I", "hop-LinkButton__end-icon-list": "LinkButton-module__hop-LinkButton__end-icon-list___s4Wpl Button-module__hop-Button__end-icon___4lb-I" };
|
|
18
18
|
var GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
19
19
|
function LinkButton(props, ref) {
|
|
20
20
|
var _a, _b;
|