@hopper-ui/components 1.13.1 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/accordion/src/Accordion.css +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 +415 -457
- package/dist/alert/src/Alert.js +12 -12
- package/dist/alert/src/index.css +415 -457
- package/dist/alert/src/index.js +12 -12
- 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/buttons/src/Button.css +108 -120
- package/dist/buttons/src/Button.js +7 -7
- package/dist/buttons/src/ButtonGroup.css +50 -50
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +110 -110
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +109 -121
- 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 +118 -130
- package/dist/buttons/src/LinkButton.js +5 -5
- package/dist/buttons/src/ToggleButton.css +144 -162
- package/dist/buttons/src/ToggleButton.js +5 -5
- package/dist/buttons/src/index.css +363 -405
- package/dist/buttons/src/index.js +13 -13
- package/dist/calendar/src/Calendar.css +683 -593
- package/dist/calendar/src/Calendar.d.ts +8 -3
- package/dist/calendar/src/Calendar.js +16 -14
- package/dist/calendar/src/CalendarCell.css +52 -52
- package/dist/calendar/src/CalendarCell.js +1 -1
- package/dist/calendar/src/CalendarContext.d.ts +3 -3
- package/dist/calendar/src/CalendarGrid.css +193 -64
- package/dist/calendar/src/CalendarGrid.d.ts +12 -4
- package/dist/calendar/src/CalendarGrid.js +3 -2
- package/dist/calendar/src/CalendarHeader.css +2154 -0
- package/dist/calendar/src/CalendarHeader.d.ts +12 -0
- package/dist/calendar/src/CalendarHeader.js +24 -0
- package/dist/calendar/src/RangeCalendar.css +2474 -0
- package/dist/calendar/src/RangeCalendar.d.ts +33 -0
- package/dist/calendar/src/RangeCalendar.js +32 -0
- package/dist/calendar/src/RangeCalendarCell.css +405 -0
- package/dist/calendar/src/RangeCalendarCell.d.ts +10 -0
- package/dist/calendar/src/RangeCalendarCell.js +3 -0
- package/dist/calendar/src/RangeCalendarContext.d.ts +10 -0
- package/dist/calendar/src/RangeCalendarContext.js +2 -0
- package/dist/calendar/src/index.css +718 -590
- package/dist/calendar/src/index.d.ts +4 -0
- package/dist/calendar/src/index.js +18 -14
- package/dist/callout/src/Callout.css +376 -418
- package/dist/callout/src/Callout.js +9 -9
- package/dist/callout/src/CompactCallout.css +412 -454
- package/dist/callout/src/CompactCallout.js +9 -9
- package/dist/callout/src/index.css +425 -467
- package/dist/callout/src/index.js +11 -11
- 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 +4 -4
- package/dist/checkbox/src/CheckboxGroup.css +111 -111
- package/dist/checkbox/src/CheckboxGroup.js +10 -10
- 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 +14 -14
- package/dist/{chunk-A3STLYJ2.js → chunk-3JPSTI7U.js} +1 -1
- package/dist/{chunk-ZKMYFUFY.js → chunk-4372AEHL.js} +2 -2
- package/dist/{chunk-M36OW5VA.js → chunk-4LJNA3BH.js} +5 -5
- package/dist/{chunk-3P4A2K5N.js → chunk-4WJKLLPU.js} +1 -1
- package/dist/{chunk-SCBYFDNB.js → chunk-5H6HXBBV.js} +1 -1
- package/dist/chunk-5HBNX4TV.js +76 -0
- package/dist/{chunk-UW6L5XIN.js → chunk-5KK7RTEA.js} +4 -4
- package/dist/{chunk-4HDSCFU3.js → chunk-6R6IZOFV.js} +2 -2
- package/dist/chunk-6RDTDHXI.js +7 -0
- package/dist/{chunk-QIRLBF2D.js → chunk-6RMA7LNR.js} +2 -2
- package/dist/{chunk-MXMBM3AV.js → chunk-7BWGRDY4.js} +7 -7
- package/dist/{chunk-EYBW6LXM.js → chunk-7MOLHUYZ.js} +8 -43
- package/dist/{chunk-Y74JC532.js → chunk-7PIBKDKB.js} +1 -1
- package/dist/{chunk-7UVOGKXP.js → chunk-ADJPNO63.js} +1 -1
- package/dist/{chunk-HIM4CPT5.js → chunk-ALOG4CGE.js} +1 -1
- package/dist/{chunk-IXXOIJE2.js → chunk-BIJPQJCS.js} +4 -4
- package/dist/chunk-BLRDCZTZ.js +134 -0
- package/dist/chunk-BZNLIUJV.js +64 -0
- package/dist/{chunk-DLRG7NRG.js → chunk-C5RNBIC5.js} +3 -3
- package/dist/{chunk-AUITTQKV.js → chunk-CPGP7ETX.js} +4 -2
- package/dist/{chunk-HDK6WAUM.js → chunk-CSMLY37T.js} +2 -2
- package/dist/{chunk-7X6VGI5C.js → chunk-D4TK5GXL.js} +1 -1
- package/dist/{chunk-UBYJI4SN.js → chunk-DB4U2BXX.js} +1 -1
- package/dist/{chunk-GZH4BLFB.js → chunk-DCMIOFJS.js} +6 -6
- package/dist/{chunk-BO7KZ4UI.js → chunk-DGH2NL67.js} +2 -2
- package/dist/{chunk-LHSVZUUD.js → chunk-DNJV3GYR.js} +1 -1
- package/dist/{chunk-UFUP5YLT.js → chunk-DONUBZNH.js} +5 -5
- package/dist/{chunk-TRTLWF3N.js → chunk-E3QEKVUY.js} +3 -3
- package/dist/{chunk-OMWIVLGM.js → chunk-E6IA2QFO.js} +2 -2
- package/dist/{chunk-7K74WFLW.js → chunk-G626JPDA.js} +4 -4
- package/dist/{chunk-X3N5Z3TG.js → chunk-HA55RNAD.js} +1 -1
- package/dist/{chunk-FTWU7YCU.js → chunk-HSPMMCBQ.js} +1 -1
- package/dist/{chunk-5MX4UHYL.js → chunk-HYZZYXSL.js} +3 -3
- package/dist/{chunk-P3OSQKIP.js → chunk-IHHHAYKH.js} +2 -2
- package/dist/{chunk-Q2TQXPCI.js → chunk-INJECWV6.js} +1 -1
- package/dist/{chunk-DCHIZ3E2.js → chunk-JZ2KRSAX.js} +1 -1
- package/dist/chunk-K63PXNYW.js +7 -0
- package/dist/{chunk-GM3ODGT3.js → chunk-K7M2AMPU.js} +6 -6
- package/dist/chunk-KC5RDV27.js +27 -0
- package/dist/{chunk-AUIVLKYF.js → chunk-KCTCOWKE.js} +2 -2
- package/dist/{chunk-CZKR35JP.js → chunk-KNGBD6AR.js} +3 -3
- package/dist/chunk-LRGXSUVU.js +67 -0
- package/dist/chunk-M4DSD53U.js +51 -0
- package/dist/{chunk-RJGMYQTY.js → chunk-MFL67VAY.js} +8 -8
- package/dist/{chunk-RBKTXRQX.js → chunk-MGNHLZCI.js} +1 -1
- package/dist/{chunk-PWMB2SNR.js → chunk-MGUIFTY3.js} +1 -1
- package/dist/{chunk-RANBIZ4V.js → chunk-MQE64PHB.js} +1 -1
- package/dist/{chunk-LIJ4NRV6.js → chunk-MYXYNWTX.js} +12 -12
- package/dist/{chunk-CMAVM5PA.js → chunk-ND57HLQZ.js} +3 -3
- package/dist/{chunk-HPA6YHZV.js → chunk-NR765CAZ.js} +2 -2
- package/dist/{chunk-A62DNP4U.js → chunk-NTDT2CAX.js} +3 -3
- package/dist/{chunk-4PKM5LID.js → chunk-O27HI4OB.js} +2 -2
- package/dist/{chunk-FJKY3ZPH.js → chunk-O5TV66PW.js} +11 -11
- package/dist/{chunk-OH3VNYIG.js → chunk-O6BQ7CJS.js} +1 -1
- package/dist/{chunk-BJ6NDVNZ.js → chunk-OQGUY2WF.js} +2 -2
- package/dist/{chunk-MFPBMJZK.js → chunk-OVYWTX4O.js} +1 -1
- package/dist/{chunk-SQJDYFM5.js → chunk-P6UZVUF7.js} +2 -2
- package/dist/{chunk-F267EHTV.js → chunk-PXCHGIYS.js} +2 -2
- package/dist/{chunk-NHIV7QIV.js → chunk-PZHKZKDX.js} +2 -2
- package/dist/{chunk-T7AEBLDO.js → chunk-Q3HMB76N.js} +3 -3
- package/dist/{chunk-KQSICX67.js → chunk-QINXOGGD.js} +1 -1
- package/dist/{chunk-2XZOQ5ZW.js → chunk-QUK36FFB.js} +2 -2
- package/dist/{chunk-PBSQXM3V.js → chunk-RAZOKZRZ.js} +1 -1
- package/dist/{chunk-TPQNT6OK.js → chunk-RPULORS7.js} +2 -2
- package/dist/{chunk-AANVX7DQ.js → chunk-RYTTFNAT.js} +11 -11
- package/dist/{chunk-UEOTPA6F.js → chunk-S5AC2WOV.js} +1 -1
- package/dist/{chunk-QBRXXVJ2.js → chunk-SANUE6RN.js} +2 -2
- package/dist/{chunk-VXK4TLIL.js → chunk-SICFAJHJ.js} +4 -4
- package/dist/{chunk-ZQ7B4YPI.js → chunk-SOCAHCAN.js} +2 -2
- package/dist/{chunk-QZ7TC5HH.js → chunk-SVAIX6OT.js} +3 -3
- package/dist/{chunk-72P2YLB6.js → chunk-SVPZYOY7.js} +9 -9
- package/dist/{chunk-VI4ELSL2.js → chunk-SZT54XZ6.js} +3 -3
- package/dist/{chunk-LYAD5ZOS.js → chunk-TCHK6AN3.js} +1 -1
- package/dist/{chunk-OQLAOKSR.js → chunk-TZ7OMW2O.js} +1 -1
- package/dist/{chunk-U2IUS3DN.js → chunk-UGQMLEZG.js} +8 -8
- package/dist/{chunk-GZUC3W47.js → chunk-V6ZSJFBP.js} +2 -2
- package/dist/{chunk-264PS5LZ.js → chunk-VBGNARNP.js} +8 -8
- package/dist/{chunk-LGUSV6JO.js → chunk-VDKCHF3D.js} +5 -5
- package/dist/{chunk-U5AS4TK5.js → chunk-VYOXT26L.js} +2 -2
- package/dist/{chunk-MMAQ5OOS.js → chunk-VZIUXB72.js} +2 -2
- package/dist/{chunk-VNZO5NFI.js → chunk-WDKCSYBX.js} +2 -2
- package/dist/{chunk-CJ532ZS4.js → chunk-WMBJMVQG.js} +2 -2
- package/dist/{chunk-EHAAKRGX.js → chunk-WS6MPORZ.js} +3 -3
- package/dist/{chunk-KE2ANQ76.js → chunk-WWBZ7XRD.js} +1 -1
- package/dist/{chunk-5LZAVMRA.js → chunk-X47F7QUF.js} +1 -1
- package/dist/{chunk-4GCNGXTN.js → chunk-X4LAUJTO.js} +2 -2
- package/dist/{chunk-6SCDJITN.js → chunk-XQ6CP44V.js} +4 -4
- package/dist/{chunk-6MFYCZ4B.js → chunk-XR5IAIF2.js} +5 -5
- package/dist/{chunk-43HUXWXY.js → chunk-XVM43HG4.js} +2 -2
- package/dist/{chunk-HMUOO46Q.js → chunk-XXLU4635.js} +2 -2
- package/dist/{chunk-MGJ2ZVGO.js → chunk-Y6MJXAZJ.js} +1 -1
- package/dist/{chunk-27UPNFUF.js → chunk-YBJI4QLB.js} +1 -1
- package/dist/chunk-YMHJPPXW.js +7 -0
- package/dist/{chunk-ES45XL77.js → chunk-YMSREUQL.js} +1 -1
- package/dist/{chunk-AU5GMSIR.js → chunk-YPTF5MGP.js} +2 -2
- package/dist/{chunk-WG6NXSI3.js → chunk-YSBWWOQO.js} +1 -1
- package/dist/{chunk-4K7QEEZN.js → chunk-ZDVW63SS.js} +1 -1
- package/dist/{chunk-Y6UQWK7M.js → chunk-ZJN4N4I6.js} +1 -1
- package/dist/combobox/src/ComboBox.css +790 -832
- package/dist/combobox/src/ComboBox.js +23 -23
- package/dist/combobox/src/index.css +790 -832
- package/dist/combobox/src/index.js +23 -23
- package/dist/contextual-help/src/ContextualHelp.css +711 -753
- package/dist/contextual-help/src/ContextualHelp.js +4 -4
- package/dist/contextual-help/src/index.css +711 -753
- 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 +4 -4
- package/dist/disclosure/src/DisclosurePanel.css +49 -49
- package/dist/disclosure/src/DisclosurePanel.js +3 -3
- 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 +385 -427
- package/dist/illustrated-message/src/IllustratedMessage.js +2 -2
- package/dist/illustrated-message/src/index.css +385 -427
- package/dist/illustrated-message/src/index.js +2 -2
- 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 +2 -2
- package/dist/index.css +1539 -1256
- package/dist/index.d.ts +7 -1
- package/dist/index.js +127 -119
- 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 +383 -425
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +42 -42
- package/dist/inputs/src/RemainingCharacterCount.js +3 -3
- package/dist/inputs/src/SearchField.css +389 -431
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +68 -68
- package/dist/inputs/src/TextArea.js +11 -11
- package/dist/inputs/src/TextField.css +387 -429
- package/dist/inputs/src/TextField.js +15 -15
- package/dist/inputs/src/index.css +437 -479
- package/dist/inputs/src/index.js +22 -22
- 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 +8 -8
- 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 +9 -9
- package/dist/menu/src/Menu.css +713 -755
- package/dist/menu/src/Menu.js +2 -2
- 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 +738 -780
- package/dist/menu/src/index.js +6 -6
- package/dist/modal/src/BaseModal.css +54 -54
- package/dist/modal/src/BaseModal.js +2 -2
- package/dist/modal/src/CustomModal.css +55 -55
- package/dist/modal/src/CustomModal.js +4 -4
- package/dist/modal/src/Modal.css +405 -447
- package/dist/modal/src/Modal.js +11 -11
- package/dist/modal/src/index.css +406 -448
- package/dist/modal/src/index.js +13 -13
- package/dist/overlays/popover/src/Popover.css +705 -747
- package/dist/overlays/popover/src/Popover.js +1 -1
- 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 +708 -750
- 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 +9 -9
- package/dist/radio/src/index.css +111 -111
- package/dist/radio/src/index.js +13 -13
- package/dist/segmented-control/src/SegmentedControl.css +40 -40
- package/dist/segmented-control/src/SegmentedControl.js +1 -1
- package/dist/segmented-control/src/SegmentedControlItem.css +54 -54
- package/dist/segmented-control/src/SegmentedControlItem.js +2 -2
- package/dist/segmented-control/src/index.css +55 -55
- package/dist/segmented-control/src/index.js +3 -3
- package/dist/select/src/Select.css +732 -774
- 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 +732 -774
- 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 +2 -2
- package/dist/switch/src/index.css +61 -61
- package/dist/switch/src/index.js +4 -4
- package/dist/tabs/src/Tab.css +560 -602
- 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 +567 -609
- package/dist/tabs/src/index.js +4 -4
- package/dist/tag/src/Tag.css +535 -577
- package/dist/tag/src/Tag.js +8 -8
- package/dist/tag/src/TagGroup.css +49 -49
- package/dist/tag/src/TagGroup.js +8 -8
- package/dist/tag/src/index.css +545 -587
- package/dist/tag/src/index.js +13 -13
- 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.js +2 -2
- package/package.json +2 -2
- package/dist/chunk-3QGGW2HP.js +0 -41
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { StyledComponentProps } from '@hopper-ui/styled-system';
|
|
4
|
+
import { GlobalDOMAttributes } from '@react-types/shared';
|
|
5
|
+
import { RangeCalendarProps as RangeCalendarProps$1, DateValue } from 'react-aria-components';
|
|
6
|
+
import { BaseComponentDOMProps } from '../../utils/src/types.js';
|
|
7
|
+
|
|
8
|
+
declare const GlobalRangeCalendarCssSelector = "hop-RangeCalendar";
|
|
9
|
+
type OmittedRangeCalendarProps = "visibleDuration" | "style" | "className" | "children" | keyof GlobalDOMAttributes;
|
|
10
|
+
interface RangeCalendarProps extends Omit<RangeCalendarProps$1<DateValue>, OmittedRangeCalendarProps>, StyledComponentProps<BaseComponentDOMProps> {
|
|
11
|
+
/**
|
|
12
|
+
* The error message to display when the range calendar is invalid.
|
|
13
|
+
*/
|
|
14
|
+
errorMessage?: ReactNode;
|
|
15
|
+
/**
|
|
16
|
+
* The number of months to display at once.
|
|
17
|
+
* @default 1
|
|
18
|
+
*/
|
|
19
|
+
visibleMonths?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Whether the calendar should always display 6 weeks.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
isFixedWeeks?: boolean;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A range calendar displays one or more date grids and allows users to select a contiguous range of dates.
|
|
28
|
+
*
|
|
29
|
+
* [View Documentation](https://hopper.workleap.design/components/RangeCalendar)
|
|
30
|
+
*/
|
|
31
|
+
declare const _RangeCalendar: react.ForwardRefExoticComponent<RangeCalendarProps & react.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
|
|
33
|
+
export { GlobalRangeCalendarCssSelector, _RangeCalendar as RangeCalendar, type RangeCalendarProps };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export { GlobalRangeCalendarCssSelector, _RangeCalendar as RangeCalendar } from '../../chunk-5HBNX4TV.js';
|
|
2
|
+
import '../../chunk-6RDTDHXI.js';
|
|
3
|
+
import '../../chunk-E6IA2QFO.js';
|
|
4
|
+
import '../../chunk-FV74YT2D.js';
|
|
5
|
+
import '../../chunk-LRGXSUVU.js';
|
|
6
|
+
import '../../chunk-ZJN4N4I6.js';
|
|
7
|
+
import '../../chunk-BZNLIUJV.js';
|
|
8
|
+
import '../../chunk-XLJODMSX.js';
|
|
9
|
+
import '../../chunk-OVYWTX4O.js';
|
|
10
|
+
import '../../chunk-FOQ7KN4V.js';
|
|
11
|
+
import '../../chunk-KC5RDV27.js';
|
|
12
|
+
import '../../chunk-2NSUMKNH.js';
|
|
13
|
+
import '../../chunk-WJRMD4JP.js';
|
|
14
|
+
import '../../chunk-DONUBZNH.js';
|
|
15
|
+
import '../../chunk-YBJI4QLB.js';
|
|
16
|
+
import '../../chunk-TCHK6AN3.js';
|
|
17
|
+
import '../../chunk-UYYHPXUH.js';
|
|
18
|
+
import '../../chunk-P6UZVUF7.js';
|
|
19
|
+
import '../../chunk-5K3V5PGZ.js';
|
|
20
|
+
import '../../chunk-GBWXEK6N.js';
|
|
21
|
+
import '../../chunk-WMTWFKKP.js';
|
|
22
|
+
import '../../chunk-CPGP7ETX.js';
|
|
23
|
+
import '../../chunk-H5YTU3U7.js';
|
|
24
|
+
import '../../chunk-4WJKLLPU.js';
|
|
25
|
+
import '../../chunk-ZWU6DRRZ.js';
|
|
26
|
+
import '../../chunk-YSBWWOQO.js';
|
|
27
|
+
import '../../chunk-PQSMCDAM.js';
|
|
28
|
+
import '../../chunk-ZNOU2CGM.js';
|
|
29
|
+
import '../../chunk-65JPI4FL.js';
|
|
30
|
+
import '../../chunk-M36KANKC.js';
|
|
31
|
+
import '../../chunk-KVDXQMWI.js';
|
|
32
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/heading/src/Heading.module.css/#css-module-data */
|
|
2
|
+
.Heading-module__hop-Heading___oO9SS {
|
|
3
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
6
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
7
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
8
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
9
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
10
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
11
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
12
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
13
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
14
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
15
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
16
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
17
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
18
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
19
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
20
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
21
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
22
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
23
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
24
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
25
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
26
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
27
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
28
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
29
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
30
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
31
|
+
--hop-Heading-inherit-size-font-size: inherit;
|
|
32
|
+
--hop-Heading-inherit-size-font-family: inherit;
|
|
33
|
+
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
|
+
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
|
+
}
|
|
36
|
+
:where(.Heading-module__hop-Heading___oO9SS) {
|
|
37
|
+
margin: 0;
|
|
38
|
+
color: var(--hop-neutral-text);
|
|
39
|
+
}
|
|
40
|
+
:where(.Heading-module__hop-Heading___oO9SS):not(.Heading-module__hop-Heading--unset___SsSEf) {
|
|
41
|
+
font-family: var(--font-family);
|
|
42
|
+
font-size: var(--font-size);
|
|
43
|
+
font-weight: var(--font-weight);
|
|
44
|
+
line-height: var(--line-height);
|
|
45
|
+
}
|
|
46
|
+
:where(.Heading-module__hop-Heading--xs___BKukB) {
|
|
47
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
48
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
49
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
50
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
51
|
+
}
|
|
52
|
+
:where(.Heading-module__hop-Heading--sm___BDZOc) {
|
|
53
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
54
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
55
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
56
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
57
|
+
}
|
|
58
|
+
:where(.Heading-module__hop-Heading--md___nRh-H) {
|
|
59
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
60
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
61
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
62
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
63
|
+
}
|
|
64
|
+
:where(.Heading-module__hop-Heading--lg___iobWD) {
|
|
65
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
66
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
67
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
68
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
69
|
+
}
|
|
70
|
+
:where(.Heading-module__hop-Heading--xl___YZCkI) {
|
|
71
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
72
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
73
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
74
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
75
|
+
}
|
|
76
|
+
:where(.Heading-module__hop-Heading--2xl___udkhx) {
|
|
77
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
78
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
79
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
80
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
81
|
+
}
|
|
82
|
+
:where(.Heading-module__hop-Heading--3xl___AbU-o) {
|
|
83
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
84
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
85
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
86
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/form/src/Form.module.css/#css-module-data */
|
|
90
|
+
.Form-module__hop-Form___veTcg {
|
|
91
|
+
display: flex;
|
|
92
|
+
flex-direction: column;
|
|
93
|
+
gap: var(--hop-space-stack-lg);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/Label.module.css/#css-module-data */
|
|
97
|
+
.Label-module__hop-Label___fmxT3 {
|
|
98
|
+
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
99
|
+
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
100
|
+
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
101
|
+
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
102
|
+
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
103
|
+
}
|
|
104
|
+
:where(.Label-module__hop-Label___fmxT3) {
|
|
105
|
+
font-family: var(--hop-Label-font-family);
|
|
106
|
+
font-size: var(--hop-Label-font-size);
|
|
107
|
+
font-weight: var(--hop-Label-font-weight);
|
|
108
|
+
line-height: var(--hop-Label-line-height);
|
|
109
|
+
color: var(--hop-Label-color);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/FieldLabel.module.css/#css-module-data */
|
|
113
|
+
.FieldLabel-module__hop-FieldLabel__wrapper___-HyXS {
|
|
114
|
+
display: flex;
|
|
115
|
+
gap: var(--hop-space-inset-xs);
|
|
116
|
+
align-items: center;
|
|
117
|
+
}
|
|
118
|
+
.FieldLabel-module__hop-FieldLabel__indicator___Nlwkx {
|
|
119
|
+
padding-inline-start: var(--hop-space-20);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/overline-text/src/OverlineText.module.css/#css-module-data */
|
|
123
|
+
:where(.OverlineText-module__hop-OverlineText___UfCYK) {
|
|
124
|
+
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
125
|
+
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
126
|
+
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
127
|
+
--hop-OverlineText-letter-spacing: 0.015rem;
|
|
128
|
+
--hop-OverlineText-line-height: var(--hop-overline-line-height);
|
|
129
|
+
--hop-OverlineText-top-offset: var(--hop-overline-top-offset);
|
|
130
|
+
--hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
|
|
131
|
+
--font-family: var(--hop-OverlineText-font-family);
|
|
132
|
+
--font-size: var(--hop-OverlineText-font-size);
|
|
133
|
+
--font-weight: var(--hop-OverlineText-font-weight);
|
|
134
|
+
--letter-spacing: var(--hop-OverlineText-letter-spacing);
|
|
135
|
+
--line-height: var(--hop-OverlineText-line-height);
|
|
136
|
+
--top-offset: var(--hop-OverlineText-top-offset);
|
|
137
|
+
--bottom-offset: var(--hop-OverlineText-bottom-offset);
|
|
138
|
+
box-sizing: border-box;
|
|
139
|
+
font-family: var(--font-family);
|
|
140
|
+
font-size: var(--font-size);
|
|
141
|
+
font-feature-settings: "case";
|
|
142
|
+
font-weight: var(--font-weight);
|
|
143
|
+
line-height: var(--line-height);
|
|
144
|
+
text-transform: uppercase;
|
|
145
|
+
letter-spacing: var(--letter-spacing);
|
|
146
|
+
}
|
|
147
|
+
.OverlineText-module__hop-OverlineText__text___wKbnc {
|
|
148
|
+
box-sizing: border-box;
|
|
149
|
+
}
|
|
150
|
+
.OverlineText-module__hop-OverlineText__text___wKbnc::before,
|
|
151
|
+
.OverlineText-module__hop-OverlineText__text___wKbnc::after {
|
|
152
|
+
content: "";
|
|
153
|
+
display: block;
|
|
154
|
+
box-sizing: border-box;
|
|
155
|
+
inline-size: 0;
|
|
156
|
+
block-size: 0;
|
|
157
|
+
}
|
|
158
|
+
.OverlineText-module__hop-OverlineText__text___wKbnc::before {
|
|
159
|
+
margin-block-end: var(--bottom-offset);
|
|
160
|
+
}
|
|
161
|
+
.OverlineText-module__hop-OverlineText__text___wKbnc::after {
|
|
162
|
+
margin-block-start: var(--top-offset);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/text/src/Text.module.css/#css-module-data */
|
|
166
|
+
.Text-module__hop-Text___k9UR- {
|
|
167
|
+
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
168
|
+
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
169
|
+
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
170
|
+
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
171
|
+
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
172
|
+
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
173
|
+
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
174
|
+
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
175
|
+
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
176
|
+
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
177
|
+
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
178
|
+
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
179
|
+
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
180
|
+
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
181
|
+
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
182
|
+
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
183
|
+
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
184
|
+
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
185
|
+
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
186
|
+
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
187
|
+
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
188
|
+
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
189
|
+
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
190
|
+
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
191
|
+
--hop-Text-inherit-size-font-size: inherit;
|
|
192
|
+
--hop-Text-inherit-size-font-family: inherit;
|
|
193
|
+
--hop-Text-inherit-size-font-weight: inherit;
|
|
194
|
+
--hop-Text-inherit-size-line-height: inherit;
|
|
195
|
+
}
|
|
196
|
+
:where(.Text-module__hop-Text___k9UR-) {
|
|
197
|
+
font-family: var(--font-family);
|
|
198
|
+
font-size: var(--font-size);
|
|
199
|
+
font-weight: var(--font-weight);
|
|
200
|
+
line-height: var(--line-height);
|
|
201
|
+
}
|
|
202
|
+
:where(.Text-module__hop-Text--xs___jKImM) {
|
|
203
|
+
--font-size: var(--hop-Text-xs-font-size);
|
|
204
|
+
--font-family: var(--hop-Text-xs-font-family);
|
|
205
|
+
--font-weight: var(--hop-Text-xs-font-weight);
|
|
206
|
+
--line-height: var(--hop-Text-xs-line-height);
|
|
207
|
+
}
|
|
208
|
+
:where(.Text-module__hop-Text--sm___G2q-s) {
|
|
209
|
+
--font-size: var(--hop-Text-sm-font-size);
|
|
210
|
+
--font-family: var(--hop-Text-sm-font-family);
|
|
211
|
+
--font-weight: var(--hop-Text-sm-font-weight);
|
|
212
|
+
--line-height: var(--hop-Text-sm-line-height);
|
|
213
|
+
}
|
|
214
|
+
:where(.Text-module__hop-Text--md___QGCwO) {
|
|
215
|
+
--font-size: var(--hop-Text-md-font-size);
|
|
216
|
+
--font-family: var(--hop-Text-md-font-family);
|
|
217
|
+
--font-weight: var(--hop-Text-md-font-weight);
|
|
218
|
+
--line-height: var(--hop-Text-md-line-height);
|
|
219
|
+
}
|
|
220
|
+
:where(.Text-module__hop-Text--lg___T61Xi) {
|
|
221
|
+
--font-size: var(--hop-Text-lg-font-size);
|
|
222
|
+
--font-family: var(--hop-Text-lg-font-family);
|
|
223
|
+
--font-weight: var(--hop-Text-lg-font-weight);
|
|
224
|
+
--line-height: var(--hop-Text-lg-line-height);
|
|
225
|
+
}
|
|
226
|
+
:where(.Text-module__hop-Text--xl___Q53Bb) {
|
|
227
|
+
--font-size: var(--hop-Text-xl-font-size);
|
|
228
|
+
--font-family: var(--hop-Text-xl-font-family);
|
|
229
|
+
--font-weight: var(--hop-Text-xl-font-weight);
|
|
230
|
+
--line-height: var(--hop-Text-xl-line-height);
|
|
231
|
+
}
|
|
232
|
+
:where(.Text-module__hop-Text--2xl___Xz5p8) {
|
|
233
|
+
--font-size: var(--hop-Text-2xl-font-size);
|
|
234
|
+
--font-family: var(--hop-Text-2xl-font-family);
|
|
235
|
+
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
236
|
+
--line-height: var(--hop-Text-2xl-line-height);
|
|
237
|
+
}
|
|
238
|
+
:where(.Text-module__hop-Text--inherit___AgDyf) {
|
|
239
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
240
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
241
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
242
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/paragraph/src/Paragraph.module.css/#css-module-data */
|
|
246
|
+
.Paragraph-module__hop-Paragraph___y-4O8 {
|
|
247
|
+
--hop-Paragraph-xs-margin-bottom: calc(.625rem * .75);
|
|
248
|
+
--hop-Paragraph-sm-margin-bottom: calc(.75rem * .75);
|
|
249
|
+
--hop-Paragraph-md-margin-bottom: calc(.875rem * .75);
|
|
250
|
+
--hop-Paragraph-lg-margin-bottom: calc(1rem * .75);
|
|
251
|
+
--hop-Paragraph-xl-margin-bottom: calc(1.125rem * .75);
|
|
252
|
+
--hop-Paragraph-2xl-margin-bottom: calc(1.375rem * .75);
|
|
253
|
+
--hop-Paragraph-inherit-margin-bottom: .75em;
|
|
254
|
+
margin: 0;
|
|
255
|
+
margin-block-end: var(--margin-block-end);
|
|
256
|
+
overflow-wrap: break-word;
|
|
257
|
+
}
|
|
258
|
+
.Paragraph-module__hop-Paragraph___y-4O8:last-child {
|
|
259
|
+
--margin-block-end: 0;
|
|
260
|
+
}
|
|
261
|
+
.Paragraph-module__hop-Paragraph--xs___ZaH4f {
|
|
262
|
+
--margin-block-end: var(--hop-Paragraph-xs-margin-bottom);
|
|
263
|
+
}
|
|
264
|
+
.Paragraph-module__hop-Paragraph--sm___1P066 {
|
|
265
|
+
--margin-block-end: var(--hop-Paragraph-sm-margin-bottom);
|
|
266
|
+
}
|
|
267
|
+
.Paragraph-module__hop-Paragraph--md___6kKS3 {
|
|
268
|
+
--margin-block-end: var(--hop-Paragraph-md-margin-bottom);
|
|
269
|
+
}
|
|
270
|
+
.Paragraph-module__hop-Paragraph--lg___KcBJs {
|
|
271
|
+
--margin-block-end: var(--hop-Paragraph-lg-margin-bottom);
|
|
272
|
+
}
|
|
273
|
+
.Paragraph-module__hop-Paragraph--xl___O6zNl {
|
|
274
|
+
--margin-block-end: var(--hop-Paragraph-xl-margin-bottom);
|
|
275
|
+
}
|
|
276
|
+
.Paragraph-module__hop-Paragraph--2xl___cIzvg {
|
|
277
|
+
--margin-block-end: var(--hop-Paragraph-2xl-margin-bottom);
|
|
278
|
+
}
|
|
279
|
+
.Paragraph-module__hop-Paragraph--inherit___bNGwU {
|
|
280
|
+
--margin-block-end: var(--hop-Paragraph-inherit-margin-bottom);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/calendar/src/RangeCalendarCell.module.css/#css-module-data */
|
|
284
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF {
|
|
285
|
+
--hop-CalendarCell-display: flex;
|
|
286
|
+
--hop-CalendarCell-align-items: center;
|
|
287
|
+
--hop-CalendarCell-justify-content: center;
|
|
288
|
+
--hop-CalendarCell-inline-size: 2.5rem;
|
|
289
|
+
--hop-CalendarCell-block-size: 2.5rem;
|
|
290
|
+
--hop-CalendarCell-outline: none;
|
|
291
|
+
--hop-CalendarCell-border-radius: var(--hop-shape-circle);
|
|
292
|
+
--hop-CalendarCell-color: var(--hop-neutral-text);
|
|
293
|
+
--hop-CalendarCell-font-family: var(--hop-body-sm-font-family);
|
|
294
|
+
--hop-CalendarCell-font-size: var(--hop-body-sm-font-size);
|
|
295
|
+
--hop-CalendarCell-font-weight: var(--hop-body-sm-font-weight);
|
|
296
|
+
--hop-CalendarCell-line-height: var(--hop-body-sm-line-height);
|
|
297
|
+
--hop-CalendarCell-cursor: default;
|
|
298
|
+
cursor: var(--hop-CalendarCell-cursor);
|
|
299
|
+
display: var(--hop-CalendarCell-display);
|
|
300
|
+
align-items: var(--hop-CalendarCell-align-items);
|
|
301
|
+
justify-content: var(--hop-CalendarCell-justify-content);
|
|
302
|
+
box-sizing: border-box;
|
|
303
|
+
inline-size: var(--hop-CalendarCell-inline-size);
|
|
304
|
+
block-size: var(--hop-CalendarCell-block-size);
|
|
305
|
+
font-family: var(--hop-CalendarCell-font-family);
|
|
306
|
+
font-size: var(--hop-CalendarCell-font-size);
|
|
307
|
+
font-weight: var(--hop-CalendarCell-font-weight);
|
|
308
|
+
line-height: var(--hop-CalendarCell-line-height);
|
|
309
|
+
color: var(--hop-CalendarCell-color);
|
|
310
|
+
border-radius: var(--hop-CalendarCell-border-radius);
|
|
311
|
+
outline: var(--hop-CalendarCell-outline);
|
|
312
|
+
}
|
|
313
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-outside-month] {
|
|
314
|
+
visibility: hidden;
|
|
315
|
+
}
|
|
316
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-hovered]:not([data-unavailable], [data-selected]) {
|
|
317
|
+
--hop-CalendarCell-data-hovered-background: var(--hop-neutral-surface-hover);
|
|
318
|
+
--hop-CalendarCell-data-hovered-color: var(--hop-neutral-text-hover);
|
|
319
|
+
color: var(--hop-CalendarCell-data-hovered-color);
|
|
320
|
+
background: var(--hop-CalendarCell-data-hovered-background);
|
|
321
|
+
}
|
|
322
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-focus-visible] {
|
|
323
|
+
--hop-CalendarCell-data-focus-visible-outline: var(--hop-space-20) solid var(--hop-primary-border-focus);
|
|
324
|
+
outline: var(--hop-CalendarCell-data-focus-visible-outline);
|
|
325
|
+
}
|
|
326
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-pressed] {
|
|
327
|
+
--hop-CalendarCell-data-pressed-background: var(--hop-neutral-surface-press);
|
|
328
|
+
--hop-CalendarCell-data-pressed-color: var(--hop-neutral-text-hover);
|
|
329
|
+
color: var(--hop-CalendarCell-data-pressed-color);
|
|
330
|
+
background: var(--hop-CalendarCell-data-pressed-background);
|
|
331
|
+
}
|
|
332
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-selected] {
|
|
333
|
+
--hop-CalendarCell-data-selected-background: var(--hop-neutral-surface-selected);
|
|
334
|
+
--hop-CalendarCell-data-selected-color: var(--hop-neutral-text-selected);
|
|
335
|
+
color: var(--hop-CalendarCell-data-selected-color);
|
|
336
|
+
background: var(--hop-CalendarCell-data-selected-background);
|
|
337
|
+
}
|
|
338
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-disabled] {
|
|
339
|
+
--hop-CalendarCell-data-disabled-color: var(--hop-neutral-text-disabled);
|
|
340
|
+
color: var(--hop-CalendarCell-data-disabled-color);
|
|
341
|
+
}
|
|
342
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-invalid] {
|
|
343
|
+
--hop-CalendarCell-data-invalid-color: var(--hop-danger-text-strong);
|
|
344
|
+
--hop-CalendarCell-data-invalid-background: var(--hop-danger-surface-strong);
|
|
345
|
+
color: var(--hop-CalendarCell-data-invalid-color);
|
|
346
|
+
background: var(--hop-CalendarCell-data-invalid-background);
|
|
347
|
+
}
|
|
348
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-unavailable] {
|
|
349
|
+
--hop-CalendarCell-data-unavailable-color: var(--hop-danger-text-weak);
|
|
350
|
+
--hop-CalendarCell-data-unavailable-text-decoration: line-through;
|
|
351
|
+
color: var(--hop-CalendarCell-data-unavailable-color);
|
|
352
|
+
text-decoration: var(--hop-CalendarCell-data-unavailable-text-decoration);
|
|
353
|
+
}
|
|
354
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-today]:not([data-selected]) {
|
|
355
|
+
--hop-CalendarCell-data-today-border: 0.125rem solid var(--hop-neutral-border-strong);
|
|
356
|
+
border: var(--hop-CalendarCell-data-today-border);
|
|
357
|
+
}
|
|
358
|
+
.CalendarCell-module__hop-CalendarCell___2BNSF[data-disabled][data-selected] {
|
|
359
|
+
--hop-CalendarCell-data-selected-disabled-background: var(--hop-neutral-surface-disabled);
|
|
360
|
+
--hop-CalendarCell-data-selected-disabled-color: var(--hop-neutral-text-disabled);
|
|
361
|
+
color: var(--hop-CalendarCell-data-selected-disabled-color);
|
|
362
|
+
background: var(--hop-CalendarCell-data-selected-disabled-background);
|
|
363
|
+
}
|
|
364
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg {
|
|
365
|
+
--hop-RangeCalendarCell-position: relative;
|
|
366
|
+
--hop-RangeCalendarCell-border-radius: var(--hop-shape-circle);
|
|
367
|
+
position: var(--hop-RangeCalendarCell-position);
|
|
368
|
+
z-index: 0;
|
|
369
|
+
}
|
|
370
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selected] {
|
|
371
|
+
--hop-RangeCalendarCell-data-selected-background: var(--hop-neutral-surface-weak-selected);
|
|
372
|
+
--hop-RangeCalendarCell-data-selected-border-radius: 0;
|
|
373
|
+
--hop-RangeCalendarCell-data-selected-color: var(--hop-neutral-text);
|
|
374
|
+
color: var(--hop-RangeCalendarCell-data-selected-color);
|
|
375
|
+
background: var(--hop-RangeCalendarCell-data-selected-background);
|
|
376
|
+
border-radius: var(--hop-RangeCalendarCell-data-selected-border-radius);
|
|
377
|
+
}
|
|
378
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-start] {
|
|
379
|
+
border-start-start-radius: var(--hop-RangeCalendarCell-border-radius);
|
|
380
|
+
border-end-start-radius: var(--hop-RangeCalendarCell-border-radius);
|
|
381
|
+
}
|
|
382
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-end] {
|
|
383
|
+
border-start-end-radius: var(--hop-RangeCalendarCell-border-radius);
|
|
384
|
+
border-end-end-radius: var(--hop-RangeCalendarCell-border-radius);
|
|
385
|
+
}
|
|
386
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-start]:not([data-disabled])::before,
|
|
387
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-end]:not([data-disabled])::before {
|
|
388
|
+
--hop-RangeCalendarCell-data-selected-edge-background: var(--hop-neutral-surface-selected);
|
|
389
|
+
content: "";
|
|
390
|
+
position: absolute;
|
|
391
|
+
z-index: 1;
|
|
392
|
+
inset-block-start: 50%;
|
|
393
|
+
inset-inline-start: 50%;
|
|
394
|
+
transform: translate(-50%, -50%);
|
|
395
|
+
inline-size: 100%;
|
|
396
|
+
block-size: 100%;
|
|
397
|
+
background: var(--hop-RangeCalendarCell-data-selected-edge-background);
|
|
398
|
+
border-radius: var(--hop-RangeCalendarCell-border-radius);
|
|
399
|
+
}
|
|
400
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-start]:not([data-disabled]) span,
|
|
401
|
+
.RangeCalendarCell-module__hop-RangeCalendarCell___zD7vg[data-selection-end]:not([data-disabled]) span {
|
|
402
|
+
--hop-RangeCalendarCell-data-edge-selected-color: var(--hop-neutral-text-selected);
|
|
403
|
+
z-index: 2;
|
|
404
|
+
color: var(--hop-RangeCalendarCell-data-edge-selected-color);
|
|
405
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
|
+
import { CalendarCellProps } from 'react-aria-components';
|
|
4
|
+
|
|
5
|
+
declare const GlobalRangeCalendarCellCssSelector = "hop-RangeCalendarCell";
|
|
6
|
+
interface RangeCalendarCellProps extends Omit<CalendarCellProps, "children">, PropsWithChildren {
|
|
7
|
+
}
|
|
8
|
+
declare const RangeCalendarCell: (props: RangeCalendarCellProps) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
export { GlobalRangeCalendarCellCssSelector, RangeCalendarCell };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { ContextValue } from 'react-aria-components';
|
|
3
|
+
import { RangeCalendarProps } from './RangeCalendar.js';
|
|
4
|
+
import '@hopper-ui/styled-system';
|
|
5
|
+
import '@react-types/shared';
|
|
6
|
+
import '../../utils/src/types.js';
|
|
7
|
+
|
|
8
|
+
declare const RangeCalendarContext: react.Context<ContextValue<Partial<RangeCalendarProps>, HTMLDivElement>>;
|
|
9
|
+
|
|
10
|
+
export { RangeCalendarContext };
|