@hopper-ui/components 1.6.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/accordion/src/Accordion.css +84 -77
- package/dist/accordion/src/Accordion.js +2 -2
- package/dist/accordion/src/index.css +84 -77
- package/dist/accordion/src/index.js +2 -2
- package/dist/alert/src/Alert.css +617 -325
- package/dist/alert/src/Alert.js +13 -12
- package/dist/alert/src/index.css +617 -325
- package/dist/alert/src/index.js +13 -12
- package/dist/avatar/src/AnonymousAvatar.css +54 -47
- package/dist/avatar/src/AnonymousAvatar.js +2 -2
- package/dist/avatar/src/Avatar.css +72 -65
- package/dist/avatar/src/Avatar.js +5 -5
- package/dist/avatar/src/AvatarGroup.css +71 -64
- package/dist/avatar/src/AvatarGroup.js +8 -8
- package/dist/avatar/src/BrokenAvatar.css +54 -47
- package/dist/avatar/src/BrokenAvatar.js +2 -2
- package/dist/avatar/src/DeletedAvatar.css +54 -47
- package/dist/avatar/src/DeletedAvatar.js +2 -2
- package/dist/avatar/src/RichIconAvatarImage.css +54 -47
- package/dist/avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/avatar/src/index.css +99 -92
- package/dist/avatar/src/index.js +13 -13
- package/dist/badge/src/Badge.css +59 -52
- package/dist/badge/src/Badge.js +3 -3
- package/dist/badge/src/FloatingBadge.css +54 -47
- package/dist/badge/src/FloatingBadge.js +2 -2
- package/dist/badge/src/index.css +69 -62
- package/dist/badge/src/index.js +4 -4
- package/dist/buttons/src/Button.css +110 -103
- package/dist/buttons/src/Button.js +9 -8
- package/dist/buttons/src/ButtonContext.d.ts +13 -3
- package/dist/buttons/src/ButtonGroup.css +55 -48
- package/dist/buttons/src/ButtonGroup.js +3 -1
- package/dist/buttons/src/ButtonGroupContext.d.ts +13 -3
- package/dist/buttons/src/ClearButton.css +115 -108
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +111 -104
- package/dist/buttons/src/CloseButton.js +10 -9
- package/dist/buttons/src/EmbeddedButton.css +115 -108
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +119 -112
- package/dist/buttons/src/LinkButton.js +6 -6
- package/dist/buttons/src/ToggleButton.css +630 -0
- package/dist/buttons/src/ToggleButton.d.ts +51 -0
- package/dist/buttons/src/ToggleButton.js +17 -0
- package/dist/buttons/src/ToggleButtonContext.d.ts +22 -0
- package/dist/buttons/src/ToggleButtonContext.js +2 -0
- package/dist/buttons/src/index.css +540 -260
- package/dist/buttons/src/index.d.ts +4 -2
- package/dist/buttons/src/index.js +16 -13
- package/dist/callout/src/Callout.css +552 -272
- package/dist/callout/src/Callout.js +11 -10
- package/dist/callout/src/CompactCallout.css +589 -309
- package/dist/callout/src/CompactCallout.js +11 -10
- package/dist/callout/src/index.css +601 -321
- package/dist/callout/src/index.js +13 -12
- package/dist/card/src/Card.css +47 -40
- package/dist/card/src/Card.js +1 -1
- package/dist/card/src/index.css +47 -40
- package/dist/card/src/index.js +1 -1
- package/dist/checkbox/src/Checkbox.css +63 -56
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxField.css +50 -43
- package/dist/checkbox/src/CheckboxField.js +4 -4
- package/dist/checkbox/src/CheckboxGroup.css +115 -108
- package/dist/checkbox/src/CheckboxGroup.js +10 -9
- package/dist/checkbox/src/DecorativeCheckbox.css +71 -64
- package/dist/checkbox/src/DecorativeCheckbox.js +4 -4
- package/dist/checkbox/src/index.css +115 -108
- package/dist/checkbox/src/index.js +15 -14
- package/dist/{chunk-SGQFSCGP.js → chunk-2AD6XN2R.js} +3 -3
- package/dist/chunk-3ETJUGAP.js +178 -0
- package/dist/{chunk-6EXB57VD.js → chunk-3OGBUJLO.js} +4 -4
- package/dist/chunk-3YYC7XZW.js +190 -0
- package/dist/{chunk-CFBDROF2.js → chunk-57WEWZ4L.js} +2 -2
- package/dist/{chunk-B3VVOS3E.js → chunk-5F2LUFRN.js} +3 -3
- package/dist/{chunk-ZJKGATZR.js → chunk-5I6PDORP.js} +8 -2
- package/dist/{chunk-V6QSG3P7.js → chunk-5MNBACCS.js} +1 -1
- package/dist/{chunk-N63SCDXK.js → chunk-72UDPGXN.js} +2 -2
- package/dist/{chunk-TVDSIL3G.js → chunk-76JOA74P.js} +15 -6
- package/dist/{chunk-3WNM2QCE.js → chunk-7K3TKE2R.js} +2 -2
- package/dist/{chunk-Z6Z2LMH2.js → chunk-7KXUKO5L.js} +1 -1
- package/dist/{chunk-5H7VC5CQ.js → chunk-7WJAJGOX.js} +3 -3
- package/dist/{chunk-IEGPCDG2.js → chunk-A5MNOCQ2.js} +1 -1
- package/dist/{chunk-Q5UDUQNS.js → chunk-BD2ZOQJW.js} +4 -28
- package/dist/chunk-BYERWFG4.js +7 -0
- package/dist/{chunk-54G54DA4.js → chunk-D3QAZ56J.js} +4 -4
- package/dist/{chunk-FVYE4WG4.js → chunk-D7ICCQM5.js} +2 -2
- package/dist/{chunk-NNBUHQU4.js → chunk-DB4Y2SXS.js} +17 -15
- package/dist/{chunk-RNYGUJIL.js → chunk-DGU5YZM5.js} +8 -8
- package/dist/{chunk-H7EN3SVB.js → chunk-DOP43XH5.js} +2 -2
- package/dist/{chunk-2PIBQPSE.js → chunk-DSK6IH5M.js} +4 -4
- package/dist/chunk-E5RHW4IY.js +70 -0
- package/dist/chunk-ESCEY6RN.js +137 -0
- package/dist/{chunk-FMAMU4X6.js → chunk-ETBPFG5Z.js} +8 -4
- package/dist/{chunk-DROINCCH.js → chunk-EWP3IGMD.js} +1 -1
- package/dist/{chunk-HVTA4MEG.js → chunk-F6VSINXC.js} +1 -1
- package/dist/{chunk-MC6PDZR7.js → chunk-FJUFE7XU.js} +10 -8
- package/dist/{chunk-KB2NZRJF.js → chunk-FORSJNLX.js} +20 -10
- package/dist/{chunk-HPOWDWRH.js → chunk-FPHBQO6G.js} +1 -1
- package/dist/{chunk-PDVJDA3N.js → chunk-FSS4CZQI.js} +25 -13
- package/dist/{chunk-S37LFZ2Z.js → chunk-FXNQDM7U.js} +1 -1
- package/dist/{chunk-6C22LT4E.js → chunk-G5AQXKGI.js} +2 -2
- package/dist/{chunk-PZZ76MYC.js → chunk-GDODCIB6.js} +3 -3
- package/dist/{chunk-6BW3MSBX.js → chunk-GHMBKUTU.js} +1 -1
- package/dist/{chunk-4DNIPOHN.js → chunk-GVGOWUJG.js} +2 -2
- package/dist/{chunk-VE63YOPC.js → chunk-HF5YS5Z6.js} +6 -6
- package/dist/{chunk-GN2XLV5G.js → chunk-HL2I2YUG.js} +3 -3
- package/dist/chunk-HZTYQ5FQ.js +22 -0
- package/dist/{chunk-ZICTGDRV.js → chunk-I377K7IX.js} +2 -2
- package/dist/{chunk-RKYCEGIB.js → chunk-JASPC6XG.js} +5 -5
- package/dist/{chunk-ZAORXIJR.js → chunk-JHAHLWQJ.js} +2 -2
- package/dist/{chunk-23MPRPHQ.js → chunk-JNV6W5JC.js} +18 -16
- package/dist/{chunk-TY3S7XMW.js → chunk-JQLKVLV7.js} +2 -2
- package/dist/{chunk-4V3BBI6M.js → chunk-K3GNQGLK.js} +1 -1
- package/dist/{chunk-UZTC5A7X.js → chunk-KD5CC7J2.js} +1 -1
- package/dist/{chunk-VRCFCFB5.js → chunk-KIXYAIPB.js} +4 -4
- package/dist/{chunk-I4IBMLV4.js → chunk-KN6OG3WN.js} +2 -2
- package/dist/{chunk-IKSYTHKX.js → chunk-KOLL65WL.js} +3 -3
- package/dist/{chunk-KNHM5GQQ.js → chunk-L64YORM7.js} +10 -8
- package/dist/{chunk-NOD7XFD7.js → chunk-LO44K2EI.js} +3 -3
- package/dist/{chunk-BARSXCGR.js → chunk-M64J2RXB.js} +2 -2
- package/dist/chunk-MR5BPD6R.js +7 -0
- package/dist/{chunk-PHPJULDV.js → chunk-N6JCPZ5G.js} +2 -2
- package/dist/{chunk-GDUMGSIP.js → chunk-NGZNCS3G.js} +1 -1
- package/dist/{chunk-75DHKNW2.js → chunk-NNLLQWDS.js} +4 -4
- package/dist/{chunk-FCWARLFN.js → chunk-NNPOWTQ4.js} +5 -5
- package/dist/{chunk-N6FVXOZU.js → chunk-NRUHVUQY.js} +1 -1
- package/dist/{chunk-RIEGA5XZ.js → chunk-PPBA6RPY.js} +2 -2
- package/dist/{chunk-WJ55ZV54.js → chunk-PQSMCDAM.js} +3 -0
- package/dist/{chunk-IYYEOE54.js → chunk-PWYDH3ZA.js} +1 -1
- package/dist/{chunk-YPZVGCLY.js → chunk-Q252HANX.js} +3 -3
- package/dist/{chunk-WD34LPOD.js → chunk-Q4BKNDZD.js} +3 -3
- package/dist/{chunk-QYLYNHMO.js → chunk-QCFV6G6K.js} +2 -2
- package/dist/{chunk-G75ACCCJ.js → chunk-QXTTPOP5.js} +1 -1
- package/dist/{chunk-3SSWKFF2.js → chunk-QXZSPZWJ.js} +2 -2
- package/dist/{chunk-MEJX5PMD.js → chunk-RBUBE5ET.js} +1 -1
- package/dist/{chunk-MDFOHG56.js → chunk-RM3WVAEZ.js} +1 -1
- package/dist/{chunk-VOZN65OL.js → chunk-RN3FLBX4.js} +8 -2
- package/dist/{chunk-UWUX4HB6.js → chunk-RNGFFSNG.js} +21 -11
- package/dist/{chunk-LORXIAD3.js → chunk-SLK22PRQ.js} +19 -9
- package/dist/{chunk-FRX2T2G4.js → chunk-TGQ4XIIL.js} +1 -1
- package/dist/{chunk-FM7FVXF6.js → chunk-TXETMX5H.js} +2 -2
- package/dist/{chunk-BROSH5WN.js → chunk-UGZYYO3T.js} +1 -1
- package/dist/{chunk-AI4IV7FO.js → chunk-UH3WEXVR.js} +19 -22
- package/dist/{chunk-ENPVMPHJ.js → chunk-UPGCU4V3.js} +3 -3
- package/dist/{chunk-Y24SHU4H.js → chunk-URTTLQAC.js} +1 -1
- package/dist/{chunk-O7H6JXIB.js → chunk-VECFKZI5.js} +4 -4
- package/dist/{chunk-HCNRBWQR.js → chunk-VEXKMBM6.js} +1 -1
- package/dist/{chunk-BV2IOLOJ.js → chunk-VFURXZPW.js} +3 -3
- package/dist/{chunk-XUTZ5DK5.js → chunk-VQRXNT3Q.js} +2 -2
- package/dist/{chunk-MAWL2EMK.js → chunk-VTHB4J4N.js} +3 -3
- package/dist/{chunk-VB42QDEC.js → chunk-VUWTKMHT.js} +2 -2
- package/dist/{chunk-ZVJPFIET.js → chunk-VX7TMQSF.js} +3 -3
- package/dist/{chunk-S72G6RPK.js → chunk-WEKPO5YP.js} +2 -2
- package/dist/{chunk-J34HZLGN.js → chunk-WLNEXEEX.js} +1 -1
- package/dist/{chunk-4HT6QOTO.js → chunk-WOQOIB6V.js} +9 -3
- package/dist/{chunk-HPSQSM3G.js → chunk-X72OOA2X.js} +3 -3
- package/dist/{chunk-JOCKBZYP.js → chunk-XLJODMSX.js} +8 -2
- package/dist/{chunk-BHXYYOF6.js → chunk-XQ3MES4Y.js} +20 -10
- package/dist/{chunk-DPEJN5GM.js → chunk-Y7ACQLH4.js} +10 -4
- package/dist/{chunk-4VGMZWJ2.js → chunk-YF4DILIQ.js} +1 -1
- package/dist/{chunk-IGVGBFT6.js → chunk-ZHEWPE46.js} +1 -1
- package/dist/{chunk-6OC3EASW.js → chunk-ZWCN6ASW.js} +2 -2
- package/dist/combobox/src/ComboBox.css +960 -684
- package/dist/combobox/src/ComboBox.js +25 -24
- package/dist/combobox/src/index.css +960 -684
- package/dist/combobox/src/index.js +25 -24
- package/dist/contextual-help/src/ContextualHelp.css +4438 -0
- package/dist/contextual-help/src/ContextualHelp.d.ts +40 -0
- package/dist/contextual-help/src/ContextualHelp.js +14 -0
- package/dist/contextual-help/src/ContextualHelpContext.d.ts +13 -0
- package/dist/contextual-help/src/ContextualHelpContext.js +2 -0
- package/dist/contextual-help/src/index.css +4438 -0
- package/dist/contextual-help/src/index.d.ts +10 -0
- package/dist/contextual-help/src/index.js +14 -0
- package/dist/disclosure/src/Disclosure.css +54 -47
- package/dist/disclosure/src/Disclosure.js +2 -2
- package/dist/disclosure/src/DisclosureHeader.css +61 -54
- package/dist/disclosure/src/DisclosureHeader.js +4 -3
- package/dist/disclosure/src/DisclosurePanel.css +54 -47
- package/dist/disclosure/src/DisclosurePanel.js +5 -5
- package/dist/disclosure/src/index.css +79 -72
- package/dist/disclosure/src/index.js +9 -9
- package/dist/divider/src/Divider.css +46 -39
- package/dist/divider/src/Divider.js +1 -1
- package/dist/divider/src/index.css +46 -39
- package/dist/divider/src/index.js +1 -1
- package/dist/error-message/src/ErrorMessage.css +46 -39
- package/dist/error-message/src/ErrorMessage.js +3 -3
- package/dist/error-message/src/index.css +46 -39
- package/dist/error-message/src/index.js +3 -3
- package/dist/form/src/Form.css +44 -37
- package/dist/form/src/Form.js +1 -1
- package/dist/form/src/index.css +44 -37
- package/dist/form/src/index.js +1 -1
- package/dist/header/src/Header.css +279 -0
- package/dist/header/src/Header.js +3 -1
- package/dist/header/src/HeaderContext.d.ts +13 -3
- package/dist/header/src/index.css +279 -0
- package/dist/header/src/index.d.ts +1 -1
- package/dist/header/src/index.js +3 -1
- package/dist/helper-message/src/HelperMessage.css +46 -39
- package/dist/helper-message/src/HelperMessage.js +3 -3
- package/dist/helper-message/src/index.css +46 -39
- package/dist/helper-message/src/index.js +3 -3
- package/dist/hopper-provider/src/HopperProvider.css +45 -38
- package/dist/hopper-provider/src/HopperProvider.js +1 -1
- package/dist/hopper-provider/src/index.css +45 -38
- package/dist/hopper-provider/src/index.js +1 -1
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/icon-list/src/IconList.css +45 -38
- package/dist/icon-list/src/IconList.js +1 -1
- package/dist/icon-list/src/index.css +45 -38
- package/dist/icon-list/src/index.js +1 -1
- package/dist/illustrated-message/src/IllustratedMessage.css +559 -279
- package/dist/illustrated-message/src/IllustratedMessage.js +2 -2
- package/dist/illustrated-message/src/index.css +559 -279
- package/dist/illustrated-message/src/index.js +2 -2
- package/dist/image/src/Image.css +47 -40
- package/dist/image/src/Image.js +3 -1
- package/dist/image/src/ImageContext.d.ts +13 -3
- package/dist/image/src/SvgImage.css +45 -38
- package/dist/image/src/SvgImage.js +1 -1
- package/dist/image/src/index.css +48 -41
- package/dist/image/src/index.d.ts +1 -1
- package/dist/image/src/index.js +4 -2
- package/dist/index.css +1397 -1044
- package/dist/index.d.ts +13 -7
- package/dist/index.js +124 -118
- package/dist/inputs/src/Input.css +48 -41
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +50 -43
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +74 -67
- package/dist/inputs/src/NumberField.js +12 -11
- package/dist/inputs/src/PasswordField.css +560 -280
- package/dist/inputs/src/PasswordField.js +12 -11
- package/dist/inputs/src/RemainingCharacterCount.css +47 -40
- package/dist/inputs/src/RemainingCharacterCount.js +4 -4
- package/dist/inputs/src/SearchField.css +566 -286
- package/dist/inputs/src/SearchField.js +13 -12
- package/dist/inputs/src/TextArea.css +71 -64
- package/dist/inputs/src/TextArea.js +11 -10
- package/dist/inputs/src/TextField.css +564 -284
- package/dist/inputs/src/TextField.js +16 -15
- package/dist/inputs/src/index.css +612 -332
- package/dist/inputs/src/index.js +22 -21
- package/dist/layout/src/Content.css +279 -0
- package/dist/layout/src/Content.js +3 -1
- package/dist/layout/src/ContentContext.d.ts +13 -3
- package/dist/layout/src/Footer.css +279 -0
- package/dist/layout/src/Footer.js +3 -1
- package/dist/layout/src/FooterContext.d.ts +13 -3
- package/dist/link/src/Link.css +83 -76
- package/dist/link/src/Link.js +4 -4
- package/dist/link/src/index.css +83 -76
- package/dist/link/src/index.js +4 -4
- package/dist/list-box/src/ListBox.css +318 -311
- package/dist/list-box/src/ListBox.js +10 -10
- package/dist/list-box/src/ListBoxItem.css +306 -299
- package/dist/list-box/src/ListBoxItem.js +7 -7
- package/dist/list-box/src/ListBoxItemSkeleton.css +51 -44
- package/dist/list-box/src/ListBoxItemSkeleton.js +1 -1
- package/dist/list-box/src/index.css +318 -311
- package/dist/list-box/src/index.js +11 -11
- package/dist/menu/src/Menu.css +885 -609
- package/dist/menu/src/Menu.js +4 -4
- package/dist/menu/src/MenuItem.css +123 -116
- package/dist/menu/src/MenuItem.js +3 -3
- package/dist/menu/src/MenuSection.css +46 -39
- package/dist/menu/src/MenuSection.js +1 -1
- package/dist/menu/src/index.css +910 -634
- package/dist/menu/src/index.js +9 -9
- package/dist/modal/src/BaseModal.css +59 -52
- package/dist/modal/src/BaseModal.js +1 -1
- package/dist/modal/src/CustomModal.css +60 -53
- package/dist/modal/src/CustomModal.js +2 -2
- package/dist/modal/src/Modal.css +607 -315
- package/dist/modal/src/Modal.js +12 -11
- package/dist/modal/src/index.css +608 -316
- package/dist/modal/src/index.js +14 -13
- package/dist/overlays/popover/src/Popover.css +877 -597
- package/dist/overlays/popover/src/Popover.js +2 -2
- package/dist/overlays/popover/src/PopoverBase.css +47 -44
- package/dist/overlays/popover/src/PopoverBase.js +1 -1
- package/dist/overlays/popover/src/index.css +880 -604
- package/dist/overlays/popover/src/index.js +3 -3
- package/dist/radio/src/DecorativeRadio.css +71 -64
- package/dist/radio/src/DecorativeRadio.js +4 -4
- package/dist/radio/src/Radio.css +63 -56
- package/dist/radio/src/Radio.js +4 -4
- package/dist/radio/src/RadioField.css +50 -43
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +115 -108
- package/dist/radio/src/RadioGroup.js +10 -9
- package/dist/radio/src/index.css +115 -108
- package/dist/radio/src/index.js +15 -14
- package/dist/segmented-control/src/SegmentedControl.css +45 -38
- package/dist/segmented-control/src/SegmentedControl.js +1 -1
- package/dist/segmented-control/src/SegmentedControlItem.css +59 -52
- package/dist/segmented-control/src/SegmentedControlItem.js +3 -3
- package/dist/segmented-control/src/index.css +60 -53
- package/dist/segmented-control/src/index.js +4 -4
- package/dist/select/src/Select.css +904 -628
- package/dist/select/src/Select.js +23 -22
- package/dist/select/src/SelectValue.css +105 -98
- package/dist/select/src/SelectValue.js +4 -4
- package/dist/select/src/index.css +904 -628
- package/dist/select/src/index.js +23 -22
- package/dist/spinner/src/Spinner.css +54 -47
- package/dist/spinner/src/Spinner.js +3 -3
- package/dist/spinner/src/index.css +54 -47
- package/dist/spinner/src/index.js +3 -3
- package/dist/switch/src/Switch.css +60 -53
- package/dist/switch/src/Switch.js +4 -4
- package/dist/switch/src/SwitchField.css +50 -43
- package/dist/switch/src/SwitchField.js +4 -4
- package/dist/switch/src/index.css +66 -59
- package/dist/switch/src/index.js +6 -6
- package/dist/tabs/src/Tab.css +730 -450
- package/dist/tabs/src/Tab.js +4 -4
- package/dist/tabs/src/TabLine.css +46 -39
- package/dist/tabs/src/TabLine.js +1 -1
- package/dist/tabs/src/TabList.css +53 -46
- package/dist/tabs/src/TabList.js +2 -2
- package/dist/tabs/src/TabPanel.css +46 -39
- package/dist/tabs/src/TabPanel.js +1 -1
- package/dist/tabs/src/index.css +741 -461
- package/dist/tabs/src/index.js +7 -7
- package/dist/tag/src/Tag.css +708 -428
- package/dist/tag/src/Tag.js +10 -10
- package/dist/tag/src/TagGroup.css +54 -47
- package/dist/tag/src/TagGroup.js +9 -8
- package/dist/tag/src/index.css +718 -438
- package/dist/tag/src/index.js +15 -14
- package/dist/tile/src/Tile.css +53 -46
- package/dist/tile/src/Tile.js +3 -3
- package/dist/tile/src/TileGroup.css +45 -38
- package/dist/tile/src/TileGroup.js +2 -2
- package/dist/tile/src/index.css +54 -47
- package/dist/tile/src/index.js +5 -5
- package/dist/toggle-arrow/src/ToggleArrow.css +46 -39
- package/dist/toggle-arrow/src/ToggleArrow.js +1 -1
- package/dist/toggle-arrow/src/index.css +46 -39
- package/dist/toggle-arrow/src/index.js +1 -1
- package/dist/tooltip/src/Tooltip.css +54 -47
- package/dist/tooltip/src/Tooltip.js +4 -4
- package/dist/tooltip/src/TooltipTrigger.css +44 -37
- package/dist/tooltip/src/TooltipTrigger.js +2 -2
- package/dist/tooltip/src/index.css +54 -47
- package/dist/tooltip/src/index.js +7 -7
- package/dist/typography/heading/src/Heading.css +44 -37
- package/dist/typography/heading/src/Heading.js +3 -1
- package/dist/typography/heading/src/HeadingContext.d.ts +13 -3
- package/dist/typography/heading/src/index.css +44 -37
- package/dist/typography/heading/src/index.d.ts +1 -1
- package/dist/typography/heading/src/index.js +3 -1
- package/dist/typography/label/src/FieldLabel.css +279 -0
- package/dist/typography/label/src/FieldLabel.d.ts +30 -0
- package/dist/typography/label/src/FieldLabel.js +8 -0
- package/dist/typography/label/src/Label.css +52 -45
- package/dist/typography/label/src/Label.d.ts +0 -10
- package/dist/typography/label/src/Label.js +1 -4
- package/dist/typography/label/src/LabelContext.d.ts +1 -3
- package/dist/typography/label/src/index.css +44 -37
- package/dist/typography/label/src/index.d.ts +4 -2
- package/dist/typography/label/src/index.js +4 -3
- package/dist/typography/overline-text/src/OverlineText.css +44 -37
- package/dist/typography/overline-text/src/OverlineText.js +1 -1
- package/dist/typography/overline-text/src/index.css +44 -37
- package/dist/typography/overline-text/src/index.js +1 -1
- package/dist/typography/paragraph/src/Paragraph.css +44 -37
- package/dist/typography/paragraph/src/Paragraph.js +3 -3
- package/dist/typography/paragraph/src/index.css +44 -37
- package/dist/typography/paragraph/src/index.js +3 -3
- package/dist/typography/text/src/Text.css +44 -37
- package/dist/typography/text/src/Text.js +2 -2
- package/dist/typography/text/src/index.css +44 -37
- package/dist/typography/text/src/index.js +2 -2
- package/dist/utils/src/ClearSlots.css +44 -37
- package/dist/utils/src/ClearSlots.d.ts +1 -2
- package/dist/utils/src/ClearSlots.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +44 -37
- package/dist/utils/src/EnsureTextWrapper.js +3 -3
- package/dist/utils/src/index.css +44 -37
- package/dist/utils/src/index.d.ts +2 -1
- package/dist/utils/src/index.js +5 -4
- package/dist/utils/src/types.d.ts +4 -0
- package/dist/utils/src/useProgressVisibility.d.ts +3 -0
- package/dist/utils/src/useProgressVisibility.js +2 -0
- package/package.json +2 -2
- package/dist/chunk-LUQYZSMV.js +0 -121
- package/dist/{chunk-DCO4XGBI.js → chunk-DAF2CRGN.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InternalSegmentedControlContext } from './chunk-6BJLSAMM.js';
|
|
2
2
|
import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-QCFV6G6K.js';
|
|
4
4
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { IconContext } from '@hopper-ui/icons';
|
|
@@ -11,7 +11,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButton, Provider, DEFAU
|
|
|
11
11
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./SegmentedControlItem.module.css#css-module
|
|
14
|
-
var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-
|
|
14
|
+
var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-SegmentedControlItem___176E-", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___quabr", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___90-Bf", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___gk0lP", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___k3g7t", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___7L6rt", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___rUw05", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___pBN3G" };
|
|
15
15
|
var GlobalSegmentedControlItemCssSelector = "hop-SegmentedControlItem";
|
|
16
16
|
var SegmentedControlItem = (props, ref) => {
|
|
17
17
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-MTULE7GI.js';
|
|
2
2
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-NGZNCS3G.js';
|
|
4
4
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, Link as Link$1, DEFAULT_SLOT } fro
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Link.module.css#css-module
|
|
15
|
-
var Link_module_default = { "hop-Link": "Link-module__hop-
|
|
15
|
+
var Link_module_default = { "hop-Link": "Link-module__hop-Link___zN0GU", "hop-Link--xs": "Link-module__hop-Link--xs___ABclH", "hop-Link--sm": "Link-module__hop-Link--sm___6euWI", "hop-Link--md": "Link-module__hop-Link--md___-4wx-", "hop-Link--lg": "Link-module__hop-Link--lg___r5ujq", "hop-Link--xl": "Link-module__hop-Link--xl___ntD7P", "hop-Link--2xl": "Link-module__hop-Link--2xl___tluwP", "hop-Link--inherit": "Link-module__hop-Link--inherit___RyQa4", "hop-Link--standalone": "Link-module__hop-Link--standalone___l-iNG", "hop-Link__text": "Link-module__hop-Link__text___9BuwZ", "hop-Link--quiet": "Link-module__hop-Link--quiet___p89Vc", "hop-Link--primary": "Link-module__hop-Link--primary___o0ags", "hop-Link--secondary": "Link-module__hop-Link--secondary___jcpD5", "hop-Link__icon": "Link-module__hop-Link__icon___N8Pvt", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___jgYl-", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___GOMwu", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___P72wB" };
|
|
16
16
|
var GlobalLinkCssSelector = "hop-Link";
|
|
17
17
|
var LinkToIconSizeAdapter = {
|
|
18
18
|
inherit: void 0,
|
|
@@ -14,8 +14,8 @@ var require_en_US = __commonJS({
|
|
|
14
14
|
"Tag.removeAriaLabel": `Remove`,
|
|
15
15
|
"ListBoxItem.loadingTextValue": `Loading Item`,
|
|
16
16
|
"ListBoxItem.indicatorAriaLabel": `List Item Selection Indicator`,
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"FieldLabel.necessityLabel.required": `Required`,
|
|
18
|
+
"FieldLabel.necessityLabel.optional": `Optional`,
|
|
19
19
|
"Select.placeholder": `Select an item`
|
|
20
20
|
};
|
|
21
21
|
}
|
|
@@ -34,8 +34,8 @@ var require_fr_CA = __commonJS({
|
|
|
34
34
|
"Tag.removeAriaLabel": `Supprimer`,
|
|
35
35
|
"ListBoxItem.loadingTextValue": `\xC9l\xE9ment en cours de chargement`,
|
|
36
36
|
"ListBoxItem.indicatorAriaLabel": `Indicateur de s\xE9lection d'\xE9l\xE9ment de liste`,
|
|
37
|
-
"
|
|
38
|
-
"
|
|
37
|
+
"FieldLabel.necessityLabel.required": `Obligatoire`,
|
|
38
|
+
"FieldLabel.necessityLabel.optional": `Facultatif`,
|
|
39
39
|
"Select.placeholder": `S\xE9lectionner un \xE9l\xE9ment`
|
|
40
40
|
};
|
|
41
41
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-X72OOA2X.js';
|
|
2
2
|
import { ListBoxItemContext } from './chunk-FDJDFE4U.js';
|
|
3
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
4
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
3
|
+
import { _ListBoxItemSkeleton } from './chunk-GHMBKUTU.js';
|
|
4
|
+
import { _DecorativeCheckbox } from './chunk-7WJAJGOX.js';
|
|
5
5
|
import { BadgeContext } from './chunk-ZSFJVMJN.js';
|
|
6
6
|
import { AvatarContext } from './chunk-FA26RZSE.js';
|
|
7
7
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
8
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
+
import { ensureTextWrapper } from './chunk-NGZNCS3G.js';
|
|
9
9
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -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___QvcpN", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___lZib0", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___NG9Qu", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___sRrPz", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___3nQ83", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___txRTc", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___MbqOD", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___GUzrd", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___Urn5f", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___LHciW", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___K1Ark", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___r8RQE", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___Y3uVa", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___1L0EC", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___zp7WO", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___f-q1U", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___ltsNo" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./RichIconAvatarImage.module.css#css-module
|
|
14
|
-
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-
|
|
14
|
+
var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___Xl-OB", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___soMMV", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___L2Ls0", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___-TpFk", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___RjDDs", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___VCcO5", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___2EFbN", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___27lgk" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomModalContext } from './chunk-AJKN2ALX.js';
|
|
2
|
-
import { _BaseModal } from './chunk-
|
|
2
|
+
import { _BaseModal } from './chunk-ZHEWPE46.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
5
5
|
import clsx from 'clsx';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./CustomModal.module.css#css-module
|
|
11
|
-
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-
|
|
11
|
+
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-CustomModal___kvlx8" };
|
|
12
12
|
var GlobalCustomModalCssSelector = "hop-CustomModal";
|
|
13
13
|
var CustomModal = (props, ref) => {
|
|
14
14
|
var _a;
|
|
@@ -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___HUqr-" };
|
|
12
12
|
var GlobalToggleArrowCssSelector = "hop-ToggleArrow";
|
|
13
13
|
function ToggleArrow(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ToggleArrowContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-F6VSINXC.js';
|
|
2
2
|
import { BadgeContext } from './chunk-ZSFJVMJN.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
|
-
import { ClearContainerSlots } from './chunk-
|
|
4
|
+
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
7
7
|
import { slot, useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -23,7 +23,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
// css-module:./Badge.module.css#css-module
|
|
26
|
-
var Badge_module_default = { "hop-Badge": "Badge-module__hop-
|
|
26
|
+
var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___zgMp1", "hop-Badge--primary": "Badge-module__hop-Badge--primary___FtMRN", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___mIP5m", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___8iY3E" };
|
|
27
27
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
28
28
|
function Badge(props, ref) {
|
|
29
29
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
2
|
-
import { useLocalizedString } from './chunk-
|
|
3
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { useLocalizedString } from './chunk-NNLLQWDS.js';
|
|
3
|
+
import { _Text } from './chunk-QCFV6G6K.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -10,7 +10,7 @@ import { composeRenderProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./RemainingCharacterCount.module.css#css-module
|
|
13
|
-
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-
|
|
13
|
+
var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___0My8I" };
|
|
14
14
|
var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
|
|
15
15
|
function RemainingCharacterCount(props, ref) {
|
|
16
16
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClearContainerSlots } from './chunk-
|
|
1
|
+
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
2
2
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
3
3
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -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___TlqAw", "hop-Text--xs": "Text-module__hop-Text--xs___r7Jh2", "hop-Text--sm": "Text-module__hop-Text--sm___47IuM", "hop-Text--md": "Text-module__hop-Text--md___C2YwB", "hop-Text--lg": "Text-module__hop-Text--lg___hfcIw", "hop-Text--xl": "Text-module__hop-Text--xl___jSZWl", "hop-Text--2xl": "Text-module__hop-Text--2xl___3Q3EA", "hop-Text--inherit": "Text-module__hop-Text--inherit___S3ePi" };
|
|
13
13
|
var GlobalTextCssSelector = "hop-Text";
|
|
14
14
|
function Text(props, ref) {
|
|
15
15
|
[props, ref] = useContextProps(props, ref, TextContext);
|
|
@@ -7,7 +7,7 @@ import { useContextProps, composeRenderProps, Popover } from 'react-aria-compone
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./PopoverBase.module.css#css-module
|
|
10
|
-
var PopoverBase_module_default = { "hop-PopoverBase": "PopoverBase-module__hop-
|
|
10
|
+
var PopoverBase_module_default = { "hop-PopoverBase": "PopoverBase-module__hop-PopoverBase___R08eb" };
|
|
11
11
|
var GlobalPopoverBaseCssSelector = "hop-PopoverBase";
|
|
12
12
|
function PopoverBase(props, ref) {
|
|
13
13
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ToggleArrowContext } from './chunk-LWPDIKEX.js';
|
|
2
|
+
import { DisclosurePanelContext } from './chunk-5XY5L6ZN.js';
|
|
2
3
|
import { DisclosureHeaderContext } from './chunk-CPAFY34U.js';
|
|
3
4
|
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
4
|
-
import { DisclosurePanelContext } from './chunk-5XY5L6ZN.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, Disclosure as D
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Disclosure.module.css#css-module
|
|
15
|
-
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-
|
|
15
|
+
var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-Disclosure___F8P-W", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___yaGEr", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___LymLS", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___ffOLK" };
|
|
16
16
|
var GlobalDisclosureCssSelector = "hop-Disclosure";
|
|
17
17
|
function Disclosure(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosureContext);
|
|
@@ -5,7 +5,7 @@ import { TabListStateContext } from 'react-aria-components';
|
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
// css-module:./TabLine.module.css#css-module
|
|
8
|
-
var TabLine_module_default = { "hop-TabLine": "TabLine-module__hop-
|
|
8
|
+
var TabLine_module_default = { "hop-TabLine": "TabLine-module__hop-TabLine___i0qNA", "hop-TabLine--disabled": "TabLine-module__hop-TabLine--disabled___EmX02" };
|
|
9
9
|
var GlobalTabLineCssSelector = "hop-TabLine";
|
|
10
10
|
function TabLine(props) {
|
|
11
11
|
var _a;
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./IconList.module.css#css-module
|
|
11
|
-
var IconList_module_default = { "hop-IconList": "IconList-module__hop-
|
|
11
|
+
var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___TpK2G" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
2
|
+
import { ClearProviders } from './chunk-PQSMCDAM.js';
|
|
2
3
|
import { slot, useStyledSystem } from '@hopper-ui/styled-system';
|
|
3
4
|
import clsx from 'clsx';
|
|
4
5
|
import { forwardRef } from 'react';
|
|
@@ -14,8 +15,13 @@ function Footer(props, ref) {
|
|
|
14
15
|
children,
|
|
15
16
|
style,
|
|
16
17
|
slot,
|
|
18
|
+
isHidden,
|
|
19
|
+
clearContexts,
|
|
17
20
|
...otherProps
|
|
18
21
|
} = ownProps;
|
|
22
|
+
if (isHidden) {
|
|
23
|
+
return null;
|
|
24
|
+
}
|
|
19
25
|
const classNames = clsx(
|
|
20
26
|
GlobalFooterCssSelector,
|
|
21
27
|
stylingProps.className,
|
|
@@ -25,7 +31,7 @@ function Footer(props, ref) {
|
|
|
25
31
|
...stylingProps.style,
|
|
26
32
|
...style
|
|
27
33
|
};
|
|
28
|
-
return /* @__PURE__ */ jsx(
|
|
34
|
+
return /* @__PURE__ */ jsx(ClearProviders, { values: clearContexts, children: /* @__PURE__ */ jsx(
|
|
29
35
|
"footer",
|
|
30
36
|
{
|
|
31
37
|
ref,
|
|
@@ -35,7 +41,7 @@ function Footer(props, ref) {
|
|
|
35
41
|
...otherProps,
|
|
36
42
|
children
|
|
37
43
|
}
|
|
38
|
-
);
|
|
44
|
+
) });
|
|
39
45
|
}
|
|
40
46
|
var _Footer = slot("footer", forwardRef(Footer));
|
|
41
47
|
_Footer.displayName = "Footer";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import { Input } from './chunk-
|
|
3
|
-
import { _InputGroup } from './chunk-
|
|
4
|
-
import {
|
|
5
|
-
import { _HelperMessage } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { _EmbeddedButton } from './chunk-
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
9
|
-
import { useLocalizedString } from './chunk-
|
|
10
|
-
import { ClearContainerSlots } from './chunk-
|
|
2
|
+
import { Input } from './chunk-5MNBACCS.js';
|
|
3
|
+
import { _InputGroup } from './chunk-URTTLQAC.js';
|
|
4
|
+
import { FieldLabel } from './chunk-E5RHW4IY.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-57WEWZ4L.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-DOP43XH5.js';
|
|
7
|
+
import { _EmbeddedButton } from './chunk-UGZYYO3T.js';
|
|
8
|
+
import { useFormProps } from './chunk-K3GNQGLK.js';
|
|
9
|
+
import { useLocalizedString } from './chunk-NNLLQWDS.js';
|
|
10
|
+
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { EyeVisibleIcon, EyeHiddenIcon } from '@hopper-ui/icons';
|
|
@@ -20,7 +20,7 @@ import { useContextProps, composeRenderProps, TextField } from 'react-aria-compo
|
|
|
20
20
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
21
21
|
|
|
22
22
|
// css-module:./PasswordField.module.css#css-module
|
|
23
|
-
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-
|
|
23
|
+
var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___RZjFS", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___BpxiK", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___Z-OjL", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___o-KU-", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___0BKDc", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___dMwi3" };
|
|
24
24
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
25
25
|
function PasswordField(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -35,6 +35,7 @@ function PasswordField(props, ref) {
|
|
|
35
35
|
const stringFormatter = useLocalizedString();
|
|
36
36
|
const {
|
|
37
37
|
className,
|
|
38
|
+
contextualHelp,
|
|
38
39
|
style: styleProp,
|
|
39
40
|
size,
|
|
40
41
|
placeholder,
|
|
@@ -100,7 +101,16 @@ function PasswordField(props, ref) {
|
|
|
100
101
|
}
|
|
101
102
|
) });
|
|
102
103
|
const childrenMarkup = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
103
|
-
|
|
104
|
+
/* @__PURE__ */ jsx(
|
|
105
|
+
FieldLabel,
|
|
106
|
+
{
|
|
107
|
+
className: PasswordField_module_default["hop-PasswordField__Label"],
|
|
108
|
+
contextualHelp,
|
|
109
|
+
isRequired,
|
|
110
|
+
necessityIndicator,
|
|
111
|
+
children: label
|
|
112
|
+
}
|
|
113
|
+
),
|
|
104
114
|
inputMarkup,
|
|
105
115
|
description && /* @__PURE__ */ jsx(_HelperMessage, { className: PasswordField_module_default["hop-PasswordField__HelperMessage"], children: description }),
|
|
106
116
|
/* @__PURE__ */ jsx(_ErrorMessage, { className: PasswordField_module_default["hop-PasswordField__ErrorMessage"], children: errorMessage })
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useFontFaceReady } from './chunk-IU6XMS2X.js';
|
|
2
2
|
import { TextAreaContext } from './chunk-MHQZXLKW.js';
|
|
3
3
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
4
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import {
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
9
|
-
import { useFormProps } from './chunk-
|
|
10
|
-
import { ClearContainerSlots } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-Q4BKNDZD.js';
|
|
5
|
+
import { _InputGroup } from './chunk-URTTLQAC.js';
|
|
6
|
+
import { FieldLabel } from './chunk-E5RHW4IY.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-57WEWZ4L.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-DOP43XH5.js';
|
|
9
|
+
import { useFormProps } from './chunk-K3GNQGLK.js';
|
|
10
|
+
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { useStyledSystem, useResponsiveValue, useIsomorphicLayoutEffect } from '@hopper-ui/styled-system';
|
|
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// css-module:./TextArea.module.css#css-module
|
|
82
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
82
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___Ur63S", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___o-quN", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___qf4kp", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___OsqOA", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___xVjah", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___PrERV", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___UNeGg", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___E3pCh", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___E6T-s", "hop-TextArea__textarea--with-character-count": "TextArea-module__hop-TextArea__textarea--with-character-count___S04q3", "hop-TextArea__textarea--sm": "TextArea-module__hop-TextArea__textarea--sm___-k7fc" };
|
|
83
83
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
84
84
|
var DefaultMinimumTextAreaRows = 3;
|
|
85
85
|
var pxToInt = (value) => {
|
|
@@ -126,6 +126,7 @@ function TextArea(props, ref) {
|
|
|
126
126
|
});
|
|
127
127
|
const {
|
|
128
128
|
className,
|
|
129
|
+
contextualHelp,
|
|
129
130
|
style: styleProp,
|
|
130
131
|
size: sizeProp,
|
|
131
132
|
showCharacterCount,
|
|
@@ -259,7 +260,16 @@ function TextArea(props, ref) {
|
|
|
259
260
|
}
|
|
260
261
|
) });
|
|
261
262
|
const childrenMarkup = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
262
|
-
|
|
263
|
+
/* @__PURE__ */ jsx(
|
|
264
|
+
FieldLabel,
|
|
265
|
+
{
|
|
266
|
+
className: TextArea_module_default["hop-TextArea__Label"],
|
|
267
|
+
contextualHelp,
|
|
268
|
+
isRequired,
|
|
269
|
+
necessityIndicator,
|
|
270
|
+
children: label
|
|
271
|
+
}
|
|
272
|
+
),
|
|
263
273
|
inputMarkup,
|
|
264
274
|
description && /* @__PURE__ */ jsx(_HelperMessage, { className: TextArea_module_default["hop-TextArea__HelperMessage"], children: description }),
|
|
265
275
|
/* @__PURE__ */ jsx(_ErrorMessage, { className: TextArea_module_default["hop-TextArea__ErrorMessage"], children: errorMessage })
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Separator } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Divider.module.css#css-module
|
|
10
|
-
var Divider_module_default = { "hop-Divider": "Divider-module__hop-
|
|
10
|
+
var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___sBgVv", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___W-o9O" };
|
|
11
11
|
var GlobalDividerCssSelector = "hop-Divider";
|
|
12
12
|
function Divider(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, DividerContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BadgeContext } from './chunk-ZSFJVMJN.js';
|
|
2
2
|
import { FloatingBadgeContext } from './chunk-KZSTJ3QZ.js';
|
|
3
|
-
import { ClearContainerSlots } from './chunk-
|
|
3
|
+
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
4
4
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
10
10
|
import { jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
// css-module:./FloatingBadge.module.css#css-module
|
|
13
|
-
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-
|
|
13
|
+
var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___R2B4j", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___CDxdk" };
|
|
14
14
|
var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
|
|
15
15
|
function FloatingBadge(props, ref) {
|
|
16
16
|
[props, ref] = useContextProps(props, ref, FloatingBadgeContext);
|
|
@@ -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___xYGNu", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___rMja7", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___6Doe-", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___BeN5r", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___yuQCr", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___bUJKv", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___Qaqgf", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___aKBZ0", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___deFvU", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___sSKL9", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___68Bh2", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___PNksw", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___b77U3", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___tqsSF", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___27kdo", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___LgoT6" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useFormProps } from './chunk-K3GNQGLK.js';
|
|
2
|
+
import { useProgressVisibility } from './chunk-HZTYQ5FQ.js';
|
|
3
|
+
import { _Spinner } from './chunk-WEKPO5YP.js';
|
|
2
4
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
3
|
-
import { useFormProps } from './chunk-4V3BBI6M.js';
|
|
4
5
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
-
import { useLocalizedString } from './chunk-
|
|
6
|
+
import { useLocalizedString } from './chunk-NNLLQWDS.js';
|
|
6
7
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
8
|
+
import { ensureTextWrapper } from './chunk-NGZNCS3G.js';
|
|
9
|
+
import { ClearProviders } from './chunk-PQSMCDAM.js';
|
|
8
10
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
9
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
10
12
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,18 +14,17 @@ import { cssModule } from './chunk-KVDXQMWI.js';
|
|
|
12
14
|
import { IconContext } from '@hopper-ui/icons';
|
|
13
15
|
import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
14
16
|
import clsx from 'clsx';
|
|
15
|
-
import { forwardRef
|
|
17
|
+
import { forwardRef } from 'react';
|
|
16
18
|
import { useContextProps, composeRenderProps, Button as Button$1, DEFAULT_SLOT } from 'react-aria-components';
|
|
17
19
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
18
20
|
|
|
19
21
|
// css-module:./Button.module.css#css-module
|
|
20
|
-
var Button_module_default = { "hop-Button": "Button-module__hop-
|
|
22
|
+
var Button_module_default = { "hop-Button": "Button-module__hop-Button___0Z1G-", "hop-Button--fluid": "Button-module__hop-Button--fluid___ocE9B", "hop-Button--sm": "Button-module__hop-Button--sm___Iin1k", "hop-Button--md": "Button-module__hop-Button--md___bYBGM", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___aWeym", "hop-Button--primary": "Button-module__hop-Button--primary___3Qmg3", "hop-Button--secondary": "Button-module__hop-Button--secondary___u3qlM", "hop-Button--upsell": "Button-module__hop-Button--upsell___Wa1Kb", "hop-Button--danger": "Button-module__hop-Button--danger___de-7T", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___f-GHo", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___732dQ", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___mXQFT", "hop-Button--loading": "Button-module__hop-Button--loading___3l487", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___Aydmf", "hop-Button__icon": "Button-module__hop-Button__icon___3H1Sb", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___iWElA", "hop-Button__text": "Button-module__hop-Button__text___ZFtXo", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___nOaCX", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___ge2sI" };
|
|
21
23
|
var GlobalButtonCssSelector = "hop-Button";
|
|
22
24
|
function Button(props, ref) {
|
|
23
25
|
var _a, _b;
|
|
24
26
|
[props, ref] = useContextProps(props, ref, ButtonContext);
|
|
25
27
|
props = useFormProps(props);
|
|
26
|
-
const [isProgressVisible, setIsProgressVisible] = useState(false);
|
|
27
28
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
28
29
|
const stringFormatter = useLocalizedString();
|
|
29
30
|
const {
|
|
@@ -35,11 +36,17 @@ function Button(props, ref) {
|
|
|
35
36
|
isLoading,
|
|
36
37
|
style: styleProp,
|
|
37
38
|
spinnerProps,
|
|
39
|
+
isHidden,
|
|
40
|
+
clearContexts,
|
|
38
41
|
...otherProps
|
|
39
42
|
} = ownProps;
|
|
43
|
+
const isProgressVisible = useProgressVisibility(isLoading);
|
|
40
44
|
const [textRef, hasText] = useSlot();
|
|
41
45
|
const size = (_a = useResponsiveValue(sizeProp)) != null ? _a : "md";
|
|
42
46
|
const isFluid = (_b = useResponsiveValue(isFluidProp)) != null ? _b : false;
|
|
47
|
+
if (isHidden) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
43
50
|
const classNames = composeClassnameRenderProps(
|
|
44
51
|
className,
|
|
45
52
|
GlobalButtonCssSelector,
|
|
@@ -65,20 +72,10 @@ function Button(props, ref) {
|
|
|
65
72
|
});
|
|
66
73
|
const { className: spinnerClassName, ...otherSpinnerProps } = spinnerProps != null ? spinnerProps : {};
|
|
67
74
|
const spinnerClassNames = clsx(Button_module_default["hop-Button__Spinner"], spinnerClassName);
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
setIsProgressVisible(true);
|
|
73
|
-
}, 1e3);
|
|
74
|
-
} else {
|
|
75
|
-
setIsProgressVisible(false);
|
|
76
|
-
}
|
|
77
|
-
return () => {
|
|
78
|
-
clearTimeout(timeout);
|
|
79
|
-
};
|
|
80
|
-
}, [isLoading, setIsProgressVisible]);
|
|
81
|
-
return /* @__PURE__ */ jsx(
|
|
75
|
+
if (!hasText && (!props["aria-label"] && !props["aria-labelledby"])) {
|
|
76
|
+
console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
|
|
77
|
+
}
|
|
78
|
+
return /* @__PURE__ */ jsx(ClearProviders, { values: clearContexts, children: /* @__PURE__ */ jsx(
|
|
82
79
|
SlotProvider,
|
|
83
80
|
{
|
|
84
81
|
values: [
|
|
@@ -138,7 +135,7 @@ function Button(props, ref) {
|
|
|
138
135
|
}
|
|
139
136
|
)
|
|
140
137
|
}
|
|
141
|
-
);
|
|
138
|
+
) });
|
|
142
139
|
}
|
|
143
140
|
var _Button = slot("button", forwardRef(Button));
|
|
144
141
|
_Button.displayName = "Button";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _Heading } from './chunk-
|
|
2
|
-
import { _ToggleArrow } from './chunk-
|
|
1
|
+
import { _Heading } from './chunk-ETBPFG5Z.js';
|
|
2
|
+
import { _ToggleArrow } from './chunk-PWYDH3ZA.js';
|
|
3
3
|
import { DisclosureHeaderContext } from './chunk-CPAFY34U.js';
|
|
4
4
|
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
5
5
|
import { TextContext } from './chunk-ZNOU2CGM.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___lR6k6", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___fi8Nl", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___L-nD-", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___eJUmK", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___Z7t1e", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___0VgOz" };
|
|
18
18
|
var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
|
|
19
19
|
function DisclosureHeader(props, ref) {
|
|
20
20
|
[props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
|
|
@@ -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___0ZkWY", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___nao0v" };
|
|
11
11
|
var GlobalInputGroupCssSelector = "hop-InputGroup";
|
|
12
12
|
function InputGroup(props, ref) {
|
|
13
13
|
var _a;
|