@hopper-ui/components 1.5.6 → 1.5.8
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 +110 -72
- package/dist/Accordion/src/Accordion.js +2 -2
- package/dist/Accordion/src/index.css +110 -72
- package/dist/Accordion/src/index.js +2 -2
- package/dist/Avatar/src/AnonymousAvatar.css +80 -42
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +98 -60
- package/dist/Avatar/src/Avatar.js +4 -3
- package/dist/Avatar/src/BrokenAvatar.css +342 -0
- package/dist/Avatar/src/BrokenAvatar.d.ts +35 -0
- package/dist/Avatar/src/BrokenAvatar.js +9 -0
- package/dist/Avatar/src/DeletedAvatar.css +80 -42
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +80 -42
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +169 -131
- package/dist/Avatar/src/index.d.ts +6 -5
- package/dist/Avatar/src/index.js +6 -5
- package/dist/Badge/src/Badge.css +85 -47
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +80 -42
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +95 -57
- package/dist/Badge/src/index.js +3 -3
- package/dist/Callout/src/Callout.css +306 -268
- package/dist/Callout/src/Callout.js +12 -12
- package/dist/Callout/src/CompactCallout.css +342 -304
- package/dist/Callout/src/CompactCallout.js +12 -12
- package/dist/Callout/src/index.css +355 -317
- package/dist/Callout/src/index.js +13 -13
- package/dist/Card/src/Card.css +73 -35
- package/dist/Card/src/Card.js +1 -1
- package/dist/Card/src/index.css +73 -35
- package/dist/Card/src/index.js +1 -1
- package/dist/ComboBox/src/ComboBox.css +687 -649
- package/dist/ComboBox/src/ComboBox.js +21 -21
- package/dist/ComboBox/src/index.css +687 -649
- package/dist/ComboBox/src/index.js +21 -21
- package/dist/Disclosure/src/Disclosure.css +80 -42
- package/dist/Disclosure/src/Disclosure.js +2 -2
- package/dist/Disclosure/src/DisclosureHeader.css +87 -49
- package/dist/Disclosure/src/DisclosureHeader.js +8 -8
- package/dist/Disclosure/src/DisclosurePanel.css +80 -42
- package/dist/Disclosure/src/DisclosurePanel.js +7 -7
- package/dist/Disclosure/src/index.css +105 -67
- package/dist/Disclosure/src/index.js +11 -11
- package/dist/Divider/src/Divider.css +72 -34
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +72 -34
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +72 -34
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +72 -34
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +70 -32
- package/dist/Form/src/Form.js +1 -1
- package/dist/Form/src/index.css +70 -32
- package/dist/Form/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +72 -34
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +72 -34
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +71 -33
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +71 -33
- package/dist/IconList/src/index.js +1 -1
- package/dist/IllustratedMessage/src/IllustratedMessage.css +313 -275
- package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
- package/dist/IllustratedMessage/src/index.css +313 -275
- package/dist/IllustratedMessage/src/index.js +1 -1
- package/dist/Image/src/Image.css +73 -35
- package/dist/Image/src/Image.js +1 -1
- package/dist/Image/src/SvgImage.css +71 -33
- package/dist/Image/src/SvgImage.js +1 -1
- package/dist/Image/src/index.css +74 -36
- package/dist/Image/src/index.js +2 -2
- package/dist/Link/src/Link.css +109 -71
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +109 -71
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +317 -279
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxItem.css +376 -338
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +77 -39
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +317 -279
- package/dist/ListBox/src/index.js +11 -11
- package/dist/Modal/src/BaseModal.css +85 -47
- package/dist/Modal/src/BaseModal.js +1 -1
- package/dist/Modal/src/CustomModal.css +86 -48
- package/dist/Modal/src/CustomModal.js +3 -3
- package/dist/Modal/src/Modal.css +333 -295
- package/dist/Modal/src/Modal.js +13 -13
- package/dist/Modal/src/index.css +334 -296
- package/dist/Modal/src/index.js +15 -15
- package/dist/SegmentedControl/src/SegmentedControl.css +71 -33
- package/dist/SegmentedControl/src/SegmentedControl.js +2 -2
- package/dist/SegmentedControl/src/SegmentedControlItem.css +85 -47
- package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
- package/dist/SegmentedControl/src/index.css +86 -48
- package/dist/SegmentedControl/src/index.js +8 -8
- package/dist/Select/src/Select.css +631 -593
- package/dist/Select/src/Select.js +20 -20
- package/dist/Select/src/SelectValue.css +175 -137
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +631 -593
- package/dist/Select/src/index.js +20 -20
- package/dist/Spinner/src/Spinner.css +80 -42
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +80 -42
- package/dist/Spinner/src/index.js +2 -2
- package/dist/Tabs/src/Tab.css +456 -418
- package/dist/Tabs/src/Tab.js +2 -2
- package/dist/Tabs/src/TabLine.css +72 -34
- package/dist/Tabs/src/TabLine.js +1 -1
- package/dist/Tabs/src/TabList.css +79 -41
- package/dist/Tabs/src/TabList.js +2 -2
- package/dist/Tabs/src/TabPanel.css +72 -34
- package/dist/Tabs/src/TabPanel.js +1 -1
- package/dist/Tabs/src/index.css +467 -429
- package/dist/Tabs/src/index.js +5 -5
- package/dist/Tile/src/Tile.css +79 -41
- package/dist/Tile/src/Tile.js +6 -6
- package/dist/Tile/src/TileGroup.css +71 -33
- package/dist/Tile/src/TileGroup.js +2 -2
- package/dist/Tile/src/index.css +80 -42
- package/dist/Tile/src/index.js +8 -8
- package/dist/ToggleArrow/src/ToggleArrow.css +72 -34
- package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
- package/dist/ToggleArrow/src/index.css +72 -34
- package/dist/ToggleArrow/src/index.js +1 -1
- package/dist/buttons/src/Button.css +136 -98
- package/dist/buttons/src/Button.js +9 -9
- package/dist/buttons/src/ButtonGroup.css +81 -43
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +141 -103
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/CloseButton.css +137 -99
- package/dist/buttons/src/CloseButton.js +11 -11
- package/dist/buttons/src/EmbeddedButton.css +141 -103
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/LinkButton.css +145 -107
- package/dist/buttons/src/LinkButton.js +7 -7
- package/dist/buttons/src/index.css +293 -255
- package/dist/buttons/src/index.js +16 -16
- package/dist/checkbox/src/Checkbox.css +89 -51
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +76 -38
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +141 -103
- package/dist/checkbox/src/CheckboxGroup.js +6 -6
- package/dist/checkbox/src/DecorativeCheckbox.css +97 -59
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +141 -103
- package/dist/checkbox/src/index.js +12 -12
- package/dist/{chunk-IV5R2AW3.js → chunk-2F75EFZU.js} +2 -2
- package/dist/{chunk-EPGWHQNG.js → chunk-2MFQA2EU.js} +5 -5
- package/dist/{chunk-L3KNHPTN.js → chunk-3QAAVSD5.js} +2 -2
- package/dist/{chunk-BOZ2UL2O.js → chunk-3U5FI5A2.js} +5 -7
- package/dist/{chunk-STWEOGPD.js → chunk-3Y26KXNH.js} +2 -2
- package/dist/{chunk-WRSKAZVX.js → chunk-4C2RFTAH.js} +1 -1
- package/dist/{chunk-NZCSUA3Z.js → chunk-4IE24H7G.js} +7 -7
- package/dist/{chunk-TGU3F4ZO.js → chunk-4KOZSCEO.js} +2 -2
- package/dist/{chunk-FMO3CEFA.js → chunk-4NP4OAXQ.js} +1 -1
- package/dist/{chunk-EFSPCXOV.js → chunk-4VWK3B7S.js} +2 -2
- package/dist/{chunk-ZK46ZAPC.js → chunk-5MYBVZ7A.js} +2 -2
- package/dist/{chunk-XNPM7IJB.js → chunk-64CHPRZN.js} +2 -2
- package/dist/{chunk-JX3XUX5N.js → chunk-6IOXP65D.js} +2 -2
- package/dist/{chunk-TA3IZGU7.js → chunk-6OQETHFE.js} +2 -2
- package/dist/{chunk-OPJHWNPW.js → chunk-6VY7Q7UM.js} +1 -1
- package/dist/{chunk-C2VFOCA5.js → chunk-7G5PGVLI.js} +1 -1
- package/dist/{chunk-E52ZMU65.js → chunk-7XKQWNDW.js} +1 -1
- package/dist/{chunk-F3WXYGNF.js → chunk-AH7QHTSG.js} +5 -5
- package/dist/{chunk-GXOMQ374.js → chunk-AUDD3BII.js} +2 -2
- package/dist/{chunk-MBMRVS3J.js → chunk-B7CNUKHE.js} +6 -6
- package/dist/{chunk-3BIEAJRR.js → chunk-BKGXUZF6.js} +12 -12
- package/dist/{chunk-UTLBVL6Z.js → chunk-BOEKDGIG.js} +1 -1
- package/dist/chunk-CCC4PE3E.js +58 -0
- package/dist/{chunk-SNP5ALJL.js → chunk-CY3NQS5G.js} +1 -1
- package/dist/{chunk-LTVC7XES.js → chunk-DSHNTCCG.js} +1 -1
- package/dist/{chunk-COVRWTKG.js → chunk-E7543KMS.js} +1 -1
- package/dist/{chunk-CD2O5FGU.js → chunk-FCJBEUUD.js} +1 -1
- package/dist/{chunk-5IG6U77X.js → chunk-FMACFZVM.js} +2 -2
- package/dist/{chunk-G6ZDVB4T.js → chunk-G7FGAV44.js} +2 -2
- package/dist/{chunk-3YRPMXFC.js → chunk-GAYT3QXG.js} +3 -3
- package/dist/{chunk-P3O3SGB7.js → chunk-GHWTSUQQ.js} +3 -3
- package/dist/{chunk-YLNLBGNO.js → chunk-H33GYFXI.js} +4 -4
- package/dist/{chunk-L2IUFJ4G.js → chunk-HNUVBOSY.js} +1 -1
- package/dist/{chunk-PJAK3C2B.js → chunk-HXUYRHS5.js} +5 -5
- package/dist/{chunk-XF2XWEQJ.js → chunk-IIUGCQWW.js} +5 -5
- package/dist/{chunk-O5KTVVB7.js → chunk-IZK3WBT5.js} +2 -2
- package/dist/{chunk-2I6UMJYG.js → chunk-JZBFIZNX.js} +3 -3
- package/dist/{chunk-43TNRKBS.js → chunk-JZDIHG23.js} +8 -8
- package/dist/{chunk-6RGIGUM3.js → chunk-KJNEM3SA.js} +1 -1
- package/dist/{chunk-KD7V4SW5.js → chunk-MGSR6KG7.js} +1 -1
- package/dist/{chunk-JZSBVJLE.js → chunk-MWOYTG5R.js} +1 -1
- package/dist/{chunk-SIZ5R25W.js → chunk-N64QLW23.js} +2 -2
- package/dist/{chunk-UD2ZTEXX.js → chunk-NP2SOF4U.js} +1 -1
- package/dist/{chunk-FGVWUGM4.js → chunk-O5LHBC7Q.js} +8 -8
- package/dist/{chunk-4WB4O442.js → chunk-OAIQMHLG.js} +3 -3
- package/dist/{chunk-F65A7MQX.js → chunk-OLNYFKUC.js} +2 -2
- package/dist/{chunk-PUGP4GGH.js → chunk-OXX2Q4UK.js} +2 -2
- package/dist/{chunk-B7B6SJKK.js → chunk-PA5EHN7O.js} +1 -1
- package/dist/{chunk-AY3ATCBD.js → chunk-PETBANFF.js} +1 -1
- package/dist/{chunk-WWTPPWCZ.js → chunk-Q2EQP2RU.js} +2 -2
- package/dist/{chunk-MA3L3H6V.js → chunk-QDAESUMP.js} +1 -1
- package/dist/{chunk-SAMBVKTY.js → chunk-R545UYFM.js} +1 -1
- package/dist/{chunk-7BRUGPOE.js → chunk-RSNYZJBA.js} +2 -2
- package/dist/{chunk-5TSBUH3R.js → chunk-SLP3QVJN.js} +1 -1
- package/dist/{chunk-OYXCMCLJ.js → chunk-T3JQ5FGZ.js} +1 -1
- package/dist/{chunk-UUUFOLCQ.js → chunk-TPK6NH6T.js} +8 -8
- package/dist/{chunk-HMHH6XBK.js → chunk-TTL4G2TY.js} +2 -2
- package/dist/{chunk-6TNP7CIK.js → chunk-TXMTWWQS.js} +2 -2
- package/dist/{chunk-OEXGTBU2.js → chunk-UFEEPQPN.js} +5 -5
- package/dist/{chunk-TIYKXTQ6.js → chunk-UXXEQ6GN.js} +3 -3
- package/dist/{chunk-WQPE5BWO.js → chunk-V3GM5HJS.js} +1 -1
- package/dist/{chunk-YXEZVY26.js → chunk-VDXWDKOM.js} +1 -1
- package/dist/{chunk-KFEAIQBV.js → chunk-VGAKY5R3.js} +2 -2
- package/dist/{chunk-4ILGVQRZ.js → chunk-VHHOCRJ6.js} +10 -10
- package/dist/{chunk-VPLVBSSQ.js → chunk-VTPBW5IC.js} +2 -2
- package/dist/{chunk-QL2TEKGT.js → chunk-VUFCC6BQ.js} +1 -1
- package/dist/{chunk-SWYOEQBM.js → chunk-WD3ZL2OG.js} +2 -2
- package/dist/{chunk-NXMYJN3H.js → chunk-WQG7DMLR.js} +2 -2
- package/dist/{chunk-RDRTC4SR.js → chunk-X2SACCY2.js} +2 -2
- package/dist/{chunk-UZCTMGF2.js → chunk-XJDZUQRN.js} +1 -1
- package/dist/{chunk-NEOYOIBK.js → chunk-XTPBPGOE.js} +3 -3
- package/dist/{chunk-QENTYVQ4.js → chunk-YRPLWZ7P.js} +2 -2
- package/dist/{chunk-RTKBIBP2.js → chunk-YTLEDJYH.js} +2 -2
- package/dist/{chunk-FB4B3MDJ.js → chunk-YYBHF4YY.js} +1 -1
- package/dist/{chunk-WPYDNO44.js → chunk-ZF6AUUH2.js} +11 -11
- package/dist/index.css +987 -949
- package/dist/index.d.ts +3 -2
- package/dist/index.js +82 -81
- package/dist/inputs/src/Input.css +74 -36
- package/dist/inputs/src/Input.js +1 -1
- package/dist/inputs/src/InputGroup.css +76 -38
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +100 -62
- package/dist/inputs/src/NumberField.js +11 -11
- package/dist/inputs/src/PasswordField.css +313 -275
- package/dist/inputs/src/PasswordField.js +11 -11
- package/dist/inputs/src/RemainingCharacterCount.css +73 -35
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +319 -281
- package/dist/inputs/src/SearchField.js +13 -13
- package/dist/inputs/src/TextArea.css +97 -59
- package/dist/inputs/src/TextArea.js +10 -10
- package/dist/inputs/src/TextField.css +317 -279
- package/dist/inputs/src/TextField.js +15 -15
- package/dist/inputs/src/index.css +365 -327
- package/dist/inputs/src/index.js +19 -19
- package/dist/overlays/Popover/src/Popover.css +603 -565
- package/dist/overlays/Popover/src/Popover.js +7 -7
- package/dist/overlays/Popover/src/PopoverBase.css +74 -36
- package/dist/overlays/Popover/src/PopoverBase.js +1 -1
- package/dist/overlays/Popover/src/index.css +607 -569
- package/dist/overlays/Popover/src/index.js +8 -8
- package/dist/radio/src/DecorativeRadio.css +97 -59
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +89 -51
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +76 -38
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +141 -103
- package/dist/radio/src/RadioGroup.js +6 -6
- package/dist/radio/src/index.css +141 -103
- package/dist/radio/src/index.js +12 -12
- package/dist/switch/src/Switch.css +86 -48
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +76 -38
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +92 -54
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +505 -467
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +80 -42
- package/dist/tag/src/TagGroup.js +6 -6
- package/dist/tag/src/index.css +515 -477
- package/dist/tag/src/index.js +14 -14
- package/dist/typography/Heading/src/Heading.css +70 -32
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +70 -32
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +70 -32
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +70 -32
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +70 -32
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +70 -32
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +70 -32
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +70 -32
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/ClearSlots.css +70 -32
- package/dist/utils/src/EnsureTextWrapper.css +70 -32
- package/dist/utils/src/EnsureTextWrapper.js +6 -6
- package/dist/utils/src/index.css +70 -32
- package/dist/utils/src/index.js +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1,342 @@
|
|
|
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___A6WPK {
|
|
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___A6WPK) {
|
|
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___OT9i0) {
|
|
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___bKtyz) {
|
|
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___EWK9I) {
|
|
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___xKf2K) {
|
|
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___X-I7p) {
|
|
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___qBAxp) {
|
|
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___aWINc) {
|
|
75
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
78
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
82
|
+
.Heading-module__hop-Heading___qZGl6 {
|
|
83
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
84
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
85
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
86
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
87
|
+
--hop-Heading-xs-top-offset: var(--hop-heading-xs-top-offset);
|
|
88
|
+
--hop-Heading-xs-bottom-offset: var(--hop-heading-xs-bottom-offset);
|
|
89
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
90
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
91
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
92
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
93
|
+
--hop-Heading-sm-top-offset: var(--hop-heading-sm-top-offset);
|
|
94
|
+
--hop-Heading-sm-bottom-offset: var(--hop-heading-sm-bottom-offset);
|
|
95
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
96
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
97
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
98
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
99
|
+
--hop-Heading-md-top-offset: var(--hop-heading-md-top-offset);
|
|
100
|
+
--hop-Heading-md-bottom-offset: var(--hop-heading-md-bottom-offset);
|
|
101
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
102
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
103
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
104
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
105
|
+
--hop-Heading-lg-top-offset: var(--hop-heading-lg-top-offset);
|
|
106
|
+
--hop-Heading-lg-bottom-offset: var(--hop-heading-lg-bottom-offset);
|
|
107
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
108
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
109
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
110
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
111
|
+
--hop-Heading-xl-top-offset: var(--hop-heading-xl-top-offset);
|
|
112
|
+
--hop-Heading-xl-bottom-offset: var(--hop-heading-xl-bottom-offset);
|
|
113
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
114
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
115
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
116
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
117
|
+
--hop-Heading-2xl-top-offset: var(--hop-heading-2xl-top-offset);
|
|
118
|
+
--hop-Heading-2xl-bottom-offset: var(--hop-heading-2xl-bottom-offset);
|
|
119
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
120
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
121
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
122
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
123
|
+
--hop-Heading-3xl-top-offset: var(--hop-heading-3xl-top-offset);
|
|
124
|
+
--hop-Heading-3xl-bottom-offset: var(--hop-heading-3xl-bottom-offset);
|
|
125
|
+
}
|
|
126
|
+
:where(.Heading-module__hop-Heading___qZGl6) {
|
|
127
|
+
margin: 0;
|
|
128
|
+
font-family: var(--font-family);
|
|
129
|
+
font-size: var(--font-size);
|
|
130
|
+
font-weight: var(--font-weight);
|
|
131
|
+
line-height: var(--line-height);
|
|
132
|
+
color: var(--hop-neutral-text);
|
|
133
|
+
}
|
|
134
|
+
:where(.Heading-module__hop-Heading___qZGl6)::before,
|
|
135
|
+
:where(.Heading-module__hop-Heading___qZGl6)::after {
|
|
136
|
+
content: "";
|
|
137
|
+
display: block;
|
|
138
|
+
box-sizing: border-box;
|
|
139
|
+
inline-size: 0;
|
|
140
|
+
block-size: 0;
|
|
141
|
+
}
|
|
142
|
+
:where(.Heading-module__hop-Heading___qZGl6)::before {
|
|
143
|
+
margin-block-end: var(--bottom-offset);
|
|
144
|
+
}
|
|
145
|
+
:where(.Heading-module__hop-Heading___qZGl6)::after {
|
|
146
|
+
margin-block-start: var(--top-offset);
|
|
147
|
+
}
|
|
148
|
+
:where(.Heading-module__hop-Heading--xs___9vIUc) {
|
|
149
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
150
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
151
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
152
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
153
|
+
--top-offset: var(--hop-Heading-xs-top-offset);
|
|
154
|
+
--bottom-offset: var(--hop-Heading-xs-bottom-offset);
|
|
155
|
+
}
|
|
156
|
+
:where(.Heading-module__hop-Heading--sm___2cnPF) {
|
|
157
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
158
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
159
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
160
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
161
|
+
--top-offset: var(--hop-Heading-sm-top-offset);
|
|
162
|
+
--bottom-offset: var(--hop-Heading-sm-bottom-offset);
|
|
163
|
+
}
|
|
164
|
+
:where(.Heading-module__hop-Heading--md___COxEc) {
|
|
165
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
166
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
167
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
168
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
169
|
+
--top-offset: var(--hop-Heading-md-top-offset);
|
|
170
|
+
--bottom-offset: var(--hop-Heading-md-bottom-offset);
|
|
171
|
+
}
|
|
172
|
+
:where(.Heading-module__hop-Heading--lg___uFN-j) {
|
|
173
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
174
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
175
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
176
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
177
|
+
--top-offset: var(--hop-Heading-lg-top-offset);
|
|
178
|
+
--bottom-offset: var(--hop-Heading-lg-bottom-offset);
|
|
179
|
+
}
|
|
180
|
+
:where(.Heading-module__hop-Heading--xl___TI2o5) {
|
|
181
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
182
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
183
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
184
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
185
|
+
--top-offset: var(--hop-Heading-xl-top-offset);
|
|
186
|
+
--bottom-offset: var(--hop-Heading-xl-bottom-offset);
|
|
187
|
+
}
|
|
188
|
+
:where(.Heading-module__hop-Heading--2xl___tSVfV) {
|
|
189
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
190
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
191
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
192
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
193
|
+
--top-offset: var(--hop-Heading-2xl-top-offset);
|
|
194
|
+
--bottom-offset: var(--hop-Heading-2xl-bottom-offset);
|
|
195
|
+
}
|
|
196
|
+
:where(.Heading-module__hop-Heading--3xl___yBW4k) {
|
|
197
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
198
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
199
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
200
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
201
|
+
--top-offset: var(--hop-Heading-3xl-top-offset);
|
|
202
|
+
--bottom-offset: var(--hop-Heading-3xl-bottom-offset);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
206
|
+
:where(.OverlineText-module__hop-OverlineText___l87dr) {
|
|
207
|
+
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
208
|
+
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
209
|
+
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
210
|
+
--hop-OverlineText-letter-spacing: 0.015rem;
|
|
211
|
+
--hop-OverlineText-line-height: var(--hop-overline-line-height);
|
|
212
|
+
--hop-OverlineText-top-offset: var(--hop-overline-top-offset);
|
|
213
|
+
--hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
|
|
214
|
+
--font-family: var(--hop-OverlineText-font-family);
|
|
215
|
+
--font-size: var(--hop-OverlineText-font-size);
|
|
216
|
+
--font-weight: var(--hop-OverlineText-font-weight);
|
|
217
|
+
--letter-spacing: var(--hop-OverlineText-letter-spacing);
|
|
218
|
+
--line-height: var(--hop-OverlineText-line-height);
|
|
219
|
+
--top-offset: var(--hop-OverlineText-top-offset);
|
|
220
|
+
--bottom-offset: var(--hop-OverlineText-bottom-offset);
|
|
221
|
+
box-sizing: border-box;
|
|
222
|
+
font-family: var(--font-family);
|
|
223
|
+
font-size: var(--font-size);
|
|
224
|
+
font-feature-settings: "case";
|
|
225
|
+
font-weight: var(--font-weight);
|
|
226
|
+
line-height: var(--line-height);
|
|
227
|
+
text-transform: uppercase;
|
|
228
|
+
letter-spacing: var(--letter-spacing);
|
|
229
|
+
}
|
|
230
|
+
.OverlineText-module__hop-OverlineText__text___dDkQB {
|
|
231
|
+
box-sizing: border-box;
|
|
232
|
+
}
|
|
233
|
+
.OverlineText-module__hop-OverlineText__text___dDkQB::before,
|
|
234
|
+
.OverlineText-module__hop-OverlineText__text___dDkQB::after {
|
|
235
|
+
content: "";
|
|
236
|
+
display: block;
|
|
237
|
+
box-sizing: border-box;
|
|
238
|
+
inline-size: 0;
|
|
239
|
+
block-size: 0;
|
|
240
|
+
}
|
|
241
|
+
.OverlineText-module__hop-OverlineText__text___dDkQB::before {
|
|
242
|
+
margin-block-end: var(--bottom-offset);
|
|
243
|
+
}
|
|
244
|
+
.OverlineText-module__hop-OverlineText__text___dDkQB::after {
|
|
245
|
+
margin-block-start: var(--top-offset);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
|
|
249
|
+
.Form-module__hop-Form___s5RQU {
|
|
250
|
+
display: flex;
|
|
251
|
+
flex-direction: column;
|
|
252
|
+
gap: var(--hop-space-stack-lg);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
256
|
+
.Label-module__hop-Label___TPaRo {
|
|
257
|
+
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
258
|
+
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
259
|
+
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
260
|
+
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
261
|
+
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
262
|
+
}
|
|
263
|
+
:where(.Label-module__hop-Label___TPaRo) {
|
|
264
|
+
font-family: var(--hop-Label-font-family);
|
|
265
|
+
font-size: var(--hop-Label-font-size);
|
|
266
|
+
font-weight: var(--hop-Label-font-weight);
|
|
267
|
+
line-height: var(--hop-Label-line-height);
|
|
268
|
+
color: var(--hop-Label-color);
|
|
269
|
+
}
|
|
270
|
+
:where(.Label-module__hop-Label__indicator___hKKpy) {
|
|
271
|
+
padding-inline-start: var(--hop-space-20);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
|
|
275
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___s6wGu {
|
|
276
|
+
--hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
|
|
277
|
+
--hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
|
|
278
|
+
--hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
|
|
279
|
+
--hop-RichIconAvatarImage-xs-size: 1rem;
|
|
280
|
+
--hop-RichIconAvatarImage-icon-xs-size: 1rem;
|
|
281
|
+
--hop-RichIconAvatarImage-sm-size: 1.5rem;
|
|
282
|
+
--hop-RichIconAvatarImage-icon-sm-size: 1.5rem;
|
|
283
|
+
--hop-RichIconAvatarImage-md-size: 2rem;
|
|
284
|
+
--hop-RichIconAvatarImage-icon-md-size: 2rem;
|
|
285
|
+
--hop-RichIconAvatarImage-lg-size: 3rem;
|
|
286
|
+
--hop-RichIconAvatarImage-icon-lg-size: 3rem;
|
|
287
|
+
--hop-RichIconAvatarImage-xl-size: 4rem;
|
|
288
|
+
--hop-RichIconAvatarImage-icon-xl-size: 4rem;
|
|
289
|
+
--hop-RichIconAvatarImage-2xl-size: 6rem;
|
|
290
|
+
--hop-RichIconAvatarImage-icon-2xl-size: 4rem;
|
|
291
|
+
--hop-RichIconAvatarImage-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
292
|
+
--hop-RichIconAvatarImage-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
293
|
+
--background-color: var(--hop-RichIconAvatarImage-background-color);
|
|
294
|
+
user-select: none;
|
|
295
|
+
position: relative;
|
|
296
|
+
overflow: hidden;
|
|
297
|
+
display: flex;
|
|
298
|
+
align-items: center;
|
|
299
|
+
justify-content: center;
|
|
300
|
+
inline-size: var(--size, var(--hop-RichIconAvatarImage-md-size));
|
|
301
|
+
block-size: var(--size, var(--hop-RichIconAvatarImage-md-size));
|
|
302
|
+
color: var(--hop-RichIconAvatarImage-icon-color);
|
|
303
|
+
background-color: var(--background-color);
|
|
304
|
+
border-radius: var(--hop-RichIconAvatarImage-border-radius);
|
|
305
|
+
}
|
|
306
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___f0IOM {
|
|
307
|
+
--size: var(--hop-RichIconAvatarImage-xs-size);
|
|
308
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
309
|
+
}
|
|
310
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___QbpEG {
|
|
311
|
+
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
312
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
313
|
+
}
|
|
314
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___SrP5- {
|
|
315
|
+
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
316
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
317
|
+
}
|
|
318
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___3S84T {
|
|
319
|
+
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
320
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
321
|
+
}
|
|
322
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___FQu1Z {
|
|
323
|
+
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
324
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
325
|
+
}
|
|
326
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___-471t {
|
|
327
|
+
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
328
|
+
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
329
|
+
}
|
|
330
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___s6wGu[data-disabled] {
|
|
331
|
+
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
332
|
+
}
|
|
333
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Wrxwb {
|
|
334
|
+
position: relative;
|
|
335
|
+
display: block;
|
|
336
|
+
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
337
|
+
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
338
|
+
}
|
|
339
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___s6wGu[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Wrxwb {
|
|
340
|
+
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
341
|
+
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
342
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { StyledSystemProps, ResponsiveProp } from '@hopper-ui/styled-system';
|
|
3
|
+
import { AccessibleSlotProps, RenderProps } from '../../utils/src/types.js';
|
|
4
|
+
import { AvatarSize } from './Avatar.js';
|
|
5
|
+
import '@react-types/shared';
|
|
6
|
+
import 'react-aria-components';
|
|
7
|
+
import '../../typography/Text/src/Text.js';
|
|
8
|
+
import '../../utils/src/sizeAdapter.js';
|
|
9
|
+
|
|
10
|
+
declare const GlobalBrokenAvatarCssSelector = "hop-BrokenAvatar";
|
|
11
|
+
interface BrokenAvatarRenderProps {
|
|
12
|
+
/**
|
|
13
|
+
* Whether or not the avatar is disabled.
|
|
14
|
+
*/
|
|
15
|
+
isDisabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
interface BrokenAvatarProps extends StyledSystemProps, AccessibleSlotProps, Omit<RenderProps<BrokenAvatarRenderProps>, "children"> {
|
|
18
|
+
/**
|
|
19
|
+
* Whether or not the avatar is disabled.
|
|
20
|
+
*/
|
|
21
|
+
isDisabled?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* The size of the avatar.
|
|
24
|
+
* * @default "md"
|
|
25
|
+
*/
|
|
26
|
+
size?: ResponsiveProp<AvatarSize>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* BrokenAvatars are used to represent broken users.
|
|
30
|
+
*
|
|
31
|
+
* [View Documentation](https://hopper.workleap.design/components/Avatar)
|
|
32
|
+
*/
|
|
33
|
+
declare const _BrokenAvatar: react.ForwardRefExoticComponent<BrokenAvatarProps & react.RefAttributes<HTMLDivElement>>;
|
|
34
|
+
|
|
35
|
+
export { _BrokenAvatar as BrokenAvatar, type BrokenAvatarProps, GlobalBrokenAvatarCssSelector };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { _BrokenAvatar as BrokenAvatar, GlobalBrokenAvatarCssSelector } from '../../chunk-CCC4PE3E.js';
|
|
2
|
+
import '../../chunk-AES7QBQE.js';
|
|
3
|
+
import '../../chunk-DSHNTCCG.js';
|
|
4
|
+
import '../../chunk-JWW56J7M.js';
|
|
5
|
+
import '../../chunk-2NSUMKNH.js';
|
|
6
|
+
import '../../chunk-65JPI4FL.js';
|
|
7
|
+
import '../../chunk-M36KANKC.js';
|
|
8
|
+
import '../../chunk-KVDXQMWI.js';
|
|
9
|
+
import '../../chunk-JSBRDJBE.js';
|