@hopper-ui/components 1.3.0 → 1.3.1
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 +6 -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 +4 -4
- 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 +6 -6
- package/dist/Badge/src/Badge.css +85 -13
- package/dist/Badge/src/Badge.d.ts +6 -2
- package/dist/Badge/src/Badge.js +2 -2
- package/dist/Badge/src/BadgeContext.d.ts +8 -3
- package/dist/Badge/src/FloatingBadge.css +96 -0
- package/dist/Badge/src/FloatingBadge.d.ts +33 -0
- package/dist/Badge/src/FloatingBadge.js +7 -0
- package/dist/Badge/src/FloatingBadgeContext.d.ts +10 -0
- package/dist/Badge/src/FloatingBadgeContext.js +2 -0
- package/dist/Badge/src/index.css +182 -13
- package/dist/Badge/src/index.d.ts +3 -1
- package/dist/Badge/src/index.js +5 -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 +796 -627
- package/dist/Form/src/Form.js +60 -58
- package/dist/Form/src/index.css +796 -627
- package/dist/Form/src/index.js +60 -58
- 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 +373 -204
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxItem.css +358 -189
- 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 +373 -204
- package/dist/ListBox/src/index.js +11 -11
- package/dist/Select/src/Select.css +796 -627
- package/dist/Select/src/Select.js +60 -58
- package/dist/Select/src/SelectValue.css +60 -60
- package/dist/Select/src/SelectValue.js +6 -6
- package/dist/Select/src/index.css +796 -627
- package/dist/Select/src/index.js +60 -58
- 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 +3 -3
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +70 -70
- package/dist/buttons/src/ClearButton.js +2 -2
- 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 +7 -7
- 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 +2 -2
- package/dist/checkbox/src/index.css +60 -60
- package/dist/checkbox/src/index.js +5 -5
- package/dist/{chunk-4RMADICI.js → chunk-2WWHL3EF.js} +3 -3
- package/dist/{chunk-DXEWBV4C.js → chunk-2ZOLM7VR.js} +11 -5
- package/dist/{chunk-BODCT27J.js → chunk-47SFZCKK.js} +1 -1
- package/dist/{chunk-3ZRCYKIV.js → chunk-52LHX4PE.js} +2 -2
- package/dist/{chunk-DLZGJBL7.js → chunk-5NMCOZOW.js} +1 -1
- package/dist/{chunk-FOXOPL2E.js → chunk-7QUXYE3E.js} +9 -6
- package/dist/{chunk-BRU54ERL.js → chunk-A2S2Q73W.js} +2 -2
- package/dist/{chunk-T37HTUEU.js → chunk-ANBOSYAL.js} +2 -2
- package/dist/{chunk-YB7IYQW4.js → chunk-ARD3LWL2.js} +2 -2
- package/dist/{chunk-CAHZCRTK.js → chunk-BF6YUKC2.js} +1 -1
- package/dist/{chunk-JQMXGSAE.js → chunk-BO53NITW.js} +1 -1
- package/dist/{chunk-CU36N5JQ.js → chunk-BV7O26TY.js} +3 -3
- package/dist/chunk-CIGS4QGT.js +7 -0
- package/dist/{chunk-T742LIIS.js → chunk-D2GZKHYD.js} +1 -1
- package/dist/{chunk-OLS7K6PO.js → chunk-D7VVQIPM.js} +2 -2
- package/dist/{chunk-6H5DRQZH.js → chunk-EMD2K6B3.js} +2 -2
- package/dist/{chunk-TOWSC7FO.js → chunk-ESWRMGHR.js} +3 -3
- package/dist/{chunk-JIRLWUDP.js → chunk-EUELVL2L.js} +2 -2
- package/dist/{chunk-SCXYAGZI.js → chunk-GG6RHMJ7.js} +11 -11
- package/dist/{chunk-BTHPJL3A.js → chunk-HLXQ6C2E.js} +1 -1
- package/dist/{chunk-AZJME7JV.js → chunk-HXPTWMD5.js} +3 -3
- package/dist/{chunk-C72PRNOP.js → chunk-JVDCU4PT.js} +1 -1
- package/dist/{chunk-GRJ3VKHY.js → chunk-JVZRUDLP.js} +3 -3
- package/dist/{chunk-SSDFINDD.js → chunk-L3Y67TUF.js} +2 -2
- package/dist/{chunk-LFN43ROH.js → chunk-NEPRDVF7.js} +2 -2
- package/dist/{chunk-7L5MCX2A.js → chunk-NJHNYL6X.js} +2 -2
- package/dist/{chunk-HIDHDS2L.js → chunk-OLXX46IZ.js} +1 -1
- package/dist/{chunk-ZHOQYYHY.js → chunk-PUMWU6M4.js} +1 -1
- package/dist/{chunk-LYPR2YMY.js → chunk-QAIK237T.js} +4 -4
- package/dist/{chunk-D5PBETXF.js → chunk-QCTIAKM6.js} +1 -1
- package/dist/{chunk-BQITTESM.js → chunk-QSWSZUZM.js} +1 -1
- package/dist/{chunk-SKEMSZ63.js → chunk-SD6DBWYC.js} +2 -2
- package/dist/{chunk-TTY5HDLL.js → chunk-SFZBLVJN.js} +2 -2
- package/dist/{chunk-D7DIUGRI.js → chunk-TJMAMWRQ.js} +1 -1
- package/dist/{chunk-O2ZMTKCT.js → chunk-UNSJTDXN.js} +1 -1
- package/dist/{chunk-3573Q6QG.js → chunk-USVXH6MO.js} +2 -2
- package/dist/{chunk-6C5RI4RT.js → chunk-WDA6LWC4.js} +11 -8
- package/dist/chunk-X2T2UX2O.js +72 -0
- package/dist/{chunk-T3CLGQI6.js → chunk-XF4SQ222.js} +1 -1
- package/dist/{chunk-DFVORYEU.js → chunk-XHQWDF7B.js} +2 -2
- package/dist/{chunk-CWX45XWS.js → chunk-YD2TGFCB.js} +3 -3
- package/dist/{chunk-QQI3KNHZ.js → chunk-ZG5E36S3.js} +4 -4
- package/dist/index.css +796 -627
- package/dist/index.d.ts +3 -1
- package/dist/index.js +60 -58
- package/dist/inputs/src/InputGroup.css +14 -14
- package/dist/inputs/src/InputGroup.js +1 -1
- package/dist/inputs/src/NumberField.css +63 -63
- package/dist/inputs/src/NumberField.js +7 -7
- package/dist/inputs/src/PasswordField.css +217 -217
- package/dist/inputs/src/PasswordField.js +9 -9
- package/dist/inputs/src/SearchField.css +223 -223
- package/dist/inputs/src/SearchField.js +10 -10
- package/dist/inputs/src/TextArea.css +57 -57
- package/dist/inputs/src/TextArea.js +7 -7
- package/dist/inputs/src/TextField.css +218 -218
- package/dist/inputs/src/TextField.js +9 -9
- package/dist/inputs/src/index.css +266 -266
- package/dist/inputs/src/index.js +15 -15
- package/dist/overlays/Popover/src/Popover.css +796 -627
- package/dist/overlays/Popover/src/Popover.js +60 -58
- package/dist/overlays/Popover/src/index.css +796 -627
- package/dist/overlays/Popover/src/index.js +60 -58
- 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 +5 -5
- 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 +473 -304
- package/dist/tag/src/Tag.js +5 -5
- package/dist/tag/src/TagGroup.css +22 -22
- package/dist/tag/src/TagGroup.js +2 -2
- package/dist/tag/src/index.css +486 -317
- package/dist/tag/src/index.js +8 -8
- 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 +1 -1
- package/dist/typography/Label/src/index.css +3 -3
- package/dist/typography/Label/src/index.js +1 -1
- 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.js +1 -1
- package/package.json +1 -1
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___-AumH) {
|
|
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,58 +23,227 @@
|
|
|
23
23
|
text-transform: uppercase;
|
|
24
24
|
letter-spacing: var(--letter-spacing);
|
|
25
25
|
}
|
|
26
|
-
.OverlineText-module__hop-
|
|
26
|
+
.OverlineText-module__hop-OverlineText__text___epYug {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
}
|
|
29
|
-
.OverlineText-module__hop-
|
|
30
|
-
.OverlineText-module__hop-
|
|
29
|
+
.OverlineText-module__hop-OverlineText__text___epYug::before,
|
|
30
|
+
.OverlineText-module__hop-OverlineText__text___epYug::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___epYug::before {
|
|
38
38
|
margin-block-end: var(--bottom-offset);
|
|
39
39
|
}
|
|
40
|
-
.OverlineText-module__hop-
|
|
40
|
+
.OverlineText-module__hop-OverlineText__text___epYug::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___09iuj {
|
|
46
46
|
--hop-Badge-height: 1.5rem;
|
|
47
|
+
--hop-Badge-width: max-content;
|
|
47
48
|
--hop-Badge-padding-inline: var(--hop-space-inset-sm);
|
|
48
49
|
--hop-Badge-border-radius: var(--hop-shape-pill);
|
|
50
|
+
--hop-Badge-indeterminate-border-radius: var(--hop-shape-circle);
|
|
51
|
+
--hop-Badge-indeterminate-height: 1rem;
|
|
52
|
+
--hop-Badge-indeterminate-width: 1rem;
|
|
53
|
+
--hop-Badge-indeterminate-padding-inline: 0;
|
|
49
54
|
--hop-Badge-primary-text-color: var(--hop-primary-text-strong);
|
|
50
55
|
--hop-Badge-primary-background-color: var(--hop-primary-surface-strong);
|
|
51
|
-
--hop-Badge-
|
|
52
|
-
--hop-Badge-
|
|
56
|
+
--hop-Badge-primary-text-color-hovered: var(--hop-primary-text-strong-hover);
|
|
57
|
+
--hop-Badge-primary-background-color-hovered: var(--hop-primary-surface-strong-hover);
|
|
58
|
+
--hop-Badge-primary-text-color-pressed: var(--hop-primary-text-strong);
|
|
59
|
+
--hop-Badge-primary-background-color-pressed: var(--hop-primary-surface-strong-press);
|
|
60
|
+
--hop-Badge-primary-text-color-selected: var(--hop-primary-text-selected);
|
|
61
|
+
--hop-Badge-primary-background-color-selected: var(--hop-primary-surface-selected);
|
|
62
|
+
--hop-Badge-secondary-text-color: var(--hop-neutral-text-strong);
|
|
63
|
+
--hop-Badge-secondary-background-color: var(--hop-neutral-surface-strong);
|
|
64
|
+
--hop-Badge-secondary-text-color-hovered: var(--hop-neutral-text-strong);
|
|
65
|
+
--hop-Badge-secondary-background-color-hovered: var(--hop-neutral-surface-strong);
|
|
66
|
+
--hop-Badge-secondary-text-color-pressed: var(--hop-neutral-text-strong);
|
|
67
|
+
--hop-Badge-secondary-background-color-pressed: var(--hop-neutral-surface-strong);
|
|
68
|
+
--hop-Badge-secondary-text-color-selected: var(--hop-neutral-text-selected);
|
|
69
|
+
--hop-Badge-secondary-background-color-selected: var(--hop-neutral-surface-selected);
|
|
70
|
+
--hop-Badge-subdued-text-color: var(--hop-neutral-text);
|
|
71
|
+
--hop-Badge-subdued-background-color: var(--hop-neutral-surface-weak);
|
|
72
|
+
--hop-Badge-subdued-text-color-hovered: var(--hop-neutral-text-weak-hover);
|
|
73
|
+
--hop-Badge-subdued-background-color-hovered: var(--hop-neutral-surface-weak-hover);
|
|
74
|
+
--hop-Badge-subdued-text-color-pressed: var(--hop-neutral-text-weak-press);
|
|
75
|
+
--hop-Badge-subdued-background-color-pressed: var(--hop-neutral-surface-weak-press);
|
|
76
|
+
--hop-Badge-subdued-text-color-selected: var(--hop-neutral-text-weak-selected);
|
|
77
|
+
--hop-Badge-subdued-background-color-selected: var(--hop-neutral-surface-weak-selected);
|
|
53
78
|
--hop-Badge-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
54
79
|
--hop-Badge-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
55
80
|
--height: var(--hop-Badge-height);
|
|
81
|
+
--width: var(--hop-Badge-width);
|
|
56
82
|
--padding-inline: var(--hop-Badge-padding-inline);
|
|
57
83
|
--border-radius: var(--hop-Badge-border-radius);
|
|
58
84
|
display: inline-flex;
|
|
59
85
|
align-items: center;
|
|
60
86
|
justify-content: center;
|
|
61
87
|
box-sizing: border-box;
|
|
62
|
-
inline-size:
|
|
88
|
+
inline-size: var(--width);
|
|
63
89
|
block-size: var(--height);
|
|
64
90
|
padding-inline: var(--padding-inline);
|
|
65
91
|
color: var(--text-color, var(--hop-Badge-primary-text-color));
|
|
66
92
|
background-color: var(--background-color, var(--hop-Badge-primary-background-color));
|
|
67
93
|
border-radius: var(--border-radius);
|
|
68
94
|
}
|
|
69
|
-
.Badge-module__hop-
|
|
95
|
+
.Badge-module__hop-Badge___09iuj[data-variant=primary] {
|
|
70
96
|
--background-color: var(--hop-Badge-primary-background-color);
|
|
71
97
|
--text-color: var(--hop-Badge-primary-text-color);
|
|
72
98
|
}
|
|
73
|
-
.Badge-module__hop-
|
|
99
|
+
.Badge-module__hop-Badge___09iuj[data-hovered][data-variant=primary] {
|
|
100
|
+
--background-color: var(--hop-Badge-primary-background-color-hovered);
|
|
101
|
+
--text-color: var(--hop-Badge-primary-text-color-hovered);
|
|
102
|
+
}
|
|
103
|
+
.Badge-module__hop-Badge___09iuj[data-pressed][data-variant=primary] {
|
|
104
|
+
--background-color: var(--hop-Badge-primary-background-color-pressed);
|
|
105
|
+
--text-color: var(--hop-Badge-primary-text-color-pressed);
|
|
106
|
+
}
|
|
107
|
+
.Badge-module__hop-Badge___09iuj[data-selected][data-variant=primary] {
|
|
108
|
+
--background-color: var(--hop-Badge-primary-background-color-selected);
|
|
109
|
+
--text-color: var(--hop-Badge-primary-text-color-selected);
|
|
110
|
+
}
|
|
111
|
+
.Badge-module__hop-Badge___09iuj[data-variant=secondary] {
|
|
74
112
|
--background-color: var(--hop-Badge-secondary-background-color);
|
|
75
113
|
--text-color: var(--hop-Badge-secondary-text-color);
|
|
76
114
|
}
|
|
77
|
-
.Badge-module__hop-
|
|
115
|
+
.Badge-module__hop-Badge___09iuj[data-hovered][data-variant=secondary] {
|
|
116
|
+
--background-color: var(--hop-Badge-secondary-background-color-hovered);
|
|
117
|
+
--text-color: var(--hop-Badge-secondary-text-color-hovered);
|
|
118
|
+
}
|
|
119
|
+
.Badge-module__hop-Badge___09iuj[data-pressed][data-variant=secondary] {
|
|
120
|
+
--background-color: var(--hop-Badge-secondary-background-color-pressed);
|
|
121
|
+
--text-color: var(--hop-Badge-secondary-text-color-pressed);
|
|
122
|
+
}
|
|
123
|
+
.Badge-module__hop-Badge___09iuj[data-selected][data-variant=secondary] {
|
|
124
|
+
--background-color: var(--hop-Badge-secondary-background-color-selected);
|
|
125
|
+
--text-color: var(--hop-Badge-secondary-text-color-selected);
|
|
126
|
+
}
|
|
127
|
+
.Badge-module__hop-Badge___09iuj[data-variant=subdued] {
|
|
128
|
+
--background-color: var(--hop-Badge-subdued-background-color);
|
|
129
|
+
--text-color: var(--hop-Badge-subdued-text-color);
|
|
130
|
+
}
|
|
131
|
+
.Badge-module__hop-Badge___09iuj[data-hovered][data-variant=subdued] {
|
|
132
|
+
--background-color: var(--hop-Badge-subdued-background-color-hovered);
|
|
133
|
+
--text-color: var(--hop-Badge-subdued-text-color-hovered);
|
|
134
|
+
}
|
|
135
|
+
.Badge-module__hop-Badge___09iuj[data-pressed][data-variant=subdued] {
|
|
136
|
+
--background-color: var(--hop-Badge-subdued-background-color-pressed);
|
|
137
|
+
--text-color: var(--hop-Badge-subdued-text-color-pressed);
|
|
138
|
+
}
|
|
139
|
+
.Badge-module__hop-Badge___09iuj[data-selected][data-variant=subdued] {
|
|
140
|
+
--background-color: var(--hop-Badge-subdued-background-color-selected);
|
|
141
|
+
--text-color: var(--hop-Badge-subdued-text-color-selected);
|
|
142
|
+
}
|
|
143
|
+
.Badge-module__hop-Badge___09iuj[data-indeterminate] {
|
|
144
|
+
--border-radius: var(--hop-Badge-indeterminate-border-radius);
|
|
145
|
+
--height: var(--hop-Badge-indeterminate-height);
|
|
146
|
+
--width: var(--hop-Badge-indeterminate-width);
|
|
147
|
+
--padding-inline: var(--hop-Badge-indeterminate-padding-inline);
|
|
148
|
+
}
|
|
149
|
+
.Badge-module__hop-Badge___09iuj[data-disabled] {
|
|
78
150
|
--background-color: var(--hop-Badge-background-color-disabled);
|
|
79
151
|
--text-color: var(--hop-Badge-text-color-disabled);
|
|
80
152
|
}
|
|
153
|
+
|
|
154
|
+
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/FloatingBadge.module.css/#css-module-data */
|
|
155
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG {
|
|
156
|
+
--hop-FloatingBadge-badge-x: calc(0% + var(--hop-FloatingBadge-offset-x));
|
|
157
|
+
--hop-FloatingBadge-badge-circular-x: calc(10% + var(--hop-FloatingBadge-offset-x));
|
|
158
|
+
--hop-FloatingBadge-badge-y: calc(0% + var(--hop-FloatingBadge-offset-y));
|
|
159
|
+
--hop-FloatingBadge-badge-circular-y: calc(10% + var(--hop-FloatingBadge-offset-y));
|
|
160
|
+
--hop-FloatingBadge-badge-topright-top: var(--hop-FloatingBadge-badge-y);
|
|
161
|
+
--hop-FloatingBadge-badge-topright-right: var(--hop-FloatingBadge-badge-x);
|
|
162
|
+
--hop-FloatingBadge-badge-topright-circular-top: var(--hop-FloatingBadge-badge-circular-y);
|
|
163
|
+
--hop-FloatingBadge-badge-topright-circular-right: var(--hop-FloatingBadge-badge-circular-x);
|
|
164
|
+
--hop-FloatingBadge-badge-topright-bottom: auto;
|
|
165
|
+
--hop-FloatingBadge-badge-topright-left: auto;
|
|
166
|
+
--hop-FloatingBadge-badge-topright-transform: translate(50%, -50%);
|
|
167
|
+
--hop-FloatingBadge-badge-topright-transform-origin: 100% 0;
|
|
168
|
+
--hop-FloatingBadge-badge-topleft-top: var(--hop-FloatingBadge-badge-y);
|
|
169
|
+
--hop-FloatingBadge-badge-topleft-circular-top: var(--hop-FloatingBadge-badge-circular-y);
|
|
170
|
+
--hop-FloatingBadge-badge-topleft-right: auto;
|
|
171
|
+
--hop-FloatingBadge-badge-topleft-bottom: auto;
|
|
172
|
+
--hop-FloatingBadge-badge-topleft-left: var(--hop-FloatingBadge-badge-x);
|
|
173
|
+
--hop-FloatingBadge-badge-topleft-circular-left: var(--hop-FloatingBadge-badge-circular-x);
|
|
174
|
+
--hop-FloatingBadge-badge-topleft-transform: translate(-50%, -50%);
|
|
175
|
+
--hop-FloatingBadge-badge-topleft-transform-origin: 0 0;
|
|
176
|
+
--hop-FloatingBadge-badge-bottomright-top: auto;
|
|
177
|
+
--hop-FloatingBadge-badge-bottomright-right: var(--hop-FloatingBadge-badge-x);
|
|
178
|
+
--hop-FloatingBadge-badge-bottomright-circular-right: var(--hop-FloatingBadge-badge-circular-x);
|
|
179
|
+
--hop-FloatingBadge-badge-bottomright-bottom: var(--hop-FloatingBadge-badge-y);
|
|
180
|
+
--hop-FloatingBadge-badge-bottomright-circular-bottom: var(--hop-FloatingBadge-badge-circular-y);
|
|
181
|
+
--hop-FloatingBadge-badge-bottomright-left: auto;
|
|
182
|
+
--hop-FloatingBadge-badge-bottomright-transform: translate(50%, 50%);
|
|
183
|
+
--hop-FloatingBadge-badge-bottomright-transform-origin: 100% 100%;
|
|
184
|
+
--hop-FloatingBadge-badge-bottomleft-top: auto;
|
|
185
|
+
--hop-FloatingBadge-badge-bottomleft-right: auto;
|
|
186
|
+
--hop-FloatingBadge-badge-bottomleft-bottom: var(--hop-FloatingBadge-badge-y);
|
|
187
|
+
--hop-FloatingBadge-badge-bottomleft-circular-bottom: var(--hop-FloatingBadge-badge-circular-y);
|
|
188
|
+
--hop-FloatingBadge-badge-bottomleft-left: var(--hop-FloatingBadge-badge-x);
|
|
189
|
+
--hop-FloatingBadge-badge-bottomleft-circular-left: var(--hop-FloatingBadge-badge-circular-x);
|
|
190
|
+
--hop-FloatingBadge-badge-bottomleft-transform: translate(-50%, 50%);
|
|
191
|
+
--hop-FloatingBadge-badge-bottomleft-transform-origin: 0 100%;
|
|
192
|
+
position: relative;
|
|
193
|
+
box-sizing: border-box;
|
|
194
|
+
inline-size: max-content;
|
|
195
|
+
}
|
|
196
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="top right"] {
|
|
197
|
+
--badge-top: var(--hop-FloatingBadge-badge-topright-top);
|
|
198
|
+
--badge-right: var(--hop-FloatingBadge-badge-topright-right);
|
|
199
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-topright-bottom);
|
|
200
|
+
--badge-left: var(--hop-FloatingBadge-badge-topright-left);
|
|
201
|
+
--badge-transform: var(--hop-FloatingBadge-badge-topright-transform);
|
|
202
|
+
--badge-transform-origin: var(--hop-FloatingBadge-badge-topright-transform-origin);
|
|
203
|
+
}
|
|
204
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="top right"][data-overlap=circular] {
|
|
205
|
+
--badge-top: var(--hop-FloatingBadge-badge-topright-circular-top);
|
|
206
|
+
--badge-right: var(--hop-FloatingBadge-badge-topright-circular-right);
|
|
207
|
+
}
|
|
208
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="top left"] {
|
|
209
|
+
--badge-top: var(--hop-FloatingBadge-badge-topleft-top);
|
|
210
|
+
--badge-right: var(--hop-FloatingBadge-badge-topleft-right);
|
|
211
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-topleft-bottom);
|
|
212
|
+
--badge-left: var(--hop-FloatingBadge-badge-topleft-left);
|
|
213
|
+
--badge-transform: var(--hop-FloatingBadge-badge-topleft-transform);
|
|
214
|
+
--badge-transform-origin: var(--hop-FloatingBadge-badge-topleft-transform-origin);
|
|
215
|
+
}
|
|
216
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="top left"][data-overlap=circular] {
|
|
217
|
+
--badge-top: var(--hop-FloatingBadge-badge-topleft-circular-top);
|
|
218
|
+
--badge-left: var(--hop-FloatingBadge-badge-topleft-circular-left);
|
|
219
|
+
}
|
|
220
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="bottom right"] {
|
|
221
|
+
--badge-top: var(--hop-FloatingBadge-badge-bottomright-top);
|
|
222
|
+
--badge-right: var(--hop-FloatingBadge-badge-bottomright-right);
|
|
223
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-bottomright-bottom);
|
|
224
|
+
--badge-left: var(--hop-FloatingBadge-badge-bottomright-left);
|
|
225
|
+
--badge-transform: var(--hop-FloatingBadge-badge-bottomright-transform);
|
|
226
|
+
--badge-transform-origin: var(--hop-FloatingBadge-badge-bottomright-transform-origin);
|
|
227
|
+
}
|
|
228
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="bottom right"][data-overlap=circular] {
|
|
229
|
+
--badge-right: var(--hop-FloatingBadge-badge-bottomright-circular-right);
|
|
230
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-bottomright-circular-bottom);
|
|
231
|
+
}
|
|
232
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="bottom left"] {
|
|
233
|
+
--badge-top: var(--hop-FloatingBadge-badge-bottomleft-top);
|
|
234
|
+
--badge-right: var(--hop-FloatingBadge-badge-bottomleft-right);
|
|
235
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-bottom);
|
|
236
|
+
--badge-left: var(--hop-FloatingBadge-badge-bottomleft-left);
|
|
237
|
+
--badge-transform: var(--hop-FloatingBadge-badge-bottomleft-transform);
|
|
238
|
+
--badge-transform-origin: var(--hop-FloatingBadge-badge-bottomleft-transform-origin);
|
|
239
|
+
}
|
|
240
|
+
.FloatingBadge-module__hop-FloatingBadge___cvHzG[data-placement="bottom left"][data-overlap=circular] {
|
|
241
|
+
--badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-circular-bottom);
|
|
242
|
+
--badge-left: var(--hop-FloatingBadge-badge-bottomleft-circular-left);
|
|
243
|
+
}
|
|
244
|
+
.FloatingBadge-module__hop-FloatingBadge__badge___DizOb {
|
|
245
|
+
position: absolute;
|
|
246
|
+
inset: var(--badge-top) var(--badge-right) var(--badge-bottom) var(--badge-left);
|
|
247
|
+
transform-origin: var(--badge-transform-origin);
|
|
248
|
+
transform: var(--badge-transform);
|
|
249
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { Badge, BadgeProps, GlobalBadgeCssSelector } from './Badge.js';
|
|
2
|
-
export { BadgeContext } from './BadgeContext.js';
|
|
2
|
+
export { BadgeContext, BadgeContextValue } from './BadgeContext.js';
|
|
3
|
+
export { FloatingBadge, FloatingBadgeOverlap, FloatingBadgePlacement, FloatingBadgeProps, GlobalFloatingBadgeCssSelector } from './FloatingBadge.js';
|
|
4
|
+
export { FloatingBadgeContext } from './FloatingBadgeContext.js';
|
|
3
5
|
import 'react';
|
|
4
6
|
import '@hopper-ui/styled-system';
|
|
5
7
|
import '../../utils/src/types.js';
|
package/dist/Badge/src/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-2ZOLM7VR.js';
|
|
2
|
+
import '../../chunk-JVDCU4PT.js';
|
|
3
3
|
import '../../chunk-WPNVVGFW.js';
|
|
4
|
+
export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-X2T2UX2O.js';
|
|
4
5
|
export { BadgeContext } from '../../chunk-CQDLZ42T.js';
|
|
6
|
+
export { FloatingBadgeContext } from '../../chunk-CIGS4QGT.js';
|
|
5
7
|
import '../../chunk-HXI3MEEK.js';
|
|
8
|
+
import '../../chunk-M36KANKC.js';
|
|
6
9
|
import '../../chunk-KVDXQMWI.js';
|
|
7
10
|
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___D1EZ2) {
|
|
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___N-Khe {
|
|
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-5NMCOZOW.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___D1EZ2) {
|
|
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___N-Khe {
|
|
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-5NMCOZOW.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___D1rn4 {
|
|
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___D1rn4) {
|
|
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___83nUB) {
|
|
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___J7Ynn) {
|
|
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___vDq4E) {
|
|
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___d93YP) {
|
|
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___7Poiv) {
|
|
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___owE8f) {
|
|
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___LGo4-) {
|
|
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___rQyDx {
|
|
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___r8QUQ {
|
|
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-A2S2Q73W.js';
|
|
2
2
|
import '../../chunk-NH3IVMXB.js';
|
|
3
3
|
import '../../chunk-FAE27DLF.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-QCTIAKM6.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___D1rn4 {
|
|
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___D1rn4) {
|
|
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___83nUB) {
|
|
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___J7Ynn) {
|
|
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___vDq4E) {
|
|
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___d93YP) {
|
|
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___7Poiv) {
|
|
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___owE8f) {
|
|
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___LGo4-) {
|
|
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___rQyDx {
|
|
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___r8QUQ {
|
|
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-A2S2Q73W.js';
|
|
2
2
|
import '../../chunk-NH3IVMXB.js';
|
|
3
3
|
export { ErrorMessageContext } from '../../chunk-FAE27DLF.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-QCTIAKM6.js';
|
|
5
5
|
import '../../chunk-X6SER3TZ.js';
|
|
6
6
|
import '../../chunk-HXI3MEEK.js';
|
|
7
7
|
import '../../chunk-M36KANKC.js';
|