@hopper-ui/components 1.5.7 → 1.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/Accordion/src/Accordion.css +68 -68
- package/dist/Accordion/src/Accordion.js +2 -2
- package/dist/Accordion/src/index.css +68 -68
- package/dist/Accordion/src/index.js +2 -2
- 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 +8 -8
- 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 +10 -10
- 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 +7 -7
- package/dist/Callout/src/Callout.css +263 -263
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +300 -300
- package/dist/Callout/src/CompactCallout.js +14 -14
- package/dist/Callout/src/index.css +312 -312
- package/dist/Callout/src/index.js +15 -15
- 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 +22 -22
- package/dist/ComboBox/src/index.css +644 -644
- package/dist/ComboBox/src/index.js +22 -22
- package/dist/Disclosure/src/Disclosure.css +38 -38
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +45 -45
- package/dist/Disclosure/src/DisclosureHeader.js +10 -10
- 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 +14 -14
- 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 +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 +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 +15 -15
- package/dist/ListBox/src/ListBoxItem.css +263 -263
- package/dist/ListBox/src/ListBoxItem.js +14 -14
- 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 +15 -15
- 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 +16 -16
- package/dist/Modal/src/index.css +291 -291
- package/dist/Modal/src/index.js +17 -17
- 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 +7 -7
- package/dist/SegmentedControl/src/index.css +44 -44
- package/dist/SegmentedControl/src/index.js +8 -8
- package/dist/Select/src/Select.css +588 -588
- package/dist/Select/src/Select.js +21 -21
- package/dist/Select/src/SelectValue.css +62 -62
- package/dist/Select/src/SelectValue.js +9 -9
- package/dist/Select/src/index.css +588 -588
- package/dist/Select/src/index.js +21 -21
- 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 +414 -414
- 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 +425 -425
- package/dist/Tabs/src/index.js +7 -7
- 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 +10 -10
- 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 +2 -2
- package/dist/buttons/src/CloseButton.css +95 -95
- package/dist/buttons/src/CloseButton.js +11 -11
- 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 +251 -251
- package/dist/buttons/src/index.js +17 -17
- 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 +5 -5
- package/dist/checkbox/src/CheckboxGroup.css +99 -99
- package/dist/checkbox/src/CheckboxGroup.js +8 -8
- package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
- package/dist/checkbox/src/index.css +99 -99
- package/dist/checkbox/src/index.js +14 -14
- package/dist/{chunk-63L6D5UM.js → chunk-236J4Z3Q.js} +1 -1
- package/dist/{chunk-IZAWEDX6.js → chunk-26NE2DJ6.js} +2 -2
- package/dist/{chunk-BPRTWO34.js → chunk-27ONWV7M.js} +2 -2
- package/dist/{chunk-XBWNCVRK.js → chunk-2KJUHF27.js} +1 -1
- package/dist/{chunk-CILOWBN6.js → chunk-34XTVDIX.js} +2 -2
- package/dist/{chunk-MT2RVQDZ.js → chunk-3OQIVJKB.js} +3 -3
- package/dist/{chunk-KTKND4NT.js → chunk-3PUSKJ7Q.js} +2 -2
- package/dist/{chunk-JAXZJD33.js → chunk-4A57C6QF.js} +9 -9
- package/dist/{chunk-VM3JRVU6.js → chunk-4BROCANJ.js} +15 -15
- package/dist/{chunk-QODLCER2.js → chunk-4V2XQOYO.js} +2 -2
- package/dist/{chunk-4WFZK7DY.js → chunk-76L6USBS.js} +1 -1
- package/dist/{chunk-BPMSUPKF.js → chunk-7UBBPFET.js} +4 -4
- package/dist/{chunk-UVX4CZWO.js → chunk-7XLMNTF6.js} +1 -1
- package/dist/{chunk-N6VCQ632.js → chunk-ADJMYWCY.js} +1 -1
- package/dist/{chunk-3UKTVVXR.js → chunk-AM7AFS3C.js} +2 -2
- package/dist/{chunk-DNI6ECVG.js → chunk-C7IXHJPW.js} +5 -5
- package/dist/{chunk-VR3T4WB2.js → chunk-CESLKMHE.js} +2 -2
- package/dist/{chunk-JWHS7D3I.js → chunk-CGDNTE4U.js} +1 -1
- package/dist/{chunk-QAUFBA7C.js → chunk-DYB2QCBD.js} +1 -1
- package/dist/{chunk-YLDI6PLK.js → chunk-DYND642Q.js} +1 -1
- package/dist/{chunk-WTZ5SJEK.js → chunk-DYQJOAJ7.js} +2 -2
- package/dist/{chunk-R7KHBCGM.js → chunk-EFS3WGKH.js} +1 -1
- package/dist/{chunk-XXFM3YKI.js → chunk-EQ6NWPXK.js} +4 -4
- package/dist/{chunk-5SYUGIRG.js → chunk-FGPPV2Y5.js} +1 -1
- package/dist/{chunk-GD62QQQM.js → chunk-G7D2TP2C.js} +8 -8
- package/dist/{chunk-P7RWZX2M.js → chunk-GGFE5LKD.js} +1 -1
- package/dist/{chunk-G3DWN7U7.js → chunk-GKLKT3G6.js} +5 -5
- package/dist/{chunk-65QLPZS3.js → chunk-GSFB5VXT.js} +1 -1
- package/dist/{chunk-BYAY3UHK.js → chunk-HBMCDKQN.js} +2 -2
- package/dist/{chunk-5MP4DOYS.js → chunk-I6TCFE77.js} +2 -2
- package/dist/{chunk-ZKL5F3OF.js → chunk-IAGFQQUN.js} +5 -5
- package/dist/{chunk-S57OO3BK.js → chunk-IT3MNV62.js} +10 -10
- package/dist/{chunk-DKOJD5J5.js → chunk-IUYMMN77.js} +4 -4
- package/dist/{chunk-Y5HNYHXP.js → chunk-J4K6PR4D.js} +5 -5
- package/dist/{chunk-4LBIE5SC.js → chunk-JMD76LSZ.js} +2 -2
- package/dist/{chunk-FAB5XSXM.js → chunk-KQ5R2XSO.js} +2 -2
- package/dist/{chunk-E4AW5HJM.js → chunk-L4G3JR2F.js} +4 -4
- package/dist/{chunk-2SB3QWIW.js → chunk-LBTYNJ5V.js} +1 -1
- package/dist/{chunk-OMAH2JND.js → chunk-LX37MY44.js} +1 -1
- package/dist/{chunk-2EQ5ZDRA.js → chunk-M2ZVSUH5.js} +1 -1
- package/dist/{chunk-M2WKOIHJ.js → chunk-N37IHAO5.js} +5 -5
- package/dist/{chunk-HP7T2HWU.js → chunk-N6OMIICU.js} +1 -1
- package/dist/{chunk-KXSEKNZ7.js → chunk-OEQIFAGD.js} +2 -2
- package/dist/{chunk-ZKJMIS75.js → chunk-QBPU65LT.js} +2 -2
- package/dist/{chunk-VHTPBGAH.js → chunk-QFKYTILP.js} +4 -4
- package/dist/{chunk-HAVIEM2D.js → chunk-QSCQYCQK.js} +3 -3
- package/dist/{chunk-3MFFEUWK.js → chunk-QULK4ZEO.js} +3 -3
- package/dist/{chunk-2NOOQRTE.js → chunk-RIYYZRHV.js} +1 -1
- package/dist/{chunk-HCYNQVIG.js → chunk-RUJWMWVA.js} +12 -12
- package/dist/{chunk-3WYNM4YY.js → chunk-SMDHGXA4.js} +14 -14
- package/dist/{chunk-IF44PZZP.js → chunk-SOYUYYYB.js} +4 -4
- package/dist/{chunk-SG6QJ7O2.js → chunk-SRZRRG7T.js} +4 -4
- package/dist/{chunk-6PCBYFMH.js → chunk-SUKFYREW.js} +5 -5
- package/dist/{chunk-HH4KU2RL.js → chunk-T246MMYR.js} +2 -2
- package/dist/{chunk-JZ3R5OQS.js → chunk-T3AEXKS2.js} +1 -1
- package/dist/{chunk-FFBWW2UY.js → chunk-T6YYD6AP.js} +2 -2
- package/dist/{chunk-DSHXJCKR.js → chunk-TDVHLW4M.js} +9 -9
- package/dist/{chunk-XEGXFQT5.js → chunk-TJMJSTQ3.js} +2 -2
- package/dist/{chunk-JW72ZHDU.js → chunk-TZLKIOKC.js} +4 -4
- package/dist/{chunk-U4IOD6HI.js → chunk-U4ACRJU7.js} +1 -1
- package/dist/{chunk-CJN4KKQM.js → chunk-UNCMLE6M.js} +4 -4
- package/dist/{chunk-NTSJO4WO.js → chunk-V3MKQZTB.js} +1 -1
- package/dist/{chunk-3M3M4BQG.js → chunk-VAYOMV22.js} +1 -1
- package/dist/{chunk-MHQL4ITH.js → chunk-VHMKSUR7.js} +1 -1
- package/dist/{chunk-IH73HOJM.js → chunk-VR35ZTLQ.js} +2 -2
- package/dist/{chunk-MGVYGZD7.js → chunk-WJDQ4XG3.js} +10 -10
- package/dist/{chunk-E2VZSZOY.js → chunk-WSVLQ6Z6.js} +8 -8
- package/dist/{chunk-3ASVVRCA.js → chunk-XGBB7YDN.js} +5 -5
- package/dist/{chunk-4SVXBPXC.js → chunk-XL5W6DR6.js} +3 -3
- package/dist/{chunk-HS3QKWW7.js → chunk-XLWBONGV.js} +3 -3
- package/dist/{chunk-KRPRDZOT.js → chunk-XU6JCHDV.js} +5 -5
- package/dist/{chunk-JA3B67UE.js → chunk-XZQK6AJG.js} +4 -4
- package/dist/{chunk-H7R4BTMU.js → chunk-Y7JRF4AL.js} +4 -4
- package/dist/{chunk-26X5EBGP.js → chunk-YBKP5OJD.js} +1 -1
- package/dist/{chunk-STWEUNIY.js → chunk-ZGSFXN4X.js} +1 -1
- package/dist/index.css +941 -941
- package/dist/index.js +88 -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 +13 -13
- package/dist/inputs/src/PasswordField.css +271 -271
- package/dist/inputs/src/PasswordField.js +13 -13
- package/dist/inputs/src/RemainingCharacterCount.css +31 -31
- package/dist/inputs/src/RemainingCharacterCount.js +8 -8
- package/dist/inputs/src/SearchField.css +277 -277
- package/dist/inputs/src/SearchField.js +14 -14
- package/dist/inputs/src/TextArea.css +55 -55
- package/dist/inputs/src/TextArea.js +12 -12
- 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 +20 -20
- package/dist/overlays/Popover/src/Popover.css +560 -560
- package/dist/overlays/Popover/src/Popover.js +8 -8
- 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 +9 -9
- 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 +8 -8
- package/dist/radio/src/index.css +99 -99
- package/dist/radio/src/index.js +14 -14
- 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 +4 -4
- package/dist/switch/src/index.css +50 -50
- package/dist/switch/src/index.js +10 -10
- package/dist/tag/src/Tag.css +392 -392
- package/dist/tag/src/Tag.js +14 -14
- package/dist/tag/src/TagGroup.css +38 -38
- package/dist/tag/src/TagGroup.js +8 -8
- package/dist/tag/src/index.css +402 -402
- package/dist/tag/src/index.js +18 -18
- 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 +9 -9
- package/package.json +1 -1
|
@@ -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___zLIQp {
|
|
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___zLIQp) {
|
|
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___zpGM0) {
|
|
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___2MRlp) {
|
|
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___vGMRY) {
|
|
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___Nf641) {
|
|
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___lsBxd) {
|
|
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___dxpUF) {
|
|
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___ocfvJ) {
|
|
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___dlw7V {
|
|
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___dlw7V) {
|
|
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___jAEFe) {
|
|
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___vCqHa) {
|
|
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___jWxek) {
|
|
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___dg-lU) {
|
|
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___3Dh40) {
|
|
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___fkYd1) {
|
|
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___X7giL) {
|
|
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___Ho-ZP) {
|
|
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___9kCTR {
|
|
193
193
|
box-sizing: border-box;
|
|
194
194
|
}
|
|
195
|
-
.OverlineText-module__hop-
|
|
196
|
-
.OverlineText-module__hop-
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::before,
|
|
196
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::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___9kCTR::before {
|
|
204
204
|
margin-block-end: var(--bottom-offset);
|
|
205
205
|
}
|
|
206
|
-
.OverlineText-module__hop-
|
|
206
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::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___5zqv0 {
|
|
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___BoY-o {
|
|
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___BoY-o) {
|
|
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___gB0aP) {
|
|
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/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
|
|
237
|
-
.RichIconAvatarImage-module__hop-
|
|
237
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ {
|
|
238
238
|
--hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
|
|
239
239
|
--hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
|
|
240
240
|
--hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
|
|
@@ -265,40 +265,40 @@
|
|
|
265
265
|
background-color: var(--background-color);
|
|
266
266
|
border-radius: var(--hop-RichIconAvatarImage-border-radius);
|
|
267
267
|
}
|
|
268
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
268
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___vo0Qu {
|
|
269
269
|
--size: var(--hop-RichIconAvatarImage-xs-size);
|
|
270
270
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
271
271
|
}
|
|
272
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
272
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___gJKsH {
|
|
273
273
|
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
274
274
|
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
275
275
|
}
|
|
276
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
276
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___gIGPD {
|
|
277
277
|
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
278
278
|
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
279
279
|
}
|
|
280
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
280
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___JifcS {
|
|
281
281
|
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
282
282
|
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
283
283
|
}
|
|
284
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
284
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___y-1u- {
|
|
285
285
|
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
286
286
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
287
287
|
}
|
|
288
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
288
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___-xTyk {
|
|
289
289
|
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
290
290
|
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
291
291
|
}
|
|
292
|
-
.RichIconAvatarImage-module__hop-
|
|
292
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ[data-disabled] {
|
|
293
293
|
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
294
294
|
}
|
|
295
|
-
.RichIconAvatarImage-module__hop-
|
|
295
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___MuXv5 {
|
|
296
296
|
position: relative;
|
|
297
297
|
display: block;
|
|
298
298
|
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
299
299
|
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
300
300
|
}
|
|
301
|
-
.RichIconAvatarImage-module__hop-
|
|
301
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___MuXv5 {
|
|
302
302
|
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
303
303
|
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
304
304
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
1
|
+
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-T246MMYR.js';
|
|
2
|
+
import '../../chunk-AES7QBQE.js';
|
|
3
|
+
import '../../chunk-27ONWV7M.js';
|
|
4
4
|
import '../../chunk-JWW56J7M.js';
|
|
5
|
+
import '../../chunk-2NSUMKNH.js';
|
|
5
6
|
import '../../chunk-65JPI4FL.js';
|
|
6
7
|
import '../../chunk-M36KANKC.js';
|
|
7
8
|
import '../../chunk-KVDXQMWI.js';
|
|
8
|
-
import '../../chunk-AES7QBQE.js';
|
|
9
9
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
2
|
-
.Heading-module__hop-
|
|
2
|
+
.Heading-module__hop-Heading___dlw7V {
|
|
3
3
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
4
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
5
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
34
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
35
|
}
|
|
36
|
-
:where(.Heading-module__hop-
|
|
36
|
+
:where(.Heading-module__hop-Heading___dlw7V) {
|
|
37
37
|
margin: 0;
|
|
38
38
|
font-family: var(--font-family);
|
|
39
39
|
font-size: var(--font-size);
|
|
@@ -41,43 +41,43 @@
|
|
|
41
41
|
line-height: var(--line-height);
|
|
42
42
|
color: var(--hop-neutral-text);
|
|
43
43
|
}
|
|
44
|
-
:where(.Heading-module__hop-Heading--
|
|
44
|
+
:where(.Heading-module__hop-Heading--xs___jAEFe) {
|
|
45
45
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
46
46
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
47
47
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
48
48
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Heading-module__hop-Heading--
|
|
50
|
+
:where(.Heading-module__hop-Heading--sm___vCqHa) {
|
|
51
51
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
52
52
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
53
53
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
54
54
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Heading-module__hop-Heading--
|
|
56
|
+
:where(.Heading-module__hop-Heading--md___jWxek) {
|
|
57
57
|
--font-size: var(--hop-Heading-md-font-size);
|
|
58
58
|
--font-family: var(--hop-Heading-md-font-family);
|
|
59
59
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
60
60
|
--line-height: var(--hop-Heading-md-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Heading-module__hop-Heading--
|
|
62
|
+
:where(.Heading-module__hop-Heading--lg___dg-lU) {
|
|
63
63
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
64
64
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
65
65
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
66
66
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Heading-module__hop-Heading--
|
|
68
|
+
:where(.Heading-module__hop-Heading--xl___3Dh40) {
|
|
69
69
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Heading-module__hop-Heading--
|
|
74
|
+
:where(.Heading-module__hop-Heading--2xl___fkYd1) {
|
|
75
75
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
76
76
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
77
77
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
78
78
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
79
79
|
}
|
|
80
|
-
:where(.Heading-module__hop-Heading--
|
|
80
|
+
:where(.Heading-module__hop-Heading--3xl___X7giL) {
|
|
81
81
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
82
82
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
83
83
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
88
|
-
:where(.OverlineText-module__hop-
|
|
88
|
+
:where(.OverlineText-module__hop-OverlineText___Ho-ZP) {
|
|
89
89
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
90
90
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
91
91
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -109,52 +109,52 @@
|
|
|
109
109
|
text-transform: uppercase;
|
|
110
110
|
letter-spacing: var(--letter-spacing);
|
|
111
111
|
}
|
|
112
|
-
.OverlineText-module__hop-
|
|
112
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR {
|
|
113
113
|
box-sizing: border-box;
|
|
114
114
|
}
|
|
115
|
-
.OverlineText-module__hop-
|
|
116
|
-
.OverlineText-module__hop-
|
|
115
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::before,
|
|
116
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::after {
|
|
117
117
|
content: "";
|
|
118
118
|
display: block;
|
|
119
119
|
box-sizing: border-box;
|
|
120
120
|
inline-size: 0;
|
|
121
121
|
block-size: 0;
|
|
122
122
|
}
|
|
123
|
-
.OverlineText-module__hop-
|
|
123
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::before {
|
|
124
124
|
margin-block-end: var(--bottom-offset);
|
|
125
125
|
}
|
|
126
|
-
.OverlineText-module__hop-
|
|
126
|
+
.OverlineText-module__hop-OverlineText__text___9kCTR::after {
|
|
127
127
|
margin-block-start: var(--top-offset);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
131
|
-
.Form-module__hop-
|
|
131
|
+
.Form-module__hop-Form___5zqv0 {
|
|
132
132
|
display: flex;
|
|
133
133
|
flex-direction: column;
|
|
134
134
|
gap: var(--hop-space-stack-lg);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
138
|
-
.Label-module__hop-
|
|
138
|
+
.Label-module__hop-Label___BoY-o {
|
|
139
139
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
140
140
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
141
141
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
142
142
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
143
143
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
144
144
|
}
|
|
145
|
-
:where(.Label-module__hop-
|
|
145
|
+
:where(.Label-module__hop-Label___BoY-o) {
|
|
146
146
|
font-family: var(--hop-Label-font-family);
|
|
147
147
|
font-size: var(--hop-Label-font-size);
|
|
148
148
|
font-weight: var(--hop-Label-font-weight);
|
|
149
149
|
line-height: var(--hop-Label-line-height);
|
|
150
150
|
color: var(--hop-Label-color);
|
|
151
151
|
}
|
|
152
|
-
:where(.Label-module__hop-
|
|
152
|
+
:where(.Label-module__hop-Label__indicator___gB0aP) {
|
|
153
153
|
padding-inline-start: var(--hop-space-20);
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
157
|
-
.Text-module__hop-
|
|
157
|
+
.Text-module__hop-Text___zLIQp {
|
|
158
158
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
159
159
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
160
160
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -184,49 +184,49 @@
|
|
|
184
184
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
185
185
|
--hop-Text-inherit-size-line-height: inherit;
|
|
186
186
|
}
|
|
187
|
-
:where(.Text-module__hop-
|
|
187
|
+
:where(.Text-module__hop-Text___zLIQp) {
|
|
188
188
|
font-family: var(--font-family);
|
|
189
189
|
font-size: var(--font-size);
|
|
190
190
|
font-weight: var(--font-weight);
|
|
191
191
|
line-height: var(--line-height);
|
|
192
192
|
}
|
|
193
|
-
:where(.Text-module__hop-Text--
|
|
193
|
+
:where(.Text-module__hop-Text--xs___zpGM0) {
|
|
194
194
|
--font-size: var(--hop-Text-xs-font-size);
|
|
195
195
|
--font-family: var(--hop-Text-xs-font-family);
|
|
196
196
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
197
197
|
--line-height: var(--hop-Text-xs-line-height);
|
|
198
198
|
}
|
|
199
|
-
:where(.Text-module__hop-Text--
|
|
199
|
+
:where(.Text-module__hop-Text--sm___2MRlp) {
|
|
200
200
|
--font-size: var(--hop-Text-sm-font-size);
|
|
201
201
|
--font-family: var(--hop-Text-sm-font-family);
|
|
202
202
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
203
203
|
--line-height: var(--hop-Text-sm-line-height);
|
|
204
204
|
}
|
|
205
|
-
:where(.Text-module__hop-Text--
|
|
205
|
+
:where(.Text-module__hop-Text--md___vGMRY) {
|
|
206
206
|
--font-size: var(--hop-Text-md-font-size);
|
|
207
207
|
--font-family: var(--hop-Text-md-font-family);
|
|
208
208
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
209
209
|
--line-height: var(--hop-Text-md-line-height);
|
|
210
210
|
}
|
|
211
|
-
:where(.Text-module__hop-Text--
|
|
211
|
+
:where(.Text-module__hop-Text--lg___Nf641) {
|
|
212
212
|
--font-size: var(--hop-Text-lg-font-size);
|
|
213
213
|
--font-family: var(--hop-Text-lg-font-family);
|
|
214
214
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
215
215
|
--line-height: var(--hop-Text-lg-line-height);
|
|
216
216
|
}
|
|
217
|
-
:where(.Text-module__hop-Text--
|
|
217
|
+
:where(.Text-module__hop-Text--xl___lsBxd) {
|
|
218
218
|
--font-size: var(--hop-Text-xl-font-size);
|
|
219
219
|
--font-family: var(--hop-Text-xl-font-family);
|
|
220
220
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
221
221
|
--line-height: var(--hop-Text-xl-line-height);
|
|
222
222
|
}
|
|
223
|
-
:where(.Text-module__hop-Text--
|
|
223
|
+
:where(.Text-module__hop-Text--2xl___dxpUF) {
|
|
224
224
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
225
225
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
226
226
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
227
227
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
228
228
|
}
|
|
229
|
-
:where(.Text-module__hop-Text--
|
|
229
|
+
:where(.Text-module__hop-Text--inherit___ocfvJ) {
|
|
230
230
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
231
231
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
232
232
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
|
|
237
|
-
.RichIconAvatarImage-module__hop-
|
|
237
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ {
|
|
238
238
|
--hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
|
|
239
239
|
--hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
|
|
240
240
|
--hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
|
|
@@ -265,46 +265,46 @@
|
|
|
265
265
|
background-color: var(--background-color);
|
|
266
266
|
border-radius: var(--hop-RichIconAvatarImage-border-radius);
|
|
267
267
|
}
|
|
268
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
268
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___vo0Qu {
|
|
269
269
|
--size: var(--hop-RichIconAvatarImage-xs-size);
|
|
270
270
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
271
271
|
}
|
|
272
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
272
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___gJKsH {
|
|
273
273
|
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
274
274
|
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
275
275
|
}
|
|
276
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
276
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___gIGPD {
|
|
277
277
|
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
278
278
|
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
279
279
|
}
|
|
280
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
280
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___JifcS {
|
|
281
281
|
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
282
282
|
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
283
283
|
}
|
|
284
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
284
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___y-1u- {
|
|
285
285
|
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
286
286
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
287
287
|
}
|
|
288
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
288
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___-xTyk {
|
|
289
289
|
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
290
290
|
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
291
291
|
}
|
|
292
|
-
.RichIconAvatarImage-module__hop-
|
|
292
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ[data-disabled] {
|
|
293
293
|
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
294
294
|
}
|
|
295
|
-
.RichIconAvatarImage-module__hop-
|
|
295
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___MuXv5 {
|
|
296
296
|
position: relative;
|
|
297
297
|
display: block;
|
|
298
298
|
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
299
299
|
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
300
300
|
}
|
|
301
|
-
.RichIconAvatarImage-module__hop-
|
|
301
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___2nClZ[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___MuXv5 {
|
|
302
302
|
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
303
303
|
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/Avatar.module.css/#css-module-data */
|
|
307
|
-
.Avatar-module__hop-
|
|
307
|
+
.Avatar-module__hop-Avatar___o5zGG {
|
|
308
308
|
--hop-Avatar-border-radius: var(--hop-shape-circle);
|
|
309
309
|
--hop-Avatar-mix-blend-mode: normal;
|
|
310
310
|
--hop-Avatar-decorative-1-background-color: var(--hop-decorative-option1-surface-strong);
|
|
@@ -349,67 +349,67 @@
|
|
|
349
349
|
background-color: var(--background-color, transparent);
|
|
350
350
|
border-radius: var(--hop-Avatar-border-radius);
|
|
351
351
|
}
|
|
352
|
-
.Avatar-module__hop-Avatar--
|
|
352
|
+
.Avatar-module__hop-Avatar--xs___kxXqf {
|
|
353
353
|
--size: var(--hop-Avatar-xs-size);
|
|
354
354
|
}
|
|
355
|
-
.Avatar-module__hop-Avatar--
|
|
355
|
+
.Avatar-module__hop-Avatar--sm___P2dAe {
|
|
356
356
|
--size: var(--hop-Avatar-sm-size);
|
|
357
357
|
}
|
|
358
|
-
.Avatar-module__hop-Avatar--
|
|
358
|
+
.Avatar-module__hop-Avatar--md___-Yfo- {
|
|
359
359
|
--size: var(--hop-Avatar-md-size);
|
|
360
360
|
}
|
|
361
|
-
.Avatar-module__hop-Avatar--
|
|
361
|
+
.Avatar-module__hop-Avatar--lg___ETaID {
|
|
362
362
|
--size: var(--hop-Avatar-lg-size);
|
|
363
363
|
}
|
|
364
|
-
.Avatar-module__hop-Avatar--
|
|
364
|
+
.Avatar-module__hop-Avatar--xl___H67GN {
|
|
365
365
|
--size: var(--hop-Avatar-xl-size);
|
|
366
366
|
}
|
|
367
|
-
.Avatar-module__hop-Avatar--
|
|
367
|
+
.Avatar-module__hop-Avatar--2xl___aUBby {
|
|
368
368
|
--size: var(--hop-Avatar-2xl-size);
|
|
369
369
|
}
|
|
370
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
370
|
+
.Avatar-module__hop-Avatar--decorative-option1___slZss {
|
|
371
371
|
--background-color: var(--hop-Avatar-decorative-1-background-color);
|
|
372
372
|
--text-color: var(--hop-Avatar-decorative-1-text-color);
|
|
373
373
|
}
|
|
374
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
374
|
+
.Avatar-module__hop-Avatar--decorative-option2___xD0PM {
|
|
375
375
|
--background-color: var(--hop-Avatar-decorative-2-background-color);
|
|
376
376
|
--text-color: var(--hop-Avatar-decorative-2-text-color);
|
|
377
377
|
}
|
|
378
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
378
|
+
.Avatar-module__hop-Avatar--decorative-option3___tV8E8 {
|
|
379
379
|
--background-color: var(--hop-Avatar-decorative-3-background-color);
|
|
380
380
|
--text-color: var(--hop-Avatar-decorative-3-text-color);
|
|
381
381
|
}
|
|
382
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
382
|
+
.Avatar-module__hop-Avatar--decorative-option4___lg-b7 {
|
|
383
383
|
--background-color: var(--hop-Avatar-decorative-4-background-color);
|
|
384
384
|
--text-color: var(--hop-Avatar-decorative-4-text-color);
|
|
385
385
|
}
|
|
386
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
386
|
+
.Avatar-module__hop-Avatar--decorative-option5___sHAcA {
|
|
387
387
|
--background-color: var(--hop-Avatar-decorative-5-background-color);
|
|
388
388
|
--text-color: var(--hop-Avatar-decorative-5-text-color);
|
|
389
389
|
}
|
|
390
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
390
|
+
.Avatar-module__hop-Avatar--decorative-option6___2Eitu {
|
|
391
391
|
--background-color: var(--hop-Avatar-decorative-6-background-color);
|
|
392
392
|
--text-color: var(--hop-Avatar-decorative-6-text-color);
|
|
393
393
|
}
|
|
394
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
394
|
+
.Avatar-module__hop-Avatar--decorative-option7___ruvfr {
|
|
395
395
|
--background-color: var(--hop-Avatar-decorative-7-background-color);
|
|
396
396
|
--text-color: var(--hop-Avatar-decorative-7-text-color);
|
|
397
397
|
}
|
|
398
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
398
|
+
.Avatar-module__hop-Avatar--decorative-option8___s27jf {
|
|
399
399
|
--background-color: var(--hop-Avatar-decorative-8-background-color);
|
|
400
400
|
--text-color: var(--hop-Avatar-decorative-8-text-color);
|
|
401
401
|
}
|
|
402
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
402
|
+
.Avatar-module__hop-Avatar--decorative-option9___yQSvh {
|
|
403
403
|
--background-color: var(--hop-Avatar-decorative-9-background-color);
|
|
404
404
|
--text-color: var(--hop-Avatar-decorative-9-text-color);
|
|
405
405
|
}
|
|
406
|
-
.Avatar-module__hop-
|
|
406
|
+
.Avatar-module__hop-Avatar___o5zGG[data-disabled] {
|
|
407
407
|
--background-color: var(--hop-Avatar-background-color-disabled);
|
|
408
408
|
--text-color: var(--hop-Avatar-text-color-disabled);
|
|
409
409
|
--mix-blend-mode: var(--hop-Avatar-mix-blend-mode-disabled);
|
|
410
410
|
isolation: isolate;
|
|
411
411
|
}
|
|
412
|
-
.Avatar-module__hop-
|
|
412
|
+
.Avatar-module__hop-Avatar__image___Esk6m {
|
|
413
413
|
position: relative;
|
|
414
414
|
display: block;
|
|
415
415
|
box-sizing: border-box;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from '../../chunk-
|
|
1
|
+
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from '../../chunk-J4K6PR4D.js';
|
|
2
2
|
import '../../chunk-3ZCLNFNH.js';
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-BPRTWO34.js';
|
|
8
|
-
import '../../chunk-2NSUMKNH.js';
|
|
3
|
+
import '../../chunk-26NE2DJ6.js';
|
|
4
|
+
import '../../chunk-TJMJSTQ3.js';
|
|
5
|
+
import '../../chunk-AES7QBQE.js';
|
|
6
|
+
import '../../chunk-27ONWV7M.js';
|
|
9
7
|
import '../../chunk-JWW56J7M.js';
|
|
8
|
+
import '../../chunk-2NSUMKNH.js';
|
|
10
9
|
import '../../chunk-65JPI4FL.js';
|
|
11
10
|
import '../../chunk-M36KANKC.js';
|
|
11
|
+
import '../../chunk-ZMIX3DJQ.js';
|
|
12
|
+
import '../../chunk-X6SER3TZ.js';
|
|
12
13
|
import '../../chunk-KVDXQMWI.js';
|
|
13
|
-
import '../../chunk-AES7QBQE.js';
|
|
14
14
|
import '../../chunk-JSBRDJBE.js';
|