@hopper-ui/components 1.3.19 → 1.3.21
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 +19 -0
- package/dist/Avatar/src/AnonymousAvatar.css +37 -37
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +55 -55
- package/dist/Avatar/src/Avatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +37 -37
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +55 -55
- package/dist/Avatar/src/index.js +5 -5
- package/dist/Badge/src/Badge.css +42 -42
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/FloatingBadge.css +37 -37
- package/dist/Badge/src/FloatingBadge.js +1 -1
- package/dist/Badge/src/index.css +52 -52
- package/dist/Badge/src/index.js +3 -3
- package/dist/{ClearButton-_NnHqYE1.d.ts → ClearButton-DTR1qTbm.d.ts} +1 -3
- package/dist/ComboBox/src/ComboBox.css +1179 -866
- package/dist/ComboBox/src/ComboBox.js +6 -6
- package/dist/ComboBox/src/ComboBoxOptions.css +1179 -866
- package/dist/ComboBox/src/ComboBoxOptions.js +58 -56
- package/dist/ComboBox/src/index.css +1179 -866
- package/dist/ComboBox/src/index.js +58 -56
- 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 +2 -2
- package/dist/ErrorMessage/src/index.css +29 -29
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +1179 -866
- package/dist/Form/src/Form.js +58 -56
- package/dist/Form/src/index.css +1179 -866
- package/dist/Form/src/index.js +58 -56
- 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 +6 -6
- package/dist/Link/src/index.css +49 -49
- package/dist/Link/src/index.js +6 -6
- package/dist/ListBox/src/ListBox.css +274 -274
- package/dist/ListBox/src/ListBox.js +10 -10
- package/dist/ListBox/src/ListBoxItem.css +262 -262
- package/dist/ListBox/src/ListBoxItem.d.ts +2 -6
- package/dist/ListBox/src/ListBoxItem.js +9 -9
- 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 +10 -10
- package/dist/Select/src/Select.css +296 -296
- package/dist/Select/src/Select.js +7 -7
- package/dist/Select/src/SelectOptions.css +1179 -866
- package/dist/Select/src/SelectOptions.js +58 -56
- package/dist/Select/src/SelectValue.css +61 -61
- package/dist/Select/src/SelectValue.js +5 -5
- package/dist/Select/src/index.css +1179 -866
- package/dist/Select/src/index.js +58 -56
- package/dist/Spinner/src/Spinner.css +37 -37
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +37 -37
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +186 -265
- package/dist/buttons/src/Button.d.ts +5 -14
- package/dist/buttons/src/Button.js +7 -8
- 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.d.ts +1 -1
- package/dist/buttons/src/ClearButton.js +2 -2
- package/dist/buttons/src/ClearButtonContext.d.ts +1 -1
- package/dist/buttons/src/EmbeddedButton.css +98 -98
- package/dist/buttons/src/EmbeddedButton.d.ts +1 -1
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/EmbeddedButtonContext.d.ts +1 -1
- 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 +7 -4
- package/dist/buttons/src/index.js +12 -11
- package/dist/checkbox/src/Checkbox.css +46 -46
- package/dist/checkbox/src/Checkbox.js +6 -6
- package/dist/checkbox/src/CheckboxField.css +33 -33
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +98 -98
- package/dist/checkbox/src/CheckboxGroup.js +1 -1
- package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
- package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
- package/dist/checkbox/src/index.css +98 -98
- package/dist/checkbox/src/index.js +9 -9
- package/dist/{chunk-PRRWXAH6.js → chunk-2FXHD5EF.js} +2 -2
- package/dist/{chunk-AZZPA2LW.js → chunk-3PONZZJH.js} +1 -1
- package/dist/{chunk-SP77UBAZ.js → chunk-3TN23WXI.js} +2 -2
- package/dist/chunk-3UQFC2NQ.js +7 -0
- package/dist/{chunk-LSNF44NV.js → chunk-4MJUV4Y4.js} +1 -1
- package/dist/{chunk-2REEY4WL.js → chunk-7XRGRMKN.js} +5 -3
- package/dist/{chunk-ZC6L6YVM.js → chunk-AJAXFPMZ.js} +1 -1
- package/dist/{chunk-WNSRRKT4.js → chunk-BZDYEIAN.js} +14 -3
- package/dist/{chunk-ZSX65Q2Z.js → chunk-CRBWHSR5.js} +1 -1
- package/dist/{chunk-MU3JYORH.js → chunk-D3ES4N5I.js} +3 -3
- package/dist/{chunk-UBFL654S.js → chunk-DQ3RMWYV.js} +5 -5
- package/dist/{chunk-FGW443T2.js → chunk-DSDDTQSP.js} +3 -3
- package/dist/{chunk-Q6BAJIO5.js → chunk-E6KLDSL7.js} +2 -2
- package/dist/{chunk-3UDYVVZU.js → chunk-EI3IUNUO.js} +2 -2
- package/dist/{chunk-IS2BGYLY.js → chunk-F6SXVFV7.js} +2 -2
- package/dist/{chunk-M5W6ERG2.js → chunk-H5SFGSQY.js} +2 -2
- package/dist/{chunk-SFCKVMYU.js → chunk-HCDZVQF5.js} +2 -2
- package/dist/{chunk-RX6A4PRX.js → chunk-HEAER6AM.js} +1 -1
- package/dist/{chunk-PBYJNOG2.js → chunk-HIDFOPDG.js} +2 -2
- package/dist/{chunk-64KJ34CI.js → chunk-I7RO3Y4Y.js} +1 -1
- package/dist/{chunk-PPLVWRK2.js → chunk-ID7CLQIZ.js} +1 -1
- package/dist/{chunk-PS7WUB3A.js → chunk-IRP5O2PB.js} +1 -1
- package/dist/{chunk-IRCC3UPO.js → chunk-IVVBR4PT.js} +1 -1
- package/dist/{chunk-DZKGGMUX.js → chunk-J3D3EFH7.js} +2 -2
- package/dist/{chunk-CH737ZX3.js → chunk-KGVQXCKY.js} +6 -6
- package/dist/{chunk-Z3FPJEJF.js → chunk-KWYYG3UT.js} +1 -1
- package/dist/{chunk-O3ZEY7CW.js → chunk-LTIKJWVL.js} +1 -1
- package/dist/{chunk-GL7VLPBW.js → chunk-MCGBD7B2.js} +3 -3
- package/dist/{chunk-GPEHOZZZ.js → chunk-MHDM4YO4.js} +1 -1
- package/dist/{chunk-YJI422TC.js → chunk-N4TMRRF4.js} +2 -2
- package/dist/{chunk-2GICZNLE.js → chunk-NH4G3E35.js} +1 -1
- package/dist/{chunk-HAANV3KV.js → chunk-NZUOHL5V.js} +1 -1
- package/dist/{chunk-C2NLOFTM.js → chunk-OD7U6X4F.js} +2 -2
- package/dist/{chunk-TOGZZNBR.js → chunk-QFWFNJTE.js} +5 -5
- package/dist/{chunk-GNRP6XEK.js → chunk-QTVWIRCB.js} +3 -3
- package/dist/{chunk-XZHYEQHC.js → chunk-RJW3T3TL.js} +12 -6
- package/dist/{chunk-TWW7CCA5.js → chunk-SH2PCVCP.js} +1 -1
- package/dist/{chunk-RG6K6GEC.js → chunk-SM3RKPS2.js} +3 -3
- package/dist/{chunk-32NTVJGG.js → chunk-SUMAGCIA.js} +2 -2
- package/dist/chunk-T54ITIHK.js +107 -0
- package/dist/{chunk-JCIL76AS.js → chunk-UHT3G5QZ.js} +1 -1
- package/dist/chunk-UKR2P5OV.js +130 -0
- package/dist/{chunk-W3BZV5E6.js → chunk-WMRLDPFX.js} +2 -2
- package/dist/{chunk-ESN3V5U5.js → chunk-X5N7I2HV.js} +3 -3
- package/dist/{chunk-S2ZLZ5GK.js → chunk-XSAC6GZB.js} +3 -3
- package/dist/{chunk-I3L55E7N.js → chunk-Y76Z32VB.js} +1 -1
- package/dist/{chunk-PG6KV5GW.js → chunk-YGZQBJTZ.js} +11 -6
- package/dist/{chunk-O5LG53HF.js → chunk-YIIWGRHM.js} +2 -2
- package/dist/{chunk-VJKLOE2J.js → chunk-ZWUASBUA.js} +1 -1
- package/dist/index.css +1179 -866
- package/dist/index.d.ts +7 -4
- package/dist/index.js +58 -56
- package/dist/inputs/src/InputGroup.css +675 -362
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +697 -384
- package/dist/inputs/src/NumberField.js +8 -8
- package/dist/inputs/src/PasswordField.css +685 -372
- package/dist/inputs/src/PasswordField.d.ts +1 -1
- package/dist/inputs/src/PasswordField.js +8 -8
- package/dist/inputs/src/PasswordFieldContext.d.ts +1 -1
- package/dist/inputs/src/RemainingCharacterCount.css +30 -30
- package/dist/inputs/src/RemainingCharacterCount.js +5 -5
- package/dist/inputs/src/SearchField.css +691 -378
- package/dist/inputs/src/SearchField.d.ts +1 -1
- package/dist/inputs/src/SearchField.js +8 -8
- package/dist/inputs/src/SearchFieldContext.d.ts +1 -1
- package/dist/inputs/src/TextArea.css +692 -379
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +689 -376
- package/dist/inputs/src/TextField.js +11 -11
- package/dist/inputs/src/index.css +735 -422
- package/dist/inputs/src/index.d.ts +1 -1
- package/dist/inputs/src/index.js +17 -17
- package/dist/overlays/Popover/src/Popover.css +1179 -866
- package/dist/overlays/Popover/src/Popover.js +58 -56
- package/dist/overlays/Popover/src/index.css +1179 -866
- package/dist/overlays/Popover/src/index.js +58 -56
- package/dist/radio/src/DecorativeRadio.css +54 -54
- package/dist/radio/src/DecorativeRadio.js +6 -6
- package/dist/radio/src/Radio.css +46 -46
- package/dist/radio/src/Radio.js +6 -6
- package/dist/radio/src/RadioField.css +33 -33
- package/dist/radio/src/RadioField.js +1 -1
- package/dist/radio/src/RadioGroup.css +98 -98
- package/dist/radio/src/RadioGroup.js +2 -2
- package/dist/radio/src/index.css +98 -98
- package/dist/radio/src/index.js +10 -10
- package/dist/switch/src/Switch.css +43 -43
- package/dist/switch/src/Switch.js +6 -6
- package/dist/switch/src/SwitchField.css +33 -33
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +49 -49
- package/dist/switch/src/index.js +8 -8
- package/dist/tag/src/Tag.css +801 -488
- package/dist/tag/src/Tag.d.ts +1 -1
- package/dist/tag/src/Tag.js +9 -9
- package/dist/tag/src/TagContext.d.ts +1 -1
- package/dist/tag/src/TagGroup.css +37 -37
- package/dist/tag/src/TagGroup.d.ts +1 -1
- package/dist/tag/src/TagGroup.js +1 -1
- package/dist/tag/src/TagGroupContext.d.ts +1 -1
- package/dist/tag/src/TagList.css +27 -27
- package/dist/tag/src/index.css +811 -498
- package/dist/tag/src/index.d.ts +1 -1
- package/dist/tag/src/index.js +10 -10
- 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 +6 -6
- package/package.json +10 -10
- package/dist/chunk-2GJNPGAM.js +0 -187
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
|
|
2
|
-
.Heading-module__hop-
|
|
2
|
+
.Heading-module__hop-Heading___JWvs8 {
|
|
3
3
|
--hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
|
|
4
4
|
--hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
|
|
5
5
|
--hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
|
|
@@ -33,50 +33,50 @@
|
|
|
33
33
|
--hop-Heading-inherit-size-font-weight: inherit;
|
|
34
34
|
--hop-Heading-inherit-size-line-height: inherit;
|
|
35
35
|
}
|
|
36
|
-
:where(.Heading-module__hop-
|
|
36
|
+
:where(.Heading-module__hop-Heading___JWvs8) {
|
|
37
37
|
margin: 0;
|
|
38
38
|
font-family: var(--font-family);
|
|
39
39
|
font-size: var(--font-size);
|
|
40
40
|
font-weight: var(--font-weight);
|
|
41
41
|
line-height: var(--line-height);
|
|
42
42
|
}
|
|
43
|
-
:where(.Heading-module__hop-Heading--
|
|
43
|
+
:where(.Heading-module__hop-Heading--xs___Cfweo) {
|
|
44
44
|
--font-size: var(--hop-Heading-xs-font-size);
|
|
45
45
|
--font-family: var(--hop-Heading-xs-font-family);
|
|
46
46
|
--font-weight: var(--hop-Heading-xs-font-weight);
|
|
47
47
|
--line-height: var(--hop-Heading-xs-line-height);
|
|
48
48
|
}
|
|
49
|
-
:where(.Heading-module__hop-Heading--
|
|
49
|
+
:where(.Heading-module__hop-Heading--sm___sAf2J) {
|
|
50
50
|
--font-size: var(--hop-Heading-sm-font-size);
|
|
51
51
|
--font-family: var(--hop-Heading-sm-font-family);
|
|
52
52
|
--font-weight: var(--hop-Heading-sm-font-weight);
|
|
53
53
|
--line-height: var(--hop-Heading-sm-line-height);
|
|
54
54
|
}
|
|
55
|
-
:where(.Heading-module__hop-Heading--
|
|
55
|
+
:where(.Heading-module__hop-Heading--md___6wrhw) {
|
|
56
56
|
--font-size: var(--hop-Heading-md-font-size);
|
|
57
57
|
--font-family: var(--hop-Heading-md-font-family);
|
|
58
58
|
--font-weight: var(--hop-Heading-md-font-weight);
|
|
59
59
|
--line-height: var(--hop-Heading-md-line-height);
|
|
60
60
|
}
|
|
61
|
-
:where(.Heading-module__hop-Heading--
|
|
61
|
+
:where(.Heading-module__hop-Heading--lg___jvv5C) {
|
|
62
62
|
--font-size: var(--hop-Heading-lg-font-size);
|
|
63
63
|
--font-family: var(--hop-Heading-lg-font-family);
|
|
64
64
|
--font-weight: var(--hop-Heading-lg-font-weight);
|
|
65
65
|
--line-height: var(--hop-Heading-lg-line-height);
|
|
66
66
|
}
|
|
67
|
-
:where(.Heading-module__hop-Heading--
|
|
67
|
+
:where(.Heading-module__hop-Heading--xl___rJZ8W) {
|
|
68
68
|
--font-size: var(--hop-Heading-xl-font-size);
|
|
69
69
|
--font-family: var(--hop-Heading-xl-font-family);
|
|
70
70
|
--font-weight: var(--hop-Heading-xl-font-weight);
|
|
71
71
|
--line-height: var(--hop-Heading-xl-line-height);
|
|
72
72
|
}
|
|
73
|
-
:where(.Heading-module__hop-Heading--
|
|
73
|
+
:where(.Heading-module__hop-Heading--2xl___vy5tr) {
|
|
74
74
|
--font-size: var(--hop-Heading-2xl-font-size);
|
|
75
75
|
--font-family: var(--hop-Heading-2xl-font-family);
|
|
76
76
|
--font-weight: var(--hop-Heading-2xl-font-weight);
|
|
77
77
|
--line-height: var(--hop-Heading-2xl-line-height);
|
|
78
78
|
}
|
|
79
|
-
:where(.Heading-module__hop-Heading--
|
|
79
|
+
:where(.Heading-module__hop-Heading--3xl___sHzoB) {
|
|
80
80
|
--font-size: var(--hop-Heading-3xl-font-size);
|
|
81
81
|
--font-family: var(--hop-Heading-3xl-font-family);
|
|
82
82
|
--font-weight: var(--hop-Heading-3xl-font-weight);
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
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-
|
|
87
|
+
.Text-module__hop-Text___45Zf4 {
|
|
88
88
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
89
89
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
90
90
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -114,49 +114,49 @@
|
|
|
114
114
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
115
115
|
--hop-Text-inherit-size-line-height: inherit;
|
|
116
116
|
}
|
|
117
|
-
:where(.Text-module__hop-
|
|
117
|
+
:where(.Text-module__hop-Text___45Zf4) {
|
|
118
118
|
font-family: var(--font-family);
|
|
119
119
|
font-size: var(--font-size);
|
|
120
120
|
font-weight: var(--font-weight);
|
|
121
121
|
line-height: var(--line-height);
|
|
122
122
|
}
|
|
123
|
-
:where(.Text-module__hop-Text--
|
|
123
|
+
:where(.Text-module__hop-Text--xs___d9F1w) {
|
|
124
124
|
--font-size: var(--hop-Text-xs-font-size);
|
|
125
125
|
--font-family: var(--hop-Text-xs-font-family);
|
|
126
126
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
127
127
|
--line-height: var(--hop-Text-xs-line-height);
|
|
128
128
|
}
|
|
129
|
-
:where(.Text-module__hop-Text--
|
|
129
|
+
:where(.Text-module__hop-Text--sm___-NvEj) {
|
|
130
130
|
--font-size: var(--hop-Text-sm-font-size);
|
|
131
131
|
--font-family: var(--hop-Text-sm-font-family);
|
|
132
132
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
133
133
|
--line-height: var(--hop-Text-sm-line-height);
|
|
134
134
|
}
|
|
135
|
-
:where(.Text-module__hop-Text--
|
|
135
|
+
:where(.Text-module__hop-Text--md___lFLy8) {
|
|
136
136
|
--font-size: var(--hop-Text-md-font-size);
|
|
137
137
|
--font-family: var(--hop-Text-md-font-family);
|
|
138
138
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
139
139
|
--line-height: var(--hop-Text-md-line-height);
|
|
140
140
|
}
|
|
141
|
-
:where(.Text-module__hop-Text--
|
|
141
|
+
:where(.Text-module__hop-Text--lg___eI9o1) {
|
|
142
142
|
--font-size: var(--hop-Text-lg-font-size);
|
|
143
143
|
--font-family: var(--hop-Text-lg-font-family);
|
|
144
144
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
145
145
|
--line-height: var(--hop-Text-lg-line-height);
|
|
146
146
|
}
|
|
147
|
-
:where(.Text-module__hop-Text--
|
|
147
|
+
:where(.Text-module__hop-Text--xl___gyrV0) {
|
|
148
148
|
--font-size: var(--hop-Text-xl-font-size);
|
|
149
149
|
--font-family: var(--hop-Text-xl-font-family);
|
|
150
150
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
151
151
|
--line-height: var(--hop-Text-xl-line-height);
|
|
152
152
|
}
|
|
153
|
-
:where(.Text-module__hop-Text--
|
|
153
|
+
:where(.Text-module__hop-Text--2xl___ZQS8X) {
|
|
154
154
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
155
155
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
156
156
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
157
157
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
158
158
|
}
|
|
159
|
-
:where(.Text-module__hop-Text--
|
|
159
|
+
:where(.Text-module__hop-Text--inherit___wmhsR) {
|
|
160
160
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
161
161
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
162
162
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
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-
|
|
167
|
+
:where(.OverlineText-module__hop-OverlineText___6KBG7) {
|
|
168
168
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
169
169
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
170
170
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -188,45 +188,45 @@
|
|
|
188
188
|
text-transform: uppercase;
|
|
189
189
|
letter-spacing: var(--letter-spacing);
|
|
190
190
|
}
|
|
191
|
-
.OverlineText-module__hop-
|
|
191
|
+
.OverlineText-module__hop-OverlineText__text___MHRJ4 {
|
|
192
192
|
box-sizing: border-box;
|
|
193
193
|
}
|
|
194
|
-
.OverlineText-module__hop-
|
|
195
|
-
.OverlineText-module__hop-
|
|
194
|
+
.OverlineText-module__hop-OverlineText__text___MHRJ4::before,
|
|
195
|
+
.OverlineText-module__hop-OverlineText__text___MHRJ4::after {
|
|
196
196
|
content: "";
|
|
197
197
|
display: block;
|
|
198
198
|
box-sizing: border-box;
|
|
199
199
|
inline-size: 0;
|
|
200
200
|
block-size: 0;
|
|
201
201
|
}
|
|
202
|
-
.OverlineText-module__hop-
|
|
202
|
+
.OverlineText-module__hop-OverlineText__text___MHRJ4::before {
|
|
203
203
|
margin-block-end: var(--bottom-offset);
|
|
204
204
|
}
|
|
205
|
-
.OverlineText-module__hop-
|
|
205
|
+
.OverlineText-module__hop-OverlineText__text___MHRJ4::after {
|
|
206
206
|
margin-block-start: var(--top-offset);
|
|
207
207
|
}
|
|
208
208
|
|
|
209
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-
|
|
210
|
+
.Label-module__hop-Label___2VJx8 {
|
|
211
211
|
--hop-Label-font-size: var(--hop-heading-xs-font-size);
|
|
212
212
|
--hop-Label-font-family: var(--hop-heading-xs-font-family);
|
|
213
213
|
--hop-Label-font-weight: var(--hop-heading-xs-font-weight);
|
|
214
214
|
--hop-Label-line-height: var(--hop-heading-xs-line-height);
|
|
215
215
|
--hop-Label-color: var(--hop-neutral-text-weak);
|
|
216
216
|
}
|
|
217
|
-
:where(.Label-module__hop-
|
|
217
|
+
:where(.Label-module__hop-Label___2VJx8) {
|
|
218
218
|
font-family: var(--hop-Label-font-family);
|
|
219
219
|
font-size: var(--hop-Label-font-size);
|
|
220
220
|
font-weight: var(--hop-Label-font-weight);
|
|
221
221
|
line-height: var(--hop-Label-line-height);
|
|
222
222
|
color: var(--hop-Label-color);
|
|
223
223
|
}
|
|
224
|
-
:where(.Label-module__hop-
|
|
224
|
+
:where(.Label-module__hop-Label__indicator___UgwtS) {
|
|
225
225
|
padding-inline-start: var(--hop-space-20);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
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-
|
|
229
|
+
.IconList-module__hop-IconList___EG9zZ {
|
|
230
230
|
--hop-IconList-gap: var(--hop-space-inline-xs);
|
|
231
231
|
display: flex;
|
|
232
232
|
flex-wrap: wrap;
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Spinner/src/Spinner.module.css/#css-module-data */
|
|
238
|
-
@keyframes Spinner-
|
|
238
|
+
@keyframes Spinner-module__spin___PNrmz {
|
|
239
239
|
0% {
|
|
240
240
|
transform: rotate(0deg);
|
|
241
241
|
}
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
transform: rotate(360deg);
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.Spinner-module__hop-
|
|
246
|
+
.Spinner-module__hop-Spinner___4oEd8 {
|
|
247
247
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
248
248
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
249
249
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
--hop-Spinner-track-width: 0.125rem;
|
|
252
252
|
--hop-Spinner-track-opacity: 0.2;
|
|
253
253
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
254
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
254
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___PNrmz .8s infinite linear;
|
|
255
255
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
256
256
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
257
257
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -262,19 +262,19 @@
|
|
|
262
262
|
align-items: center;
|
|
263
263
|
box-sizing: border-box;
|
|
264
264
|
}
|
|
265
|
-
.Spinner-module__hop-Spinner--
|
|
265
|
+
.Spinner-module__hop-Spinner--sm___rFYBa {
|
|
266
266
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
267
267
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
268
268
|
}
|
|
269
|
-
.Spinner-module__hop-Spinner--
|
|
269
|
+
.Spinner-module__hop-Spinner--md___qHIq6 {
|
|
270
270
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
271
271
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
272
272
|
}
|
|
273
|
-
.Spinner-module__hop-Spinner--
|
|
273
|
+
.Spinner-module__hop-Spinner--lg___XeZ29 {
|
|
274
274
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
275
275
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
276
276
|
}
|
|
277
|
-
.Spinner-module__hop-
|
|
277
|
+
.Spinner-module__hop-Spinner__track___A7jcm {
|
|
278
278
|
grid-area: spinner;
|
|
279
279
|
box-sizing: border-box;
|
|
280
280
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
border: var(--hop-Spinner-track-border);
|
|
284
284
|
border-radius: var(--hop-Spinner-border-radius);
|
|
285
285
|
}
|
|
286
|
-
.Spinner-module__hop-
|
|
286
|
+
.Spinner-module__hop-Spinner__fill___nw6mJ {
|
|
287
287
|
grid-area: spinner;
|
|
288
288
|
box-sizing: border-box;
|
|
289
289
|
inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
|
|
@@ -294,144 +294,107 @@
|
|
|
294
294
|
animation: var(--hop-Spinner-fill-animation);
|
|
295
295
|
}
|
|
296
296
|
@media (prefers-reduced-motion: reduce) {
|
|
297
|
-
.Spinner-module__hop-
|
|
297
|
+
.Spinner-module__hop-Spinner__fill___nw6mJ {
|
|
298
298
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
.Spinner-module__hop-
|
|
301
|
+
.Spinner-module__hop-Spinner__label___OPVd- {
|
|
302
302
|
grid-area: label;
|
|
303
303
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/Button.module.css/#css-module-data */
|
|
307
|
-
.Button-module__hop-
|
|
307
|
+
.Button-module__hop-Button___y82Y5 {
|
|
308
308
|
--hop-Button-border-radius: var(--hop-shape-rounded-md);
|
|
309
309
|
--hop-Button-focus-ring-color: var(--hop-primary-border-focus);
|
|
310
310
|
--hop-Button-column-gap: var(--hop-space-inline-xs);
|
|
311
311
|
--hop-Button-icon-only-column-gap: 0;
|
|
312
312
|
--hop-Button-outline-size: var(--hop-space-20);
|
|
313
|
+
--hop-Button-border-size: var(--hop-space-10);
|
|
314
|
+
--hop-Button-text-underline-offset: var(--hop-space-20);
|
|
313
315
|
--hop-Button-icon-only-padding: 0;
|
|
314
316
|
--hop-Button-sm-height: 2rem;
|
|
315
317
|
--hop-Button-md-height: 2.5rem;
|
|
318
|
+
--hop-Button-sm-padding: 0 var(--hop-space-inset-md);
|
|
319
|
+
--hop-Button-md-padding: 0 var(--hop-space-inset-md);
|
|
320
|
+
--hop-Button-ghost-sm-padding: 0 var(--hop-space-inset-xs);
|
|
321
|
+
--hop-Button-ghost-md-padding: 0 var(--hop-space-inset-sm);
|
|
322
|
+
--hop-Button-color-disabled: var(--hop-neutral-text-disabled);
|
|
323
|
+
--hop-Button-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
324
|
+
--hop-Button-border-disabled: var(--hop-Button-border-size) solid var(--hop-Button-background-color-disabled);
|
|
325
|
+
--hop-Button-ghost-color-disabled: var(--hop-neutral-text-disabled);
|
|
326
|
+
--hop-Button-ghost-background-color-disabled: transparent;
|
|
327
|
+
--hop-Button-ghost-border-disabled: var(--hop-Button-border-size) solid var(--hop-Button-ghost-background-color-disabled);
|
|
316
328
|
--hop-Button-primary-color: var(--hop-primary-text-strong);
|
|
317
329
|
--hop-Button-primary-color-hover: var(--hop-primary-text-strong-hover);
|
|
318
330
|
--hop-Button-primary-color-pressed: var(--hop-primary-text-strong);
|
|
319
|
-
--hop-Button-primary-color-disabled: var(--hop-neutral-text-disabled);
|
|
320
331
|
--hop-Button-primary-background-color: var(--hop-primary-surface-strong);
|
|
321
332
|
--hop-Button-primary-background-color-hover: var(--hop-primary-surface-strong-hover);
|
|
322
333
|
--hop-Button-primary-background-color-pressed: var(--hop-primary-surface-strong-press);
|
|
323
|
-
--hop-Button-primary-
|
|
324
|
-
--hop-Button-primary-border:
|
|
325
|
-
--hop-Button-primary-border-
|
|
326
|
-
--hop-Button-primary-border-pressed: 0.0625rem solid var(--hop-Button-primary-background-color-pressed);
|
|
327
|
-
--hop-Button-primary-border-disabled: 0.0625rem solid var(--hop-Button-primary-background-color-disabled);
|
|
334
|
+
--hop-Button-primary-border: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color);
|
|
335
|
+
--hop-Button-primary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color-hover);
|
|
336
|
+
--hop-Button-primary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-primary-background-color-pressed);
|
|
328
337
|
--hop-Button-primary-spinner-color: var(--hop-primary-icon-strong);
|
|
329
|
-
--hop-Button-primary-sm-padding-x: var(--hop-space-inset-sm);
|
|
330
|
-
--hop-Button-primary-sm-padding-y: 0;
|
|
331
|
-
--hop-Button-primary-md-padding-x: var(--hop-space-inset-md);
|
|
332
|
-
--hop-Button-primary-md-padding-y: 0;
|
|
333
338
|
--hop-Button-secondary-color: var(--hop-neutral-text);
|
|
334
339
|
--hop-Button-secondary-color-hover: var(--hop-neutral-text-hover);
|
|
335
340
|
--hop-Button-secondary-color-pressed: var(--hop-neutral-text-press);
|
|
336
|
-
--hop-Button-secondary-color-disabled: var(--hop-neutral-text-disabled);
|
|
337
341
|
--hop-Button-secondary-background-color: var(--hop-neutral-surface);
|
|
338
342
|
--hop-Button-secondary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
339
343
|
--hop-Button-secondary-background-color-pressed: var(--hop-neutral-surface-press);
|
|
340
|
-
--hop-Button-secondary-
|
|
341
|
-
--hop-Button-secondary-border:
|
|
342
|
-
--hop-Button-secondary-border-
|
|
343
|
-
--hop-Button-secondary-border-pressed: 0.0625rem solid var(--hop-neutral-border-strong);
|
|
344
|
-
--hop-Button-secondary-border-disabled: 0.0625rem solid var(--hop-Button-secondary-background-color-disabled);
|
|
344
|
+
--hop-Button-secondary-border: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong);
|
|
345
|
+
--hop-Button-secondary-border-hover: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong-hover);
|
|
346
|
+
--hop-Button-secondary-border-pressed: var(--hop-Button-border-size) solid var(--hop-neutral-border-strong);
|
|
345
347
|
--hop-Button-secondary-spinner-color: var(--hop-neutral-icon);
|
|
346
|
-
--hop-Button-secondary-sm-padding-x: var(--hop-space-inset-sm);
|
|
347
|
-
--hop-Button-secondary-sm-padding-y: 0;
|
|
348
|
-
--hop-Button-secondary-md-padding-x: var(--hop-space-inset-md);
|
|
349
|
-
--hop-Button-secondary-md-padding-y: 0;
|
|
350
348
|
--hop-Button-upsell-color: var(--hop-upsell-text);
|
|
351
349
|
--hop-Button-upsell-color-hover: var(--hop-upsell-text-hover);
|
|
352
350
|
--hop-Button-upsell-color-pressed: var(--hop-upsell-text-press);
|
|
353
|
-
--hop-Button-upsell-color-disabled: var(--hop-neutral-text-disabled);
|
|
354
351
|
--hop-Button-upsell-background-color: var(--hop-upsell-surface);
|
|
355
352
|
--hop-Button-upsell-background-color-hover: var(--hop-upsell-surface-hover);
|
|
356
353
|
--hop-Button-upsell-background-color-pressed: var(--hop-upsell-surface-press);
|
|
357
|
-
--hop-Button-upsell-
|
|
358
|
-
--hop-Button-upsell-border:
|
|
359
|
-
--hop-Button-upsell-border-
|
|
360
|
-
--hop-Button-upsell-border-pressed: 0.0625rem solid var(--hop-Button-upsell-background-color-pressed);
|
|
361
|
-
--hop-Button-upsell-border-disabled: 0.0625rem solid var(--hop-Button-upsell-background-color-disabled);
|
|
354
|
+
--hop-Button-upsell-border: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color);
|
|
355
|
+
--hop-Button-upsell-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color-hover);
|
|
356
|
+
--hop-Button-upsell-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-upsell-background-color-pressed);
|
|
362
357
|
--hop-Button-upsell-spinner-color: var(--hop-upsell-icon);
|
|
363
|
-
--hop-Button-upsell-sm-padding-x: var(--hop-space-inset-sm);
|
|
364
|
-
--hop-Button-upsell-sm-padding-y: 0;
|
|
365
|
-
--hop-Button-upsell-md-padding-x: var(--hop-space-inset-md);
|
|
366
|
-
--hop-Button-upsell-md-padding-y: 0;
|
|
367
358
|
--hop-Button-danger-color: var(--hop-danger-text-strong);
|
|
368
359
|
--hop-Button-danger-color-hover: var(--hop-danger-text-strong-hover);
|
|
369
360
|
--hop-Button-danger-color-pressed: var(--hop-danger-text-strong-hover);
|
|
370
|
-
--hop-Button-danger-color-disabled: var(--hop-neutral-text-disabled);
|
|
371
361
|
--hop-Button-danger-background-color: var(--hop-danger-surface-strong);
|
|
372
362
|
--hop-Button-danger-background-color-hover: var(--hop-danger-surface-strong-hover);
|
|
373
363
|
--hop-Button-danger-background-color-pressed: var(--hop-danger-surface-press);
|
|
374
|
-
--hop-Button-danger-
|
|
375
|
-
--hop-Button-danger-border:
|
|
376
|
-
--hop-Button-danger-border-
|
|
377
|
-
--hop-Button-danger-border-pressed: 0.0625rem solid var(--hop-Button-danger-background-color-pressed);
|
|
378
|
-
--hop-Button-danger-border-disabled: 0.0625rem solid var(--hop-Button-danger-background-color-disabled);
|
|
364
|
+
--hop-Button-danger-border: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color);
|
|
365
|
+
--hop-Button-danger-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color-hover);
|
|
366
|
+
--hop-Button-danger-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-danger-background-color-pressed);
|
|
379
367
|
--hop-Button-danger-spinner-color: var(--hop-primary-icon-strong);
|
|
380
|
-
--hop-Button-danger-sm-padding-x: var(--hop-space-inset-sm);
|
|
381
|
-
--hop-Button-danger-sm-padding-y: 0;
|
|
382
|
-
--hop-Button-danger-md-padding-x: var(--hop-space-inset-md);
|
|
383
|
-
--hop-Button-danger-md-padding-y: 0;
|
|
384
368
|
--hop-Button-ghost-primary-color: var(--hop-primary-text);
|
|
385
369
|
--hop-Button-ghost-primary-color-hover: var(--hop-primary-text-hover);
|
|
386
370
|
--hop-Button-ghost-primary-color-pressed: var(--hop-primary-text-press);
|
|
387
|
-
--hop-Button-ghost-primary-color-disabled: var(--hop-neutral-text-disabled);
|
|
388
371
|
--hop-Button-ghost-primary-background-color: transparent;
|
|
389
372
|
--hop-Button-ghost-primary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
390
373
|
--hop-Button-ghost-primary-background-color-pressed: var(--hop-primary-surface-weak-press);
|
|
391
|
-
--hop-Button-ghost-primary-background-color
|
|
392
|
-
--hop-Button-ghost-primary-border:
|
|
393
|
-
--hop-Button-ghost-primary-border-
|
|
394
|
-
--hop-Button-ghost-primary-border-pressed: 0.0625rem solid var(--hop-Button-ghost-primary-background-color-pressed);
|
|
395
|
-
--hop-Button-ghost-primary-border-disabled: 0.0625rem solid var(--hop-Button-ghost-primary-background-color-disabled);
|
|
374
|
+
--hop-Button-ghost-primary-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color);
|
|
375
|
+
--hop-Button-ghost-primary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color-hover);
|
|
376
|
+
--hop-Button-ghost-primary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-primary-background-color-pressed);
|
|
396
377
|
--hop-Button-ghost-primary-spinner-color: var(--hop-neutral-icon);
|
|
397
|
-
--hop-Button-ghost-primary-sm-padding-x: var(--hop-space-inset-xs);
|
|
398
|
-
--hop-Button-ghost-primary-sm-padding-y: 0;
|
|
399
|
-
--hop-Button-ghost-primary-md-padding-x: var(--hop-space-inset-sm);
|
|
400
|
-
--hop-Button-ghost-primary-md-padding-y: 0;
|
|
401
378
|
--hop-Button-ghost-secondary-color: var(--hop-neutral-text-weak);
|
|
402
379
|
--hop-Button-ghost-secondary-color-hover: var(--hop-neutral-text-weak-hover);
|
|
403
380
|
--hop-Button-ghost-secondary-color-pressed: var(--hop-neutral-text-weak-press);
|
|
404
|
-
--hop-Button-ghost-secondary-color-disabled: var(--hop-neutral-text-disabled);
|
|
405
381
|
--hop-Button-ghost-secondary-background-color: transparent;
|
|
406
382
|
--hop-Button-ghost-secondary-background-color-hover: var(--hop-neutral-surface-hover);
|
|
407
383
|
--hop-Button-ghost-secondary-background-color-pressed: var(--hop-neutral-surface-press);
|
|
408
|
-
--hop-Button-ghost-secondary-background-color
|
|
409
|
-
--hop-Button-ghost-secondary-border:
|
|
410
|
-
--hop-Button-ghost-secondary-border-
|
|
411
|
-
--hop-Button-ghost-secondary-border-pressed: 0.0625rem solid var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
412
|
-
--hop-Button-ghost-secondary-border-disabled: 0.0625rem solid var(--hop-Button-ghost-secondary-background-color-disabled);
|
|
384
|
+
--hop-Button-ghost-secondary-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color);
|
|
385
|
+
--hop-Button-ghost-secondary-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color-hover);
|
|
386
|
+
--hop-Button-ghost-secondary-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
413
387
|
--hop-Button-ghost-secondary-spinner-color: var(--hop-neutral-icon);
|
|
414
|
-
--hop-Button-ghost-secondary-sm-padding-x: var(--hop-space-inset-xs);
|
|
415
|
-
--hop-Button-ghost-secondary-sm-padding-y: 0;
|
|
416
|
-
--hop-Button-ghost-secondary-md-padding-x: var(--hop-space-inset-sm);
|
|
417
|
-
--hop-Button-ghost-secondary-md-padding-y: 0;
|
|
418
388
|
--hop-Button-ghost-danger-color: var(--hop-danger-text-weak);
|
|
419
389
|
--hop-Button-ghost-danger-color-hover: var(--hop-danger-text-hover);
|
|
420
390
|
--hop-Button-ghost-danger-color-pressed: var(--hop-danger-text-press);
|
|
421
|
-
--hop-Button-ghost-danger-color-disabled: var(--hop-neutral-text-disabled);
|
|
422
391
|
--hop-Button-ghost-danger-background-color: transparent;
|
|
423
392
|
--hop-Button-ghost-danger-background-color-hover: var(--hop-neutral-surface-hover);
|
|
424
393
|
--hop-Button-ghost-danger-background-color-pressed: var(--hop-danger-surface-weak-press);
|
|
425
|
-
--hop-Button-ghost-danger-background-color
|
|
426
|
-
--hop-Button-ghost-danger-border:
|
|
427
|
-
--hop-Button-ghost-danger-border-
|
|
428
|
-
--hop-Button-ghost-danger-border-pressed: 0.0625rem solid var(--hop-Button-ghost-danger-background-color-pressed);
|
|
429
|
-
--hop-Button-ghost-danger-border-disabled: 0.0625rem solid var(--hop-Button-ghost-danger-background-color-disabled);
|
|
394
|
+
--hop-Button-ghost-danger-border: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color);
|
|
395
|
+
--hop-Button-ghost-danger-border-hover: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color-hover);
|
|
396
|
+
--hop-Button-ghost-danger-border-pressed: var(--hop-Button-border-size) solid var(--hop-Button-ghost-danger-background-color-pressed);
|
|
430
397
|
--hop-Button-ghost-danger-spinner-color: var(--hop-neutral-icon);
|
|
431
|
-
--hop-Button-ghost-danger-sm-padding-x: var(--hop-space-inset-xs);
|
|
432
|
-
--hop-Button-ghost-danger-sm-padding-y: 0;
|
|
433
|
-
--hop-Button-ghost-danger-md-padding-x: var(--hop-space-inset-sm);
|
|
434
|
-
--hop-Button-ghost-danger-md-padding-y: 0;
|
|
435
398
|
--inline-size: max-content;
|
|
436
399
|
--block-size: var(--hop-Button-md-height);
|
|
437
400
|
--background-color: var(--hop-primary-surface-strong);
|
|
@@ -439,8 +402,8 @@
|
|
|
439
402
|
--column-gap: var(--hop-Button-column-gap);
|
|
440
403
|
--spinner: var(--hop-primary-icon-strong);
|
|
441
404
|
--border: 0;
|
|
442
|
-
--padding
|
|
443
|
-
--
|
|
405
|
+
--padding: var(--hop-Button-md-padding);
|
|
406
|
+
--text-underline: none;
|
|
444
407
|
cursor: pointer;
|
|
445
408
|
position: relative;
|
|
446
409
|
overflow: hidden;
|
|
@@ -451,8 +414,7 @@
|
|
|
451
414
|
box-sizing: border-box;
|
|
452
415
|
inline-size: var(--inline-size);
|
|
453
416
|
block-size: var(--block-size);
|
|
454
|
-
padding
|
|
455
|
-
padding-inline: var(--padding-inline);
|
|
417
|
+
padding: var(--padding);
|
|
456
418
|
color: var(--color);
|
|
457
419
|
text-decoration: none;
|
|
458
420
|
white-space: nowrap;
|
|
@@ -466,274 +428,233 @@
|
|
|
466
428
|
background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
|
|
467
429
|
border var(--hop-easing-duration-2) var(--hop-easing-productive);
|
|
468
430
|
}
|
|
469
|
-
.Button-module__hop-
|
|
470
|
-
outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
|
|
471
|
-
}
|
|
472
|
-
.Button-module__hop-Button--icon-only___6PD1D {
|
|
473
|
-
--padding-block: var(--hop-Button-icon-only-padding);
|
|
474
|
-
--padding-inline: var(--hop-Button-icon-only-padding);
|
|
475
|
-
--column-gap: var(--hop-Button-icon-only-column-gap);
|
|
476
|
-
aspect-ratio: 1;
|
|
477
|
-
}
|
|
478
|
-
.Button-module__hop-Button___GykD-[data-disabled],
|
|
479
|
-
.Button-module__hop-Button___GykD-[data-loading] {
|
|
480
|
-
cursor: not-allowed;
|
|
481
|
-
}
|
|
482
|
-
.Button-module__hop-Button--fluid___3BOfn {
|
|
431
|
+
.Button-module__hop-Button--fluid___yrsMn {
|
|
483
432
|
--inline-size: 100%;
|
|
484
433
|
}
|
|
485
|
-
.Button-module__hop-Button--
|
|
434
|
+
.Button-module__hop-Button--sm___MqqBM {
|
|
486
435
|
--block-size: var(--hop-Button-sm-height);
|
|
436
|
+
--padding: var(--hop-Button-sm-padding);
|
|
487
437
|
}
|
|
488
|
-
.Button-module__hop-Button--
|
|
489
|
-
--padding
|
|
490
|
-
--padding-block: var(--hop-Button-primary-sm-padding-y);
|
|
491
|
-
}
|
|
492
|
-
.Button-module__hop-Button--primary___kChrM.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
493
|
-
--padding-inline: var(--hop-Button-primary-md-padding-x);
|
|
494
|
-
--padding-block: var(--hop-Button-primary-md-padding-y);
|
|
495
|
-
}
|
|
496
|
-
.Button-module__hop-Button--secondary___5nyGD.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
497
|
-
--padding-inline: var(--hop-Button-secondary-md-padding-x);
|
|
498
|
-
--padding-block: var(--hop-Button-secondary-md-padding-y);
|
|
499
|
-
}
|
|
500
|
-
.Button-module__hop-Button--secondary___5nyGD.Button-module__hop-Button--sm___l4gCq:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
501
|
-
--padding-inline: var(--hop-Button-secondary-sm-padding-x);
|
|
502
|
-
--padding-block: var(--hop-Button-secondary-sm-padding-y);
|
|
503
|
-
}
|
|
504
|
-
.Button-module__hop-Button--upsell___Kkc-F.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
505
|
-
--padding-inline: var(--hop-Button-upsell-md-padding-x);
|
|
506
|
-
--padding-block: var(--hop-Button-upsell-md-padding-y);
|
|
507
|
-
}
|
|
508
|
-
.Button-module__hop-Button--upsell___Kkc-F.Button-module__hop-Button--sm___l4gCq:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
509
|
-
--padding-inline: var(--hop-Button-upsell-sm-padding-x);
|
|
510
|
-
--padding-block: var(--hop-Button-upsell-sm-padding-y);
|
|
511
|
-
}
|
|
512
|
-
.Button-module__hop-Button--danger___FV0mZ.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
513
|
-
--padding-inline: var(--hop-Button-danger-md-padding-x);
|
|
514
|
-
--padding-block: var(--hop-Button-danger-md-padding-y);
|
|
515
|
-
}
|
|
516
|
-
.Button-module__hop-Button--danger___FV0mZ.Button-module__hop-Button--sm___l4gCq:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
517
|
-
--padding-inline: var(--hop-Button-danger-sm-padding-x);
|
|
518
|
-
--padding-block: var(--hop-Button-danger-sm-padding-y);
|
|
519
|
-
}
|
|
520
|
-
.Button-module__hop-Button--ghost-danger___VuuUz.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
521
|
-
--padding-inline: var(--hop-Button-ghost-danger-md-padding-x);
|
|
522
|
-
--padding-block: var(--hop-Button-ghost-danger-md-padding-y);
|
|
523
|
-
}
|
|
524
|
-
.Button-module__hop-Button--ghost-danger___VuuUz.Button-module__hop-Button--sm___l4gCq:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
525
|
-
--padding-inline: var(--hop-Button-ghost-danger-sm-padding-x);
|
|
526
|
-
--padding-block: var(--hop-Button-ghost-danger-sm-padding-y);
|
|
438
|
+
.Button-module__hop-Button--sm___MqqBM[class*=--ghost] {
|
|
439
|
+
--padding: var(--hop-Button-ghost-sm-padding);
|
|
527
440
|
}
|
|
528
|
-
.Button-module__hop-Button--ghost
|
|
529
|
-
--padding
|
|
530
|
-
--padding-block: var(--hop-Button-ghost-secondary-md-padding-y);
|
|
441
|
+
.Button-module__hop-Button--md___689QA[class*=--ghost] {
|
|
442
|
+
--padding: var(--hop-Button-ghost-md-padding);
|
|
531
443
|
}
|
|
532
|
-
.Button-module__hop-Button--
|
|
533
|
-
--
|
|
534
|
-
--padding
|
|
535
|
-
|
|
536
|
-
.Button-module__hop-Button--ghost-primary___skgG5.Button-module__hop-Button--md___L380n:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
537
|
-
--padding-inline: var(--hop-Button-ghost-primary-md-padding-x);
|
|
538
|
-
--padding-block: var(--hop-Button-ghost-primary-md-padding-y);
|
|
539
|
-
}
|
|
540
|
-
.Button-module__hop-Button--ghost-primary___skgG5.Button-module__hop-Button--sm___l4gCq:not(.Button-module__hop-Button--icon-only___6PD1D) {
|
|
541
|
-
--padding-inline: var(--hop-Button-ghost-primary-sm-padding-x);
|
|
542
|
-
--padding-block: var(--hop-Button-ghost-primary-sm-padding-y);
|
|
444
|
+
.Button-module__hop-Button--icon-only___mnrYP {
|
|
445
|
+
--column-gap: var(--hop-Button-icon-only-column-gap);
|
|
446
|
+
--padding: var(--hop-Button-icon-only-padding);
|
|
447
|
+
aspect-ratio: 1;
|
|
543
448
|
}
|
|
544
|
-
.Button-module__hop-Button--
|
|
449
|
+
.Button-module__hop-Button--primary___i4wgt {
|
|
545
450
|
--background-color: var(--hop-Button-primary-background-color);
|
|
546
451
|
--color: var(--hop-Button-primary-color);
|
|
547
452
|
--border: var(--hop-Button-primary-border);
|
|
548
453
|
--spinner-color: var(--hop-Button-primary-spinner-color);
|
|
549
454
|
}
|
|
550
|
-
.Button-module__hop-Button--
|
|
551
|
-
|
|
552
|
-
--color: var(--hop-Button-primary-color-disabled);
|
|
553
|
-
--border: var(--hop-Button-primary-border-disabled);
|
|
554
|
-
}
|
|
555
|
-
.Button-module__hop-Button--primary___kChrM[data-hovered]:not([data-disabled], [data-loading]),
|
|
556
|
-
.Button-module__hop-Button--primary___kChrM[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
455
|
+
.Button-module__hop-Button--primary___i4wgt[data-hovered],
|
|
456
|
+
.Button-module__hop-Button--primary___i4wgt[data-focus-visible] {
|
|
557
457
|
--background-color: var(--hop-Button-primary-background-color-hover);
|
|
558
458
|
--color: var(--hop-Button-primary-color-hover);
|
|
559
459
|
--border: var(--hop-Button-primary-border-hover);
|
|
560
460
|
}
|
|
561
|
-
.Button-module__hop-Button--
|
|
461
|
+
.Button-module__hop-Button--primary___i4wgt[data-pressed] {
|
|
562
462
|
--background-color: var(--hop-Button-primary-background-color-pressed);
|
|
563
463
|
--color: var(--hop-Button-primary-color-pressed);
|
|
564
464
|
--border: var(--hop-Button-primary-border-pressed);
|
|
565
465
|
}
|
|
566
|
-
.Button-module__hop-Button--
|
|
466
|
+
.Button-module__hop-Button--secondary___aTxQ5 {
|
|
567
467
|
--background-color: var(--hop-Button-secondary-background-color);
|
|
568
468
|
--color: var(--hop-Button-secondary-color);
|
|
569
469
|
--border: var(--hop-Button-secondary-border);
|
|
570
470
|
--spinner-color: var(--hop-Button-secondary-spinner-color);
|
|
571
471
|
}
|
|
572
|
-
.Button-module__hop-Button--
|
|
573
|
-
|
|
574
|
-
--color: var(--hop-Button-secondary-color-disabled);
|
|
575
|
-
--border: var(--hop-Button-secondary-border-disabled);
|
|
576
|
-
}
|
|
577
|
-
.Button-module__hop-Button--secondary___5nyGD[data-hovered]:not([data-disabled], [data-loading]),
|
|
578
|
-
.Button-module__hop-Button--secondary___5nyGD[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
472
|
+
.Button-module__hop-Button--secondary___aTxQ5[data-hovered],
|
|
473
|
+
.Button-module__hop-Button--secondary___aTxQ5[data-focus-visible] {
|
|
579
474
|
--background-color: var(--hop-Button-secondary-background-color-hover);
|
|
580
475
|
--color: var(--hop-Button-secondary-color-hover);
|
|
581
476
|
--border: var(--hop-Button-secondary-border-hover);
|
|
582
477
|
}
|
|
583
|
-
.Button-module__hop-Button--
|
|
478
|
+
.Button-module__hop-Button--secondary___aTxQ5[data-pressed] {
|
|
584
479
|
--background-color: var(--hop-Button-secondary-background-color-pressed);
|
|
585
480
|
--color: var(--hop-Button-secondary-color-pressed);
|
|
586
481
|
--border: var(--hop-Button-secondary-border-pressed);
|
|
587
482
|
}
|
|
588
|
-
.Button-module__hop-Button--
|
|
483
|
+
.Button-module__hop-Button--upsell___VdxM3 {
|
|
589
484
|
--background-color: var(--hop-Button-upsell-background-color);
|
|
590
485
|
--color: var(--hop-Button-upsell-color);
|
|
591
486
|
--border: var(--hop-Button-upsell-border);
|
|
592
487
|
--spinner-color: var(--hop-Button-upsell-spinner-color);
|
|
593
488
|
}
|
|
594
|
-
.Button-module__hop-Button--
|
|
595
|
-
|
|
596
|
-
--color: var(--hop-Button-upsell-color-disabled);
|
|
597
|
-
--border: var(--hop-Button-upsell-border-disabled);
|
|
598
|
-
}
|
|
599
|
-
.Button-module__hop-Button--upsell___Kkc-F[data-hovered]:not([data-disabled], [data-loading]),
|
|
600
|
-
.Button-module__hop-Button--upsell___Kkc-F[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
489
|
+
.Button-module__hop-Button--upsell___VdxM3[data-hovered],
|
|
490
|
+
.Button-module__hop-Button--upsell___VdxM3[data-focus-visible] {
|
|
601
491
|
--background-color: var(--hop-Button-upsell-background-color-hover);
|
|
602
492
|
--color: var(--hop-Button-upsell-color-hover);
|
|
603
493
|
--border: var(--hop-Button-upsell-border-hover);
|
|
604
494
|
}
|
|
605
|
-
.Button-module__hop-Button--
|
|
495
|
+
.Button-module__hop-Button--upsell___VdxM3[data-pressed] {
|
|
606
496
|
--background-color: var(--hop-Button-upsell-background-color-pressed);
|
|
607
497
|
--color: var(--hop-Button-upsell-color-pressed);
|
|
608
498
|
--border: var(--hop-Button-upsell-border-pressed);
|
|
609
499
|
}
|
|
610
|
-
.Button-module__hop-Button--
|
|
500
|
+
.Button-module__hop-Button--danger___U0g6u {
|
|
611
501
|
--background-color: var(--hop-Button-danger-background-color);
|
|
612
502
|
--color: var(--hop-Button-danger-color);
|
|
613
503
|
--border: var(--hop-Button-danger-border);
|
|
614
504
|
--spinner-color: var(--hop-Button-danger-spinner-color);
|
|
615
505
|
}
|
|
616
|
-
.Button-module__hop-Button--
|
|
617
|
-
|
|
618
|
-
--color: var(--hop-Button-danger-color-disabled);
|
|
619
|
-
--border: var(--hop-Button-danger-border-disabled);
|
|
620
|
-
}
|
|
621
|
-
.Button-module__hop-Button--danger___FV0mZ[data-hovered]:not([data-disabled], [data-loading]),
|
|
622
|
-
.Button-module__hop-Button--danger___FV0mZ[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
506
|
+
.Button-module__hop-Button--danger___U0g6u[data-hovered],
|
|
507
|
+
.Button-module__hop-Button--danger___U0g6u[data-focus-visible] {
|
|
623
508
|
--background-color: var(--hop-Button-danger-background-color-hover);
|
|
624
509
|
--color: var(--hop-Button-danger-color-hover);
|
|
625
510
|
--border: var(--hop-Button-danger-border-hover);
|
|
626
511
|
}
|
|
627
|
-
.Button-module__hop-Button--
|
|
512
|
+
.Button-module__hop-Button--danger___U0g6u[data-pressed] {
|
|
628
513
|
--background-color: var(--hop-Button-danger-background-color-pressed);
|
|
629
514
|
--color: var(--hop-Button-danger-color-pressed);
|
|
630
515
|
--border: var(--hop-Button-danger-border-pressed);
|
|
631
516
|
}
|
|
632
|
-
.Button-module__hop-Button--ghost-
|
|
517
|
+
.Button-module__hop-Button--ghost-primary___R3YQO {
|
|
633
518
|
--background-color: var(--hop-Button-ghost-primary-background-color);
|
|
634
519
|
--color: var(--hop-Button-ghost-primary-color);
|
|
635
520
|
--border: var(--hop-Button-ghost-primary-border);
|
|
636
521
|
--spinner-color: var(--hop-Button-ghost-primary-spinner-color);
|
|
637
522
|
}
|
|
638
|
-
.Button-module__hop-Button--ghost-
|
|
639
|
-
|
|
640
|
-
--color: var(--hop-Button-ghost-primary-color-disabled);
|
|
641
|
-
--border: var(--hop-Button-ghost-primary-border-disabled);
|
|
642
|
-
}
|
|
643
|
-
.Button-module__hop-Button--ghost-primary___skgG5[data-hovered]:not([data-disabled], [data-loading]),
|
|
644
|
-
.Button-module__hop-Button--ghost-primary___skgG5[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
523
|
+
.Button-module__hop-Button--ghost-primary___R3YQO[data-hovered],
|
|
524
|
+
.Button-module__hop-Button--ghost-primary___R3YQO[data-focus-visible] {
|
|
645
525
|
--background-color: var(--hop-Button-ghost-primary-background-color-hover);
|
|
646
526
|
--color: var(--hop-Button-ghost-primary-color-hover);
|
|
647
527
|
--border: var(--hop-Button-ghost-primary-border-hover);
|
|
528
|
+
--text-underline: underline;
|
|
648
529
|
}
|
|
649
|
-
.Button-module__hop-Button--ghost-
|
|
530
|
+
.Button-module__hop-Button--ghost-primary___R3YQO[data-pressed] {
|
|
650
531
|
--background-color: var(--hop-Button-ghost-primary-background-color-pressed);
|
|
651
532
|
--color: var(--hop-Button-ghost-primary-color-pressed);
|
|
652
533
|
--border: var(--hop-Button-ghost-primary-border-pressed);
|
|
534
|
+
--text-underline: underline;
|
|
653
535
|
}
|
|
654
|
-
.Button-module__hop-Button--ghost-
|
|
536
|
+
.Button-module__hop-Button--ghost-secondary___0IoPr {
|
|
655
537
|
--background-color: var(--hop-Button-ghost-secondary-background-color);
|
|
656
538
|
--color: var(--hop-Button-ghost-secondary-color);
|
|
657
539
|
--border: var(--hop-Button-ghost-secondary-border);
|
|
658
540
|
--spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
|
|
659
541
|
}
|
|
660
|
-
.Button-module__hop-Button--ghost-
|
|
661
|
-
|
|
662
|
-
--color: var(--hop-Button-ghost-secondary-color-disabled);
|
|
663
|
-
--border: var(--hop-Button-ghost-secondary-border-disabled);
|
|
664
|
-
}
|
|
665
|
-
.Button-module__hop-Button--ghost-secondary___TpSND[data-hovered]:not([data-disabled], [data-loading]),
|
|
666
|
-
.Button-module__hop-Button--ghost-secondary___TpSND[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
542
|
+
.Button-module__hop-Button--ghost-secondary___0IoPr[data-hovered],
|
|
543
|
+
.Button-module__hop-Button--ghost-secondary___0IoPr[data-focus-visible] {
|
|
667
544
|
--background-color: var(--hop-Button-ghost-secondary-background-color-hover);
|
|
668
545
|
--color: var(--hop-Button-ghost-secondary-color-hover);
|
|
669
546
|
--border: var(--hop-Button-ghost-secondary-border-hover);
|
|
547
|
+
--text-underline: underline;
|
|
670
548
|
}
|
|
671
|
-
.Button-module__hop-Button--ghost-
|
|
549
|
+
.Button-module__hop-Button--ghost-secondary___0IoPr[data-pressed] {
|
|
672
550
|
--background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
|
|
673
551
|
--color: var(--hop-Button-ghost-secondary-color-pressed);
|
|
674
552
|
--border: var(--hop-Button-ghost-secondary-border-pressed);
|
|
553
|
+
--text-underline: underline;
|
|
675
554
|
}
|
|
676
|
-
.Button-module__hop-Button--ghost-
|
|
555
|
+
.Button-module__hop-Button--ghost-danger___-3oFp {
|
|
677
556
|
--background-color: var(--hop-Button-ghost-danger-background-color);
|
|
678
557
|
--color: var(--hop-Button-ghost-danger-color);
|
|
679
558
|
--border: var(--hop-Button-ghost-danger-border);
|
|
680
559
|
--spinner-color: var(--hop-Button-ghost-danger-spinner-color);
|
|
681
560
|
}
|
|
682
|
-
.Button-module__hop-Button--ghost-
|
|
683
|
-
|
|
684
|
-
--color: var(--hop-Button-ghost-danger-color-disabled);
|
|
685
|
-
--border: var(--hop-Button-ghost-danger-border-disabled);
|
|
686
|
-
}
|
|
687
|
-
.Button-module__hop-Button--ghost-danger___VuuUz[data-hovered]:not([data-disabled], [data-loading]),
|
|
688
|
-
.Button-module__hop-Button--ghost-danger___VuuUz[data-focus-visible]:not([data-disabled], [data-loading]) {
|
|
561
|
+
.Button-module__hop-Button--ghost-danger___-3oFp[data-hovered],
|
|
562
|
+
.Button-module__hop-Button--ghost-danger___-3oFp[data-focus-visible] {
|
|
689
563
|
--background-color: var(--hop-Button-ghost-danger-background-color-hover);
|
|
690
564
|
--color: var(--hop-Button-ghost-danger-color-hover);
|
|
691
565
|
--border: var(--hop-Button-ghost-danger-border-hover);
|
|
566
|
+
--text-underline: underline;
|
|
692
567
|
}
|
|
693
|
-
.Button-module__hop-Button--ghost-
|
|
568
|
+
.Button-module__hop-Button--ghost-danger___-3oFp[data-pressed] {
|
|
694
569
|
--background-color: var(--hop-Button-ghost-danger-background-color-pressed);
|
|
695
570
|
--color: var(--hop-Button-ghost-danger-color-pressed);
|
|
696
571
|
--border: var(--hop-Button-ghost-danger-border-pressed);
|
|
572
|
+
--text-underline: underline;
|
|
573
|
+
}
|
|
574
|
+
.Button-module__hop-Button___y82Y5[data-focus-visible] {
|
|
575
|
+
outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
|
|
576
|
+
}
|
|
577
|
+
.Button-module__hop-Button___y82Y5[data-disabled],
|
|
578
|
+
.Button-module__hop-Button___y82Y5[data-pending] {
|
|
579
|
+
cursor: not-allowed;
|
|
580
|
+
}
|
|
581
|
+
.Button-module__hop-Button___y82Y5[data-disabled] {
|
|
582
|
+
--background-color: var(--hop-Button-background-color-disabled);
|
|
583
|
+
--color: var(--hop-Button-color-disabled);
|
|
584
|
+
--border: var(--hop-Button-border-disabled);
|
|
697
585
|
}
|
|
698
|
-
.Button-module__hop-
|
|
586
|
+
.Button-module__hop-Button___y82Y5[class*=--ghost][data-disabled] {
|
|
587
|
+
--background-color: var(--hop-Button-ghost-background-color-disabled);
|
|
588
|
+
--color: var(--hop-Button-ghost-color-disabled);
|
|
589
|
+
--border: var(--hop-Button-ghost-border-disabled);
|
|
590
|
+
}
|
|
591
|
+
.Button-module__hop-Button--primary___i4wgt[data-pending] {
|
|
592
|
+
--background-color: var(--hop-Button-primary-background-color);
|
|
593
|
+
--color: var(--hop-Button-primary-color);
|
|
594
|
+
--border: var(--hop-Button-primary-border);
|
|
595
|
+
}
|
|
596
|
+
.Button-module__hop-Button--secondary___aTxQ5[data-pending] {
|
|
597
|
+
--background-color: var(--hop-Button-secondary-background-color);
|
|
598
|
+
--color: var(--hop-Button-secondary-color);
|
|
599
|
+
--border: var(--hop-Button-secondary-border);
|
|
600
|
+
}
|
|
601
|
+
.Button-module__hop-Button--upsell___VdxM3[data-pending] {
|
|
602
|
+
--background-color: var(--hop-Button-upsell-background-color);
|
|
603
|
+
--color: var(--hop-Button-upsell-color);
|
|
604
|
+
--border: var(--hop-Button-upsell-border);
|
|
605
|
+
}
|
|
606
|
+
.Button-module__hop-Button--danger___U0g6u[data-pending] {
|
|
607
|
+
--background-color: var(--hop-Button-danger-background-color);
|
|
608
|
+
--color: var(--hop-Button-danger-color);
|
|
609
|
+
--border: var(--hop-Button-danger-border);
|
|
610
|
+
}
|
|
611
|
+
.Button-module__hop-Button--ghost-primary___R3YQO[data-pending] {
|
|
612
|
+
--background-color: var(--hop-Button-ghost-primary-background-color);
|
|
613
|
+
--color: var(--hop-Button-ghost-primary-color);
|
|
614
|
+
--border: var(--hop-Button-ghost-primary-border);
|
|
615
|
+
--text-underline: none;
|
|
616
|
+
}
|
|
617
|
+
.Button-module__hop-Button--ghost-secondary___0IoPr[data-pending] {
|
|
618
|
+
--background-color: var(--hop-Button-ghost-secondary-background-color);
|
|
619
|
+
--color: var(--hop-Button-ghost-secondary-color);
|
|
620
|
+
--border: var(--hop-Button-ghost-secondary-border);
|
|
621
|
+
--text-underline: none;
|
|
622
|
+
}
|
|
623
|
+
.Button-module__hop-Button--ghost-danger___-3oFp[data-pending] {
|
|
624
|
+
--background-color: var(--hop-Button-ghost-danger-background-color);
|
|
625
|
+
--color: var(--hop-Button-ghost-danger-color);
|
|
626
|
+
--border: var(--hop-Button-ghost-danger-border);
|
|
627
|
+
--text-underline: none;
|
|
628
|
+
}
|
|
629
|
+
.Button-module__hop-Button__Spinner___iIz-g {
|
|
699
630
|
position: absolute;
|
|
700
631
|
color: var(--spinner-color);
|
|
701
632
|
}
|
|
702
|
-
.Button-module__hop-
|
|
703
|
-
.Button-module__hop-Button__icon-
|
|
633
|
+
.Button-module__hop-Button__icon___ol4xI,
|
|
634
|
+
.Button-module__hop-Button__icon-list___wcA7Z {
|
|
704
635
|
flex: 0 0 auto;
|
|
705
636
|
justify-self: end;
|
|
706
637
|
order: 1;
|
|
707
638
|
}
|
|
708
|
-
.Button-module__hop-
|
|
639
|
+
.Button-module__hop-Button__text___8Y-6a {
|
|
709
640
|
user-select: none;
|
|
710
641
|
overflow: visible;
|
|
711
642
|
flex: 0 1 auto;
|
|
712
643
|
order: 2;
|
|
713
644
|
font-weight: var(--hop-font-weight-505);
|
|
714
|
-
text-
|
|
715
|
-
}
|
|
716
|
-
.Button-module__hop-Button--ghost-primary___skgG5[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
717
|
-
.Button-module__hop-Button--ghost-secondary___TpSND[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
718
|
-
.Button-module__hop-Button--ghost-danger___VuuUz[data-hovered]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
719
|
-
.Button-module__hop-Button--ghost-primary___skgG5[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
720
|
-
.Button-module__hop-Button--ghost-secondary___TpSND[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
721
|
-
.Button-module__hop-Button--ghost-danger___VuuUz[data-pressed]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
722
|
-
.Button-module__hop-Button--ghost-primary___skgG5[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
723
|
-
.Button-module__hop-Button--ghost-secondary___TpSND[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___qtvCq,
|
|
724
|
-
.Button-module__hop-Button--ghost-danger___VuuUz[data-focus-visible]:not([data-loading]) .Button-module__hop-Button__text___qtvCq {
|
|
725
|
-
text-decoration: underline;
|
|
645
|
+
text-decoration: var(--text-underline);
|
|
726
646
|
text-underline-offset: 0.125rem;
|
|
647
|
+
text-wrap: nowrap;
|
|
727
648
|
}
|
|
728
|
-
.Button-module__hop-Button__end-
|
|
729
|
-
.Button-module__hop-Button__end-icon-
|
|
649
|
+
.Button-module__hop-Button__end-icon___UD9RU,
|
|
650
|
+
.Button-module__hop-Button__end-icon-list___2-25Q {
|
|
730
651
|
flex: 0 0 auto;
|
|
731
652
|
order: 3;
|
|
732
653
|
}
|
|
733
|
-
.Button-module__hop-
|
|
734
|
-
.Button-module__hop-
|
|
654
|
+
.Button-module__hop-Button___y82Y5 .Button-module__hop-Button__icon-list___wcA7Z,
|
|
655
|
+
.Button-module__hop-Button___y82Y5 .Button-module__hop-Button__end-icon-list___2-25Q {
|
|
735
656
|
flex-wrap: nowrap;
|
|
736
657
|
}
|
|
737
|
-
.Button-module__hop-
|
|
658
|
+
.Button-module__hop-Button___y82Y5[data-pending] > *:not(.Button-module__hop-Button__Spinner___iIz-g) {
|
|
738
659
|
opacity: 0;
|
|
739
660
|
}
|