@hopper-ui/components 1.0.0 → 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.
Files changed (91) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/IconList/src/IconList.css +1 -1
  3. package/dist/IconList/src/IconList.js +1 -1
  4. package/dist/IconList/src/index.css +1 -1
  5. package/dist/IconList/src/index.js +1 -1
  6. package/dist/Label/src/Label.css +9 -9
  7. package/dist/Label/src/Label.js +1 -1
  8. package/dist/Label/src/index.css +9 -9
  9. package/dist/Label/src/index.js +1 -1
  10. package/dist/Link/src/Link.css +31 -31
  11. package/dist/Link/src/Link.js +2 -2
  12. package/dist/Link/src/index.css +31 -31
  13. package/dist/Link/src/index.js +2 -2
  14. package/dist/Spinner/src/Spinner.css +19 -19
  15. package/dist/Spinner/src/Spinner.js +2 -2
  16. package/dist/Spinner/src/index.css +19 -19
  17. package/dist/Spinner/src/index.js +2 -2
  18. package/dist/Text/src/Text.css +9 -9
  19. package/dist/Text/src/Text.js +1 -1
  20. package/dist/Text/src/index.css +9 -9
  21. package/dist/Text/src/index.js +1 -1
  22. package/dist/buttons/src/Button.css +103 -103
  23. package/dist/buttons/src/Button.js +5 -5
  24. package/dist/buttons/src/ButtonContext.d.ts +1 -1
  25. package/dist/buttons/src/ButtonGroup.css +11 -11
  26. package/dist/buttons/src/ButtonGroup.js +1 -1
  27. package/dist/buttons/src/ClearButton.css +66 -0
  28. package/dist/buttons/src/ClearButton.d.ts +15 -0
  29. package/dist/buttons/src/ClearButton.js +6 -0
  30. package/dist/buttons/src/ClearButtonContext.d.ts +8 -0
  31. package/dist/buttons/src/ClearButtonContext.js +2 -0
  32. package/dist/buttons/src/index.css +170 -103
  33. package/dist/buttons/src/index.d.ts +2 -0
  34. package/dist/buttons/src/index.js +7 -5
  35. package/dist/checkbox/src/Checkbox.css +33 -33
  36. package/dist/checkbox/src/Checkbox.js +2 -2
  37. package/dist/checkbox/src/CheckboxField.css +15 -15
  38. package/dist/checkbox/src/CheckboxField.js +2 -2
  39. package/dist/checkbox/src/CheckboxGroup.css +68 -68
  40. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  41. package/dist/checkbox/src/index.css +68 -68
  42. package/dist/checkbox/src/index.js +5 -5
  43. package/dist/chip/src/Chip.css +33 -33
  44. package/dist/chip/src/Chip.js +2 -2
  45. package/dist/chip/src/index.css +33 -33
  46. package/dist/chip/src/index.js +2 -2
  47. package/dist/{chunk-M6UHXS6K.js → chunk-2NABNL6G.js} +1 -1
  48. package/dist/{chunk-JHY3TXL4.js → chunk-6JSCWDLJ.js} +2 -2
  49. package/dist/{chunk-ME3RBGOT.js → chunk-CK42RJLK.js} +2 -2
  50. package/dist/chunk-DBTHMTO4.js +56 -0
  51. package/dist/chunk-DXVKHP4V.js +7 -0
  52. package/dist/{chunk-B7WS4DBA.js → chunk-FAXZNX63.js} +2 -2
  53. package/dist/{chunk-MD6IFXLG.js → chunk-FJ4WILCG.js} +2 -2
  54. package/dist/{chunk-GXKSX5N5.js → chunk-GYK77A5U.js} +2 -2
  55. package/dist/{chunk-OHPGEHL3.js → chunk-IYQZFIWZ.js} +2 -2
  56. package/dist/{chunk-4AARNXWE.js → chunk-LKE4VXIP.js} +2 -2
  57. package/dist/{chunk-BPM4ETTB.js → chunk-LL2FMAAO.js} +2 -0
  58. package/dist/{chunk-HVRSS5RT.js → chunk-M67A5LAA.js} +4 -4
  59. package/dist/{chunk-ZQEB3Y3X.js → chunk-MICIYADH.js} +1 -1
  60. package/dist/{chunk-5KJ5IKUE.js → chunk-N2QZWPQF.js} +2 -2
  61. package/dist/{chunk-IYITZANI.js → chunk-NUUG5PFN.js} +1 -1
  62. package/dist/{chunk-YWUIJ6ZQ.js → chunk-O2WSE3EM.js} +2 -2
  63. package/dist/{chunk-DFUQTSEV.js → chunk-RLIG2IHH.js} +2 -2
  64. package/dist/{chunk-7ELZ57E5.js → chunk-S67EVV3J.js} +2 -2
  65. package/dist/{chunk-VIHBOZVN.js → chunk-TOCGJB3X.js} +2 -2
  66. package/dist/{chunk-I7AMDVGG.js → chunk-XTRE6FPK.js} +2 -2
  67. package/dist/errorMessage/src/ErrorMessage.css +11 -11
  68. package/dist/errorMessage/src/ErrorMessage.js +2 -2
  69. package/dist/errorMessage/src/index.css +11 -11
  70. package/dist/errorMessage/src/index.js +2 -2
  71. package/dist/helperMessage/src/HelperMessage.css +11 -11
  72. package/dist/helperMessage/src/HelperMessage.js +2 -2
  73. package/dist/helperMessage/src/index.css +11 -11
  74. package/dist/helperMessage/src/index.js +2 -2
  75. package/dist/i18n/src/index.js +1 -1
  76. package/dist/i18n/src/useLocalizedString.js +1 -1
  77. package/dist/radio/src/Radio.css +30 -30
  78. package/dist/radio/src/Radio.js +2 -2
  79. package/dist/radio/src/RadioField.css +15 -15
  80. package/dist/radio/src/RadioField.js +2 -2
  81. package/dist/radio/src/RadioGroup.css +65 -65
  82. package/dist/radio/src/RadioGroup.js +2 -2
  83. package/dist/radio/src/index.css +65 -65
  84. package/dist/radio/src/index.js +5 -5
  85. package/dist/switch/src/Switch.css +25 -25
  86. package/dist/switch/src/Switch.js +2 -2
  87. package/dist/switch/src/SwitchField.css +15 -15
  88. package/dist/switch/src/SwitchField.js +2 -2
  89. package/dist/switch/src/index.css +31 -31
  90. package/dist/switch/src/index.js +4 -4
  91. package/package.json +2 -2
@@ -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-Text___-u1e- {
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-Text___-u1e-) {
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--xs___P2Mlk) {
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--sm___DIgJn) {
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--md___EBUtj) {
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--lg___Au1wj) {
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--xl___UoQSa) {
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--2xl___Nxjf-) {
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--inherit___WPX1D) {
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);
@@ -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-ErrorMessage___ByQ5V {
82
+ .ErrorMessage-module__hop-ErrorMessage___4wQIZ {
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,13 +96,13 @@
96
96
  line-height: var(--hop-ErrorMessage-line-height);
97
97
  color: var(--hop-ErrorMessage-color);
98
98
  }
99
- .ErrorMessage-module__hop-ErrorMessage__icon___Z0oW9 {
99
+ .ErrorMessage-module__hop-ErrorMessage__icon___NMFMY {
100
100
  flex: 0 0 auto;
101
101
  align-self: flex-start;
102
102
  }
103
103
 
104
104
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/helperMessage/src/HelperMessage.module.css/#css-module-data */
105
- .HelperMessage-module__hop-HelperMessage___1YNO0 {
105
+ .HelperMessage-module__hop-HelperMessage___e-3g- {
106
106
  --hop-HelperMessage-color: var(--hop-neutral-text-weak);
107
107
  --hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
108
108
  display: flex;
@@ -111,13 +111,13 @@
111
111
  box-sizing: border-box;
112
112
  color: var(--hop-HelperMessage-color);
113
113
  }
114
- .HelperMessage-module__hop-HelperMessage__icon___c7iS1 {
114
+ .HelperMessage-module__hop-HelperMessage__icon___jx2fw {
115
115
  flex: 0 0 auto;
116
116
  align-self: flex-start;
117
117
  }
118
118
 
119
119
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Label/src/Label.module.css/#css-module-data */
120
- .Label-module__hop-Label___sZV4v {
120
+ .Label-module__hop-Label___4iUGB {
121
121
  --hop-Label-xs-font-size: var(--hop-body-xs-font-size);
122
122
  --hop-Label-xs-font-family: var(--hop-body-xs-font-family);
123
123
  --hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -147,49 +147,49 @@
147
147
  --hop-Label-inherit-size-font-weight: inherit;
148
148
  --hop-Label-inherit-size-line-height: inherit;
149
149
  }
150
- :where(.Label-module__hop-Label___sZV4v) {
150
+ :where(.Label-module__hop-Label___4iUGB) {
151
151
  font-family: var(--font-family, --hop-Label-md-font-family);
152
152
  font-size: var(--font-size, --hop-Label-md-font-size);
153
153
  font-weight: var(--font-weight, --hop-Label-md-font-weight);
154
154
  line-height: var(--line-height, --hop-Label-md-line-height);
155
155
  }
156
- :where(.Label-module__hop-Label--xs___7Flvr) {
156
+ :where(.Label-module__hop-Label--xs___l8KEJ) {
157
157
  --font-size: var(--hop-Label-xs-font-size);
158
158
  --font-family: var(--hop-Label-xs-font-family);
159
159
  --font-weight: var(--hop-Label-xs-font-weight);
160
160
  --line-height: var(--hop-Label-xs-line-height);
161
161
  }
162
- :where(.Label-module__hop-Label--sm___q7-gY) {
162
+ :where(.Label-module__hop-Label--sm___GfRWh) {
163
163
  --font-size: var(--hop-Label-sm-font-size);
164
164
  --font-family: var(--hop-Label-sm-font-family);
165
165
  --font-weight: var(--hop-Label-sm-font-weight);
166
166
  --line-height: var(--hop-Label-sm-line-height);
167
167
  }
168
- :where(.Label-module__hop-Label--md___ZxMc1) {
168
+ :where(.Label-module__hop-Label--md___f0lW2) {
169
169
  --font-size: var(--hop-Label-md-font-size);
170
170
  --font-family: var(--hop-Label-md-font-family);
171
171
  --font-weight: var(--hop-Label-md-font-weight);
172
172
  --line-height: var(--hop-Label-md-line-height);
173
173
  }
174
- :where(.Label-module__hop-Label--lg___qnzoz) {
174
+ :where(.Label-module__hop-Label--lg___yXjpJ) {
175
175
  --font-size: var(--hop-Label-lg-font-size);
176
176
  --font-family: var(--hop-Label-lg-font-family);
177
177
  --font-weight: var(--hop-Label-lg-font-weight);
178
178
  --line-height: var(--hop-Label-lg-line-height);
179
179
  }
180
- :where(.Label-module__hop-Label--xl___3pCXT) {
180
+ :where(.Label-module__hop-Label--xl___W-yC3) {
181
181
  --font-size: var(--hop-Label-xl-font-size);
182
182
  --font-family: var(--hop-Label-xl-font-family);
183
183
  --font-weight: var(--hop-Label-xl-font-weight);
184
184
  --line-height: var(--hop-Label-xl-line-height);
185
185
  }
186
- :where(.Label-module__hop-Label--2xl___CuLU9) {
186
+ :where(.Label-module__hop-Label--2xl___1sGVW) {
187
187
  --font-size: var(--hop-Label-2xl-font-size);
188
188
  --font-family: var(--hop-Label-2xl-font-family);
189
189
  --font-weight: var(--hop-Label-2xl-font-weight);
190
190
  --line-height: var(--hop-Label-2xl-line-height);
191
191
  }
192
- :where(.Label-module__hop-Label--inherit___pCJ8C) {
192
+ :where(.Label-module__hop-Label--inherit___Hgnll) {
193
193
  --font-size: var(--hop-Label-inherit-size-font-size);
194
194
  --font-family: var(--hop-Label-inherit-size-font-family);
195
195
  --font-weight: var(--hop-Label-inherit-size-font-weight);
@@ -197,7 +197,7 @@
197
197
  }
198
198
 
199
199
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
200
- .IconList-module__hop-IconList___eJ4Sl {
200
+ .IconList-module__hop-IconList___FMF13 {
201
201
  --hop-IconList-gap: var(--hop-space-inline-xs);
202
202
  display: flex;
203
203
  flex-wrap: wrap;
@@ -206,7 +206,7 @@
206
206
  }
207
207
 
208
208
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/Radio.module.css/#css-module-data */
209
- .Radio-module__hop-Radio___ixqBm {
209
+ .Radio-module__hop-Radio___KeQFF {
210
210
  --hop-Radio-box-border-size: 0.0625rem;
211
211
  --hop-Radio-box-border-color: var(--hop-neutral-border);
212
212
  --hop-Radio-box-background-color: var(--hop-neutral-surface);
@@ -288,21 +288,21 @@
288
288
  inline-size: max-content;
289
289
  max-inline-size: 100%;
290
290
  }
291
- .Radio-module__hop-Radio___ixqBm[data-hovered] {
291
+ .Radio-module__hop-Radio___KeQFF[data-hovered] {
292
292
  --box-background-color: var(--hop-Radio-box-background-color-hover);
293
293
  --box-border-color: var(--hop-Radio-box-border-color-hover);
294
294
  --text-color: var(--hop-Radio-text-color-hover);
295
295
  --icon-color: var(--hop-Radio-icon-color-hover);
296
296
  --description-color: var(--hop-Radio-description-color-hover);
297
297
  }
298
- .Radio-module__hop-Radio___ixqBm[data-pressed] {
298
+ .Radio-module__hop-Radio___KeQFF[data-pressed] {
299
299
  --box-background-color: var(--hop-Radio-box-background-color-pressed);
300
300
  --box-border-color: var(--hop-Radio-box-border-color-pressed);
301
301
  --text-color: var(--hop-Radio-text-color-pressed);
302
302
  --icon-color: var(--hop-Radio-icon-color-pressed);
303
303
  --description-color: var(--hop-Radio-description-color-pressed);
304
304
  }
305
- .Radio-module__hop-Radio___ixqBm[data-selected] {
305
+ .Radio-module__hop-Radio___KeQFF[data-selected] {
306
306
  --box-background-color: var(--hop-Radio-box-background-color-selected-hover);
307
307
  --box-border-color: var(--hop-Radio-box-border-color-selected-hover);
308
308
  --bullet-display: var(--hop-Radio-bullet-display-selected);
@@ -310,7 +310,7 @@
310
310
  --icon-color: var(--hop-Radio-icon-color-selected);
311
311
  --description-color: var(--hop-Radio-description-color-selected);
312
312
  }
313
- .Radio-module__hop-Radio___ixqBm[data-focus-visible] {
313
+ .Radio-module__hop-Radio___KeQFF[data-focus-visible] {
314
314
  --box-background-color: var(--hop-Radio-box-background-color-focus);
315
315
  --box-border-color: var(--hop-Radio-box-border-color-focus);
316
316
  --box-outline: 0.125rem solid var(--hop-Radio-box-focus-ring-color);
@@ -318,11 +318,11 @@
318
318
  --icon-color: var(--hop-Radio-icon-color-focus);
319
319
  --description-color: var(--hop-Radio-description-color-focus);
320
320
  }
321
- .Radio-module__hop-Radio___ixqBm[data-focus-visible][data-selected] {
321
+ .Radio-module__hop-Radio___KeQFF[data-focus-visible][data-selected] {
322
322
  --box-background-color: var(--hop-Radio-box-background-color-selected-focus);
323
323
  --box-border-color: var(--hop-Radio-box-border-color-selected-focus);
324
324
  }
325
- .Radio-module__hop-Radio___ixqBm[data-invalid] {
325
+ .Radio-module__hop-Radio___KeQFF[data-invalid] {
326
326
  --box-background-color: var(--hop-Radio-box-background-color-invalid);
327
327
  --box-border-color: var(--hop-Radio-box-border-color-invalid);
328
328
  --bullet-color: var(--hop-Radio-bullet-color-invalid);
@@ -330,27 +330,27 @@
330
330
  --icon-color: var(--hop-Radio-icon-color-invalid);
331
331
  --description-color: var(--hop-Radio-description-color-invalid);
332
332
  }
333
- .Radio-module__hop-Radio___ixqBm[data-invalid][data-hovered] {
333
+ .Radio-module__hop-Radio___KeQFF[data-invalid][data-hovered] {
334
334
  --box-background-color: var(--hop-Radio-box-background-color-hover-invalid);
335
335
  --box-border-color: var(--hop-Radio-box-border-color-hover-invalid);
336
336
  --text-color: var(--hop-Radio-text-color-hover-invalid);
337
337
  --icon-color: var(--hop-Radio-text-color-hover-invalid);
338
338
  }
339
- .Radio-module__hop-Radio___ixqBm[data-invalid][data-pressed] {
339
+ .Radio-module__hop-Radio___KeQFF[data-invalid][data-pressed] {
340
340
  --box-background-color: var(--hop-Radio-box-background-color-pressed-invalid);
341
341
  --box-border-color: var(--hop-Radio-box-border-color-pressed-invalid);
342
342
  --text-color: var(--hop-Radio-text-color-pressed-invalid);
343
343
  --icon-color: var(--hop-Radio-icon-color-pressed-invalid);
344
344
  }
345
- .Radio-module__hop-Radio___ixqBm[data-invalid][data-focus-visible] {
345
+ .Radio-module__hop-Radio___KeQFF[data-invalid][data-focus-visible] {
346
346
  --box-background-color: var(--hop-Radio-box-background-color-focus-invalid);
347
347
  --box-border-color: var(--hop-Radio-box-border-color-focus-invalid);
348
348
  }
349
- .Radio-module__hop-Radio___ixqBm[data-invalid][data-selected] {
349
+ .Radio-module__hop-Radio___KeQFF[data-invalid][data-selected] {
350
350
  --box-background-color: var(--hop-Radio-box-background-color-selected-invalid);
351
351
  --box-border-color: var(--hop-Radio-box-border-color-selected-invalid);
352
352
  }
353
- .Radio-module__hop-Radio___ixqBm[data-disabled] {
353
+ .Radio-module__hop-Radio___KeQFF[data-disabled] {
354
354
  --box-background-color: var(--hop-Radio-box-background-color-disabled);
355
355
  --box-border-color: var(--hop-Radio-box-border-color-disabled);
356
356
  --bullet-color: var(--hop-Radio-bullet-color-disabled);
@@ -359,29 +359,29 @@
359
359
  --icon-color: var(--hop-Radio-icon-color-disabled);
360
360
  --description-color: var(--hop-Radio-description-color-disabled);
361
361
  }
362
- .Radio-module__hop-Radio___ixqBm[data-disabled][data-selected] {
362
+ .Radio-module__hop-Radio___KeQFF[data-disabled][data-selected] {
363
363
  --box-background-color: var(--hop-Radio-box-background-color-selected-disabled);
364
364
  --box-border-color: var(--hop-Radio-box-border-color-selected-disabled);
365
365
  }
366
- .Radio-module__hop-Radio--sm___G0-gW {
366
+ .Radio-module__hop-Radio--sm___xNoEO {
367
367
  --box-inline-size: var(--hop-Radio-box-sm-inline-size);
368
368
  --box-block-size: var(--hop-Radio-box-sm-block-size);
369
369
  --text-top-offset: var(--hop-Radio-text-sm-top-offset);
370
370
  --text-margin-inline-start: var(--hop-Radio-text-sm-margin-inline-start);
371
371
  }
372
- .Radio-module__hop-Radio--md___xRFTQ {
372
+ .Radio-module__hop-Radio--md___rSoSn {
373
373
  --box-inline-size: var(--hop-Radio-box-md-inline-size);
374
374
  --box-block-size: var(--hop-Radio-box-md-block-size);
375
375
  --text-top-offset: var(--hop-Radio-text-md-top-offset);
376
376
  --text-margin-inline-start: var(--hop-Radio-text-md-margin-inline-start);
377
377
  }
378
- .Radio-module__hop-Radio__icon___wXYjp,
379
- .Radio-module__hop-Radio__icon-list___VqAkj {
378
+ .Radio-module__hop-Radio__icon___XCZ3l,
379
+ .Radio-module__hop-Radio__icon-list___lW4kr {
380
380
  flex: 0 0 auto;
381
381
  order: 3;
382
382
  color: var(--icon-color);
383
383
  }
384
- .Radio-module__hop-Radio__box___LvVYK {
384
+ .Radio-module__hop-Radio__box___JCJnm {
385
385
  display: flex;
386
386
  flex: 0 0 auto;
387
387
  align-items: center;
@@ -397,11 +397,11 @@
397
397
  outline-offset: 0.125rem;
398
398
  transition: background-color var(--transition-duration) var(--hop-easing-productive), border var(--transition-duration) var(--hop-easing-productive);
399
399
  }
400
- .Radio-module__hop-Radio__bullet___7Sv97 {
400
+ .Radio-module__hop-Radio__bullet___l8YS4 {
401
401
  display: var(--bullet-display);
402
402
  color: var(--bullet-color);
403
403
  }
404
- .Radio-module__hop-Radio__text___FcEZE {
404
+ .Radio-module__hop-Radio__text___2SosI {
405
405
  flex: 0 1 auto;
406
406
  order: 2;
407
407
  min-inline-size: 0;
@@ -411,7 +411,7 @@
411
411
  }
412
412
 
413
413
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioField.module.css/#css-module-data */
414
- .RadioField-module__hop-RadioField___u5q-m {
414
+ .RadioField-module__hop-RadioField___FXm1A {
415
415
  --hop-RadioField-description-color: var(--hop-neutral-text-weak);
416
416
  --hop-RadioField-description-color-disabled: var(--hop-neutral-text-disabled);
417
417
  --hop-RadioField-sm-row-gap: var(--hop-space-stack-xs);
@@ -430,28 +430,28 @@
430
430
  inline-size: max-content;
431
431
  max-inline-size: 100%;
432
432
  }
433
- .RadioField-module__hop-RadioField___u5q-m[data-disabled] {
433
+ .RadioField-module__hop-RadioField___FXm1A[data-disabled] {
434
434
  --description-color: var(--hop-RadioField-description-color-disabled);
435
435
  }
436
- .RadioField-module__hop-RadioField--sm___xyabe {
436
+ .RadioField-module__hop-RadioField--sm___iqe9r {
437
437
  --row-gap: var(--hop-RadioField-sm-row-gap);
438
438
  --description-margin-inline-start: var(--hop-RadioField-description-sm-margin-inline-start);
439
439
  }
440
- .RadioField-module__hop-RadioField--md___RaN8s {
440
+ .RadioField-module__hop-RadioField--md___k4LVV {
441
441
  --row-gap: var(--hop-RadioField-md-row-gap);
442
442
  --description-margin-inline-start: var(--hop-RadioField-description-md-margin-inline-start);
443
443
  }
444
- .RadioField-module__hop-RadioField__description___XKSO3 {
444
+ .RadioField-module__hop-RadioField__description___G8S6e {
445
445
  order: 2;
446
446
  margin-inline-start: var(--description-margin-inline-start, var(--hop-RadioField-description-md-margin-inline-start));
447
447
  color: var(--description-color);
448
448
  }
449
- .RadioField-module__hop-RadioField__radio___hg6Wr {
449
+ .RadioField-module__hop-RadioField__radio___QOuTf {
450
450
  order: 1;
451
451
  }
452
452
 
453
453
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/radio/src/RadioGroup.module.css/#css-module-data */
454
- .RadioGroup-module__hop-RadioGroup___T9TtY {
454
+ .RadioGroup-module__hop-RadioGroup___cl4y9 {
455
455
  --hop-RadioGroup-align-items: flex-start;
456
456
  --hop-RadioGroup-justify-content: flex-start;
457
457
  --hop-RadioGroup-bordered-border-color: var(--hop-neutral-border-weak);
@@ -491,46 +491,46 @@
491
491
  inline-size: var(--inline-size);
492
492
  max-inline-size: 100%;
493
493
  }
494
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ {
494
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX {
495
495
  --list-border: var(--radio-border-size) solid var(--radio-border-color);
496
496
  --list-border-radius: var(--hop-shape-rounded-md);
497
497
  }
498
- .RadioGroup-module__hop-RadioGroup--sm___EXu0Q {
498
+ .RadioGroup-module__hop-RadioGroup--sm___rsFPx {
499
499
  --column-gap: var(--hop-RadioGroup-sm-column-gap);
500
500
  --row-gap: var(--hop-RadioGroup-sm-row-gap);
501
501
  --list-column-gap: var(--hop-RadioGroup-list-sm-column-gap);
502
502
  --list-row-gap: var(--hop-RadioGroup-list-sm-row-gap);
503
503
  }
504
- .RadioGroup-module__hop-RadioGroup--md___xNRU8 {
504
+ .RadioGroup-module__hop-RadioGroup--md___LYlXf {
505
505
  --column-gap: var(--hop-RadioGroup-md-column-gap);
506
506
  --row-gap: var(--hop-RadioGroup-md-row-gap);
507
507
  --list-column-gap: var(--hop-RadioGroup-list-md-column-gap);
508
508
  --list-row-gap: var(--hop-RadioGroup-list-md-row-gap);
509
509
  }
510
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ.RadioGroup-module__hop-RadioGroup--sm___EXu0Q {
510
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX.RadioGroup-module__hop-RadioGroup--sm___rsFPx {
511
511
  --radio-padding: var(--hop-RadioGroup-bordered-sm-padding);
512
512
  --column-gap: var(--hop-RadioGroup-bordered-sm-column-gap);
513
513
  --row-gap: var(--hop-RadioGroup-bordered-sm-row-gap);
514
514
  --list-column-gap: var(--hop-RadioGroup-list-bordered-sm-column-gap);
515
515
  --list-row-gap: var(--hop-RadioGroup-list-bordered-sm-row-gap);
516
516
  }
517
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ.RadioGroup-module__hop-RadioGroup--md___xNRU8 {
517
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX.RadioGroup-module__hop-RadioGroup--md___LYlXf {
518
518
  --radio-padding: var(--hop-RadioGroup-bordered-md-padding);
519
519
  --column-gap: var(--hop-RadioGroup-bordered-md-column-gap);
520
520
  --row-gap: var(--hop-RadioGroup-bordered-md-row-gap);
521
521
  --list-column-gap: var(--hop-RadioGroup-list-bordered-md-column-gap);
522
522
  --list-row-gap: var(--hop-RadioGroup-list-bordered-md-row-gap);
523
523
  }
524
- .RadioGroup-module__hop-RadioGroup___T9TtY[data-orientation=horizontal] {
524
+ .RadioGroup-module__hop-RadioGroup___cl4y9[data-orientation=horizontal] {
525
525
  --flex-direction: var(--hop-RadioGroup-horizontal-flex-direction);
526
526
  }
527
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ[data-orientation=horizontal] {
527
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX[data-orientation=horizontal] {
528
528
  --flex-wrap: nowrap;
529
529
  }
530
- .RadioGroup-module__hop-RadioGroup___T9TtY > .RadioGroup-module__hop-RadioGroup__label___eybbP {
530
+ .RadioGroup-module__hop-RadioGroup___cl4y9 > .RadioGroup-module__hop-RadioGroup__label___Z8qTD {
531
531
  order: 1;
532
532
  }
533
- .RadioGroup-module__hop-RadioGroup__list___kk0V7 {
533
+ .RadioGroup-module__hop-RadioGroup__list___3JqVr {
534
534
  display: flex;
535
535
  flex-flow: var(--flex-direction) var(--flex-wrap);
536
536
  gap: var(--list-row-gap, var(--hop-space-stack-md)) var(--list-column-gap, var(--hop-space-inline-md));
@@ -541,7 +541,7 @@
541
541
  border: var(--list-border, none);
542
542
  border-radius: var(--list-border-radius, 0);
543
543
  }
544
- .RadioGroup-module__hop-RadioGroup__list___kk0V7 > .RadioGroup-module__hop-RadioGroup__radio___rf-mr {
544
+ .RadioGroup-module__hop-RadioGroup__list___3JqVr > .RadioGroup-module__hop-RadioGroup__radio___sDWcN {
545
545
  position: relative;
546
546
  flex: 0 1 auto;
547
547
  align-content: start;
@@ -549,22 +549,22 @@
549
549
  min-inline-size: 0;
550
550
  padding: var(--radio-padding, 0);
551
551
  }
552
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ .RadioGroup-module__hop-RadioGroup__list___kk0V7 > .RadioGroup-module__hop-RadioGroup__radio___rf-mr ~ .RadioGroup-module__hop-RadioGroup__radio___rf-mr::before {
552
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX .RadioGroup-module__hop-RadioGroup__list___3JqVr > .RadioGroup-module__hop-RadioGroup__radio___sDWcN ~ .RadioGroup-module__hop-RadioGroup__radio___sDWcN::before {
553
553
  content: "";
554
554
  position: absolute;
555
555
  display: block;
556
556
  }
557
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ[data-orientation=vertical] .RadioGroup-module__hop-RadioGroup__list___kk0V7 > .RadioGroup-module__hop-RadioGroup__radio___rf-mr ~ .RadioGroup-module__hop-RadioGroup__radio___rf-mr::before {
557
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX[data-orientation=vertical] .RadioGroup-module__hop-RadioGroup__list___3JqVr > .RadioGroup-module__hop-RadioGroup__radio___sDWcN ~ .RadioGroup-module__hop-RadioGroup__radio___sDWcN::before {
558
558
  inset-block-start: 0;
559
559
  inset-inline: 0;
560
560
  border-block-start: var(--list-border, none);
561
561
  }
562
- .RadioGroup-module__hop-RadioGroup--bordered___YceTZ[data-orientation=horizontal] .RadioGroup-module__hop-RadioGroup__list___kk0V7 > .RadioGroup-module__hop-RadioGroup__radio___rf-mr ~ .RadioGroup-module__hop-RadioGroup__radio___rf-mr::before {
562
+ .RadioGroup-module__hop-RadioGroup--bordered___N-fHX[data-orientation=horizontal] .RadioGroup-module__hop-RadioGroup__list___3JqVr > .RadioGroup-module__hop-RadioGroup__radio___sDWcN ~ .RadioGroup-module__hop-RadioGroup__radio___sDWcN::before {
563
563
  inset-block: 0;
564
564
  inset-inline-start: 0;
565
565
  border-inline-start: var(--list-border, none);
566
566
  }
567
- .RadioGroup-module__hop-RadioGroup___T9TtY > .RadioGroup-module__hop-RadioGroup__error-message___wj9r4,
568
- .RadioGroup-module__hop-RadioGroup___T9TtY > .RadioGroup-module__hop-RadioGroup__helper-message___vyN6b {
567
+ .RadioGroup-module__hop-RadioGroup___cl4y9 > .RadioGroup-module__hop-RadioGroup__error-message___T8SFT,
568
+ .RadioGroup-module__hop-RadioGroup___cl4y9 > .RadioGroup-module__hop-RadioGroup__helper-message___2GkK8 {
569
569
  order: 3;
570
570
  }
@@ -1,8 +1,8 @@
1
- export { GlobalRadioGroupCssSelector, _RadioGroup as RadioGroup } from '../../chunk-4AARNXWE.js';
1
+ export { GlobalRadioGroupCssSelector, _RadioGroup as RadioGroup } from '../../chunk-LKE4VXIP.js';
2
+ import '../../chunk-FU5CCPLP.js';
2
3
  import '../../chunk-DGLAGYBD.js';
3
4
  import '../../chunk-5MBJWRZD.js';
4
5
  import '../../chunk-A7TZHALP.js';
5
- import '../../chunk-FU5CCPLP.js';
6
6
  import '../../chunk-ACVMW6YD.js';
7
7
  import '../../chunk-ESVVLTEN.js';
8
8
  import '../../chunk-65JPI4FL.js';