@hopper-ui/components 1.5.7 → 1.5.8

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 (300) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/Accordion/src/Accordion.css +110 -72
  3. package/dist/Accordion/src/Accordion.js +1 -1
  4. package/dist/Accordion/src/index.css +110 -72
  5. package/dist/Accordion/src/index.js +1 -1
  6. package/dist/Avatar/src/AnonymousAvatar.css +80 -42
  7. package/dist/Avatar/src/AnonymousAvatar.js +4 -4
  8. package/dist/Avatar/src/Avatar.css +98 -60
  9. package/dist/Avatar/src/Avatar.js +8 -8
  10. package/dist/Avatar/src/BrokenAvatar.css +80 -42
  11. package/dist/Avatar/src/BrokenAvatar.js +4 -4
  12. package/dist/Avatar/src/DeletedAvatar.css +80 -42
  13. package/dist/Avatar/src/DeletedAvatar.js +4 -4
  14. package/dist/Avatar/src/RichIconAvatarImage.css +80 -42
  15. package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
  16. package/dist/Avatar/src/index.css +98 -60
  17. package/dist/Avatar/src/index.js +10 -10
  18. package/dist/Badge/src/Badge.css +85 -47
  19. package/dist/Badge/src/Badge.js +5 -5
  20. package/dist/Badge/src/FloatingBadge.css +80 -42
  21. package/dist/Badge/src/FloatingBadge.js +4 -4
  22. package/dist/Badge/src/index.css +95 -57
  23. package/dist/Badge/src/index.js +7 -7
  24. package/dist/Callout/src/Callout.css +306 -268
  25. package/dist/Callout/src/Callout.js +12 -12
  26. package/dist/Callout/src/CompactCallout.css +342 -304
  27. package/dist/Callout/src/CompactCallout.js +13 -13
  28. package/dist/Callout/src/index.css +355 -317
  29. package/dist/Callout/src/index.js +14 -14
  30. package/dist/Card/src/Card.css +73 -35
  31. package/dist/Card/src/Card.js +1 -1
  32. package/dist/Card/src/index.css +73 -35
  33. package/dist/Card/src/index.js +1 -1
  34. package/dist/ComboBox/src/ComboBox.css +687 -649
  35. package/dist/ComboBox/src/ComboBox.js +22 -22
  36. package/dist/ComboBox/src/index.css +687 -649
  37. package/dist/ComboBox/src/index.js +22 -22
  38. package/dist/Disclosure/src/Disclosure.css +80 -42
  39. package/dist/Disclosure/src/Disclosure.js +1 -1
  40. package/dist/Disclosure/src/DisclosureHeader.css +87 -49
  41. package/dist/Disclosure/src/DisclosureHeader.js +10 -10
  42. package/dist/Disclosure/src/DisclosurePanel.css +80 -42
  43. package/dist/Disclosure/src/DisclosurePanel.js +10 -10
  44. package/dist/Disclosure/src/index.css +105 -67
  45. package/dist/Disclosure/src/index.js +13 -13
  46. package/dist/Divider/src/Divider.css +72 -34
  47. package/dist/Divider/src/Divider.js +1 -1
  48. package/dist/Divider/src/index.css +72 -34
  49. package/dist/Divider/src/index.js +1 -1
  50. package/dist/ErrorMessage/src/ErrorMessage.css +72 -34
  51. package/dist/ErrorMessage/src/ErrorMessage.js +4 -4
  52. package/dist/ErrorMessage/src/index.css +72 -34
  53. package/dist/ErrorMessage/src/index.js +4 -4
  54. package/dist/Form/src/Form.css +70 -32
  55. package/dist/Form/src/Form.js +1 -1
  56. package/dist/Form/src/index.css +70 -32
  57. package/dist/Form/src/index.js +1 -1
  58. package/dist/HelperMessage/src/HelperMessage.css +72 -34
  59. package/dist/HelperMessage/src/HelperMessage.js +3 -3
  60. package/dist/HelperMessage/src/index.css +72 -34
  61. package/dist/HelperMessage/src/index.js +3 -3
  62. package/dist/IconList/src/IconList.css +71 -33
  63. package/dist/IconList/src/IconList.js +1 -1
  64. package/dist/IconList/src/index.css +71 -33
  65. package/dist/IconList/src/index.js +1 -1
  66. package/dist/IllustratedMessage/src/IllustratedMessage.css +313 -275
  67. package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
  68. package/dist/IllustratedMessage/src/index.css +313 -275
  69. package/dist/IllustratedMessage/src/index.js +1 -1
  70. package/dist/Image/src/Image.css +73 -35
  71. package/dist/Image/src/Image.js +1 -1
  72. package/dist/Image/src/SvgImage.css +71 -33
  73. package/dist/Image/src/SvgImage.js +1 -1
  74. package/dist/Image/src/index.css +74 -36
  75. package/dist/Image/src/index.js +2 -2
  76. package/dist/Link/src/Link.css +109 -71
  77. package/dist/Link/src/Link.js +9 -9
  78. package/dist/Link/src/index.css +109 -71
  79. package/dist/Link/src/index.js +9 -9
  80. package/dist/ListBox/src/ListBox.css +317 -279
  81. package/dist/ListBox/src/ListBox.js +15 -15
  82. package/dist/ListBox/src/ListBoxItem.css +305 -267
  83. package/dist/ListBox/src/ListBoxItem.js +14 -14
  84. package/dist/ListBox/src/ListBoxItemSkeleton.css +77 -39
  85. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  86. package/dist/ListBox/src/index.css +317 -279
  87. package/dist/ListBox/src/index.js +15 -15
  88. package/dist/Modal/src/BaseModal.css +85 -47
  89. package/dist/Modal/src/BaseModal.js +1 -1
  90. package/dist/Modal/src/CustomModal.css +86 -48
  91. package/dist/Modal/src/CustomModal.js +2 -2
  92. package/dist/Modal/src/Modal.css +333 -295
  93. package/dist/Modal/src/Modal.js +13 -13
  94. package/dist/Modal/src/index.css +334 -296
  95. package/dist/Modal/src/index.js +14 -14
  96. package/dist/SegmentedControl/src/SegmentedControl.css +71 -33
  97. package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
  98. package/dist/SegmentedControl/src/SegmentedControlItem.css +85 -47
  99. package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
  100. package/dist/SegmentedControl/src/index.css +86 -48
  101. package/dist/SegmentedControl/src/index.js +8 -8
  102. package/dist/Select/src/Select.css +631 -593
  103. package/dist/Select/src/Select.js +21 -21
  104. package/dist/Select/src/SelectValue.css +104 -66
  105. package/dist/Select/src/SelectValue.js +9 -9
  106. package/dist/Select/src/index.css +631 -593
  107. package/dist/Select/src/index.js +21 -21
  108. package/dist/Spinner/src/Spinner.css +80 -42
  109. package/dist/Spinner/src/Spinner.js +4 -4
  110. package/dist/Spinner/src/index.css +80 -42
  111. package/dist/Spinner/src/index.js +4 -4
  112. package/dist/Tabs/src/Tab.css +456 -418
  113. package/dist/Tabs/src/Tab.js +4 -4
  114. package/dist/Tabs/src/TabLine.css +72 -34
  115. package/dist/Tabs/src/TabLine.js +1 -1
  116. package/dist/Tabs/src/TabList.css +79 -41
  117. package/dist/Tabs/src/TabList.js +2 -2
  118. package/dist/Tabs/src/TabPanel.css +72 -34
  119. package/dist/Tabs/src/TabPanel.js +1 -1
  120. package/dist/Tabs/src/index.css +467 -429
  121. package/dist/Tabs/src/index.js +7 -7
  122. package/dist/Tile/src/Tile.css +79 -41
  123. package/dist/Tile/src/Tile.js +8 -8
  124. package/dist/Tile/src/TileGroup.css +71 -33
  125. package/dist/Tile/src/TileGroup.js +1 -1
  126. package/dist/Tile/src/index.css +80 -42
  127. package/dist/Tile/src/index.js +9 -9
  128. package/dist/ToggleArrow/src/ToggleArrow.css +72 -34
  129. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  130. package/dist/ToggleArrow/src/index.css +72 -34
  131. package/dist/ToggleArrow/src/index.js +1 -1
  132. package/dist/buttons/src/Button.css +136 -98
  133. package/dist/buttons/src/Button.js +10 -10
  134. package/dist/buttons/src/ButtonGroup.css +81 -43
  135. package/dist/buttons/src/ButtonGroup.js +1 -1
  136. package/dist/buttons/src/ClearButton.css +141 -103
  137. package/dist/buttons/src/ClearButton.js +2 -2
  138. package/dist/buttons/src/CloseButton.css +137 -99
  139. package/dist/buttons/src/CloseButton.js +11 -11
  140. package/dist/buttons/src/EmbeddedButton.css +141 -103
  141. package/dist/buttons/src/EmbeddedButton.js +1 -1
  142. package/dist/buttons/src/LinkButton.css +145 -107
  143. package/dist/buttons/src/LinkButton.js +9 -9
  144. package/dist/buttons/src/index.css +293 -255
  145. package/dist/buttons/src/index.js +15 -15
  146. package/dist/checkbox/src/Checkbox.css +89 -51
  147. package/dist/checkbox/src/Checkbox.js +9 -9
  148. package/dist/checkbox/src/CheckboxField.css +76 -38
  149. package/dist/checkbox/src/CheckboxField.js +5 -5
  150. package/dist/checkbox/src/CheckboxGroup.css +141 -103
  151. package/dist/checkbox/src/CheckboxGroup.js +8 -8
  152. package/dist/checkbox/src/DecorativeCheckbox.css +97 -59
  153. package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
  154. package/dist/checkbox/src/index.css +141 -103
  155. package/dist/checkbox/src/index.js +14 -14
  156. package/dist/{chunk-OMAH2JND.js → chunk-2F75EFZU.js} +1 -1
  157. package/dist/{chunk-KRPRDZOT.js → chunk-2MFQA2EU.js} +5 -5
  158. package/dist/{chunk-HS3QKWW7.js → chunk-3QAAVSD5.js} +3 -3
  159. package/dist/{chunk-Y5HNYHXP.js → chunk-3U5FI5A2.js} +5 -5
  160. package/dist/{chunk-5MP4DOYS.js → chunk-3Y26KXNH.js} +1 -1
  161. package/dist/{chunk-P7RWZX2M.js → chunk-4C2RFTAH.js} +1 -1
  162. package/dist/{chunk-E2VZSZOY.js → chunk-4IE24H7G.js} +8 -8
  163. package/dist/{chunk-IF44PZZP.js → chunk-4KOZSCEO.js} +4 -4
  164. package/dist/{chunk-63L6D5UM.js → chunk-4NP4OAXQ.js} +1 -1
  165. package/dist/{chunk-4SVXBPXC.js → chunk-4VWK3B7S.js} +3 -3
  166. package/dist/{chunk-H7R4BTMU.js → chunk-5MYBVZ7A.js} +3 -3
  167. package/dist/{chunk-4LBIE5SC.js → chunk-64CHPRZN.js} +2 -2
  168. package/dist/{chunk-E4AW5HJM.js → chunk-6IOXP65D.js} +4 -4
  169. package/dist/{chunk-KTKND4NT.js → chunk-6OQETHFE.js} +2 -2
  170. package/dist/{chunk-SG6QJ7O2.js → chunk-6VY7Q7UM.js} +4 -4
  171. package/dist/{chunk-MHQL4ITH.js → chunk-7G5PGVLI.js} +1 -1
  172. package/dist/{chunk-R7KHBCGM.js → chunk-7XKQWNDW.js} +1 -1
  173. package/dist/{chunk-3ASVVRCA.js → chunk-AH7QHTSG.js} +5 -5
  174. package/dist/{chunk-6PCBYFMH.js → chunk-AUDD3BII.js} +5 -5
  175. package/dist/{chunk-S57OO3BK.js → chunk-B7CNUKHE.js} +10 -10
  176. package/dist/{chunk-VM3JRVU6.js → chunk-BKGXUZF6.js} +15 -15
  177. package/dist/{chunk-NTSJO4WO.js → chunk-BOEKDGIG.js} +1 -1
  178. package/dist/{chunk-XEGXFQT5.js → chunk-CCC4PE3E.js} +2 -2
  179. package/dist/{chunk-2SB3QWIW.js → chunk-CY3NQS5G.js} +1 -1
  180. package/dist/{chunk-BPRTWO34.js → chunk-DSHNTCCG.js} +2 -2
  181. package/dist/{chunk-IH73HOJM.js → chunk-E7543KMS.js} +2 -2
  182. package/dist/{chunk-JZ3R5OQS.js → chunk-FCJBEUUD.js} +1 -1
  183. package/dist/{chunk-3MFFEUWK.js → chunk-FMACFZVM.js} +3 -3
  184. package/dist/{chunk-VR3T4WB2.js → chunk-G7FGAV44.js} +2 -2
  185. package/dist/{chunk-DNI6ECVG.js → chunk-GAYT3QXG.js} +5 -5
  186. package/dist/{chunk-JW72ZHDU.js → chunk-GHWTSUQQ.js} +4 -4
  187. package/dist/{chunk-BPMSUPKF.js → chunk-H33GYFXI.js} +4 -4
  188. package/dist/{chunk-U4IOD6HI.js → chunk-HNUVBOSY.js} +1 -1
  189. package/dist/{chunk-G3DWN7U7.js → chunk-HXUYRHS5.js} +5 -5
  190. package/dist/{chunk-GD62QQQM.js → chunk-IIUGCQWW.js} +8 -8
  191. package/dist/{chunk-BYAY3UHK.js → chunk-IZK3WBT5.js} +2 -2
  192. package/dist/{chunk-3UKTVVXR.js → chunk-JZBFIZNX.js} +2 -2
  193. package/dist/{chunk-DSHXJCKR.js → chunk-JZDIHG23.js} +9 -9
  194. package/dist/{chunk-65QLPZS3.js → chunk-KJNEM3SA.js} +1 -1
  195. package/dist/{chunk-QAUFBA7C.js → chunk-MGSR6KG7.js} +1 -1
  196. package/dist/{chunk-5SYUGIRG.js → chunk-MWOYTG5R.js} +1 -1
  197. package/dist/{chunk-ZKJMIS75.js → chunk-N64QLW23.js} +2 -2
  198. package/dist/{chunk-2EQ5ZDRA.js → chunk-NP2SOF4U.js} +1 -1
  199. package/dist/{chunk-JAXZJD33.js → chunk-O5LHBC7Q.js} +9 -9
  200. package/dist/{chunk-CJN4KKQM.js → chunk-OAIQMHLG.js} +3 -3
  201. package/dist/{chunk-FAB5XSXM.js → chunk-OLNYFKUC.js} +2 -2
  202. package/dist/{chunk-XBWNCVRK.js → chunk-OXX2Q4UK.js} +1 -1
  203. package/dist/{chunk-JWHS7D3I.js → chunk-PA5EHN7O.js} +1 -1
  204. package/dist/{chunk-2NOOQRTE.js → chunk-PETBANFF.js} +1 -1
  205. package/dist/{chunk-KXSEKNZ7.js → chunk-Q2EQP2RU.js} +2 -2
  206. package/dist/{chunk-UVX4CZWO.js → chunk-QDAESUMP.js} +1 -1
  207. package/dist/{chunk-N6VCQ632.js → chunk-R545UYFM.js} +1 -1
  208. package/dist/{chunk-3M3M4BQG.js → chunk-RSNYZJBA.js} +1 -1
  209. package/dist/{chunk-STWEUNIY.js → chunk-SLP3QVJN.js} +1 -1
  210. package/dist/{chunk-HH4KU2RL.js → chunk-T3JQ5FGZ.js} +2 -2
  211. package/dist/{chunk-MGVYGZD7.js → chunk-TPK6NH6T.js} +10 -10
  212. package/dist/{chunk-QODLCER2.js → chunk-TTL4G2TY.js} +2 -2
  213. package/dist/{chunk-DKOJD5J5.js → chunk-TXMTWWQS.js} +4 -4
  214. package/dist/{chunk-M2WKOIHJ.js → chunk-UFEEPQPN.js} +5 -5
  215. package/dist/{chunk-VHTPBGAH.js → chunk-UXXEQ6GN.js} +4 -4
  216. package/dist/{chunk-4WFZK7DY.js → chunk-V3GM5HJS.js} +1 -1
  217. package/dist/{chunk-26X5EBGP.js → chunk-VDXWDKOM.js} +1 -1
  218. package/dist/{chunk-CILOWBN6.js → chunk-VGAKY5R3.js} +2 -2
  219. package/dist/{chunk-HCYNQVIG.js → chunk-VHHOCRJ6.js} +12 -12
  220. package/dist/{chunk-HAVIEM2D.js → chunk-VTPBW5IC.js} +3 -3
  221. package/dist/{chunk-HP7T2HWU.js → chunk-VUFCC6BQ.js} +1 -1
  222. package/dist/{chunk-JA3B67UE.js → chunk-WD3ZL2OG.js} +4 -4
  223. package/dist/{chunk-MT2RVQDZ.js → chunk-WQG7DMLR.js} +3 -3
  224. package/dist/{chunk-XXFM3YKI.js → chunk-X2SACCY2.js} +4 -4
  225. package/dist/{chunk-IZAWEDX6.js → chunk-XJDZUQRN.js} +2 -2
  226. package/dist/{chunk-ZKL5F3OF.js → chunk-XTPBPGOE.js} +4 -4
  227. package/dist/{chunk-WTZ5SJEK.js → chunk-YRPLWZ7P.js} +1 -1
  228. package/dist/{chunk-FFBWW2UY.js → chunk-YTLEDJYH.js} +2 -2
  229. package/dist/{chunk-YLDI6PLK.js → chunk-YYBHF4YY.js} +1 -1
  230. package/dist/{chunk-3WYNM4YY.js → chunk-ZF6AUUH2.js} +14 -14
  231. package/dist/index.css +987 -949
  232. package/dist/index.js +83 -83
  233. package/dist/inputs/src/Input.css +74 -36
  234. package/dist/inputs/src/Input.js +1 -1
  235. package/dist/inputs/src/InputGroup.css +76 -38
  236. package/dist/inputs/src/InputGroup.js +1 -1
  237. package/dist/inputs/src/NumberField.css +100 -62
  238. package/dist/inputs/src/NumberField.js +13 -13
  239. package/dist/inputs/src/PasswordField.css +313 -275
  240. package/dist/inputs/src/PasswordField.js +13 -13
  241. package/dist/inputs/src/RemainingCharacterCount.css +73 -35
  242. package/dist/inputs/src/RemainingCharacterCount.js +8 -8
  243. package/dist/inputs/src/SearchField.css +319 -281
  244. package/dist/inputs/src/SearchField.js +14 -14
  245. package/dist/inputs/src/TextArea.css +97 -59
  246. package/dist/inputs/src/TextArea.js +12 -12
  247. package/dist/inputs/src/TextField.css +317 -279
  248. package/dist/inputs/src/TextField.js +16 -16
  249. package/dist/inputs/src/index.css +365 -327
  250. package/dist/inputs/src/index.js +20 -20
  251. package/dist/overlays/Popover/src/Popover.css +603 -565
  252. package/dist/overlays/Popover/src/Popover.js +8 -8
  253. package/dist/overlays/Popover/src/PopoverBase.css +74 -36
  254. package/dist/overlays/Popover/src/PopoverBase.js +1 -1
  255. package/dist/overlays/Popover/src/index.css +607 -569
  256. package/dist/overlays/Popover/src/index.js +9 -9
  257. package/dist/radio/src/DecorativeRadio.css +97 -59
  258. package/dist/radio/src/DecorativeRadio.js +9 -9
  259. package/dist/radio/src/Radio.css +89 -51
  260. package/dist/radio/src/Radio.js +9 -9
  261. package/dist/radio/src/RadioField.css +76 -38
  262. package/dist/radio/src/RadioField.js +4 -4
  263. package/dist/radio/src/RadioGroup.css +141 -103
  264. package/dist/radio/src/RadioGroup.js +8 -8
  265. package/dist/radio/src/index.css +141 -103
  266. package/dist/radio/src/index.js +14 -14
  267. package/dist/switch/src/Switch.css +86 -48
  268. package/dist/switch/src/Switch.js +9 -9
  269. package/dist/switch/src/SwitchField.css +76 -38
  270. package/dist/switch/src/SwitchField.js +4 -4
  271. package/dist/switch/src/index.css +92 -54
  272. package/dist/switch/src/index.js +10 -10
  273. package/dist/tag/src/Tag.css +434 -396
  274. package/dist/tag/src/Tag.js +14 -14
  275. package/dist/tag/src/TagGroup.css +80 -42
  276. package/dist/tag/src/TagGroup.js +8 -8
  277. package/dist/tag/src/index.css +444 -406
  278. package/dist/tag/src/index.js +17 -17
  279. package/dist/typography/Heading/src/Heading.css +70 -32
  280. package/dist/typography/Heading/src/Heading.js +1 -1
  281. package/dist/typography/Heading/src/index.css +70 -32
  282. package/dist/typography/Heading/src/index.js +1 -1
  283. package/dist/typography/Label/src/Label.css +70 -32
  284. package/dist/typography/Label/src/Label.js +2 -2
  285. package/dist/typography/Label/src/index.css +70 -32
  286. package/dist/typography/Label/src/index.js +2 -2
  287. package/dist/typography/OverlineText/src/OverlineText.css +70 -32
  288. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  289. package/dist/typography/OverlineText/src/index.css +70 -32
  290. package/dist/typography/OverlineText/src/index.js +1 -1
  291. package/dist/typography/Text/src/Text.css +70 -32
  292. package/dist/typography/Text/src/Text.js +2 -2
  293. package/dist/typography/Text/src/index.css +70 -32
  294. package/dist/typography/Text/src/index.js +2 -2
  295. package/dist/utils/src/ClearSlots.css +70 -32
  296. package/dist/utils/src/EnsureTextWrapper.css +70 -32
  297. package/dist/utils/src/EnsureTextWrapper.js +7 -7
  298. package/dist/utils/src/index.css +70 -32
  299. package/dist/utils/src/index.js +8 -8
  300. package/package.json +1 -1
@@ -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___GwHVO {
2
+ .Text-module__hop-Text___A6WPK {
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___GwHVO) {
32
+ :where(.Text-module__hop-Text___A6WPK) {
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___Hy6wA) {
38
+ :where(.Text-module__hop-Text--xs___OT9i0) {
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___r6n11) {
44
+ :where(.Text-module__hop-Text--sm___bKtyz) {
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___77-k9) {
50
+ :where(.Text-module__hop-Text--md___EWK9I) {
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___3QHga) {
56
+ :where(.Text-module__hop-Text--lg___xKf2K) {
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___UhMR-) {
62
+ :where(.Text-module__hop-Text--xl___X-I7p) {
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___E9rXG) {
68
+ :where(.Text-module__hop-Text--2xl___qBAxp) {
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___rK-x9) {
74
+ :where(.Text-module__hop-Text--inherit___aWINc) {
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,41 +79,51 @@
79
79
  }
80
80
 
81
81
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Heading/src/Heading.module.css/#css-module-data */
82
- .Heading-module__hop-Heading___vOuhR {
82
+ .Heading-module__hop-Heading___qZGl6 {
83
83
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
84
84
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
85
85
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
86
86
  --hop-Heading-xs-line-height: var(--hop-heading-xs-line-height);
87
+ --hop-Heading-xs-top-offset: var(--hop-heading-xs-top-offset);
88
+ --hop-Heading-xs-bottom-offset: var(--hop-heading-xs-bottom-offset);
87
89
  --hop-Heading-sm-font-size: var(--hop-heading-sm-font-size);
88
90
  --hop-Heading-sm-font-family: var(--hop-heading-sm-font-family);
89
91
  --hop-Heading-sm-font-weight: var(--hop-heading-sm-font-weight);
90
92
  --hop-Heading-sm-line-height: var(--hop-heading-sm-line-height);
93
+ --hop-Heading-sm-top-offset: var(--hop-heading-sm-top-offset);
94
+ --hop-Heading-sm-bottom-offset: var(--hop-heading-sm-bottom-offset);
91
95
  --hop-Heading-md-font-size: var(--hop-heading-md-font-size);
92
96
  --hop-Heading-md-font-family: var(--hop-heading-md-font-family);
93
97
  --hop-Heading-md-font-weight: var(--hop-heading-md-font-weight);
94
98
  --hop-Heading-md-line-height: var(--hop-heading-md-line-height);
99
+ --hop-Heading-md-top-offset: var(--hop-heading-md-top-offset);
100
+ --hop-Heading-md-bottom-offset: var(--hop-heading-md-bottom-offset);
95
101
  --hop-Heading-lg-font-size: var(--hop-heading-lg-font-size);
96
102
  --hop-Heading-lg-font-family: var(--hop-heading-lg-font-family);
97
103
  --hop-Heading-lg-font-weight: var(--hop-heading-lg-font-weight);
98
104
  --hop-Heading-lg-line-height: var(--hop-heading-lg-line-height);
105
+ --hop-Heading-lg-top-offset: var(--hop-heading-lg-top-offset);
106
+ --hop-Heading-lg-bottom-offset: var(--hop-heading-lg-bottom-offset);
99
107
  --hop-Heading-xl-font-size: var(--hop-heading-xl-font-size);
100
108
  --hop-Heading-xl-font-family: var(--hop-heading-xl-font-family);
101
109
  --hop-Heading-xl-font-weight: var(--hop-heading-xl-font-weight);
102
110
  --hop-Heading-xl-line-height: var(--hop-heading-xl-line-height);
111
+ --hop-Heading-xl-top-offset: var(--hop-heading-xl-top-offset);
112
+ --hop-Heading-xl-bottom-offset: var(--hop-heading-xl-bottom-offset);
103
113
  --hop-Heading-2xl-font-size: var(--hop-heading-2xl-font-size);
104
114
  --hop-Heading-2xl-font-family: var(--hop-heading-2xl-font-family);
105
115
  --hop-Heading-2xl-font-weight: var(--hop-heading-2xl-font-weight);
106
116
  --hop-Heading-2xl-line-height: var(--hop-heading-2xl-line-height);
117
+ --hop-Heading-2xl-top-offset: var(--hop-heading-2xl-top-offset);
118
+ --hop-Heading-2xl-bottom-offset: var(--hop-heading-2xl-bottom-offset);
107
119
  --hop-Heading-3xl-font-size: var(--hop-heading-3xl-font-size);
108
120
  --hop-Heading-3xl-font-family: var(--hop-heading-3xl-font-family);
109
121
  --hop-Heading-3xl-font-weight: var(--hop-heading-3xl-font-weight);
110
122
  --hop-Heading-3xl-line-height: var(--hop-heading-3xl-line-height);
111
- --hop-Heading-inherit-size-font-size: inherit;
112
- --hop-Heading-inherit-size-font-family: inherit;
113
- --hop-Heading-inherit-size-font-weight: inherit;
114
- --hop-Heading-inherit-size-line-height: inherit;
123
+ --hop-Heading-3xl-top-offset: var(--hop-heading-3xl-top-offset);
124
+ --hop-Heading-3xl-bottom-offset: var(--hop-heading-3xl-bottom-offset);
115
125
  }
116
- :where(.Heading-module__hop-Heading___vOuhR) {
126
+ :where(.Heading-module__hop-Heading___qZGl6) {
117
127
  margin: 0;
118
128
  font-family: var(--font-family);
119
129
  font-size: var(--font-size);
@@ -121,51 +131,79 @@
121
131
  line-height: var(--line-height);
122
132
  color: var(--hop-neutral-text);
123
133
  }
124
- :where(.Heading-module__hop-Heading--xs___TljxC) {
134
+ :where(.Heading-module__hop-Heading___qZGl6)::before,
135
+ :where(.Heading-module__hop-Heading___qZGl6)::after {
136
+ content: "";
137
+ display: block;
138
+ box-sizing: border-box;
139
+ inline-size: 0;
140
+ block-size: 0;
141
+ }
142
+ :where(.Heading-module__hop-Heading___qZGl6)::before {
143
+ margin-block-end: var(--bottom-offset);
144
+ }
145
+ :where(.Heading-module__hop-Heading___qZGl6)::after {
146
+ margin-block-start: var(--top-offset);
147
+ }
148
+ :where(.Heading-module__hop-Heading--xs___9vIUc) {
125
149
  --font-size: var(--hop-Heading-xs-font-size);
126
150
  --font-family: var(--hop-Heading-xs-font-family);
127
151
  --font-weight: var(--hop-Heading-xs-font-weight);
128
152
  --line-height: var(--hop-Heading-xs-line-height);
153
+ --top-offset: var(--hop-Heading-xs-top-offset);
154
+ --bottom-offset: var(--hop-Heading-xs-bottom-offset);
129
155
  }
130
- :where(.Heading-module__hop-Heading--sm___Dd4aA) {
156
+ :where(.Heading-module__hop-Heading--sm___2cnPF) {
131
157
  --font-size: var(--hop-Heading-sm-font-size);
132
158
  --font-family: var(--hop-Heading-sm-font-family);
133
159
  --font-weight: var(--hop-Heading-sm-font-weight);
134
160
  --line-height: var(--hop-Heading-sm-line-height);
161
+ --top-offset: var(--hop-Heading-sm-top-offset);
162
+ --bottom-offset: var(--hop-Heading-sm-bottom-offset);
135
163
  }
136
- :where(.Heading-module__hop-Heading--md___4QZ22) {
164
+ :where(.Heading-module__hop-Heading--md___COxEc) {
137
165
  --font-size: var(--hop-Heading-md-font-size);
138
166
  --font-family: var(--hop-Heading-md-font-family);
139
167
  --font-weight: var(--hop-Heading-md-font-weight);
140
168
  --line-height: var(--hop-Heading-md-line-height);
169
+ --top-offset: var(--hop-Heading-md-top-offset);
170
+ --bottom-offset: var(--hop-Heading-md-bottom-offset);
141
171
  }
142
- :where(.Heading-module__hop-Heading--lg___gCcT1) {
172
+ :where(.Heading-module__hop-Heading--lg___uFN-j) {
143
173
  --font-size: var(--hop-Heading-lg-font-size);
144
174
  --font-family: var(--hop-Heading-lg-font-family);
145
175
  --font-weight: var(--hop-Heading-lg-font-weight);
146
176
  --line-height: var(--hop-Heading-lg-line-height);
177
+ --top-offset: var(--hop-Heading-lg-top-offset);
178
+ --bottom-offset: var(--hop-Heading-lg-bottom-offset);
147
179
  }
148
- :where(.Heading-module__hop-Heading--xl___bgGSZ) {
180
+ :where(.Heading-module__hop-Heading--xl___TI2o5) {
149
181
  --font-size: var(--hop-Heading-xl-font-size);
150
182
  --font-family: var(--hop-Heading-xl-font-family);
151
183
  --font-weight: var(--hop-Heading-xl-font-weight);
152
184
  --line-height: var(--hop-Heading-xl-line-height);
185
+ --top-offset: var(--hop-Heading-xl-top-offset);
186
+ --bottom-offset: var(--hop-Heading-xl-bottom-offset);
153
187
  }
154
- :where(.Heading-module__hop-Heading--2xl___-BDq2) {
188
+ :where(.Heading-module__hop-Heading--2xl___tSVfV) {
155
189
  --font-size: var(--hop-Heading-2xl-font-size);
156
190
  --font-family: var(--hop-Heading-2xl-font-family);
157
191
  --font-weight: var(--hop-Heading-2xl-font-weight);
158
192
  --line-height: var(--hop-Heading-2xl-line-height);
193
+ --top-offset: var(--hop-Heading-2xl-top-offset);
194
+ --bottom-offset: var(--hop-Heading-2xl-bottom-offset);
159
195
  }
160
- :where(.Heading-module__hop-Heading--3xl___uuF3d) {
196
+ :where(.Heading-module__hop-Heading--3xl___yBW4k) {
161
197
  --font-size: var(--hop-Heading-3xl-font-size);
162
198
  --font-family: var(--hop-Heading-3xl-font-family);
163
199
  --font-weight: var(--hop-Heading-3xl-font-weight);
164
200
  --line-height: var(--hop-Heading-3xl-line-height);
201
+ --top-offset: var(--hop-Heading-3xl-top-offset);
202
+ --bottom-offset: var(--hop-Heading-3xl-bottom-offset);
165
203
  }
166
204
 
167
205
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
168
- :where(.OverlineText-module__hop-OverlineText___zl-GZ) {
206
+ :where(.OverlineText-module__hop-OverlineText___l87dr) {
169
207
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
170
208
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
171
209
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -189,52 +227,52 @@
189
227
  text-transform: uppercase;
190
228
  letter-spacing: var(--letter-spacing);
191
229
  }
192
- .OverlineText-module__hop-OverlineText__text___74bSv {
230
+ .OverlineText-module__hop-OverlineText__text___dDkQB {
193
231
  box-sizing: border-box;
194
232
  }
195
- .OverlineText-module__hop-OverlineText__text___74bSv::before,
196
- .OverlineText-module__hop-OverlineText__text___74bSv::after {
233
+ .OverlineText-module__hop-OverlineText__text___dDkQB::before,
234
+ .OverlineText-module__hop-OverlineText__text___dDkQB::after {
197
235
  content: "";
198
236
  display: block;
199
237
  box-sizing: border-box;
200
238
  inline-size: 0;
201
239
  block-size: 0;
202
240
  }
203
- .OverlineText-module__hop-OverlineText__text___74bSv::before {
241
+ .OverlineText-module__hop-OverlineText__text___dDkQB::before {
204
242
  margin-block-end: var(--bottom-offset);
205
243
  }
206
- .OverlineText-module__hop-OverlineText__text___74bSv::after {
244
+ .OverlineText-module__hop-OverlineText__text___dDkQB::after {
207
245
  margin-block-start: var(--top-offset);
208
246
  }
209
247
 
210
248
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
211
- .Form-module__hop-Form___NGqig {
249
+ .Form-module__hop-Form___s5RQU {
212
250
  display: flex;
213
251
  flex-direction: column;
214
252
  gap: var(--hop-space-stack-lg);
215
253
  }
216
254
 
217
255
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
218
- .Label-module__hop-Label___1lP-g {
256
+ .Label-module__hop-Label___TPaRo {
219
257
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
220
258
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
221
259
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
222
260
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
223
261
  --hop-Label-color: var(--hop-neutral-text-weak);
224
262
  }
225
- :where(.Label-module__hop-Label___1lP-g) {
263
+ :where(.Label-module__hop-Label___TPaRo) {
226
264
  font-family: var(--hop-Label-font-family);
227
265
  font-size: var(--hop-Label-font-size);
228
266
  font-weight: var(--hop-Label-font-weight);
229
267
  line-height: var(--hop-Label-line-height);
230
268
  color: var(--hop-Label-color);
231
269
  }
232
- :where(.Label-module__hop-Label__indicator___pBlO9) {
270
+ :where(.Label-module__hop-Label__indicator___hKKpy) {
233
271
  padding-inline-start: var(--hop-space-20);
234
272
  }
235
273
 
236
274
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
237
- .IconList-module__hop-IconList___o5J8k {
275
+ .IconList-module__hop-IconList___LMul1 {
238
276
  --hop-IconList-gap: var(--hop-space-inline-xs);
239
277
  display: flex;
240
278
  flex-wrap: wrap;
@@ -243,7 +281,7 @@
243
281
  }
244
282
 
245
283
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Spinner/src/Spinner.module.css/#css-module-data */
246
- @keyframes Spinner-module__spin___yMNuo {
284
+ @keyframes Spinner-module__spin___Jas5T {
247
285
  0% {
248
286
  transform: rotate(0deg);
249
287
  }
@@ -251,7 +289,7 @@
251
289
  transform: rotate(360deg);
252
290
  }
253
291
  }
254
- .Spinner-module__hop-Spinner___kk0ls {
292
+ .Spinner-module__hop-Spinner___njxzl {
255
293
  --hop-Spinner-border-radius: var(--hop-shape-circle);
256
294
  --hop-Spinner-sm-wheel-size: 1rem;
257
295
  --hop-Spinner-md-wheel-size: 1.25rem;
@@ -259,7 +297,7 @@
259
297
  --hop-Spinner-track-width: 0.125rem;
260
298
  --hop-Spinner-track-opacity: 0.2;
261
299
  --hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
262
- --hop-Spinner-fill-animation: Spinner-module__spin___yMNuo .8s infinite linear;
300
+ --hop-Spinner-fill-animation: Spinner-module__spin___Jas5T .8s infinite linear;
263
301
  --hop-Spinner-fill-animation-reduced-motion-duration: 2s;
264
302
  --hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
265
303
  --hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
@@ -270,19 +308,19 @@
270
308
  align-items: center;
271
309
  box-sizing: border-box;
272
310
  }
273
- .Spinner-module__hop-Spinner--sm___9vQpW {
311
+ .Spinner-module__hop-Spinner--sm___JwHhN {
274
312
  --width: var(--hop-Spinner-sm-wheel-size);
275
313
  --height: var(--hop-Spinner-sm-wheel-size);
276
314
  }
277
- .Spinner-module__hop-Spinner--md___SeslI {
315
+ .Spinner-module__hop-Spinner--md___v-aRr {
278
316
  --width: var(--hop-Spinner-md-wheel-size);
279
317
  --height: var(--hop-Spinner-md-wheel-size);
280
318
  }
281
- .Spinner-module__hop-Spinner--lg___C5WbB {
319
+ .Spinner-module__hop-Spinner--lg___oCGyz {
282
320
  --width: var(--hop-Spinner-lg-wheel-size);
283
321
  --height: var(--hop-Spinner-lg-wheel-size);
284
322
  }
285
- .Spinner-module__hop-Spinner__track___jGGpd {
323
+ .Spinner-module__hop-Spinner__track___khG9R {
286
324
  grid-area: spinner;
287
325
  box-sizing: border-box;
288
326
  inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
@@ -291,7 +329,7 @@
291
329
  border: var(--hop-Spinner-track-border);
292
330
  border-radius: var(--hop-Spinner-border-radius);
293
331
  }
294
- .Spinner-module__hop-Spinner__fill___8WDZX {
332
+ .Spinner-module__hop-Spinner__fill___B-wAN {
295
333
  grid-area: spinner;
296
334
  box-sizing: border-box;
297
335
  inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
@@ -302,17 +340,17 @@
302
340
  animation: var(--hop-Spinner-fill-animation);
303
341
  }
304
342
  @media (prefers-reduced-motion: reduce) {
305
- .Spinner-module__hop-Spinner__fill___8WDZX {
343
+ .Spinner-module__hop-Spinner__fill___B-wAN {
306
344
  animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
307
345
  }
308
346
  }
309
- .Spinner-module__hop-Spinner__label___HEpMV {
347
+ .Spinner-module__hop-Spinner__label___xWvwm {
310
348
  grid-area: label;
311
349
  margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
312
350
  }
313
351
 
314
352
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/Button.module.css/#css-module-data */
315
- .Button-module__hop-Button___STlpf {
353
+ .Button-module__hop-Button___kiyoN {
316
354
  --hop-Button-border-radius: var(--hop-shape-rounded-md);
317
355
  --hop-Button-focus-ring-color: var(--hop-primary-border-focus);
318
356
  --hop-Button-column-gap: var(--hop-space-inline-xs);
@@ -436,215 +474,215 @@
436
474
  background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
437
475
  border var(--hop-easing-duration-2) var(--hop-easing-productive);
438
476
  }
439
- .Button-module__hop-Button--fluid___-T2AK {
477
+ .Button-module__hop-Button--fluid___DQwj4 {
440
478
  --inline-size: 100%;
441
479
  }
442
- .Button-module__hop-Button--sm___KWSJC {
480
+ .Button-module__hop-Button--sm___kcWMt {
443
481
  --block-size: var(--hop-Button-sm-height);
444
482
  --padding: var(--hop-Button-sm-padding);
445
483
  }
446
- .Button-module__hop-Button--sm___KWSJC[class*=--ghost] {
484
+ .Button-module__hop-Button--sm___kcWMt[class*=--ghost] {
447
485
  --padding: var(--hop-Button-ghost-sm-padding);
448
486
  }
449
- .Button-module__hop-Button--md___vS5Pl[class*=--ghost] {
487
+ .Button-module__hop-Button--md___DyUe6[class*=--ghost] {
450
488
  --padding: var(--hop-Button-ghost-md-padding);
451
489
  }
452
- .Button-module__hop-Button--icon-only___u5AJz {
490
+ .Button-module__hop-Button--icon-only___j-bZk {
453
491
  --column-gap: var(--hop-Button-icon-only-column-gap);
454
492
  --padding: var(--hop-Button-icon-only-padding);
455
493
  aspect-ratio: 1;
456
494
  }
457
- .Button-module__hop-Button--primary___IiTWE {
495
+ .Button-module__hop-Button--primary___KTSgj {
458
496
  --background-color: var(--hop-Button-primary-background-color);
459
497
  --color: var(--hop-Button-primary-color);
460
498
  --border: var(--hop-Button-primary-border);
461
499
  --spinner-color: var(--hop-Button-primary-spinner-color);
462
500
  }
463
- .Button-module__hop-Button--primary___IiTWE[data-hovered],
464
- .Button-module__hop-Button--primary___IiTWE[data-focus-visible] {
501
+ .Button-module__hop-Button--primary___KTSgj[data-hovered],
502
+ .Button-module__hop-Button--primary___KTSgj[data-focus-visible] {
465
503
  --background-color: var(--hop-Button-primary-background-color-hover);
466
504
  --color: var(--hop-Button-primary-color-hover);
467
505
  --border: var(--hop-Button-primary-border-hover);
468
506
  }
469
- .Button-module__hop-Button--primary___IiTWE[data-pressed] {
507
+ .Button-module__hop-Button--primary___KTSgj[data-pressed] {
470
508
  --background-color: var(--hop-Button-primary-background-color-pressed);
471
509
  --color: var(--hop-Button-primary-color-pressed);
472
510
  --border: var(--hop-Button-primary-border-pressed);
473
511
  }
474
- .Button-module__hop-Button--secondary___URwGh {
512
+ .Button-module__hop-Button--secondary___mj6Zh {
475
513
  --background-color: var(--hop-Button-secondary-background-color);
476
514
  --color: var(--hop-Button-secondary-color);
477
515
  --border: var(--hop-Button-secondary-border);
478
516
  --spinner-color: var(--hop-Button-secondary-spinner-color);
479
517
  }
480
- .Button-module__hop-Button--secondary___URwGh[data-hovered],
481
- .Button-module__hop-Button--secondary___URwGh[data-focus-visible] {
518
+ .Button-module__hop-Button--secondary___mj6Zh[data-hovered],
519
+ .Button-module__hop-Button--secondary___mj6Zh[data-focus-visible] {
482
520
  --background-color: var(--hop-Button-secondary-background-color-hover);
483
521
  --color: var(--hop-Button-secondary-color-hover);
484
522
  --border: var(--hop-Button-secondary-border-hover);
485
523
  }
486
- .Button-module__hop-Button--secondary___URwGh[data-pressed] {
524
+ .Button-module__hop-Button--secondary___mj6Zh[data-pressed] {
487
525
  --background-color: var(--hop-Button-secondary-background-color-pressed);
488
526
  --color: var(--hop-Button-secondary-color-pressed);
489
527
  --border: var(--hop-Button-secondary-border-pressed);
490
528
  }
491
- .Button-module__hop-Button--upsell___uXOX2 {
529
+ .Button-module__hop-Button--upsell___laOcM {
492
530
  --background-color: var(--hop-Button-upsell-background-color);
493
531
  --color: var(--hop-Button-upsell-color);
494
532
  --border: var(--hop-Button-upsell-border);
495
533
  --spinner-color: var(--hop-Button-upsell-spinner-color);
496
534
  }
497
- .Button-module__hop-Button--upsell___uXOX2[data-hovered],
498
- .Button-module__hop-Button--upsell___uXOX2[data-focus-visible] {
535
+ .Button-module__hop-Button--upsell___laOcM[data-hovered],
536
+ .Button-module__hop-Button--upsell___laOcM[data-focus-visible] {
499
537
  --background-color: var(--hop-Button-upsell-background-color-hover);
500
538
  --color: var(--hop-Button-upsell-color-hover);
501
539
  --border: var(--hop-Button-upsell-border-hover);
502
540
  }
503
- .Button-module__hop-Button--upsell___uXOX2[data-pressed] {
541
+ .Button-module__hop-Button--upsell___laOcM[data-pressed] {
504
542
  --background-color: var(--hop-Button-upsell-background-color-pressed);
505
543
  --color: var(--hop-Button-upsell-color-pressed);
506
544
  --border: var(--hop-Button-upsell-border-pressed);
507
545
  }
508
- .Button-module__hop-Button--danger___HxBuR {
546
+ .Button-module__hop-Button--danger___1I-8E {
509
547
  --background-color: var(--hop-Button-danger-background-color);
510
548
  --color: var(--hop-Button-danger-color);
511
549
  --border: var(--hop-Button-danger-border);
512
550
  --spinner-color: var(--hop-Button-danger-spinner-color);
513
551
  }
514
- .Button-module__hop-Button--danger___HxBuR[data-hovered],
515
- .Button-module__hop-Button--danger___HxBuR[data-focus-visible] {
552
+ .Button-module__hop-Button--danger___1I-8E[data-hovered],
553
+ .Button-module__hop-Button--danger___1I-8E[data-focus-visible] {
516
554
  --background-color: var(--hop-Button-danger-background-color-hover);
517
555
  --color: var(--hop-Button-danger-color-hover);
518
556
  --border: var(--hop-Button-danger-border-hover);
519
557
  }
520
- .Button-module__hop-Button--danger___HxBuR[data-pressed] {
558
+ .Button-module__hop-Button--danger___1I-8E[data-pressed] {
521
559
  --background-color: var(--hop-Button-danger-background-color-pressed);
522
560
  --color: var(--hop-Button-danger-color-pressed);
523
561
  --border: var(--hop-Button-danger-border-pressed);
524
562
  }
525
- .Button-module__hop-Button--ghost-primary___CyYc9 {
563
+ .Button-module__hop-Button--ghost-primary___fdXsE {
526
564
  --background-color: var(--hop-Button-ghost-primary-background-color);
527
565
  --color: var(--hop-Button-ghost-primary-color);
528
566
  --border: var(--hop-Button-ghost-primary-border);
529
567
  --spinner-color: var(--hop-Button-ghost-primary-spinner-color);
530
568
  }
531
- .Button-module__hop-Button--ghost-primary___CyYc9[data-hovered],
532
- .Button-module__hop-Button--ghost-primary___CyYc9[data-focus-visible] {
569
+ .Button-module__hop-Button--ghost-primary___fdXsE[data-hovered],
570
+ .Button-module__hop-Button--ghost-primary___fdXsE[data-focus-visible] {
533
571
  --background-color: var(--hop-Button-ghost-primary-background-color-hover);
534
572
  --color: var(--hop-Button-ghost-primary-color-hover);
535
573
  --border: var(--hop-Button-ghost-primary-border-hover);
536
574
  --text-underline: underline;
537
575
  }
538
- .Button-module__hop-Button--ghost-primary___CyYc9[data-pressed] {
576
+ .Button-module__hop-Button--ghost-primary___fdXsE[data-pressed] {
539
577
  --background-color: var(--hop-Button-ghost-primary-background-color-pressed);
540
578
  --color: var(--hop-Button-ghost-primary-color-pressed);
541
579
  --border: var(--hop-Button-ghost-primary-border-pressed);
542
580
  --text-underline: underline;
543
581
  }
544
- .Button-module__hop-Button--ghost-secondary___6EmPZ {
582
+ .Button-module__hop-Button--ghost-secondary___qWJse {
545
583
  --background-color: var(--hop-Button-ghost-secondary-background-color);
546
584
  --color: var(--hop-Button-ghost-secondary-color);
547
585
  --border: var(--hop-Button-ghost-secondary-border);
548
586
  --spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
549
587
  }
550
- .Button-module__hop-Button--ghost-secondary___6EmPZ[data-hovered],
551
- .Button-module__hop-Button--ghost-secondary___6EmPZ[data-focus-visible] {
588
+ .Button-module__hop-Button--ghost-secondary___qWJse[data-hovered],
589
+ .Button-module__hop-Button--ghost-secondary___qWJse[data-focus-visible] {
552
590
  --background-color: var(--hop-Button-ghost-secondary-background-color-hover);
553
591
  --color: var(--hop-Button-ghost-secondary-color-hover);
554
592
  --border: var(--hop-Button-ghost-secondary-border-hover);
555
593
  --text-underline: underline;
556
594
  }
557
- .Button-module__hop-Button--ghost-secondary___6EmPZ[data-pressed] {
595
+ .Button-module__hop-Button--ghost-secondary___qWJse[data-pressed] {
558
596
  --background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
559
597
  --color: var(--hop-Button-ghost-secondary-color-pressed);
560
598
  --border: var(--hop-Button-ghost-secondary-border-pressed);
561
599
  --text-underline: underline;
562
600
  }
563
- .Button-module__hop-Button--ghost-danger___ALz56 {
601
+ .Button-module__hop-Button--ghost-danger___6y-UH {
564
602
  --background-color: var(--hop-Button-ghost-danger-background-color);
565
603
  --color: var(--hop-Button-ghost-danger-color);
566
604
  --border: var(--hop-Button-ghost-danger-border);
567
605
  --spinner-color: var(--hop-Button-ghost-danger-spinner-color);
568
606
  }
569
- .Button-module__hop-Button--ghost-danger___ALz56[data-hovered],
570
- .Button-module__hop-Button--ghost-danger___ALz56[data-focus-visible] {
607
+ .Button-module__hop-Button--ghost-danger___6y-UH[data-hovered],
608
+ .Button-module__hop-Button--ghost-danger___6y-UH[data-focus-visible] {
571
609
  --background-color: var(--hop-Button-ghost-danger-background-color-hover);
572
610
  --color: var(--hop-Button-ghost-danger-color-hover);
573
611
  --border: var(--hop-Button-ghost-danger-border-hover);
574
612
  --text-underline: underline;
575
613
  }
576
- .Button-module__hop-Button--ghost-danger___ALz56[data-pressed] {
614
+ .Button-module__hop-Button--ghost-danger___6y-UH[data-pressed] {
577
615
  --background-color: var(--hop-Button-ghost-danger-background-color-pressed);
578
616
  --color: var(--hop-Button-ghost-danger-color-pressed);
579
617
  --border: var(--hop-Button-ghost-danger-border-pressed);
580
618
  --text-underline: underline;
581
619
  }
582
- .Button-module__hop-Button___STlpf[data-focus-visible] {
620
+ .Button-module__hop-Button___kiyoN[data-focus-visible] {
583
621
  outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
584
622
  }
585
- .Button-module__hop-Button___STlpf[data-disabled],
586
- .Button-module__hop-Button___STlpf[data-pending] {
623
+ .Button-module__hop-Button___kiyoN[data-disabled],
624
+ .Button-module__hop-Button___kiyoN[data-pending] {
587
625
  cursor: not-allowed;
588
626
  }
589
- .Button-module__hop-Button___STlpf[data-disabled] {
627
+ .Button-module__hop-Button___kiyoN[data-disabled] {
590
628
  --background-color: var(--hop-Button-background-color-disabled);
591
629
  --color: var(--hop-Button-color-disabled);
592
630
  --border: var(--hop-Button-border-disabled);
593
631
  }
594
- .Button-module__hop-Button___STlpf[class*=--ghost][data-disabled] {
632
+ .Button-module__hop-Button___kiyoN[class*=--ghost][data-disabled] {
595
633
  --background-color: var(--hop-Button-ghost-background-color-disabled);
596
634
  --color: var(--hop-Button-ghost-color-disabled);
597
635
  --border: var(--hop-Button-ghost-border-disabled);
598
636
  }
599
- .Button-module__hop-Button--primary___IiTWE[data-pending] {
637
+ .Button-module__hop-Button--primary___KTSgj[data-pending] {
600
638
  --background-color: var(--hop-Button-primary-background-color);
601
639
  --color: var(--hop-Button-primary-color);
602
640
  --border: var(--hop-Button-primary-border);
603
641
  }
604
- .Button-module__hop-Button--secondary___URwGh[data-pending] {
642
+ .Button-module__hop-Button--secondary___mj6Zh[data-pending] {
605
643
  --background-color: var(--hop-Button-secondary-background-color);
606
644
  --color: var(--hop-Button-secondary-color);
607
645
  --border: var(--hop-Button-secondary-border);
608
646
  }
609
- .Button-module__hop-Button--upsell___uXOX2[data-pending] {
647
+ .Button-module__hop-Button--upsell___laOcM[data-pending] {
610
648
  --background-color: var(--hop-Button-upsell-background-color);
611
649
  --color: var(--hop-Button-upsell-color);
612
650
  --border: var(--hop-Button-upsell-border);
613
651
  }
614
- .Button-module__hop-Button--danger___HxBuR[data-pending] {
652
+ .Button-module__hop-Button--danger___1I-8E[data-pending] {
615
653
  --background-color: var(--hop-Button-danger-background-color);
616
654
  --color: var(--hop-Button-danger-color);
617
655
  --border: var(--hop-Button-danger-border);
618
656
  }
619
- .Button-module__hop-Button--ghost-primary___CyYc9[data-pending] {
657
+ .Button-module__hop-Button--ghost-primary___fdXsE[data-pending] {
620
658
  --background-color: var(--hop-Button-ghost-primary-background-color);
621
659
  --color: var(--hop-Button-ghost-primary-color);
622
660
  --border: var(--hop-Button-ghost-primary-border);
623
661
  --text-underline: none;
624
662
  }
625
- .Button-module__hop-Button--ghost-secondary___6EmPZ[data-pending] {
663
+ .Button-module__hop-Button--ghost-secondary___qWJse[data-pending] {
626
664
  --background-color: var(--hop-Button-ghost-secondary-background-color);
627
665
  --color: var(--hop-Button-ghost-secondary-color);
628
666
  --border: var(--hop-Button-ghost-secondary-border);
629
667
  --text-underline: none;
630
668
  }
631
- .Button-module__hop-Button--ghost-danger___ALz56[data-pending] {
669
+ .Button-module__hop-Button--ghost-danger___6y-UH[data-pending] {
632
670
  --background-color: var(--hop-Button-ghost-danger-background-color);
633
671
  --color: var(--hop-Button-ghost-danger-color);
634
672
  --border: var(--hop-Button-ghost-danger-border);
635
673
  --text-underline: none;
636
674
  }
637
- .Button-module__hop-Button__Spinner___rkPAS {
675
+ .Button-module__hop-Button__Spinner___7kvGl {
638
676
  position: absolute;
639
677
  color: var(--spinner-color);
640
678
  }
641
- .Button-module__hop-Button__icon___Tc5Hs,
642
- .Button-module__hop-Button__icon-list___m2pCy {
679
+ .Button-module__hop-Button__icon___SzrBI,
680
+ .Button-module__hop-Button__icon-list___K9qiC {
643
681
  flex: 0 0 auto;
644
682
  justify-self: end;
645
683
  order: 1;
646
684
  }
647
- .Button-module__hop-Button__text___kfeiR {
685
+ .Button-module__hop-Button__text___Wx8zr {
648
686
  user-select: none;
649
687
  overflow: visible;
650
688
  flex: 0 1 auto;
@@ -654,21 +692,21 @@
654
692
  text-underline-offset: 0.125rem;
655
693
  text-wrap: nowrap;
656
694
  }
657
- .Button-module__hop-Button__end-icon___4lb-I,
658
- .Button-module__hop-Button__end-icon-list___b9XXW {
695
+ .Button-module__hop-Button__end-icon___D1TkE,
696
+ .Button-module__hop-Button__end-icon-list___ZoTXS {
659
697
  flex: 0 0 auto;
660
698
  order: 3;
661
699
  }
662
- .Button-module__hop-Button___STlpf .Button-module__hop-Button__icon-list___m2pCy,
663
- .Button-module__hop-Button___STlpf .Button-module__hop-Button__end-icon-list___b9XXW {
700
+ .Button-module__hop-Button___kiyoN .Button-module__hop-Button__icon-list___K9qiC,
701
+ .Button-module__hop-Button___kiyoN .Button-module__hop-Button__end-icon-list___ZoTXS {
664
702
  flex-wrap: nowrap;
665
703
  }
666
- .Button-module__hop-Button___STlpf[data-pending] > *:not(.Button-module__hop-Button__Spinner___rkPAS) {
704
+ .Button-module__hop-Button___kiyoN[data-pending] > *:not(.Button-module__hop-Button__Spinner___7kvGl) {
667
705
  opacity: 0;
668
706
  }
669
707
 
670
708
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/CloseButton.module.css/#css-module-data */
671
- button.CloseButton-module__hop-CloseButton___67zcc {
709
+ button.CloseButton-module__hop-CloseButton___evkPa {
672
710
  --hop-CloseButton-margin-top: 0rem;
673
711
  --hop-CloseButton-padding: 0rem;
674
712
  --hop-CloseButton-witdh: "fit-content";