@hopper-ui/components 1.0.1 → 1.0.2
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 +7 -0
- 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/Label/src/Label.css +9 -9
- package/dist/Label/src/Label.js +1 -1
- package/dist/Label/src/index.css +9 -9
- package/dist/Label/src/index.js +1 -1
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +3 -3
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +3 -3
- 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/Text/src/Text.css +9 -9
- package/dist/Text/src/Text.js +2 -2
- package/dist/Text/src/index.css +9 -9
- package/dist/Text/src/index.js +2 -2
- package/dist/buttons/src/Button.css +103 -103
- package/dist/buttons/src/Button.js +7 -7
- package/dist/buttons/src/ButtonContext.d.ts +1 -1
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ClearButton.css +66 -0
- package/dist/buttons/src/ClearButton.d.ts +15 -0
- package/dist/buttons/src/ClearButton.js +6 -0
- package/dist/buttons/src/ClearButtonContext.d.ts +8 -0
- package/dist/buttons/src/ClearButtonContext.js +2 -0
- package/dist/buttons/src/index.css +170 -103
- package/dist/buttons/src/index.d.ts +2 -0
- package/dist/buttons/src/index.js +9 -7
- package/dist/checkbox/src/Checkbox.css +33 -33
- package/dist/checkbox/src/Checkbox.js +3 -3
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +3 -3
- package/dist/checkbox/src/CheckboxGroup.css +68 -68
- package/dist/checkbox/src/CheckboxGroup.js +3 -3
- package/dist/checkbox/src/index.css +68 -68
- package/dist/checkbox/src/index.js +7 -7
- package/dist/chip/src/Chip.css +33 -33
- package/dist/chip/src/Chip.js +3 -3
- package/dist/chip/src/index.css +33 -33
- package/dist/chip/src/index.js +3 -3
- package/dist/{chunk-HUJ3PTM7.js → chunk-2NABNL6G.js} +2 -2
- package/dist/{chunk-VYNBJRJW.js → chunk-6JSCWDLJ.js} +3 -3
- package/dist/{chunk-FD4HMY5A.js → chunk-CK42RJLK.js} +3 -3
- package/dist/chunk-DBTHMTO4.js +56 -0
- package/dist/chunk-DXVKHP4V.js +7 -0
- package/dist/{chunk-KKFX7YII.js → chunk-FAXZNX63.js} +3 -3
- package/dist/{chunk-CJFCOPMQ.js → chunk-FJ4WILCG.js} +2 -2
- package/dist/{chunk-ZUMAL5WB.js → chunk-GYK77A5U.js} +3 -3
- package/dist/{chunk-H234F7HP.js → chunk-IYQZFIWZ.js} +3 -3
- package/dist/{chunk-BIVAOAN2.js → chunk-LKE4VXIP.js} +3 -3
- package/dist/{chunk-BPM4ETTB.js → chunk-LL2FMAAO.js} +2 -0
- package/dist/{chunk-SC4G54ML.js → chunk-M67A5LAA.js} +5 -5
- package/dist/{chunk-YFTLWL74.js → chunk-MICIYADH.js} +1 -1
- package/dist/{chunk-3KIUEBO3.js → chunk-N2QZWPQF.js} +2 -2
- package/dist/{chunk-TRS7R4W3.js → chunk-NUUG5PFN.js} +1 -1
- package/dist/{chunk-6EMOC7TA.js → chunk-O2WSE3EM.js} +3 -3
- package/dist/{chunk-G7RKLBFT.js → chunk-RLIG2IHH.js} +2 -2
- package/dist/{chunk-EADFYPVX.js → chunk-S67EVV3J.js} +3 -3
- package/dist/{chunk-CE3ABLD2.js → chunk-TOCGJB3X.js} +3 -3
- package/dist/{chunk-3FT5XSWV.js → chunk-XTRE6FPK.js} +3 -3
- package/dist/errorMessage/src/ErrorMessage.css +11 -11
- package/dist/errorMessage/src/ErrorMessage.js +3 -3
- package/dist/errorMessage/src/index.css +11 -11
- package/dist/errorMessage/src/index.js +3 -3
- package/dist/helperMessage/src/HelperMessage.css +11 -11
- package/dist/helperMessage/src/HelperMessage.js +3 -3
- package/dist/helperMessage/src/index.css +11 -11
- package/dist/helperMessage/src/index.js +3 -3
- package/dist/i18n/src/index.js +1 -1
- package/dist/i18n/src/useLocalizedString.js +1 -1
- package/dist/radio/src/Radio.css +30 -30
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +3 -3
- package/dist/radio/src/RadioGroup.css +65 -65
- package/dist/radio/src/RadioGroup.js +3 -3
- package/dist/radio/src/index.css +65 -65
- package/dist/radio/src/index.js +7 -7
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +5 -5
- package/dist/utils/src/index.js +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Label/src/Label.module.css/#css-module-data */
|
|
2
|
-
.Label-module__hop-
|
|
2
|
+
.Label-module__hop-Label___4iUGB {
|
|
3
3
|
--hop-Label-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Label-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Label-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Label-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Label-module__hop-
|
|
32
|
+
:where(.Label-module__hop-Label___4iUGB) {
|
|
33
33
|
font-family: var(--font-family, --hop-Label-md-font-family);
|
|
34
34
|
font-size: var(--font-size, --hop-Label-md-font-size);
|
|
35
35
|
font-weight: var(--font-weight, --hop-Label-md-font-weight);
|
|
36
36
|
line-height: var(--line-height, --hop-Label-md-line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Label-module__hop-Label--
|
|
38
|
+
:where(.Label-module__hop-Label--xs___l8KEJ) {
|
|
39
39
|
--font-size: var(--hop-Label-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Label-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Label-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Label-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Label-module__hop-Label--
|
|
44
|
+
:where(.Label-module__hop-Label--sm___GfRWh) {
|
|
45
45
|
--font-size: var(--hop-Label-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Label-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Label-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Label-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Label-module__hop-Label--
|
|
50
|
+
:where(.Label-module__hop-Label--md___f0lW2) {
|
|
51
51
|
--font-size: var(--hop-Label-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Label-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Label-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Label-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Label-module__hop-Label--
|
|
56
|
+
:where(.Label-module__hop-Label--lg___yXjpJ) {
|
|
57
57
|
--font-size: var(--hop-Label-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Label-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Label-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Label-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Label-module__hop-Label--
|
|
62
|
+
:where(.Label-module__hop-Label--xl___W-yC3) {
|
|
63
63
|
--font-size: var(--hop-Label-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Label-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Label-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Label-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Label-module__hop-Label--
|
|
68
|
+
:where(.Label-module__hop-Label--2xl___1sGVW) {
|
|
69
69
|
--font-size: var(--hop-Label-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Label-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Label-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Label-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Label-module__hop-Label--
|
|
74
|
+
:where(.Label-module__hop-Label--inherit___Hgnll) {
|
|
75
75
|
--font-size: var(--hop-Label-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Label-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Label-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/Spinner/src/Spinner.module.css/#css-module-data */
|
|
82
|
-
@keyframes Spinner-
|
|
82
|
+
@keyframes Spinner-module__spin___vO58Y {
|
|
83
83
|
0% {
|
|
84
84
|
transform: rotate(0deg);
|
|
85
85
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
transform: rotate(360deg);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.Spinner-module__hop-
|
|
90
|
+
.Spinner-module__hop-Spinner___3AJ1T {
|
|
91
91
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
92
92
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
93
93
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
--hop-Spinner-track-width: 0.125rem;
|
|
96
96
|
--hop-Spinner-track-opacity: 0.2;
|
|
97
97
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
98
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
98
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___vO58Y .8s infinite linear;
|
|
99
99
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
100
100
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
101
101
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
align-items: center;
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
}
|
|
109
|
-
.Spinner-module__hop-Spinner--
|
|
109
|
+
.Spinner-module__hop-Spinner--sm___zyI-F {
|
|
110
110
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
111
111
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
112
112
|
}
|
|
113
|
-
.Spinner-module__hop-Spinner--
|
|
113
|
+
.Spinner-module__hop-Spinner--md___NNX0u {
|
|
114
114
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
115
115
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
116
116
|
}
|
|
117
|
-
.Spinner-module__hop-Spinner--
|
|
117
|
+
.Spinner-module__hop-Spinner--lg___3ctxV {
|
|
118
118
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
119
119
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
120
120
|
}
|
|
121
|
-
.Spinner-module__hop-
|
|
121
|
+
.Spinner-module__hop-Spinner__track___pSjYM {
|
|
122
122
|
grid-area: spinner;
|
|
123
123
|
box-sizing: border-box;
|
|
124
124
|
inline-size: var(--width, --hop-Spinner-md-wheel-size);
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
border: var(--hop-Spinner-track-border);
|
|
128
128
|
border-radius: var(--hop-Spinner-border-radius);
|
|
129
129
|
}
|
|
130
|
-
.Spinner-module__hop-
|
|
130
|
+
.Spinner-module__hop-Spinner__fill___7JLY4 {
|
|
131
131
|
grid-area: spinner;
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
inline-size: var(--width, --hop-Spinner-md-wheel-size);
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
animation: var(--hop-Spinner-fill-animation);
|
|
139
139
|
}
|
|
140
140
|
@media (prefers-reduced-motion: reduce) {
|
|
141
|
-
.Spinner-module__hop-
|
|
141
|
+
.Spinner-module__hop-Spinner__fill___7JLY4 {
|
|
142
142
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
.Spinner-module__hop-
|
|
145
|
+
.Spinner-module__hop-Spinner__label___dCGQD {
|
|
146
146
|
grid-area: label;
|
|
147
147
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
148
148
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-
|
|
1
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-RLIG2IHH.js';
|
|
2
2
|
import '../../chunk-65JPI4FL.js';
|
|
3
3
|
import '../../chunk-4ZYV2XLW.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-NUUG5PFN.js';
|
|
5
5
|
import '../../chunk-KVDXQMWI.js';
|
|
6
6
|
import '../../chunk-HVKOIMMW.js';
|
|
7
7
|
import '../../chunk-YSQDPG26.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Label/src/Label.module.css/#css-module-data */
|
|
2
|
-
.Label-module__hop-
|
|
2
|
+
.Label-module__hop-Label___4iUGB {
|
|
3
3
|
--hop-Label-xs-font-size: var(--hop-body-xs-font-size);
|
|
4
4
|
--hop-Label-xs-font-family: var(--hop-body-xs-font-family);
|
|
5
5
|
--hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
|
|
@@ -29,49 +29,49 @@
|
|
|
29
29
|
--hop-Label-inherit-size-font-weight: inherit;
|
|
30
30
|
--hop-Label-inherit-size-line-height: inherit;
|
|
31
31
|
}
|
|
32
|
-
:where(.Label-module__hop-
|
|
32
|
+
:where(.Label-module__hop-Label___4iUGB) {
|
|
33
33
|
font-family: var(--font-family, --hop-Label-md-font-family);
|
|
34
34
|
font-size: var(--font-size, --hop-Label-md-font-size);
|
|
35
35
|
font-weight: var(--font-weight, --hop-Label-md-font-weight);
|
|
36
36
|
line-height: var(--line-height, --hop-Label-md-line-height);
|
|
37
37
|
}
|
|
38
|
-
:where(.Label-module__hop-Label--
|
|
38
|
+
:where(.Label-module__hop-Label--xs___l8KEJ) {
|
|
39
39
|
--font-size: var(--hop-Label-xs-font-size);
|
|
40
40
|
--font-family: var(--hop-Label-xs-font-family);
|
|
41
41
|
--font-weight: var(--hop-Label-xs-font-weight);
|
|
42
42
|
--line-height: var(--hop-Label-xs-line-height);
|
|
43
43
|
}
|
|
44
|
-
:where(.Label-module__hop-Label--
|
|
44
|
+
:where(.Label-module__hop-Label--sm___GfRWh) {
|
|
45
45
|
--font-size: var(--hop-Label-sm-font-size);
|
|
46
46
|
--font-family: var(--hop-Label-sm-font-family);
|
|
47
47
|
--font-weight: var(--hop-Label-sm-font-weight);
|
|
48
48
|
--line-height: var(--hop-Label-sm-line-height);
|
|
49
49
|
}
|
|
50
|
-
:where(.Label-module__hop-Label--
|
|
50
|
+
:where(.Label-module__hop-Label--md___f0lW2) {
|
|
51
51
|
--font-size: var(--hop-Label-md-font-size);
|
|
52
52
|
--font-family: var(--hop-Label-md-font-family);
|
|
53
53
|
--font-weight: var(--hop-Label-md-font-weight);
|
|
54
54
|
--line-height: var(--hop-Label-md-line-height);
|
|
55
55
|
}
|
|
56
|
-
:where(.Label-module__hop-Label--
|
|
56
|
+
:where(.Label-module__hop-Label--lg___yXjpJ) {
|
|
57
57
|
--font-size: var(--hop-Label-lg-font-size);
|
|
58
58
|
--font-family: var(--hop-Label-lg-font-family);
|
|
59
59
|
--font-weight: var(--hop-Label-lg-font-weight);
|
|
60
60
|
--line-height: var(--hop-Label-lg-line-height);
|
|
61
61
|
}
|
|
62
|
-
:where(.Label-module__hop-Label--
|
|
62
|
+
:where(.Label-module__hop-Label--xl___W-yC3) {
|
|
63
63
|
--font-size: var(--hop-Label-xl-font-size);
|
|
64
64
|
--font-family: var(--hop-Label-xl-font-family);
|
|
65
65
|
--font-weight: var(--hop-Label-xl-font-weight);
|
|
66
66
|
--line-height: var(--hop-Label-xl-line-height);
|
|
67
67
|
}
|
|
68
|
-
:where(.Label-module__hop-Label--
|
|
68
|
+
:where(.Label-module__hop-Label--2xl___1sGVW) {
|
|
69
69
|
--font-size: var(--hop-Label-2xl-font-size);
|
|
70
70
|
--font-family: var(--hop-Label-2xl-font-family);
|
|
71
71
|
--font-weight: var(--hop-Label-2xl-font-weight);
|
|
72
72
|
--line-height: var(--hop-Label-2xl-line-height);
|
|
73
73
|
}
|
|
74
|
-
:where(.Label-module__hop-Label--
|
|
74
|
+
:where(.Label-module__hop-Label--inherit___Hgnll) {
|
|
75
75
|
--font-size: var(--hop-Label-inherit-size-font-size);
|
|
76
76
|
--font-family: var(--hop-Label-inherit-size-font-family);
|
|
77
77
|
--font-weight: var(--hop-Label-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/Spinner/src/Spinner.module.css/#css-module-data */
|
|
82
|
-
@keyframes Spinner-
|
|
82
|
+
@keyframes Spinner-module__spin___vO58Y {
|
|
83
83
|
0% {
|
|
84
84
|
transform: rotate(0deg);
|
|
85
85
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
transform: rotate(360deg);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.Spinner-module__hop-
|
|
90
|
+
.Spinner-module__hop-Spinner___3AJ1T {
|
|
91
91
|
--hop-Spinner-border-radius: var(--hop-shape-circle);
|
|
92
92
|
--hop-Spinner-sm-wheel-size: 1rem;
|
|
93
93
|
--hop-Spinner-md-wheel-size: 1.25rem;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
--hop-Spinner-track-width: 0.125rem;
|
|
96
96
|
--hop-Spinner-track-opacity: 0.2;
|
|
97
97
|
--hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
|
|
98
|
-
--hop-Spinner-fill-animation: Spinner-
|
|
98
|
+
--hop-Spinner-fill-animation: Spinner-module__spin___vO58Y .8s infinite linear;
|
|
99
99
|
--hop-Spinner-fill-animation-reduced-motion-duration: 2s;
|
|
100
100
|
--hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
|
|
101
101
|
--hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
|
|
@@ -106,19 +106,19 @@
|
|
|
106
106
|
align-items: center;
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
}
|
|
109
|
-
.Spinner-module__hop-Spinner--
|
|
109
|
+
.Spinner-module__hop-Spinner--sm___zyI-F {
|
|
110
110
|
--width: var(--hop-Spinner-sm-wheel-size);
|
|
111
111
|
--height: var(--hop-Spinner-sm-wheel-size);
|
|
112
112
|
}
|
|
113
|
-
.Spinner-module__hop-Spinner--
|
|
113
|
+
.Spinner-module__hop-Spinner--md___NNX0u {
|
|
114
114
|
--width: var(--hop-Spinner-md-wheel-size);
|
|
115
115
|
--height: var(--hop-Spinner-md-wheel-size);
|
|
116
116
|
}
|
|
117
|
-
.Spinner-module__hop-Spinner--
|
|
117
|
+
.Spinner-module__hop-Spinner--lg___3ctxV {
|
|
118
118
|
--width: var(--hop-Spinner-lg-wheel-size);
|
|
119
119
|
--height: var(--hop-Spinner-lg-wheel-size);
|
|
120
120
|
}
|
|
121
|
-
.Spinner-module__hop-
|
|
121
|
+
.Spinner-module__hop-Spinner__track___pSjYM {
|
|
122
122
|
grid-area: spinner;
|
|
123
123
|
box-sizing: border-box;
|
|
124
124
|
inline-size: var(--width, --hop-Spinner-md-wheel-size);
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
border: var(--hop-Spinner-track-border);
|
|
128
128
|
border-radius: var(--hop-Spinner-border-radius);
|
|
129
129
|
}
|
|
130
|
-
.Spinner-module__hop-
|
|
130
|
+
.Spinner-module__hop-Spinner__fill___7JLY4 {
|
|
131
131
|
grid-area: spinner;
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
inline-size: var(--width, --hop-Spinner-md-wheel-size);
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
animation: var(--hop-Spinner-fill-animation);
|
|
139
139
|
}
|
|
140
140
|
@media (prefers-reduced-motion: reduce) {
|
|
141
|
-
.Spinner-module__hop-
|
|
141
|
+
.Spinner-module__hop-Spinner__fill___7JLY4 {
|
|
142
142
|
animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
.Spinner-module__hop-
|
|
145
|
+
.Spinner-module__hop-Spinner__label___dCGQD {
|
|
146
146
|
grid-area: label;
|
|
147
147
|
margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
|
|
148
148
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-
|
|
1
|
+
export { GlobalSpinnerCssSelector, _Spinner as Spinner } from '../../chunk-RLIG2IHH.js';
|
|
2
2
|
import '../../chunk-65JPI4FL.js';
|
|
3
3
|
export { SpinnerContext } from '../../chunk-4ZYV2XLW.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-NUUG5PFN.js';
|
|
5
5
|
import '../../chunk-KVDXQMWI.js';
|
|
6
6
|
import '../../chunk-HVKOIMMW.js';
|
|
7
7
|
import '../../chunk-YSQDPG26.js';
|
package/dist/Text/src/Text.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___AZmOV {
|
|
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___AZmOV) {
|
|
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___V1bcv) {
|
|
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___Dq2fh) {
|
|
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___OIBbn) {
|
|
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___2Dp00) {
|
|
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___OCJ5n) {
|
|
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___bZkQu) {
|
|
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___bNF26) {
|
|
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);
|
package/dist/Text/src/Text.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { GlobalTextCssSelector, _Text as Text } from '../../chunk-
|
|
1
|
+
export { GlobalTextCssSelector, _Text as Text } from '../../chunk-2NABNL6G.js';
|
|
2
2
|
import '../../chunk-HXI3MEEK.js';
|
|
3
3
|
import '../../chunk-OE5BLFZI.js';
|
|
4
|
-
import '../../chunk-KVDXQMWI.js';
|
|
5
4
|
import '../../chunk-M36KANKC.js';
|
|
5
|
+
import '../../chunk-KVDXQMWI.js';
|
|
6
6
|
import '../../chunk-YSQDPG26.js';
|
package/dist/Text/src/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Text/src/Text.module.css/#css-module-data */
|
|
2
|
-
.Text-module__hop-
|
|
2
|
+
.Text-module__hop-Text___AZmOV {
|
|
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___AZmOV) {
|
|
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___V1bcv) {
|
|
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___Dq2fh) {
|
|
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___OIBbn) {
|
|
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___2Dp00) {
|
|
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___OCJ5n) {
|
|
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___bZkQu) {
|
|
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___bNF26) {
|
|
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);
|
package/dist/Text/src/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { GlobalTextCssSelector, _Text as Text } from '../../chunk-
|
|
1
|
+
export { GlobalTextCssSelector, _Text as Text } from '../../chunk-2NABNL6G.js';
|
|
2
2
|
import '../../chunk-HXI3MEEK.js';
|
|
3
3
|
export { TextContext } from '../../chunk-OE5BLFZI.js';
|
|
4
|
-
import '../../chunk-KVDXQMWI.js';
|
|
5
4
|
import '../../chunk-M36KANKC.js';
|
|
5
|
+
import '../../chunk-KVDXQMWI.js';
|
|
6
6
|
import '../../chunk-YSQDPG26.js';
|