@hopper-ui/components 1.3.11 → 1.3.13

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 (226) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +37 -37
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +55 -55
  5. package/dist/Avatar/src/Avatar.js +4 -4
  6. package/dist/Avatar/src/DeletedAvatar.css +37 -37
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +55 -55
  11. package/dist/Avatar/src/index.js +6 -6
  12. package/dist/Avatar/src/useImageFallback.js +1 -1
  13. package/dist/Badge/src/Badge.css +42 -42
  14. package/dist/Badge/src/Badge.js +2 -2
  15. package/dist/Badge/src/FloatingBadge.css +37 -37
  16. package/dist/Badge/src/FloatingBadge.js +1 -1
  17. package/dist/Badge/src/index.css +52 -52
  18. package/dist/Badge/src/index.js +3 -3
  19. package/dist/ComboBox/src/ComboBox.css +713 -713
  20. package/dist/ComboBox/src/ComboBox.d.ts +9 -0
  21. package/dist/ComboBox/src/ComboBox.js +51 -51
  22. package/dist/ComboBox/src/ComboBoxContext.d.ts +6 -1
  23. package/dist/ComboBox/src/index.css +713 -713
  24. package/dist/ComboBox/src/index.d.ts +6 -1
  25. package/dist/ComboBox/src/index.js +51 -51
  26. package/dist/Divider/src/Divider.css +29 -29
  27. package/dist/Divider/src/Divider.js +1 -1
  28. package/dist/Divider/src/index.css +29 -29
  29. package/dist/Divider/src/index.js +1 -1
  30. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  31. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  32. package/dist/ErrorMessage/src/index.css +29 -29
  33. package/dist/ErrorMessage/src/index.js +2 -2
  34. package/dist/Form/src/Form.css +713 -713
  35. package/dist/Form/src/Form.js +51 -51
  36. package/dist/Form/src/index.css +713 -713
  37. package/dist/Form/src/index.js +51 -51
  38. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  39. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  40. package/dist/HelperMessage/src/index.css +29 -29
  41. package/dist/HelperMessage/src/index.js +2 -2
  42. package/dist/IconList/src/IconList.css +28 -28
  43. package/dist/IconList/src/IconList.js +1 -1
  44. package/dist/IconList/src/index.css +28 -28
  45. package/dist/IconList/src/index.js +1 -1
  46. package/dist/Link/src/Link.css +49 -49
  47. package/dist/Link/src/Link.js +11 -2
  48. package/dist/Link/src/index.css +49 -49
  49. package/dist/Link/src/index.js +11 -2
  50. package/dist/ListBox/src/ListBox.css +274 -274
  51. package/dist/ListBox/src/ListBox.d.ts +11 -1
  52. package/dist/ListBox/src/ListBox.js +15 -7
  53. package/dist/ListBox/src/ListBoxContext.d.ts +6 -0
  54. package/dist/ListBox/src/ListBoxItem.css +262 -262
  55. package/dist/ListBox/src/ListBoxItem.d.ts +21 -5
  56. package/dist/ListBox/src/ListBoxItem.js +14 -5
  57. package/dist/ListBox/src/ListBoxItemContext.d.ts +6 -0
  58. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  59. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  60. package/dist/ListBox/src/index.css +274 -274
  61. package/dist/ListBox/src/index.d.ts +6 -0
  62. package/dist/ListBox/src/index.js +15 -7
  63. package/dist/Select/src/Select.css +713 -713
  64. package/dist/Select/src/Select.d.ts +9 -0
  65. package/dist/Select/src/Select.js +51 -51
  66. package/dist/Select/src/SelectContext.d.ts +6 -1
  67. package/dist/Select/src/SelectValue.css +61 -61
  68. package/dist/Select/src/SelectValue.d.ts +6 -1
  69. package/dist/Select/src/SelectValue.js +5 -5
  70. package/dist/Select/src/index.css +713 -713
  71. package/dist/Select/src/index.d.ts +6 -1
  72. package/dist/Select/src/index.js +51 -51
  73. package/dist/Spinner/src/Spinner.css +37 -37
  74. package/dist/Spinner/src/Spinner.js +2 -2
  75. package/dist/Spinner/src/index.css +37 -37
  76. package/dist/Spinner/src/index.js +2 -2
  77. package/dist/buttons/src/Button.css +112 -112
  78. package/dist/buttons/src/Button.d.ts +4 -0
  79. package/dist/buttons/src/Button.js +12 -4
  80. package/dist/buttons/src/ButtonContext.d.ts +2 -0
  81. package/dist/buttons/src/ButtonGroup.css +38 -38
  82. package/dist/buttons/src/ButtonGroup.js +1 -1
  83. package/dist/buttons/src/ClearButton.css +98 -98
  84. package/dist/buttons/src/ClearButton.js +2 -2
  85. package/dist/buttons/src/EmbeddedButton.css +98 -98
  86. package/dist/buttons/src/EmbeddedButton.js +1 -1
  87. package/dist/buttons/src/index.css +194 -194
  88. package/dist/buttons/src/index.d.ts +2 -0
  89. package/dist/buttons/src/index.js +15 -7
  90. package/dist/checkbox/src/Checkbox.css +46 -46
  91. package/dist/checkbox/src/Checkbox.js +11 -2
  92. package/dist/checkbox/src/CheckboxField.css +33 -33
  93. package/dist/checkbox/src/CheckboxField.js +1 -1
  94. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  95. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  96. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  97. package/dist/checkbox/src/DecorativeCheckbox.js +11 -2
  98. package/dist/checkbox/src/index.css +98 -98
  99. package/dist/checkbox/src/index.js +14 -6
  100. package/dist/{chunk-4ZCY2KEA.js → chunk-2FPPOLXY.js} +2 -2
  101. package/dist/{chunk-MOEKGI3Q.js → chunk-2T4YF6YA.js} +15 -9
  102. package/dist/{chunk-MZTFEGDM.js → chunk-2YCQ3HR4.js} +1 -1
  103. package/dist/{chunk-QEVF4GU6.js → chunk-4LGBWVIU.js} +1 -1
  104. package/dist/{chunk-6NS4AQDI.js → chunk-4SAYVVYL.js} +13 -5
  105. package/dist/{chunk-VJWTYDCA.js → chunk-525E7GQA.js} +1 -1
  106. package/dist/{chunk-UXI6MVF4.js → chunk-5C4FZTGZ.js} +13 -5
  107. package/dist/{chunk-6HV7YSW5.js → chunk-5NLYTU3H.js} +2 -2
  108. package/dist/{chunk-F2BSC3KH.js → chunk-6CMYDEZX.js} +21 -19
  109. package/dist/{chunk-S4JSEGNU.js → chunk-7NUKUYR2.js} +1 -1
  110. package/dist/{chunk-QAUIUFHM.js → chunk-AG6PENAS.js} +3 -7
  111. package/dist/{chunk-O6I523D7.js → chunk-AHYLFUTN.js} +12 -7
  112. package/dist/{chunk-VFI4XPBU.js → chunk-AXOHWQ3F.js} +1 -1
  113. package/dist/{chunk-I7C4D6SO.js → chunk-BNRFZJH2.js} +1 -1
  114. package/dist/{chunk-L3DEPUAF.js → chunk-BRXIL2PF.js} +1 -1
  115. package/dist/{chunk-TELARNV2.js → chunk-D7DJDRJ3.js} +1 -1
  116. package/dist/{chunk-BXBMRBPB.js → chunk-GP6BKXPT.js} +1 -1
  117. package/dist/{chunk-4ZUCHCV2.js → chunk-JE3XX2SJ.js} +2 -2
  118. package/dist/{chunk-P7OXW6SX.js → chunk-KEFMYHZ7.js} +3 -7
  119. package/dist/{chunk-HPPNJVV6.js → chunk-L4P3WZD5.js} +2 -2
  120. package/dist/{chunk-NS3XVOQ7.js → chunk-LI5HSYF7.js} +5 -2
  121. package/dist/{chunk-TQLIL4FK.js → chunk-N2LF4W2F.js} +2 -2
  122. package/dist/{chunk-4D5OKVKB.js → chunk-N4W5OGVT.js} +10 -9
  123. package/dist/{chunk-WSHJXUF4.js → chunk-NCSZH3BX.js} +5 -4
  124. package/dist/{chunk-KKCIN6AH.js → chunk-NDNG5JZM.js} +1 -1
  125. package/dist/{chunk-ZJKTV2QB.js → chunk-NMVERJN3.js} +17 -7
  126. package/dist/{chunk-Y4V25PX4.js → chunk-PC57XZVV.js} +17 -6
  127. package/dist/{chunk-YV4BUYJN.js → chunk-PIPM74ZR.js} +1 -1
  128. package/dist/{chunk-4PLO6M5P.js → chunk-POYJ4HSP.js} +2 -2
  129. package/dist/{chunk-R5YV23ZF.js → chunk-QOJVYB3C.js} +1 -1
  130. package/dist/{chunk-5ORMXIMY.js → chunk-QZK76BU7.js} +1 -1
  131. package/dist/{chunk-BPFYQL3X.js → chunk-RWV3WC6S.js} +10 -9
  132. package/dist/{chunk-GTNBBI2S.js → chunk-SED3IAG6.js} +2 -2
  133. package/dist/{chunk-7B6XUT4A.js → chunk-TAKV5UAB.js} +1 -1
  134. package/dist/{chunk-BUP6LEQX.js → chunk-TWDVOXVB.js} +1 -1
  135. package/dist/{chunk-D7WXRB6L.js → chunk-VGVPCTWN.js} +3 -7
  136. package/dist/{chunk-64O3N7JE.js → chunk-VNC3T7SU.js} +1 -1
  137. package/dist/{chunk-JOIYDL4E.js → chunk-WGK36YRB.js} +1 -1
  138. package/dist/{chunk-NTFJHBUN.js → chunk-WHESXP63.js} +25 -26
  139. package/dist/{chunk-SCDADO4Y.js → chunk-WXDO7NVW.js} +1 -1
  140. package/dist/{chunk-47AZN77D.js → chunk-XA4GSKHM.js} +1 -1
  141. package/dist/{chunk-W6DTEUHF.js → chunk-Y4DX32HX.js} +3 -7
  142. package/dist/{chunk-BJNIT3X3.js → chunk-YEFNZ7AV.js} +17 -12
  143. package/dist/{chunk-KS255M2B.js → chunk-YJR4NQEV.js} +3 -7
  144. package/dist/{chunk-M64YZ3V3.js → chunk-ZVEICADL.js} +2 -2
  145. package/dist/{chunk-5RQ3FMMG.js → chunk-ZXLXPVHG.js} +3 -7
  146. package/dist/index.css +713 -713
  147. package/dist/index.js +51 -51
  148. package/dist/inputs/src/InputGroup.css +209 -209
  149. package/dist/inputs/src/InputGroup.js +1 -1
  150. package/dist/inputs/src/NumberField.css +231 -231
  151. package/dist/inputs/src/NumberField.d.ts +5 -0
  152. package/dist/inputs/src/NumberField.js +8 -7
  153. package/dist/inputs/src/NumberFieldContext.d.ts +1 -0
  154. package/dist/inputs/src/PasswordField.css +219 -219
  155. package/dist/inputs/src/PasswordField.d.ts +15 -1
  156. package/dist/inputs/src/PasswordField.js +7 -7
  157. package/dist/inputs/src/PasswordFieldContext.d.ts +2 -0
  158. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  159. package/dist/inputs/src/RemainingCharacterCount.d.ts +5 -7
  160. package/dist/inputs/src/RemainingCharacterCount.js +5 -5
  161. package/dist/inputs/src/SearchField.css +225 -225
  162. package/dist/inputs/src/SearchField.d.ts +11 -0
  163. package/dist/inputs/src/SearchField.js +8 -8
  164. package/dist/inputs/src/SearchFieldContext.d.ts +3 -0
  165. package/dist/inputs/src/TextArea.css +226 -226
  166. package/dist/inputs/src/TextArea.d.ts +12 -0
  167. package/dist/inputs/src/TextArea.js +7 -7
  168. package/dist/inputs/src/TextAreaContext.d.ts +4 -0
  169. package/dist/inputs/src/TextField.css +223 -223
  170. package/dist/inputs/src/TextField.d.ts +12 -0
  171. package/dist/inputs/src/TextField.js +11 -10
  172. package/dist/inputs/src/TextFieldContext.d.ts +4 -0
  173. package/dist/inputs/src/index.css +269 -269
  174. package/dist/inputs/src/index.d.ts +2 -1
  175. package/dist/inputs/src/index.js +15 -14
  176. package/dist/overlays/Popover/src/Popover.css +713 -713
  177. package/dist/overlays/Popover/src/Popover.js +51 -51
  178. package/dist/overlays/Popover/src/index.css +713 -713
  179. package/dist/overlays/Popover/src/index.js +51 -51
  180. package/dist/radio/src/DecorativeRadio.css +54 -54
  181. package/dist/radio/src/DecorativeRadio.js +11 -2
  182. package/dist/radio/src/Radio.css +46 -46
  183. package/dist/radio/src/Radio.js +11 -2
  184. package/dist/radio/src/RadioField.css +33 -33
  185. package/dist/radio/src/RadioField.js +1 -1
  186. package/dist/radio/src/RadioGroup.css +98 -98
  187. package/dist/radio/src/RadioGroup.js +2 -2
  188. package/dist/radio/src/index.css +98 -98
  189. package/dist/radio/src/index.js +14 -6
  190. package/dist/switch/src/Switch.css +43 -43
  191. package/dist/switch/src/Switch.js +11 -2
  192. package/dist/switch/src/SwitchField.css +33 -33
  193. package/dist/switch/src/SwitchField.js +1 -1
  194. package/dist/switch/src/index.css +49 -49
  195. package/dist/switch/src/index.js +12 -3
  196. package/dist/tag/src/Tag.css +335 -335
  197. package/dist/tag/src/Tag.d.ts +13 -0
  198. package/dist/tag/src/Tag.js +14 -6
  199. package/dist/tag/src/TagContext.d.ts +5 -0
  200. package/dist/tag/src/TagGroup.css +37 -37
  201. package/dist/tag/src/TagGroup.js +1 -1
  202. package/dist/tag/src/TagList.css +27 -27
  203. package/dist/tag/src/index.css +345 -345
  204. package/dist/tag/src/index.d.ts +5 -0
  205. package/dist/tag/src/index.js +15 -8
  206. package/dist/typography/Heading/src/Heading.css +27 -27
  207. package/dist/typography/Heading/src/Heading.js +1 -1
  208. package/dist/typography/Heading/src/index.css +27 -27
  209. package/dist/typography/Heading/src/index.js +1 -1
  210. package/dist/typography/Label/src/Label.css +27 -27
  211. package/dist/typography/Label/src/Label.js +1 -1
  212. package/dist/typography/Label/src/index.css +27 -27
  213. package/dist/typography/Label/src/index.js +1 -1
  214. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  215. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  216. package/dist/typography/OverlineText/src/index.css +27 -27
  217. package/dist/typography/OverlineText/src/index.js +1 -1
  218. package/dist/typography/Text/src/Text.css +27 -27
  219. package/dist/typography/Text/src/Text.js +1 -1
  220. package/dist/typography/Text/src/index.css +27 -27
  221. package/dist/typography/Text/src/index.js +1 -1
  222. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  223. package/dist/utils/src/EnsureTextWrapper.js +6 -6
  224. package/dist/utils/src/index.css +27 -27
  225. package/dist/utils/src/index.js +7 -7
  226. package/package.json +1 -1
@@ -7,3 +7,8 @@ export { TagGroupContext } from './TagGroupContext.js';
7
7
  import 'react';
8
8
  import '@hopper-ui/styled-system';
9
9
  import 'react-aria-components';
10
+ import '../../Spinner/src/Spinner.js';
11
+ import '../../utils/src/types.js';
12
+ import '@react-types/shared';
13
+ import '../../buttons/src/ClearButton.js';
14
+ import '../../buttons/src/EmbeddedButton.js';
@@ -1,23 +1,30 @@
1
1
  export { GlobalTagListCssSelector, _TagList as TagList } from '../../chunk-WWRB4K4M.js';
2
- export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-BJNIT3X3.js';
3
- export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-QEVF4GU6.js';
2
+ export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-YEFNZ7AV.js';
3
+ export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-4LGBWVIU.js';
4
4
  export { TagListContext } from '../../chunk-XLKYXKWE.js';
5
5
  export { TagContext } from '../../chunk-EWMWQ2MC.js';
6
6
  export { TagGroupContext } from '../../chunk-LCAS3YQV.js';
7
- import '../../chunk-5ORMXIMY.js';
7
+ import '../../chunk-QZK76BU7.js';
8
8
  import '../../chunk-DXVKHP4V.js';
9
- import '../../chunk-S4JSEGNU.js';
9
+ import '../../chunk-7NUKUYR2.js';
10
10
  import '../../chunk-O7IJYNVQ.js';
11
- import '../../chunk-QCA3ZR56.js';
12
- import '../../chunk-4PLO6M5P.js';
11
+ import '../../chunk-POYJ4HSP.js';
13
12
  import '../../chunk-4ZYV2XLW.js';
14
- import '../../chunk-TFVDF4YH.js';
13
+ import '../../chunk-ZVEICADL.js';
15
14
  import '../../chunk-ZWU6DRRZ.js';
15
+ import '../../chunk-LJXTJRSB.js';
16
+ import '../../chunk-2YCQ3HR4.js';
17
+ import '../../chunk-PIPM74ZR.js';
18
+ import '../../chunk-TXZ6BMFR.js';
19
+ import '../../chunk-QCA3ZR56.js';
20
+ import '../../chunk-TFVDF4YH.js';
16
21
  import '../../chunk-DHVVYSLB.js';
17
22
  import '../../chunk-HZKFQ33E.js';
18
23
  import '../../chunk-FAE27DLF.js';
24
+ import '../../chunk-TWDVOXVB.js';
25
+ import '../../chunk-WPNVVGFW.js';
19
26
  import '../../chunk-CQDLZ42T.js';
20
- import '../../chunk-R5YV23ZF.js';
27
+ import '../../chunk-QOJVYB3C.js';
21
28
  import '../../chunk-X6SER3TZ.js';
22
29
  import '../../chunk-HXI3MEEK.js';
23
30
  import '../../chunk-AES7QBQE.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-Text___qZV3q {
2
+ .Text-module__hop-Text___RW6Sr {
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___qZV3q) {
32
+ :where(.Text-module__hop-Text___RW6Sr) {
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___bDVxV) {
38
+ :where(.Text-module__hop-Text--xs___nBrVF) {
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___d61X4) {
44
+ :where(.Text-module__hop-Text--sm___3smGU) {
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___xnyIv) {
50
+ :where(.Text-module__hop-Text--md___jb936) {
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___8GI0t) {
56
+ :where(.Text-module__hop-Text--lg___1p4tJ) {
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___x12No) {
62
+ :where(.Text-module__hop-Text--xl___rgoZY) {
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___ctOKo) {
68
+ :where(.Text-module__hop-Text--2xl___I2NjN) {
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___BukrW) {
74
+ :where(.Text-module__hop-Text--inherit___HsySj) {
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/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
82
- :where(.OverlineText-module__hop-OverlineText___8qz2T) {
82
+ :where(.OverlineText-module__hop-OverlineText___KOQR6) {
83
83
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
84
84
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
85
85
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -103,45 +103,45 @@
103
103
  text-transform: uppercase;
104
104
  letter-spacing: var(--letter-spacing);
105
105
  }
106
- .OverlineText-module__hop-OverlineText__text___coZ7j {
106
+ .OverlineText-module__hop-OverlineText__text___4qyZB {
107
107
  box-sizing: border-box;
108
108
  }
109
- .OverlineText-module__hop-OverlineText__text___coZ7j::before,
110
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
109
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before,
110
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
111
111
  content: "";
112
112
  display: block;
113
113
  box-sizing: border-box;
114
114
  inline-size: 0;
115
115
  block-size: 0;
116
116
  }
117
- .OverlineText-module__hop-OverlineText__text___coZ7j::before {
117
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before {
118
118
  margin-block-end: var(--bottom-offset);
119
119
  }
120
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
120
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
121
121
  margin-block-start: var(--top-offset);
122
122
  }
123
123
 
124
124
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
125
- .Label-module__hop-Label___Yuie9 {
125
+ .Label-module__hop-Label___xkdTr {
126
126
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
127
127
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
128
128
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
129
129
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
130
130
  --hop-Label-color: var(--hop-neutral-text-weak);
131
131
  }
132
- :where(.Label-module__hop-Label___Yuie9) {
132
+ :where(.Label-module__hop-Label___xkdTr) {
133
133
  font-family: var(--hop-Label-font-family);
134
134
  font-size: var(--hop-Label-font-size);
135
135
  font-weight: var(--hop-Label-font-weight);
136
136
  line-height: var(--hop-Label-line-height);
137
137
  color: var(--hop-Label-color);
138
138
  }
139
- :where(.Label-module__hop-Label__indicator___-c2pq) {
139
+ :where(.Label-module__hop-Label__indicator___JELb6) {
140
140
  padding-inline-start: var(--hop-space-20);
141
141
  }
142
142
 
143
143
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
144
- .Heading-module__hop-Heading___vu21Z {
144
+ .Heading-module__hop-Heading___YUuwf {
145
145
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
146
146
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
147
147
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -175,50 +175,50 @@
175
175
  --hop-Heading-inherit-size-font-weight: inherit;
176
176
  --hop-Heading-inherit-size-line-height: inherit;
177
177
  }
178
- :where(.Heading-module__hop-Heading___vu21Z) {
178
+ :where(.Heading-module__hop-Heading___YUuwf) {
179
179
  margin: 0;
180
180
  font-family: var(--font-family);
181
181
  font-size: var(--font-size);
182
182
  font-weight: var(--font-weight);
183
183
  line-height: var(--line-height);
184
184
  }
185
- :where(.Heading-module__hop-Heading--xs___gjgUo) {
185
+ :where(.Heading-module__hop-Heading--xs___uvxgB) {
186
186
  --font-size: var(--hop-Heading-xs-font-size);
187
187
  --font-family: var(--hop-Heading-xs-font-family);
188
188
  --font-weight: var(--hop-Heading-xs-font-weight);
189
189
  --line-height: var(--hop-Heading-xs-line-height);
190
190
  }
191
- :where(.Heading-module__hop-Heading--sm___1fSAD) {
191
+ :where(.Heading-module__hop-Heading--sm___Xs8cr) {
192
192
  --font-size: var(--hop-Heading-sm-font-size);
193
193
  --font-family: var(--hop-Heading-sm-font-family);
194
194
  --font-weight: var(--hop-Heading-sm-font-weight);
195
195
  --line-height: var(--hop-Heading-sm-line-height);
196
196
  }
197
- :where(.Heading-module__hop-Heading--md___ddJPc) {
197
+ :where(.Heading-module__hop-Heading--md___e8tdM) {
198
198
  --font-size: var(--hop-Heading-md-font-size);
199
199
  --font-family: var(--hop-Heading-md-font-family);
200
200
  --font-weight: var(--hop-Heading-md-font-weight);
201
201
  --line-height: var(--hop-Heading-md-line-height);
202
202
  }
203
- :where(.Heading-module__hop-Heading--lg___-HY-X) {
203
+ :where(.Heading-module__hop-Heading--lg___FiBKn) {
204
204
  --font-size: var(--hop-Heading-lg-font-size);
205
205
  --font-family: var(--hop-Heading-lg-font-family);
206
206
  --font-weight: var(--hop-Heading-lg-font-weight);
207
207
  --line-height: var(--hop-Heading-lg-line-height);
208
208
  }
209
- :where(.Heading-module__hop-Heading--xl___16E0u) {
209
+ :where(.Heading-module__hop-Heading--xl___bbG2-) {
210
210
  --font-size: var(--hop-Heading-xl-font-size);
211
211
  --font-family: var(--hop-Heading-xl-font-family);
212
212
  --font-weight: var(--hop-Heading-xl-font-weight);
213
213
  --line-height: var(--hop-Heading-xl-line-height);
214
214
  }
215
- :where(.Heading-module__hop-Heading--2xl___j7Igk) {
215
+ :where(.Heading-module__hop-Heading--2xl___pd2tf) {
216
216
  --font-size: var(--hop-Heading-2xl-font-size);
217
217
  --font-family: var(--hop-Heading-2xl-font-family);
218
218
  --font-weight: var(--hop-Heading-2xl-font-weight);
219
219
  --line-height: var(--hop-Heading-2xl-line-height);
220
220
  }
221
- :where(.Heading-module__hop-Heading--3xl___xb45E) {
221
+ :where(.Heading-module__hop-Heading--3xl___cLA-I) {
222
222
  --font-size: var(--hop-Heading-3xl-font-size);
223
223
  --font-family: var(--hop-Heading-3xl-font-family);
224
224
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -1,4 +1,4 @@
1
- export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-YV4BUYJN.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-PIPM74ZR.js';
2
2
  import '../../../chunk-TXZ6BMFR.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-Text___qZV3q {
2
+ .Text-module__hop-Text___RW6Sr {
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___qZV3q) {
32
+ :where(.Text-module__hop-Text___RW6Sr) {
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___bDVxV) {
38
+ :where(.Text-module__hop-Text--xs___nBrVF) {
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___d61X4) {
44
+ :where(.Text-module__hop-Text--sm___3smGU) {
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___xnyIv) {
50
+ :where(.Text-module__hop-Text--md___jb936) {
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___8GI0t) {
56
+ :where(.Text-module__hop-Text--lg___1p4tJ) {
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___x12No) {
62
+ :where(.Text-module__hop-Text--xl___rgoZY) {
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___ctOKo) {
68
+ :where(.Text-module__hop-Text--2xl___I2NjN) {
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___BukrW) {
74
+ :where(.Text-module__hop-Text--inherit___HsySj) {
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/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
82
- :where(.OverlineText-module__hop-OverlineText___8qz2T) {
82
+ :where(.OverlineText-module__hop-OverlineText___KOQR6) {
83
83
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
84
84
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
85
85
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -103,45 +103,45 @@
103
103
  text-transform: uppercase;
104
104
  letter-spacing: var(--letter-spacing);
105
105
  }
106
- .OverlineText-module__hop-OverlineText__text___coZ7j {
106
+ .OverlineText-module__hop-OverlineText__text___4qyZB {
107
107
  box-sizing: border-box;
108
108
  }
109
- .OverlineText-module__hop-OverlineText__text___coZ7j::before,
110
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
109
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before,
110
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
111
111
  content: "";
112
112
  display: block;
113
113
  box-sizing: border-box;
114
114
  inline-size: 0;
115
115
  block-size: 0;
116
116
  }
117
- .OverlineText-module__hop-OverlineText__text___coZ7j::before {
117
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before {
118
118
  margin-block-end: var(--bottom-offset);
119
119
  }
120
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
120
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
121
121
  margin-block-start: var(--top-offset);
122
122
  }
123
123
 
124
124
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
125
- .Label-module__hop-Label___Yuie9 {
125
+ .Label-module__hop-Label___xkdTr {
126
126
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
127
127
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
128
128
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
129
129
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
130
130
  --hop-Label-color: var(--hop-neutral-text-weak);
131
131
  }
132
- :where(.Label-module__hop-Label___Yuie9) {
132
+ :where(.Label-module__hop-Label___xkdTr) {
133
133
  font-family: var(--hop-Label-font-family);
134
134
  font-size: var(--hop-Label-font-size);
135
135
  font-weight: var(--hop-Label-font-weight);
136
136
  line-height: var(--hop-Label-line-height);
137
137
  color: var(--hop-Label-color);
138
138
  }
139
- :where(.Label-module__hop-Label__indicator___-c2pq) {
139
+ :where(.Label-module__hop-Label__indicator___JELb6) {
140
140
  padding-inline-start: var(--hop-space-20);
141
141
  }
142
142
 
143
143
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
144
- .Heading-module__hop-Heading___vu21Z {
144
+ .Heading-module__hop-Heading___YUuwf {
145
145
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
146
146
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
147
147
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -175,50 +175,50 @@
175
175
  --hop-Heading-inherit-size-font-weight: inherit;
176
176
  --hop-Heading-inherit-size-line-height: inherit;
177
177
  }
178
- :where(.Heading-module__hop-Heading___vu21Z) {
178
+ :where(.Heading-module__hop-Heading___YUuwf) {
179
179
  margin: 0;
180
180
  font-family: var(--font-family);
181
181
  font-size: var(--font-size);
182
182
  font-weight: var(--font-weight);
183
183
  line-height: var(--line-height);
184
184
  }
185
- :where(.Heading-module__hop-Heading--xs___gjgUo) {
185
+ :where(.Heading-module__hop-Heading--xs___uvxgB) {
186
186
  --font-size: var(--hop-Heading-xs-font-size);
187
187
  --font-family: var(--hop-Heading-xs-font-family);
188
188
  --font-weight: var(--hop-Heading-xs-font-weight);
189
189
  --line-height: var(--hop-Heading-xs-line-height);
190
190
  }
191
- :where(.Heading-module__hop-Heading--sm___1fSAD) {
191
+ :where(.Heading-module__hop-Heading--sm___Xs8cr) {
192
192
  --font-size: var(--hop-Heading-sm-font-size);
193
193
  --font-family: var(--hop-Heading-sm-font-family);
194
194
  --font-weight: var(--hop-Heading-sm-font-weight);
195
195
  --line-height: var(--hop-Heading-sm-line-height);
196
196
  }
197
- :where(.Heading-module__hop-Heading--md___ddJPc) {
197
+ :where(.Heading-module__hop-Heading--md___e8tdM) {
198
198
  --font-size: var(--hop-Heading-md-font-size);
199
199
  --font-family: var(--hop-Heading-md-font-family);
200
200
  --font-weight: var(--hop-Heading-md-font-weight);
201
201
  --line-height: var(--hop-Heading-md-line-height);
202
202
  }
203
- :where(.Heading-module__hop-Heading--lg___-HY-X) {
203
+ :where(.Heading-module__hop-Heading--lg___FiBKn) {
204
204
  --font-size: var(--hop-Heading-lg-font-size);
205
205
  --font-family: var(--hop-Heading-lg-font-family);
206
206
  --font-weight: var(--hop-Heading-lg-font-weight);
207
207
  --line-height: var(--hop-Heading-lg-line-height);
208
208
  }
209
- :where(.Heading-module__hop-Heading--xl___16E0u) {
209
+ :where(.Heading-module__hop-Heading--xl___bbG2-) {
210
210
  --font-size: var(--hop-Heading-xl-font-size);
211
211
  --font-family: var(--hop-Heading-xl-font-family);
212
212
  --font-weight: var(--hop-Heading-xl-font-weight);
213
213
  --line-height: var(--hop-Heading-xl-line-height);
214
214
  }
215
- :where(.Heading-module__hop-Heading--2xl___j7Igk) {
215
+ :where(.Heading-module__hop-Heading--2xl___pd2tf) {
216
216
  --font-size: var(--hop-Heading-2xl-font-size);
217
217
  --font-family: var(--hop-Heading-2xl-font-family);
218
218
  --font-weight: var(--hop-Heading-2xl-font-weight);
219
219
  --line-height: var(--hop-Heading-2xl-line-height);
220
220
  }
221
- :where(.Heading-module__hop-Heading--3xl___xb45E) {
221
+ :where(.Heading-module__hop-Heading--3xl___cLA-I) {
222
222
  --font-size: var(--hop-Heading-3xl-font-size);
223
223
  --font-family: var(--hop-Heading-3xl-font-family);
224
224
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -1,4 +1,4 @@
1
- export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-YV4BUYJN.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-PIPM74ZR.js';
2
2
  export { HeadingContext } from '../../../chunk-TXZ6BMFR.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/Heading/src/Heading.module.css/#css-module-data */
2
- .Heading-module__hop-Heading___vu21Z {
2
+ .Heading-module__hop-Heading___YUuwf {
3
3
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
4
4
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
5
5
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -33,50 +33,50 @@
33
33
  --hop-Heading-inherit-size-font-weight: inherit;
34
34
  --hop-Heading-inherit-size-line-height: inherit;
35
35
  }
36
- :where(.Heading-module__hop-Heading___vu21Z) {
36
+ :where(.Heading-module__hop-Heading___YUuwf) {
37
37
  margin: 0;
38
38
  font-family: var(--font-family);
39
39
  font-size: var(--font-size);
40
40
  font-weight: var(--font-weight);
41
41
  line-height: var(--line-height);
42
42
  }
43
- :where(.Heading-module__hop-Heading--xs___gjgUo) {
43
+ :where(.Heading-module__hop-Heading--xs___uvxgB) {
44
44
  --font-size: var(--hop-Heading-xs-font-size);
45
45
  --font-family: var(--hop-Heading-xs-font-family);
46
46
  --font-weight: var(--hop-Heading-xs-font-weight);
47
47
  --line-height: var(--hop-Heading-xs-line-height);
48
48
  }
49
- :where(.Heading-module__hop-Heading--sm___1fSAD) {
49
+ :where(.Heading-module__hop-Heading--sm___Xs8cr) {
50
50
  --font-size: var(--hop-Heading-sm-font-size);
51
51
  --font-family: var(--hop-Heading-sm-font-family);
52
52
  --font-weight: var(--hop-Heading-sm-font-weight);
53
53
  --line-height: var(--hop-Heading-sm-line-height);
54
54
  }
55
- :where(.Heading-module__hop-Heading--md___ddJPc) {
55
+ :where(.Heading-module__hop-Heading--md___e8tdM) {
56
56
  --font-size: var(--hop-Heading-md-font-size);
57
57
  --font-family: var(--hop-Heading-md-font-family);
58
58
  --font-weight: var(--hop-Heading-md-font-weight);
59
59
  --line-height: var(--hop-Heading-md-line-height);
60
60
  }
61
- :where(.Heading-module__hop-Heading--lg___-HY-X) {
61
+ :where(.Heading-module__hop-Heading--lg___FiBKn) {
62
62
  --font-size: var(--hop-Heading-lg-font-size);
63
63
  --font-family: var(--hop-Heading-lg-font-family);
64
64
  --font-weight: var(--hop-Heading-lg-font-weight);
65
65
  --line-height: var(--hop-Heading-lg-line-height);
66
66
  }
67
- :where(.Heading-module__hop-Heading--xl___16E0u) {
67
+ :where(.Heading-module__hop-Heading--xl___bbG2-) {
68
68
  --font-size: var(--hop-Heading-xl-font-size);
69
69
  --font-family: var(--hop-Heading-xl-font-family);
70
70
  --font-weight: var(--hop-Heading-xl-font-weight);
71
71
  --line-height: var(--hop-Heading-xl-line-height);
72
72
  }
73
- :where(.Heading-module__hop-Heading--2xl___j7Igk) {
73
+ :where(.Heading-module__hop-Heading--2xl___pd2tf) {
74
74
  --font-size: var(--hop-Heading-2xl-font-size);
75
75
  --font-family: var(--hop-Heading-2xl-font-family);
76
76
  --font-weight: var(--hop-Heading-2xl-font-weight);
77
77
  --line-height: var(--hop-Heading-2xl-line-height);
78
78
  }
79
- :where(.Heading-module__hop-Heading--3xl___xb45E) {
79
+ :where(.Heading-module__hop-Heading--3xl___cLA-I) {
80
80
  --font-size: var(--hop-Heading-3xl-font-size);
81
81
  --font-family: var(--hop-Heading-3xl-font-family);
82
82
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -84,7 +84,7 @@
84
84
  }
85
85
 
86
86
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
87
- .Text-module__hop-Text___qZV3q {
87
+ .Text-module__hop-Text___RW6Sr {
88
88
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
89
89
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
90
90
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -114,49 +114,49 @@
114
114
  --hop-Text-inherit-size-font-weight: inherit;
115
115
  --hop-Text-inherit-size-line-height: inherit;
116
116
  }
117
- :where(.Text-module__hop-Text___qZV3q) {
117
+ :where(.Text-module__hop-Text___RW6Sr) {
118
118
  font-family: var(--font-family);
119
119
  font-size: var(--font-size);
120
120
  font-weight: var(--font-weight);
121
121
  line-height: var(--line-height);
122
122
  }
123
- :where(.Text-module__hop-Text--xs___bDVxV) {
123
+ :where(.Text-module__hop-Text--xs___nBrVF) {
124
124
  --font-size: var(--hop-Text-xs-font-size);
125
125
  --font-family: var(--hop-Text-xs-font-family);
126
126
  --font-weight: var(--hop-Text-xs-font-weight);
127
127
  --line-height: var(--hop-Text-xs-line-height);
128
128
  }
129
- :where(.Text-module__hop-Text--sm___d61X4) {
129
+ :where(.Text-module__hop-Text--sm___3smGU) {
130
130
  --font-size: var(--hop-Text-sm-font-size);
131
131
  --font-family: var(--hop-Text-sm-font-family);
132
132
  --font-weight: var(--hop-Text-sm-font-weight);
133
133
  --line-height: var(--hop-Text-sm-line-height);
134
134
  }
135
- :where(.Text-module__hop-Text--md___xnyIv) {
135
+ :where(.Text-module__hop-Text--md___jb936) {
136
136
  --font-size: var(--hop-Text-md-font-size);
137
137
  --font-family: var(--hop-Text-md-font-family);
138
138
  --font-weight: var(--hop-Text-md-font-weight);
139
139
  --line-height: var(--hop-Text-md-line-height);
140
140
  }
141
- :where(.Text-module__hop-Text--lg___8GI0t) {
141
+ :where(.Text-module__hop-Text--lg___1p4tJ) {
142
142
  --font-size: var(--hop-Text-lg-font-size);
143
143
  --font-family: var(--hop-Text-lg-font-family);
144
144
  --font-weight: var(--hop-Text-lg-font-weight);
145
145
  --line-height: var(--hop-Text-lg-line-height);
146
146
  }
147
- :where(.Text-module__hop-Text--xl___x12No) {
147
+ :where(.Text-module__hop-Text--xl___rgoZY) {
148
148
  --font-size: var(--hop-Text-xl-font-size);
149
149
  --font-family: var(--hop-Text-xl-font-family);
150
150
  --font-weight: var(--hop-Text-xl-font-weight);
151
151
  --line-height: var(--hop-Text-xl-line-height);
152
152
  }
153
- :where(.Text-module__hop-Text--2xl___ctOKo) {
153
+ :where(.Text-module__hop-Text--2xl___I2NjN) {
154
154
  --font-size: var(--hop-Text-2xl-font-size);
155
155
  --font-family: var(--hop-Text-2xl-font-family);
156
156
  --font-weight: var(--hop-Text-2xl-font-weight);
157
157
  --line-height: var(--hop-Text-2xl-line-height);
158
158
  }
159
- :where(.Text-module__hop-Text--inherit___BukrW) {
159
+ :where(.Text-module__hop-Text--inherit___HsySj) {
160
160
  --font-size: var(--hop-Text-inherit-size-font-size);
161
161
  --font-family: var(--hop-Text-inherit-size-font-family);
162
162
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -164,7 +164,7 @@
164
164
  }
165
165
 
166
166
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
167
- :where(.OverlineText-module__hop-OverlineText___8qz2T) {
167
+ :where(.OverlineText-module__hop-OverlineText___KOQR6) {
168
168
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
169
169
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
170
170
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -188,39 +188,39 @@
188
188
  text-transform: uppercase;
189
189
  letter-spacing: var(--letter-spacing);
190
190
  }
191
- .OverlineText-module__hop-OverlineText__text___coZ7j {
191
+ .OverlineText-module__hop-OverlineText__text___4qyZB {
192
192
  box-sizing: border-box;
193
193
  }
194
- .OverlineText-module__hop-OverlineText__text___coZ7j::before,
195
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
194
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before,
195
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
196
196
  content: "";
197
197
  display: block;
198
198
  box-sizing: border-box;
199
199
  inline-size: 0;
200
200
  block-size: 0;
201
201
  }
202
- .OverlineText-module__hop-OverlineText__text___coZ7j::before {
202
+ .OverlineText-module__hop-OverlineText__text___4qyZB::before {
203
203
  margin-block-end: var(--bottom-offset);
204
204
  }
205
- .OverlineText-module__hop-OverlineText__text___coZ7j::after {
205
+ .OverlineText-module__hop-OverlineText__text___4qyZB::after {
206
206
  margin-block-start: var(--top-offset);
207
207
  }
208
208
 
209
209
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
210
- .Label-module__hop-Label___Yuie9 {
210
+ .Label-module__hop-Label___xkdTr {
211
211
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
212
212
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
213
213
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
214
214
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
215
215
  --hop-Label-color: var(--hop-neutral-text-weak);
216
216
  }
217
- :where(.Label-module__hop-Label___Yuie9) {
217
+ :where(.Label-module__hop-Label___xkdTr) {
218
218
  font-family: var(--hop-Label-font-family);
219
219
  font-size: var(--hop-Label-font-size);
220
220
  font-weight: var(--hop-Label-font-weight);
221
221
  line-height: var(--hop-Label-line-height);
222
222
  color: var(--hop-Label-color);
223
223
  }
224
- :where(.Label-module__hop-Label__indicator___-c2pq) {
224
+ :where(.Label-module__hop-Label__indicator___JELb6) {
225
225
  padding-inline-start: var(--hop-space-20);
226
226
  }
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-MZTFEGDM.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-2YCQ3HR4.js';
2
2
  import '../../../chunk-QCA3ZR56.js';
3
3
  import '../../../chunk-TFVDF4YH.js';
4
4
  import '../../../chunk-KVDXQMWI.js';