@hopper-ui/components 1.14.0 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/accordion/src/Accordion.css +79 -79
- package/dist/accordion/src/Accordion.js +2 -2
- package/dist/accordion/src/index.css +79 -79
- package/dist/accordion/src/index.js +2 -2
- package/dist/alert/src/Alert.css +412 -412
- package/dist/alert/src/Alert.js +14 -14
- package/dist/alert/src/index.css +412 -412
- package/dist/alert/src/index.js +14 -14
- package/dist/avatar/src/AnonymousAvatar.css +51 -51
- package/dist/avatar/src/AnonymousAvatar.js +2 -2
- package/dist/avatar/src/Avatar.css +71 -71
- package/dist/avatar/src/Avatar.js +4 -4
- package/dist/avatar/src/AvatarGroup.css +66 -66
- package/dist/avatar/src/AvatarGroup.js +5 -5
- package/dist/avatar/src/BrokenAvatar.css +51 -51
- package/dist/avatar/src/BrokenAvatar.js +2 -2
- package/dist/avatar/src/DeletedAvatar.css +51 -51
- package/dist/avatar/src/DeletedAvatar.js +2 -2
- package/dist/avatar/src/RichIconAvatarImage.css +51 -51
- package/dist/avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/avatar/src/index.css +98 -98
- package/dist/avatar/src/index.js +10 -10
- package/dist/badge/src/Badge.css +54 -54
- package/dist/badge/src/Badge.js +2 -2
- package/dist/badge/src/FloatingBadge.css +49 -49
- package/dist/badge/src/FloatingBadge.js +1 -1
- package/dist/badge/src/index.css +64 -64
- package/dist/badge/src/index.js +3 -3
- package/dist/box/src/Box.d.ts +2 -2
- package/dist/buttons/src/Button.css +107 -107
- package/dist/buttons/src/Button.js +7 -7
- package/dist/buttons/src/ButtonGroup.css +50 -50
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +110 -110
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/CloseButton.css +108 -108
- package/dist/buttons/src/CloseButton.js +8 -8
- package/dist/buttons/src/EmbeddedButton.css +110 -110
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +117 -117
- package/dist/buttons/src/LinkButton.js +6 -6
- package/dist/buttons/src/ToggleButton.css +143 -143
- package/dist/buttons/src/ToggleButton.js +5 -5
- package/dist/buttons/src/index.css +360 -360
- package/dist/buttons/src/index.js +16 -16
- package/dist/calendar/src/Calendar.css +411 -411
- package/dist/calendar/src/Calendar.d.ts +8 -3
- package/dist/calendar/src/Calendar.js +14 -14
- package/dist/calendar/src/CalendarCell.css +52 -52
- package/dist/calendar/src/CalendarCell.js +1 -1
- package/dist/calendar/src/CalendarContext.d.ts +2 -2
- package/dist/calendar/src/CalendarGrid.css +82 -82
- package/dist/calendar/src/CalendarGrid.d.ts +13 -3
- package/dist/calendar/src/CalendarGrid.js +3 -3
- package/dist/calendar/src/CalendarHeader.css +363 -363
- package/dist/calendar/src/CalendarHeader.js +9 -9
- package/dist/calendar/src/RangeCalendar.css +414 -414
- package/dist/calendar/src/RangeCalendar.d.ts +8 -3
- package/dist/calendar/src/RangeCalendar.js +14 -14
- package/dist/calendar/src/RangeCalendarCell.css +60 -60
- package/dist/calendar/src/RangeCalendarCell.js +1 -1
- package/dist/calendar/src/RangeCalendarContext.d.ts +2 -2
- package/dist/calendar/src/index.css +417 -417
- package/dist/calendar/src/index.js +15 -15
- package/dist/callout/src/Callout.css +373 -373
- package/dist/callout/src/Callout.js +11 -11
- package/dist/callout/src/CompactCallout.css +409 -409
- package/dist/callout/src/CompactCallout.js +10 -10
- package/dist/callout/src/index.css +422 -422
- package/dist/callout/src/index.js +12 -12
- package/dist/card/src/Card.css +42 -42
- package/dist/card/src/Card.js +1 -1
- package/dist/card/src/index.css +42 -42
- package/dist/card/src/index.js +1 -1
- package/dist/checkbox/src/Checkbox.css +58 -58
- package/dist/checkbox/src/Checkbox.js +4 -4
- package/dist/checkbox/src/CheckboxField.css +45 -45
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +111 -111
- package/dist/checkbox/src/CheckboxGroup.js +8 -8
- package/dist/checkbox/src/DecorativeCheckbox.css +66 -66
- package/dist/checkbox/src/DecorativeCheckbox.js +3 -3
- package/dist/checkbox/src/index.css +111 -111
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-Q5EPAFXX.js → chunk-2HXWOQJ7.js} +5 -5
- package/dist/{chunk-VQNM6X3I.js → chunk-2IJ4IRL5.js} +2 -2
- package/dist/{chunk-A4W6YBTC.js → chunk-2RVXTS72.js} +4 -4
- package/dist/{chunk-MCFQDGHN.js → chunk-2ZXCFYX2.js} +2 -2
- package/dist/chunk-35BOZ2F7.js +43 -0
- package/dist/{chunk-Z2IAX56D.js → chunk-4NTBLCHB.js} +1 -1
- package/dist/{chunk-7XBRF7TD.js → chunk-4SBLRY2L.js} +2 -2
- package/dist/{chunk-AS3HJJWD.js → chunk-53CMZZ5Z.js} +10 -10
- package/dist/chunk-5QO43BBJ.js +67 -0
- package/dist/{chunk-MUJYBTIN.js → chunk-5QUWU4A2.js} +7 -7
- package/dist/{chunk-H45QOSLA.js → chunk-5X4ESBSN.js} +3 -3
- package/dist/{chunk-S7CXZQ7K.js → chunk-6FL6MZM3.js} +1 -1
- package/dist/{chunk-UQ43XQVA.js → chunk-6VOPSRX4.js} +1 -1
- package/dist/{chunk-CB7PD4P6.js → chunk-6YQJSTTK.js} +1 -1
- package/dist/{chunk-VDGVACFR.js → chunk-74ZWLQIG.js} +1 -1
- package/dist/{chunk-GTEVQRWP.js → chunk-7EWVC2UQ.js} +2 -2
- package/dist/{chunk-OQ6HFUQ3.js → chunk-7VCSU33P.js} +3 -3
- package/dist/{chunk-T7TOWODH.js → chunk-A2NJBJUB.js} +3 -3
- package/dist/{chunk-ZW3BVETI.js → chunk-ADMBVCUF.js} +2 -2
- package/dist/{chunk-BCYZ33RH.js → chunk-AIXHGGVG.js} +4 -4
- package/dist/{chunk-LGR2RZXC.js → chunk-ALI7KYYY.js} +1 -1
- package/dist/{chunk-HRYDCQWN.js → chunk-AUVCLECJ.js} +3 -3
- package/dist/{chunk-QQM35T7F.js → chunk-AUXH6CAO.js} +8 -8
- package/dist/{chunk-QLQE4MG3.js → chunk-AXSEJC4M.js} +1 -1
- package/dist/chunk-AYMRUI4L.js +51 -0
- package/dist/{chunk-JFU5VYKM.js → chunk-BHW6B3KJ.js} +2 -2
- package/dist/{chunk-R537A3GJ.js → chunk-BIW356SL.js} +3 -3
- package/dist/{chunk-CRCHL42E.js → chunk-BKQDDL2S.js} +9 -9
- package/dist/{chunk-LUHHZHLP.js → chunk-C4HPRFPR.js} +1 -1
- package/dist/{chunk-AUITTQKV.js → chunk-CPGP7ETX.js} +4 -2
- package/dist/{chunk-3FB5J25C.js → chunk-CXKSXIQH.js} +1 -1
- package/dist/{chunk-ZSKP6C45.js → chunk-DPZAFTDG.js} +1 -1
- package/dist/{chunk-OVHESP47.js → chunk-EFICBXV6.js} +8 -8
- package/dist/{chunk-FHAWLKSN.js → chunk-EFVASSLS.js} +5 -5
- package/dist/{chunk-Y7SJHMK7.js → chunk-EOIAFARN.js} +3 -3
- package/dist/{chunk-ASKESL36.js → chunk-F27DYHTH.js} +2 -2
- package/dist/{chunk-XWYQHBDL.js → chunk-F3DNI3VX.js} +5 -5
- package/dist/{chunk-LLV32SPC.js → chunk-G5YEHIMO.js} +5 -5
- package/dist/{chunk-Q3NRNX5E.js → chunk-GKCH4F2K.js} +1 -1
- package/dist/{chunk-ZBM5TKRK.js → chunk-GQB23STW.js} +2 -2
- package/dist/{chunk-FW2ZB3SW.js → chunk-GSOSS4RM.js} +3 -3
- package/dist/{chunk-IUEOA65B.js → chunk-HD2AIV4Z.js} +5 -5
- package/dist/{chunk-A4XVKCLN.js → chunk-HSDYUI5I.js} +1 -1
- package/dist/{chunk-MZYYW3TY.js → chunk-HYCV2GHO.js} +3 -3
- package/dist/{chunk-CACU6GRN.js → chunk-J4O74LVH.js} +1 -1
- package/dist/{chunk-3HLNIWQA.js → chunk-JAZXDQRM.js} +2 -2
- package/dist/{chunk-2YG7EVLK.js → chunk-JMJK23VJ.js} +2 -2
- package/dist/{chunk-G5PJDAL6.js → chunk-JYJGJZQC.js} +2 -2
- package/dist/{chunk-CNAQAJVQ.js → chunk-K22IJAH6.js} +2 -2
- package/dist/chunk-K63PXNYW.js +7 -0
- package/dist/{chunk-2LG5RCUP.js → chunk-K6QDWOZG.js} +2 -2
- package/dist/{chunk-BYLUZKF7.js → chunk-KAVX4EIQ.js} +3 -3
- package/dist/{chunk-IRJEB5MN.js → chunk-KNDADM3B.js} +12 -12
- package/dist/{chunk-YK5YTFQK.js → chunk-KQKCSUGS.js} +1 -1
- package/dist/{chunk-HXY6C4UE.js → chunk-L5JOCW75.js} +4 -4
- package/dist/{chunk-RM4RA352.js → chunk-LDW2WTII.js} +1 -1
- package/dist/{chunk-MRQZSVRW.js → chunk-LN4FYWWV.js} +1 -1
- package/dist/{chunk-XHTIMXOH.js → chunk-LSLYS67G.js} +1 -1
- package/dist/{chunk-N4TEXNGK.js → chunk-M54VYXXM.js} +11 -11
- package/dist/{chunk-3X6R7J3V.js → chunk-M6K3J4W4.js} +3 -3
- package/dist/{chunk-QWQSAPGY.js → chunk-ML5REDJM.js} +1 -1
- package/dist/{chunk-P5ZHQZHR.js → chunk-MLTZJLFS.js} +4 -4
- package/dist/{chunk-ENTTKGX4.js → chunk-NW2PGOFD.js} +7 -7
- package/dist/chunk-NYQ2ICFI.js +134 -0
- package/dist/{chunk-YI4HIGEC.js → chunk-O23IAOBW.js} +3 -3
- package/dist/{chunk-OJUN2H6V.js → chunk-O4FFATPS.js} +1 -1
- package/dist/{chunk-R6U2DJ7F.js → chunk-OD6A4IOL.js} +4 -4
- package/dist/{chunk-7Q4CDPCN.js → chunk-OVMPU5UE.js} +4 -4
- package/dist/{chunk-T7MZCY65.js → chunk-PIF37P7F.js} +1 -1
- package/dist/{chunk-CH4HCYIC.js → chunk-PYQWT2AO.js} +1 -1
- package/dist/{chunk-HBJRMTW3.js → chunk-Q72SAHAG.js} +3 -3
- package/dist/{chunk-HIBNARAJ.js → chunk-QDN47FGL.js} +3 -3
- package/dist/{chunk-KNPGE7AT.js → chunk-QEMR6PO5.js} +1 -1
- package/dist/{chunk-AALDYZL3.js → chunk-QEYNTXYM.js} +1 -1
- package/dist/{chunk-OJYOSDPL.js → chunk-QMBER6EJ.js} +1 -1
- package/dist/{chunk-YCULGNEG.js → chunk-R3UR7WTP.js} +1 -1
- package/dist/{chunk-75HVUGW2.js → chunk-R5OCOK4L.js} +7 -6
- package/dist/{chunk-XZUGEUVP.js → chunk-RCB2MJOJ.js} +2 -2
- package/dist/{chunk-SURKQFKU.js → chunk-RCFAVNUV.js} +2 -2
- package/dist/{chunk-FVMCBXSA.js → chunk-RIMZCI4Q.js} +2 -2
- package/dist/{chunk-JNDDFQPA.js → chunk-RQTEP2GW.js} +1 -1
- package/dist/{chunk-7OINRC2N.js → chunk-SEGKMSK6.js} +3 -3
- package/dist/{chunk-ISL4XKAH.js → chunk-SGUMA5RW.js} +7 -6
- package/dist/{chunk-6AIEEAGT.js → chunk-SHMVR56B.js} +2 -2
- package/dist/{chunk-77KPP7QI.js → chunk-TGS2WAEE.js} +1 -1
- package/dist/{chunk-5UNFYDBR.js → chunk-TIIWB6WS.js} +1 -1
- package/dist/{chunk-54CFEEIP.js → chunk-UG5FNNBB.js} +2 -2
- package/dist/{chunk-APFTAQQB.js → chunk-UI5JRJLB.js} +3 -3
- package/dist/{chunk-D2GNZ645.js → chunk-UMHDRVI7.js} +2 -2
- package/dist/{chunk-2A4F7N2C.js → chunk-UXENYYWV.js} +1 -1
- package/dist/{chunk-XR366337.js → chunk-VH5HHXLH.js} +5 -5
- package/dist/{chunk-DJVTI7JB.js → chunk-VYZZFZ5D.js} +1 -1
- package/dist/{chunk-4ZL64JE6.js → chunk-W7HO7EFQ.js} +3 -3
- package/dist/{chunk-Y4MQB3NW.js → chunk-WVWO2BRI.js} +2 -2
- package/dist/{chunk-4UGJNSKW.js → chunk-X7BFT5WF.js} +5 -5
- package/dist/{chunk-43QBXQUI.js → chunk-YLWWGMY3.js} +2 -2
- package/dist/chunk-YMHJPPXW.js +7 -0
- package/dist/{chunk-LI7Y327D.js → chunk-ZQKWU7G4.js} +2 -2
- package/dist/combobox/src/ComboBox.css +787 -787
- package/dist/combobox/src/ComboBox.js +23 -23
- package/dist/combobox/src/index.css +787 -787
- package/dist/combobox/src/index.js +23 -23
- package/dist/contextual-help/src/ContextualHelp.css +708 -708
- package/dist/contextual-help/src/ContextualHelp.js +4 -4
- package/dist/contextual-help/src/index.css +708 -708
- package/dist/contextual-help/src/index.js +4 -4
- package/dist/date-picker/src/DateInput.css +392 -0
- package/dist/date-picker/src/DateInput.d.ts +19 -0
- package/dist/date-picker/src/DateInput.js +3 -0
- package/dist/date-picker/src/DatePicker.css +5605 -0
- package/dist/date-picker/src/DatePicker.d.ts +53 -0
- package/dist/date-picker/src/DatePicker.js +45 -0
- package/dist/date-picker/src/DatePickerContext.d.ts +14 -0
- package/dist/date-picker/src/DatePickerContext.js +2 -0
- package/dist/date-picker/src/DateRangePicker.d.ts +50 -0
- package/dist/date-picker/src/DateRangePicker.js +6 -0
- package/dist/date-picker/src/DateRangePickerContext.d.ts +14 -0
- package/dist/date-picker/src/DateRangePickerContext.js +2 -0
- package/dist/date-picker/src/index.css +5605 -0
- package/dist/date-picker/src/index.d.ts +13 -0
- package/dist/date-picker/src/index.js +46 -0
- package/dist/disclosure/src/Disclosure.css +49 -49
- package/dist/disclosure/src/Disclosure.js +2 -2
- package/dist/disclosure/src/DisclosureHeader.css +56 -56
- package/dist/disclosure/src/DisclosureHeader.js +3 -3
- package/dist/disclosure/src/DisclosurePanel.css +49 -49
- package/dist/disclosure/src/DisclosurePanel.js +4 -4
- package/dist/disclosure/src/index.css +74 -74
- package/dist/disclosure/src/index.js +8 -8
- package/dist/divider/src/Divider.css +41 -41
- package/dist/divider/src/Divider.js +1 -1
- package/dist/divider/src/index.css +41 -41
- package/dist/divider/src/index.js +1 -1
- package/dist/error-message/src/ErrorMessage.css +41 -41
- package/dist/error-message/src/ErrorMessage.js +2 -2
- package/dist/error-message/src/index.css +41 -41
- package/dist/error-message/src/index.js +2 -2
- package/dist/form/src/Form.css +39 -39
- package/dist/form/src/Form.js +1 -1
- package/dist/form/src/index.css +39 -39
- package/dist/form/src/index.js +1 -1
- package/dist/header/src/Header.css +39 -39
- package/dist/header/src/index.css +39 -39
- package/dist/helper-message/src/HelperMessage.css +41 -41
- package/dist/helper-message/src/HelperMessage.js +2 -2
- package/dist/helper-message/src/index.css +41 -41
- package/dist/helper-message/src/index.js +2 -2
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/icon-list/src/IconList.css +40 -40
- package/dist/icon-list/src/IconList.js +1 -1
- package/dist/icon-list/src/index.css +40 -40
- package/dist/icon-list/src/index.js +1 -1
- package/dist/illustrated-message/src/IllustratedMessage.css +382 -382
- package/dist/illustrated-message/src/IllustratedMessage.js +4 -4
- package/dist/illustrated-message/src/index.css +382 -382
- package/dist/illustrated-message/src/index.js +4 -4
- package/dist/illustration/src/Illustration.css +48 -48
- package/dist/illustration/src/Illustration.js +2 -2
- package/dist/illustration/src/index.css +48 -48
- package/dist/illustration/src/index.js +2 -2
- package/dist/image/src/Image.css +42 -42
- package/dist/image/src/Image.js +1 -1
- package/dist/image/src/SvgImage.css +40 -40
- package/dist/image/src/SvgImage.js +1 -1
- package/dist/image/src/index.css +43 -43
- package/dist/image/src/index.js +3 -3
- package/dist/index.css +1359 -1204
- package/dist/index.d.ts +6 -1
- package/dist/index.js +120 -115
- package/dist/inputs/src/Input.css +43 -43
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +45 -45
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +69 -69
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +380 -380
- package/dist/inputs/src/PasswordField.js +12 -12
- package/dist/inputs/src/RemainingCharacterCount.css +42 -42
- package/dist/inputs/src/RemainingCharacterCount.js +3 -3
- package/dist/inputs/src/SearchField.css +386 -386
- package/dist/inputs/src/SearchField.js +14 -14
- package/dist/inputs/src/TextArea.css +68 -68
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +384 -384
- package/dist/inputs/src/TextField.js +16 -16
- package/dist/inputs/src/index.css +434 -434
- package/dist/inputs/src/index.js +21 -21
- package/dist/layout/src/Content.css +39 -39
- package/dist/layout/src/Footer.css +39 -39
- package/dist/link/src/Link.css +78 -78
- package/dist/link/src/Link.js +3 -3
- package/dist/link/src/index.css +78 -78
- package/dist/link/src/index.js +3 -3
- package/dist/list-box/src/ListBox.css +319 -319
- package/dist/list-box/src/ListBox.js +9 -9
- package/dist/list-box/src/ListBoxItem.css +307 -307
- package/dist/list-box/src/ListBoxItem.js +6 -6
- package/dist/list-box/src/ListBoxItemSkeleton.css +46 -46
- package/dist/list-box/src/ListBoxItemSkeleton.js +1 -1
- package/dist/list-box/src/index.css +319 -319
- package/dist/list-box/src/index.js +10 -10
- package/dist/menu/src/Menu.css +710 -710
- package/dist/menu/src/Menu.js +3 -3
- package/dist/menu/src/MenuItem.css +122 -122
- package/dist/menu/src/MenuItem.js +2 -2
- package/dist/menu/src/MenuSection.css +41 -41
- package/dist/menu/src/MenuSection.js +1 -1
- package/dist/menu/src/index.css +735 -735
- package/dist/menu/src/index.js +7 -7
- package/dist/modal/src/BaseModal.css +54 -54
- package/dist/modal/src/BaseModal.js +1 -1
- package/dist/modal/src/CustomModal.css +55 -55
- package/dist/modal/src/CustomModal.js +3 -3
- package/dist/modal/src/Modal.css +402 -402
- package/dist/modal/src/Modal.js +12 -12
- package/dist/modal/src/index.css +403 -403
- package/dist/modal/src/index.js +14 -14
- package/dist/overlays/popover/src/Popover.css +702 -702
- package/dist/overlays/popover/src/Popover.js +3 -3
- package/dist/overlays/popover/src/PopoverBase.css +42 -42
- package/dist/overlays/popover/src/PopoverBase.js +1 -1
- package/dist/overlays/popover/src/index.css +705 -705
- package/dist/overlays/popover/src/index.js +4 -4
- package/dist/radio/src/DecorativeRadio.css +66 -66
- package/dist/radio/src/DecorativeRadio.js +3 -3
- package/dist/radio/src/Radio.css +58 -58
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioField.css +45 -45
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +111 -111
- package/dist/radio/src/RadioGroup.js +8 -8
- package/dist/radio/src/index.css +111 -111
- package/dist/radio/src/index.js +12 -12
- package/dist/segmented-control/src/SegmentedControl.css +40 -40
- package/dist/segmented-control/src/SegmentedControl.js +2 -2
- package/dist/segmented-control/src/SegmentedControlItem.css +54 -54
- package/dist/segmented-control/src/SegmentedControlItem.js +3 -3
- package/dist/segmented-control/src/index.css +55 -55
- package/dist/segmented-control/src/index.js +4 -4
- package/dist/select/src/Select.css +729 -729
- package/dist/select/src/Select.js +21 -21
- package/dist/select/src/SelectValue.css +104 -104
- package/dist/select/src/SelectValue.js +3 -3
- package/dist/select/src/index.css +729 -729
- package/dist/select/src/index.js +21 -21
- package/dist/spinner/src/Spinner.css +49 -49
- package/dist/spinner/src/Spinner.js +2 -2
- package/dist/spinner/src/index.css +49 -49
- package/dist/spinner/src/index.js +2 -2
- package/dist/switch/src/Switch.css +55 -55
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchField.css +45 -45
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +61 -61
- package/dist/switch/src/index.js +5 -5
- package/dist/tabs/src/Tab.css +557 -557
- package/dist/tabs/src/Tab.js +2 -2
- package/dist/tabs/src/TabList.css +44 -44
- package/dist/tabs/src/TabList.js +1 -1
- package/dist/tabs/src/TabPanel.css +41 -41
- package/dist/tabs/src/TabPanel.js +1 -1
- package/dist/tabs/src/index.css +564 -564
- package/dist/tabs/src/index.js +5 -5
- package/dist/tag/src/Tag.css +532 -532
- package/dist/tag/src/Tag.js +9 -9
- package/dist/tag/src/TagGroup.css +49 -49
- package/dist/tag/src/TagGroup.js +8 -8
- package/dist/tag/src/index.css +542 -542
- package/dist/tag/src/index.js +15 -15
- package/dist/tile/src/Tile.css +66 -66
- package/dist/tile/src/Tile.js +2 -2
- package/dist/tile/src/TileGroup.css +40 -40
- package/dist/tile/src/TileGroup.js +1 -1
- package/dist/tile/src/index.css +67 -67
- package/dist/tile/src/index.js +3 -3
- package/dist/toggle-arrow/src/ToggleArrow.css +41 -41
- package/dist/toggle-arrow/src/ToggleArrow.js +1 -1
- package/dist/toggle-arrow/src/index.css +41 -41
- package/dist/toggle-arrow/src/index.js +1 -1
- package/dist/tooltip/src/Tooltip.css +49 -49
- package/dist/tooltip/src/Tooltip.js +3 -3
- package/dist/tooltip/src/TooltipTrigger.css +39 -39
- package/dist/tooltip/src/index.css +49 -49
- package/dist/tooltip/src/index.js +4 -4
- package/dist/typography/heading/src/Heading.css +39 -39
- package/dist/typography/heading/src/Heading.js +1 -1
- package/dist/typography/heading/src/index.css +39 -39
- package/dist/typography/heading/src/index.js +1 -1
- package/dist/typography/label/src/FieldLabel.css +39 -39
- package/dist/typography/label/src/FieldLabel.js +4 -4
- package/dist/typography/label/src/Label.css +39 -39
- package/dist/typography/label/src/Label.js +1 -1
- package/dist/typography/label/src/index.css +39 -39
- package/dist/typography/label/src/index.js +4 -4
- package/dist/typography/overline-text/src/OverlineText.css +39 -39
- package/dist/typography/overline-text/src/OverlineText.js +1 -1
- package/dist/typography/overline-text/src/index.css +39 -39
- package/dist/typography/overline-text/src/index.js +1 -1
- package/dist/typography/paragraph/src/Paragraph.css +39 -39
- package/dist/typography/paragraph/src/Paragraph.js +2 -2
- package/dist/typography/paragraph/src/index.css +39 -39
- package/dist/typography/paragraph/src/index.js +2 -2
- package/dist/typography/text/src/Text.css +39 -39
- package/dist/typography/text/src/Text.js +1 -1
- package/dist/typography/text/src/index.css +39 -39
- package/dist/typography/text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.css +39 -39
- package/dist/utils/src/EnsureTextWrapper.css +39 -39
- package/dist/utils/src/EnsureTextWrapper.js +2 -2
- package/dist/utils/src/index.css +39 -39
- package/dist/utils/src/index.d.ts +1 -0
- package/dist/utils/src/index.js +3 -2
- package/dist/utils/src/useDebounce.d.ts +20 -0
- package/dist/utils/src/useDebounce.js +2 -0
- package/package.json +3 -3
- package/dist/chunk-HTNGLQV3.js +0 -42
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
2
|
+
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
|
+
import { forwardRef } from 'react';
|
|
5
|
+
import { DateInput as DateInput$1, DateSegment } from 'react-aria-components';
|
|
6
|
+
import { jsx } from 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
// css-module:./DateInput.module.css#css-module
|
|
9
|
+
var DateInput_module_default = { "hop-DateInput": "DateInput-module__hop-DateInput___FfN-k Input-module__hop-Input___qCTrW", "hop-DateInput--sm": "DateInput-module__hop-DateInput--sm___qHy36 Input-module__hop-Input--sm___XQ2Ue", "hop-DateSegment": "DateInput-module__hop-DateSegment___lduqr", "hop-DateInput--disabled": "DateInput-module__hop-DateInput--disabled___g4HY5" };
|
|
10
|
+
var GlobalDateInputCssSelector = "hop-DateInput";
|
|
11
|
+
var DateInput = (props, ref) => {
|
|
12
|
+
var _a;
|
|
13
|
+
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
14
|
+
const {
|
|
15
|
+
size: sizeProp,
|
|
16
|
+
style,
|
|
17
|
+
className,
|
|
18
|
+
isDisabled,
|
|
19
|
+
...otherProps
|
|
20
|
+
} = ownProps;
|
|
21
|
+
const size = (_a = useResponsiveValue(sizeProp)) != null ? _a : "md";
|
|
22
|
+
const classNames = clsx(
|
|
23
|
+
GlobalDateInputCssSelector,
|
|
24
|
+
cssModule(
|
|
25
|
+
DateInput_module_default,
|
|
26
|
+
GlobalDateInputCssSelector,
|
|
27
|
+
size,
|
|
28
|
+
isDisabled && "disabled"
|
|
29
|
+
),
|
|
30
|
+
stylingProps.className,
|
|
31
|
+
className
|
|
32
|
+
);
|
|
33
|
+
const mergedStyles = {
|
|
34
|
+
...style,
|
|
35
|
+
...stylingProps.style
|
|
36
|
+
};
|
|
37
|
+
return /* @__PURE__ */ jsx(DateInput$1, { ...otherProps, ref, className: classNames, style: mergedStyles, children: (segment) => /* @__PURE__ */ jsx(
|
|
38
|
+
DateSegment,
|
|
39
|
+
{
|
|
40
|
+
className: cssModule(
|
|
41
|
+
DateInput_module_default,
|
|
42
|
+
"hop-DateSegment"
|
|
43
|
+
),
|
|
44
|
+
segment
|
|
45
|
+
}
|
|
46
|
+
) });
|
|
47
|
+
};
|
|
48
|
+
var _DateInput = forwardRef(DateInput);
|
|
49
|
+
_DateInput.displayName = "DateInput";
|
|
50
|
+
|
|
51
|
+
export { GlobalDateInputCssSelector, _DateInput };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
2
2
|
import { TabContext, InternalTabsContext } from './chunk-K2FJKV3T.js';
|
|
3
3
|
import { BadgeContext } from './chunk-ZSFJVMJN.js';
|
|
4
|
-
import { _Text } from './chunk-
|
|
4
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
5
5
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
6
6
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
7
7
|
import { IconContext } from '@hopper-ui/icons';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, Tab as Tab$1, Provider } from 'react-aria-components';
|
|
|
12
12
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./Tab.module.css#css-module
|
|
15
|
-
var Tab_module_default = { "hop-Tab": "Tab-module__hop-
|
|
15
|
+
var Tab_module_default = { "hop-Tab": "Tab-module__hop-Tab___Ep23i", "hop-Tab--fluid": "Tab-module__hop-Tab--fluid___-lLie", "hop-Tab--md": "Tab-module__hop-Tab--md___9MR92", "hop-Tab__icon": "Tab-module__hop-Tab__icon___8faP-", "hop-Tab__text": "Tab-module__hop-Tab__text___cCp1M", "hop-Tab__badge": "Tab-module__hop-Tab__badge___Lx7xq", "hop-Tab__tag": "Tab-module__hop-Tab__tag___s6LE5", "hop-Tab__selector": "Tab-module__hop-Tab__selector___IlNwf", "hop-Tab__selector--inner": "Tab-module__hop-Tab__selector--inner___98-Pc", "hop-Tab__selector--disabled": "Tab-module__hop-Tab__selector--disabled___-OfzY" };
|
|
16
16
|
var GlobalTabCssSelector = "hop-Tab";
|
|
17
17
|
function Tab(props, ref) {
|
|
18
18
|
var _a;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { InternalMenuTriggerContext } from './chunk-ERUOMTWL.js';
|
|
2
1
|
import { MenuContext, InternalMenuContext } from './chunk-U4LYXB7W.js';
|
|
3
2
|
import { MenuItemContext } from './chunk-OGC6BUEX.js';
|
|
3
|
+
import { InternalMenuTriggerContext } from './chunk-ERUOMTWL.js';
|
|
4
4
|
import { DividerContext } from './chunk-AB4BRU6Z.js';
|
|
5
|
-
import { _PopoverBase } from './chunk-
|
|
5
|
+
import { _PopoverBase } from './chunk-KQKCSUGS.js';
|
|
6
6
|
import { HeaderContext } from './chunk-FOQ7KN4V.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
8
8
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, Menu as Menu$1 } from 'react-aria-components';
|
|
|
13
13
|
import { jsx } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Menu.module.css#css-module
|
|
16
|
-
var Menu_module_default = { "hop-Menu": "Menu-module__hop-
|
|
16
|
+
var Menu_module_default = { "hop-Menu": "Menu-module__hop-Menu___3Rupz", "hop-Menu__header": "Menu-module__hop-Menu__header___1vYIo", "hop-Menu__divider": "Menu-module__hop-Menu__divider___D4OdA" };
|
|
17
17
|
var GlobalMenuCssSelector = "hop-Menu";
|
|
18
18
|
function Menu(props, ref) {
|
|
19
19
|
[props, ref] = useContextProps(props, ref, MenuContext);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PasswordFieldContext } from './chunk-QW45G6K4.js';
|
|
2
|
-
import { Input } from './chunk-
|
|
3
|
-
import { _InputGroup } from './chunk-
|
|
4
|
-
import { FieldLabel } from './chunk-
|
|
5
|
-
import { _HelperMessage } from './chunk-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { useFormProps } from './chunk-
|
|
9
|
-
import { useLocalizedString } from './chunk-
|
|
2
|
+
import { Input } from './chunk-J4O74LVH.js';
|
|
3
|
+
import { _InputGroup } from './chunk-O4FFATPS.js';
|
|
4
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
7
|
+
import { _EmbeddedButton } from './chunk-ALI7KYYY.js';
|
|
8
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
9
|
+
import { useLocalizedString } from './chunk-CPGP7ETX.js';
|
|
10
10
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -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___c0TLx", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___iivFd", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___2nXF0", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___bwy-w", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___ghXwJ", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___pzbOX" };
|
|
24
24
|
var GlobalPasswordFieldCssSelector = "hop-PasswordField";
|
|
25
25
|
function PasswordField(props, ref) {
|
|
26
26
|
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___5GoSC" };
|
|
12
12
|
var GlobalIconListCssSelector = "hop-IconList";
|
|
13
13
|
function IconList(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, IconListContext);
|
|
@@ -19,7 +19,8 @@ var require_en_US = __commonJS({
|
|
|
19
19
|
"Select.placeholder": `Select an item`,
|
|
20
20
|
"Calendar.previousButtonAriaLabel": `Previous month`,
|
|
21
21
|
"Calendar.nextButtonAriaLabel": `Next month`,
|
|
22
|
-
"Calendar.invalidSelection": `Invalid date selection
|
|
22
|
+
"Calendar.invalidSelection": `Invalid date selection`,
|
|
23
|
+
"DatePicker.openCalendarButtonAriaLabel": `Open calendar`
|
|
23
24
|
};
|
|
24
25
|
}
|
|
25
26
|
});
|
|
@@ -42,7 +43,8 @@ var require_fr_CA = __commonJS({
|
|
|
42
43
|
"Select.placeholder": `S\xE9lectionner un \xE9l\xE9ment`,
|
|
43
44
|
"Calendar.previousButtonAriaLabel": `Mois pr\xE9c\xE9dent`,
|
|
44
45
|
"Calendar.nextButtonAriaLabel": `Mois suivant`,
|
|
45
|
-
"Calendar.invalidSelection": `S\xE9lection de date invalide
|
|
46
|
+
"Calendar.invalidSelection": `S\xE9lection de date invalide`,
|
|
47
|
+
"DatePicker.openCalendarButtonAriaLabel": `Ouvrir le calendrier`
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
});
|
|
@@ -4,7 +4,7 @@ import { CalendarCell } from 'react-aria-components';
|
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
6
|
// css-module:./RangeCalendarCell.module.css#css-module
|
|
7
|
-
var RangeCalendarCell_module_default = { "hop-RangeCalendarCell": "RangeCalendarCell-module__hop-
|
|
7
|
+
var RangeCalendarCell_module_default = { "hop-RangeCalendarCell": "RangeCalendarCell-module__hop-RangeCalendarCell___gp01P CalendarCell-module__hop-CalendarCell___8nNWi" };
|
|
8
8
|
var GlobalRangeCalendarCellCssSelector = "hop-RangeCalendarCell";
|
|
9
9
|
var RangeCalendarCell = (props) => {
|
|
10
10
|
const classNames = clsx(
|
|
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./Image.module.css#css-module
|
|
11
|
-
var Image_module_default = { "hop-Image": "Image-module__hop-
|
|
11
|
+
var Image_module_default = { "hop-Image": "Image-module__hop-Image___63Uma", "hop-Image--rounded": "Image-module__hop-Image--rounded___8qbAV", "hop-Image--circular": "Image-module__hop-Image--circular___mHatc" };
|
|
12
12
|
var GlobalImageCssSelector = "hop-Image";
|
|
13
13
|
function Image(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, ImageContext);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
|
|
2
|
-
import { Input } from './chunk-
|
|
3
|
-
import { _InputGroup } from './chunk-
|
|
4
|
-
import { FieldLabel } from './chunk-
|
|
5
|
-
import { _HelperMessage } from './chunk-
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
8
|
-
import { ensureTextWrapper } from './chunk-
|
|
2
|
+
import { Input } from './chunk-J4O74LVH.js';
|
|
3
|
+
import { _InputGroup } from './chunk-O4FFATPS.js';
|
|
4
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
5
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
6
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
7
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
8
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
10
10
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
11
11
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, NumberField as NumberField$1, Butt
|
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
23
|
|
|
24
24
|
// css-module:./NumberField.module.css#css-module
|
|
25
|
-
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-
|
|
25
|
+
var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___hpj3N", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___xD9tT", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___eTsnk", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___qjukZ", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___4l-nQ", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___Wqv5T", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___7ylP5", "hop-NumberField__steppers": "NumberField-module__hop-NumberField__steppers___eLo3j", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___nIqDS", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___u9-k-", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___ztLyu", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___SUktU", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___-hmLQ" };
|
|
26
26
|
var GlobalNumberFieldCssSelector = "hop-NumberField";
|
|
27
27
|
var StepperButton = ({ direction }) => {
|
|
28
28
|
const StepperIcon = direction === "increment" ? AngleUpIcon : AngleDownIcon;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _DecorativeRadio } from './chunk-
|
|
1
|
+
import { _DecorativeRadio } from './chunk-RCB2MJOJ.js';
|
|
2
2
|
import { ListBoxItemContext } from './chunk-FDJDFE4U.js';
|
|
3
|
-
import { _ListBoxItemSkeleton } from './chunk-
|
|
4
|
-
import { _DecorativeCheckbox } from './chunk-
|
|
3
|
+
import { _ListBoxItemSkeleton } from './chunk-QMBER6EJ.js';
|
|
4
|
+
import { _DecorativeCheckbox } from './chunk-2ZXCFYX2.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-6FL6MZM3.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___IcCTc", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___ScJsZ", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___dekVa", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___Q0q1H", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___bYhJu", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___oSFbe", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___EWGsj", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___0I606", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___NgkNV", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___k6m1K", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___25LKn", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___TQNMt", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___M19W2", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___PKTMv", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___-qxpA", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___UYk-o", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___HncwV" };
|
|
22
22
|
var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
|
|
23
23
|
var ListBoxItemToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CustomModalContext } from './chunk-AJKN2ALX.js';
|
|
2
1
|
import { ModalTrigger } from './chunk-YVZGV7LZ.js';
|
|
3
|
-
import {
|
|
2
|
+
import { CustomModalContext } from './chunk-AJKN2ALX.js';
|
|
3
|
+
import { _BaseModal } from './chunk-QEMR6PO5.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
6
6
|
import clsx from 'clsx';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
|
|
|
9
9
|
import { jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./CustomModal.module.css#css-module
|
|
12
|
-
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-
|
|
12
|
+
var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-CustomModal___ppFKI" };
|
|
13
13
|
var GlobalCustomModalCssSelector = "hop-CustomModal";
|
|
14
14
|
var CustomModal = (props, ref) => {
|
|
15
15
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ErrorMessageContext } from './chunk-FV74YT2D.js';
|
|
2
2
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
|
-
import { _Text } from './chunk-
|
|
3
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { WarningIcon } from '@hopper-ui/icons';
|
|
@@ -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___DnDIn", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___8x-S5" };
|
|
14
14
|
var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
|
|
15
15
|
function ErrorMessage(props, ref) {
|
|
16
16
|
const validation = useContext(FieldErrorContext);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FieldLabel } from './chunk-
|
|
2
|
-
import { _HelperMessage } from './chunk-
|
|
1
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
2
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
3
3
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
4
4
|
import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
|
|
5
5
|
import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
|
|
6
|
-
import { _ErrorMessage } from './chunk-
|
|
7
|
-
import { useFormProps } from './chunk-
|
|
6
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
7
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
8
8
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
9
9
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
10
10
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
|
|
|
15
15
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./CheckboxGroup.module.css#css-module
|
|
18
|
-
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-
|
|
18
|
+
var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___g6RlG", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___QqlES", "hop-CheckboxGroup--fluid": "CheckboxGroup-module__hop-CheckboxGroup--fluid___Gzw4u", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___oCNOu", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___lepO1", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___-ZlWZ", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___UMJWl", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___7ktfb", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___9xxz5", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___3j5wg" };
|
|
19
19
|
var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
|
|
20
20
|
function CheckboxGroup(props, ref) {
|
|
21
21
|
var _a, _b, _c, _d;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { useButtonProps } from './chunk-
|
|
2
|
-
import { _Spinner } from './chunk-
|
|
1
|
+
import { useButtonProps } from './chunk-LN4FYWWV.js';
|
|
2
|
+
import { _Spinner } from './chunk-K22IJAH6.js';
|
|
3
3
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
4
4
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
5
|
-
import { useLocalizedString } from './chunk-
|
|
5
|
+
import { useLocalizedString } from './chunk-CPGP7ETX.js';
|
|
6
6
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
7
|
-
import { ensureTextWrapper } from './chunk-
|
|
7
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
8
8
|
import { ClearProviders } from './chunk-PQSMCDAM.js';
|
|
9
9
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, Button as Button$1, DEFAULT_SLOT }
|
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
|
|
20
20
|
// css-module:./Button.module.css#css-module
|
|
21
|
-
var Button_module_default = { "hop-Button": "Button-module__hop-
|
|
21
|
+
var Button_module_default = { "hop-Button": "Button-module__hop-Button___P4PV8", "hop-Button--fluid": "Button-module__hop-Button--fluid___djzSi", "hop-Button--xs": "Button-module__hop-Button--xs___aCAn4", "hop-Button--sm": "Button-module__hop-Button--sm___Kp6YT", "hop-Button--md": "Button-module__hop-Button--md___s2-6x", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___R0QhB", "hop-Button--primary": "Button-module__hop-Button--primary___AUUtH", "hop-Button--secondary": "Button-module__hop-Button--secondary___-0fTe", "hop-Button--upsell": "Button-module__hop-Button--upsell___WNW2R", "hop-Button--danger": "Button-module__hop-Button--danger___BOc8E", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___drtWv", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___u2ocd", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___Zx4ko", "hop-Button--loading": "Button-module__hop-Button--loading___lu8-F", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___6gDwC", "hop-Button__icon": "Button-module__hop-Button__icon___qeA-3", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___R9fWF", "hop-Button__text": "Button-module__hop-Button__text___57sju", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___xuSTH", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___vS6wN" };
|
|
22
22
|
var GlobalButtonCssSelector = "hop-Button";
|
|
23
23
|
var ButtonToIconSizeAdapter = {
|
|
24
24
|
xs: "sm",
|
|
@@ -7,7 +7,7 @@ import { useContextProps, Text } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./OverlineText.module.css#css-module
|
|
10
|
-
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-
|
|
10
|
+
var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___lpkNe", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___u148T" };
|
|
11
11
|
var GlobalOverlineTextCssSelector = "hop-OverlineText";
|
|
12
12
|
function OverlineText(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, OverlineTextContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
2
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
3
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
4
4
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
5
5
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
|
|
|
13
13
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./Switch.module.css#css-module
|
|
16
|
-
var Switch_module_default = { "hop-Switch": "Switch-module__hop-
|
|
16
|
+
var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___jSCWo", "hop-Switch--sm": "Switch-module__hop-Switch--sm___B1jww", "hop-Switch--md": "Switch-module__hop-Switch--md___KkZWn", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___ek9cU", "hop-Switch__text": "Switch-module__hop-Switch__text___dm5Hc", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___ehon3", "hop-Switch__icon": "Switch-module__hop-Switch__icon___aPe-3" };
|
|
17
17
|
var GlobalSwitchCssSelector = "hop-Switch";
|
|
18
18
|
function Switch(props, ref) {
|
|
19
19
|
var _a;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CalloutContext } from './chunk-5CURYPE7.js';
|
|
2
2
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
3
|
-
import { _CloseButton } from './chunk-HBJRMTW3.js';
|
|
4
|
-
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
5
3
|
import { HeadingContext } from './chunk-WJRMD4JP.js';
|
|
4
|
+
import { _CloseButton } from './chunk-Q72SAHAG.js';
|
|
5
|
+
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
6
6
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
7
7
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./Callout.module.css#css-module
|
|
18
|
-
var Callout_module_default = { "hop-Callout": "Callout-module__hop-
|
|
18
|
+
var Callout_module_default = { "hop-Callout": "Callout-module__hop-Callout___ku042", "hop-Callout__icon": "Callout-module__hop-Callout__icon___ld1Z4", "hop-Callout__heading": "Callout-module__hop-Callout__heading___1Itae", "hop-Callout__content": "Callout-module__hop-Callout__content___4L2fy", "hop-Callout__button": "Callout-module__hop-Callout__button___ZLmE9", "hop-Callout__dismiss": "Callout-module__hop-Callout__dismiss___qGtwW", "hop-Callout--information": "Callout-module__hop-Callout--information___K6TiP", "hop-Callout--success": "Callout-module__hop-Callout--success___1gM-8", "hop-Callout--warning": "Callout-module__hop-Callout--warning___oX-Bx", "hop-Callout--upsell": "Callout-module__hop-Callout--upsell___ff8UD", "hop-Callout--subtle-fill": "Callout-module__hop-Callout--subtle-fill___MyuAu" };
|
|
19
19
|
var GlobalCalloutCssSelector = "hop-Callout";
|
|
20
20
|
var Callout = (props, ref) => {
|
|
21
21
|
[props, ref] = useContextProps(props, ref, CalloutContext);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _BaseModal } from './chunk-
|
|
1
|
+
import { _BaseModal } from './chunk-QEMR6PO5.js';
|
|
2
2
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
3
|
-
import { _CloseButton } from './chunk-HBJRMTW3.js';
|
|
4
|
-
import { _ButtonGroup } from './chunk-54CFEEIP.js';
|
|
5
3
|
import { HeadingContext } from './chunk-WJRMD4JP.js';
|
|
6
|
-
import {
|
|
4
|
+
import { _CloseButton } from './chunk-Q72SAHAG.js';
|
|
5
|
+
import { _Button } from './chunk-G5YEHIMO.js';
|
|
6
|
+
import { _ButtonGroup } from './chunk-UG5FNNBB.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
8
8
|
import { AlertContext } from './chunk-5DT3S5YY.js';
|
|
9
9
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Dialog, Provider } from 'react-ari
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./Alert.module.css#css-module
|
|
17
|
-
var Alert_module_default = { "hop-Alert": "Alert-module__hop-
|
|
17
|
+
var Alert_module_default = { "hop-Alert": "Alert-module__hop-Alert___x7sLz", "hop-Alert__button-group": "Alert-module__hop-Alert__button-group___ZmZK8", "hop-Alert__heading": "Alert-module__hop-Alert__heading___en4Cv", "hop-Alert__close": "Alert-module__hop-Alert__close___LPT1z", "hop-Alert__content": "Alert-module__hop-Alert__content___y8Bs3" };
|
|
18
18
|
var GlobalAlertCssSelector = "hop-Alert";
|
|
19
19
|
function Alert(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./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___ceRnm" };
|
|
11
11
|
var GlobalSvgImageCssSelector = "hop-SvgImage";
|
|
12
12
|
function SvgImage(props, ref) {
|
|
13
13
|
[props, ref] = useContextProps(props, ref, SvgImageContext);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _Tooltip } from './chunk-Y4MQB3NW.js';
|
|
2
1
|
import { TooltipTrigger } from './chunk-QGFIYZVC.js';
|
|
2
|
+
import { _Tooltip } from './chunk-WVWO2BRI.js';
|
|
3
3
|
import { AvatarGroupContext } from './chunk-G7F2YUBR.js';
|
|
4
4
|
import { AvatarContext } from './chunk-FA26RZSE.js';
|
|
5
|
-
import { _Text } from './chunk-
|
|
5
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
8
8
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -12,7 +12,7 @@ import { useContextProps } from 'react-aria-components';
|
|
|
12
12
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./AvatarGroup.module.css#css-module
|
|
15
|
-
var AvatarGroup_module_default = { "hop-AvatarGroup": "AvatarGroup-module__hop-
|
|
15
|
+
var AvatarGroup_module_default = { "hop-AvatarGroup": "AvatarGroup-module__hop-AvatarGroup___7Z6iF", "hop-AvatarGroup--wrap": "AvatarGroup-module__hop-AvatarGroup--wrap___cx0q0", "hop-AvatarGroup--xs": "AvatarGroup-module__hop-AvatarGroup--xs___A1Vwn", "hop-AvatarGroup--sm": "AvatarGroup-module__hop-AvatarGroup--sm___5we9u", "hop-AvatarGroup--md": "AvatarGroup-module__hop-AvatarGroup--md___HU2wH", "hop-AvatarGroup--lg": "AvatarGroup-module__hop-AvatarGroup--lg___tonVs", "hop-AvatarGroup--xl": "AvatarGroup-module__hop-AvatarGroup--xl___hJS2D", "hop-AvatarGroup--2xl": "AvatarGroup-module__hop-AvatarGroup--2xl___cSD2s", "hop-AvatarGroup__avatar": "AvatarGroup-module__hop-AvatarGroup__avatar___s4dwA", "hop-AvatarGroup__label": "AvatarGroup-module__hop-AvatarGroup__label___Qp-lT", "hop-AvatarGroup__hiddenAvatar": "AvatarGroup-module__hop-AvatarGroup__hiddenAvatar___ITRf-", "hop-AvatarGroup--start": "AvatarGroup-module__hop-AvatarGroup--start___5QSzi", "hop-AvatarGroup--end": "AvatarGroup-module__hop-AvatarGroup--end___m3C3I", "hop-AvatarGroup--center": "AvatarGroup-module__hop-AvatarGroup--center___vf3sT" };
|
|
16
16
|
var GlobalAvatarGroupCssSelector = "hop-AvatarGroup";
|
|
17
17
|
function AvatarGroup(props, ref) {
|
|
18
18
|
var _a, _b, _c, _d;
|
|
@@ -6,7 +6,7 @@ import { useContextProps, Input as Input$1 } from 'react-aria-components';
|
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
7
|
|
|
8
8
|
// css-module:./Input.module.css#css-module
|
|
9
|
-
var Input_module_default = { "hop-Input": "Input-module__hop-
|
|
9
|
+
var Input_module_default = { "hop-Input": "Input-module__hop-Input___qCTrW", "hop-Input--sm": "Input-module__hop-Input--sm___XQ2Ue" };
|
|
10
10
|
var InputContext = createContext({});
|
|
11
11
|
var Input = forwardRef(function Input2(props, ref) {
|
|
12
12
|
var _a;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _OverlineText } from './chunk-
|
|
1
|
+
import { _OverlineText } from './chunk-GKCH4F2K.js';
|
|
2
2
|
import { isNil } from './chunk-TIPN4VYD.js';
|
|
3
3
|
import { BadgeContext } from './chunk-ZSFJVMJN.js';
|
|
4
4
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
@@ -24,7 +24,7 @@ function mapOrbiterToHopperVariants(variant) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
// css-module:./Badge.module.css#css-module
|
|
27
|
-
var Badge_module_default = { "hop-Badge": "Badge-module__hop-
|
|
27
|
+
var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___TR-9H", "hop-Badge--primary": "Badge-module__hop-Badge--primary___hM-D-", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___IbWo3", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___4UE93" };
|
|
28
28
|
var GlobalBadgeCssSelector = "hop-Badge";
|
|
29
29
|
function Badge(props, ref) {
|
|
30
30
|
[props, ref] = useContextProps(props, ref, BadgeContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkContext } from './chunk-MTULE7GI.js';
|
|
2
2
|
import { CompactCalloutContext } from './chunk-NX7YNFUX.js';
|
|
3
3
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
4
|
-
import { _CloseButton } from './chunk-
|
|
4
|
+
import { _CloseButton } from './chunk-Q72SAHAG.js';
|
|
5
5
|
import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
|
|
6
6
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, DEFAULT_SLOT } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./CompactCallout.module.css#css-module
|
|
16
|
-
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-
|
|
16
|
+
var CompactCallout_module_default = { "hop-CompactCallout": "CompactCallout-module__hop-CompactCallout___KmQBb", "hop-CompactCallout--dismissable": "CompactCallout-module__hop-CompactCallout--dismissable___BlSJm", "hop-CompactCallout__content": "CompactCallout-module__hop-CompactCallout__content___LdJwM", "hop-CompactCallout__button": "CompactCallout-module__hop-CompactCallout__button___j62KF", "hop-CompactCallout__link": "CompactCallout-module__hop-CompactCallout__link___9Z6u3", "hop-CompactCallout__dismiss": "CompactCallout-module__hop-CompactCallout__dismiss___ZA2bL", "hop-CompactCallout--information": "CompactCallout-module__hop-CompactCallout--information___26nDR", "hop-CompactCallout--success": "CompactCallout-module__hop-CompactCallout--success___oK8ZM", "hop-CompactCallout--warning": "CompactCallout-module__hop-CompactCallout--warning___XR2mx", "hop-CompactCallout--upsell": "CompactCallout-module__hop-CompactCallout--upsell___Y3cCc", "hop-CompactCallout--subtle-fill": "CompactCallout-module__hop-CompactCallout--subtle-fill___Di5WQ" };
|
|
17
17
|
var GlobalCompactCalloutCssSelector = "hop-CompactCallout";
|
|
18
18
|
var CompactCallout = (props, ref) => {
|
|
19
19
|
[props, ref] = useContextProps(props, ref, CompactCalloutContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MenuItemContext } from './chunk-OGC6BUEX.js';
|
|
2
2
|
import { AvatarContext } from './chunk-FA26RZSE.js';
|
|
3
3
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
4
|
-
import { _Text } from './chunk-
|
|
4
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
5
5
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, MenuItem as MenuItem$1, DEFAULT_SLOT } from 'react-ari
|
|
|
13
13
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./MenuItem.module.css#css-module
|
|
16
|
-
var MenuItem_module_default = { "hop-MenuItem": "MenuItem-module__hop-
|
|
16
|
+
var MenuItem_module_default = { "hop-MenuItem": "MenuItem-module__hop-MenuItem___Eb33d", "hop-MenuItem__text": "MenuItem-module__hop-MenuItem__text___S1Z1L", "hop-MenuItem--invalid": "MenuItem-module__hop-MenuItem--invalid___vmfNF", "hop-MenuItem__avatar": "MenuItem-module__hop-MenuItem__avatar___-19iW", "hop-MenuItem__icon": "MenuItem-module__hop-MenuItem__icon___ocoy4", "hop-MenuItem__checkmark": "MenuItem-module__hop-MenuItem__checkmark___XCXuB", "hop-MenuItem__description": "MenuItem-module__hop-MenuItem__description___D6T-u", "hop-MenuItem__end-icon": "MenuItem-module__hop-MenuItem__end-icon___Wgf2i", "hop-MenuItem__arrow": "MenuItem-module__hop-MenuItem__arrow___GMo-P", "hop-MenuItem--xs": "MenuItem-module__hop-MenuItem--xs___WjDMU", "hop-MenuItem--sm": "MenuItem-module__hop-MenuItem--sm___thxuK", "hop-MenuItem--md": "MenuItem-module__hop-MenuItem--md___mNQV5", "hop-MenuItem--lg": "MenuItem-module__hop-MenuItem--lg___OIyKf" };
|
|
17
17
|
var GlobalMenuItemCssSelector = "hop-MenuItem";
|
|
18
18
|
var MenuItem = (props, ref) => {
|
|
19
19
|
[props, ref] = useContextProps(props, ref, MenuItemContext);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerContext } from './chunk-5K3V5PGZ.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
3
3
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
4
4
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
5
5
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
|
|
|
9
9
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./Spinner.module.css#css-module
|
|
12
|
-
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-
|
|
12
|
+
var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___mIXI-", "spin": "Spinner-module__spin___mDCkO", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___hL2GI", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___nLQ72", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___nbdWc", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___jDwro", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___wfT-m", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___uraRO" };
|
|
13
13
|
var GlobalSpinnerCssSelector = "hop-Spinner";
|
|
14
14
|
var SpinnerToTextSizeAdapter = {
|
|
15
15
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HelperMessageContext } from './chunk-PNEJ6JDM.js';
|
|
2
|
-
import { _Text } from './chunk-
|
|
2
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { InfoIcon } from '@hopper-ui/icons';
|
|
5
5
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
|
|
|
9
9
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
// css-module:./HelperMessage.module.css#css-module
|
|
12
|
-
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-
|
|
12
|
+
var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___clSid", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___SWYHn" };
|
|
13
13
|
var GlobalHelperMessageCssSelector = "hop-HelperMessage";
|
|
14
14
|
function HelperMessage(props, ref) {
|
|
15
15
|
const validation = useContext(FieldErrorContext);
|