@hopper-ui/components 1.3.20 → 1.3.22
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 +18 -0
- package/dist/Avatar/src/AnonymousAvatar.css +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +4 -4
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +6 -6
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.d.ts +5 -0
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +2 -2
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +5 -5
- package/dist/ComboBox/src/ComboBox.css +1179 -866
- package/dist/ComboBox/src/ComboBox.js +8 -8
- package/dist/ComboBox/src/ComboBoxOptions.css +1179 -866
- package/dist/ComboBox/src/ComboBoxOptions.js +63 -61
- package/dist/ComboBox/src/index.css +1179 -866
- package/dist/ComboBox/src/index.js +63 -61
- package/dist/Divider/src/Divider.css +29 -29
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +29 -29
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Form/src/Form.css +1179 -866
- package/dist/Form/src/Form.js +63 -61
- package/dist/Form/src/index.css +1179 -866
- package/dist/Form/src/index.js +63 -61
- package/dist/HelperMessage/src/HelperMessage.css +29 -29
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +29 -29
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +28 -28
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +28 -28
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +49 -49
- package/dist/Link/src/Link.js +7 -7
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +7 -7
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.js +12 -12
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.d.ts +2 -6
- package/dist/ListBox/src/ListBoxItem.js +11 -11
- package/dist/ListBox/src/ListBoxItemContext.d.ts +1 -2
- package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
- package/dist/ListBox/src/ListBoxItemSkeleton.d.ts +0 -1
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/ListBoxItemSkeletonContext.d.ts +0 -1
- package/dist/ListBox/src/index.css +274 -274
- package/dist/ListBox/src/index.js +12 -12
- package/dist/Select/src/Select.css +296 -296
- package/dist/Select/src/Select.js +8 -8
- package/dist/Select/src/SelectOptions.css +1179 -866
- package/dist/Select/src/SelectOptions.js +63 -61
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +1179 -866
- package/dist/Select/src/index.js +63 -61
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +186 -265
- package/dist/buttons/src/Button.d.ts +5 -14
- package/dist/buttons/src/Button.js +8 -9
- package/dist/buttons/src/ButtonContext.d.ts +4 -6
- package/dist/buttons/src/ButtonGroup.css +38 -38
- package/dist/buttons/src/ButtonGroup.d.ts +1 -2
- package/dist/buttons/src/ButtonGroup.js +2 -1
- package/dist/buttons/src/ButtonGroupContext.d.ts +1 -2
- package/dist/buttons/src/ClearButton.css +98 -98
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/LinkButton.css +627 -0
- package/dist/buttons/src/LinkButton.d.ts +30 -0
- package/dist/buttons/src/LinkButton.js +21 -0
- package/dist/buttons/src/LinkButtonContext.d.ts +9 -0
- package/dist/buttons/src/LinkButtonContext.js +2 -0
- package/dist/buttons/src/index.css +660 -347
- package/dist/buttons/src/index.d.ts +6 -3
- package/dist/buttons/src/index.js +13 -12
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +7 -7
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.js +2 -2
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +10 -10
- package/dist/{chunk-FZANHOCL.js → chunk-252JECH3.js} +4 -4
- package/dist/{chunk-VOPMQNZU.js → chunk-2H6UV2SG.js} +3 -3
- package/dist/{chunk-K37GG2W4.js → chunk-2VHUBRYW.js} +1 -1
- package/dist/chunk-3UQFC2NQ.js +7 -0
- package/dist/{chunk-ZFLVZHFU.js → chunk-4JSLFCFC.js} +4 -4
- package/dist/{chunk-2GH5MFYM.js → chunk-4O4FBHN5.js} +14 -8
- package/dist/{chunk-3RAC77T3.js → chunk-5TSWWRP5.js} +1 -1
- package/dist/chunk-5YJ67DFM.js +107 -0
- package/dist/{chunk-FGBJ4BQN.js → chunk-6NYROZG5.js} +4 -4
- package/dist/{chunk-FH236DA7.js → chunk-6RICOPVG.js} +6 -6
- package/dist/{chunk-56JPORN2.js → chunk-6RNMY3B3.js} +2 -2
- package/dist/{chunk-3YY4L64N.js → chunk-6UPNVYSM.js} +3 -3
- package/dist/{chunk-EOFFODBT.js → chunk-7J3TNUEU.js} +2 -2
- package/dist/{chunk-FSXYBGL2.js → chunk-B63FSPKP.js} +1 -1
- package/dist/{chunk-D2ZXLYC4.js → chunk-B7HFTI4F.js} +2 -2
- package/dist/{chunk-XAEUK2IS.js → chunk-BPHBGKEP.js} +1 -1
- package/dist/{chunk-UXX325G4.js → chunk-D3SH5S47.js} +3 -3
- package/dist/{chunk-QRJ5QOOH.js → chunk-DBMGIEGU.js} +3 -3
- package/dist/{chunk-LU7FB5PR.js → chunk-FUOWPCCB.js} +7 -7
- package/dist/{chunk-CSG4J7DG.js → chunk-GMVVIPQG.js} +3 -3
- package/dist/chunk-GWG4MVEJ.js +130 -0
- package/dist/{chunk-VR5K6SKY.js → chunk-HA2G7Z3Y.js} +3 -3
- package/dist/{chunk-BAVC57WI.js → chunk-HWO7TXDE.js} +1 -1
- package/dist/{chunk-DDCNAIN3.js → chunk-I6KKIOW4.js} +1 -1
- package/dist/{chunk-LQQIV4NI.js → chunk-IJ63FSF2.js} +3 -3
- package/dist/{chunk-NBU2JO34.js → chunk-IXSK27JB.js} +2 -2
- package/dist/{chunk-7S4WBT4G.js → chunk-JP6GK2ZA.js} +2 -2
- package/dist/{chunk-DF556GIE.js → chunk-JTX57GMF.js} +1 -1
- package/dist/{chunk-G3KPVKSY.js → chunk-KSVVXFS7.js} +1 -1
- package/dist/{chunk-H2IB2YPL.js → chunk-LIWVG7YG.js} +2 -2
- package/dist/{chunk-GQE7EKQR.js → chunk-M5KK5N5H.js} +15 -9
- package/dist/{chunk-MZUJCQXJ.js → chunk-MPQTHOE3.js} +2 -2
- package/dist/{chunk-AW7BK3KI.js → chunk-OA3QBRFE.js} +1 -1
- package/dist/{chunk-LOK2QDPO.js → chunk-OJUEP7CC.js} +6 -5
- package/dist/{chunk-MILAEJ2L.js → chunk-OMUZK3MO.js} +1 -1
- package/dist/{chunk-KFE26Z37.js → chunk-ORU5PV3C.js} +2 -2
- package/dist/{chunk-4AJKRRST.js → chunk-QESAGPPL.js} +4 -4
- package/dist/{chunk-5IJ5WIHP.js → chunk-R4F5OA3R.js} +4 -4
- package/dist/{chunk-2TKSTDV2.js → chunk-RS26HRDP.js} +1 -1
- package/dist/{chunk-PMLYF4LY.js → chunk-RVSFILDF.js} +3 -3
- package/dist/{chunk-653VMV4L.js → chunk-TFUV5RJ3.js} +4 -4
- package/dist/{chunk-EH3ONDLF.js → chunk-X66XJOKK.js} +3 -3
- package/dist/{chunk-F4NDKYBQ.js → chunk-X7NKH6N6.js} +2 -2
- package/dist/{chunk-OQPYRC2F.js → chunk-XZ3DY7TN.js} +2 -2
- package/dist/{chunk-5DE3AIOL.js → chunk-Y4JN2FNO.js} +1 -1
- package/dist/{chunk-YTMJJOJ7.js → chunk-YBR7YMSR.js} +11 -6
- package/dist/{chunk-ETRACW2O.js → chunk-YOLWUQYK.js} +3 -3
- package/dist/{chunk-AKZXMYPT.js → chunk-ZELJHVRI.js} +2 -2
- package/dist/{chunk-NHWFS4AT.js → chunk-ZTILFVDQ.js} +3 -3
- package/dist/index.css +1179 -866
- package/dist/index.d.ts +6 -3
- package/dist/index.js +63 -61
- package/dist/inputs/src/InputGroup.css +675 -362
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/NumberField.css +697 -384
- package/dist/inputs/src/NumberField.js +9 -9
- package/dist/inputs/src/PasswordField.css +685 -372
- package/dist/inputs/src/PasswordField.js +9 -9
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +6 -6
- package/dist/inputs/src/SearchField.css +691 -378
- package/dist/inputs/src/SearchField.js +9 -9
- package/dist/inputs/src/TextArea.css +692 -379
- package/dist/inputs/src/TextArea.js +8 -8
- package/dist/inputs/src/TextField.css +689 -376
- package/dist/inputs/src/TextField.js +12 -12
- package/dist/inputs/src/index.css +735 -422
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +1179 -866
- package/dist/overlays/Popover/src/Popover.js +63 -61
- package/dist/overlays/Popover/src/index.css +1179 -866
- package/dist/overlays/Popover/src/index.js +63 -61
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +7 -7
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +7 -7
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +98 -98
- package/dist/radio/src/RadioGroup.js +3 -3
- package/dist/radio/src/index.css +98 -98
- package/dist/radio/src/index.js +11 -11
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +7 -7
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +9 -9
- package/dist/tag/src/Tag.css +801 -488
- package/dist/tag/src/Tag.js +11 -11
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.js +1 -1
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +811 -498
- package/dist/tag/src/index.js +12 -12
- package/dist/types-CVCUJ7un.d.ts +4 -0
- package/dist/typography/Heading/src/Heading.css +27 -27
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +27 -27
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +27 -27
- package/dist/typography/Label/src/Label.js +1 -1
- package/dist/typography/Label/src/index.css +27 -27
- package/dist/typography/Label/src/index.js +1 -1
- package/dist/typography/OverlineText/src/OverlineText.css +27 -27
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +27 -27
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +27 -27
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +27 -27
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/EnsureTextWrapper.css +27 -27
- package/dist/utils/src/EnsureTextWrapper.js +5 -5
- package/dist/utils/src/index.css +27 -27
- package/dist/utils/src/index.js +7 -7
- package/package.json +10 -10
- package/dist/chunk-BPH5ATEH.js +0 -187
|
@@ -0,0 +1,627 @@
|
|
|
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-Heading___Eay4d {
|
|
3
|
+
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
|
+
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
|
+
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
6
|
+
--hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
|
|
7
|
+
--hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
|
|
8
|
+
--hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
|
|
9
|
+
--hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
|
|
10
|
+
--hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
|
|
11
|
+
--hop-Heading-md-font-size: var(--hop-heading-md-font-size);
|
|
12
|
+
--hop-Heading-md-font-family: var(--hop-heading-md-font-family);
|
|
13
|
+
--hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
|
|
14
|
+
--hop-Heading-md-line-height: var(--hop-heading-md-line-height);
|
|
15
|
+
--hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
|
|
16
|
+
--hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
|
|
17
|
+
--hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
|
|
18
|
+
--hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
|
|
19
|
+
--hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
|
|
20
|
+
--hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
|
|
21
|
+
--hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
|
|
22
|
+
--hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
|
|
23
|
+
--hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
|
|
24
|
+
--hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
|
|
25
|
+
--hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
|
|
26
|
+
--hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
|
|
27
|
+
--hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
|
|
28
|
+
--hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
|
|
29
|
+
--hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
|
|
30
|
+
--hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
|
|
31
|
+
--hop-Heading-inherit-size-font-size: inherit;
|
|
32
|
+
--hop-Heading-inherit-size-font-family: inherit;
|
|
33
|
+
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
|
+
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
|
+
}
|
|
36
|
+
:where(.Heading-module__hop-Heading___Eay4d) {
|
|
37
|
+
margin: 0;
|
|
38
|
+
font-family: var(--font-family);
|
|
39
|
+
font-size: var(--font-size);
|
|
40
|
+
font-weight: var(--font-weight);
|
|
41
|
+
line-height: var(--line-height);
|
|
42
|
+
}
|
|
43
|
+
:where(.Heading-module__hop-Heading--xs___d3EXo) {
|
|
44
|
+
--font-size: var(--hop-Heading-xs-font-size);
|
|
45
|
+
--font-family: var(--hop-Heading-xs-font-family);
|
|
46
|
+
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
47
|
+
--line-height: var(--hop-Heading-xs-line-height);
|
|
48
|
+
}
|
|
49
|
+
:where(.Heading-module__hop-Heading--sm___kJu64) {
|
|
50
|
+
--font-size: var(--hop-Heading-sm-font-size);
|
|
51
|
+
--font-family: var(--hop-Heading-sm-font-family);
|
|
52
|
+
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
53
|
+
--line-height: var(--hop-Heading-sm-line-height);
|
|
54
|
+
}
|
|
55
|
+
:where(.Heading-module__hop-Heading--md___5l07Q) {
|
|
56
|
+
--font-size: var(--hop-Heading-md-font-size);
|
|
57
|
+
--font-family: var(--hop-Heading-md-font-family);
|
|
58
|
+
--font-weight: var(--hop-Heading-md-font-weight);
|
|
59
|
+
--line-height: var(--hop-Heading-md-line-height);
|
|
60
|
+
}
|
|
61
|
+
:where(.Heading-module__hop-Heading--lg___n4a5t) {
|
|
62
|
+
--font-size: var(--hop-Heading-lg-font-size);
|
|
63
|
+
--font-family: var(--hop-Heading-lg-font-family);
|
|
64
|
+
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
65
|
+
--line-height: var(--hop-Heading-lg-line-height);
|
|
66
|
+
}
|
|
67
|
+
:where(.Heading-module__hop-Heading--xl___iRAGJ) {
|
|
68
|
+
--font-size: var(--hop-Heading-xl-font-size);
|
|
69
|
+
--font-family: var(--hop-Heading-xl-font-family);
|
|
70
|
+
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
71
|
+
--line-height: var(--hop-Heading-xl-line-height);
|
|
72
|
+
}
|
|
73
|
+
:where(.Heading-module__hop-Heading--2xl___7feao) {
|
|
74
|
+
--font-size: var(--hop-Heading-2xl-font-size);
|
|
75
|
+
--font-family: var(--hop-Heading-2xl-font-family);
|
|
76
|
+
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
77
|
+
--line-height: var(--hop-Heading-2xl-line-height);
|
|
78
|
+
}
|
|
79
|
+
:where(.Heading-module__hop-Heading--3xl___YyZPS) {
|
|
80
|
+
--font-size: var(--hop-Heading-3xl-font-size);
|
|
81
|
+
--font-family: var(--hop-Heading-3xl-font-family);
|
|
82
|
+
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
83
|
+
--line-height: var(--hop-Heading-3xl-line-height);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
87
|
+
.Text-module__hop-Text___a3kO5 {
|
|
88
|
+
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
89
|
+
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
90
|
+
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
91
|
+
--hop-Text-xs-line-height: var(--hop-body-xs-line-height);
|
|
92
|
+
--hop-Text-sm-font-size: var(--hop-body-sm-font-size);
|
|
93
|
+
--hop-Text-sm-font-family: var(--hop-body-sm-font-family);
|
|
94
|
+
--hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
|
|
95
|
+
--hop-Text-sm-line-height: var(--hop-body-sm-line-height);
|
|
96
|
+
--hop-Text-md-font-size: var(--hop-body-md-font-size);
|
|
97
|
+
--hop-Text-md-font-family: var(--hop-body-md-font-family);
|
|
98
|
+
--hop-Text-md-font-weight: var(--hop-body-md-font-weight);
|
|
99
|
+
--hop-Text-md-line-height: var(--hop-body-md-line-height);
|
|
100
|
+
--hop-Text-lg-font-size: var(--hop-body-lg-font-size);
|
|
101
|
+
--hop-Text-lg-font-family: var(--hop-body-lg-font-family);
|
|
102
|
+
--hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
|
|
103
|
+
--hop-Text-lg-line-height: var(--hop-body-lg-line-height);
|
|
104
|
+
--hop-Text-xl-font-size: var(--hop-body-xl-font-size);
|
|
105
|
+
--hop-Text-xl-font-family: var(--hop-body-xl-font-family);
|
|
106
|
+
--hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
|
|
107
|
+
--hop-Text-xl-line-height: var(--hop-body-xl-line-height);
|
|
108
|
+
--hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
|
|
109
|
+
--hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
|
|
110
|
+
--hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
|
|
111
|
+
--hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
|
|
112
|
+
--hop-Text-inherit-size-font-size: inherit;
|
|
113
|
+
--hop-Text-inherit-size-font-family: inherit;
|
|
114
|
+
--hop-Text-inherit-size-font-weight: inherit;
|
|
115
|
+
--hop-Text-inherit-size-line-height: inherit;
|
|
116
|
+
}
|
|
117
|
+
:where(.Text-module__hop-Text___a3kO5) {
|
|
118
|
+
font-family: var(--font-family);
|
|
119
|
+
font-size: var(--font-size);
|
|
120
|
+
font-weight: var(--font-weight);
|
|
121
|
+
line-height: var(--line-height);
|
|
122
|
+
}
|
|
123
|
+
:where(.Text-module__hop-Text--xs___oNTnw) {
|
|
124
|
+
--font-size: var(--hop-Text-xs-font-size);
|
|
125
|
+
--font-family: var(--hop-Text-xs-font-family);
|
|
126
|
+
--font-weight: var(--hop-Text-xs-font-weight);
|
|
127
|
+
--line-height: var(--hop-Text-xs-line-height);
|
|
128
|
+
}
|
|
129
|
+
:where(.Text-module__hop-Text--sm___w91cp) {
|
|
130
|
+
--font-size: var(--hop-Text-sm-font-size);
|
|
131
|
+
--font-family: var(--hop-Text-sm-font-family);
|
|
132
|
+
--font-weight: var(--hop-Text-sm-font-weight);
|
|
133
|
+
--line-height: var(--hop-Text-sm-line-height);
|
|
134
|
+
}
|
|
135
|
+
:where(.Text-module__hop-Text--md___sWC3z) {
|
|
136
|
+
--font-size: var(--hop-Text-md-font-size);
|
|
137
|
+
--font-family: var(--hop-Text-md-font-family);
|
|
138
|
+
--font-weight: var(--hop-Text-md-font-weight);
|
|
139
|
+
--line-height: var(--hop-Text-md-line-height);
|
|
140
|
+
}
|
|
141
|
+
:where(.Text-module__hop-Text--lg___CsB7P) {
|
|
142
|
+
--font-size: var(--hop-Text-lg-font-size);
|
|
143
|
+
--font-family: var(--hop-Text-lg-font-family);
|
|
144
|
+
--font-weight: var(--hop-Text-lg-font-weight);
|
|
145
|
+
--line-height: var(--hop-Text-lg-line-height);
|
|
146
|
+
}
|
|
147
|
+
:where(.Text-module__hop-Text--xl___CIkMe) {
|
|
148
|
+
--font-size: var(--hop-Text-xl-font-size);
|
|
149
|
+
--font-family: var(--hop-Text-xl-font-family);
|
|
150
|
+
--font-weight: var(--hop-Text-xl-font-weight);
|
|
151
|
+
--line-height: var(--hop-Text-xl-line-height);
|
|
152
|
+
}
|
|
153
|
+
:where(.Text-module__hop-Text--2xl___hSu4e) {
|
|
154
|
+
--font-size: var(--hop-Text-2xl-font-size);
|
|
155
|
+
--font-family: var(--hop-Text-2xl-font-family);
|
|
156
|
+
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
157
|
+
--line-height: var(--hop-Text-2xl-line-height);
|
|
158
|
+
}
|
|
159
|
+
:where(.Text-module__hop-Text--inherit___KZpNu) {
|
|
160
|
+
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
161
|
+
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
162
|
+
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
163
|
+
--line-height: var(--hop-Text-inherit-size-line-height);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
167
|
+
:where(.OverlineText-module__hop-OverlineText___cowIx) {
|
|
168
|
+
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
169
|
+
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
170
|
+
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
171
|
+
--hop-OverlineText-letter-spacing: 0.015rem;
|
|
172
|
+
--hop-OverlineText-line-height: var(--hop-overline-line-height);
|
|
173
|
+
--hop-OverlineText-top-offset: var(--hop-overline-top-offset);
|
|
174
|
+
--hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
|
|
175
|
+
--font-family: var(--hop-OverlineText-font-family);
|
|
176
|
+
--font-size: var(--hop-OverlineText-font-size);
|
|
177
|
+
--font-weight: var(--hop-OverlineText-font-weight);
|
|
178
|
+
--letter-spacing: var(--hop-OverlineText-letter-spacing);
|
|
179
|
+
--line-height: var(--hop-OverlineText-line-height);
|
|
180
|
+
--top-offset: var(--hop-OverlineText-top-offset);
|
|
181
|
+
--bottom-offset: var(--hop-OverlineText-bottom-offset);
|
|
182
|
+
box-sizing: border-box;
|
|
183
|
+
font-family: var(--font-family);
|
|
184
|
+
font-size: var(--font-size);
|
|
185
|
+
font-feature-settings: "case";
|
|
186
|
+
font-weight: var(--font-weight);
|
|
187
|
+
line-height: var(--line-height);
|
|
188
|
+
text-transform: uppercase;
|
|
189
|
+
letter-spacing: var(--letter-spacing);
|
|
190
|
+
}
|
|
191
|
+
.OverlineText-module__hop-OverlineText__text___bMeuH {
|
|
192
|
+
box-sizing: border-box;
|
|
193
|
+
}
|
|
194
|
+
.OverlineText-module__hop-OverlineText__text___bMeuH::before,
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___bMeuH::after {
|
|
196
|
+
content: "";
|
|
197
|
+
display: block;
|
|
198
|
+
box-sizing: border-box;
|
|
199
|
+
inline-size: 0;
|
|
200
|
+
block-size: 0;
|
|
201
|
+
}
|
|
202
|
+
.OverlineText-module__hop-OverlineText__text___bMeuH::before {
|
|
203
|
+
margin-block-end: var(--bottom-offset);
|
|
204
|
+
}
|
|
205
|
+
.OverlineText-module__hop-OverlineText__text___bMeuH::after {
|
|
206
|
+
margin-block-start: var(--top-offset);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
|
|
210
|
+
.Label-module__hop-Label___lehKc {
|
|
211
|
+
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
212
|
+
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
213
|
+
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
214
|
+
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
215
|
+
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
216
|
+
}
|
|
217
|
+
:where(.Label-module__hop-Label___lehKc) {
|
|
218
|
+
font-family: var(--hop-Label-font-family);
|
|
219
|
+
font-size: var(--hop-Label-font-size);
|
|
220
|
+
font-weight: var(--hop-Label-font-weight);
|
|
221
|
+
line-height: var(--hop-Label-line-height);
|
|
222
|
+
color: var(--hop-Label-color);
|
|
223
|
+
}
|
|
224
|
+
:where(.Label-module__hop-Label__indicator___fWyCS) {
|
|
225
|
+
padding-inline-start: var(--hop-space-20);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
|
|
229
|
+
.IconList-module__hop-IconList___sAa77 {
|
|
230
|
+
--hop-IconList-gap: var(--hop-space-inline-xs);
|
|
231
|
+
display: flex;
|
|
232
|
+
flex-wrap: wrap;
|
|
233
|
+
gap: var(--hop-IconList-gap);
|
|
234
|
+
box-sizing: border-box;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/LinkButton.module.css/#css-module-data */
|
|
238
|
+
.Button-module__hop-Button___wPmJq {
|
|
239
|
+
--hop-Button-border-radius: var(--hop-shape-rounded-md);
|
|
240
|
+
--hop-Button-focus-ring-color: var(--hop-primary-border-focus);
|
|
241
|
+
--hop-Button-column-gap: var(--hop-space-inline-xs);
|
|
242
|
+
--hop-Button-icon-only-column-gap: 0;
|
|
243
|
+
--hop-Button-outline-size: var(--hop-space-20);
|
|
244
|
+
--hop-Button-border-size: var(--hop-space-10);
|
|
245
|
+
--hop-Button-text-underline-offset: var(--hop-space-20);
|
|
246
|
+
--hop-Button-icon-only-padding: 0;
|
|
247
|
+
--hop-Button-sm-height: 2rem;
|
|
248
|
+
--hop-Button-md-height: 2.5rem;
|
|
249
|
+
--hop-Button-sm-padding: 0 var(--hop-space-inset-md);
|
|
250
|
+
--hop-Button-md-padding: 0 var(--hop-space-inset-md);
|
|
251
|
+
--hop-Button-ghost-sm-padding: 0 var(--hop-space-inset-xs);
|
|
252
|
+
--hop-Button-ghost-md-padding: 0 var(--hop-space-inset-sm);
|
|
253
|
+
--hop-Button-color-disabled: var(--hop-neutral-text-disabled);
|
|
254
|
+
--hop-Button-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
255
|
+
--hop-Button-border-disabled: var(--hop-Button-border-size) solid var(--hop-Button-background-color-disabled);
|
|
256
|
+
--hop-Button-ghost-color-disabled: var(--hop-neutral-text-disabled);
|
|
257
|
+
--hop-Button-ghost-background-color-disabled: transparent;
|
|
258
|
+
--hop-Button-ghost-border-disabled: var(--hop-Button-border-size) solid var(--hop-Button-ghost-background-color-disabled);
|
|
259
|
+
--hop-Button-primary-color: var(--hop-primary-text-strong);
|
|
260
|
+
--hop-Button-primary-color-hover: var(--hop-primary-text-strong-hover);
|
|
261
|
+
--hop-Button-primary-color-pressed: var(--hop-primary-text-strong);
|
|
262
|
+
--hop-Button-primary-background-color: var(--hop-primary-surface-strong);
|
|
263
|
+
--hop-Button-primary-background-color-hover: var(--hop-primary-surface-strong-hover);
|
|
264
|
+
--hop-Button-primary-background-color-pressed: var(--hop-primary-surface-strong-press);
|
|
265
|
+
--hop-Button-primary-border: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color);
|
|
266
|
+
--hop-Button-primary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color-hover);
|
|
267
|
+
--hop-Button-primary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color-pressed);
|
|
268
|
+
--hop-Button-primary-spinner-color: var(--hop-primary-icon-strong);
|
|
269
|
+
--hop-Button-secondary-color: var(--hop-neutral-text);
|
|
270
|
+
--hop-Button-secondary-color-hover: var(--hop-neutral-text-hover);
|
|
271
|
+
--hop-Button-secondary-color-pressed: var(--hop-neutral-text-press);
|
|
272
|
+
--hop-Button-secondary-background-color: var(--hop-neutral-surface);
|
|
273
|
+
--hop-Button-secondary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
274
|
+
--hop-Button-secondary-background-color-pressed: var(--hop-neutral-surface-press);
|
|
275
|
+
--hop-Button-secondary-border: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong);
|
|
276
|
+
--hop-Button-secondary-border-hover: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong-hover);
|
|
277
|
+
--hop-Button-secondary-border-pressed: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong);
|
|
278
|
+
--hop-Button-secondary-spinner-color: var(--hop-neutral-icon);
|
|
279
|
+
--hop-Button-upsell-color: var(--hop-upsell-text);
|
|
280
|
+
--hop-Button-upsell-color-hover: var(--hop-upsell-text-hover);
|
|
281
|
+
--hop-Button-upsell-color-pressed: var(--hop-upsell-text-press);
|
|
282
|
+
--hop-Button-upsell-background-color: var(--hop-upsell-surface);
|
|
283
|
+
--hop-Button-upsell-background-color-hover: var(--hop-upsell-surface-hover);
|
|
284
|
+
--hop-Button-upsell-background-color-pressed: var(--hop-upsell-surface-press);
|
|
285
|
+
--hop-Button-upsell-border: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color);
|
|
286
|
+
--hop-Button-upsell-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color-hover);
|
|
287
|
+
--hop-Button-upsell-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color-pressed);
|
|
288
|
+
--hop-Button-upsell-spinner-color: var(--hop-upsell-icon);
|
|
289
|
+
--hop-Button-danger-color: var(--hop-danger-text-strong);
|
|
290
|
+
--hop-Button-danger-color-hover: var(--hop-danger-text-strong-hover);
|
|
291
|
+
--hop-Button-danger-color-pressed: var(--hop-danger-text-strong-hover);
|
|
292
|
+
--hop-Button-danger-background-color: var(--hop-danger-surface-strong);
|
|
293
|
+
--hop-Button-danger-background-color-hover: var(--hop-danger-surface-strong-hover);
|
|
294
|
+
--hop-Button-danger-background-color-pressed: var(--hop-danger-surface-press);
|
|
295
|
+
--hop-Button-danger-border: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color);
|
|
296
|
+
--hop-Button-danger-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color-hover);
|
|
297
|
+
--hop-Button-danger-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color-pressed);
|
|
298
|
+
--hop-Button-danger-spinner-color: var(--hop-primary-icon-strong);
|
|
299
|
+
--hop-Button-ghost-primary-color: var(--hop-primary-text);
|
|
300
|
+
--hop-Button-ghost-primary-color-hover: var(--hop-primary-text-hover);
|
|
301
|
+
--hop-Button-ghost-primary-color-pressed: var(--hop-primary-text-press);
|
|
302
|
+
--hop-Button-ghost-primary-background-color: transparent;
|
|
303
|
+
--hop-Button-ghost-primary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
304
|
+
--hop-Button-ghost-primary-background-color-pressed: var(--hop-primary-surface-weak-press);
|
|
305
|
+
--hop-Button-ghost-primary-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color);
|
|
306
|
+
--hop-Button-ghost-primary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color-hover);
|
|
307
|
+
--hop-Button-ghost-primary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color-pressed);
|
|
308
|
+
--hop-Button-ghost-primary-spinner-color: var(--hop-neutral-icon);
|
|
309
|
+
--hop-Button-ghost-secondary-color: var(--hop-neutral-text-weak);
|
|
310
|
+
--hop-Button-ghost-secondary-color-hover: var(--hop-neutral-text-weak-hover);
|
|
311
|
+
--hop-Button-ghost-secondary-color-pressed: var(--hop-neutral-text-weak-press);
|
|
312
|
+
--hop-Button-ghost-secondary-background-color: transparent;
|
|
313
|
+
--hop-Button-ghost-secondary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
314
|
+
--hop-Button-ghost-secondary-background-color-pressed: var(--hop-neutral-surface-press);
|
|
315
|
+
--hop-Button-ghost-secondary-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color);
|
|
316
|
+
--hop-Button-ghost-secondary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color-hover);
|
|
317
|
+
--hop-Button-ghost-secondary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
318
|
+
--hop-Button-ghost-secondary-spinner-color: var(--hop-neutral-icon);
|
|
319
|
+
--hop-Button-ghost-danger-color: var(--hop-danger-text-weak);
|
|
320
|
+
--hop-Button-ghost-danger-color-hover: var(--hop-danger-text-hover);
|
|
321
|
+
--hop-Button-ghost-danger-color-pressed: var(--hop-danger-text-press);
|
|
322
|
+
--hop-Button-ghost-danger-background-color: transparent;
|
|
323
|
+
--hop-Button-ghost-danger-background-color-hover: var(--hop-neutral-surface-hover);
|
|
324
|
+
--hop-Button-ghost-danger-background-color-pressed: var(--hop-danger-surface-weak-press);
|
|
325
|
+
--hop-Button-ghost-danger-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color);
|
|
326
|
+
--hop-Button-ghost-danger-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color-hover);
|
|
327
|
+
--hop-Button-ghost-danger-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color-pressed);
|
|
328
|
+
--hop-Button-ghost-danger-spinner-color: var(--hop-neutral-icon);
|
|
329
|
+
--inline-size: max-content;
|
|
330
|
+
--block-size: var(--hop-Button-md-height);
|
|
331
|
+
--background-color: var(--hop-primary-surface-strong);
|
|
332
|
+
--color: var(--hop-primary-text-strong);
|
|
333
|
+
--column-gap: var(--hop-Button-column-gap);
|
|
334
|
+
--spinner: var(--hop-primary-icon-strong);
|
|
335
|
+
--border: 0;
|
|
336
|
+
--padding: var(--hop-Button-md-padding);
|
|
337
|
+
--text-underline: none;
|
|
338
|
+
cursor: pointer;
|
|
339
|
+
position: relative;
|
|
340
|
+
overflow: hidden;
|
|
341
|
+
display: flex;
|
|
342
|
+
column-gap: var(--column-gap);
|
|
343
|
+
align-items: center;
|
|
344
|
+
justify-content: center;
|
|
345
|
+
box-sizing: border-box;
|
|
346
|
+
inline-size: var(--inline-size);
|
|
347
|
+
block-size: var(--block-size);
|
|
348
|
+
padding: var(--padding);
|
|
349
|
+
color: var(--color);
|
|
350
|
+
text-decoration: none;
|
|
351
|
+
white-space: nowrap;
|
|
352
|
+
background-color: var(--background-color);
|
|
353
|
+
border: var(--border);
|
|
354
|
+
border-radius: var(--hop-Button-border-radius);
|
|
355
|
+
outline: none;
|
|
356
|
+
outline-offset: var(--hop-Button-outline-size);
|
|
357
|
+
transition:
|
|
358
|
+
color var(--hop-easing-duration-2) var(--hop-easing-productive),
|
|
359
|
+
background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
|
|
360
|
+
border var(--hop-easing-duration-2) var(--hop-easing-productive);
|
|
361
|
+
}
|
|
362
|
+
.Button-module__hop-Button--fluid___2mgsx {
|
|
363
|
+
--inline-size: 100%;
|
|
364
|
+
}
|
|
365
|
+
.Button-module__hop-Button--sm___MZYWe {
|
|
366
|
+
--block-size: var(--hop-Button-sm-height);
|
|
367
|
+
--padding: var(--hop-Button-sm-padding);
|
|
368
|
+
}
|
|
369
|
+
.Button-module__hop-Button--sm___MZYWe[class*=--ghost] {
|
|
370
|
+
--padding: var(--hop-Button-ghost-sm-padding);
|
|
371
|
+
}
|
|
372
|
+
.Button-module__hop-Button--md___giNX1[class*=--ghost] {
|
|
373
|
+
--padding: var(--hop-Button-ghost-md-padding);
|
|
374
|
+
}
|
|
375
|
+
.Button-module__hop-Button--icon-only___KFrmA {
|
|
376
|
+
--column-gap: var(--hop-Button-icon-only-column-gap);
|
|
377
|
+
--padding: var(--hop-Button-icon-only-padding);
|
|
378
|
+
aspect-ratio: 1;
|
|
379
|
+
}
|
|
380
|
+
.Button-module__hop-Button--primary___naJ-v {
|
|
381
|
+
--background-color: var(--hop-Button-primary-background-color);
|
|
382
|
+
--color: var(--hop-Button-primary-color);
|
|
383
|
+
--border: var(--hop-Button-primary-border);
|
|
384
|
+
--spinner-color: var(--hop-Button-primary-spinner-color);
|
|
385
|
+
}
|
|
386
|
+
.Button-module__hop-Button--primary___naJ-v[data-hovered],
|
|
387
|
+
.Button-module__hop-Button--primary___naJ-v[data-focus-visible] {
|
|
388
|
+
--background-color: var(--hop-Button-primary-background-color-hover);
|
|
389
|
+
--color: var(--hop-Button-primary-color-hover);
|
|
390
|
+
--border: var(--hop-Button-primary-border-hover);
|
|
391
|
+
}
|
|
392
|
+
.Button-module__hop-Button--primary___naJ-v[data-pressed] {
|
|
393
|
+
--background-color: var(--hop-Button-primary-background-color-pressed);
|
|
394
|
+
--color: var(--hop-Button-primary-color-pressed);
|
|
395
|
+
--border: var(--hop-Button-primary-border-pressed);
|
|
396
|
+
}
|
|
397
|
+
.Button-module__hop-Button--secondary___oFVxG {
|
|
398
|
+
--background-color: var(--hop-Button-secondary-background-color);
|
|
399
|
+
--color: var(--hop-Button-secondary-color);
|
|
400
|
+
--border: var(--hop-Button-secondary-border);
|
|
401
|
+
--spinner-color: var(--hop-Button-secondary-spinner-color);
|
|
402
|
+
}
|
|
403
|
+
.Button-module__hop-Button--secondary___oFVxG[data-hovered],
|
|
404
|
+
.Button-module__hop-Button--secondary___oFVxG[data-focus-visible] {
|
|
405
|
+
--background-color: var(--hop-Button-secondary-background-color-hover);
|
|
406
|
+
--color: var(--hop-Button-secondary-color-hover);
|
|
407
|
+
--border: var(--hop-Button-secondary-border-hover);
|
|
408
|
+
}
|
|
409
|
+
.Button-module__hop-Button--secondary___oFVxG[data-pressed] {
|
|
410
|
+
--background-color: var(--hop-Button-secondary-background-color-pressed);
|
|
411
|
+
--color: var(--hop-Button-secondary-color-pressed);
|
|
412
|
+
--border: var(--hop-Button-secondary-border-pressed);
|
|
413
|
+
}
|
|
414
|
+
.Button-module__hop-Button--upsell___IrFm6 {
|
|
415
|
+
--background-color: var(--hop-Button-upsell-background-color);
|
|
416
|
+
--color: var(--hop-Button-upsell-color);
|
|
417
|
+
--border: var(--hop-Button-upsell-border);
|
|
418
|
+
--spinner-color: var(--hop-Button-upsell-spinner-color);
|
|
419
|
+
}
|
|
420
|
+
.Button-module__hop-Button--upsell___IrFm6[data-hovered],
|
|
421
|
+
.Button-module__hop-Button--upsell___IrFm6[data-focus-visible] {
|
|
422
|
+
--background-color: var(--hop-Button-upsell-background-color-hover);
|
|
423
|
+
--color: var(--hop-Button-upsell-color-hover);
|
|
424
|
+
--border: var(--hop-Button-upsell-border-hover);
|
|
425
|
+
}
|
|
426
|
+
.Button-module__hop-Button--upsell___IrFm6[data-pressed] {
|
|
427
|
+
--background-color: var(--hop-Button-upsell-background-color-pressed);
|
|
428
|
+
--color: var(--hop-Button-upsell-color-pressed);
|
|
429
|
+
--border: var(--hop-Button-upsell-border-pressed);
|
|
430
|
+
}
|
|
431
|
+
.Button-module__hop-Button--danger___XvzVY {
|
|
432
|
+
--background-color: var(--hop-Button-danger-background-color);
|
|
433
|
+
--color: var(--hop-Button-danger-color);
|
|
434
|
+
--border: var(--hop-Button-danger-border);
|
|
435
|
+
--spinner-color: var(--hop-Button-danger-spinner-color);
|
|
436
|
+
}
|
|
437
|
+
.Button-module__hop-Button--danger___XvzVY[data-hovered],
|
|
438
|
+
.Button-module__hop-Button--danger___XvzVY[data-focus-visible] {
|
|
439
|
+
--background-color: var(--hop-Button-danger-background-color-hover);
|
|
440
|
+
--color: var(--hop-Button-danger-color-hover);
|
|
441
|
+
--border: var(--hop-Button-danger-border-hover);
|
|
442
|
+
}
|
|
443
|
+
.Button-module__hop-Button--danger___XvzVY[data-pressed] {
|
|
444
|
+
--background-color: var(--hop-Button-danger-background-color-pressed);
|
|
445
|
+
--color: var(--hop-Button-danger-color-pressed);
|
|
446
|
+
--border: var(--hop-Button-danger-border-pressed);
|
|
447
|
+
}
|
|
448
|
+
.Button-module__hop-Button--ghost-primary___8QTaO {
|
|
449
|
+
--background-color: var(--hop-Button-ghost-primary-background-color);
|
|
450
|
+
--color: var(--hop-Button-ghost-primary-color);
|
|
451
|
+
--border: var(--hop-Button-ghost-primary-border);
|
|
452
|
+
--spinner-color: var(--hop-Button-ghost-primary-spinner-color);
|
|
453
|
+
}
|
|
454
|
+
.Button-module__hop-Button--ghost-primary___8QTaO[data-hovered],
|
|
455
|
+
.Button-module__hop-Button--ghost-primary___8QTaO[data-focus-visible] {
|
|
456
|
+
--background-color: var(--hop-Button-ghost-primary-background-color-hover);
|
|
457
|
+
--color: var(--hop-Button-ghost-primary-color-hover);
|
|
458
|
+
--border: var(--hop-Button-ghost-primary-border-hover);
|
|
459
|
+
--text-underline: underline;
|
|
460
|
+
}
|
|
461
|
+
.Button-module__hop-Button--ghost-primary___8QTaO[data-pressed] {
|
|
462
|
+
--background-color: var(--hop-Button-ghost-primary-background-color-pressed);
|
|
463
|
+
--color: var(--hop-Button-ghost-primary-color-pressed);
|
|
464
|
+
--border: var(--hop-Button-ghost-primary-border-pressed);
|
|
465
|
+
--text-underline: underline;
|
|
466
|
+
}
|
|
467
|
+
.Button-module__hop-Button--ghost-secondary___VzDHp {
|
|
468
|
+
--background-color: var(--hop-Button-ghost-secondary-background-color);
|
|
469
|
+
--color: var(--hop-Button-ghost-secondary-color);
|
|
470
|
+
--border: var(--hop-Button-ghost-secondary-border);
|
|
471
|
+
--spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
|
|
472
|
+
}
|
|
473
|
+
.Button-module__hop-Button--ghost-secondary___VzDHp[data-hovered],
|
|
474
|
+
.Button-module__hop-Button--ghost-secondary___VzDHp[data-focus-visible] {
|
|
475
|
+
--background-color: var(--hop-Button-ghost-secondary-background-color-hover);
|
|
476
|
+
--color: var(--hop-Button-ghost-secondary-color-hover);
|
|
477
|
+
--border: var(--hop-Button-ghost-secondary-border-hover);
|
|
478
|
+
--text-underline: underline;
|
|
479
|
+
}
|
|
480
|
+
.Button-module__hop-Button--ghost-secondary___VzDHp[data-pressed] {
|
|
481
|
+
--background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
482
|
+
--color: var(--hop-Button-ghost-secondary-color-pressed);
|
|
483
|
+
--border: var(--hop-Button-ghost-secondary-border-pressed);
|
|
484
|
+
--text-underline: underline;
|
|
485
|
+
}
|
|
486
|
+
.Button-module__hop-Button--ghost-danger___Tt4Mb {
|
|
487
|
+
--background-color: var(--hop-Button-ghost-danger-background-color);
|
|
488
|
+
--color: var(--hop-Button-ghost-danger-color);
|
|
489
|
+
--border: var(--hop-Button-ghost-danger-border);
|
|
490
|
+
--spinner-color: var(--hop-Button-ghost-danger-spinner-color);
|
|
491
|
+
}
|
|
492
|
+
.Button-module__hop-Button--ghost-danger___Tt4Mb[data-hovered],
|
|
493
|
+
.Button-module__hop-Button--ghost-danger___Tt4Mb[data-focus-visible] {
|
|
494
|
+
--background-color: var(--hop-Button-ghost-danger-background-color-hover);
|
|
495
|
+
--color: var(--hop-Button-ghost-danger-color-hover);
|
|
496
|
+
--border: var(--hop-Button-ghost-danger-border-hover);
|
|
497
|
+
--text-underline: underline;
|
|
498
|
+
}
|
|
499
|
+
.Button-module__hop-Button--ghost-danger___Tt4Mb[data-pressed] {
|
|
500
|
+
--background-color: var(--hop-Button-ghost-danger-background-color-pressed);
|
|
501
|
+
--color: var(--hop-Button-ghost-danger-color-pressed);
|
|
502
|
+
--border: var(--hop-Button-ghost-danger-border-pressed);
|
|
503
|
+
--text-underline: underline;
|
|
504
|
+
}
|
|
505
|
+
.Button-module__hop-Button___wPmJq[data-focus-visible] {
|
|
506
|
+
outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
|
|
507
|
+
}
|
|
508
|
+
.Button-module__hop-Button___wPmJq[data-disabled],
|
|
509
|
+
.Button-module__hop-Button___wPmJq[data-pending] {
|
|
510
|
+
cursor: not-allowed;
|
|
511
|
+
}
|
|
512
|
+
.Button-module__hop-Button___wPmJq[data-disabled] {
|
|
513
|
+
--background-color: var(--hop-Button-background-color-disabled);
|
|
514
|
+
--color: var(--hop-Button-color-disabled);
|
|
515
|
+
--border: var(--hop-Button-border-disabled);
|
|
516
|
+
}
|
|
517
|
+
.Button-module__hop-Button___wPmJq[class*=--ghost][data-disabled] {
|
|
518
|
+
--background-color: var(--hop-Button-ghost-background-color-disabled);
|
|
519
|
+
--color: var(--hop-Button-ghost-color-disabled);
|
|
520
|
+
--border: var(--hop-Button-ghost-border-disabled);
|
|
521
|
+
}
|
|
522
|
+
.Button-module__hop-Button--primary___naJ-v[data-pending] {
|
|
523
|
+
--background-color: var(--hop-Button-primary-background-color);
|
|
524
|
+
--color: var(--hop-Button-primary-color);
|
|
525
|
+
--border: var(--hop-Button-primary-border);
|
|
526
|
+
}
|
|
527
|
+
.Button-module__hop-Button--secondary___oFVxG[data-pending] {
|
|
528
|
+
--background-color: var(--hop-Button-secondary-background-color);
|
|
529
|
+
--color: var(--hop-Button-secondary-color);
|
|
530
|
+
--border: var(--hop-Button-secondary-border);
|
|
531
|
+
}
|
|
532
|
+
.Button-module__hop-Button--upsell___IrFm6[data-pending] {
|
|
533
|
+
--background-color: var(--hop-Button-upsell-background-color);
|
|
534
|
+
--color: var(--hop-Button-upsell-color);
|
|
535
|
+
--border: var(--hop-Button-upsell-border);
|
|
536
|
+
}
|
|
537
|
+
.Button-module__hop-Button--danger___XvzVY[data-pending] {
|
|
538
|
+
--background-color: var(--hop-Button-danger-background-color);
|
|
539
|
+
--color: var(--hop-Button-danger-color);
|
|
540
|
+
--border: var(--hop-Button-danger-border);
|
|
541
|
+
}
|
|
542
|
+
.Button-module__hop-Button--ghost-primary___8QTaO[data-pending] {
|
|
543
|
+
--background-color: var(--hop-Button-ghost-primary-background-color);
|
|
544
|
+
--color: var(--hop-Button-ghost-primary-color);
|
|
545
|
+
--border: var(--hop-Button-ghost-primary-border);
|
|
546
|
+
--text-underline: none;
|
|
547
|
+
}
|
|
548
|
+
.Button-module__hop-Button--ghost-secondary___VzDHp[data-pending] {
|
|
549
|
+
--background-color: var(--hop-Button-ghost-secondary-background-color);
|
|
550
|
+
--color: var(--hop-Button-ghost-secondary-color);
|
|
551
|
+
--border: var(--hop-Button-ghost-secondary-border);
|
|
552
|
+
--text-underline: none;
|
|
553
|
+
}
|
|
554
|
+
.Button-module__hop-Button--ghost-danger___Tt4Mb[data-pending] {
|
|
555
|
+
--background-color: var(--hop-Button-ghost-danger-background-color);
|
|
556
|
+
--color: var(--hop-Button-ghost-danger-color);
|
|
557
|
+
--border: var(--hop-Button-ghost-danger-border);
|
|
558
|
+
--text-underline: none;
|
|
559
|
+
}
|
|
560
|
+
.Button-module__hop-Button__Spinner___iKsuT {
|
|
561
|
+
position: absolute;
|
|
562
|
+
color: var(--spinner-color);
|
|
563
|
+
}
|
|
564
|
+
.Button-module__hop-Button__icon___psDEj,
|
|
565
|
+
.Button-module__hop-Button__icon-list___uvHt- {
|
|
566
|
+
flex: 0 0 auto;
|
|
567
|
+
justify-self: end;
|
|
568
|
+
order: 1;
|
|
569
|
+
}
|
|
570
|
+
.Button-module__hop-Button__text___0u8jo {
|
|
571
|
+
user-select: none;
|
|
572
|
+
overflow: visible;
|
|
573
|
+
flex: 0 1 auto;
|
|
574
|
+
order: 2;
|
|
575
|
+
font-weight: var(--hop-font-weight-505);
|
|
576
|
+
text-decoration: var(--text-underline);
|
|
577
|
+
text-underline-offset: 0.125rem;
|
|
578
|
+
text-wrap: nowrap;
|
|
579
|
+
}
|
|
580
|
+
.Button-module__hop-Button__end-icon___oxOgt,
|
|
581
|
+
.Button-module__hop-Button__end-icon-list___QmVeu {
|
|
582
|
+
flex: 0 0 auto;
|
|
583
|
+
order: 3;
|
|
584
|
+
}
|
|
585
|
+
.Button-module__hop-Button___wPmJq .Button-module__hop-Button__icon-list___uvHt-,
|
|
586
|
+
.Button-module__hop-Button___wPmJq .Button-module__hop-Button__end-icon-list___QmVeu {
|
|
587
|
+
flex-wrap: nowrap;
|
|
588
|
+
}
|
|
589
|
+
.Button-module__hop-Button___wPmJq[data-pending] > *:not(.Button-module__hop-Button__Spinner___iKsuT) {
|
|
590
|
+
opacity: 0;
|
|
591
|
+
}
|
|
592
|
+
.LinkButton-module__hop-LinkButton___M4wZK {
|
|
593
|
+
}
|
|
594
|
+
.LinkButton-module__hop-LinkButton--fluid___iIoKs {
|
|
595
|
+
}
|
|
596
|
+
.LinkButton-module__hop-LinkButton--sm___W78xt {
|
|
597
|
+
}
|
|
598
|
+
.LinkButton-module__hop-LinkButton--icon-only___8T1M3 {
|
|
599
|
+
}
|
|
600
|
+
.LinkButton-module__hop-LinkButton--primary___FLpSn {
|
|
601
|
+
}
|
|
602
|
+
.LinkButton-module__hop-LinkButton--secondary___4NKJT {
|
|
603
|
+
}
|
|
604
|
+
.LinkButton-module__hop-LinkButton--upsell___iLQwk {
|
|
605
|
+
}
|
|
606
|
+
.LinkButton-module__hop-LinkButton--danger___X5jRa {
|
|
607
|
+
}
|
|
608
|
+
.LinkButton-module__hop-LinkButton--ghost-primary___bTZ-f {
|
|
609
|
+
}
|
|
610
|
+
.LinkButton-module__hop-LinkButton--ghost-secondary___PTeFl {
|
|
611
|
+
}
|
|
612
|
+
.LinkButton-module__hop-LinkButton--ghost-danger___0cFuF {
|
|
613
|
+
}
|
|
614
|
+
.LinkButton-module__hop-LinkButton__Spinner___Ebi5W {
|
|
615
|
+
}
|
|
616
|
+
.LinkButton-module__hop-LinkButton__icon___J-uZf,
|
|
617
|
+
.LinkButton-module__hop-LinkButton__icon-list___JrB3C {
|
|
618
|
+
}
|
|
619
|
+
.LinkButton-module__hop-LinkButton__text___ecdzj {
|
|
620
|
+
}
|
|
621
|
+
.LinkButton-module__hop-LinkButton__end-icon___M0ZLN,
|
|
622
|
+
.LinkButton-module__hop-LinkButton__end-icon-list___50ya4 {
|
|
623
|
+
}
|
|
624
|
+
.LinkButton-module__hop-LinkButton___M4wZK .LinkButton-module__hop-LinkButton__icon-list___JrB3C,
|
|
625
|
+
.LinkButton-module__hop-LinkButton___M4wZK .LinkButton-module__hop-LinkButton__end-icon-list___50ya4 {
|
|
626
|
+
flex-wrap: nowrap;
|
|
627
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { StyledComponentProps, ResponsiveProp } from '@hopper-ui/styled-system';
|
|
3
|
+
import { LinkProps } from 'react-aria-components';
|
|
4
|
+
import { B as ButtonVariant, a as ButtonSize } from '../../types-CVCUJ7un.js';
|
|
5
|
+
|
|
6
|
+
declare const GlobalLinkButtonCssSelector = "hop-LinkButton";
|
|
7
|
+
interface LinkButtonProps extends StyledComponentProps<LinkProps> {
|
|
8
|
+
/**
|
|
9
|
+
* The visual style of the button.
|
|
10
|
+
* @default "primary"
|
|
11
|
+
*/
|
|
12
|
+
variant?: ButtonVariant;
|
|
13
|
+
/**
|
|
14
|
+
* A button can vary in size.
|
|
15
|
+
* @default "md"
|
|
16
|
+
*/
|
|
17
|
+
size?: ResponsiveProp<ButtonSize>;
|
|
18
|
+
/**
|
|
19
|
+
* Whether or not the button takes up the width of its container.
|
|
20
|
+
*/
|
|
21
|
+
isFluid?: ResponsiveProp<boolean>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A LinkButton merges the functionality of a link with the appearance of a button, providing a user-friendly way to direct users to other pages.
|
|
25
|
+
* [View Documentation](TODO)
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
declare const _LinkButton: react.ForwardRefExoticComponent<LinkButtonProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
29
|
+
|
|
30
|
+
export { GlobalLinkButtonCssSelector, _LinkButton as LinkButton, type LinkButtonProps };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export { GlobalLinkButtonCssSelector, _LinkButton as LinkButton } from '../../chunk-5YJ67DFM.js';
|
|
2
|
+
import '../../chunk-H5YTU3U7.js';
|
|
3
|
+
import '../../chunk-3UQFC2NQ.js';
|
|
4
|
+
import '../../chunk-DHVVYSLB.js';
|
|
5
|
+
import '../../chunk-BPHBGKEP.js';
|
|
6
|
+
import '../../chunk-ZWU6DRRZ.js';
|
|
7
|
+
import '../../chunk-LJXTJRSB.js';
|
|
8
|
+
import '../../chunk-OA3QBRFE.js';
|
|
9
|
+
import '../../chunk-HWO7TXDE.js';
|
|
10
|
+
import '../../chunk-TXZ6BMFR.js';
|
|
11
|
+
import '../../chunk-QCA3ZR56.js';
|
|
12
|
+
import '../../chunk-TFVDF4YH.js';
|
|
13
|
+
import '../../chunk-JTX57GMF.js';
|
|
14
|
+
import '../../chunk-WPNVVGFW.js';
|
|
15
|
+
import '../../chunk-KSVVXFS7.js';
|
|
16
|
+
import '../../chunk-X6SER3TZ.js';
|
|
17
|
+
import '../../chunk-HXI3MEEK.js';
|
|
18
|
+
import '../../chunk-M36KANKC.js';
|
|
19
|
+
import '../../chunk-65JPI4FL.js';
|
|
20
|
+
import '../../chunk-KVDXQMWI.js';
|
|
21
|
+
import '../../chunk-JSBRDJBE.js';
|