@hopper-ui/components 1.5.9 → 1.5.10
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 +6 -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 +1892 -0
- package/dist/Alert/src/Alert.d.ts +75 -0
- package/dist/Alert/src/Alert.js +35 -0
- package/dist/Alert/src/AlertContext.d.ts +9 -0
- package/dist/Alert/src/AlertContext.js +2 -0
- package/dist/Alert/src/AlertTrigger.d.ts +5 -0
- package/dist/Alert/src/AlertTrigger.js +2 -0
- package/dist/Alert/src/index.css +1892 -0
- package/dist/Alert/src/index.d.ts +7 -0
- package/dist/Alert/src/index.js +36 -0
- package/dist/Avatar/src/AnonymousAvatar.css +38 -38
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +56 -56
- package/dist/Avatar/src/Avatar.js +7 -7
- package/dist/Avatar/src/BrokenAvatar.css +38 -38
- package/dist/Avatar/src/BrokenAvatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +38 -38
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +56 -56
- package/dist/Avatar/src/index.js +9 -9
- package/dist/Badge/src/Badge.css +43 -43
- package/dist/Badge/src/Badge.js +5 -5
- package/dist/Badge/src/FloatingBadge.css +38 -38
- package/dist/Badge/src/FloatingBadge.js +4 -4
- package/dist/Badge/src/index.css +53 -53
- package/dist/Badge/src/index.js +8 -8
- package/dist/Callout/src/Callout.css +265 -265
- package/dist/Callout/src/Callout.js +14 -14
- package/dist/Callout/src/CompactCallout.css +302 -302
- package/dist/Callout/src/CompactCallout.js +16 -16
- package/dist/Callout/src/index.css +314 -314
- package/dist/Callout/src/index.js +17 -17
- 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 +646 -646
- package/dist/ComboBox/src/ComboBox.js +29 -29
- package/dist/ComboBox/src/index.css +646 -646
- package/dist/ComboBox/src/index.js +29 -29
- 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 +11 -11
- package/dist/Disclosure/src/DisclosurePanel.css +38 -38
- package/dist/Disclosure/src/DisclosurePanel.js +11 -11
- package/dist/Disclosure/src/index.css +63 -63
- package/dist/Disclosure/src/index.js +15 -15
- 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 +4 -4
- package/dist/ErrorMessage/src/index.css +30 -30
- package/dist/ErrorMessage/src/index.js +4 -4
- package/dist/Form/src/Form.css +28 -28
- 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 +3 -3
- package/dist/HelperMessage/src/index.css +30 -30
- package/dist/HelperMessage/src/index.js +3 -3
- 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 +272 -272
- package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
- package/dist/IllustratedMessage/src/index.css +272 -272
- package/dist/IllustratedMessage/src/index.js +2 -2
- 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 +3 -3
- package/dist/Link/src/Link.css +67 -67
- package/dist/Link/src/Link.js +9 -9
- package/dist/Link/src/index.css +67 -67
- package/dist/Link/src/index.js +9 -9
- package/dist/ListBox/src/ListBox.css +275 -275
- package/dist/ListBox/src/ListBox.js +17 -17
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +15 -15
- 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 +17 -17
- package/dist/Modal/src/BaseModal.css +49 -49
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +50 -50
- package/dist/Modal/src/CustomModal.js +2 -2
- package/dist/Modal/src/Modal.css +298 -298
- package/dist/Modal/src/Modal.js +19 -19
- package/dist/Modal/src/index.css +299 -299
- package/dist/Modal/src/index.d.ts +1 -0
- package/dist/Modal/src/index.js +21 -21
- package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +2 -2
- package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
- package/dist/SegmentedControl/src/SegmentedControlItem.js +8 -8
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +9 -9
- package/dist/Select/src/Select.css +590 -590
- package/dist/Select/src/Select.js +28 -28
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +10 -10
- package/dist/Select/src/index.css +590 -590
- package/dist/Select/src/index.js +28 -28
- package/dist/Spinner/src/Spinner.css +38 -38
- package/dist/Spinner/src/Spinner.js +4 -4
- package/dist/Spinner/src/index.css +38 -38
- package/dist/Spinner/src/index.js +4 -4
- package/dist/Tabs/src/Tab.css +416 -416
- package/dist/Tabs/src/Tab.js +4 -4
- 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 +427 -427
- package/dist/Tabs/src/index.js +8 -8
- package/dist/Tile/src/Tile.css +37 -37
- package/dist/Tile/src/Tile.js +8 -8
- 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 +9 -9
- 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/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +11 -11
- package/dist/buttons/src/ButtonGroup.css +39 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +99 -99
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +97 -97
- package/dist/buttons/src/CloseButton.js +13 -13
- 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 +10 -10
- package/dist/buttons/src/index.css +253 -253
- package/dist/buttons/src/index.js +20 -20
- package/dist/checkbox/src/Checkbox.css +47 -47
- package/dist/checkbox/src/Checkbox.js +9 -9
- package/dist/checkbox/src/CheckboxField.css +34 -34
- package/dist/checkbox/src/CheckboxField.js +6 -6
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +10 -10
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +10 -10
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +16 -16
- package/dist/{chunk-XU6JCHDV.js → chunk-2HNTRGHC.js} +6 -6
- package/dist/{chunk-VAYOMV22.js → chunk-2PTMHRN6.js} +3 -3
- package/dist/{chunk-EFS3WGKH.js → chunk-36UI2HLA.js} +2 -2
- package/dist/{chunk-LX37MY44.js → chunk-3MCUUQCR.js} +1 -1
- package/dist/{chunk-SMDHGXA4.js → chunk-4FJMF7EW.js} +14 -14
- package/dist/{chunk-VHMKSUR7.js → chunk-67CQTKQZ.js} +1 -1
- package/dist/{chunk-26NE2DJ6.js → chunk-67MTFOYC.js} +2 -2
- package/dist/{chunk-CESLKMHE.js → chunk-6CFV4474.js} +2 -2
- package/dist/{chunk-CGDNTE4U.js → chunk-6O7KWPWM.js} +1 -1
- package/dist/{chunk-U4ACRJU7.js → chunk-72QUM66Y.js} +1 -1
- package/dist/chunk-7QO2PGJT.js +6 -0
- package/dist/{chunk-RIYYZRHV.js → chunk-7TPCYJYU.js} +1 -1
- package/dist/{chunk-34XTVDIX.js → chunk-7TR7PPAZ.js} +3 -3
- package/dist/{chunk-UNCMLE6M.js → chunk-AAG3SD5U.js} +5 -5
- package/dist/{chunk-27ONWV7M.js → chunk-AZ63XRIL.js} +1 -1
- package/dist/chunk-BCUPLQ4B.js +7 -0
- package/dist/{chunk-EQ6NWPXK.js → chunk-BOIKXHIE.js} +4 -4
- package/dist/{chunk-T3AEXKS2.js → chunk-C2EQOJS5.js} +1 -1
- package/dist/{chunk-SUKFYREW.js → chunk-C3ZCD5RO.js} +6 -6
- package/dist/{chunk-GSFB5VXT.js → chunk-D5V7JRE5.js} +1 -1
- package/dist/{chunk-AM7AFS3C.js → chunk-DFICS6HW.js} +3 -3
- package/dist/{chunk-ADJMYWCY.js → chunk-E6X4GWT5.js} +1 -1
- package/dist/{chunk-7UBBPFET.js → chunk-EBZYYRR7.js} +4 -4
- package/dist/{chunk-QULK4ZEO.js → chunk-F36EAHLH.js} +3 -3
- package/dist/{chunk-T6YYD6AP.js → chunk-FEVD5AOU.js} +2 -2
- package/dist/{chunk-3OQIVJKB.js → chunk-FN5AV5GT.js} +3 -3
- package/dist/{chunk-DYQJOAJ7.js → chunk-FVA3VWM3.js} +1 -1
- package/dist/{chunk-WJDQ4XG3.js → chunk-GTITU5LR.js} +10 -10
- package/dist/{chunk-4BROCANJ.js → chunk-GYAX6N5L.js} +15 -15
- package/dist/{chunk-4A57C6QF.js → chunk-HCWCZJI6.js} +9 -9
- package/dist/{chunk-C7IXHJPW.js → chunk-HHBI4BXD.js} +5 -5
- package/dist/{chunk-TDVHLW4M.js → chunk-I7E5YC6V.js} +9 -9
- package/dist/{chunk-FGPPV2Y5.js → chunk-IG3COIDI.js} +1 -1
- package/dist/{chunk-GKLKT3G6.js → chunk-IGZ2326L.js} +6 -6
- package/dist/{chunk-T246MMYR.js → chunk-IHGWUNFU.js} +2 -2
- package/dist/{chunk-G7D2TP2C.js → chunk-IQ6MO6KG.js} +8 -8
- package/dist/{chunk-236J4Z3Q.js → chunk-IR7UBBUI.js} +1 -1
- package/dist/{chunk-LBTYNJ5V.js → chunk-JBFB6YRY.js} +1 -1
- package/dist/{chunk-TJMJSTQ3.js → chunk-JGEEL2DR.js} +2 -2
- package/dist/{chunk-2KJUHF27.js → chunk-JKKIMD2I.js} +2 -2
- package/dist/{chunk-XLWBONGV.js → chunk-JPT5O44G.js} +2 -2
- package/dist/{chunk-XL5W6DR6.js → chunk-JR3DELVD.js} +3 -3
- package/dist/{chunk-N6OMIICU.js → chunk-JSZNT3DJ.js} +1 -1
- package/dist/{chunk-QSCQYCQK.js → chunk-JT3H2YM7.js} +3 -3
- package/dist/{chunk-76L6USBS.js → chunk-JV3R6DTT.js} +1 -1
- package/dist/{chunk-VR35ZTLQ.js → chunk-KX4FLAWC.js} +2 -2
- package/dist/{chunk-J4K6PR4D.js → chunk-LPR4HBRB.js} +5 -5
- package/dist/{chunk-WSVLQ6Z6.js → chunk-MB7OLVLQ.js} +8 -8
- package/dist/{chunk-YBKP5OJD.js → chunk-N45SWBFL.js} +1 -1
- package/dist/{chunk-DYB2QCBD.js → chunk-NETXXOSY.js} +1 -1
- package/dist/{chunk-3PUSKJ7Q.js → chunk-NPHPBFWY.js} +2 -2
- package/dist/{chunk-SOYUYYYB.js → chunk-NR6A6BI2.js} +5 -5
- package/dist/{chunk-SRZRRG7T.js → chunk-NTE4WHNI.js} +4 -4
- package/dist/{chunk-ZGSFXN4X.js → chunk-NZB335GO.js} +2 -4
- package/dist/{chunk-DYND642Q.js → chunk-O4H7WFC2.js} +1 -1
- package/dist/{chunk-M2ZVSUH5.js → chunk-P2CXWHKF.js} +1 -1
- package/dist/{chunk-OEQIFAGD.js → chunk-P63CP3CQ.js} +3 -3
- package/dist/{chunk-IT3MNV62.js → chunk-QOFWPI6H.js} +11 -11
- package/dist/chunk-QPDXSP2V.js +142 -0
- package/dist/{chunk-IUYMMN77.js → chunk-RAF3F3RF.js} +5 -5
- package/dist/{chunk-KQ5R2XSO.js → chunk-RFG46AHU.js} +2 -2
- package/dist/{chunk-Y7JRF4AL.js → chunk-SHQPU4H3.js} +4 -4
- package/dist/{chunk-JMD76LSZ.js → chunk-SOQNWBUK.js} +2 -2
- package/dist/{chunk-4V2XQOYO.js → chunk-SSFWYTTO.js} +2 -2
- package/dist/{chunk-I6TCFE77.js → chunk-SWDSOVSN.js} +1 -1
- package/dist/{chunk-V3MKQZTB.js → chunk-UDJPDLDM.js} +1 -1
- package/dist/{chunk-GGFE5LKD.js → chunk-ULHKCKIA.js} +1 -1
- package/dist/{chunk-QBPU65LT.js → chunk-UQ63BSFV.js} +2 -2
- package/dist/{chunk-L4G3JR2F.js → chunk-VIQWLIQH.js} +4 -4
- package/dist/{chunk-IAGFQQUN.js → chunk-VQC3P5DN.js} +5 -5
- package/dist/{chunk-QFKYTILP.js → chunk-WAYEWRHX.js} +5 -5
- package/dist/{chunk-XGBB7YDN.js → chunk-XIVD53T6.js} +6 -6
- package/dist/{chunk-XZQK6AJG.js → chunk-XLXUDCDD.js} +4 -4
- package/dist/{chunk-HBMCDKQN.js → chunk-YFHG54DL.js} +2 -2
- package/dist/{chunk-N37IHAO5.js → chunk-ZNYLAP47.js} +5 -5
- package/dist/{chunk-TZLKIOKC.js → chunk-ZUHN5QX4.js} +4 -4
- package/dist/{chunk-7XLMNTF6.js → chunk-ZYZFFK52.js} +1 -1
- package/dist/{chunk-RUJWMWVA.js → chunk-ZZQKIEAE.js} +13 -13
- package/dist/index.css +2311 -2248
- package/dist/index.d.ts +4 -0
- package/dist/index.js +117 -114
- 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 +14 -14
- package/dist/inputs/src/PasswordField.css +273 -273
- package/dist/inputs/src/PasswordField.js +14 -14
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +9 -9
- package/dist/inputs/src/SearchField.css +279 -279
- package/dist/inputs/src/SearchField.js +16 -16
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +13 -13
- package/dist/inputs/src/TextField.css +277 -277
- package/dist/inputs/src/TextField.js +19 -19
- package/dist/inputs/src/index.css +325 -325
- package/dist/inputs/src/index.js +25 -25
- package/dist/overlays/Popover/src/Popover.css +562 -562
- package/dist/overlays/Popover/src/Popover.js +10 -10
- 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 +566 -566
- package/dist/overlays/Popover/src/index.js +12 -12
- package/dist/radio/src/DecorativeRadio.css +55 -55
- package/dist/radio/src/DecorativeRadio.js +10 -10
- package/dist/radio/src/Radio.css +47 -47
- package/dist/radio/src/Radio.js +9 -9
- package/dist/radio/src/RadioField.css +34 -34
- package/dist/radio/src/RadioField.js +4 -4
- package/dist/radio/src/RadioGroup.css +99 -99
- package/dist/radio/src/RadioGroup.js +10 -10
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +16 -16
- package/dist/switch/src/Switch.css +44 -44
- package/dist/switch/src/Switch.js +9 -9
- package/dist/switch/src/SwitchField.css +34 -34
- package/dist/switch/src/SwitchField.js +5 -5
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +12 -12
- package/dist/tag/src/Tag.css +394 -394
- package/dist/tag/src/Tag.js +16 -16
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +9 -9
- package/dist/tag/src/index.css +404 -404
- package/dist/tag/src/index.js +20 -20
- 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 +2 -2
- package/dist/typography/Text/src/index.css +28 -28
- package/dist/typography/Text/src/index.js +2 -2
- package/dist/utils/src/ClearSlots.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.css +28 -28
- package/dist/utils/src/EnsureTextWrapper.js +7 -7
- package/dist/utils/src/index.css +28 -28
- package/dist/utils/src/index.js +10 -10
- package/package.json +1 -1
package/dist/Badge/src/Badge.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
.Text-module__hop-Text___tEp44 {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___tEp44) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___uZWc6) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___nCIMY) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___YhI33) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___-qnvY) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___CaKEK) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___jSOam) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___fKRPK) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
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-
|
|
82
|
+
.Heading-module__hop-Heading___23D4L {
|
|
83
83
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
84
84
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
85
85
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
114
114
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
115
115
|
}
|
|
116
|
-
:where(.Heading-module__hop-
|
|
116
|
+
:where(.Heading-module__hop-Heading___23D4L) {
|
|
117
117
|
margin: 0;
|
|
118
118
|
font-family: var(--font-family);
|
|
119
119
|
font-size: var(--font-size);
|
|
@@ -121,43 +121,43 @@
|
|
|
121
121
|
line-height: var(--line-height);
|
|
122
122
|
color: var(--hop-neutral-text);
|
|
123
123
|
}
|
|
124
|
-
:where(.Heading-module__hop-Heading--
|
|
124
|
+
:where(.Heading-module__hop-Heading--xs___ehai6) {
|
|
125
125
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
126
126
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
127
127
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
128
128
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
129
129
|
}
|
|
130
|
-
:where(.Heading-module__hop-Heading--
|
|
130
|
+
:where(.Heading-module__hop-Heading--sm___kpTGK) {
|
|
131
131
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
132
132
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
133
133
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
134
134
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
135
135
|
}
|
|
136
|
-
:where(.Heading-module__hop-Heading--
|
|
136
|
+
:where(.Heading-module__hop-Heading--md___TnjI8) {
|
|
137
137
|
--font-size: var(--hop-Heading-md-font-size);
|
|
138
138
|
--font-family: var(--hop-Heading-md-font-family);
|
|
139
139
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
140
140
|
--line-height: var(--hop-Heading-md-line-height);
|
|
141
141
|
}
|
|
142
|
-
:where(.Heading-module__hop-Heading--
|
|
142
|
+
:where(.Heading-module__hop-Heading--lg___HZLOv) {
|
|
143
143
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
144
144
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
145
145
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
146
146
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
147
147
|
}
|
|
148
|
-
:where(.Heading-module__hop-Heading--
|
|
148
|
+
:where(.Heading-module__hop-Heading--xl___K3G5D) {
|
|
149
149
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
150
150
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
151
151
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
152
152
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
153
153
|
}
|
|
154
|
-
:where(.Heading-module__hop-Heading--
|
|
154
|
+
:where(.Heading-module__hop-Heading--2xl___ZL0HZ) {
|
|
155
155
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
156
156
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
157
157
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
158
158
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
159
159
|
}
|
|
160
|
-
:where(.Heading-module__hop-Heading--
|
|
160
|
+
:where(.Heading-module__hop-Heading--3xl___YDEXu) {
|
|
161
161
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
162
162
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
163
163
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -165,33 +165,33 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
168
|
-
.Form-module__hop-
|
|
168
|
+
.Form-module__hop-Form___uQZV- {
|
|
169
169
|
display: flex;
|
|
170
170
|
flex-direction: column;
|
|
171
171
|
gap: var(--hop-space-stack-lg);
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
175
|
-
.Label-module__hop-
|
|
175
|
+
.Label-module__hop-Label___XF9Br {
|
|
176
176
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
177
177
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
178
178
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
179
179
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
180
180
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
181
181
|
}
|
|
182
|
-
:where(.Label-module__hop-
|
|
182
|
+
:where(.Label-module__hop-Label___XF9Br) {
|
|
183
183
|
font-family: var(--hop-Label-font-family);
|
|
184
184
|
font-size: var(--hop-Label-font-size);
|
|
185
185
|
font-weight: var(--hop-Label-font-weight);
|
|
186
186
|
line-height: var(--hop-Label-line-height);
|
|
187
187
|
color: var(--hop-Label-color);
|
|
188
188
|
}
|
|
189
|
-
:where(.Label-module__hop-
|
|
189
|
+
:where(.Label-module__hop-Label__indicator___D739N) {
|
|
190
190
|
padding-inline-start: var(--hop-space-20);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
194
|
-
:where(.OverlineText-module__hop-
|
|
194
|
+
:where(.OverlineText-module__hop-OverlineText___9-UuK) {
|
|
195
195
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
196
196
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
197
197
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -215,26 +215,26 @@
|
|
|
215
215
|
text-transform: uppercase;
|
|
216
216
|
letter-spacing: var(--letter-spacing);
|
|
217
217
|
}
|
|
218
|
-
.OverlineText-module__hop-
|
|
218
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn {
|
|
219
219
|
box-sizing: border-box;
|
|
220
220
|
}
|
|
221
|
-
.OverlineText-module__hop-
|
|
222
|
-
.OverlineText-module__hop-
|
|
221
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::before,
|
|
222
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::after {
|
|
223
223
|
content: "";
|
|
224
224
|
display: block;
|
|
225
225
|
box-sizing: border-box;
|
|
226
226
|
inline-size: 0;
|
|
227
227
|
block-size: 0;
|
|
228
228
|
}
|
|
229
|
-
.OverlineText-module__hop-
|
|
229
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::before {
|
|
230
230
|
margin-block-end: var(--bottom-offset);
|
|
231
231
|
}
|
|
232
|
-
.OverlineText-module__hop-
|
|
232
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::after {
|
|
233
233
|
margin-block-start: var(--top-offset);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/Badge.module.css/#css-module-data */
|
|
237
|
-
.Badge-module__hop-
|
|
237
|
+
.Badge-module__hop-Badge___PiEeL {
|
|
238
238
|
--hop-Badge-height: 1.5rem;
|
|
239
239
|
--hop-Badge-width: max-content;
|
|
240
240
|
--hop-Badge-padding-inline: var(--hop-space-inset-sm);
|
|
@@ -284,61 +284,61 @@
|
|
|
284
284
|
background-color: var(--background-color, var(--hop-Badge-primary-background-color));
|
|
285
285
|
border-radius: var(--border-radius);
|
|
286
286
|
}
|
|
287
|
-
.Badge-module__hop-Badge--
|
|
287
|
+
.Badge-module__hop-Badge--primary___fQ4FF {
|
|
288
288
|
--background-color: var(--hop-Badge-primary-background-color);
|
|
289
289
|
--text-color: var(--hop-Badge-primary-text-color);
|
|
290
290
|
}
|
|
291
|
-
.Badge-module__hop-Badge--
|
|
291
|
+
.Badge-module__hop-Badge--primary___fQ4FF[data-hovered] {
|
|
292
292
|
--background-color: var(--hop-Badge-primary-background-color-hovered);
|
|
293
293
|
--text-color: var(--hop-Badge-primary-text-color-hovered);
|
|
294
294
|
}
|
|
295
|
-
.Badge-module__hop-Badge--
|
|
295
|
+
.Badge-module__hop-Badge--primary___fQ4FF[data-pressed] {
|
|
296
296
|
--background-color: var(--hop-Badge-primary-background-color-pressed);
|
|
297
297
|
--text-color: var(--hop-Badge-primary-text-color-pressed);
|
|
298
298
|
}
|
|
299
|
-
.Badge-module__hop-Badge--
|
|
299
|
+
.Badge-module__hop-Badge--primary___fQ4FF[data-selected] {
|
|
300
300
|
--background-color: var(--hop-Badge-primary-background-color-selected);
|
|
301
301
|
--text-color: var(--hop-Badge-primary-text-color-selected);
|
|
302
302
|
}
|
|
303
|
-
.Badge-module__hop-Badge--
|
|
303
|
+
.Badge-module__hop-Badge--secondary___m7hNQ {
|
|
304
304
|
--background-color: var(--hop-Badge-secondary-background-color);
|
|
305
305
|
--text-color: var(--hop-Badge-secondary-text-color);
|
|
306
306
|
}
|
|
307
|
-
.Badge-module__hop-Badge--
|
|
307
|
+
.Badge-module__hop-Badge--secondary___m7hNQ[data-hovered] {
|
|
308
308
|
--background-color: var(--hop-Badge-secondary-background-color-hovered);
|
|
309
309
|
--text-color: var(--hop-Badge-secondary-text-color-hovered);
|
|
310
310
|
}
|
|
311
|
-
.Badge-module__hop-Badge--
|
|
311
|
+
.Badge-module__hop-Badge--secondary___m7hNQ[data-pressed] {
|
|
312
312
|
--background-color: var(--hop-Badge-secondary-background-color-pressed);
|
|
313
313
|
--text-color: var(--hop-Badge-secondary-text-color-pressed);
|
|
314
314
|
}
|
|
315
|
-
.Badge-module__hop-Badge--
|
|
315
|
+
.Badge-module__hop-Badge--secondary___m7hNQ[data-selected] {
|
|
316
316
|
--background-color: var(--hop-Badge-secondary-background-color-selected);
|
|
317
317
|
--text-color: var(--hop-Badge-secondary-text-color-selected);
|
|
318
318
|
}
|
|
319
|
-
.Badge-module__hop-Badge--
|
|
319
|
+
.Badge-module__hop-Badge--subdued___AMeHx {
|
|
320
320
|
--background-color: var(--hop-Badge-subdued-background-color);
|
|
321
321
|
--text-color: var(--hop-Badge-subdued-text-color);
|
|
322
322
|
}
|
|
323
|
-
.Badge-module__hop-Badge--
|
|
323
|
+
.Badge-module__hop-Badge--subdued___AMeHx[data-hovered] {
|
|
324
324
|
--background-color: var(--hop-Badge-subdued-background-color-hovered);
|
|
325
325
|
--text-color: var(--hop-Badge-subdued-text-color-hovered);
|
|
326
326
|
}
|
|
327
|
-
.Badge-module__hop-Badge--
|
|
327
|
+
.Badge-module__hop-Badge--subdued___AMeHx[data-pressed] {
|
|
328
328
|
--background-color: var(--hop-Badge-subdued-background-color-pressed);
|
|
329
329
|
--text-color: var(--hop-Badge-subdued-text-color-pressed);
|
|
330
330
|
}
|
|
331
|
-
.Badge-module__hop-Badge--
|
|
331
|
+
.Badge-module__hop-Badge--subdued___AMeHx[data-selected] {
|
|
332
332
|
--background-color: var(--hop-Badge-subdued-background-color-selected);
|
|
333
333
|
--text-color: var(--hop-Badge-subdued-text-color-selected);
|
|
334
334
|
}
|
|
335
|
-
.Badge-module__hop-
|
|
335
|
+
.Badge-module__hop-Badge___PiEeL[data-indeterminate] {
|
|
336
336
|
--border-radius: var(--hop-Badge-indeterminate-border-radius);
|
|
337
337
|
--height: var(--hop-Badge-indeterminate-height);
|
|
338
338
|
--width: var(--hop-Badge-indeterminate-width);
|
|
339
339
|
--padding-inline: var(--hop-Badge-indeterminate-padding-inline);
|
|
340
340
|
}
|
|
341
|
-
.Badge-module__hop-
|
|
341
|
+
.Badge-module__hop-Badge___PiEeL[data-disabled] {
|
|
342
342
|
--background-color: var(--hop-Badge-background-color-disabled);
|
|
343
343
|
--text-color: var(--hop-Badge-text-color-disabled);
|
|
344
344
|
}
|
package/dist/Badge/src/Badge.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-WPNVVGFW.js';
|
|
1
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-XLXUDCDD.js';
|
|
2
|
+
import '../../chunk-CQDLZ42T.js';
|
|
4
3
|
import '../../chunk-2NSUMKNH.js';
|
|
5
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-P2CXWHKF.js';
|
|
5
|
+
import '../../chunk-WPNVVGFW.js';
|
|
6
6
|
import '../../chunk-ZMIX3DJQ.js';
|
|
7
7
|
import '../../chunk-X6SER3TZ.js';
|
|
8
|
+
import '../../chunk-65JPI4FL.js';
|
|
8
9
|
import '../../chunk-KVDXQMWI.js';
|
|
9
|
-
import '../../chunk-CQDLZ42T.js';
|
|
10
10
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
.Text-module__hop-Text___tEp44 {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___tEp44) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___uZWc6) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___nCIMY) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___YhI33) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___-qnvY) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___CaKEK) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___jSOam) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___fKRPK) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
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-
|
|
82
|
+
.Heading-module__hop-Heading___23D4L {
|
|
83
83
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
84
84
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
85
85
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
114
114
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
115
115
|
}
|
|
116
|
-
:where(.Heading-module__hop-
|
|
116
|
+
:where(.Heading-module__hop-Heading___23D4L) {
|
|
117
117
|
margin: 0;
|
|
118
118
|
font-family: var(--font-family);
|
|
119
119
|
font-size: var(--font-size);
|
|
@@ -121,43 +121,43 @@
|
|
|
121
121
|
line-height: var(--line-height);
|
|
122
122
|
color: var(--hop-neutral-text);
|
|
123
123
|
}
|
|
124
|
-
:where(.Heading-module__hop-Heading--
|
|
124
|
+
:where(.Heading-module__hop-Heading--xs___ehai6) {
|
|
125
125
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
126
126
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
127
127
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
128
128
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
129
129
|
}
|
|
130
|
-
:where(.Heading-module__hop-Heading--
|
|
130
|
+
:where(.Heading-module__hop-Heading--sm___kpTGK) {
|
|
131
131
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
132
132
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
133
133
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
134
134
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
135
135
|
}
|
|
136
|
-
:where(.Heading-module__hop-Heading--
|
|
136
|
+
:where(.Heading-module__hop-Heading--md___TnjI8) {
|
|
137
137
|
--font-size: var(--hop-Heading-md-font-size);
|
|
138
138
|
--font-family: var(--hop-Heading-md-font-family);
|
|
139
139
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
140
140
|
--line-height: var(--hop-Heading-md-line-height);
|
|
141
141
|
}
|
|
142
|
-
:where(.Heading-module__hop-Heading--
|
|
142
|
+
:where(.Heading-module__hop-Heading--lg___HZLOv) {
|
|
143
143
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
144
144
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
145
145
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
146
146
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
147
147
|
}
|
|
148
|
-
:where(.Heading-module__hop-Heading--
|
|
148
|
+
:where(.Heading-module__hop-Heading--xl___K3G5D) {
|
|
149
149
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
150
150
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
151
151
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
152
152
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
153
153
|
}
|
|
154
|
-
:where(.Heading-module__hop-Heading--
|
|
154
|
+
:where(.Heading-module__hop-Heading--2xl___ZL0HZ) {
|
|
155
155
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
156
156
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
157
157
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
158
158
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
159
159
|
}
|
|
160
|
-
:where(.Heading-module__hop-Heading--
|
|
160
|
+
:where(.Heading-module__hop-Heading--3xl___YDEXu) {
|
|
161
161
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
162
162
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
163
163
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
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-
|
|
168
|
+
:where(.OverlineText-module__hop-OverlineText___9-UuK) {
|
|
169
169
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
170
170
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
171
171
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -189,52 +189,52 @@
|
|
|
189
189
|
text-transform: uppercase;
|
|
190
190
|
letter-spacing: var(--letter-spacing);
|
|
191
191
|
}
|
|
192
|
-
.OverlineText-module__hop-
|
|
192
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn {
|
|
193
193
|
box-sizing: border-box;
|
|
194
194
|
}
|
|
195
|
-
.OverlineText-module__hop-
|
|
196
|
-
.OverlineText-module__hop-
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::before,
|
|
196
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::after {
|
|
197
197
|
content: "";
|
|
198
198
|
display: block;
|
|
199
199
|
box-sizing: border-box;
|
|
200
200
|
inline-size: 0;
|
|
201
201
|
block-size: 0;
|
|
202
202
|
}
|
|
203
|
-
.OverlineText-module__hop-
|
|
203
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::before {
|
|
204
204
|
margin-block-end: var(--bottom-offset);
|
|
205
205
|
}
|
|
206
|
-
.OverlineText-module__hop-
|
|
206
|
+
.OverlineText-module__hop-OverlineText__text___LjbOn::after {
|
|
207
207
|
margin-block-start: var(--top-offset);
|
|
208
208
|
}
|
|
209
209
|
|
|
210
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-
|
|
211
|
+
.Form-module__hop-Form___uQZV- {
|
|
212
212
|
display: flex;
|
|
213
213
|
flex-direction: column;
|
|
214
214
|
gap: var(--hop-space-stack-lg);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
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-
|
|
218
|
+
.Label-module__hop-Label___XF9Br {
|
|
219
219
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
220
220
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
221
221
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
222
222
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
223
223
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
224
224
|
}
|
|
225
|
-
:where(.Label-module__hop-
|
|
225
|
+
:where(.Label-module__hop-Label___XF9Br) {
|
|
226
226
|
font-family: var(--hop-Label-font-family);
|
|
227
227
|
font-size: var(--hop-Label-font-size);
|
|
228
228
|
font-weight: var(--hop-Label-font-weight);
|
|
229
229
|
line-height: var(--hop-Label-line-height);
|
|
230
230
|
color: var(--hop-Label-color);
|
|
231
231
|
}
|
|
232
|
-
:where(.Label-module__hop-
|
|
232
|
+
:where(.Label-module__hop-Label__indicator___D739N) {
|
|
233
233
|
padding-inline-start: var(--hop-space-20);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/FloatingBadge.module.css/#css-module-data */
|
|
237
|
-
.FloatingBadge-module__hop-
|
|
237
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC {
|
|
238
238
|
--hop-FloatingBadge-badge-x: calc(0% + var(--hop-FloatingBadge-offset-x));
|
|
239
239
|
--hop-FloatingBadge-badge-circular-x: calc(10% + var(--hop-FloatingBadge-offset-x));
|
|
240
240
|
--hop-FloatingBadge-badge-y: calc(0% + var(--hop-FloatingBadge-offset-y));
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
box-sizing: border-box;
|
|
276
276
|
inline-size: max-content;
|
|
277
277
|
}
|
|
278
|
-
.FloatingBadge-module__hop-
|
|
278
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="top right"] {
|
|
279
279
|
--badge-top: var(--hop-FloatingBadge-badge-topright-top);
|
|
280
280
|
--badge-right: var(--hop-FloatingBadge-badge-topright-right);
|
|
281
281
|
--badge-bottom: var(--hop-FloatingBadge-badge-topright-bottom);
|
|
@@ -283,11 +283,11 @@
|
|
|
283
283
|
--badge-transform: var(--hop-FloatingBadge-badge-topright-transform);
|
|
284
284
|
--badge-transform-origin: var(--hop-FloatingBadge-badge-topright-transform-origin);
|
|
285
285
|
}
|
|
286
|
-
.FloatingBadge-module__hop-
|
|
286
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="top right"][data-overlap=circular] {
|
|
287
287
|
--badge-top: var(--hop-FloatingBadge-badge-topright-circular-top);
|
|
288
288
|
--badge-right: var(--hop-FloatingBadge-badge-topright-circular-right);
|
|
289
289
|
}
|
|
290
|
-
.FloatingBadge-module__hop-
|
|
290
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="top left"] {
|
|
291
291
|
--badge-top: var(--hop-FloatingBadge-badge-topleft-top);
|
|
292
292
|
--badge-right: var(--hop-FloatingBadge-badge-topleft-right);
|
|
293
293
|
--badge-bottom: var(--hop-FloatingBadge-badge-topleft-bottom);
|
|
@@ -295,11 +295,11 @@
|
|
|
295
295
|
--badge-transform: var(--hop-FloatingBadge-badge-topleft-transform);
|
|
296
296
|
--badge-transform-origin: var(--hop-FloatingBadge-badge-topleft-transform-origin);
|
|
297
297
|
}
|
|
298
|
-
.FloatingBadge-module__hop-
|
|
298
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="top left"][data-overlap=circular] {
|
|
299
299
|
--badge-top: var(--hop-FloatingBadge-badge-topleft-circular-top);
|
|
300
300
|
--badge-left: var(--hop-FloatingBadge-badge-topleft-circular-left);
|
|
301
301
|
}
|
|
302
|
-
.FloatingBadge-module__hop-
|
|
302
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="bottom right"] {
|
|
303
303
|
--badge-top: var(--hop-FloatingBadge-badge-bottomright-top);
|
|
304
304
|
--badge-right: var(--hop-FloatingBadge-badge-bottomright-right);
|
|
305
305
|
--badge-bottom: var(--hop-FloatingBadge-badge-bottomright-bottom);
|
|
@@ -307,11 +307,11 @@
|
|
|
307
307
|
--badge-transform: var(--hop-FloatingBadge-badge-bottomright-transform);
|
|
308
308
|
--badge-transform-origin: var(--hop-FloatingBadge-badge-bottomright-transform-origin);
|
|
309
309
|
}
|
|
310
|
-
.FloatingBadge-module__hop-
|
|
310
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="bottom right"][data-overlap=circular] {
|
|
311
311
|
--badge-right: var(--hop-FloatingBadge-badge-bottomright-circular-right);
|
|
312
312
|
--badge-bottom: var(--hop-FloatingBadge-badge-bottomright-circular-bottom);
|
|
313
313
|
}
|
|
314
|
-
.FloatingBadge-module__hop-
|
|
314
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="bottom left"] {
|
|
315
315
|
--badge-top: var(--hop-FloatingBadge-badge-bottomleft-top);
|
|
316
316
|
--badge-right: var(--hop-FloatingBadge-badge-bottomleft-right);
|
|
317
317
|
--badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-bottom);
|
|
@@ -319,11 +319,11 @@
|
|
|
319
319
|
--badge-transform: var(--hop-FloatingBadge-badge-bottomleft-transform);
|
|
320
320
|
--badge-transform-origin: var(--hop-FloatingBadge-badge-bottomleft-transform-origin);
|
|
321
321
|
}
|
|
322
|
-
.FloatingBadge-module__hop-
|
|
322
|
+
.FloatingBadge-module__hop-FloatingBadge___ExuaC[data-placement="bottom left"][data-overlap=circular] {
|
|
323
323
|
--badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-circular-bottom);
|
|
324
324
|
--badge-left: var(--hop-FloatingBadge-badge-bottomleft-circular-left);
|
|
325
325
|
}
|
|
326
|
-
.FloatingBadge-module__hop-
|
|
326
|
+
.FloatingBadge-module__hop-FloatingBadge__badge___LskfJ {
|
|
327
327
|
position: absolute;
|
|
328
328
|
inset: var(--badge-top) var(--badge-right) var(--badge-bottom) var(--badge-left);
|
|
329
329
|
transform-origin: var(--badge-transform-origin);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-NTE4WHNI.js';
|
|
2
|
+
import '../../chunk-CQDLZ42T.js';
|
|
3
|
+
import '../../chunk-CIGS4QGT.js';
|
|
3
4
|
import '../../chunk-ZMIX3DJQ.js';
|
|
4
5
|
import '../../chunk-X6SER3TZ.js';
|
|
6
|
+
import '../../chunk-M36KANKC.js';
|
|
5
7
|
import '../../chunk-KVDXQMWI.js';
|
|
6
|
-
import '../../chunk-CQDLZ42T.js';
|
|
7
|
-
import '../../chunk-CIGS4QGT.js';
|
|
8
8
|
import '../../chunk-JSBRDJBE.js';
|