@hopper-ui/components 1.3.34 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +38 -38
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +56 -56
  5. package/dist/Avatar/src/Avatar.js +4 -4
  6. package/dist/Avatar/src/DeletedAvatar.css +38 -38
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +56 -56
  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 +43 -43
  14. package/dist/Badge/src/Badge.js +2 -2
  15. package/dist/Badge/src/FloatingBadge.css +38 -38
  16. package/dist/Badge/src/FloatingBadge.js +2 -2
  17. package/dist/Badge/src/index.css +53 -53
  18. package/dist/Badge/src/index.js +4 -4
  19. package/dist/Card/src/Card.css +31 -31
  20. package/dist/Card/src/Card.js +3 -3
  21. package/dist/Card/src/index.css +31 -31
  22. package/dist/Card/src/index.js +3 -3
  23. package/dist/ComboBox/src/ComboBox.css +562 -562
  24. package/dist/ComboBox/src/ComboBox.d.ts +1 -0
  25. package/dist/ComboBox/src/ComboBox.js +25 -24
  26. package/dist/ComboBox/src/ComboBoxContext.d.ts +1 -0
  27. package/dist/ComboBox/src/index.css +562 -562
  28. package/dist/ComboBox/src/index.d.ts +1 -0
  29. package/dist/ComboBox/src/index.js +25 -24
  30. package/dist/Disclosure/src/Disclosure.css +39 -39
  31. package/dist/Disclosure/src/Disclosure.js +2 -2
  32. package/dist/Disclosure/src/DisclosureHeader.css +45 -45
  33. package/dist/Disclosure/src/DisclosureHeader.js +10 -10
  34. package/dist/Disclosure/src/DisclosurePanel.css +38 -38
  35. package/dist/Disclosure/src/DisclosurePanel.js +10 -10
  36. package/dist/Disclosure/src/index.css +64 -64
  37. package/dist/Disclosure/src/index.js +14 -14
  38. package/dist/Divider/src/Divider.css +30 -30
  39. package/dist/Divider/src/Divider.js +1 -1
  40. package/dist/Divider/src/index.css +30 -30
  41. package/dist/Divider/src/index.js +1 -1
  42. package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
  43. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  44. package/dist/ErrorMessage/src/index.css +30 -30
  45. package/dist/ErrorMessage/src/index.js +2 -2
  46. package/dist/Form/src/Form.css +28 -28
  47. package/dist/Form/src/Form.js +1 -1
  48. package/dist/Form/src/index.css +28 -28
  49. package/dist/Form/src/index.js +1 -1
  50. package/dist/HelperMessage/src/HelperMessage.css +30 -30
  51. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  52. package/dist/HelperMessage/src/index.css +30 -30
  53. package/dist/HelperMessage/src/index.js +2 -2
  54. package/dist/IconList/src/IconList.css +29 -29
  55. package/dist/IconList/src/IconList.js +1 -1
  56. package/dist/IconList/src/index.css +29 -29
  57. package/dist/IconList/src/index.js +1 -1
  58. package/dist/IllustratedMessage/src/IllustratedMessage.css +1658 -0
  59. package/dist/IllustratedMessage/src/IllustratedMessage.d.ts +23 -0
  60. package/dist/IllustratedMessage/src/IllustratedMessage.js +11 -0
  61. package/dist/IllustratedMessage/src/IllustratedMessageContext.d.ts +10 -0
  62. package/dist/IllustratedMessage/src/IllustratedMessageContext.js +2 -0
  63. package/dist/IllustratedMessage/src/index.css +1658 -0
  64. package/dist/IllustratedMessage/src/index.d.ts +7 -0
  65. package/dist/IllustratedMessage/src/index.js +11 -0
  66. package/dist/Image/src/Image.css +247 -0
  67. package/dist/Image/src/Image.d.ts +26 -0
  68. package/dist/Image/src/Image.js +4 -0
  69. package/dist/Image/src/ImageContext.d.ts +10 -0
  70. package/dist/Image/src/ImageContext.js +2 -0
  71. package/dist/Image/src/SvgImage.css +241 -0
  72. package/dist/Image/src/SvgImage.d.ts +22 -0
  73. package/dist/Image/src/SvgImage.js +4 -0
  74. package/dist/Image/src/SvgImageContext.d.ts +10 -0
  75. package/dist/Image/src/SvgImageContext.js +2 -0
  76. package/dist/Image/src/index.css +255 -0
  77. package/dist/Image/src/index.d.ts +9 -0
  78. package/dist/Image/src/index.js +6 -0
  79. package/dist/Link/src/Link.css +50 -50
  80. package/dist/Link/src/Link.js +8 -8
  81. package/dist/Link/src/index.css +50 -50
  82. package/dist/Link/src/index.js +8 -8
  83. package/dist/ListBox/src/ListBox.css +275 -275
  84. package/dist/ListBox/src/ListBox.js +13 -13
  85. package/dist/ListBox/src/ListBoxItem.css +263 -263
  86. package/dist/ListBox/src/ListBoxItem.js +11 -11
  87. package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
  88. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  89. package/dist/ListBox/src/index.css +275 -275
  90. package/dist/ListBox/src/index.js +13 -13
  91. package/dist/ListBoxSection/src/ListBoxSection.d.ts +19 -0
  92. package/dist/ListBoxSection/src/ListBoxSection.js +3 -0
  93. package/dist/ListBoxSection/src/ListBoxSectionContext.d.ts +9 -0
  94. package/dist/ListBoxSection/src/ListBoxSectionContext.js +2 -0
  95. package/dist/ListBoxSection/src/index.d.ts +6 -0
  96. package/dist/ListBoxSection/src/index.js +3 -0
  97. package/dist/Select/src/Select.css +566 -566
  98. package/dist/Select/src/Select.d.ts +1 -0
  99. package/dist/Select/src/Select.js +25 -24
  100. package/dist/Select/src/SelectContext.d.ts +1 -0
  101. package/dist/Select/src/SelectValue.css +62 -62
  102. package/dist/Select/src/SelectValue.js +7 -7
  103. package/dist/Select/src/index.css +566 -566
  104. package/dist/Select/src/index.d.ts +1 -0
  105. package/dist/Select/src/index.js +25 -24
  106. package/dist/Spinner/src/Spinner.css +38 -38
  107. package/dist/Spinner/src/Spinner.js +2 -2
  108. package/dist/Spinner/src/index.css +38 -38
  109. package/dist/Spinner/src/index.js +2 -2
  110. package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
  111. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  112. package/dist/ToggleArrow/src/index.css +30 -30
  113. package/dist/ToggleArrow/src/index.js +1 -1
  114. package/dist/buttons/src/Button.css +94 -94
  115. package/dist/buttons/src/Button.js +10 -10
  116. package/dist/buttons/src/ButtonGroup.css +39 -39
  117. package/dist/buttons/src/ButtonGroup.js +2 -2
  118. package/dist/buttons/src/ClearButton.css +99 -99
  119. package/dist/buttons/src/ClearButton.js +2 -2
  120. package/dist/buttons/src/EmbeddedButton.css +99 -99
  121. package/dist/buttons/src/EmbeddedButton.js +1 -1
  122. package/dist/buttons/src/LinkButton.css +103 -103
  123. package/dist/buttons/src/LinkButton.js +8 -8
  124. package/dist/buttons/src/index.css +250 -250
  125. package/dist/buttons/src/index.js +15 -15
  126. package/dist/checkbox/src/Checkbox.css +47 -47
  127. package/dist/checkbox/src/Checkbox.js +8 -8
  128. package/dist/checkbox/src/CheckboxField.css +34 -34
  129. package/dist/checkbox/src/CheckboxField.js +3 -3
  130. package/dist/checkbox/src/CheckboxGroup.css +99 -99
  131. package/dist/checkbox/src/CheckboxGroup.js +6 -6
  132. package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
  133. package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
  134. package/dist/checkbox/src/index.css +99 -99
  135. package/dist/checkbox/src/index.js +13 -13
  136. package/dist/{chunk-RAAORA53.js → chunk-2RKCBVAE.js} +5 -5
  137. package/dist/{chunk-CC5QQ4YM.js → chunk-3HX5NWMM.js} +2 -2
  138. package/dist/{chunk-L7ORX4VV.js → chunk-3PGF24IG.js} +7 -7
  139. package/dist/{chunk-LVCA23CC.js → chunk-3VUBDDGN.js} +1 -1
  140. package/dist/{chunk-LI5HSYF7.js → chunk-3ZCLNFNH.js} +1 -1
  141. package/dist/{chunk-2DFRNPSR.js → chunk-4AQSVFQE.js} +2 -2
  142. package/dist/{chunk-E6TOJ3QU.js → chunk-4URFPB7C.js} +1 -1
  143. package/dist/{chunk-CS2YF25E.js → chunk-5GIFUMKH.js} +2 -2
  144. package/dist/{chunk-G7QY3NWV.js → chunk-5QJPP7HS.js} +1 -1
  145. package/dist/{chunk-U5SHNMC3.js → chunk-6UXQYKTS.js} +7 -7
  146. package/dist/{chunk-5SMJSNMW.js → chunk-7JFQOF5T.js} +2 -2
  147. package/dist/{chunk-7FV3FDFI.js → chunk-7ORJSBUE.js} +1 -1
  148. package/dist/{chunk-ZRT7MWIL.js → chunk-7XA5OWYH.js} +5 -5
  149. package/dist/{chunk-GUCWHJZX.js → chunk-AAL467KG.js} +2 -2
  150. package/dist/{chunk-566DZ4RC.js → chunk-BGI67EI7.js} +1 -1
  151. package/dist/{chunk-Z57BGAOZ.js → chunk-BXVGWU5O.js} +10 -10
  152. package/dist/{chunk-C2ON6QTY.js → chunk-CGFOVFND.js} +2 -2
  153. package/dist/{chunk-EABCCXRD.js → chunk-CPDMZBS6.js} +11 -7
  154. package/dist/{chunk-OFQN5TXX.js → chunk-CZVGQ5C6.js} +7 -7
  155. package/dist/{chunk-T3PSAQEK.js → chunk-DKAY27MU.js} +1 -1
  156. package/dist/{chunk-UMCSSGCS.js → chunk-DV5Q4JAU.js} +5 -5
  157. package/dist/chunk-DWIQ3243.js +53 -0
  158. package/dist/{chunk-QTD66QJH.js → chunk-DZJSSJVJ.js} +9 -9
  159. package/dist/{chunk-333PGOMR.js → chunk-EJ75LL4Y.js} +10 -10
  160. package/dist/{chunk-BFYJWYHU.js → chunk-FPCY4ECZ.js} +2 -2
  161. package/dist/chunk-G2Y6QONL.js +85 -0
  162. package/dist/{chunk-6L4MTZT4.js → chunk-GQDBSVMU.js} +6 -6
  163. package/dist/{chunk-NR7UTMYX.js → chunk-GZZMDYJU.js} +2 -2
  164. package/dist/chunk-HQP6EHLV.js +60 -0
  165. package/dist/{chunk-PUQ7RTX4.js → chunk-ICR4D5TY.js} +3 -3
  166. package/dist/{chunk-K22HKHG2.js → chunk-IEGPHGTV.js} +2 -2
  167. package/dist/{chunk-SH3CLZKH.js → chunk-IZRMVXCF.js} +1 -1
  168. package/dist/{chunk-7FQHEXNP.js → chunk-JQ22QH4V.js} +5 -5
  169. package/dist/{chunk-RBENLQVB.js → chunk-L645PYAJ.js} +5 -5
  170. package/dist/{chunk-GYJQJEJS.js → chunk-LM6AEQMG.js} +3 -3
  171. package/dist/chunk-M2XJDWZ7.js +7 -0
  172. package/dist/{chunk-DVIAXHYK.js → chunk-MCOD2ZQV.js} +3 -3
  173. package/dist/{chunk-NUV3PDGE.js → chunk-MJF34XG5.js} +1 -1
  174. package/dist/{chunk-WWXZNKBE.js → chunk-ML3ZBKXE.js} +4 -4
  175. package/dist/{chunk-SNDPAUAL.js → chunk-N6XQNRGL.js} +9 -9
  176. package/dist/{chunk-O5LFX4XZ.js → chunk-NKAOLRR4.js} +1 -1
  177. package/dist/{chunk-LHX75LVJ.js → chunk-OPP3ULUS.js} +1 -1
  178. package/dist/{chunk-GQJ7GNYQ.js → chunk-ORBPCJH4.js} +2 -2
  179. package/dist/{chunk-6AMCBCFX.js → chunk-OZPHJVGH.js} +3 -3
  180. package/dist/{chunk-NIERUDZ6.js → chunk-QB56D4AN.js} +1 -1
  181. package/dist/{chunk-KFPJZFZS.js → chunk-QZ3F4TVB.js} +2 -2
  182. package/dist/{chunk-75I7LTO3.js → chunk-RIHN3B2C.js} +1 -1
  183. package/dist/chunk-RLDIAT4F.js +7 -0
  184. package/dist/{chunk-R5343IYO.js → chunk-SNMB5VZW.js} +2 -2
  185. package/dist/{chunk-KFMYXZFT.js → chunk-TUARKYYK.js} +2 -2
  186. package/dist/{chunk-7H7A6BGG.js → chunk-TVVMMGB3.js} +1 -1
  187. package/dist/{chunk-EXO4OJ7Z.js → chunk-U3JUYR5Q.js} +2 -2
  188. package/dist/{chunk-WILQEDLK.js → chunk-VRC76V4I.js} +1 -1
  189. package/dist/{chunk-6NX5XSZH.js → chunk-VZTTMSV3.js} +2 -2
  190. package/dist/{chunk-K5WUDBPF.js → chunk-X6IUJPX3.js} +1 -1
  191. package/dist/{chunk-VHRMFZPJ.js → chunk-XCALSZOE.js} +6 -6
  192. package/dist/{chunk-7FQXKGYA.js → chunk-XIHYC7QU.js} +7 -7
  193. package/dist/chunk-XL7LO6IZ.js +7 -0
  194. package/dist/chunk-XNHE2OVW.js +7 -0
  195. package/dist/{chunk-GO5KCRGN.js → chunk-Y7SHCVBN.js} +2 -2
  196. package/dist/{chunk-5ZXBTCX3.js → chunk-YEKLPYHT.js} +3 -3
  197. package/dist/{chunk-GVEPINW7.js → chunk-YXGFTGXC.js} +3 -3
  198. package/dist/{chunk-SBSBVVKM.js → chunk-ZDI5V3HH.js} +2 -2
  199. package/dist/index.css +915 -809
  200. package/dist/index.d.ts +8 -2
  201. package/dist/index.js +75 -69
  202. package/dist/inputs/src/InputGroup.css +265 -265
  203. package/dist/inputs/src/InputGroup.js +1 -1
  204. package/dist/inputs/src/NumberField.css +287 -287
  205. package/dist/inputs/src/NumberField.js +11 -11
  206. package/dist/inputs/src/PasswordField.css +275 -275
  207. package/dist/inputs/src/PasswordField.js +11 -11
  208. package/dist/inputs/src/RemainingCharacterCount.css +31 -31
  209. package/dist/inputs/src/RemainingCharacterCount.js +7 -7
  210. package/dist/inputs/src/SearchField.css +281 -281
  211. package/dist/inputs/src/SearchField.js +12 -12
  212. package/dist/inputs/src/TextArea.css +282 -282
  213. package/dist/inputs/src/TextArea.js +11 -11
  214. package/dist/inputs/src/TextField.css +279 -279
  215. package/dist/inputs/src/TextField.js +14 -14
  216. package/dist/inputs/src/index.css +325 -325
  217. package/dist/inputs/src/index.js +18 -18
  218. package/dist/overlays/Popover/src/Popover.css +542 -542
  219. package/dist/overlays/Popover/src/Popover.js +12 -12
  220. package/dist/overlays/Popover/src/index.css +542 -542
  221. package/dist/overlays/Popover/src/index.js +12 -12
  222. package/dist/radio/src/DecorativeRadio.css +55 -55
  223. package/dist/radio/src/DecorativeRadio.js +8 -8
  224. package/dist/radio/src/Radio.css +47 -47
  225. package/dist/radio/src/Radio.js +8 -8
  226. package/dist/radio/src/RadioField.css +34 -34
  227. package/dist/radio/src/RadioField.js +2 -2
  228. package/dist/radio/src/RadioGroup.css +99 -99
  229. package/dist/radio/src/RadioGroup.js +6 -6
  230. package/dist/radio/src/index.css +99 -99
  231. package/dist/radio/src/index.js +13 -13
  232. package/dist/switch/src/Switch.css +44 -44
  233. package/dist/switch/src/Switch.js +8 -8
  234. package/dist/switch/src/SwitchField.css +34 -34
  235. package/dist/switch/src/SwitchField.js +2 -2
  236. package/dist/switch/src/index.css +50 -50
  237. package/dist/switch/src/index.js +9 -9
  238. package/dist/tag/src/Tag.css +391 -391
  239. package/dist/tag/src/Tag.js +11 -11
  240. package/dist/tag/src/TagGroup.css +38 -38
  241. package/dist/tag/src/TagGroup.js +6 -6
  242. package/dist/tag/src/index.css +401 -401
  243. package/dist/tag/src/index.js +14 -14
  244. package/dist/typography/Heading/src/Heading.css +28 -28
  245. package/dist/typography/Heading/src/Heading.js +1 -1
  246. package/dist/typography/Heading/src/index.css +28 -28
  247. package/dist/typography/Heading/src/index.js +1 -1
  248. package/dist/typography/Label/src/Label.css +28 -28
  249. package/dist/typography/Label/src/Label.js +2 -2
  250. package/dist/typography/Label/src/index.css +28 -28
  251. package/dist/typography/Label/src/index.js +2 -2
  252. package/dist/typography/OverlineText/src/OverlineText.css +28 -28
  253. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  254. package/dist/typography/OverlineText/src/index.css +28 -28
  255. package/dist/typography/OverlineText/src/index.js +1 -1
  256. package/dist/typography/Text/src/Text.css +28 -28
  257. package/dist/typography/Text/src/Text.js +1 -1
  258. package/dist/typography/Text/src/index.css +28 -28
  259. package/dist/typography/Text/src/index.js +1 -1
  260. package/dist/utils/src/EnsureTextWrapper.css +28 -28
  261. package/dist/utils/src/EnsureTextWrapper.js +7 -7
  262. package/dist/utils/src/index.css +28 -28
  263. package/dist/utils/src/index.js +7 -7
  264. package/dist/utils/src/useIsOverflow.d.ts +1 -1
  265. package/package.json +12 -12
  266. package/dist/Section/src/Section.d.ts +0 -19
  267. package/dist/Section/src/Section.js +0 -3
  268. package/dist/Section/src/SectionContext.d.ts +0 -9
  269. package/dist/Section/src/SectionContext.js +0 -2
  270. package/dist/Section/src/index.d.ts +0 -6
  271. package/dist/Section/src/index.js +0 -3
  272. package/dist/chunk-5H5AZJPQ.js +0 -7
@@ -1,32 +1,32 @@
1
- export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-RAAORA53.js';
1
+ export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-2RKCBVAE.js';
2
2
  export { TagGroupContext } from '../../chunk-LCAS3YQV.js';
3
- export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-6L4MTZT4.js';
3
+ export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-GQDBSVMU.js';
4
4
  export { TagContext } from '../../chunk-EWMWQ2MC.js';
5
- import '../../chunk-7FV3FDFI.js';
5
+ import '../../chunk-7ORJSBUE.js';
6
6
  import '../../chunk-DXVKHP4V.js';
7
- import '../../chunk-G7QY3NWV.js';
7
+ import '../../chunk-5QJPP7HS.js';
8
8
  import '../../chunk-O7IJYNVQ.js';
9
- import '../../chunk-CC5QQ4YM.js';
9
+ import '../../chunk-3HX5NWMM.js';
10
10
  import '../../chunk-4ZYV2XLW.js';
11
11
  import '../../chunk-DHVVYSLB.js';
12
- import '../../chunk-EXO4OJ7Z.js';
12
+ import '../../chunk-U3JUYR5Q.js';
13
13
  import '../../chunk-HZKFQ33E.js';
14
- import '../../chunk-WILQEDLK.js';
14
+ import '../../chunk-VRC76V4I.js';
15
15
  import '../../chunk-ZWU6DRRZ.js';
16
- import '../../chunk-KFPJZFZS.js';
16
+ import '../../chunk-QZ3F4TVB.js';
17
17
  import '../../chunk-FAE27DLF.js';
18
18
  import '../../chunk-DBIN32YS.js';
19
- import '../../chunk-K5WUDBPF.js';
20
- import '../../chunk-TXZ6BMFR.js';
21
- import '../../chunk-6NX5XSZH.js';
19
+ import '../../chunk-X6IUJPX3.js';
20
+ import '../../chunk-VZTTMSV3.js';
22
21
  import '../../chunk-QCA3ZR56.js';
23
22
  import '../../chunk-TFVDF4YH.js';
24
- import '../../chunk-SH3CLZKH.js';
23
+ import '../../chunk-TXZ6BMFR.js';
24
+ import '../../chunk-IZRMVXCF.js';
25
25
  import '../../chunk-Q7NXUUB3.js';
26
- import '../../chunk-NUV3PDGE.js';
26
+ import '../../chunk-MJF34XG5.js';
27
27
  import '../../chunk-WPNVVGFW.js';
28
28
  import '../../chunk-CQDLZ42T.js';
29
- import '../../chunk-75I7LTO3.js';
29
+ import '../../chunk-RIHN3B2C.js';
30
30
  import '../../chunk-X6SER3TZ.js';
31
31
  import '../../chunk-HXI3MEEK.js';
32
32
  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___Fxj3U {
2
+ .Text-module__hop-Text___qvxp1 {
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___Fxj3U) {
32
+ :where(.Text-module__hop-Text___qvxp1) {
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___OBqqd) {
38
+ :where(.Text-module__hop-Text--xs___uIki8) {
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___W0t5J) {
44
+ :where(.Text-module__hop-Text--sm___GWxX7) {
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___0XAci) {
50
+ :where(.Text-module__hop-Text--md___owkyu) {
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___fe6zi) {
56
+ :where(.Text-module__hop-Text--lg___NPyPd) {
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___Yu73w) {
62
+ :where(.Text-module__hop-Text--xl___P4vf-) {
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___XUoUN) {
68
+ :where(.Text-module__hop-Text--2xl___XRDHf) {
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___zBVgd) {
74
+ :where(.Text-module__hop-Text--inherit___jUKtn) {
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___bCG0m) {
82
+ :where(.OverlineText-module__hop-OverlineText___JT95V) {
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,52 +103,52 @@
103
103
  text-transform: uppercase;
104
104
  letter-spacing: var(--letter-spacing);
105
105
  }
106
- .OverlineText-module__hop-OverlineText__text___o7Sr6 {
106
+ .OverlineText-module__hop-OverlineText__text___vc7pH {
107
107
  box-sizing: border-box;
108
108
  }
109
- .OverlineText-module__hop-OverlineText__text___o7Sr6::before,
110
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
109
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before,
110
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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___o7Sr6::before {
117
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before {
118
118
  margin-block-end: var(--bottom-offset);
119
119
  }
120
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
120
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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/Form/src/Form.module.css/#css-module-data */
125
- .Form-module__hop-Form___iuRf1 {
125
+ .Form-module__hop-Form___zxPWR {
126
126
  display: flex;
127
127
  flex-direction: column;
128
128
  gap: var(--hop-space-stack-lg);
129
129
  }
130
130
 
131
131
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
132
- .Label-module__hop-Label___bYJKr {
132
+ .Label-module__hop-Label___Igvhl {
133
133
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
134
134
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
135
135
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
136
136
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
137
137
  --hop-Label-color: var(--hop-neutral-text-weak);
138
138
  }
139
- :where(.Label-module__hop-Label___bYJKr) {
139
+ :where(.Label-module__hop-Label___Igvhl) {
140
140
  font-family: var(--hop-Label-font-family);
141
141
  font-size: var(--hop-Label-font-size);
142
142
  font-weight: var(--hop-Label-font-weight);
143
143
  line-height: var(--hop-Label-line-height);
144
144
  color: var(--hop-Label-color);
145
145
  }
146
- :where(.Label-module__hop-Label__indicator___AtTcd) {
146
+ :where(.Label-module__hop-Label__indicator___naBaU) {
147
147
  padding-inline-start: var(--hop-space-20);
148
148
  }
149
149
 
150
150
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
151
- .Heading-module__hop-Heading___UhOuN {
151
+ .Heading-module__hop-Heading___7khUy {
152
152
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
153
153
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
154
154
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -182,50 +182,50 @@
182
182
  --hop-Heading-inherit-size-font-weight: inherit;
183
183
  --hop-Heading-inherit-size-line-height: inherit;
184
184
  }
185
- :where(.Heading-module__hop-Heading___UhOuN) {
185
+ :where(.Heading-module__hop-Heading___7khUy) {
186
186
  margin: 0;
187
187
  font-family: var(--font-family);
188
188
  font-size: var(--font-size);
189
189
  font-weight: var(--font-weight);
190
190
  line-height: var(--line-height);
191
191
  }
192
- :where(.Heading-module__hop-Heading--xs___mgq0R) {
192
+ :where(.Heading-module__hop-Heading--xs___2h2eb) {
193
193
  --font-size: var(--hop-Heading-xs-font-size);
194
194
  --font-family: var(--hop-Heading-xs-font-family);
195
195
  --font-weight: var(--hop-Heading-xs-font-weight);
196
196
  --line-height: var(--hop-Heading-xs-line-height);
197
197
  }
198
- :where(.Heading-module__hop-Heading--sm___Sd105) {
198
+ :where(.Heading-module__hop-Heading--sm___bhLWp) {
199
199
  --font-size: var(--hop-Heading-sm-font-size);
200
200
  --font-family: var(--hop-Heading-sm-font-family);
201
201
  --font-weight: var(--hop-Heading-sm-font-weight);
202
202
  --line-height: var(--hop-Heading-sm-line-height);
203
203
  }
204
- :where(.Heading-module__hop-Heading--md___OeuQ-) {
204
+ :where(.Heading-module__hop-Heading--md___eTc7c) {
205
205
  --font-size: var(--hop-Heading-md-font-size);
206
206
  --font-family: var(--hop-Heading-md-font-family);
207
207
  --font-weight: var(--hop-Heading-md-font-weight);
208
208
  --line-height: var(--hop-Heading-md-line-height);
209
209
  }
210
- :where(.Heading-module__hop-Heading--lg___937DG) {
210
+ :where(.Heading-module__hop-Heading--lg___cPhxL) {
211
211
  --font-size: var(--hop-Heading-lg-font-size);
212
212
  --font-family: var(--hop-Heading-lg-font-family);
213
213
  --font-weight: var(--hop-Heading-lg-font-weight);
214
214
  --line-height: var(--hop-Heading-lg-line-height);
215
215
  }
216
- :where(.Heading-module__hop-Heading--xl___PA7Cj) {
216
+ :where(.Heading-module__hop-Heading--xl___gT96-) {
217
217
  --font-size: var(--hop-Heading-xl-font-size);
218
218
  --font-family: var(--hop-Heading-xl-font-family);
219
219
  --font-weight: var(--hop-Heading-xl-font-weight);
220
220
  --line-height: var(--hop-Heading-xl-line-height);
221
221
  }
222
- :where(.Heading-module__hop-Heading--2xl___9H5AH) {
222
+ :where(.Heading-module__hop-Heading--2xl___Ap-qF) {
223
223
  --font-size: var(--hop-Heading-2xl-font-size);
224
224
  --font-family: var(--hop-Heading-2xl-font-family);
225
225
  --font-weight: var(--hop-Heading-2xl-font-weight);
226
226
  --line-height: var(--hop-Heading-2xl-line-height);
227
227
  }
228
- :where(.Heading-module__hop-Heading--3xl___BC0kT) {
228
+ :where(.Heading-module__hop-Heading--3xl___MchyQ) {
229
229
  --font-size: var(--hop-Heading-3xl-font-size);
230
230
  --font-family: var(--hop-Heading-3xl-font-family);
231
231
  --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-K5WUDBPF.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-X6IUJPX3.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___Fxj3U {
2
+ .Text-module__hop-Text___qvxp1 {
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___Fxj3U) {
32
+ :where(.Text-module__hop-Text___qvxp1) {
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___OBqqd) {
38
+ :where(.Text-module__hop-Text--xs___uIki8) {
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___W0t5J) {
44
+ :where(.Text-module__hop-Text--sm___GWxX7) {
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___0XAci) {
50
+ :where(.Text-module__hop-Text--md___owkyu) {
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___fe6zi) {
56
+ :where(.Text-module__hop-Text--lg___NPyPd) {
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___Yu73w) {
62
+ :where(.Text-module__hop-Text--xl___P4vf-) {
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___XUoUN) {
68
+ :where(.Text-module__hop-Text--2xl___XRDHf) {
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___zBVgd) {
74
+ :where(.Text-module__hop-Text--inherit___jUKtn) {
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___bCG0m) {
82
+ :where(.OverlineText-module__hop-OverlineText___JT95V) {
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,52 +103,52 @@
103
103
  text-transform: uppercase;
104
104
  letter-spacing: var(--letter-spacing);
105
105
  }
106
- .OverlineText-module__hop-OverlineText__text___o7Sr6 {
106
+ .OverlineText-module__hop-OverlineText__text___vc7pH {
107
107
  box-sizing: border-box;
108
108
  }
109
- .OverlineText-module__hop-OverlineText__text___o7Sr6::before,
110
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
109
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before,
110
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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___o7Sr6::before {
117
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before {
118
118
  margin-block-end: var(--bottom-offset);
119
119
  }
120
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
120
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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/Form/src/Form.module.css/#css-module-data */
125
- .Form-module__hop-Form___iuRf1 {
125
+ .Form-module__hop-Form___zxPWR {
126
126
  display: flex;
127
127
  flex-direction: column;
128
128
  gap: var(--hop-space-stack-lg);
129
129
  }
130
130
 
131
131
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
132
- .Label-module__hop-Label___bYJKr {
132
+ .Label-module__hop-Label___Igvhl {
133
133
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
134
134
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
135
135
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
136
136
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
137
137
  --hop-Label-color: var(--hop-neutral-text-weak);
138
138
  }
139
- :where(.Label-module__hop-Label___bYJKr) {
139
+ :where(.Label-module__hop-Label___Igvhl) {
140
140
  font-family: var(--hop-Label-font-family);
141
141
  font-size: var(--hop-Label-font-size);
142
142
  font-weight: var(--hop-Label-font-weight);
143
143
  line-height: var(--hop-Label-line-height);
144
144
  color: var(--hop-Label-color);
145
145
  }
146
- :where(.Label-module__hop-Label__indicator___AtTcd) {
146
+ :where(.Label-module__hop-Label__indicator___naBaU) {
147
147
  padding-inline-start: var(--hop-space-20);
148
148
  }
149
149
 
150
150
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
151
- .Heading-module__hop-Heading___UhOuN {
151
+ .Heading-module__hop-Heading___7khUy {
152
152
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
153
153
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
154
154
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -182,50 +182,50 @@
182
182
  --hop-Heading-inherit-size-font-weight: inherit;
183
183
  --hop-Heading-inherit-size-line-height: inherit;
184
184
  }
185
- :where(.Heading-module__hop-Heading___UhOuN) {
185
+ :where(.Heading-module__hop-Heading___7khUy) {
186
186
  margin: 0;
187
187
  font-family: var(--font-family);
188
188
  font-size: var(--font-size);
189
189
  font-weight: var(--font-weight);
190
190
  line-height: var(--line-height);
191
191
  }
192
- :where(.Heading-module__hop-Heading--xs___mgq0R) {
192
+ :where(.Heading-module__hop-Heading--xs___2h2eb) {
193
193
  --font-size: var(--hop-Heading-xs-font-size);
194
194
  --font-family: var(--hop-Heading-xs-font-family);
195
195
  --font-weight: var(--hop-Heading-xs-font-weight);
196
196
  --line-height: var(--hop-Heading-xs-line-height);
197
197
  }
198
- :where(.Heading-module__hop-Heading--sm___Sd105) {
198
+ :where(.Heading-module__hop-Heading--sm___bhLWp) {
199
199
  --font-size: var(--hop-Heading-sm-font-size);
200
200
  --font-family: var(--hop-Heading-sm-font-family);
201
201
  --font-weight: var(--hop-Heading-sm-font-weight);
202
202
  --line-height: var(--hop-Heading-sm-line-height);
203
203
  }
204
- :where(.Heading-module__hop-Heading--md___OeuQ-) {
204
+ :where(.Heading-module__hop-Heading--md___eTc7c) {
205
205
  --font-size: var(--hop-Heading-md-font-size);
206
206
  --font-family: var(--hop-Heading-md-font-family);
207
207
  --font-weight: var(--hop-Heading-md-font-weight);
208
208
  --line-height: var(--hop-Heading-md-line-height);
209
209
  }
210
- :where(.Heading-module__hop-Heading--lg___937DG) {
210
+ :where(.Heading-module__hop-Heading--lg___cPhxL) {
211
211
  --font-size: var(--hop-Heading-lg-font-size);
212
212
  --font-family: var(--hop-Heading-lg-font-family);
213
213
  --font-weight: var(--hop-Heading-lg-font-weight);
214
214
  --line-height: var(--hop-Heading-lg-line-height);
215
215
  }
216
- :where(.Heading-module__hop-Heading--xl___PA7Cj) {
216
+ :where(.Heading-module__hop-Heading--xl___gT96-) {
217
217
  --font-size: var(--hop-Heading-xl-font-size);
218
218
  --font-family: var(--hop-Heading-xl-font-family);
219
219
  --font-weight: var(--hop-Heading-xl-font-weight);
220
220
  --line-height: var(--hop-Heading-xl-line-height);
221
221
  }
222
- :where(.Heading-module__hop-Heading--2xl___9H5AH) {
222
+ :where(.Heading-module__hop-Heading--2xl___Ap-qF) {
223
223
  --font-size: var(--hop-Heading-2xl-font-size);
224
224
  --font-family: var(--hop-Heading-2xl-font-family);
225
225
  --font-weight: var(--hop-Heading-2xl-font-weight);
226
226
  --line-height: var(--hop-Heading-2xl-line-height);
227
227
  }
228
- :where(.Heading-module__hop-Heading--3xl___BC0kT) {
228
+ :where(.Heading-module__hop-Heading--3xl___MchyQ) {
229
229
  --font-size: var(--hop-Heading-3xl-font-size);
230
230
  --font-family: var(--hop-Heading-3xl-font-family);
231
231
  --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-K5WUDBPF.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-X6IUJPX3.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___UhOuN {
2
+ .Heading-module__hop-Heading___7khUy {
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___UhOuN) {
36
+ :where(.Heading-module__hop-Heading___7khUy) {
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___mgq0R) {
43
+ :where(.Heading-module__hop-Heading--xs___2h2eb) {
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___Sd105) {
49
+ :where(.Heading-module__hop-Heading--sm___bhLWp) {
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___OeuQ-) {
55
+ :where(.Heading-module__hop-Heading--md___eTc7c) {
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___937DG) {
61
+ :where(.Heading-module__hop-Heading--lg___cPhxL) {
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___PA7Cj) {
67
+ :where(.Heading-module__hop-Heading--xl___gT96-) {
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___9H5AH) {
73
+ :where(.Heading-module__hop-Heading--2xl___Ap-qF) {
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___BC0kT) {
79
+ :where(.Heading-module__hop-Heading--3xl___MchyQ) {
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___Fxj3U {
87
+ .Text-module__hop-Text___qvxp1 {
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___Fxj3U) {
117
+ :where(.Text-module__hop-Text___qvxp1) {
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___OBqqd) {
123
+ :where(.Text-module__hop-Text--xs___uIki8) {
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___W0t5J) {
129
+ :where(.Text-module__hop-Text--sm___GWxX7) {
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___0XAci) {
135
+ :where(.Text-module__hop-Text--md___owkyu) {
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___fe6zi) {
141
+ :where(.Text-module__hop-Text--lg___NPyPd) {
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___Yu73w) {
147
+ :where(.Text-module__hop-Text--xl___P4vf-) {
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___XUoUN) {
153
+ :where(.Text-module__hop-Text--2xl___XRDHf) {
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___zBVgd) {
159
+ :where(.Text-module__hop-Text--inherit___jUKtn) {
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___bCG0m) {
167
+ :where(.OverlineText-module__hop-OverlineText___JT95V) {
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,46 +188,46 @@
188
188
  text-transform: uppercase;
189
189
  letter-spacing: var(--letter-spacing);
190
190
  }
191
- .OverlineText-module__hop-OverlineText__text___o7Sr6 {
191
+ .OverlineText-module__hop-OverlineText__text___vc7pH {
192
192
  box-sizing: border-box;
193
193
  }
194
- .OverlineText-module__hop-OverlineText__text___o7Sr6::before,
195
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
194
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before,
195
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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___o7Sr6::before {
202
+ .OverlineText-module__hop-OverlineText__text___vc7pH::before {
203
203
  margin-block-end: var(--bottom-offset);
204
204
  }
205
- .OverlineText-module__hop-OverlineText__text___o7Sr6::after {
205
+ .OverlineText-module__hop-OverlineText__text___vc7pH::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/Form/src/Form.module.css/#css-module-data */
210
- .Form-module__hop-Form___iuRf1 {
210
+ .Form-module__hop-Form___zxPWR {
211
211
  display: flex;
212
212
  flex-direction: column;
213
213
  gap: var(--hop-space-stack-lg);
214
214
  }
215
215
 
216
216
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
217
- .Label-module__hop-Label___bYJKr {
217
+ .Label-module__hop-Label___Igvhl {
218
218
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
219
219
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
220
220
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
221
221
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
222
222
  --hop-Label-color: var(--hop-neutral-text-weak);
223
223
  }
224
- :where(.Label-module__hop-Label___bYJKr) {
224
+ :where(.Label-module__hop-Label___Igvhl) {
225
225
  font-family: var(--hop-Label-font-family);
226
226
  font-size: var(--hop-Label-font-size);
227
227
  font-weight: var(--hop-Label-font-weight);
228
228
  line-height: var(--hop-Label-line-height);
229
229
  color: var(--hop-Label-color);
230
230
  }
231
- :where(.Label-module__hop-Label__indicator___AtTcd) {
231
+ :where(.Label-module__hop-Label__indicator___naBaU) {
232
232
  padding-inline-start: var(--hop-space-20);
233
233
  }
@@ -1,7 +1,7 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-6NX5XSZH.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-VZTTMSV3.js';
2
2
  import '../../../chunk-QCA3ZR56.js';
3
3
  import '../../../chunk-TFVDF4YH.js';
4
- import '../../../chunk-SH3CLZKH.js';
4
+ import '../../../chunk-IZRMVXCF.js';
5
5
  import '../../../chunk-Q7NXUUB3.js';
6
6
  import '../../../chunk-KVDXQMWI.js';
7
7
  import '../../../chunk-JSBRDJBE.js';