@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
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-
|
|
2
|
-
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-
|
|
3
|
-
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-
|
|
4
|
-
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
1
|
+
export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-2ZXCFYX2.js';
|
|
2
|
+
export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-UI5JRJLB.js';
|
|
3
|
+
export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-W7HO7EFQ.js';
|
|
4
|
+
export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-F3DNI3VX.js';
|
|
5
|
+
import '../../chunk-2RVXTS72.js';
|
|
6
|
+
import '../../chunk-UXENYYWV.js';
|
|
7
7
|
import '../../chunk-YVCZUIU3.js';
|
|
8
8
|
import '../../chunk-EVKWFOHB.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-K6QDWOZG.js';
|
|
10
10
|
import '../../chunk-PNEJ6JDM.js';
|
|
11
11
|
export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
|
|
12
12
|
export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
|
|
13
13
|
export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-F27DYHTH.js';
|
|
15
15
|
import '../../chunk-FV74YT2D.js';
|
|
16
16
|
import '../../chunk-2NSUMKNH.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-74ZWLQIG.js';
|
|
18
18
|
import '../../chunk-UYYHPXUH.js';
|
|
19
19
|
import '../../chunk-GBWXEK6N.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-CPGP7ETX.js';
|
|
21
|
+
import '../../chunk-6FL6MZM3.js';
|
|
22
22
|
import '../../chunk-ZWU6DRRZ.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-PYQWT2AO.js';
|
|
24
24
|
import '../../chunk-PQSMCDAM.js';
|
|
25
25
|
import '../../chunk-ZNOU2CGM.js';
|
|
26
26
|
import '../../chunk-65JPI4FL.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TagGroupContext, InternalTagGroupContext } from './chunk-4BWTFR22.js';
|
|
2
2
|
import { TagContext } from './chunk-EWMWQ2MC.js';
|
|
3
|
-
import { FieldLabel } from './chunk-
|
|
4
|
-
import { _HelperMessage } from './chunk-
|
|
5
|
-
import { _ErrorMessage } from './chunk-
|
|
6
|
-
import { useFormProps } from './chunk-
|
|
3
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
4
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
5
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
6
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
8
8
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
9
9
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as Tag
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./TagGroup.module.css#css-module
|
|
17
|
-
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-
|
|
17
|
+
var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___YlbBS", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___nYXNY", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___JWRUq", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___2weCa", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___MMZVh" };
|
|
18
18
|
var GlobalTagGroupCssSelector = "hop-TagGroup";
|
|
19
19
|
function TagGroup(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
|
|
2
1
|
import { SegmentedControlContext, InternalSegmentedControlContext } from './chunk-6BJLSAMM.js';
|
|
2
|
+
import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
|
|
3
3
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
4
|
import { useStyledSystem } from '@hopper-ui/styled-system';
|
|
5
5
|
import clsx from 'clsx';
|
|
@@ -8,7 +8,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButtonGroup, Provider }
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./SegmentedControl.module.css#css-module
|
|
11
|
-
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-
|
|
11
|
+
var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-SegmentedControl___xcxxP" };
|
|
12
12
|
var GlobalSegmentedControlCssSelector = "hop-SegmentedControl";
|
|
13
13
|
var SegmentedControl = (props, ref) => {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, SegmentedControlContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _Label } from './chunk-
|
|
1
|
+
import { _Label } from './chunk-UXENYYWV.js';
|
|
2
2
|
import { omitProps } from './chunk-EVKWFOHB.js';
|
|
3
|
-
import { useFormProps } from './chunk-
|
|
4
|
-
import { useLocalizedString } from './chunk-
|
|
3
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
4
|
+
import { useLocalizedString } from './chunk-CPGP7ETX.js';
|
|
5
5
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
6
6
|
import { useStyledSystem, Div } from '@hopper-ui/styled-system';
|
|
7
7
|
import clsx from 'clsx';
|
|
8
8
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./FieldLabel.module.css#css-module
|
|
11
|
-
var FieldLabel_module_default = { "hop-FieldLabel__wrapper": "FieldLabel-module__hop-
|
|
11
|
+
var FieldLabel_module_default = { "hop-FieldLabel__wrapper": "FieldLabel-module__hop-FieldLabel__wrapper___-mjv6", "hop-FieldLabel__indicator": "FieldLabel-module__hop-FieldLabel__indicator___tSpVW" };
|
|
12
12
|
var GlobalFieldLabelCssSelector = "hop-FieldLabel";
|
|
13
13
|
function FieldLabel(props) {
|
|
14
14
|
props = useFormProps(props);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckboxContext } from './chunk-2EAZPH3M.js';
|
|
2
2
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
3
3
|
import { IconListContext } from './chunk-GBWXEK6N.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
6
6
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
7
7
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
15
15
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
16
16
|
|
|
17
17
|
// css-module:./DecorativeCheckbox.module.css#css-module
|
|
18
|
-
var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-
|
|
18
|
+
var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___XS8dB Checkbox-module__hop-Checkbox___uuaJ-", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___rC4BS Checkbox-module__hop-Checkbox--sm___rEMrj", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___LzcQD Checkbox-module__hop-Checkbox--md___8ll7m", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___mZ1z6 Checkbox-module__hop-Checkbox__icon___8FZ1C", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___6DO29 Checkbox-module__hop-Checkbox__icon___8FZ1C", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___FCOMI Checkbox-module__hop-Checkbox__box___0aEvu", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___-IGO4 Checkbox-module__hop-Checkbox__check___Eh0r-", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___AYjJp Checkbox-module__hop-Checkbox__text___t-3K4" };
|
|
19
19
|
var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
|
|
20
20
|
function DecorativeCheckbox(props, ref) {
|
|
21
21
|
var _a;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { useRef, useEffect, useCallback, useState } from 'react';
|
|
2
|
+
|
|
3
|
+
// src/utils/src/useDebounce.ts
|
|
4
|
+
var DebounceTimeouts = {
|
|
5
|
+
sm: 100,
|
|
6
|
+
md: 400,
|
|
7
|
+
lg: 1e3
|
|
8
|
+
};
|
|
9
|
+
var useDebounceCallback = (callback, wait = "sm", leading = false) => {
|
|
10
|
+
const storedCallback = useRef(callback);
|
|
11
|
+
useEffect(() => {
|
|
12
|
+
storedCallback.current = callback;
|
|
13
|
+
});
|
|
14
|
+
const timeout = useRef(null);
|
|
15
|
+
useEffect(
|
|
16
|
+
() => () => {
|
|
17
|
+
timeout.current && clearTimeout(timeout.current);
|
|
18
|
+
timeout.current = null;
|
|
19
|
+
},
|
|
20
|
+
[wait, leading, storedCallback]
|
|
21
|
+
);
|
|
22
|
+
return useCallback((...args) => {
|
|
23
|
+
const { current } = timeout;
|
|
24
|
+
const waitInMs = typeof wait === "number" ? wait : DebounceTimeouts[wait];
|
|
25
|
+
if (current === null && leading) {
|
|
26
|
+
timeout.current = setTimeout(() => {
|
|
27
|
+
timeout.current = null;
|
|
28
|
+
}, waitInMs);
|
|
29
|
+
return storedCallback.current.apply(null, args);
|
|
30
|
+
}
|
|
31
|
+
current && clearTimeout(current);
|
|
32
|
+
timeout.current = setTimeout(() => {
|
|
33
|
+
timeout.current = null;
|
|
34
|
+
storedCallback.current.apply(null, args);
|
|
35
|
+
}, waitInMs);
|
|
36
|
+
}, [wait, leading, storedCallback]);
|
|
37
|
+
};
|
|
38
|
+
function useDebounce(initialState, wait, leading) {
|
|
39
|
+
const state = useState(initialState);
|
|
40
|
+
return [state[0], useDebounceCallback(state[1], wait, leading), state[1]];
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { useDebounce, useDebounceCallback };
|
|
@@ -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___URGtE", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___yKm4q", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___o3www", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___3Vl9m", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___1EPFP", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___pKG4T", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___66Rzd", "hop-RichIconAvatarImage--clickable": "RichIconAvatarImage-module__hop-RichIconAvatarImage--clickable___jd5HT", "hop-RichIconAvatarImage--focus-visible": "RichIconAvatarImage-module__hop-RichIconAvatarImage--focus-visible___3KbHv", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___A-u7q" };
|
|
15
15
|
var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
|
|
16
16
|
var AvatarToIconSizeAdapter = {
|
|
17
17
|
xs: "md",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ToggleArrowContext } from './chunk-LWPDIKEX.js';
|
|
2
2
|
import { DisclosureHeaderContext } from './chunk-CPAFY34U.js';
|
|
3
|
-
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
4
3
|
import { DisclosurePanelContext } from './chunk-5XY5L6ZN.js';
|
|
4
|
+
import { DisclosureContext } from './chunk-U4HRZ6DN.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___WbU2N", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___dc12T", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___BUIUC", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___9gawh" };
|
|
16
16
|
var GlobalDisclosureCssSelector = "hop-Disclosure";
|
|
17
17
|
function Disclosure(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosureContext);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useTruncatedText } from './chunk-Z57VHYOF.js';
|
|
2
2
|
import { TextFieldContext } from './chunk-O4XPUINW.js';
|
|
3
|
-
import { _RemainingCharacterCount } from './chunk-
|
|
4
|
-
import { Input } from './chunk-
|
|
5
|
-
import { _InputGroup } from './chunk-
|
|
6
|
-
import { FieldLabel } from './chunk-
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { useFormProps } from './chunk-
|
|
11
|
-
import { ensureTextWrapper } from './chunk-
|
|
3
|
+
import { _RemainingCharacterCount } from './chunk-M6K3J4W4.js';
|
|
4
|
+
import { Input } from './chunk-J4O74LVH.js';
|
|
5
|
+
import { _InputGroup } from './chunk-O4FFATPS.js';
|
|
6
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
9
|
+
import { _ClearButton } from './chunk-YLWWGMY3.js';
|
|
10
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
11
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
12
12
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
13
13
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
14
14
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, TextField as TextField$1 } from 'r
|
|
|
25
25
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
26
26
|
|
|
27
27
|
// css-module:./TextField.module.css#css-module
|
|
28
|
-
var TextField_module_default = { "hop-TextField": "TextField-module__hop-
|
|
28
|
+
var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___89-4P", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___Cq8o2", "hop-TextField__Label": "TextField-module__hop-TextField__Label___gzTuM", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___9BR-A", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___6J25D", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___Dx7dv", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___zgwsV" };
|
|
29
29
|
var GlobalTextFieldCssSelector = "hop-TextField";
|
|
30
30
|
function TextField(props, ref) {
|
|
31
31
|
var _a;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { CalendarCell } from './chunk-ML5REDJM.js';
|
|
2
|
+
import { RangeCalendarCell } from './chunk-CXKSXIQH.js';
|
|
3
|
+
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
4
|
+
import { filterDOMProps } from '@react-aria/utils';
|
|
5
|
+
import clsx from 'clsx';
|
|
6
|
+
import { useContext, useCallback, cloneElement } from 'react';
|
|
7
|
+
import { CalendarStateContext, RangeCalendarStateContext, CalendarGrid as CalendarGrid$1, CalendarGridHeader, CalendarHeaderCell, CalendarGridBody as CalendarGridBody$1 } from 'react-aria-components';
|
|
8
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
9
|
+
|
|
10
|
+
// css-module:./CalendarGrid.module.css#css-module
|
|
11
|
+
var CalendarGrid_module_default = { "hop-CalendarGrid": "CalendarGrid-module__hop-CalendarGrid___H2jRK", "hop-CalendarGrid__body": "CalendarGrid-module__hop-CalendarGrid__body___F5Hpj", "hop-CalendarGrid__header-cell": "CalendarGrid-module__hop-CalendarGrid__header-cell___aYjQf" };
|
|
12
|
+
var GlobalCalendarGridCssSelector = "hop-CalendarGrid";
|
|
13
|
+
var CalendarGrid = (props) => {
|
|
14
|
+
const { weekdayStyle = "short", isFixedWeeks } = props;
|
|
15
|
+
const calendarState = useContext(CalendarStateContext);
|
|
16
|
+
const rangeCalendarState = useContext(RangeCalendarStateContext);
|
|
17
|
+
const state = calendarState != null ? calendarState : rangeCalendarState;
|
|
18
|
+
let startDate = state.visibleRange.start;
|
|
19
|
+
if (props.offset) {
|
|
20
|
+
startDate = startDate.add(props.offset);
|
|
21
|
+
}
|
|
22
|
+
const isRangeCalendar = !!rangeCalendarState;
|
|
23
|
+
const classNames = clsx(
|
|
24
|
+
GlobalCalendarGridCssSelector,
|
|
25
|
+
cssModule(
|
|
26
|
+
CalendarGrid_module_default,
|
|
27
|
+
GlobalCalendarGridCssSelector
|
|
28
|
+
)
|
|
29
|
+
);
|
|
30
|
+
const formatMonthName = useCallback((day) => {
|
|
31
|
+
if (weekdayStyle === "short") {
|
|
32
|
+
return day.slice(0, -1);
|
|
33
|
+
}
|
|
34
|
+
return day;
|
|
35
|
+
}, [weekdayStyle]);
|
|
36
|
+
const renderDate = (date) => isRangeCalendar ? /* @__PURE__ */ jsx(RangeCalendarCell, { date }) : /* @__PURE__ */ jsx(CalendarCell, { date });
|
|
37
|
+
return /* @__PURE__ */ jsxs(
|
|
38
|
+
CalendarGrid$1,
|
|
39
|
+
{
|
|
40
|
+
weekdayStyle,
|
|
41
|
+
className: classNames,
|
|
42
|
+
...props,
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ jsx(CalendarGridHeader, { children: (day) => /* @__PURE__ */ jsx(CalendarHeaderCell, { className: CalendarGrid_module_default["hop-CalendarGrid__header-cell"], children: formatMonthName(day) }) }),
|
|
45
|
+
isFixedWeeks ? /* @__PURE__ */ jsx(CalendarGridBody, { startDate, className: CalendarGrid_module_default["hop-CalendarGrid__body"], children: renderDate }) : /* @__PURE__ */ jsx(CalendarGridBody$1, { className: CalendarGrid_module_default["hop-CalendarGrid__body"], children: renderDate })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
var FIXED_WEEKS_IN_MONTH = 6;
|
|
51
|
+
function CalendarGridBody(props) {
|
|
52
|
+
const { children, style, className, startDate } = props;
|
|
53
|
+
const calendarState = useContext(CalendarStateContext);
|
|
54
|
+
const rangeCalendarState = useContext(RangeCalendarStateContext);
|
|
55
|
+
const state = calendarState != null ? calendarState : rangeCalendarState;
|
|
56
|
+
return /* @__PURE__ */ jsx(
|
|
57
|
+
"tbody",
|
|
58
|
+
{
|
|
59
|
+
...filterDOMProps(props),
|
|
60
|
+
style,
|
|
61
|
+
className,
|
|
62
|
+
children: [...new Array(FIXED_WEEKS_IN_MONTH).keys()].map((weekIndex) => /* @__PURE__ */ jsx("tr", { children: state.getDatesInWeek(weekIndex, startDate).map((date, i) => date ? cloneElement(children(date), { key: i }) : /* @__PURE__ */ jsx("td", {}, i)) }, weekIndex))
|
|
63
|
+
}
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export { CalendarGrid, GlobalCalendarGridCssSelector };
|
|
@@ -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 { FieldLabel } from './chunk-
|
|
7
|
-
import { _HelperMessage } from './chunk-
|
|
8
|
-
import { _ErrorMessage } from './chunk-
|
|
4
|
+
import { _RemainingCharacterCount } from './chunk-M6K3J4W4.js';
|
|
5
|
+
import { _InputGroup } from './chunk-O4FFATPS.js';
|
|
6
|
+
import { FieldLabel } from './chunk-2RVXTS72.js';
|
|
7
|
+
import { _HelperMessage } from './chunk-K6QDWOZG.js';
|
|
8
|
+
import { _ErrorMessage } from './chunk-F27DYHTH.js';
|
|
9
9
|
import { isUndefined } from './chunk-TIPN4VYD.js';
|
|
10
|
-
import { useFormProps } from './chunk-
|
|
10
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
11
11
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
12
12
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
13
13
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -80,7 +80,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
// css-module:./TextArea.module.css#css-module
|
|
83
|
-
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-
|
|
83
|
+
var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___P4dkc", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___FaDlx", "hop-TextArea--max-rows": "TextArea-module__hop-TextArea--max-rows___rdUzu", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___WBMha", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___pUC3U", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___6RwP4", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___P6EkU", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___E-hdl", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___pAg9X", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___NGlBN", "hop-TextArea__textarea--with-character-count": "TextArea-module__hop-TextArea__textarea--with-character-count___5mPqI", "hop-TextArea__textarea--sm": "TextArea-module__hop-TextArea__textarea--sm___b4zUb" };
|
|
84
84
|
var GlobalTextAreaCssSelector = "hop-TextArea";
|
|
85
85
|
var DefaultMinimumTextAreaRows = 3;
|
|
86
86
|
var pxToInt = (value) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
2
1
|
import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
|
|
2
|
+
import { SwitchContext } from './chunk-YHBJAXUY.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
|
-
import { _Text } from './chunk-
|
|
4
|
+
import { _Text } from './chunk-PYQWT2AO.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';
|
|
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
13
13
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
14
14
|
|
|
15
15
|
// css-module:./SwitchField.module.css#css-module
|
|
16
|
-
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-
|
|
16
|
+
var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___VwnMW", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___vWaHl", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___D9Zkl", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___BXIqs", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___A9HEB" };
|
|
17
17
|
var GlobalSwitchFieldCssSelector = "hop-SwitchField";
|
|
18
18
|
var SwitchToDescriptionSizeAdapter = {
|
|
19
19
|
sm: "xs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AvatarContext } from './chunk-FA26RZSE.js';
|
|
2
|
-
import { _RichIconAvatarImage } from './chunk-
|
|
2
|
+
import { _RichIconAvatarImage } from './chunk-4NTBLCHB.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
4
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
5
5
|
import { AnonymousRichIcon } from '@hopper-ui/icons';
|
|
@@ -5,7 +5,7 @@ import { MenuSection as MenuSection$1 } from 'react-aria-components';
|
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
// css-module:./MenuSection.module.css#css-module
|
|
8
|
-
var MenuSection_module_default = { "hop-MenuSection": "MenuSection-module__hop-
|
|
8
|
+
var MenuSection_module_default = { "hop-MenuSection": "MenuSection-module__hop-MenuSection___wx1GY" };
|
|
9
9
|
var GlobalMenuSectionCssSelector = "hop-MenuSection";
|
|
10
10
|
function MenuSection(props) {
|
|
11
11
|
const { stylingProps, ...ownProps } = useStyledSystem(props);
|
|
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
|
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
// css-module:./Form.module.css#css-module
|
|
10
|
-
var Form_module_default = { "hop-Form": "Form-module__hop-
|
|
10
|
+
var Form_module_default = { "hop-Form": "Form-module__hop-Form___Go9vM" };
|
|
11
11
|
var GlobalFormCssSelector = "hop-Form";
|
|
12
12
|
function useFormProps(props) {
|
|
13
13
|
const ctx = useContext(FormContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RadioFieldContext } from './chunk-DGLAGYBD.js';
|
|
2
2
|
import { RadioContext } from './chunk-FU5CCPLP.js';
|
|
3
3
|
import { useRenderProps } from './chunk-2NSUMKNH.js';
|
|
4
|
-
import { _Text } from './chunk-
|
|
4
|
+
import { _Text } from './chunk-PYQWT2AO.js';
|
|
5
5
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./RadioField.module.css#css-module
|
|
17
|
-
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-
|
|
17
|
+
var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___wJPug", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___xZ-s5", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___V1F2p", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___1jYIU", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___HSiBa" };
|
|
18
18
|
var GlobalRadioFieldCssSelector = "hop-RadioField";
|
|
19
19
|
var RadioToDescriptionSizeAdapter = {
|
|
20
20
|
sm: "xs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PopoverTrigger } from './chunk-KHDRGFVV.js';
|
|
2
|
-
import { _PopoverBase } from './chunk-
|
|
2
|
+
import { _PopoverBase } from './chunk-KQKCSUGS.js';
|
|
3
3
|
import { ContextualHelpContext } from './chunk-MR5BPD6R.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
5
5
|
import { ClearProviders, ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
6
6
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
7
7
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
@@ -14,7 +14,7 @@ import { useContextProps, ButtonContext, Button, Provider } from 'react-aria-com
|
|
|
14
14
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
15
15
|
|
|
16
16
|
// css-module:./ContextualHelp.module.css#css-module
|
|
17
|
-
var ContextualHelp_module_default = { "hop-ContextualHelp": "ContextualHelp-module__hop-
|
|
17
|
+
var ContextualHelp_module_default = { "hop-ContextualHelp": "ContextualHelp-module__hop-ContextualHelp___nN1K3", "hop-ContextualHelp__popover": "ContextualHelp-module__hop-ContextualHelp__popover___jfQSC" };
|
|
18
18
|
var GlobalContextualHelpCssSelector = "hop-ContextualHelp";
|
|
19
19
|
function ContextualHelp(props, ref) {
|
|
20
20
|
var _a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
2
1
|
import { DisclosurePanelContext } from './chunk-5XY5L6ZN.js';
|
|
2
|
+
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
3
3
|
import { FormContext } from './chunk-UYYHPXUH.js';
|
|
4
|
-
import { ensureTextWrapper } from './chunk-
|
|
4
|
+
import { ensureTextWrapper } from './chunk-6FL6MZM3.js';
|
|
5
5
|
import { TextContext } from './chunk-ZNOU2CGM.js';
|
|
6
6
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
7
7
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
|
|
|
12
12
|
import { jsx } from 'react/jsx-runtime';
|
|
13
13
|
|
|
14
14
|
// css-module:./DisclosurePanel.module.css#css-module
|
|
15
|
-
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-
|
|
15
|
+
var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___1PR35", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___JYFJz", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___iVjqY", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___MLNOX" };
|
|
16
16
|
var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
|
|
17
17
|
function DisclosurePanel(props, ref) {
|
|
18
18
|
[props, ref] = useContextProps(props, ref, DisclosurePanelContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DisclosureHeaderContext } from './chunk-CPAFY34U.js';
|
|
2
|
-
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
3
2
|
import { DisclosurePanelContext } from './chunk-5XY5L6ZN.js';
|
|
3
|
+
import { DisclosureContext } from './chunk-U4HRZ6DN.js';
|
|
4
4
|
import { AccordionContext } from './chunk-NF64YIEZ.js';
|
|
5
5
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
6
6
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps, DisclosureGroup } from 'react-aria
|
|
|
11
11
|
import { jsx } from 'react/jsx-runtime';
|
|
12
12
|
|
|
13
13
|
// css-module:./Accordion.module.css#css-module
|
|
14
|
-
var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-
|
|
14
|
+
var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-Accordion___uMgmh", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___2seip", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___2U7Jh", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___LdwZD", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___DQWvf" };
|
|
15
15
|
var GlobalAccordionCssSelector = "hop-Accordion";
|
|
16
16
|
function Accordion(props, ref) {
|
|
17
17
|
[props, ref] = useContextProps(props, ref, AccordionContext);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ImageContext } from './chunk-JAR7CXVS.js';
|
|
2
2
|
import { FooterContext } from './chunk-I67NHYK4.js';
|
|
3
3
|
import { HeaderContext } from './chunk-FOQ7KN4V.js';
|
|
4
|
-
import { _BaseModal } from './chunk-
|
|
4
|
+
import { _BaseModal } from './chunk-QEMR6PO5.js';
|
|
5
5
|
import { ModalContext } from './chunk-OO3XBOMF.js';
|
|
6
6
|
import { ContentContext } from './chunk-IXB2WK56.js';
|
|
7
|
-
import { _CloseButton } from './chunk-HBJRMTW3.js';
|
|
8
|
-
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
9
7
|
import { HeadingContext } from './chunk-WJRMD4JP.js';
|
|
8
|
+
import { _CloseButton } from './chunk-Q72SAHAG.js';
|
|
10
9
|
import { ButtonContext } from './chunk-WMTWFKKP.js';
|
|
10
|
+
import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
|
|
11
11
|
import { useSlot } from './chunk-H5YTU3U7.js';
|
|
12
12
|
import { cssModule } from './chunk-KVDXQMWI.js';
|
|
13
13
|
import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
|
|
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
|
|
|
17
17
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
18
18
|
|
|
19
19
|
// css-module:./Modal.module.css#css-module
|
|
20
|
-
var Modal_module_default = { "hop-Modal": "Modal-module__hop-
|
|
20
|
+
var Modal_module_default = { "hop-Modal": "Modal-module__hop-Modal___PephJ", "hop-Modal__top-container": "Modal-module__hop-Modal__top-container___DPppt", "hop-Modal__bottom-container": "Modal-module__hop-Modal__bottom-container___0Kf6X", "hop-Modal--has-image": "Modal-module__hop-Modal--has-image___EkDWa", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___047dN", "hop-Modal--fullscreenTakeover": "Modal-module__hop-Modal--fullscreenTakeover___aOpcl", "hop-Modal__close": "Modal-module__hop-Modal__close___dOJ--", "hop-Modal__image": "Modal-module__hop-Modal__image___1yE1A", "hop-Modal__heading": "Modal-module__hop-Modal__heading___HLhai", "hop-Modal__header": "Modal-module__hop-Modal__header___ryslc", "hop-Modal__content": "Modal-module__hop-Modal__content___bFMPO", "hop-Modal__footer": "Modal-module__hop-Modal__footer___-vuId", "hop-Modal__button": "Modal-module__hop-Modal__button___CtRXT", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___YHGCw" };
|
|
21
21
|
var GlobalModalCssSelector = "hop-Modal";
|
|
22
22
|
var ClearContexts = [ImageContext, HeadingContext, HeaderContext, ContentContext, FooterContext, ButtonContext, ButtonGroupContext];
|
|
23
23
|
var Modal = (props, ref) => {
|
|
@@ -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___nTDAN", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___oShsN", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___-VCHG", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___-rR1M", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___xS7VH", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___FreWc", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___Jsp-J", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___yuYo1", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___UjAb2", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___6m4bt", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___yjQMD", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___caln3", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___6F84P", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___Rcn9m", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___8PFXz", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___VEfkL" };
|
|
24
24
|
var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
|
|
25
25
|
function EmbeddedButton(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
|
|
2
1
|
import { InternalSegmentedControlContext } from './chunk-6BJLSAMM.js';
|
|
3
|
-
import {
|
|
2
|
+
import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
|
|
3
|
+
import { _Text } from './chunk-PYQWT2AO.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___Plbii", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___g7Ivp", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___T6EkU", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___b4e1Q", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___UxWJJ", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___rJH-M", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___a74id", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___eyMLA" };
|
|
15
15
|
var GlobalSegmentedControlItemCssSelector = "hop-SegmentedControlItem";
|
|
16
16
|
var SegmentedControlItem = (props, ref) => {
|
|
17
17
|
var _a;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SearchFieldContext } from './chunk-3NKF5TPD.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-
|
|
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 { _ClearButton } from './chunk-YLWWGMY3.js';
|
|
8
|
+
import { useFormProps } from './chunk-74ZWLQIG.js';
|
|
9
9
|
import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
|
|
10
10
|
import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
|
|
11
11
|
import { SlotProvider } from './chunk-M36KANKC.js';
|
|
@@ -20,7 +20,7 @@ import { useContextProps, composeRenderProps, SearchField as SearchField$1 } fro
|
|
|
20
20
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
21
21
|
|
|
22
22
|
// css-module:./SearchField.module.css#css-module
|
|
23
|
-
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-
|
|
23
|
+
var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___j0RJ4", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___gm8S-", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___HyBgs", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___uFbGr", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___kga-g", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___qlowU", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___lIDLZ", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___tB67h", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___bbxjp" };
|
|
24
24
|
var GlobalSearchFieldCssSelector = "hop-SearchField";
|
|
25
25
|
function SearchField(props, ref) {
|
|
26
26
|
var _a;
|
|
@@ -8,7 +8,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
|
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
10
|
// css-module:./Heading.module.css#css-module
|
|
11
|
-
var Heading_module_default = { "hop-Heading": "Heading-module__hop-
|
|
11
|
+
var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___T9BkX", "hop-Heading--unset": "Heading-module__hop-Heading--unset___cFpY4", "hop-Heading--xs": "Heading-module__hop-Heading--xs___OPRQR", "hop-Heading--sm": "Heading-module__hop-Heading--sm___G-RcQ", "hop-Heading--md": "Heading-module__hop-Heading--md___kljjY", "hop-Heading--lg": "Heading-module__hop-Heading--lg___uaOPf", "hop-Heading--xl": "Heading-module__hop-Heading--xl___I8hxB", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___vR1ZM", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___e-4RQ" };
|
|
12
12
|
var GlobalHeadingCssSelector = "hop-Heading";
|
|
13
13
|
function Heading(props, ref) {
|
|
14
14
|
[props, ref] = useContextProps(props, ref, HeadingContext);
|