@hopper-ui/components 1.2.0 → 1.3.0
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 +13 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +2 -2
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +3 -3
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +5 -5
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +2 -2
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +1 -1
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +2 -2
- package/dist/Form/src/Form.css +862 -605
- package/dist/Form/src/Form.js +67 -65
- package/dist/Form/src/index.css +862 -605
- package/dist/Form/src/index.js +67 -65
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +2 -2
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +2 -2
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +1 -1
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +2 -2
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +2 -2
- package/dist/ListBox/src/ListBox.css +226 -198
- package/dist/ListBox/src/ListBox.js +12 -13
- package/dist/ListBox/src/ListBoxItem.css +208 -182
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
- package/dist/ListBox/src/index.css +226 -198
- package/dist/ListBox/src/index.js +12 -13
- package/dist/Select/src/Select.css +4368 -0
- package/dist/Select/src/Select.d.ts +93 -0
- package/dist/Select/src/Select.js +116 -0
- package/dist/Select/src/SelectContext.d.ts +16 -0
- package/dist/Select/src/SelectContext.js +2 -0
- package/dist/Select/src/SelectValue.css +443 -0
- package/dist/Select/src/SelectValue.d.ts +31 -0
- package/dist/Select/src/SelectValue.js +19 -0
- package/dist/Select/src/index.css +4368 -0
- package/dist/Select/src/index.d.ts +13 -0
- package/dist/Select/src/index.js +116 -0
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +2 -2
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +2 -2
- package/dist/buttons/src/Button.css +94 -94
- package/dist/buttons/src/Button.js +5 -5
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +1 -1
- package/dist/buttons/src/ClearButton.css +70 -70
- package/dist/buttons/src/ClearButton.js +3 -3
- package/dist/buttons/src/EmbeddedButton.css +70 -70
- package/dist/buttons/src/EmbeddedButton.js +1 -1
- package/dist/buttons/src/index.css +175 -175
- package/dist/buttons/src/index.js +10 -10
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +2 -2
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +60 -60
- package/dist/checkbox/src/CheckboxGroup.js +3 -3
- package/dist/checkbox/src/index.css +60 -60
- package/dist/checkbox/src/index.js +6 -6
- package/dist/{chunk-CKKLDA5J.js → chunk-3573Q6QG.js} +2 -2
- package/dist/{chunk-SZSQZ4C7.js → chunk-3ZRCYKIV.js} +2 -2
- package/dist/{chunk-VISBUD2K.js → chunk-4RMADICI.js} +4 -4
- package/dist/{chunk-W474WFOP.js → chunk-6C5RI4RT.js} +9 -11
- package/dist/{chunk-L5KI4ZCL.js → chunk-6H5DRQZH.js} +2 -2
- package/dist/{chunk-VYKPDMP3.js → chunk-7L5MCX2A.js} +2 -2
- package/dist/{chunk-COIGQP33.js → chunk-AZJME7JV.js} +3 -3
- package/dist/{chunk-PQXVL3YJ.js → chunk-BODCT27J.js} +1 -1
- package/dist/{chunk-XUJNQNB3.js → chunk-BQITTESM.js} +1 -1
- package/dist/{chunk-T6MAOVLH.js → chunk-BRU54ERL.js} +2 -2
- package/dist/{chunk-2XO5CZBO.js → chunk-BTHPJL3A.js} +2 -2
- package/dist/{chunk-CEUQHDEQ.js → chunk-C72PRNOP.js} +1 -1
- package/dist/{chunk-IUOLKHYQ.js → chunk-CAHZCRTK.js} +1 -1
- package/dist/{chunk-TG623HPA.js → chunk-CU36N5JQ.js} +4 -4
- package/dist/{chunk-S5CK32KM.js → chunk-CWX45XWS.js} +3 -3
- package/dist/{chunk-XT2MZWEV.js → chunk-D5PBETXF.js} +1 -1
- package/dist/{chunk-5IB23E3O.js → chunk-D7DIUGRI.js} +1 -1
- package/dist/{chunk-V5Q245NH.js → chunk-DFVORYEU.js} +2 -2
- package/dist/{chunk-354H4FNA.js → chunk-DLZGJBL7.js} +1 -1
- package/dist/{chunk-X253QCYD.js → chunk-DXEWBV4C.js} +2 -2
- package/dist/chunk-EHXOXTDN.js +29 -0
- package/dist/{chunk-FOD7XUSJ.js → chunk-FOXOPL2E.js} +5 -5
- package/dist/{chunk-HCRWIU7V.js → chunk-GRJ3VKHY.js} +5 -5
- package/dist/{chunk-RWAVMW7T.js → chunk-HIDHDS2L.js} +2 -2
- package/dist/{chunk-IXWYHDGU.js → chunk-JIRLWUDP.js} +3 -3
- package/dist/{chunk-M3K4IYX6.js → chunk-JQMXGSAE.js} +1 -1
- package/dist/{chunk-MJHMFANK.js → chunk-LFN43ROH.js} +2 -2
- package/dist/{chunk-FA4IXLWZ.js → chunk-LYPR2YMY.js} +5 -5
- package/dist/{chunk-JJ4EFTES.js → chunk-O2ZMTKCT.js} +1 -1
- package/dist/{chunk-FOKTHCFK.js → chunk-OLS7K6PO.js} +2 -2
- package/dist/{chunk-W2BQZEW6.js → chunk-QQI3KNHZ.js} +6 -7
- package/dist/{chunk-TCOZUCPD.js → chunk-SCXYAGZI.js} +271 -46
- package/dist/{chunk-PFABSIDM.js → chunk-SKEMSZ63.js} +2 -2
- package/dist/{chunk-EJUIYBAC.js → chunk-SSDFINDD.js} +2 -2
- package/dist/chunk-T24MBA34.js +7 -0
- package/dist/{chunk-RQKU3XDG.js → chunk-T37HTUEU.js} +1 -1
- package/dist/{chunk-UT4CSUUM.js → chunk-T3CLGQI6.js} +1 -1
- package/dist/{chunk-BKCMCC7V.js → chunk-T742LIIS.js} +1 -1
- package/dist/{chunk-F4H76S4H.js → chunk-TFVDF4YH.js} +4 -2
- package/dist/{chunk-U56LEEEA.js → chunk-TOWSC7FO.js} +4 -4
- package/dist/{chunk-J44DIB5J.js → chunk-TTY5HDLL.js} +2 -2
- package/dist/chunk-YB7IYQW4.js +118 -0
- package/dist/{chunk-Q63YLWI6.js → chunk-ZHOQYYHY.js} +1 -1
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/index.css +862 -605
- package/dist/index.d.ts +6 -2
- package/dist/index.js +67 -65
- package/dist/inputs/src/InputGroup.css +14 -16
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +64 -65
- package/dist/inputs/src/NumberField.js +8 -8
- package/dist/inputs/src/PasswordField.css +218 -219
- package/dist/inputs/src/PasswordField.js +10 -10
- package/dist/inputs/src/SearchField.css +224 -225
- package/dist/inputs/src/SearchField.js +12 -12
- package/dist/inputs/src/TextArea.css +58 -59
- package/dist/inputs/src/TextArea.js +9 -9
- package/dist/inputs/src/TextField.css +219 -220
- package/dist/inputs/src/TextField.js +11 -11
- package/dist/inputs/src/index.css +271 -268
- package/dist/inputs/src/index.js +18 -18
- package/dist/overlays/Popover/src/Popover.css +862 -605
- package/dist/overlays/Popover/src/Popover.d.ts +26 -3
- package/dist/overlays/Popover/src/Popover.js +67 -65
- package/dist/overlays/Popover/src/PopoverContext.d.ts +3 -0
- package/dist/overlays/Popover/src/index.css +862 -605
- package/dist/overlays/Popover/src/index.d.ts +4 -1
- package/dist/overlays/Popover/src/index.js +67 -65
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +2 -2
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioGroup.css +60 -60
- package/dist/radio/src/RadioGroup.js +2 -2
- package/dist/radio/src/index.css +60 -60
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +2 -2
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +2 -2
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +4 -4
- package/dist/tag/src/Tag.css +301 -301
- package/dist/tag/src/Tag.js +6 -6
- package/dist/tag/src/TagGroup.css +22 -22
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/index.css +314 -314
- package/dist/tag/src/index.js +9 -9
- package/dist/typography/Heading/src/Heading.css +9 -9
- package/dist/typography/Heading/src/Heading.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -9
- package/dist/typography/Heading/src/index.js +1 -1
- package/dist/typography/Label/src/Label.css +3 -3
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/index.css +3 -3
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +1 -1
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +1 -1
- package/dist/utils/src/index.d.ts +1 -0
- package/dist/utils/src/index.js +3 -2
- package/dist/utils/src/useIsOverflow.d.ts +5 -0
- package/dist/utils/src/useIsOverflow.js +2 -0
- package/package.json +7 -7
- package/dist/ListBox/src/useLoadOnScroll.d.ts +0 -16
- package/dist/ListBox/src/useLoadOnScroll.js +0 -2
- package/dist/chunk-JTNMFPM4.js +0 -41
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___TrcWf {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___TrcWf) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___rF5yE) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___tPgW7) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___g9Wf2) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___gXea2) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___iGie8) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___p5vcB) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___Jg8ZC) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
|
|
82
|
-
.RichIconAvatarImage-module__hop-
|
|
82
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___1OlI2 {
|
|
83
83
|
--hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
|
|
84
84
|
--hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
|
|
85
85
|
--hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
|
|
@@ -110,46 +110,46 @@
|
|
|
110
110
|
background-color: var(--background-color);
|
|
111
111
|
border-radius: var(--hop-RichIconAvatarImage-border-radius);
|
|
112
112
|
}
|
|
113
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
113
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___XGaUz {
|
|
114
114
|
--size: var(--hop-RichIconAvatarImage-xs-size);
|
|
115
115
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
|
|
116
116
|
}
|
|
117
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
117
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___-Olod {
|
|
118
118
|
--size: var(--hop-RichIconAvatarImage-sm-size);
|
|
119
119
|
--icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
|
|
120
120
|
}
|
|
121
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
121
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--md___FlqqG {
|
|
122
122
|
--size: var(--hop-RichIconAvatarImage-md-size);
|
|
123
123
|
--icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
|
|
124
124
|
}
|
|
125
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
125
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___zXLMo {
|
|
126
126
|
--size: var(--hop-RichIconAvatarImage-lg-size);
|
|
127
127
|
--icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
|
|
128
128
|
}
|
|
129
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
129
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___sYtIR {
|
|
130
130
|
--size: var(--hop-RichIconAvatarImage-xl-size);
|
|
131
131
|
--icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
|
|
132
132
|
}
|
|
133
|
-
.RichIconAvatarImage-module__hop-RichIconAvatarImage--
|
|
133
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___tNx7t {
|
|
134
134
|
--size: var(--hop-RichIconAvatarImage-2xl-size);
|
|
135
135
|
--icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
|
|
136
136
|
}
|
|
137
|
-
.RichIconAvatarImage-module__hop-
|
|
137
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___1OlI2[data-disabled] {
|
|
138
138
|
--background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
139
139
|
}
|
|
140
|
-
.RichIconAvatarImage-module__hop-
|
|
140
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___lycqV {
|
|
141
141
|
position: relative;
|
|
142
142
|
display: block;
|
|
143
143
|
inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
144
144
|
block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
|
|
145
145
|
}
|
|
146
|
-
.RichIconAvatarImage-module__hop-
|
|
146
|
+
.RichIconAvatarImage-module__hop-RichIconAvatarImage___1OlI2[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___lycqV {
|
|
147
147
|
--hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
|
|
148
148
|
--hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/Avatar.module.css/#css-module-data */
|
|
152
|
-
.Avatar-module__hop-
|
|
152
|
+
.Avatar-module__hop-Avatar___fYhW6 {
|
|
153
153
|
--hop-Avatar-border-radius: var(--hop-shape-circle);
|
|
154
154
|
--hop-Avatar-mix-blend-mode: normal;
|
|
155
155
|
--hop-Avatar-decorative-1-background-color: var(--hop-decorative-option1-surface-strong);
|
|
@@ -194,67 +194,67 @@
|
|
|
194
194
|
background-color: var(--background-color, transparent);
|
|
195
195
|
border-radius: var(--hop-Avatar-border-radius);
|
|
196
196
|
}
|
|
197
|
-
.Avatar-module__hop-Avatar--
|
|
197
|
+
.Avatar-module__hop-Avatar--xs___lg3Fx {
|
|
198
198
|
--size: var(--hop-Avatar-xs-size);
|
|
199
199
|
}
|
|
200
|
-
.Avatar-module__hop-Avatar--
|
|
200
|
+
.Avatar-module__hop-Avatar--sm___O7vVp {
|
|
201
201
|
--size: var(--hop-Avatar-sm-size);
|
|
202
202
|
}
|
|
203
|
-
.Avatar-module__hop-Avatar--
|
|
203
|
+
.Avatar-module__hop-Avatar--md___U6oEm {
|
|
204
204
|
--size: var(--hop-Avatar-md-size);
|
|
205
205
|
}
|
|
206
|
-
.Avatar-module__hop-Avatar--
|
|
206
|
+
.Avatar-module__hop-Avatar--lg___-Z-lW {
|
|
207
207
|
--size: var(--hop-Avatar-lg-size);
|
|
208
208
|
}
|
|
209
|
-
.Avatar-module__hop-Avatar--xl___-
|
|
209
|
+
.Avatar-module__hop-Avatar--xl___-xZ0- {
|
|
210
210
|
--size: var(--hop-Avatar-xl-size);
|
|
211
211
|
}
|
|
212
|
-
.Avatar-module__hop-Avatar--
|
|
212
|
+
.Avatar-module__hop-Avatar--2xl___zDd2E {
|
|
213
213
|
--size: var(--hop-Avatar-2xl-size);
|
|
214
214
|
}
|
|
215
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
215
|
+
.Avatar-module__hop-Avatar--decorative-option1___jTvFc {
|
|
216
216
|
--background-color: var(--hop-Avatar-decorative-1-background-color);
|
|
217
217
|
--text-color: var(--hop-Avatar-decorative-1-text-color);
|
|
218
218
|
}
|
|
219
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
219
|
+
.Avatar-module__hop-Avatar--decorative-option2___w5Mk7 {
|
|
220
220
|
--background-color: var(--hop-Avatar-decorative-2-background-color);
|
|
221
221
|
--text-color: var(--hop-Avatar-decorative-2-text-color);
|
|
222
222
|
}
|
|
223
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
223
|
+
.Avatar-module__hop-Avatar--decorative-option3___5WMEU {
|
|
224
224
|
--background-color: var(--hop-Avatar-decorative-3-background-color);
|
|
225
225
|
--text-color: var(--hop-Avatar-decorative-3-text-color);
|
|
226
226
|
}
|
|
227
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
227
|
+
.Avatar-module__hop-Avatar--decorative-option4___KWZeM {
|
|
228
228
|
--background-color: var(--hop-Avatar-decorative-4-background-color);
|
|
229
229
|
--text-color: var(--hop-Avatar-decorative-4-text-color);
|
|
230
230
|
}
|
|
231
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
231
|
+
.Avatar-module__hop-Avatar--decorative-option5___pVwyU {
|
|
232
232
|
--background-color: var(--hop-Avatar-decorative-5-background-color);
|
|
233
233
|
--text-color: var(--hop-Avatar-decorative-5-text-color);
|
|
234
234
|
}
|
|
235
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
235
|
+
.Avatar-module__hop-Avatar--decorative-option6___lRfp7 {
|
|
236
236
|
--background-color: var(--hop-Avatar-decorative-6-background-color);
|
|
237
237
|
--text-color: var(--hop-Avatar-decorative-6-text-color);
|
|
238
238
|
}
|
|
239
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
239
|
+
.Avatar-module__hop-Avatar--decorative-option7___AerdM {
|
|
240
240
|
--background-color: var(--hop-Avatar-decorative-7-background-color);
|
|
241
241
|
--text-color: var(--hop-Avatar-decorative-7-text-color);
|
|
242
242
|
}
|
|
243
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
243
|
+
.Avatar-module__hop-Avatar--decorative-option8___6hGGA {
|
|
244
244
|
--background-color: var(--hop-Avatar-decorative-8-background-color);
|
|
245
245
|
--text-color: var(--hop-Avatar-decorative-8-text-color);
|
|
246
246
|
}
|
|
247
|
-
.Avatar-module__hop-Avatar--decorative-
|
|
247
|
+
.Avatar-module__hop-Avatar--decorative-option9___EjBKY {
|
|
248
248
|
--background-color: var(--hop-Avatar-decorative-9-background-color);
|
|
249
249
|
--text-color: var(--hop-Avatar-decorative-9-text-color);
|
|
250
250
|
}
|
|
251
|
-
.Avatar-module__hop-
|
|
251
|
+
.Avatar-module__hop-Avatar___fYhW6[data-disabled] {
|
|
252
252
|
--background-color: var(--hop-Avatar-background-color-disabled);
|
|
253
253
|
--text-color: var(--hop-Avatar-text-color-disabled);
|
|
254
254
|
--mix-blend-mode: var(--hop-Avatar-mix-blend-mode-disabled);
|
|
255
255
|
isolation: isolate;
|
|
256
256
|
}
|
|
257
|
-
.Avatar-module__hop-
|
|
257
|
+
.Avatar-module__hop-Avatar__image___m95ud {
|
|
258
258
|
position: relative;
|
|
259
259
|
display: block;
|
|
260
260
|
box-sizing: border-box;
|
package/dist/Avatar/src/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-
|
|
2
|
-
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from '../../chunk-
|
|
1
|
+
export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-O2ZMTKCT.js';
|
|
2
|
+
export { _Avatar as Avatar, AvatarToTextSizeAdapter, GlobalAvatarCssSelector } from '../../chunk-AZJME7JV.js';
|
|
3
3
|
import '../../chunk-NS3XVOQ7.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-D5PBETXF.js';
|
|
5
5
|
import '../../chunk-X6SER3TZ.js';
|
|
6
6
|
import '../../chunk-HXI3MEEK.js';
|
|
7
|
-
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from '../../chunk-
|
|
7
|
+
export { _DeletedAvatar as DeletedAvatar, GlobalDeletedAvatarCssSelector } from '../../chunk-BQITTESM.js';
|
|
8
8
|
export { AvatarContext } from '../../chunk-AES7QBQE.js';
|
|
9
|
-
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from '../../chunk-
|
|
9
|
+
export { AvatarToIconSizeAdapter, GlobalRichIconAvatarImageCssSelector, _RichIconAvatarImage as RichIconAvatarImage } from '../../chunk-JQMXGSAE.js';
|
|
10
10
|
import '../../chunk-M36KANKC.js';
|
|
11
11
|
import '../../chunk-KVDXQMWI.js';
|
|
12
12
|
export { RichIconAvatarImageContext } from '../../chunk-JWW56J7M.js';
|
package/dist/Badge/src/Badge.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
2
|
-
:where(.OverlineText-module__hop-
|
|
2
|
+
:where(.OverlineText-module__hop-OverlineText___SbFVm) {
|
|
3
3
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
4
4
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
5
5
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -23,26 +23,26 @@
|
|
|
23
23
|
text-transform: uppercase;
|
|
24
24
|
letter-spacing: var(--letter-spacing);
|
|
25
25
|
}
|
|
26
|
-
.OverlineText-module__hop-
|
|
26
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
}
|
|
29
|
-
.OverlineText-module__hop-
|
|
30
|
-
.OverlineText-module__hop-
|
|
29
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before,
|
|
30
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
31
31
|
content: "";
|
|
32
32
|
display: block;
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
inline-size: 0;
|
|
35
35
|
block-size: 0;
|
|
36
36
|
}
|
|
37
|
-
.OverlineText-module__hop-
|
|
37
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before {
|
|
38
38
|
margin-block-end: var(--bottom-offset);
|
|
39
39
|
}
|
|
40
|
-
.OverlineText-module__hop-
|
|
40
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
41
41
|
margin-block-start: var(--top-offset);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/Badge.module.css/#css-module-data */
|
|
45
|
-
.Badge-module__hop-
|
|
45
|
+
.Badge-module__hop-Badge___tJTtf {
|
|
46
46
|
--hop-Badge-height: 1.5rem;
|
|
47
47
|
--hop-Badge-padding-inline: var(--hop-space-inset-sm);
|
|
48
48
|
--hop-Badge-border-radius: var(--hop-shape-pill);
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
background-color: var(--background-color, var(--hop-Badge-primary-background-color));
|
|
67
67
|
border-radius: var(--border-radius);
|
|
68
68
|
}
|
|
69
|
-
.Badge-module__hop-Badge--
|
|
69
|
+
.Badge-module__hop-Badge--primary___3WZ9y {
|
|
70
70
|
--background-color: var(--hop-Badge-primary-background-color);
|
|
71
71
|
--text-color: var(--hop-Badge-primary-text-color);
|
|
72
72
|
}
|
|
73
|
-
.Badge-module__hop-Badge--
|
|
73
|
+
.Badge-module__hop-Badge--secondary___OpnYy {
|
|
74
74
|
--background-color: var(--hop-Badge-secondary-background-color);
|
|
75
75
|
--text-color: var(--hop-Badge-secondary-text-color);
|
|
76
76
|
}
|
|
77
|
-
.Badge-module__hop-
|
|
77
|
+
.Badge-module__hop-Badge___tJTtf[data-disabled] {
|
|
78
78
|
--background-color: var(--hop-Badge-background-color-disabled);
|
|
79
79
|
--text-color: var(--hop-Badge-text-color-disabled);
|
|
80
80
|
}
|
package/dist/Badge/src/Badge.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-DXEWBV4C.js';
|
|
2
|
+
import '../../chunk-C72PRNOP.js';
|
|
3
3
|
import '../../chunk-WPNVVGFW.js';
|
|
4
4
|
import '../../chunk-CQDLZ42T.js';
|
|
5
5
|
import '../../chunk-HXI3MEEK.js';
|
package/dist/Badge/src/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
|
|
2
|
-
:where(.OverlineText-module__hop-
|
|
2
|
+
:where(.OverlineText-module__hop-OverlineText___SbFVm) {
|
|
3
3
|
--hop-OverlineText-font-family: var(--hop-overline-font-family);
|
|
4
4
|
--hop-OverlineText-font-size: var(--hop-overline-font-size);
|
|
5
5
|
--hop-OverlineText-font-weight: var(--hop-overline-font-weight);
|
|
@@ -23,26 +23,26 @@
|
|
|
23
23
|
text-transform: uppercase;
|
|
24
24
|
letter-spacing: var(--letter-spacing);
|
|
25
25
|
}
|
|
26
|
-
.OverlineText-module__hop-
|
|
26
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
}
|
|
29
|
-
.OverlineText-module__hop-
|
|
30
|
-
.OverlineText-module__hop-
|
|
29
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before,
|
|
30
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
31
31
|
content: "";
|
|
32
32
|
display: block;
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
inline-size: 0;
|
|
35
35
|
block-size: 0;
|
|
36
36
|
}
|
|
37
|
-
.OverlineText-module__hop-
|
|
37
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::before {
|
|
38
38
|
margin-block-end: var(--bottom-offset);
|
|
39
39
|
}
|
|
40
|
-
.OverlineText-module__hop-
|
|
40
|
+
.OverlineText-module__hop-OverlineText__text___Cb3CN::after {
|
|
41
41
|
margin-block-start: var(--top-offset);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/Badge.module.css/#css-module-data */
|
|
45
|
-
.Badge-module__hop-
|
|
45
|
+
.Badge-module__hop-Badge___tJTtf {
|
|
46
46
|
--hop-Badge-height: 1.5rem;
|
|
47
47
|
--hop-Badge-padding-inline: var(--hop-space-inset-sm);
|
|
48
48
|
--hop-Badge-border-radius: var(--hop-shape-pill);
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
background-color: var(--background-color, var(--hop-Badge-primary-background-color));
|
|
67
67
|
border-radius: var(--border-radius);
|
|
68
68
|
}
|
|
69
|
-
.Badge-module__hop-Badge--
|
|
69
|
+
.Badge-module__hop-Badge--primary___3WZ9y {
|
|
70
70
|
--background-color: var(--hop-Badge-primary-background-color);
|
|
71
71
|
--text-color: var(--hop-Badge-primary-text-color);
|
|
72
72
|
}
|
|
73
|
-
.Badge-module__hop-Badge--
|
|
73
|
+
.Badge-module__hop-Badge--secondary___OpnYy {
|
|
74
74
|
--background-color: var(--hop-Badge-secondary-background-color);
|
|
75
75
|
--text-color: var(--hop-Badge-secondary-text-color);
|
|
76
76
|
}
|
|
77
|
-
.Badge-module__hop-
|
|
77
|
+
.Badge-module__hop-Badge___tJTtf[data-disabled] {
|
|
78
78
|
--background-color: var(--hop-Badge-background-color-disabled);
|
|
79
79
|
--text-color: var(--hop-Badge-text-color-disabled);
|
|
80
80
|
}
|
package/dist/Badge/src/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-DXEWBV4C.js';
|
|
2
|
+
import '../../chunk-C72PRNOP.js';
|
|
3
3
|
import '../../chunk-WPNVVGFW.js';
|
|
4
4
|
export { BadgeContext } from '../../chunk-CQDLZ42T.js';
|
|
5
5
|
import '../../chunk-HXI3MEEK.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Divider/src/Divider.module.css/#css-module-data */
|
|
2
|
-
:where(.Divider-module__hop-
|
|
2
|
+
:where(.Divider-module__hop-Divider___ZVlCI) {
|
|
3
3
|
--hop-Divider-border-color: var(--hop-neutral-border-weak);
|
|
4
4
|
--hop-Divider-border-size: 0.0625rem;
|
|
5
5
|
--hop-Divider-horizontal-border-block-end: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
border-block-end: var(--border-block-end);
|
|
25
25
|
border-inline-start: var(--border-inline-start);
|
|
26
26
|
}
|
|
27
|
-
.Divider-module__hop-Divider--
|
|
27
|
+
.Divider-module__hop-Divider--vertical___n1uBJ {
|
|
28
28
|
--border-block-end: var(--hop-Divider-vertical-border-block-end);
|
|
29
29
|
--border-inline-start: var(--hop-Divider-vertical-border-inline-start);
|
|
30
30
|
--inline-size: var(--hop-Divider-vertical-inline-size);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _Divider as Divider, GlobalDividerCssSelector } from '../../chunk-
|
|
1
|
+
export { _Divider as Divider, GlobalDividerCssSelector } from '../../chunk-DLZGJBL7.js';
|
|
2
2
|
import '../../chunk-FYIHMKHI.js';
|
|
3
3
|
import '../../chunk-KVDXQMWI.js';
|
|
4
4
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Divider/src/Divider.module.css/#css-module-data */
|
|
2
|
-
:where(.Divider-module__hop-
|
|
2
|
+
:where(.Divider-module__hop-Divider___ZVlCI) {
|
|
3
3
|
--hop-Divider-border-color: var(--hop-neutral-border-weak);
|
|
4
4
|
--hop-Divider-border-size: 0.0625rem;
|
|
5
5
|
--hop-Divider-horizontal-border-block-end: var(--hop-Divider-border-size) solid var(--hop-Divider-border-color);
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
border-block-end: var(--border-block-end);
|
|
25
25
|
border-inline-start: var(--border-inline-start);
|
|
26
26
|
}
|
|
27
|
-
.Divider-module__hop-Divider--
|
|
27
|
+
.Divider-module__hop-Divider--vertical___n1uBJ {
|
|
28
28
|
--border-block-end: var(--hop-Divider-vertical-border-block-end);
|
|
29
29
|
--border-inline-start: var(--hop-Divider-vertical-border-inline-start);
|
|
30
30
|
--inline-size: var(--hop-Divider-vertical-inline-size);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _Divider as Divider, GlobalDividerCssSelector } from '../../chunk-
|
|
1
|
+
export { _Divider as Divider, GlobalDividerCssSelector } from '../../chunk-DLZGJBL7.js';
|
|
2
2
|
export { DividerContext } from '../../chunk-FYIHMKHI.js';
|
|
3
3
|
import '../../chunk-KVDXQMWI.js';
|
|
4
4
|
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___TrcWf {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___TrcWf) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___rF5yE) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___tPgW7) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___g9Wf2) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___gXea2) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___iGie8) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___p5vcB) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___Jg8ZC) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
82
|
-
.ErrorMessage-module__hop-
|
|
82
|
+
.ErrorMessage-module__hop-ErrorMessage___i9yn3 {
|
|
83
83
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
84
84
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
85
85
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
97
97
|
color: var(--hop-ErrorMessage-color);
|
|
98
98
|
}
|
|
99
|
-
.ErrorMessage-module__hop-
|
|
99
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___zmOVR {
|
|
100
100
|
flex: 0 0 auto;
|
|
101
101
|
align-self: flex-start;
|
|
102
102
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-
|
|
1
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-BRU54ERL.js';
|
|
2
2
|
import '../../chunk-NH3IVMXB.js';
|
|
3
3
|
import '../../chunk-FAE27DLF.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-D5PBETXF.js';
|
|
5
5
|
import '../../chunk-X6SER3TZ.js';
|
|
6
6
|
import '../../chunk-HXI3MEEK.js';
|
|
7
7
|
import '../../chunk-M36KANKC.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___TrcWf {
|
|
3
3
|
--hop-Text-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Text-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Text-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Text-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Text-module__hop-
|
|
32
|
+
:where(.Text-module__hop-Text___TrcWf) {
|
|
33
33
|
font-family: var(--font-family);
|
|
34
34
|
font-size: var(--font-size);
|
|
35
35
|
font-weight: var(--font-weight);
|
|
36
36
|
line-height: var(--line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Text-module__hop-Text--
|
|
38
|
+
:where(.Text-module__hop-Text--xs___rF5yE) {
|
|
39
39
|
--font-size: var(--hop-Text-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Text-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Text-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Text-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Text-module__hop-Text--
|
|
44
|
+
:where(.Text-module__hop-Text--sm___tPgW7) {
|
|
45
45
|
--font-size: var(--hop-Text-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Text-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Text-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Text-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Text-module__hop-Text--
|
|
50
|
+
:where(.Text-module__hop-Text--md___g9Wf2) {
|
|
51
51
|
--font-size: var(--hop-Text-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Text-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Text-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Text-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Text-module__hop-Text--
|
|
56
|
+
:where(.Text-module__hop-Text--lg___gXea2) {
|
|
57
57
|
--font-size: var(--hop-Text-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Text-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Text-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Text-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Text-module__hop-Text--
|
|
62
|
+
:where(.Text-module__hop-Text--xl___iGie8) {
|
|
63
63
|
--font-size: var(--hop-Text-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Text-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Text-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Text-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Text-module__hop-Text--
|
|
68
|
+
:where(.Text-module__hop-Text--2xl___p5vcB) {
|
|
69
69
|
--font-size: var(--hop-Text-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Text-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Text-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Text-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Text-module__hop-Text--
|
|
74
|
+
:where(.Text-module__hop-Text--inherit___Jg8ZC) {
|
|
75
75
|
--font-size: var(--hop-Text-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Text-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Text-inherit-size-font-weight);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/ErrorMessage/src/ErrorMessage.module.css/#css-module-data */
|
|
82
|
-
.ErrorMessage-module__hop-
|
|
82
|
+
.ErrorMessage-module__hop-ErrorMessage___i9yn3 {
|
|
83
83
|
--hop-ErrorMessage-color: var(--hop-danger-text-weak);
|
|
84
84
|
--hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
|
|
85
85
|
--hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
line-height: var(--hop-ErrorMessage-line-height);
|
|
97
97
|
color: var(--hop-ErrorMessage-color);
|
|
98
98
|
}
|
|
99
|
-
.ErrorMessage-module__hop-
|
|
99
|
+
.ErrorMessage-module__hop-ErrorMessage__icon___zmOVR {
|
|
100
100
|
flex: 0 0 auto;
|
|
101
101
|
align-self: flex-start;
|
|
102
102
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-
|
|
1
|
+
export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-BRU54ERL.js';
|
|
2
2
|
import '../../chunk-NH3IVMXB.js';
|
|
3
3
|
export { ErrorMessageContext } from '../../chunk-FAE27DLF.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-D5PBETXF.js';
|
|
5
5
|
import '../../chunk-X6SER3TZ.js';
|
|
6
6
|
import '../../chunk-HXI3MEEK.js';
|
|
7
7
|
import '../../chunk-M36KANKC.js';
|