@hopper-ui/components 1.5.5 → 1.5.7
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 +69 -68
- package/dist/Accordion/src/Accordion.js +2 -2
- package/dist/Accordion/src/index.css +69 -68
- package/dist/Accordion/src/index.js +2 -2
- package/dist/Avatar/src/AnonymousAvatar.css +39 -38
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +57 -56
- package/dist/Avatar/src/Avatar.js +5 -4
- package/dist/Avatar/src/BrokenAvatar.css +304 -0
- package/dist/Avatar/src/BrokenAvatar.d.ts +35 -0
- package/dist/Avatar/src/BrokenAvatar.js +9 -0
- package/dist/Avatar/src/DeletedAvatar.css +39 -38
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +39 -38
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +128 -127
- package/dist/Avatar/src/index.d.ts +6 -5
- package/dist/Avatar/src/index.js +7 -6
- package/dist/Badge/src/Badge.css +44 -43
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/FloatingBadge.css +39 -38
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +54 -53
- package/dist/Badge/src/index.js +5 -5
- package/dist/Callout/src/Callout.css +264 -263
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +301 -300
- package/dist/Callout/src/CompactCallout.js +13 -13
- package/dist/Callout/src/index.css +313 -312
- package/dist/Callout/src/index.js +14 -14
- package/dist/Card/src/Card.css +32 -31
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +32 -31
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +645 -644
- package/dist/ComboBox/src/ComboBox.js +23 -23
- package/dist/ComboBox/src/index.css +645 -644
- package/dist/ComboBox/src/index.js +23 -23
- package/dist/Disclosure/src/Disclosure.css +39 -38
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +46 -45
- package/dist/Disclosure/src/DisclosureHeader.js +7 -7
- package/dist/Disclosure/src/DisclosurePanel.css +39 -38
- package/dist/Disclosure/src/DisclosurePanel.js +8 -8
- package/dist/Disclosure/src/index.css +64 -63
- package/dist/Disclosure/src/index.js +11 -11
- package/dist/Divider/src/Divider.css +31 -30
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +31 -30
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +31 -30
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +31 -30
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +29 -28
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +29 -28
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +31 -30
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +31 -30
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +30 -29
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +30 -29
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +271 -270
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +271 -270
- package/dist/IllustratedMessage/src/index.js +1 -1
- package/dist/Image/src/Image.css +32 -31
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +30 -29
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +33 -32
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +68 -67
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +68 -67
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +276 -275
- package/dist/ListBox/src/ListBox.js +12 -12
- package/dist/ListBox/src/ListBoxItem.css +335 -334
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemSkeleton.css +36 -35
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +276 -275
- package/dist/ListBox/src/index.js +12 -12
- package/dist/Modal/src/BaseModal.css +44 -43
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +45 -44
- package/dist/Modal/src/CustomModal.js +3 -3
- package/dist/Modal/src/Modal.css +291 -290
- package/dist/Modal/src/Modal.js +13 -13
- package/dist/Modal/src/index.css +292 -291
- package/dist/Modal/src/index.js +15 -15
- package/dist/SegmentedControl/src/SegmentedControl.css +30 -29
- package/dist/SegmentedControl/src/SegmentedControl.js +2 -2
- package/dist/SegmentedControl/src/SegmentedControlItem.css +44 -43
- package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
- package/dist/SegmentedControl/src/index.css +45 -44
- package/dist/SegmentedControl/src/index.js +8 -8
- package/dist/Select/src/Select.css +589 -588
- package/dist/Select/src/Select.js +21 -21
- package/dist/Select/src/SelectValue.css +134 -133
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +589 -588
- package/dist/Select/src/index.js +21 -21
- package/dist/Spinner/src/Spinner.css +39 -38
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +39 -38
- package/dist/Spinner/src/index.js +2 -2
- package/dist/Tabs/src/Tab.css +415 -414
- package/dist/Tabs/src/Tab.js +2 -2
- package/dist/Tabs/src/TabLine.css +31 -30
- package/dist/Tabs/src/TabLine.js +1 -1
- package/dist/Tabs/src/TabList.css +38 -37
- package/dist/Tabs/src/TabList.js +2 -2
- package/dist/Tabs/src/TabPanel.css +31 -30
- package/dist/Tabs/src/TabPanel.js +1 -1
- package/dist/Tabs/src/index.css +426 -425
- package/dist/Tabs/src/index.js +5 -5
- package/dist/Tile/src/Tile.css +38 -37
- package/dist/Tile/src/Tile.js +6 -6
- package/dist/Tile/src/TileGroup.css +30 -29
- package/dist/Tile/src/TileGroup.js +2 -2
- package/dist/Tile/src/index.css +39 -38
- package/dist/Tile/src/index.js +8 -8
- package/dist/ToggleArrow/src/ToggleArrow.css +31 -30
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +31 -30
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +95 -94
- package/dist/buttons/src/Button.js +9 -9
- package/dist/buttons/src/ButtonGroup.css +40 -39
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +100 -99
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +96 -95
- package/dist/buttons/src/CloseButton.js +11 -11
- package/dist/buttons/src/EmbeddedButton.css +100 -99
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +104 -103
- package/dist/buttons/src/LinkButton.js +7 -7
- package/dist/buttons/src/index.css +252 -251
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +48 -47
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +35 -34
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +100 -99
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +56 -55
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +100 -99
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-KOCNVBL4.js → chunk-26X5EBGP.js} +1 -1
- package/dist/{chunk-AIODZB43.js → chunk-2EQ5ZDRA.js} +1 -1
- package/dist/{chunk-WRSANBY4.js → chunk-2NOOQRTE.js} +1 -1
- package/dist/{chunk-ADI7VOCO.js → chunk-2SB3QWIW.js} +1 -1
- package/dist/{chunk-SY3XNBZJ.js → chunk-3ASVVRCA.js} +5 -5
- package/dist/{chunk-Y5BWGSVP.js → chunk-3M3M4BQG.js} +2 -2
- package/dist/{chunk-5MYQ5BXW.js → chunk-3MFFEUWK.js} +2 -2
- package/dist/{chunk-Q7PCKJDL.js → chunk-3UKTVVXR.js} +3 -3
- package/dist/{chunk-QD6J3O53.js → chunk-3WYNM4YY.js} +11 -11
- package/dist/{chunk-L3LH3UJS.js → chunk-4LBIE5SC.js} +2 -2
- package/dist/{chunk-6YT3RLLI.js → chunk-4SVXBPXC.js} +2 -2
- package/dist/{chunk-OVX6PXU7.js → chunk-4WFZK7DY.js} +1 -1
- package/dist/{chunk-RLSZPN6Q.js → chunk-5MP4DOYS.js} +2 -2
- package/dist/{chunk-Q5CONWU4.js → chunk-5SYUGIRG.js} +1 -1
- package/dist/{chunk-EPU5DDUC.js → chunk-63L6D5UM.js} +1 -1
- package/dist/{chunk-OUVQR4Z3.js → chunk-65QLPZS3.js} +1 -1
- package/dist/{chunk-XQGWTWGU.js → chunk-6PCBYFMH.js} +2 -2
- package/dist/{chunk-LMVLW2DI.js → chunk-BPMSUPKF.js} +3 -3
- package/dist/{chunk-DKOHXAFN.js → chunk-BPRTWO34.js} +2 -2
- package/dist/{chunk-LZB5GWHU.js → chunk-BYAY3UHK.js} +2 -2
- package/dist/{chunk-6DWDR5JP.js → chunk-CILOWBN6.js} +2 -2
- package/dist/{chunk-APVB4QKW.js → chunk-CJN4KKQM.js} +3 -3
- package/dist/{chunk-RCTOHTBF.js → chunk-DKOJD5J5.js} +2 -2
- package/dist/{chunk-B2DJQRPV.js → chunk-DNI6ECVG.js} +3 -3
- package/dist/{chunk-CHAQPDET.js → chunk-DSHXJCKR.js} +8 -8
- package/dist/{chunk-SCSABOP6.js → chunk-E2VZSZOY.js} +7 -7
- package/dist/{chunk-RFBWOR45.js → chunk-E4AW5HJM.js} +2 -2
- package/dist/{chunk-QTIN2RKP.js → chunk-FAB5XSXM.js} +2 -2
- package/dist/{chunk-DV3PXOJ2.js → chunk-FFBWW2UY.js} +2 -2
- package/dist/{chunk-U3OK5S5U.js → chunk-G3DWN7U7.js} +5 -5
- package/dist/{chunk-HSI6HYCI.js → chunk-GD62QQQM.js} +6 -6
- package/dist/{chunk-GAI5P6F7.js → chunk-H7R4BTMU.js} +3 -3
- package/dist/{chunk-GD6L7UNZ.js → chunk-HAVIEM2D.js} +2 -2
- package/dist/{chunk-VXJY5OCJ.js → chunk-HCYNQVIG.js} +10 -10
- package/dist/{chunk-C2HSTFID.js → chunk-HH4KU2RL.js} +1 -1
- package/dist/{chunk-V762HFZJ.js → chunk-HP7T2HWU.js} +1 -1
- package/dist/{chunk-W5PKGJTD.js → chunk-HS3QKWW7.js} +3 -3
- package/dist/{chunk-OKB6HXIQ.js → chunk-IF44PZZP.js} +2 -2
- package/dist/{chunk-2VU7IMCA.js → chunk-IH73HOJM.js} +1 -1
- package/dist/{chunk-WTKKLIRT.js → chunk-IZAWEDX6.js} +1 -1
- package/dist/{chunk-T2BAEVK2.js → chunk-JA3B67UE.js} +2 -2
- package/dist/{chunk-2FWPRT4E.js → chunk-JAXZJD33.js} +8 -8
- package/dist/{chunk-U3KT3S6M.js → chunk-JW72ZHDU.js} +3 -3
- package/dist/{chunk-S2FTOWKX.js → chunk-JWHS7D3I.js} +1 -1
- package/dist/{chunk-TF46WPKF.js → chunk-JZ3R5OQS.js} +1 -1
- package/dist/{chunk-PZXTMXYK.js → chunk-KRPRDZOT.js} +5 -5
- package/dist/{chunk-XLUTZRUZ.js → chunk-KTKND4NT.js} +2 -2
- package/dist/{chunk-PMZALAJP.js → chunk-KXSEKNZ7.js} +2 -2
- package/dist/{chunk-V43I47UL.js → chunk-M2WKOIHJ.js} +5 -5
- package/dist/{chunk-WGKDQAVY.js → chunk-MGVYGZD7.js} +8 -8
- package/dist/{chunk-DVQKCTRK.js → chunk-MHQL4ITH.js} +1 -1
- package/dist/{chunk-2MVVQFFX.js → chunk-MT2RVQDZ.js} +2 -2
- package/dist/{chunk-HUR7PJDR.js → chunk-N6VCQ632.js} +1 -1
- package/dist/{chunk-RE5DOYJF.js → chunk-NTSJO4WO.js} +1 -1
- package/dist/{chunk-CD76PA6L.js → chunk-OMAH2JND.js} +2 -2
- package/dist/{chunk-ZDGUBNNJ.js → chunk-P7RWZX2M.js} +1 -1
- package/dist/{chunk-PTYUNGHX.js → chunk-QAUFBA7C.js} +1 -1
- package/dist/{chunk-L6BKOQ4Y.js → chunk-QODLCER2.js} +2 -2
- package/dist/{chunk-6HPVMIL6.js → chunk-R7KHBCGM.js} +1 -1
- package/dist/{chunk-Z5IP6PLW.js → chunk-S57OO3BK.js} +7 -7
- package/dist/{chunk-LGZTEXB4.js → chunk-SG6QJ7O2.js} +2 -2
- package/dist/{chunk-N7ZNWLE3.js → chunk-STWEUNIY.js} +1 -1
- package/dist/{chunk-4QHU2BVX.js → chunk-U4IOD6HI.js} +1 -1
- package/dist/{chunk-LBFMU47K.js → chunk-UVX4CZWO.js} +1 -1
- package/dist/{chunk-XJSPBIOV.js → chunk-VHTPBGAH.js} +3 -3
- package/dist/{chunk-7CDWQYKJ.js → chunk-VM3JRVU6.js} +12 -12
- package/dist/{chunk-HD4A764G.js → chunk-VR3T4WB2.js} +2 -2
- package/dist/{chunk-SF4XKTOZ.js → chunk-WTZ5SJEK.js} +2 -2
- package/dist/{chunk-RJL4VX7I.js → chunk-XBWNCVRK.js} +2 -2
- package/dist/chunk-XEGXFQT5.js +58 -0
- package/dist/{chunk-UQORA7EP.js → chunk-XXFM3YKI.js} +2 -2
- package/dist/{chunk-S4MJGDXY.js → chunk-Y5HNYHXP.js} +5 -7
- package/dist/{chunk-MMN2XZLQ.js → chunk-YLDI6PLK.js} +1 -1
- package/dist/{chunk-4R7NP3FP.js → chunk-ZKJMIS75.js} +2 -2
- package/dist/{chunk-QSUCWFKU.js → chunk-ZKL5F3OF.js} +3 -3
- package/dist/index.css +942 -941
- package/dist/index.d.ts +3 -2
- package/dist/index.js +89 -88
- package/dist/inputs/src/Input.css +33 -32
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +35 -34
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +59 -58
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +272 -271
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +32 -31
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +278 -277
- package/dist/inputs/src/SearchField.js +13 -13
- package/dist/inputs/src/TextArea.css +56 -55
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +276 -275
- package/dist/inputs/src/TextField.js +15 -15
- package/dist/inputs/src/index.css +324 -323
- package/dist/inputs/src/index.js +19 -19
- package/dist/overlays/Popover/src/Popover.css +561 -560
- package/dist/overlays/Popover/src/Popover.js +7 -7
- package/dist/overlays/Popover/src/PopoverBase.css +33 -32
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +565 -564
- package/dist/overlays/Popover/src/index.js +8 -8
- package/dist/radio/src/DecorativeRadio.css +56 -55
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +48 -47
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +35 -34
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +100 -99
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/index.css +100 -99
- package/dist/radio/src/index.js +12 -12
- package/dist/switch/src/Switch.css +45 -44
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +35 -34
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +51 -50
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +464 -463
- package/dist/tag/src/Tag.js +12 -12
- package/dist/tag/src/TagGroup.css +39 -38
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +474 -473
- package/dist/tag/src/index.js +15 -15
- package/dist/typography/Heading/src/Heading.css +29 -28
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +29 -28
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +29 -28
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +29 -28
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +29 -28
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +29 -28
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +29 -28
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +29 -28
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.css +29 -28
- package/dist/utils/src/EnsureTextWrapper.css +29 -28
- package/dist/utils/src/EnsureTextWrapper.js +6 -6
- package/dist/utils/src/index.css +29 -28
- package/dist/utils/src/index.js +6 -6
- package/package.json +1 -1
|
@@ -1,5 +1,85 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
+
.Text-module__hop-Text___GwHVO {
|
|
3
|
+
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
|
+
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
|
+
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
6
|
+
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
7
|
+
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
8
|
+
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
9
|
+
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
10
|
+
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
11
|
+
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
12
|
+
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
13
|
+
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
14
|
+
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
15
|
+
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
16
|
+
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
17
|
+
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
18
|
+
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
19
|
+
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
20
|
+
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
21
|
+
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
22
|
+
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
23
|
+
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
24
|
+
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
25
|
+
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
26
|
+
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
27
|
+
--hop-Text-inherit-size-font-size: inherit;
|
|
28
|
+
--hop-Text-inherit-size-font-family: inherit;
|
|
29
|
+
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
|
+
--hop-Text-inherit-size-line-height: inherit;
|
|
31
|
+
}
|
|
32
|
+
:where(.Text-module__hop-Text___GwHVO) {
|
|
33
|
+
font-family: var(--font-family);
|
|
34
|
+
font-size: var(--font-size);
|
|
35
|
+
font-weight: var(--font-weight);
|
|
36
|
+
line-height: var(--line-height);
|
|
37
|
+
}
|
|
38
|
+
:where(.Text-module__hop-Text--xs___Hy6wA) {
|
|
39
|
+
--font-size: var(--hop-Text-xs-font-size);
|
|
40
|
+
--font-family: var(--hop-Text-xs-font-family);
|
|
41
|
+
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
|
+
--line-height: var(--hop-Text-xs-line-height);
|
|
43
|
+
}
|
|
44
|
+
:where(.Text-module__hop-Text--sm___r6n11) {
|
|
45
|
+
--font-size: var(--hop-Text-sm-font-size);
|
|
46
|
+
--font-family: var(--hop-Text-sm-font-family);
|
|
47
|
+
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
|
+
--line-height: var(--hop-Text-sm-line-height);
|
|
49
|
+
}
|
|
50
|
+
:where(.Text-module__hop-Text--md___77-k9) {
|
|
51
|
+
--font-size: var(--hop-Text-md-font-size);
|
|
52
|
+
--font-family: var(--hop-Text-md-font-family);
|
|
53
|
+
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
|
+
--line-height: var(--hop-Text-md-line-height);
|
|
55
|
+
}
|
|
56
|
+
:where(.Text-module__hop-Text--lg___3QHga) {
|
|
57
|
+
--font-size: var(--hop-Text-lg-font-size);
|
|
58
|
+
--font-family: var(--hop-Text-lg-font-family);
|
|
59
|
+
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
|
+
--line-height: var(--hop-Text-lg-line-height);
|
|
61
|
+
}
|
|
62
|
+
:where(.Text-module__hop-Text--xl___UhMR-) {
|
|
63
|
+
--font-size: var(--hop-Text-xl-font-size);
|
|
64
|
+
--font-family: var(--hop-Text-xl-font-family);
|
|
65
|
+
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
|
+
--line-height: var(--hop-Text-xl-line-height);
|
|
67
|
+
}
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___E9rXG) {
|
|
69
|
+
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
|
+
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
|
+
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
|
+
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
|
+
}
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___rK-x9) {
|
|
75
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
|
+
}
|
|
80
|
+
|
|
1
81
|
/* 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-
|
|
82
|
+
.Heading-module__hop-Heading___vOuhR {
|
|
3
83
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
84
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
85
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -33,50 +113,51 @@
|
|
|
33
113
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
114
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
115
|
}
|
|
36
|
-
:where(.Heading-module__hop-
|
|
116
|
+
:where(.Heading-module__hop-Heading___vOuhR) {
|
|
37
117
|
margin: 0;
|
|
38
118
|
font-family: var(--font-family);
|
|
39
119
|
font-size: var(--font-size);
|
|
40
120
|
font-weight: var(--font-weight);
|
|
41
121
|
line-height: var(--line-height);
|
|
122
|
+
color: var(--hop-neutral-text);
|
|
42
123
|
}
|
|
43
|
-
:where(.Heading-module__hop-Heading--
|
|
124
|
+
:where(.Heading-module__hop-Heading--xs___TljxC) {
|
|
44
125
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
45
126
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
46
127
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
47
128
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
48
129
|
}
|
|
49
|
-
:where(.Heading-module__hop-Heading--
|
|
130
|
+
:where(.Heading-module__hop-Heading--sm___Dd4aA) {
|
|
50
131
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
51
132
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
52
133
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
53
134
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
54
135
|
}
|
|
55
|
-
:where(.Heading-module__hop-Heading--
|
|
136
|
+
:where(.Heading-module__hop-Heading--md___4QZ22) {
|
|
56
137
|
--font-size: var(--hop-Heading-md-font-size);
|
|
57
138
|
--font-family: var(--hop-Heading-md-font-family);
|
|
58
139
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
59
140
|
--line-height: var(--hop-Heading-md-line-height);
|
|
60
141
|
}
|
|
61
|
-
:where(.Heading-module__hop-Heading--
|
|
142
|
+
:where(.Heading-module__hop-Heading--lg___gCcT1) {
|
|
62
143
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
63
144
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
64
145
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
65
146
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
66
147
|
}
|
|
67
|
-
:where(.Heading-module__hop-Heading--
|
|
148
|
+
:where(.Heading-module__hop-Heading--xl___bgGSZ) {
|
|
68
149
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
69
150
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
70
151
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
71
152
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
72
153
|
}
|
|
73
|
-
:where(.Heading-module__hop-Heading--
|
|
154
|
+
:where(.Heading-module__hop-Heading--2xl___-BDq2) {
|
|
74
155
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
75
156
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
76
157
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
77
158
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
78
159
|
}
|
|
79
|
-
:where(.Heading-module__hop-Heading--
|
|
160
|
+
:where(.Heading-module__hop-Heading--3xl___uuF3d) {
|
|
80
161
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
81
162
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
82
163
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -84,7 +165,7 @@
|
|
|
84
165
|
}
|
|
85
166
|
|
|
86
167
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
87
|
-
:where(.OverlineText-module__hop-
|
|
168
|
+
:where(.OverlineText-module__hop-OverlineText___zl-GZ) {
|
|
88
169
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
89
170
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
90
171
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -108,132 +189,52 @@
|
|
|
108
189
|
text-transform: uppercase;
|
|
109
190
|
letter-spacing: var(--letter-spacing);
|
|
110
191
|
}
|
|
111
|
-
.OverlineText-module__hop-
|
|
192
|
+
.OverlineText-module__hop-OverlineText__text___74bSv {
|
|
112
193
|
box-sizing: border-box;
|
|
113
194
|
}
|
|
114
|
-
.OverlineText-module__hop-
|
|
115
|
-
.OverlineText-module__hop-
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___74bSv::before,
|
|
196
|
+
.OverlineText-module__hop-OverlineText__text___74bSv::after {
|
|
116
197
|
content: "";
|
|
117
198
|
display: block;
|
|
118
199
|
box-sizing: border-box;
|
|
119
200
|
inline-size: 0;
|
|
120
201
|
block-size: 0;
|
|
121
202
|
}
|
|
122
|
-
.OverlineText-module__hop-
|
|
203
|
+
.OverlineText-module__hop-OverlineText__text___74bSv::before {
|
|
123
204
|
margin-block-end: var(--bottom-offset);
|
|
124
205
|
}
|
|
125
|
-
.OverlineText-module__hop-
|
|
206
|
+
.OverlineText-module__hop-OverlineText__text___74bSv::after {
|
|
126
207
|
margin-block-start: var(--top-offset);
|
|
127
208
|
}
|
|
128
209
|
|
|
129
210
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
130
|
-
.Form-module__hop-
|
|
211
|
+
.Form-module__hop-Form___NGqig {
|
|
131
212
|
display: flex;
|
|
132
213
|
flex-direction: column;
|
|
133
214
|
gap: var(--hop-space-stack-lg);
|
|
134
215
|
}
|
|
135
216
|
|
|
136
217
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
137
|
-
.Label-module__hop-
|
|
218
|
+
.Label-module__hop-Label___1lP-g {
|
|
138
219
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
139
220
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
140
221
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
141
222
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
142
223
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
143
224
|
}
|
|
144
|
-
:where(.Label-module__hop-
|
|
225
|
+
:where(.Label-module__hop-Label___1lP-g) {
|
|
145
226
|
font-family: var(--hop-Label-font-family);
|
|
146
227
|
font-size: var(--hop-Label-font-size);
|
|
147
228
|
font-weight: var(--hop-Label-font-weight);
|
|
148
229
|
line-height: var(--hop-Label-line-height);
|
|
149
230
|
color: var(--hop-Label-color);
|
|
150
231
|
}
|
|
151
|
-
:where(.Label-module__hop-
|
|
232
|
+
:where(.Label-module__hop-Label__indicator___pBlO9) {
|
|
152
233
|
padding-inline-start: var(--hop-space-20);
|
|
153
234
|
}
|
|
154
235
|
|
|
155
|
-
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
156
|
-
.Text-module__hop-Text___ERDf- {
|
|
157
|
-
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
158
|
-
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
159
|
-
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
160
|
-
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
161
|
-
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
162
|
-
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
163
|
-
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
164
|
-
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
165
|
-
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
166
|
-
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
167
|
-
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
168
|
-
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
169
|
-
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
170
|
-
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
171
|
-
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
172
|
-
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
173
|
-
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
174
|
-
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
175
|
-
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
176
|
-
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
177
|
-
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
178
|
-
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
179
|
-
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
180
|
-
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
181
|
-
--hop-Text-inherit-size-font-size: inherit;
|
|
182
|
-
--hop-Text-inherit-size-font-family: inherit;
|
|
183
|
-
--hop-Text-inherit-size-font-weight: inherit;
|
|
184
|
-
--hop-Text-inherit-size-line-height: inherit;
|
|
185
|
-
}
|
|
186
|
-
:where(.Text-module__hop-Text___ERDf-) {
|
|
187
|
-
font-family: var(--font-family);
|
|
188
|
-
font-size: var(--font-size);
|
|
189
|
-
font-weight: var(--font-weight);
|
|
190
|
-
line-height: var(--line-height);
|
|
191
|
-
}
|
|
192
|
-
:where(.Text-module__hop-Text--xs___4tq5A) {
|
|
193
|
-
--font-size: var(--hop-Text-xs-font-size);
|
|
194
|
-
--font-family: var(--hop-Text-xs-font-family);
|
|
195
|
-
--font-weight: var(--hop-Text-xs-font-weight);
|
|
196
|
-
--line-height: var(--hop-Text-xs-line-height);
|
|
197
|
-
}
|
|
198
|
-
:where(.Text-module__hop-Text--sm___8figM) {
|
|
199
|
-
--font-size: var(--hop-Text-sm-font-size);
|
|
200
|
-
--font-family: var(--hop-Text-sm-font-family);
|
|
201
|
-
--font-weight: var(--hop-Text-sm-font-weight);
|
|
202
|
-
--line-height: var(--hop-Text-sm-line-height);
|
|
203
|
-
}
|
|
204
|
-
:where(.Text-module__hop-Text--md___btboQ) {
|
|
205
|
-
--font-size: var(--hop-Text-md-font-size);
|
|
206
|
-
--font-family: var(--hop-Text-md-font-family);
|
|
207
|
-
--font-weight: var(--hop-Text-md-font-weight);
|
|
208
|
-
--line-height: var(--hop-Text-md-line-height);
|
|
209
|
-
}
|
|
210
|
-
:where(.Text-module__hop-Text--lg___cQ5l-) {
|
|
211
|
-
--font-size: var(--hop-Text-lg-font-size);
|
|
212
|
-
--font-family: var(--hop-Text-lg-font-family);
|
|
213
|
-
--font-weight: var(--hop-Text-lg-font-weight);
|
|
214
|
-
--line-height: var(--hop-Text-lg-line-height);
|
|
215
|
-
}
|
|
216
|
-
:where(.Text-module__hop-Text--xl___DL-py) {
|
|
217
|
-
--font-size: var(--hop-Text-xl-font-size);
|
|
218
|
-
--font-family: var(--hop-Text-xl-font-family);
|
|
219
|
-
--font-weight: var(--hop-Text-xl-font-weight);
|
|
220
|
-
--line-height: var(--hop-Text-xl-line-height);
|
|
221
|
-
}
|
|
222
|
-
:where(.Text-module__hop-Text--2xl___sQFiZ) {
|
|
223
|
-
--font-size: var(--hop-Text-2xl-font-size);
|
|
224
|
-
--font-family: var(--hop-Text-2xl-font-family);
|
|
225
|
-
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
226
|
-
--line-height: var(--hop-Text-2xl-line-height);
|
|
227
|
-
}
|
|
228
|
-
:where(.Text-module__hop-Text--inherit___6xgQn) {
|
|
229
|
-
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
230
|
-
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
231
|
-
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
232
|
-
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
236
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
|
|
236
|
-
.RichIconAvatarImage-module__hop-
|
|
237
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___FTOaQ {
|
|
237
238
|
--hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
|
|
238
239
|
--hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
|
|
239
240
|
--hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
|
|
@@ -264,46 +265,46 @@
|
|
|
264
265
|
background-color: var(--background-color);
|
|
265
266
|
border-radius: var(--hop-RichIconAvatarImage-border-radius);
|
|
266
267
|
}
|
|
267
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
268
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___ITAJT {
|
|
268
269
|
--size: var(--hop-RichIconAvatarImage-xs-size);
|
|
269
270
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
270
271
|
}
|
|
271
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
272
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___BcU1R {
|
|
272
273
|
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
273
274
|
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
274
275
|
}
|
|
275
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
276
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___h5uA3 {
|
|
276
277
|
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
277
278
|
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
278
279
|
}
|
|
279
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
280
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___Px-mr {
|
|
280
281
|
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
281
282
|
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
282
283
|
}
|
|
283
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
284
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___CaPp6 {
|
|
284
285
|
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
285
286
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
286
287
|
}
|
|
287
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
288
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___YYbo- {
|
|
288
289
|
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
289
290
|
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
290
291
|
}
|
|
291
|
-
.RichIconAvatarImage-module__hop-
|
|
292
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___FTOaQ[data-disabled] {
|
|
292
293
|
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
293
294
|
}
|
|
294
|
-
.RichIconAvatarImage-module__hop-
|
|
295
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___wM4c9 {
|
|
295
296
|
position: relative;
|
|
296
297
|
display: block;
|
|
297
298
|
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
298
299
|
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
299
300
|
}
|
|
300
|
-
.RichIconAvatarImage-module__hop-
|
|
301
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___FTOaQ[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___wM4c9 {
|
|
301
302
|
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
302
303
|
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
303
304
|
}
|
|
304
305
|
|
|
305
306
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/Avatar.module.css/#css-module-data */
|
|
306
|
-
.Avatar-module__hop-
|
|
307
|
+
.Avatar-module__hop-Avatar___HSY-W {
|
|
307
308
|
--hop-Avatar-border-radius: var(--hop-shape-circle);
|
|
308
309
|
--hop-Avatar-mix-blend-mode: normal;
|
|
309
310
|
--hop-Avatar-decorative-1-background-color: var(--hop-decorative-option1-surface-strong);
|
|
@@ -348,67 +349,67 @@
|
|
|
348
349
|
background-color: var(--background-color, transparent);
|
|
349
350
|
border-radius: var(--hop-Avatar-border-radius);
|
|
350
351
|
}
|
|
351
|
-
.Avatar-module__hop-Avatar--
|
|
352
|
+
.Avatar-module__hop-Avatar--xs___0tqCQ {
|
|
352
353
|
--size: var(--hop-Avatar-xs-size);
|
|
353
354
|
}
|
|
354
|
-
.Avatar-module__hop-Avatar--
|
|
355
|
+
.Avatar-module__hop-Avatar--sm___UDGN5 {
|
|
355
356
|
--size: var(--hop-Avatar-sm-size);
|
|
356
357
|
}
|
|
357
|
-
.Avatar-module__hop-Avatar--
|
|
358
|
+
.Avatar-module__hop-Avatar--md___vJOlA {
|
|
358
359
|
--size: var(--hop-Avatar-md-size);
|
|
359
360
|
}
|
|
360
|
-
.Avatar-module__hop-Avatar--
|
|
361
|
+
.Avatar-module__hop-Avatar--lg___y3fuG {
|
|
361
362
|
--size: var(--hop-Avatar-lg-size);
|
|
362
363
|
}
|
|
363
|
-
.Avatar-module__hop-Avatar--
|
|
364
|
+
.Avatar-module__hop-Avatar--xl___QIq-T {
|
|
364
365
|
--size: var(--hop-Avatar-xl-size);
|
|
365
366
|
}
|
|
366
|
-
.Avatar-module__hop-Avatar--
|
|
367
|
+
.Avatar-module__hop-Avatar--2xl___vBfOj {
|
|
367
368
|
--size: var(--hop-Avatar-2xl-size);
|
|
368
369
|
}
|
|
369
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
370
|
+
.Avatar-module__hop-Avatar--decorative-option1___4J6xq {
|
|
370
371
|
--background-color: var(--hop-Avatar-decorative-1-background-color);
|
|
371
372
|
--text-color: var(--hop-Avatar-decorative-1-text-color);
|
|
372
373
|
}
|
|
373
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
374
|
+
.Avatar-module__hop-Avatar--decorative-option2___BwzNE {
|
|
374
375
|
--background-color: var(--hop-Avatar-decorative-2-background-color);
|
|
375
376
|
--text-color: var(--hop-Avatar-decorative-2-text-color);
|
|
376
377
|
}
|
|
377
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
378
|
+
.Avatar-module__hop-Avatar--decorative-option3___0KAFu {
|
|
378
379
|
--background-color: var(--hop-Avatar-decorative-3-background-color);
|
|
379
380
|
--text-color: var(--hop-Avatar-decorative-3-text-color);
|
|
380
381
|
}
|
|
381
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
382
|
+
.Avatar-module__hop-Avatar--decorative-option4___TEhqt {
|
|
382
383
|
--background-color: var(--hop-Avatar-decorative-4-background-color);
|
|
383
384
|
--text-color: var(--hop-Avatar-decorative-4-text-color);
|
|
384
385
|
}
|
|
385
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
386
|
+
.Avatar-module__hop-Avatar--decorative-option5___f0jZq {
|
|
386
387
|
--background-color: var(--hop-Avatar-decorative-5-background-color);
|
|
387
388
|
--text-color: var(--hop-Avatar-decorative-5-text-color);
|
|
388
389
|
}
|
|
389
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
390
|
+
.Avatar-module__hop-Avatar--decorative-option6___wjv9n {
|
|
390
391
|
--background-color: var(--hop-Avatar-decorative-6-background-color);
|
|
391
392
|
--text-color: var(--hop-Avatar-decorative-6-text-color);
|
|
392
393
|
}
|
|
393
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
394
|
+
.Avatar-module__hop-Avatar--decorative-option7___-SAP6 {
|
|
394
395
|
--background-color: var(--hop-Avatar-decorative-7-background-color);
|
|
395
396
|
--text-color: var(--hop-Avatar-decorative-7-text-color);
|
|
396
397
|
}
|
|
397
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
398
|
+
.Avatar-module__hop-Avatar--decorative-option8___uNUAi {
|
|
398
399
|
--background-color: var(--hop-Avatar-decorative-8-background-color);
|
|
399
400
|
--text-color: var(--hop-Avatar-decorative-8-text-color);
|
|
400
401
|
}
|
|
401
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
402
|
+
.Avatar-module__hop-Avatar--decorative-option9___Ykl6b {
|
|
402
403
|
--background-color: var(--hop-Avatar-decorative-9-background-color);
|
|
403
404
|
--text-color: var(--hop-Avatar-decorative-9-text-color);
|
|
404
405
|
}
|
|
405
|
-
.Avatar-module__hop-
|
|
406
|
+
.Avatar-module__hop-Avatar___HSY-W[data-disabled] {
|
|
406
407
|
--background-color: var(--hop-Avatar-background-color-disabled);
|
|
407
408
|
--text-color: var(--hop-Avatar-text-color-disabled);
|
|
408
409
|
--mix-blend-mode: var(--hop-Avatar-mix-blend-mode-disabled);
|
|
409
410
|
isolation: isolate;
|
|
410
411
|
}
|
|
411
|
-
.Avatar-module__hop-
|
|
412
|
+
.Avatar-module__hop-Avatar__image___riFCd {
|
|
412
413
|
position: relative;
|
|
413
414
|
display: block;
|
|
414
415
|
box-sizing: border-box;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export { Avatar, AvatarInitialsProps, AvatarProps, AvatarSize, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './Avatar.js';
|
|
2
1
|
export { AnonymousAvatar, AnonymousAvatarProps, GlobalAnonymousAvatarCssSelector } from './AnonymousAvatar.js';
|
|
2
|
+
export { Avatar, AvatarInitialsProps, AvatarProps, AvatarSize, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from './Avatar.js';
|
|
3
|
+
export { AvatarContext } from './AvatarContext.js';
|
|
4
|
+
export { BrokenAvatar, BrokenAvatarProps, GlobalBrokenAvatarCssSelector } from './BrokenAvatar.js';
|
|
3
5
|
export { DeletedAvatar, DeletedAvatarProps, GlobalDeletedAvatarCssSelector } from './DeletedAvatar.js';
|
|
4
6
|
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, RichIconAvatarImage, RichIconAvatarImageProps } from './RichIconAvatarImage.js';
|
|
5
|
-
export { AvatarContext } from './AvatarContext.js';
|
|
6
7
|
export { RichIconAvatarImageContext } from './RichIconAvatarImageContext.js';
|
|
7
8
|
import 'react';
|
|
8
9
|
import '@hopper-ui/styled-system';
|
|
9
|
-
import '../../typography/Text/src/Text.js';
|
|
10
|
-
import 'react-aria-components';
|
|
11
|
-
import '../../utils/src/sizeAdapter.js';
|
|
12
10
|
import '../../utils/src/types.js';
|
|
13
11
|
import '@react-types/shared';
|
|
12
|
+
import 'react-aria-components';
|
|
13
|
+
import '../../typography/Text/src/Text.js';
|
|
14
|
+
import '../../utils/src/sizeAdapter.js';
|
|
14
15
|
import '@hopper-ui/icons';
|
package/dist/Avatar/src/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
|
|
1
|
+
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from '../../chunk-IH73HOJM.js';
|
|
2
|
+
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-HH4KU2RL.js';
|
|
3
|
+
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from '../../chunk-Y5HNYHXP.js';
|
|
4
4
|
import '../../chunk-3ZCLNFNH.js';
|
|
5
|
+
import '../../chunk-IZAWEDX6.js';
|
|
5
6
|
import '../../chunk-ZMIX3DJQ.js';
|
|
6
7
|
import '../../chunk-X6SER3TZ.js';
|
|
7
|
-
export {
|
|
8
|
-
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from '../../chunk-
|
|
9
|
-
export { RichIconAvatarImageContext } from '../../chunk-JWW56J7M.js';
|
|
8
|
+
export { _BrokenAvatar as BrokenAvatar, GlobalBrokenAvatarCssSelector } from '../../chunk-XEGXFQT5.js';
|
|
9
|
+
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from '../../chunk-BPRTWO34.js';
|
|
10
10
|
import '../../chunk-2NSUMKNH.js';
|
|
11
|
+
export { RichIconAvatarImageContext } from '../../chunk-JWW56J7M.js';
|
|
11
12
|
import '../../chunk-65JPI4FL.js';
|
|
12
13
|
import '../../chunk-M36KANKC.js';
|
|
13
14
|
import '../../chunk-KVDXQMWI.js';
|