@hopper-ui/components 1.5.10 → 1.5.12
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 +13 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +1 -1
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +1 -1
- package/dist/Alert/src/Alert.css +300 -300
- package/dist/Alert/src/Alert.d.ts +4 -4
- package/dist/Alert/src/Alert.js +13 -13
- package/dist/Alert/src/index.css +300 -300
- package/dist/Alert/src/index.js +13 -13
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +4 -4
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +6 -6
- package/dist/Avatar/src/BrokenAvatar.css +38 -38
- package/dist/Avatar/src/BrokenAvatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +4 -4
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +8 -8
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +3 -3
- package/dist/Callout/src/Callout.css +263 -263
- package/dist/Callout/src/Callout.js +11 -10
- package/dist/Callout/src/CompactCallout.css +300 -300
- package/dist/Callout/src/CompactCallout.js +11 -10
- package/dist/Callout/src/index.css +312 -312
- package/dist/Callout/src/index.js +12 -11
- package/dist/Card/src/Card.css +31 -31
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +31 -31
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +644 -644
- package/dist/ComboBox/src/ComboBox.js +20 -20
- package/dist/ComboBox/src/index.css +644 -644
- package/dist/ComboBox/src/index.js +20 -20
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +1 -1
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +7 -7
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +7 -7
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +10 -10
- package/dist/Divider/src/Divider.css +30 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +30 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +28 -28
- package/dist/Form/src/Form.d.ts +1 -1
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +28 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +30 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +29 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +29 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +270 -270
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +270 -270
- package/dist/IllustratedMessage/src/index.js +1 -1
- package/dist/Image/src/Image.css +31 -31
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +29 -29
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +32 -32
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +67 -67
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +67 -67
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +12 -12
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +275 -275
- package/dist/ListBox/src/index.js +12 -12
- package/dist/Modal/src/BaseModal.css +43 -43
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +44 -44
- package/dist/Modal/src/CustomModal.js +2 -2
- package/dist/Modal/src/Modal.css +290 -290
- package/dist/Modal/src/Modal.js +11 -11
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +12 -12
- package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
- package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
- package/dist/SegmentedControl/src/SegmentedControlItem.js +6 -6
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +7 -7
- package/dist/Select/src/Select.css +588 -588
- package/dist/Select/src/Select.d.ts +1 -1
- package/dist/Select/src/Select.js +19 -19
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +7 -7
- package/dist/Select/src/index.css +588 -588
- package/dist/Select/src/index.js +19 -19
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +2 -2
- package/dist/Tabs/src/Tab.css +414 -414
- package/dist/Tabs/src/Tab.js +2 -2
- package/dist/Tabs/src/TabLine.css +30 -30
- package/dist/Tabs/src/TabLine.js +1 -1
- package/dist/Tabs/src/TabList.css +37 -37
- package/dist/Tabs/src/TabList.js +2 -2
- package/dist/Tabs/src/TabPanel.css +30 -30
- package/dist/Tabs/src/TabPanel.js +1 -1
- package/dist/Tabs/src/index.css +425 -425
- package/dist/Tabs/src/index.js +5 -5
- package/dist/Tile/src/Tile.css +37 -37
- package/dist/Tile/src/Tile.js +6 -6
- package/dist/Tile/src/TileGroup.css +29 -29
- package/dist/Tile/src/TileGroup.js +1 -1
- package/dist/Tile/src/index.css +38 -38
- package/dist/Tile/src/index.js +7 -7
- package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +30 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/Tooltip/src/Tooltip.css +285 -0
- package/dist/Tooltip/src/Tooltip.d.ts +18 -0
- package/dist/Tooltip/src/Tooltip.js +21 -0
- package/dist/Tooltip/src/TooltipContext.d.ts +10 -0
- package/dist/Tooltip/src/TooltipContext.js +2 -0
- package/dist/Tooltip/src/TooltipTrigger.css +234 -0
- package/dist/Tooltip/src/TooltipTrigger.d.ts +22 -0
- package/dist/Tooltip/src/TooltipTrigger.js +6 -0
- package/dist/Tooltip/src/TooltipTriggerContext.d.ts +8 -0
- package/dist/Tooltip/src/TooltipTriggerContext.js +2 -0
- package/dist/Tooltip/src/index.css +285 -0
- package/dist/Tooltip/src/index.d.ts +10 -0
- package/dist/Tooltip/src/index.js +25 -0
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +8 -8
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.d.ts +2 -3
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +9 -9
- package/dist/buttons/src/EmbeddedButton.css +99 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +103 -103
- package/dist/buttons/src/LinkButton.js +8 -8
- package/dist/buttons/src/index.css +251 -251
- package/dist/buttons/src/index.js +15 -15
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.d.ts +2 -2
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-36UI2HLA.js → chunk-2275KHRM.js} +1 -1
- package/dist/{chunk-YFHG54DL.js → chunk-24A5HTNX.js} +2 -2
- package/dist/{chunk-N45SWBFL.js → chunk-2CH4NRJK.js} +1 -1
- package/dist/{chunk-GYAX6N5L.js → chunk-2DJOSCOS.js} +12 -12
- package/dist/{chunk-NPHPBFWY.js → chunk-34C3NQQ7.js} +2 -2
- package/dist/{chunk-P2CXWHKF.js → chunk-3GDBPRCQ.js} +1 -1
- package/dist/{chunk-JT3H2YM7.js → chunk-3ZFWPRCT.js} +2 -2
- package/dist/{chunk-ZNYLAP47.js → chunk-4GLP7EEA.js} +5 -5
- package/dist/{chunk-FEVD5AOU.js → chunk-54LJAB7Z.js} +2 -2
- package/dist/{chunk-3MCUUQCR.js → chunk-5GJBTYRR.js} +1 -1
- package/dist/{chunk-NETXXOSY.js → chunk-5GXZIX65.js} +1 -1
- package/dist/{chunk-EBZYYRR7.js → chunk-5ZUPQ3QC.js} +3 -3
- package/dist/{chunk-6O7KWPWM.js → chunk-6IH5OUNU.js} +1 -1
- package/dist/{chunk-QOFWPI6H.js → chunk-6SWDOG5U.js} +7 -7
- package/dist/{chunk-XLXUDCDD.js → chunk-6V3S5OPQ.js} +2 -2
- package/dist/{chunk-RFG46AHU.js → chunk-7BXDKWKO.js} +2 -2
- package/dist/{chunk-P63CP3CQ.js → chunk-7GQLLEUS.js} +2 -2
- package/dist/{chunk-QPDXSP2V.js → chunk-7TR6VC7R.js} +21 -19
- package/dist/{chunk-UQ63BSFV.js → chunk-AOYH6YRJ.js} +2 -2
- package/dist/{chunk-6CFV4474.js → chunk-BAIN4DDL.js} +2 -2
- package/dist/{chunk-LPR4HBRB.js → chunk-BBIW2KBW.js} +4 -4
- package/dist/{chunk-E6X4GWT5.js → chunk-BZGCNB2Q.js} +1 -1
- package/dist/{chunk-IQ6MO6KG.js → chunk-CQIEYCDR.js} +5 -5
- package/dist/{chunk-XIVD53T6.js → chunk-D5BPOB2U.js} +22 -8
- package/dist/{chunk-IR7UBBUI.js → chunk-DAPJWTDY.js} +1 -1
- package/dist/{chunk-FVA3VWM3.js → chunk-DFLH2TRR.js} +1 -1
- package/dist/{chunk-67CQTKQZ.js → chunk-DPJMFJEG.js} +1 -1
- package/dist/chunk-E273RKXA.js +70 -0
- package/dist/{chunk-F36EAHLH.js → chunk-E4LQY732.js} +2 -2
- package/dist/{chunk-MB7OLVLQ.js → chunk-E6ZFQPRY.js} +10 -10
- package/dist/{chunk-JR3DELVD.js → chunk-ETEKSNHP.js} +3 -3
- package/dist/{chunk-SHQPU4H3.js → chunk-EZADKOST.js} +2 -2
- package/dist/{chunk-JKKIMD2I.js → chunk-F4RAZBGB.js} +1 -1
- package/dist/{chunk-7TPCYJYU.js → chunk-FAJP57AU.js} +1 -1
- package/dist/{chunk-WAYEWRHX.js → chunk-FUPP4KDU.js} +3 -3
- package/dist/chunk-FZK3TKHG.js +7 -0
- package/dist/{chunk-IHGWUNFU.js → chunk-G3VDMQ5I.js} +2 -2
- package/dist/{chunk-VQC3P5DN.js → chunk-G55ZK3TC.js} +5 -5
- package/dist/{chunk-2HNTRGHC.js → chunk-I6EAOTCD.js} +6 -6
- package/dist/{chunk-SSFWYTTO.js → chunk-IO4H6ABI.js} +9 -3
- package/dist/{chunk-JGEEL2DR.js → chunk-IUBPSWJV.js} +2 -2
- package/dist/{chunk-C2EQOJS5.js → chunk-IYQDX37T.js} +1 -1
- package/dist/{chunk-IG3COIDI.js → chunk-JNC77FI2.js} +1 -1
- package/dist/{chunk-72QUM66Y.js → chunk-KEDDVTHL.js} +1 -1
- package/dist/{chunk-UDJPDLDM.js → chunk-KL2A2QFJ.js} +1 -1
- package/dist/{chunk-I7E5YC6V.js → chunk-LBQWBVCJ.js} +9 -9
- package/dist/{chunk-NR6A6BI2.js → chunk-LNNTDKK3.js} +2 -2
- package/dist/chunk-LRMQLQVX.js +12 -0
- package/dist/{chunk-JPT5O44G.js → chunk-LVSPT6MM.js} +8 -2
- package/dist/{chunk-DFICS6HW.js → chunk-MRNKKBQY.js} +2 -2
- package/dist/chunk-MVQISVDN.js +7 -0
- package/dist/chunk-MXBCLPHV.js +8 -0
- package/dist/{chunk-HCWCZJI6.js → chunk-NEDQLIJJ.js} +8 -8
- package/dist/{chunk-2PTMHRN6.js → chunk-NSWO6KOB.js} +2 -2
- package/dist/{chunk-GTITU5LR.js → chunk-OQ65XPCF.js} +8 -8
- package/dist/{chunk-D5V7JRE5.js → chunk-ORQ4RJXE.js} +1 -1
- package/dist/{chunk-FN5AV5GT.js → chunk-PPEXQFD7.js} +2 -2
- package/dist/{chunk-IGZ2326L.js → chunk-PVTWTQPF.js} +5 -5
- package/dist/{chunk-VIQWLIQH.js → chunk-QBRIIOYC.js} +2 -2
- package/dist/{chunk-HHBI4BXD.js → chunk-QEUVT6WW.js} +3 -3
- package/dist/{chunk-7TR7PPAZ.js → chunk-QFKBNLTS.js} +2 -2
- package/dist/{chunk-ULHKCKIA.js → chunk-QITF3KZ6.js} +1 -1
- package/dist/{chunk-AAG3SD5U.js → chunk-QLBR32KW.js} +3 -3
- package/dist/{chunk-JBFB6YRY.js → chunk-RWXYJW3R.js} +1 -1
- package/dist/{chunk-NZB335GO.js → chunk-U2XK4LGL.js} +1 -1
- package/dist/{chunk-BOIKXHIE.js → chunk-UHJKIOGM.js} +2 -2
- package/dist/chunk-URGEWIYL.js +131 -0
- package/dist/{chunk-SOQNWBUK.js → chunk-UXVER6A6.js} +2 -2
- package/dist/{chunk-67MTFOYC.js → chunk-V4PG262Z.js} +1 -1
- package/dist/{chunk-C3ZCD5RO.js → chunk-VUR7ZP2L.js} +3 -3
- package/dist/{chunk-JV3R6DTT.js → chunk-W6K7P5BX.js} +2 -2
- package/dist/{chunk-ZZQKIEAE.js → chunk-WUDGWFTV.js} +11 -11
- package/dist/{chunk-4FJMF7EW.js → chunk-WWKN7BDU.js} +11 -11
- package/dist/{chunk-RAF3F3RF.js → chunk-XIRBRHNM.js} +2 -2
- package/dist/{chunk-NTE4WHNI.js → chunk-Y67OCNQ4.js} +1 -1
- package/dist/{chunk-AZ63XRIL.js → chunk-Y7TOOHUJ.js} +2 -2
- package/dist/{chunk-O4H7WFC2.js → chunk-YJANLD7B.js} +1 -1
- package/dist/{chunk-JSZNT3DJ.js → chunk-YPFNLIK3.js} +1 -1
- package/dist/{chunk-KX4FLAWC.js → chunk-YQKPVF5F.js} +2 -2
- package/dist/{chunk-SWDSOVSN.js → chunk-Z2BW6FYZ.js} +1 -1
- package/dist/{chunk-ZYZFFK52.js → chunk-ZJUDBIS4.js} +1 -1
- package/dist/{chunk-ZUHN5QX4.js → chunk-ZZ3HDXLO.js} +3 -3
- package/dist/index.css +1001 -950
- package/dist/index.d.ts +6 -0
- package/dist/index.js +94 -88
- package/dist/inputs/src/Input.css +32 -32
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +34 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +58 -58
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +13 -13
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +275 -275
- package/dist/inputs/src/TextField.js +16 -16
- package/dist/inputs/src/index.css +323 -323
- package/dist/inputs/src/index.js +21 -21
- package/dist/overlays/Popover/src/Popover.css +560 -560
- package/dist/overlays/Popover/src/Popover.d.ts +1 -1
- package/dist/overlays/Popover/src/Popover.js +7 -7
- package/dist/overlays/Popover/src/PopoverBase.css +32 -32
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +564 -564
- package/dist/overlays/Popover/src/index.js +9 -9
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.d.ts +2 -2
- package/dist/radio/src/RadioGroup.js +7 -7
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +13 -13
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +392 -392
- package/dist/tag/src/Tag.js +12 -12
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.d.ts +1 -1
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.js +15 -15
- package/dist/typography/Heading/src/Heading.css +28 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +28 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +28 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +28 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +28 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +28 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +28 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +6 -6
- package/dist/utils/src/createSyntheticEvent.d.ts +9 -0
- package/dist/utils/src/createSyntheticEvent.js +2 -0
- package/dist/utils/src/getChildRef.d.ts +5 -0
- package/dist/utils/src/getChildRef.js +2 -0
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.d.ts +2 -0
- package/dist/utils/src/index.js +8 -6
- package/dist/utils/src/types.d.ts +1 -1
- package/dist/utils/src/useSlot.d.ts +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
+
.Text-module__hop-Text___kVqAq {
|
|
3
|
+
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
|
+
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
|
+
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
6
|
+
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
7
|
+
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
8
|
+
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
9
|
+
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
10
|
+
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
11
|
+
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
12
|
+
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
13
|
+
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
14
|
+
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
15
|
+
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
16
|
+
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
17
|
+
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
18
|
+
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
19
|
+
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
20
|
+
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
21
|
+
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
22
|
+
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
23
|
+
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
24
|
+
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
25
|
+
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
26
|
+
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
27
|
+
--hop-Text-inherit-size-font-size: inherit;
|
|
28
|
+
--hop-Text-inherit-size-font-family: inherit;
|
|
29
|
+
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
|
+
--hop-Text-inherit-size-line-height: inherit;
|
|
31
|
+
}
|
|
32
|
+
:where(.Text-module__hop-Text___kVqAq) {
|
|
33
|
+
font-family: var(--font-family);
|
|
34
|
+
font-size: var(--font-size);
|
|
35
|
+
font-weight: var(--font-weight);
|
|
36
|
+
line-height: var(--line-height);
|
|
37
|
+
}
|
|
38
|
+
:where(.Text-module__hop-Text--xs___lrVIR) {
|
|
39
|
+
--font-size: var(--hop-Text-xs-font-size);
|
|
40
|
+
--font-family: var(--hop-Text-xs-font-family);
|
|
41
|
+
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
|
+
--line-height: var(--hop-Text-xs-line-height);
|
|
43
|
+
}
|
|
44
|
+
:where(.Text-module__hop-Text--sm___7LLHw) {
|
|
45
|
+
--font-size: var(--hop-Text-sm-font-size);
|
|
46
|
+
--font-family: var(--hop-Text-sm-font-family);
|
|
47
|
+
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
|
+
--line-height: var(--hop-Text-sm-line-height);
|
|
49
|
+
}
|
|
50
|
+
:where(.Text-module__hop-Text--md___Jem1L) {
|
|
51
|
+
--font-size: var(--hop-Text-md-font-size);
|
|
52
|
+
--font-family: var(--hop-Text-md-font-family);
|
|
53
|
+
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
|
+
--line-height: var(--hop-Text-md-line-height);
|
|
55
|
+
}
|
|
56
|
+
:where(.Text-module__hop-Text--lg___j1muL) {
|
|
57
|
+
--font-size: var(--hop-Text-lg-font-size);
|
|
58
|
+
--font-family: var(--hop-Text-lg-font-family);
|
|
59
|
+
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
|
+
--line-height: var(--hop-Text-lg-line-height);
|
|
61
|
+
}
|
|
62
|
+
:where(.Text-module__hop-Text--xl___P1Dy3) {
|
|
63
|
+
--font-size: var(--hop-Text-xl-font-size);
|
|
64
|
+
--font-family: var(--hop-Text-xl-font-family);
|
|
65
|
+
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
|
+
--line-height: var(--hop-Text-xl-line-height);
|
|
67
|
+
}
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___j04kQ) {
|
|
69
|
+
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
|
+
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
|
+
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
|
+
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
|
+
}
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___NL1bf) {
|
|
75
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
82
|
+
.Heading-module__hop-Heading___sRoDm {
|
|
83
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
84
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
85
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
86
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
87
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
88
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
89
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
90
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
91
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
92
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
93
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
94
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
95
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
96
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
97
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
98
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
99
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
100
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
101
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
102
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
103
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
104
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
105
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
106
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
107
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
108
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
109
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
110
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
111
|
+
--hop-Heading-inherit-size-font-size: inherit;
|
|
112
|
+
--hop-Heading-inherit-size-font-family: inherit;
|
|
113
|
+
--hop-Heading-inherit-size-font-weight: inherit;
|
|
114
|
+
--hop-Heading-inherit-size-line-height: inherit;
|
|
115
|
+
}
|
|
116
|
+
:where(.Heading-module__hop-Heading___sRoDm) {
|
|
117
|
+
margin: 0;
|
|
118
|
+
font-family: var(--font-family);
|
|
119
|
+
font-size: var(--font-size);
|
|
120
|
+
font-weight: var(--font-weight);
|
|
121
|
+
line-height: var(--line-height);
|
|
122
|
+
color: var(--hop-neutral-text);
|
|
123
|
+
}
|
|
124
|
+
:where(.Heading-module__hop-Heading--xs___lnER0) {
|
|
125
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
126
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
127
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
128
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
129
|
+
}
|
|
130
|
+
:where(.Heading-module__hop-Heading--sm___oVJ9P) {
|
|
131
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
132
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
133
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
134
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
135
|
+
}
|
|
136
|
+
:where(.Heading-module__hop-Heading--md___7MvJW) {
|
|
137
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
138
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
139
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
140
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
141
|
+
}
|
|
142
|
+
:where(.Heading-module__hop-Heading--lg___pPPX9) {
|
|
143
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
144
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
145
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
146
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
147
|
+
}
|
|
148
|
+
:where(.Heading-module__hop-Heading--xl___KUhTQ) {
|
|
149
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
150
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
151
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
152
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
153
|
+
}
|
|
154
|
+
:where(.Heading-module__hop-Heading--2xl___821WG) {
|
|
155
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
156
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
157
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
158
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
159
|
+
}
|
|
160
|
+
:where(.Heading-module__hop-Heading--3xl___jT1tO) {
|
|
161
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
162
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
163
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
164
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
168
|
+
:where(.OverlineText-module__hop-OverlineText___SapTb) {
|
|
169
|
+
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
170
|
+
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
171
|
+
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
172
|
+
--hop-OverlineText-letter-spacing: 0.015rem;
|
|
173
|
+
--hop-OverlineText-line-height: var(--hop-overline-line-height);
|
|
174
|
+
--hop-OverlineText-top-offset: var(--hop-overline-top-offset);
|
|
175
|
+
--hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
|
|
176
|
+
--font-family: var(--hop-OverlineText-font-family);
|
|
177
|
+
--font-size: var(--hop-OverlineText-font-size);
|
|
178
|
+
--font-weight: var(--hop-OverlineText-font-weight);
|
|
179
|
+
--letter-spacing: var(--hop-OverlineText-letter-spacing);
|
|
180
|
+
--line-height: var(--hop-OverlineText-line-height);
|
|
181
|
+
--top-offset: var(--hop-OverlineText-top-offset);
|
|
182
|
+
--bottom-offset: var(--hop-OverlineText-bottom-offset);
|
|
183
|
+
box-sizing: border-box;
|
|
184
|
+
font-family: var(--font-family);
|
|
185
|
+
font-size: var(--font-size);
|
|
186
|
+
font-feature-settings: "case";
|
|
187
|
+
font-weight: var(--font-weight);
|
|
188
|
+
line-height: var(--line-height);
|
|
189
|
+
text-transform: uppercase;
|
|
190
|
+
letter-spacing: var(--letter-spacing);
|
|
191
|
+
}
|
|
192
|
+
.OverlineText-module__hop-OverlineText__text___wYArw {
|
|
193
|
+
box-sizing: border-box;
|
|
194
|
+
}
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::before,
|
|
196
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::after {
|
|
197
|
+
content: "";
|
|
198
|
+
display: block;
|
|
199
|
+
box-sizing: border-box;
|
|
200
|
+
inline-size: 0;
|
|
201
|
+
block-size: 0;
|
|
202
|
+
}
|
|
203
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::before {
|
|
204
|
+
margin-block-end: var(--bottom-offset);
|
|
205
|
+
}
|
|
206
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::after {
|
|
207
|
+
margin-block-start: var(--top-offset);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
211
|
+
.Form-module__hop-Form___qiaMz {
|
|
212
|
+
display: flex;
|
|
213
|
+
flex-direction: column;
|
|
214
|
+
gap: var(--hop-space-stack-lg);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
218
|
+
.Label-module__hop-Label___sCvnv {
|
|
219
|
+
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
220
|
+
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
221
|
+
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
222
|
+
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
223
|
+
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
224
|
+
}
|
|
225
|
+
:where(.Label-module__hop-Label___sCvnv) {
|
|
226
|
+
font-family: var(--hop-Label-font-family);
|
|
227
|
+
font-size: var(--hop-Label-font-size);
|
|
228
|
+
font-weight: var(--hop-Label-font-weight);
|
|
229
|
+
line-height: var(--hop-Label-line-height);
|
|
230
|
+
color: var(--hop-Label-color);
|
|
231
|
+
}
|
|
232
|
+
:where(.Label-module__hop-Label__indicator___eU4BN) {
|
|
233
|
+
padding-inline-start: var(--hop-space-20);
|
|
234
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { TooltipTriggerComponentProps, TooltipProps } from 'react-aria-components';
|
|
3
|
+
|
|
4
|
+
declare const GlobalTooltipTriggerCssSelector = "hop-TooltipTrigger";
|
|
5
|
+
interface TooltipTriggerProps extends Omit<TooltipTriggerComponentProps, "closeDelay">, Pick<TooltipProps, "shouldFlip" | "containerPadding" | "offset" | "crossOffset"> {
|
|
6
|
+
/**
|
|
7
|
+
* The placement of the element with respect to its anchor element.
|
|
8
|
+
*
|
|
9
|
+
* @default 'top'
|
|
10
|
+
*/
|
|
11
|
+
placement?: "start" | "end" | "right" | "left" | "top" | "bottom";
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* TooltipTrigger wraps around a trigger element and a Tooltip. It handles opening and closing
|
|
15
|
+
* the Tooltip when the user hovers over or focuses the trigger, and positioning the Tooltip
|
|
16
|
+
* relative to the trigger.
|
|
17
|
+
*
|
|
18
|
+
* [View Documentation](https://hopper.workleap.design/components/Tooltip)
|
|
19
|
+
*/
|
|
20
|
+
declare function TooltipTrigger(props: TooltipTriggerProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
export { GlobalTooltipTriggerCssSelector, TooltipTrigger, type TooltipTriggerProps };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { GlobalTooltipTriggerCssSelector, TooltipTrigger } from '../../chunk-URGEWIYL.js';
|
|
2
|
+
import '../../chunk-MXBCLPHV.js';
|
|
3
|
+
import '../../chunk-LRMQLQVX.js';
|
|
4
|
+
import '../../chunk-MVQISVDN.js';
|
|
5
|
+
import '../../chunk-H5YTU3U7.js';
|
|
6
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { TooltipTriggerProps } from './TooltipTrigger.js';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
import 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
declare const TooltipTriggerContext: react.Context<Partial<TooltipTriggerProps>>;
|
|
7
|
+
|
|
8
|
+
export { TooltipTriggerContext };
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
+
.Text-module__hop-Text___kVqAq {
|
|
3
|
+
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
|
+
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
|
+
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
6
|
+
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
7
|
+
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
8
|
+
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
9
|
+
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
10
|
+
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
11
|
+
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
12
|
+
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
13
|
+
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
14
|
+
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
15
|
+
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
16
|
+
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
17
|
+
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
18
|
+
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
19
|
+
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
20
|
+
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
21
|
+
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
22
|
+
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
23
|
+
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
24
|
+
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
25
|
+
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
26
|
+
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
27
|
+
--hop-Text-inherit-size-font-size: inherit;
|
|
28
|
+
--hop-Text-inherit-size-font-family: inherit;
|
|
29
|
+
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
|
+
--hop-Text-inherit-size-line-height: inherit;
|
|
31
|
+
}
|
|
32
|
+
:where(.Text-module__hop-Text___kVqAq) {
|
|
33
|
+
font-family: var(--font-family);
|
|
34
|
+
font-size: var(--font-size);
|
|
35
|
+
font-weight: var(--font-weight);
|
|
36
|
+
line-height: var(--line-height);
|
|
37
|
+
}
|
|
38
|
+
:where(.Text-module__hop-Text--xs___lrVIR) {
|
|
39
|
+
--font-size: var(--hop-Text-xs-font-size);
|
|
40
|
+
--font-family: var(--hop-Text-xs-font-family);
|
|
41
|
+
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
|
+
--line-height: var(--hop-Text-xs-line-height);
|
|
43
|
+
}
|
|
44
|
+
:where(.Text-module__hop-Text--sm___7LLHw) {
|
|
45
|
+
--font-size: var(--hop-Text-sm-font-size);
|
|
46
|
+
--font-family: var(--hop-Text-sm-font-family);
|
|
47
|
+
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
|
+
--line-height: var(--hop-Text-sm-line-height);
|
|
49
|
+
}
|
|
50
|
+
:where(.Text-module__hop-Text--md___Jem1L) {
|
|
51
|
+
--font-size: var(--hop-Text-md-font-size);
|
|
52
|
+
--font-family: var(--hop-Text-md-font-family);
|
|
53
|
+
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
|
+
--line-height: var(--hop-Text-md-line-height);
|
|
55
|
+
}
|
|
56
|
+
:where(.Text-module__hop-Text--lg___j1muL) {
|
|
57
|
+
--font-size: var(--hop-Text-lg-font-size);
|
|
58
|
+
--font-family: var(--hop-Text-lg-font-family);
|
|
59
|
+
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
|
+
--line-height: var(--hop-Text-lg-line-height);
|
|
61
|
+
}
|
|
62
|
+
:where(.Text-module__hop-Text--xl___P1Dy3) {
|
|
63
|
+
--font-size: var(--hop-Text-xl-font-size);
|
|
64
|
+
--font-family: var(--hop-Text-xl-font-family);
|
|
65
|
+
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
|
+
--line-height: var(--hop-Text-xl-line-height);
|
|
67
|
+
}
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___j04kQ) {
|
|
69
|
+
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
|
+
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
|
+
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
|
+
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
|
+
}
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___NL1bf) {
|
|
75
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
82
|
+
.Heading-module__hop-Heading___sRoDm {
|
|
83
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
84
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
85
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
86
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
87
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
88
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
89
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
90
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
91
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
92
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
93
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
94
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
95
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
96
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
97
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
98
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
99
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
100
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
101
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
102
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
103
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
104
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
105
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
106
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
107
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
108
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
109
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
110
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
111
|
+
--hop-Heading-inherit-size-font-size: inherit;
|
|
112
|
+
--hop-Heading-inherit-size-font-family: inherit;
|
|
113
|
+
--hop-Heading-inherit-size-font-weight: inherit;
|
|
114
|
+
--hop-Heading-inherit-size-line-height: inherit;
|
|
115
|
+
}
|
|
116
|
+
:where(.Heading-module__hop-Heading___sRoDm) {
|
|
117
|
+
margin: 0;
|
|
118
|
+
font-family: var(--font-family);
|
|
119
|
+
font-size: var(--font-size);
|
|
120
|
+
font-weight: var(--font-weight);
|
|
121
|
+
line-height: var(--line-height);
|
|
122
|
+
color: var(--hop-neutral-text);
|
|
123
|
+
}
|
|
124
|
+
:where(.Heading-module__hop-Heading--xs___lnER0) {
|
|
125
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
126
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
127
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
128
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
129
|
+
}
|
|
130
|
+
:where(.Heading-module__hop-Heading--sm___oVJ9P) {
|
|
131
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
132
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
133
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
134
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
135
|
+
}
|
|
136
|
+
:where(.Heading-module__hop-Heading--md___7MvJW) {
|
|
137
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
138
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
139
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
140
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
141
|
+
}
|
|
142
|
+
:where(.Heading-module__hop-Heading--lg___pPPX9) {
|
|
143
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
144
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
145
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
146
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
147
|
+
}
|
|
148
|
+
:where(.Heading-module__hop-Heading--xl___KUhTQ) {
|
|
149
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
150
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
151
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
152
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
153
|
+
}
|
|
154
|
+
:where(.Heading-module__hop-Heading--2xl___821WG) {
|
|
155
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
156
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
157
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
158
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
159
|
+
}
|
|
160
|
+
:where(.Heading-module__hop-Heading--3xl___jT1tO) {
|
|
161
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
162
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
163
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
164
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
168
|
+
:where(.OverlineText-module__hop-OverlineText___SapTb) {
|
|
169
|
+
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
170
|
+
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
171
|
+
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
172
|
+
--hop-OverlineText-letter-spacing: 0.015rem;
|
|
173
|
+
--hop-OverlineText-line-height: var(--hop-overline-line-height);
|
|
174
|
+
--hop-OverlineText-top-offset: var(--hop-overline-top-offset);
|
|
175
|
+
--hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
|
|
176
|
+
--font-family: var(--hop-OverlineText-font-family);
|
|
177
|
+
--font-size: var(--hop-OverlineText-font-size);
|
|
178
|
+
--font-weight: var(--hop-OverlineText-font-weight);
|
|
179
|
+
--letter-spacing: var(--hop-OverlineText-letter-spacing);
|
|
180
|
+
--line-height: var(--hop-OverlineText-line-height);
|
|
181
|
+
--top-offset: var(--hop-OverlineText-top-offset);
|
|
182
|
+
--bottom-offset: var(--hop-OverlineText-bottom-offset);
|
|
183
|
+
box-sizing: border-box;
|
|
184
|
+
font-family: var(--font-family);
|
|
185
|
+
font-size: var(--font-size);
|
|
186
|
+
font-feature-settings: "case";
|
|
187
|
+
font-weight: var(--font-weight);
|
|
188
|
+
line-height: var(--line-height);
|
|
189
|
+
text-transform: uppercase;
|
|
190
|
+
letter-spacing: var(--letter-spacing);
|
|
191
|
+
}
|
|
192
|
+
.OverlineText-module__hop-OverlineText__text___wYArw {
|
|
193
|
+
box-sizing: border-box;
|
|
194
|
+
}
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::before,
|
|
196
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::after {
|
|
197
|
+
content: "";
|
|
198
|
+
display: block;
|
|
199
|
+
box-sizing: border-box;
|
|
200
|
+
inline-size: 0;
|
|
201
|
+
block-size: 0;
|
|
202
|
+
}
|
|
203
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::before {
|
|
204
|
+
margin-block-end: var(--bottom-offset);
|
|
205
|
+
}
|
|
206
|
+
.OverlineText-module__hop-OverlineText__text___wYArw::after {
|
|
207
|
+
margin-block-start: var(--top-offset);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
211
|
+
.Form-module__hop-Form___qiaMz {
|
|
212
|
+
display: flex;
|
|
213
|
+
flex-direction: column;
|
|
214
|
+
gap: var(--hop-space-stack-lg);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
218
|
+
.Label-module__hop-Label___sCvnv {
|
|
219
|
+
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
220
|
+
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
221
|
+
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
222
|
+
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
223
|
+
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
224
|
+
}
|
|
225
|
+
:where(.Label-module__hop-Label___sCvnv) {
|
|
226
|
+
font-family: var(--hop-Label-font-family);
|
|
227
|
+
font-size: var(--hop-Label-font-size);
|
|
228
|
+
font-weight: var(--hop-Label-font-weight);
|
|
229
|
+
line-height: var(--hop-Label-line-height);
|
|
230
|
+
color: var(--hop-Label-color);
|
|
231
|
+
}
|
|
232
|
+
:where(.Label-module__hop-Label__indicator___eU4BN) {
|
|
233
|
+
padding-inline-start: var(--hop-space-20);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Tooltip/src/Tooltip.module.css/#css-module-data */
|
|
237
|
+
.Tooltip-module__hop-Tooltip___8Hwi6 {
|
|
238
|
+
--hop-Tooltip-max-inline-size: 20rem;
|
|
239
|
+
--hop-Tooltip-slide-amount: 0.25rem;
|
|
240
|
+
--hop-Tooltip-background: var(--hop-neutral-surface-strong);
|
|
241
|
+
--hop-Tooltip-border-radius: var(--hop-shape-rounded-md);
|
|
242
|
+
--hop-Tooltip-box-shadow: var(--hop-elevation-raised);
|
|
243
|
+
--hop-Tooltip-color: var(--hop-neutral-text-strong);
|
|
244
|
+
--hop-Tooltip-padding: var(--hop-space-inset-squish-md);
|
|
245
|
+
--origin-x: 0;
|
|
246
|
+
--origin-y: 0;
|
|
247
|
+
max-inline-size: min(var(--hop-Tooltip-max-inline-size), calc(100% - (var(--container-padding) * 2)));
|
|
248
|
+
padding: var(--hop-Tooltip-padding);
|
|
249
|
+
color: var(--hop-Tooltip-color);
|
|
250
|
+
background: var(--hop-Tooltip-background);
|
|
251
|
+
border-radius: var(--hop-Tooltip-border-radius);
|
|
252
|
+
box-shadow: var(--hop-Tooltip-box-shadow);
|
|
253
|
+
}
|
|
254
|
+
.Tooltip-module__hop-Tooltip--top___iNbfZ {
|
|
255
|
+
--origin-x: 0;
|
|
256
|
+
--origin-y: var(--hop-Tooltip-slide-amount);
|
|
257
|
+
}
|
|
258
|
+
.Tooltip-module__hop-Tooltip--right___W8SRQ {
|
|
259
|
+
--origin-x: calc(-1 * var(--hop-Tooltip-slide-amount));
|
|
260
|
+
--origin-y: 0;
|
|
261
|
+
}
|
|
262
|
+
.Tooltip-module__hop-Tooltip--bottom___ml63w {
|
|
263
|
+
--origin-x: 0;
|
|
264
|
+
--origin-y: calc(-1 * var(--hop-Tooltip-slide-amount));
|
|
265
|
+
}
|
|
266
|
+
.Tooltip-module__hop-Tooltip--left___YDEhL {
|
|
267
|
+
--origin-x: var(--hop-Tooltip-slide-amount);
|
|
268
|
+
--origin-y: 0;
|
|
269
|
+
}
|
|
270
|
+
.Tooltip-module__hop-Tooltip___8Hwi6[data-entering] {
|
|
271
|
+
animation: Tooltip-module__slide___4z0aJ 0.2s ease-out;
|
|
272
|
+
}
|
|
273
|
+
.Tooltip-module__hop-Tooltip___8Hwi6[data-exiting] {
|
|
274
|
+
animation: Tooltip-module__slide___4z0aJ 0.2s ease-in reverse;
|
|
275
|
+
}
|
|
276
|
+
@keyframes Tooltip-module__slide___4z0aJ {
|
|
277
|
+
from {
|
|
278
|
+
transform: translate(var(--origin-x), var(--origin-y));
|
|
279
|
+
opacity: 0;
|
|
280
|
+
}
|
|
281
|
+
to {
|
|
282
|
+
transform: translateY(0);
|
|
283
|
+
opacity: 1;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { GlobalTooltipCssSelector, Tooltip, TooltipProps } from './Tooltip.js';
|
|
2
|
+
export { TooltipContext } from './TooltipContext.js';
|
|
3
|
+
export { GlobalTooltipTriggerCssSelector, TooltipTrigger, TooltipTriggerProps } from './TooltipTrigger.js';
|
|
4
|
+
export { TooltipTriggerContext } from './TooltipTriggerContext.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import '@hopper-ui/styled-system';
|
|
7
|
+
import 'react-aria-components';
|
|
8
|
+
import '../../utils/src/types.js';
|
|
9
|
+
import '@react-types/shared';
|
|
10
|
+
import 'react/jsx-runtime';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { GlobalTooltipCssSelector, _Tooltip as Tooltip } from '../../chunk-E273RKXA.js';
|
|
2
|
+
export { TooltipContext } from '../../chunk-FZK3TKHG.js';
|
|
3
|
+
export { GlobalTooltipTriggerCssSelector, TooltipTrigger } from '../../chunk-URGEWIYL.js';
|
|
4
|
+
import '../../chunk-MXBCLPHV.js';
|
|
5
|
+
import '../../chunk-LRMQLQVX.js';
|
|
6
|
+
export { TooltipTriggerContext } from '../../chunk-MVQISVDN.js';
|
|
7
|
+
import '../../chunk-H5YTU3U7.js';
|
|
8
|
+
import '../../chunk-ZJUDBIS4.js';
|
|
9
|
+
import '../../chunk-ZWU6DRRZ.js';
|
|
10
|
+
import '../../chunk-DBIN32YS.js';
|
|
11
|
+
import '../../chunk-YJANLD7B.js';
|
|
12
|
+
import '../../chunk-24A5HTNX.js';
|
|
13
|
+
import '../../chunk-QCA3ZR56.js';
|
|
14
|
+
import '../../chunk-75DHKNW2.js';
|
|
15
|
+
import '../../chunk-TXZ6BMFR.js';
|
|
16
|
+
import '../../chunk-5GXZIX65.js';
|
|
17
|
+
import '../../chunk-Q7NXUUB3.js';
|
|
18
|
+
import '../../chunk-3GDBPRCQ.js';
|
|
19
|
+
import '../../chunk-WPNVVGFW.js';
|
|
20
|
+
import '../../chunk-V4PG262Z.js';
|
|
21
|
+
import '../../chunk-ZMIX3DJQ.js';
|
|
22
|
+
import '../../chunk-X6SER3TZ.js';
|
|
23
|
+
import '../../chunk-M36KANKC.js';
|
|
24
|
+
import '../../chunk-KVDXQMWI.js';
|
|
25
|
+
import '../../chunk-JSBRDJBE.js';
|