@hopper-ui/components 1.5.2 → 1.5.4

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 (304) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/Accordion/src/Accordion.css +139 -139
  3. package/dist/Accordion/src/Accordion.js +2 -2
  4. package/dist/Accordion/src/index.css +139 -139
  5. package/dist/Accordion/src/index.js +2 -2
  6. package/dist/Avatar/src/AnonymousAvatar.css +109 -109
  7. package/dist/Avatar/src/AnonymousAvatar.js +4 -4
  8. package/dist/Avatar/src/Avatar.css +56 -56
  9. package/dist/Avatar/src/Avatar.js +7 -7
  10. package/dist/Avatar/src/DeletedAvatar.css +109 -109
  11. package/dist/Avatar/src/DeletedAvatar.js +4 -4
  12. package/dist/Avatar/src/RichIconAvatarImage.css +109 -109
  13. package/dist/Avatar/src/RichIconAvatarImage.js +3 -3
  14. package/dist/Avatar/src/index.css +56 -56
  15. package/dist/Avatar/src/index.js +9 -9
  16. package/dist/Badge/src/Badge.css +114 -114
  17. package/dist/Badge/src/Badge.js +5 -4
  18. package/dist/Badge/src/FloatingBadge.css +109 -109
  19. package/dist/Badge/src/FloatingBadge.js +4 -3
  20. package/dist/Badge/src/index.css +124 -124
  21. package/dist/Badge/src/index.js +8 -7
  22. package/dist/Callout/src/Callout.css +338 -342
  23. package/dist/Callout/src/Callout.js +12 -12
  24. package/dist/Callout/src/CompactCallout.css +460 -377
  25. package/dist/Callout/src/CompactCallout.js +13 -13
  26. package/dist/Callout/src/index.css +476 -397
  27. package/dist/Callout/src/index.js +14 -14
  28. package/dist/Card/src/Card.css +102 -102
  29. package/dist/Card/src/Card.js +1 -1
  30. package/dist/Card/src/index.css +102 -102
  31. package/dist/Card/src/index.js +1 -1
  32. package/dist/ComboBox/src/ComboBox.css +797 -706
  33. package/dist/ComboBox/src/ComboBox.js +24 -24
  34. package/dist/ComboBox/src/index.css +797 -706
  35. package/dist/ComboBox/src/index.js +24 -24
  36. package/dist/Disclosure/src/Disclosure.css +109 -109
  37. package/dist/Disclosure/src/Disclosure.js +2 -2
  38. package/dist/Disclosure/src/DisclosureHeader.css +116 -116
  39. package/dist/Disclosure/src/DisclosureHeader.js +9 -9
  40. package/dist/Disclosure/src/DisclosurePanel.css +109 -109
  41. package/dist/Disclosure/src/DisclosurePanel.js +9 -9
  42. package/dist/Disclosure/src/index.css +134 -134
  43. package/dist/Disclosure/src/index.js +12 -12
  44. package/dist/Divider/src/Divider.css +102 -101
  45. package/dist/Divider/src/Divider.js +1 -1
  46. package/dist/Divider/src/index.css +102 -101
  47. package/dist/Divider/src/index.js +1 -1
  48. package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
  49. package/dist/ErrorMessage/src/ErrorMessage.js +4 -4
  50. package/dist/ErrorMessage/src/index.css +30 -30
  51. package/dist/ErrorMessage/src/index.js +4 -4
  52. package/dist/Form/src/Form.css +99 -99
  53. package/dist/Form/src/Form.js +1 -1
  54. package/dist/Form/src/index.css +99 -99
  55. package/dist/Form/src/index.js +1 -1
  56. package/dist/HelperMessage/src/HelperMessage.css +30 -30
  57. package/dist/HelperMessage/src/HelperMessage.js +3 -3
  58. package/dist/HelperMessage/src/index.css +30 -30
  59. package/dist/HelperMessage/src/index.js +3 -3
  60. package/dist/HopperProvider/src/HopperProvider.css +243 -0
  61. package/dist/HopperProvider/src/HopperProvider.js +2 -1
  62. package/dist/HopperProvider/src/index.css +243 -0
  63. package/dist/HopperProvider/src/index.js +2 -1
  64. package/dist/IconList/src/IconList.css +100 -100
  65. package/dist/IconList/src/IconList.js +1 -1
  66. package/dist/IconList/src/index.css +100 -100
  67. package/dist/IconList/src/index.js +1 -1
  68. package/dist/IllustratedMessage/src/IllustratedMessage.css +341 -341
  69. package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
  70. package/dist/IllustratedMessage/src/index.css +341 -341
  71. package/dist/IllustratedMessage/src/index.js +1 -1
  72. package/dist/Image/src/Image.css +102 -102
  73. package/dist/Image/src/Image.js +1 -1
  74. package/dist/Image/src/SvgImage.css +100 -100
  75. package/dist/Image/src/SvgImage.js +1 -1
  76. package/dist/Image/src/index.css +103 -103
  77. package/dist/Image/src/index.js +2 -2
  78. package/dist/Link/src/Link.css +206 -130
  79. package/dist/Link/src/Link.js +9 -9
  80. package/dist/Link/src/index.css +206 -130
  81. package/dist/Link/src/index.js +9 -9
  82. package/dist/ListBox/src/ListBox.css +275 -275
  83. package/dist/ListBox/src/ListBox.js +14 -14
  84. package/dist/ListBox/src/ListBoxItem.css +263 -263
  85. package/dist/ListBox/src/ListBoxItem.js +13 -13
  86. package/dist/ListBox/src/ListBoxItemSkeleton.css +106 -106
  87. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  88. package/dist/ListBox/src/index.css +275 -275
  89. package/dist/ListBox/src/index.js +14 -14
  90. package/dist/Modal/src/BaseModal.css +114 -114
  91. package/dist/Modal/src/BaseModal.js +1 -1
  92. package/dist/Modal/src/CustomModal.css +115 -115
  93. package/dist/Modal/src/CustomModal.js +2 -2
  94. package/dist/Modal/src/Modal.css +361 -361
  95. package/dist/Modal/src/Modal.js +13 -13
  96. package/dist/Modal/src/index.css +362 -362
  97. package/dist/Modal/src/index.js +14 -14
  98. package/dist/SegmentedControl/src/SegmentedControl.css +100 -100
  99. package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
  100. package/dist/SegmentedControl/src/SegmentedControlItem.css +114 -114
  101. package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
  102. package/dist/SegmentedControl/src/index.css +115 -115
  103. package/dist/SegmentedControl/src/index.js +8 -8
  104. package/dist/Select/src/Select.css +741 -650
  105. package/dist/Select/src/Select.js +22 -22
  106. package/dist/Select/src/SelectValue.css +62 -62
  107. package/dist/Select/src/SelectValue.js +8 -8
  108. package/dist/Select/src/index.css +741 -650
  109. package/dist/Select/src/index.js +22 -22
  110. package/dist/Spinner/src/Spinner.css +38 -38
  111. package/dist/Spinner/src/Spinner.js +4 -4
  112. package/dist/Spinner/src/index.css +38 -38
  113. package/dist/Spinner/src/index.js +4 -4
  114. package/dist/Tabs/src/Tab.css +485 -485
  115. package/dist/Tabs/src/Tab.js +3 -3
  116. package/dist/Tabs/src/TabLine.css +101 -101
  117. package/dist/Tabs/src/TabLine.js +1 -1
  118. package/dist/Tabs/src/TabList.css +108 -108
  119. package/dist/Tabs/src/TabList.js +2 -2
  120. package/dist/Tabs/src/TabPanel.css +101 -101
  121. package/dist/Tabs/src/TabPanel.js +1 -1
  122. package/dist/Tabs/src/index.css +496 -496
  123. package/dist/Tabs/src/index.js +6 -6
  124. package/dist/Tile/src/Tile.css +108 -108
  125. package/dist/Tile/src/Tile.js +8 -8
  126. package/dist/Tile/src/TileGroup.css +100 -100
  127. package/dist/Tile/src/TileGroup.js +1 -1
  128. package/dist/Tile/src/index.css +109 -109
  129. package/dist/Tile/src/index.js +9 -9
  130. package/dist/ToggleArrow/src/ToggleArrow.css +101 -101
  131. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  132. package/dist/ToggleArrow/src/index.css +101 -101
  133. package/dist/ToggleArrow/src/index.js +1 -1
  134. package/dist/buttons/src/Button.css +165 -165
  135. package/dist/buttons/src/Button.js +10 -10
  136. package/dist/buttons/src/ButtonGroup.css +110 -110
  137. package/dist/buttons/src/ButtonGroup.js +1 -1
  138. package/dist/buttons/src/ClearButton.css +170 -170
  139. package/dist/buttons/src/ClearButton.js +3 -3
  140. package/dist/buttons/src/CloseButton.css +166 -166
  141. package/dist/buttons/src/CloseButton.js +11 -11
  142. package/dist/buttons/src/EmbeddedButton.css +170 -170
  143. package/dist/buttons/src/EmbeddedButton.js +2 -2
  144. package/dist/buttons/src/LinkButton.css +174 -174
  145. package/dist/buttons/src/LinkButton.js +9 -9
  146. package/dist/buttons/src/index.css +322 -322
  147. package/dist/buttons/src/index.js +15 -15
  148. package/dist/checkbox/src/Checkbox.css +118 -118
  149. package/dist/checkbox/src/Checkbox.js +9 -9
  150. package/dist/checkbox/src/CheckboxField.css +105 -105
  151. package/dist/checkbox/src/CheckboxField.js +5 -5
  152. package/dist/checkbox/src/CheckboxGroup.css +170 -170
  153. package/dist/checkbox/src/CheckboxGroup.js +9 -9
  154. package/dist/checkbox/src/DecorativeCheckbox.css +126 -126
  155. package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
  156. package/dist/checkbox/src/index.css +170 -170
  157. package/dist/checkbox/src/index.js +15 -15
  158. package/dist/{chunk-BJWHH7N4.js → chunk-25QYB54S.js} +8 -8
  159. package/dist/{chunk-A6LJV4IH.js → chunk-2CXNY55R.js} +3 -3
  160. package/dist/{chunk-QVMAB5DM.js → chunk-323S35ZY.js} +1 -1
  161. package/dist/{chunk-YZTM4YSL.js → chunk-3QMX2NO5.js} +2 -2
  162. package/dist/{chunk-WG5M7LBE.js → chunk-3UBUV5UU.js} +3 -3
  163. package/dist/{chunk-3GBRC5JZ.js → chunk-5CKRR6L5.js} +4 -4
  164. package/dist/{chunk-FT6ASD4F.js → chunk-65PIMCJG.js} +1 -1
  165. package/dist/{chunk-D2PP3WCQ.js → chunk-7DKZZD3Q.js} +3 -3
  166. package/dist/{chunk-VRZFQZ3X.js → chunk-7MB55Z6C.js} +5 -5
  167. package/dist/{chunk-UJDE3NIS.js → chunk-A7EQKB5N.js} +2 -2
  168. package/dist/{chunk-PXTZCRLR.js → chunk-ACEGBD36.js} +1 -1
  169. package/dist/{chunk-ZZ4FHLJV.js → chunk-BEK5CXTQ.js} +1 -1
  170. package/dist/{chunk-LIEDF72E.js → chunk-CBS2PASZ.js} +1 -1
  171. package/dist/{chunk-GFUBJSJ4.js → chunk-CJCA5QVZ.js} +4 -4
  172. package/dist/{chunk-IH7P6DWQ.js → chunk-D2EEOJH5.js} +10 -10
  173. package/dist/{chunk-7IJIVWP4.js → chunk-DCJCSQMO.js} +5 -5
  174. package/dist/{chunk-CVMB6LAG.js → chunk-EW4PZSWE.js} +1 -1
  175. package/dist/{chunk-6TXO67OW.js → chunk-G6VI64FY.js} +2 -2
  176. package/dist/{chunk-4DHI4ZDU.js → chunk-HJBICOZJ.js} +9 -9
  177. package/dist/{chunk-NY2HCJ52.js → chunk-HOLEIBWR.js} +1 -1
  178. package/dist/{chunk-SIME6JYB.js → chunk-I2F5OQI2.js} +1 -1
  179. package/dist/{chunk-JX5ASOQE.js → chunk-I3D3GJXG.js} +4 -4
  180. package/dist/{chunk-3ZLPSJZF.js → chunk-IQPOQTZH.js} +3 -3
  181. package/dist/{chunk-5OEMYNBR.js → chunk-IY4MZA6Q.js} +6 -6
  182. package/dist/{chunk-FHEXMRR4.js → chunk-J73L6RNN.js} +6 -6
  183. package/dist/{chunk-2B32GI3I.js → chunk-JJGWFQLU.js} +1 -1
  184. package/dist/{chunk-CBF2D2S3.js → chunk-JKD6UCBL.js} +1 -1
  185. package/dist/{chunk-LL3TLLAU.js → chunk-KBFEDONQ.js} +13 -13
  186. package/dist/{chunk-IXQOSJDS.js → chunk-KDEAWRYK.js} +4 -4
  187. package/dist/{chunk-MXCSBEVT.js → chunk-KJTJDPK7.js} +10 -10
  188. package/dist/{chunk-CZG6FNOG.js → chunk-LJS64MF4.js} +4 -4
  189. package/dist/{chunk-3I6TVWVW.js → chunk-M7EJ4XI2.js} +6 -6
  190. package/dist/{chunk-LN4JWEHN.js → chunk-MPVQIGA2.js} +7 -7
  191. package/dist/{chunk-LXPL4Q4R.js → chunk-MYA5Y24X.js} +3 -3
  192. package/dist/{chunk-OIPXQWIF.js → chunk-N2V3HU22.js} +4 -3
  193. package/dist/{chunk-WHS7GOCN.js → chunk-N76DKJWN.js} +2 -2
  194. package/dist/{chunk-VOVIELJ2.js → chunk-NPG56OYN.js} +1 -1
  195. package/dist/{chunk-CVCPVOI3.js → chunk-O7L3GNHS.js} +4 -4
  196. package/dist/{chunk-OT52TNS2.js → chunk-OI7XA7N6.js} +1 -1
  197. package/dist/{chunk-XBSLEE6P.js → chunk-ONCTG5U4.js} +1 -1
  198. package/dist/{chunk-Y6NWHC6D.js → chunk-OUL4QY63.js} +4 -4
  199. package/dist/{chunk-H6UNVESF.js → chunk-OWNTQXMB.js} +4 -4
  200. package/dist/{chunk-G6Y53VHH.js → chunk-PUXGZUBL.js} +1 -1
  201. package/dist/{chunk-IHFVBNOE.js → chunk-PZCTKG24.js} +2 -2
  202. package/dist/{chunk-GLJULTCI.js → chunk-QETFPQME.js} +2 -2
  203. package/dist/{chunk-C4DYBD7L.js → chunk-QG2Z2K7X.js} +5 -5
  204. package/dist/{chunk-C56TOSHD.js → chunk-QG4GHOCW.js} +20 -7
  205. package/dist/{chunk-QXUHQUOL.js → chunk-QKTSDFAO.js} +2 -2
  206. package/dist/{chunk-E27ARXCP.js → chunk-QWHERBJN.js} +2 -2
  207. package/dist/{chunk-FQEJKZ73.js → chunk-SD643O45.js} +1 -1
  208. package/dist/{chunk-XE6LXAC5.js → chunk-SN6PGAZH.js} +2 -2
  209. package/dist/{chunk-5GI6XYBX.js → chunk-SRVT3OHK.js} +1 -1
  210. package/dist/{chunk-4XMMR4UC.js → chunk-SUEIG3RP.js} +2 -2
  211. package/dist/{chunk-ZGKKNC37.js → chunk-SVUHBTA5.js} +14 -14
  212. package/dist/{chunk-6DNC64XS.js → chunk-SYZYP5OU.js} +1 -1
  213. package/dist/{chunk-EX4TNKX6.js → chunk-THH5PUOI.js} +1 -1
  214. package/dist/{chunk-DVVK2IWW.js → chunk-U56I5MQL.js} +7 -1
  215. package/dist/{chunk-RTUDIMZX.js → chunk-UCVHJZF5.js} +5 -5
  216. package/dist/{chunk-RC2PPMUM.js → chunk-UDPOYAZ6.js} +9 -9
  217. package/dist/{chunk-I3S773MA.js → chunk-UE2WZGSY.js} +4 -4
  218. package/dist/{chunk-PBIKFWBX.js → chunk-UOZHPYJU.js} +1 -1
  219. package/dist/{chunk-V32LFRCQ.js → chunk-UP2JOQE5.js} +12 -12
  220. package/dist/{chunk-EG7R3J2B.js → chunk-UUBMTIMZ.js} +2 -2
  221. package/dist/{chunk-VMU3E6E5.js → chunk-V2KP7PUC.js} +1 -1
  222. package/dist/{chunk-GRCOKUPC.js → chunk-VHSULWZO.js} +1 -1
  223. package/dist/{chunk-OSM5ZT5X.js → chunk-VRMG4QFQ.js} +2 -2
  224. package/dist/{chunk-DSKBTOQK.js → chunk-VV6WWWDX.js} +1 -1
  225. package/dist/{chunk-R6EF3QYI.js → chunk-W2KIP33K.js} +3 -3
  226. package/dist/{chunk-652BKF5V.js → chunk-XMRQB5W7.js} +1 -1
  227. package/dist/{chunk-BO2J7JEU.js → chunk-Y735TCQX.js} +5 -5
  228. package/dist/{chunk-MXNSZYTY.js → chunk-YKKHKN5S.js} +2 -2
  229. package/dist/{chunk-VZN7FVLH.js → chunk-YLQI2KBL.js} +2 -2
  230. package/dist/{chunk-TZZDJSVA.js → chunk-YPBPTOTV.js} +2 -2
  231. package/dist/{chunk-KP52XYUO.js → chunk-ZCR5ZJW2.js} +1 -1
  232. package/dist/{chunk-HXI3MEEK.js → chunk-ZMIX3DJQ.js} +2 -2
  233. package/dist/{chunk-DXNA7IE6.js → chunk-ZWD6G4IE.js} +2 -2
  234. package/dist/index.css +1120 -1025
  235. package/dist/index.js +83 -83
  236. package/dist/inputs/src/Input.css +103 -103
  237. package/dist/inputs/src/Input.js +1 -1
  238. package/dist/inputs/src/InputGroup.css +105 -105
  239. package/dist/inputs/src/InputGroup.js +1 -1
  240. package/dist/inputs/src/NumberField.css +58 -58
  241. package/dist/inputs/src/NumberField.js +14 -14
  242. package/dist/inputs/src/PasswordField.css +342 -342
  243. package/dist/inputs/src/PasswordField.js +14 -14
  244. package/dist/inputs/src/RemainingCharacterCount.css +102 -102
  245. package/dist/inputs/src/RemainingCharacterCount.js +8 -8
  246. package/dist/inputs/src/SearchField.css +348 -348
  247. package/dist/inputs/src/SearchField.js +15 -15
  248. package/dist/inputs/src/TextArea.css +55 -55
  249. package/dist/inputs/src/TextArea.js +13 -13
  250. package/dist/inputs/src/TextField.css +346 -346
  251. package/dist/inputs/src/TextField.js +17 -17
  252. package/dist/inputs/src/index.css +394 -394
  253. package/dist/inputs/src/index.js +21 -21
  254. package/dist/overlays/Popover/src/Popover.css +709 -623
  255. package/dist/overlays/Popover/src/Popover.js +9 -9
  256. package/dist/overlays/Popover/src/PopoverBase.css +107 -102
  257. package/dist/overlays/Popover/src/PopoverBase.js +1 -1
  258. package/dist/overlays/Popover/src/index.css +717 -626
  259. package/dist/overlays/Popover/src/index.js +10 -10
  260. package/dist/radio/src/DecorativeRadio.css +126 -126
  261. package/dist/radio/src/DecorativeRadio.js +9 -9
  262. package/dist/radio/src/Radio.css +118 -118
  263. package/dist/radio/src/Radio.js +9 -9
  264. package/dist/radio/src/RadioField.css +34 -34
  265. package/dist/radio/src/RadioField.js +4 -4
  266. package/dist/radio/src/RadioGroup.css +99 -99
  267. package/dist/radio/src/RadioGroup.js +9 -9
  268. package/dist/radio/src/index.css +170 -170
  269. package/dist/radio/src/index.js +15 -15
  270. package/dist/switch/src/Switch.css +115 -115
  271. package/dist/switch/src/Switch.js +9 -9
  272. package/dist/switch/src/SwitchField.css +34 -34
  273. package/dist/switch/src/SwitchField.js +4 -4
  274. package/dist/switch/src/index.css +121 -121
  275. package/dist/switch/src/index.js +10 -10
  276. package/dist/tag/src/Tag.css +392 -392
  277. package/dist/tag/src/Tag.js +13 -13
  278. package/dist/tag/src/TagGroup.css +38 -38
  279. package/dist/tag/src/TagGroup.js +9 -9
  280. package/dist/tag/src/index.css +402 -402
  281. package/dist/tag/src/index.js +17 -17
  282. package/dist/typography/Heading/src/Heading.css +28 -28
  283. package/dist/typography/Heading/src/Heading.js +1 -1
  284. package/dist/typography/Heading/src/index.css +28 -28
  285. package/dist/typography/Heading/src/index.js +1 -1
  286. package/dist/typography/Label/src/Label.css +99 -99
  287. package/dist/typography/Label/src/Label.js +2 -2
  288. package/dist/typography/Label/src/index.css +99 -99
  289. package/dist/typography/Label/src/index.js +2 -2
  290. package/dist/typography/OverlineText/src/OverlineText.css +99 -99
  291. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  292. package/dist/typography/OverlineText/src/index.css +99 -99
  293. package/dist/typography/OverlineText/src/index.js +1 -1
  294. package/dist/typography/Text/src/Text.css +28 -28
  295. package/dist/typography/Text/src/Text.js +2 -2
  296. package/dist/typography/Text/src/index.css +28 -28
  297. package/dist/typography/Text/src/index.js +2 -2
  298. package/dist/utils/src/ClearSlots.css +233 -0
  299. package/dist/utils/src/ClearSlots.js +2 -1
  300. package/dist/utils/src/EnsureTextWrapper.css +99 -99
  301. package/dist/utils/src/EnsureTextWrapper.js +7 -7
  302. package/dist/utils/src/index.css +99 -99
  303. package/dist/utils/src/index.js +8 -8
  304. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from '../../chunk-DXNA7IE6.js';
1
+ export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from '../../chunk-ZWD6G4IE.js';
2
2
  import '../../chunk-O7IJYNVQ.js';
3
- import '../../chunk-65JPI4FL.js';
4
3
  import '../../chunk-M36KANKC.js';
4
+ import '../../chunk-65JPI4FL.js';
5
5
  import '../../chunk-KVDXQMWI.js';
6
6
  import '../../chunk-JSBRDJBE.js';
@@ -1,5 +1,85 @@
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___RMvYl {
3
+ --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
4
+ --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
5
+ --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
6
+ --hop-Text-xs-line-height: var(--hop-body-xs-line-height);
7
+ --hop-Text-sm-font-size: var(--hop-body-sm-font-size);
8
+ --hop-Text-sm-font-family: var(--hop-body-sm-font-family);
9
+ --hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
10
+ --hop-Text-sm-line-height: var(--hop-body-sm-line-height);
11
+ --hop-Text-md-font-size: var(--hop-body-md-font-size);
12
+ --hop-Text-md-font-family: var(--hop-body-md-font-family);
13
+ --hop-Text-md-font-weight: var(--hop-body-md-font-weight);
14
+ --hop-Text-md-line-height: var(--hop-body-md-line-height);
15
+ --hop-Text-lg-font-size: var(--hop-body-lg-font-size);
16
+ --hop-Text-lg-font-family: var(--hop-body-lg-font-family);
17
+ --hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
18
+ --hop-Text-lg-line-height: var(--hop-body-lg-line-height);
19
+ --hop-Text-xl-font-size: var(--hop-body-xl-font-size);
20
+ --hop-Text-xl-font-family: var(--hop-body-xl-font-family);
21
+ --hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
22
+ --hop-Text-xl-line-height: var(--hop-body-xl-line-height);
23
+ --hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
24
+ --hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
25
+ --hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
26
+ --hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
27
+ --hop-Text-inherit-size-font-size: inherit;
28
+ --hop-Text-inherit-size-font-family: inherit;
29
+ --hop-Text-inherit-size-font-weight: inherit;
30
+ --hop-Text-inherit-size-line-height: inherit;
31
+ }
32
+ :where(.Text-module__hop-Text___RMvYl) {
33
+ font-family: var(--font-family);
34
+ font-size: var(--font-size);
35
+ font-weight: var(--font-weight);
36
+ line-height: var(--line-height);
37
+ }
38
+ :where(.Text-module__hop-Text--xs___AtGcC) {
39
+ --font-size: var(--hop-Text-xs-font-size);
40
+ --font-family: var(--hop-Text-xs-font-family);
41
+ --font-weight: var(--hop-Text-xs-font-weight);
42
+ --line-height: var(--hop-Text-xs-line-height);
43
+ }
44
+ :where(.Text-module__hop-Text--sm___8qDjg) {
45
+ --font-size: var(--hop-Text-sm-font-size);
46
+ --font-family: var(--hop-Text-sm-font-family);
47
+ --font-weight: var(--hop-Text-sm-font-weight);
48
+ --line-height: var(--hop-Text-sm-line-height);
49
+ }
50
+ :where(.Text-module__hop-Text--md___OCr1h) {
51
+ --font-size: var(--hop-Text-md-font-size);
52
+ --font-family: var(--hop-Text-md-font-family);
53
+ --font-weight: var(--hop-Text-md-font-weight);
54
+ --line-height: var(--hop-Text-md-line-height);
55
+ }
56
+ :where(.Text-module__hop-Text--lg___ru0qO) {
57
+ --font-size: var(--hop-Text-lg-font-size);
58
+ --font-family: var(--hop-Text-lg-font-family);
59
+ --font-weight: var(--hop-Text-lg-font-weight);
60
+ --line-height: var(--hop-Text-lg-line-height);
61
+ }
62
+ :where(.Text-module__hop-Text--xl___PW1Ys) {
63
+ --font-size: var(--hop-Text-xl-font-size);
64
+ --font-family: var(--hop-Text-xl-font-family);
65
+ --font-weight: var(--hop-Text-xl-font-weight);
66
+ --line-height: var(--hop-Text-xl-line-height);
67
+ }
68
+ :where(.Text-module__hop-Text--2xl___9vksQ) {
69
+ --font-size: var(--hop-Text-2xl-font-size);
70
+ --font-family: var(--hop-Text-2xl-font-family);
71
+ --font-weight: var(--hop-Text-2xl-font-weight);
72
+ --line-height: var(--hop-Text-2xl-line-height);
73
+ }
74
+ :where(.Text-module__hop-Text--inherit___jX9bn) {
75
+ --font-size: var(--hop-Text-inherit-size-font-size);
76
+ --font-family: var(--hop-Text-inherit-size-font-family);
77
+ --font-weight: var(--hop-Text-inherit-size-font-weight);
78
+ --line-height: var(--hop-Text-inherit-size-line-height);
79
+ }
80
+
1
81
  /* 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___9HBI1 {
82
+ .Heading-module__hop-Heading___kWPAE {
3
83
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
4
84
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
5
85
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -33,138 +113,58 @@
33
113
  --hop-Heading-inherit-size-font-weight: inherit;
34
114
  --hop-Heading-inherit-size-line-height: inherit;
35
115
  }
36
- :where(.Heading-module__hop-Heading___9HBI1) {
116
+ :where(.Heading-module__hop-Heading___kWPAE) {
37
117
  margin: 0;
38
118
  font-family: var(--font-family);
39
119
  font-size: var(--font-size);
40
120
  font-weight: var(--font-weight);
41
121
  line-height: var(--line-height);
42
122
  }
43
- :where(.Heading-module__hop-Heading--xs___lghp1) {
123
+ :where(.Heading-module__hop-Heading--xs___8M-TF) {
44
124
  --font-size: var(--hop-Heading-xs-font-size);
45
125
  --font-family: var(--hop-Heading-xs-font-family);
46
126
  --font-weight: var(--hop-Heading-xs-font-weight);
47
127
  --line-height: var(--hop-Heading-xs-line-height);
48
128
  }
49
- :where(.Heading-module__hop-Heading--sm___Eml2H) {
129
+ :where(.Heading-module__hop-Heading--sm___c0T04) {
50
130
  --font-size: var(--hop-Heading-sm-font-size);
51
131
  --font-family: var(--hop-Heading-sm-font-family);
52
132
  --font-weight: var(--hop-Heading-sm-font-weight);
53
133
  --line-height: var(--hop-Heading-sm-line-height);
54
134
  }
55
- :where(.Heading-module__hop-Heading--md___fyJfe) {
135
+ :where(.Heading-module__hop-Heading--md___-3w5Z) {
56
136
  --font-size: var(--hop-Heading-md-font-size);
57
137
  --font-family: var(--hop-Heading-md-font-family);
58
138
  --font-weight: var(--hop-Heading-md-font-weight);
59
139
  --line-height: var(--hop-Heading-md-line-height);
60
140
  }
61
- :where(.Heading-module__hop-Heading--lg___6pAL0) {
141
+ :where(.Heading-module__hop-Heading--lg___2JkG-) {
62
142
  --font-size: var(--hop-Heading-lg-font-size);
63
143
  --font-family: var(--hop-Heading-lg-font-family);
64
144
  --font-weight: var(--hop-Heading-lg-font-weight);
65
145
  --line-height: var(--hop-Heading-lg-line-height);
66
146
  }
67
- :where(.Heading-module__hop-Heading--xl___mVw8t) {
147
+ :where(.Heading-module__hop-Heading--xl___FwgK2) {
68
148
  --font-size: var(--hop-Heading-xl-font-size);
69
149
  --font-family: var(--hop-Heading-xl-font-family);
70
150
  --font-weight: var(--hop-Heading-xl-font-weight);
71
151
  --line-height: var(--hop-Heading-xl-line-height);
72
152
  }
73
- :where(.Heading-module__hop-Heading--2xl___N43Lv) {
153
+ :where(.Heading-module__hop-Heading--2xl___f6Q4-) {
74
154
  --font-size: var(--hop-Heading-2xl-font-size);
75
155
  --font-family: var(--hop-Heading-2xl-font-family);
76
156
  --font-weight: var(--hop-Heading-2xl-font-weight);
77
157
  --line-height: var(--hop-Heading-2xl-line-height);
78
158
  }
79
- :where(.Heading-module__hop-Heading--3xl___Thnvy) {
159
+ :where(.Heading-module__hop-Heading--3xl___Rd4o5) {
80
160
  --font-size: var(--hop-Heading-3xl-font-size);
81
161
  --font-family: var(--hop-Heading-3xl-font-family);
82
162
  --font-weight: var(--hop-Heading-3xl-font-weight);
83
163
  --line-height: var(--hop-Heading-3xl-line-height);
84
164
  }
85
165
 
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___4r0qq {
88
- --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
89
- --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
90
- --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
91
- --hop-Text-xs-line-height: var(--hop-body-xs-line-height);
92
- --hop-Text-sm-font-size: var(--hop-body-sm-font-size);
93
- --hop-Text-sm-font-family: var(--hop-body-sm-font-family);
94
- --hop-Text-sm-font-weight: var(--hop-body-sm-font-weight);
95
- --hop-Text-sm-line-height: var(--hop-body-sm-line-height);
96
- --hop-Text-md-font-size: var(--hop-body-md-font-size);
97
- --hop-Text-md-font-family: var(--hop-body-md-font-family);
98
- --hop-Text-md-font-weight: var(--hop-body-md-font-weight);
99
- --hop-Text-md-line-height: var(--hop-body-md-line-height);
100
- --hop-Text-lg-font-size: var(--hop-body-lg-font-size);
101
- --hop-Text-lg-font-family: var(--hop-body-lg-font-family);
102
- --hop-Text-lg-font-weight: var(--hop-body-lg-font-weight);
103
- --hop-Text-lg-line-height: var(--hop-body-lg-line-height);
104
- --hop-Text-xl-font-size: var(--hop-body-xl-font-size);
105
- --hop-Text-xl-font-family: var(--hop-body-xl-font-family);
106
- --hop-Text-xl-font-weight: var(--hop-body-xl-font-weight);
107
- --hop-Text-xl-line-height: var(--hop-body-xl-line-height);
108
- --hop-Text-2xl-font-size: var(--hop-body-2xl-font-size);
109
- --hop-Text-2xl-font-family: var(--hop-body-2xl-font-family);
110
- --hop-Text-2xl-font-weight: var(--hop-body-2xl-font-weight);
111
- --hop-Text-2xl-line-height: var(--hop-body-2xl-line-height);
112
- --hop-Text-inherit-size-font-size: inherit;
113
- --hop-Text-inherit-size-font-family: inherit;
114
- --hop-Text-inherit-size-font-weight: inherit;
115
- --hop-Text-inherit-size-line-height: inherit;
116
- }
117
- :where(.Text-module__hop-Text___4r0qq) {
118
- font-family: var(--font-family);
119
- font-size: var(--font-size);
120
- font-weight: var(--font-weight);
121
- line-height: var(--line-height);
122
- }
123
- :where(.Text-module__hop-Text--xs___l3EJh) {
124
- --font-size: var(--hop-Text-xs-font-size);
125
- --font-family: var(--hop-Text-xs-font-family);
126
- --font-weight: var(--hop-Text-xs-font-weight);
127
- --line-height: var(--hop-Text-xs-line-height);
128
- }
129
- :where(.Text-module__hop-Text--sm___dqGSH) {
130
- --font-size: var(--hop-Text-sm-font-size);
131
- --font-family: var(--hop-Text-sm-font-family);
132
- --font-weight: var(--hop-Text-sm-font-weight);
133
- --line-height: var(--hop-Text-sm-line-height);
134
- }
135
- :where(.Text-module__hop-Text--md___gZf2A) {
136
- --font-size: var(--hop-Text-md-font-size);
137
- --font-family: var(--hop-Text-md-font-family);
138
- --font-weight: var(--hop-Text-md-font-weight);
139
- --line-height: var(--hop-Text-md-line-height);
140
- }
141
- :where(.Text-module__hop-Text--lg___2dpsP) {
142
- --font-size: var(--hop-Text-lg-font-size);
143
- --font-family: var(--hop-Text-lg-font-family);
144
- --font-weight: var(--hop-Text-lg-font-weight);
145
- --line-height: var(--hop-Text-lg-line-height);
146
- }
147
- :where(.Text-module__hop-Text--xl___9HxmT) {
148
- --font-size: var(--hop-Text-xl-font-size);
149
- --font-family: var(--hop-Text-xl-font-family);
150
- --font-weight: var(--hop-Text-xl-font-weight);
151
- --line-height: var(--hop-Text-xl-line-height);
152
- }
153
- :where(.Text-module__hop-Text--2xl___EkfS2) {
154
- --font-size: var(--hop-Text-2xl-font-size);
155
- --font-family: var(--hop-Text-2xl-font-family);
156
- --font-weight: var(--hop-Text-2xl-font-weight);
157
- --line-height: var(--hop-Text-2xl-line-height);
158
- }
159
- :where(.Text-module__hop-Text--inherit___puTif) {
160
- --font-size: var(--hop-Text-inherit-size-font-size);
161
- --font-family: var(--hop-Text-inherit-size-font-family);
162
- --font-weight: var(--hop-Text-inherit-size-font-weight);
163
- --line-height: var(--hop-Text-inherit-size-line-height);
164
- }
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___arft3) {
167
+ :where(.OverlineText-module__hop-OverlineText___oA9R9) {
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,52 +188,52 @@
188
188
  text-transform: uppercase;
189
189
  letter-spacing: var(--letter-spacing);
190
190
  }
191
- .OverlineText-module__hop-OverlineText__text___rr0tw {
191
+ .OverlineText-module__hop-OverlineText__text___ZKpmS {
192
192
  box-sizing: border-box;
193
193
  }
194
- .OverlineText-module__hop-OverlineText__text___rr0tw::before,
195
- .OverlineText-module__hop-OverlineText__text___rr0tw::after {
194
+ .OverlineText-module__hop-OverlineText__text___ZKpmS::before,
195
+ .OverlineText-module__hop-OverlineText__text___ZKpmS::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___rr0tw::before {
202
+ .OverlineText-module__hop-OverlineText__text___ZKpmS::before {
203
203
  margin-block-end: var(--bottom-offset);
204
204
  }
205
- .OverlineText-module__hop-OverlineText__text___rr0tw::after {
205
+ .OverlineText-module__hop-OverlineText__text___ZKpmS::after {
206
206
  margin-block-start: var(--top-offset);
207
207
  }
208
208
 
209
209
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
210
- .Label-module__hop-Label___b41EM {
210
+ .Label-module__hop-Label___Q0BAM {
211
211
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
212
212
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
213
213
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
214
214
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
215
215
  --hop-Label-color: var(--hop-neutral-text-weak);
216
216
  }
217
- :where(.Label-module__hop-Label___b41EM) {
217
+ :where(.Label-module__hop-Label___Q0BAM) {
218
218
  font-family: var(--hop-Label-font-family);
219
219
  font-size: var(--hop-Label-font-size);
220
220
  font-weight: var(--hop-Label-font-weight);
221
221
  line-height: var(--hop-Label-line-height);
222
222
  color: var(--hop-Label-color);
223
223
  }
224
- :where(.Label-module__hop-Label__indicator___VmW1e) {
224
+ :where(.Label-module__hop-Label__indicator___AQXv3) {
225
225
  padding-inline-start: var(--hop-space-20);
226
226
  }
227
227
 
228
228
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Form/src/Form.module.css/#css-module-data */
229
- .Form-module__hop-Form___C5zd1 {
229
+ .Form-module__hop-Form___GoxGC {
230
230
  display: flex;
231
231
  flex-direction: column;
232
232
  gap: var(--hop-space-stack-lg);
233
233
  }
234
234
 
235
235
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/IconList/src/IconList.module.css/#css-module-data */
236
- .IconList-module__hop-IconList___6PBub {
236
+ .IconList-module__hop-IconList___U1O6- {
237
237
  --hop-IconList-gap: var(--hop-space-inline-xs);
238
238
  display: flex;
239
239
  flex-wrap: wrap;
@@ -242,7 +242,7 @@
242
242
  }
243
243
 
244
244
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/LinkButton.module.css/#css-module-data */
245
- .Button-module__hop-Button___oYLeA {
245
+ .Button-module__hop-Button___8P82n {
246
246
  --hop-Button-border-radius: var(--hop-shape-rounded-md);
247
247
  --hop-Button-focus-ring-color: var(--hop-primary-border-focus);
248
248
  --hop-Button-column-gap: var(--hop-space-inline-xs);
@@ -366,215 +366,215 @@
366
366
  background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
367
367
  border var(--hop-easing-duration-2) var(--hop-easing-productive);
368
368
  }
369
- .Button-module__hop-Button--fluid___6n9Q6 {
369
+ .Button-module__hop-Button--fluid___QUsZp {
370
370
  --inline-size: 100%;
371
371
  }
372
- .Button-module__hop-Button--sm___G03W6 {
372
+ .Button-module__hop-Button--sm___2VQ7r {
373
373
  --block-size: var(--hop-Button-sm-height);
374
374
  --padding: var(--hop-Button-sm-padding);
375
375
  }
376
- .Button-module__hop-Button--sm___G03W6[class*=--ghost] {
376
+ .Button-module__hop-Button--sm___2VQ7r[class*=--ghost] {
377
377
  --padding: var(--hop-Button-ghost-sm-padding);
378
378
  }
379
- .Button-module__hop-Button--md___5k0Hl[class*=--ghost] {
379
+ .Button-module__hop-Button--md___shMDp[class*=--ghost] {
380
380
  --padding: var(--hop-Button-ghost-md-padding);
381
381
  }
382
- .Button-module__hop-Button--icon-only___40Oqq {
382
+ .Button-module__hop-Button--icon-only___sixWy {
383
383
  --column-gap: var(--hop-Button-icon-only-column-gap);
384
384
  --padding: var(--hop-Button-icon-only-padding);
385
385
  aspect-ratio: 1;
386
386
  }
387
- .Button-module__hop-Button--primary___Ky3gY {
387
+ .Button-module__hop-Button--primary___ZiMXx {
388
388
  --background-color: var(--hop-Button-primary-background-color);
389
389
  --color: var(--hop-Button-primary-color);
390
390
  --border: var(--hop-Button-primary-border);
391
391
  --spinner-color: var(--hop-Button-primary-spinner-color);
392
392
  }
393
- .Button-module__hop-Button--primary___Ky3gY[data-hovered],
394
- .Button-module__hop-Button--primary___Ky3gY[data-focus-visible] {
393
+ .Button-module__hop-Button--primary___ZiMXx[data-hovered],
394
+ .Button-module__hop-Button--primary___ZiMXx[data-focus-visible] {
395
395
  --background-color: var(--hop-Button-primary-background-color-hover);
396
396
  --color: var(--hop-Button-primary-color-hover);
397
397
  --border: var(--hop-Button-primary-border-hover);
398
398
  }
399
- .Button-module__hop-Button--primary___Ky3gY[data-pressed] {
399
+ .Button-module__hop-Button--primary___ZiMXx[data-pressed] {
400
400
  --background-color: var(--hop-Button-primary-background-color-pressed);
401
401
  --color: var(--hop-Button-primary-color-pressed);
402
402
  --border: var(--hop-Button-primary-border-pressed);
403
403
  }
404
- .Button-module__hop-Button--secondary___rBVzS {
404
+ .Button-module__hop-Button--secondary___Qj5Ga {
405
405
  --background-color: var(--hop-Button-secondary-background-color);
406
406
  --color: var(--hop-Button-secondary-color);
407
407
  --border: var(--hop-Button-secondary-border);
408
408
  --spinner-color: var(--hop-Button-secondary-spinner-color);
409
409
  }
410
- .Button-module__hop-Button--secondary___rBVzS[data-hovered],
411
- .Button-module__hop-Button--secondary___rBVzS[data-focus-visible] {
410
+ .Button-module__hop-Button--secondary___Qj5Ga[data-hovered],
411
+ .Button-module__hop-Button--secondary___Qj5Ga[data-focus-visible] {
412
412
  --background-color: var(--hop-Button-secondary-background-color-hover);
413
413
  --color: var(--hop-Button-secondary-color-hover);
414
414
  --border: var(--hop-Button-secondary-border-hover);
415
415
  }
416
- .Button-module__hop-Button--secondary___rBVzS[data-pressed] {
416
+ .Button-module__hop-Button--secondary___Qj5Ga[data-pressed] {
417
417
  --background-color: var(--hop-Button-secondary-background-color-pressed);
418
418
  --color: var(--hop-Button-secondary-color-pressed);
419
419
  --border: var(--hop-Button-secondary-border-pressed);
420
420
  }
421
- .Button-module__hop-Button--upsell___9tFmV {
421
+ .Button-module__hop-Button--upsell___O4nbW {
422
422
  --background-color: var(--hop-Button-upsell-background-color);
423
423
  --color: var(--hop-Button-upsell-color);
424
424
  --border: var(--hop-Button-upsell-border);
425
425
  --spinner-color: var(--hop-Button-upsell-spinner-color);
426
426
  }
427
- .Button-module__hop-Button--upsell___9tFmV[data-hovered],
428
- .Button-module__hop-Button--upsell___9tFmV[data-focus-visible] {
427
+ .Button-module__hop-Button--upsell___O4nbW[data-hovered],
428
+ .Button-module__hop-Button--upsell___O4nbW[data-focus-visible] {
429
429
  --background-color: var(--hop-Button-upsell-background-color-hover);
430
430
  --color: var(--hop-Button-upsell-color-hover);
431
431
  --border: var(--hop-Button-upsell-border-hover);
432
432
  }
433
- .Button-module__hop-Button--upsell___9tFmV[data-pressed] {
433
+ .Button-module__hop-Button--upsell___O4nbW[data-pressed] {
434
434
  --background-color: var(--hop-Button-upsell-background-color-pressed);
435
435
  --color: var(--hop-Button-upsell-color-pressed);
436
436
  --border: var(--hop-Button-upsell-border-pressed);
437
437
  }
438
- .Button-module__hop-Button--danger___dqxek {
438
+ .Button-module__hop-Button--danger___hSdFA {
439
439
  --background-color: var(--hop-Button-danger-background-color);
440
440
  --color: var(--hop-Button-danger-color);
441
441
  --border: var(--hop-Button-danger-border);
442
442
  --spinner-color: var(--hop-Button-danger-spinner-color);
443
443
  }
444
- .Button-module__hop-Button--danger___dqxek[data-hovered],
445
- .Button-module__hop-Button--danger___dqxek[data-focus-visible] {
444
+ .Button-module__hop-Button--danger___hSdFA[data-hovered],
445
+ .Button-module__hop-Button--danger___hSdFA[data-focus-visible] {
446
446
  --background-color: var(--hop-Button-danger-background-color-hover);
447
447
  --color: var(--hop-Button-danger-color-hover);
448
448
  --border: var(--hop-Button-danger-border-hover);
449
449
  }
450
- .Button-module__hop-Button--danger___dqxek[data-pressed] {
450
+ .Button-module__hop-Button--danger___hSdFA[data-pressed] {
451
451
  --background-color: var(--hop-Button-danger-background-color-pressed);
452
452
  --color: var(--hop-Button-danger-color-pressed);
453
453
  --border: var(--hop-Button-danger-border-pressed);
454
454
  }
455
- .Button-module__hop-Button--ghost-primary___xfNxr {
455
+ .Button-module__hop-Button--ghost-primary___FI-Bn {
456
456
  --background-color: var(--hop-Button-ghost-primary-background-color);
457
457
  --color: var(--hop-Button-ghost-primary-color);
458
458
  --border: var(--hop-Button-ghost-primary-border);
459
459
  --spinner-color: var(--hop-Button-ghost-primary-spinner-color);
460
460
  }
461
- .Button-module__hop-Button--ghost-primary___xfNxr[data-hovered],
462
- .Button-module__hop-Button--ghost-primary___xfNxr[data-focus-visible] {
461
+ .Button-module__hop-Button--ghost-primary___FI-Bn[data-hovered],
462
+ .Button-module__hop-Button--ghost-primary___FI-Bn[data-focus-visible] {
463
463
  --background-color: var(--hop-Button-ghost-primary-background-color-hover);
464
464
  --color: var(--hop-Button-ghost-primary-color-hover);
465
465
  --border: var(--hop-Button-ghost-primary-border-hover);
466
466
  --text-underline: underline;
467
467
  }
468
- .Button-module__hop-Button--ghost-primary___xfNxr[data-pressed] {
468
+ .Button-module__hop-Button--ghost-primary___FI-Bn[data-pressed] {
469
469
  --background-color: var(--hop-Button-ghost-primary-background-color-pressed);
470
470
  --color: var(--hop-Button-ghost-primary-color-pressed);
471
471
  --border: var(--hop-Button-ghost-primary-border-pressed);
472
472
  --text-underline: underline;
473
473
  }
474
- .Button-module__hop-Button--ghost-secondary___E9p1U {
474
+ .Button-module__hop-Button--ghost-secondary___90Xea {
475
475
  --background-color: var(--hop-Button-ghost-secondary-background-color);
476
476
  --color: var(--hop-Button-ghost-secondary-color);
477
477
  --border: var(--hop-Button-ghost-secondary-border);
478
478
  --spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
479
479
  }
480
- .Button-module__hop-Button--ghost-secondary___E9p1U[data-hovered],
481
- .Button-module__hop-Button--ghost-secondary___E9p1U[data-focus-visible] {
480
+ .Button-module__hop-Button--ghost-secondary___90Xea[data-hovered],
481
+ .Button-module__hop-Button--ghost-secondary___90Xea[data-focus-visible] {
482
482
  --background-color: var(--hop-Button-ghost-secondary-background-color-hover);
483
483
  --color: var(--hop-Button-ghost-secondary-color-hover);
484
484
  --border: var(--hop-Button-ghost-secondary-border-hover);
485
485
  --text-underline: underline;
486
486
  }
487
- .Button-module__hop-Button--ghost-secondary___E9p1U[data-pressed] {
487
+ .Button-module__hop-Button--ghost-secondary___90Xea[data-pressed] {
488
488
  --background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
489
489
  --color: var(--hop-Button-ghost-secondary-color-pressed);
490
490
  --border: var(--hop-Button-ghost-secondary-border-pressed);
491
491
  --text-underline: underline;
492
492
  }
493
- .Button-module__hop-Button--ghost-danger___WxNZU {
493
+ .Button-module__hop-Button--ghost-danger___X2oin {
494
494
  --background-color: var(--hop-Button-ghost-danger-background-color);
495
495
  --color: var(--hop-Button-ghost-danger-color);
496
496
  --border: var(--hop-Button-ghost-danger-border);
497
497
  --spinner-color: var(--hop-Button-ghost-danger-spinner-color);
498
498
  }
499
- .Button-module__hop-Button--ghost-danger___WxNZU[data-hovered],
500
- .Button-module__hop-Button--ghost-danger___WxNZU[data-focus-visible] {
499
+ .Button-module__hop-Button--ghost-danger___X2oin[data-hovered],
500
+ .Button-module__hop-Button--ghost-danger___X2oin[data-focus-visible] {
501
501
  --background-color: var(--hop-Button-ghost-danger-background-color-hover);
502
502
  --color: var(--hop-Button-ghost-danger-color-hover);
503
503
  --border: var(--hop-Button-ghost-danger-border-hover);
504
504
  --text-underline: underline;
505
505
  }
506
- .Button-module__hop-Button--ghost-danger___WxNZU[data-pressed] {
506
+ .Button-module__hop-Button--ghost-danger___X2oin[data-pressed] {
507
507
  --background-color: var(--hop-Button-ghost-danger-background-color-pressed);
508
508
  --color: var(--hop-Button-ghost-danger-color-pressed);
509
509
  --border: var(--hop-Button-ghost-danger-border-pressed);
510
510
  --text-underline: underline;
511
511
  }
512
- .Button-module__hop-Button___oYLeA[data-focus-visible] {
512
+ .Button-module__hop-Button___8P82n[data-focus-visible] {
513
513
  outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
514
514
  }
515
- .Button-module__hop-Button___oYLeA[data-disabled],
516
- .Button-module__hop-Button___oYLeA[data-pending] {
515
+ .Button-module__hop-Button___8P82n[data-disabled],
516
+ .Button-module__hop-Button___8P82n[data-pending] {
517
517
  cursor: not-allowed;
518
518
  }
519
- .Button-module__hop-Button___oYLeA[data-disabled] {
519
+ .Button-module__hop-Button___8P82n[data-disabled] {
520
520
  --background-color: var(--hop-Button-background-color-disabled);
521
521
  --color: var(--hop-Button-color-disabled);
522
522
  --border: var(--hop-Button-border-disabled);
523
523
  }
524
- .Button-module__hop-Button___oYLeA[class*=--ghost][data-disabled] {
524
+ .Button-module__hop-Button___8P82n[class*=--ghost][data-disabled] {
525
525
  --background-color: var(--hop-Button-ghost-background-color-disabled);
526
526
  --color: var(--hop-Button-ghost-color-disabled);
527
527
  --border: var(--hop-Button-ghost-border-disabled);
528
528
  }
529
- .Button-module__hop-Button--primary___Ky3gY[data-pending] {
529
+ .Button-module__hop-Button--primary___ZiMXx[data-pending] {
530
530
  --background-color: var(--hop-Button-primary-background-color);
531
531
  --color: var(--hop-Button-primary-color);
532
532
  --border: var(--hop-Button-primary-border);
533
533
  }
534
- .Button-module__hop-Button--secondary___rBVzS[data-pending] {
534
+ .Button-module__hop-Button--secondary___Qj5Ga[data-pending] {
535
535
  --background-color: var(--hop-Button-secondary-background-color);
536
536
  --color: var(--hop-Button-secondary-color);
537
537
  --border: var(--hop-Button-secondary-border);
538
538
  }
539
- .Button-module__hop-Button--upsell___9tFmV[data-pending] {
539
+ .Button-module__hop-Button--upsell___O4nbW[data-pending] {
540
540
  --background-color: var(--hop-Button-upsell-background-color);
541
541
  --color: var(--hop-Button-upsell-color);
542
542
  --border: var(--hop-Button-upsell-border);
543
543
  }
544
- .Button-module__hop-Button--danger___dqxek[data-pending] {
544
+ .Button-module__hop-Button--danger___hSdFA[data-pending] {
545
545
  --background-color: var(--hop-Button-danger-background-color);
546
546
  --color: var(--hop-Button-danger-color);
547
547
  --border: var(--hop-Button-danger-border);
548
548
  }
549
- .Button-module__hop-Button--ghost-primary___xfNxr[data-pending] {
549
+ .Button-module__hop-Button--ghost-primary___FI-Bn[data-pending] {
550
550
  --background-color: var(--hop-Button-ghost-primary-background-color);
551
551
  --color: var(--hop-Button-ghost-primary-color);
552
552
  --border: var(--hop-Button-ghost-primary-border);
553
553
  --text-underline: none;
554
554
  }
555
- .Button-module__hop-Button--ghost-secondary___E9p1U[data-pending] {
555
+ .Button-module__hop-Button--ghost-secondary___90Xea[data-pending] {
556
556
  --background-color: var(--hop-Button-ghost-secondary-background-color);
557
557
  --color: var(--hop-Button-ghost-secondary-color);
558
558
  --border: var(--hop-Button-ghost-secondary-border);
559
559
  --text-underline: none;
560
560
  }
561
- .Button-module__hop-Button--ghost-danger___WxNZU[data-pending] {
561
+ .Button-module__hop-Button--ghost-danger___X2oin[data-pending] {
562
562
  --background-color: var(--hop-Button-ghost-danger-background-color);
563
563
  --color: var(--hop-Button-ghost-danger-color);
564
564
  --border: var(--hop-Button-ghost-danger-border);
565
565
  --text-underline: none;
566
566
  }
567
- .Button-module__hop-Button__Spinner___g-FUW {
567
+ .Button-module__hop-Button__Spinner___gTwl1 {
568
568
  position: absolute;
569
569
  color: var(--spinner-color);
570
570
  }
571
- .Button-module__hop-Button__icon___H36zR,
572
- .Button-module__hop-Button__icon-list___SpGbC {
571
+ .Button-module__hop-Button__icon___pry73,
572
+ .Button-module__hop-Button__icon-list___i-up0 {
573
573
  flex: 0 0 auto;
574
574
  justify-self: end;
575
575
  order: 1;
576
576
  }
577
- .Button-module__hop-Button__text___rqxl8 {
577
+ .Button-module__hop-Button__text___hBdz5 {
578
578
  user-select: none;
579
579
  overflow: visible;
580
580
  flex: 0 1 auto;
@@ -584,51 +584,51 @@
584
584
  text-underline-offset: 0.125rem;
585
585
  text-wrap: nowrap;
586
586
  }
587
- .Button-module__hop-Button__end-icon___Z7n6v,
588
- .Button-module__hop-Button__end-icon-list___yRdFV {
587
+ .Button-module__hop-Button__end-icon___yRHci,
588
+ .Button-module__hop-Button__end-icon-list___GPIoC {
589
589
  flex: 0 0 auto;
590
590
  order: 3;
591
591
  }
592
- .Button-module__hop-Button___oYLeA .Button-module__hop-Button__icon-list___SpGbC,
593
- .Button-module__hop-Button___oYLeA .Button-module__hop-Button__end-icon-list___yRdFV {
592
+ .Button-module__hop-Button___8P82n .Button-module__hop-Button__icon-list___i-up0,
593
+ .Button-module__hop-Button___8P82n .Button-module__hop-Button__end-icon-list___GPIoC {
594
594
  flex-wrap: nowrap;
595
595
  }
596
- .Button-module__hop-Button___oYLeA[data-pending] > *:not(.Button-module__hop-Button__Spinner___g-FUW) {
596
+ .Button-module__hop-Button___8P82n[data-pending] > *:not(.Button-module__hop-Button__Spinner___gTwl1) {
597
597
  opacity: 0;
598
598
  }
599
- .LinkButton-module__hop-LinkButton___wUO2k {
599
+ .LinkButton-module__hop-LinkButton___6VEg- {
600
600
  }
601
- .LinkButton-module__hop-LinkButton--fluid___Jgjnk {
601
+ .LinkButton-module__hop-LinkButton--fluid___iAzea {
602
602
  }
603
- .LinkButton-module__hop-LinkButton--sm___fShua {
603
+ .LinkButton-module__hop-LinkButton--sm___6YiUJ {
604
604
  }
605
- .LinkButton-module__hop-LinkButton--icon-only___z3B1D {
605
+ .LinkButton-module__hop-LinkButton--icon-only___mQqjM {
606
606
  }
607
- .LinkButton-module__hop-LinkButton--primary___ZM8gF {
607
+ .LinkButton-module__hop-LinkButton--primary___O9VCU {
608
608
  }
609
- .LinkButton-module__hop-LinkButton--secondary___Ym6pD {
609
+ .LinkButton-module__hop-LinkButton--secondary___gMmGD {
610
610
  }
611
- .LinkButton-module__hop-LinkButton--upsell___zxOuU {
611
+ .LinkButton-module__hop-LinkButton--upsell___dAWsC {
612
612
  }
613
- .LinkButton-module__hop-LinkButton--danger___2l-oZ {
613
+ .LinkButton-module__hop-LinkButton--danger___-kIco {
614
614
  }
615
- .LinkButton-module__hop-LinkButton--ghost-primary___ug4ZZ {
615
+ .LinkButton-module__hop-LinkButton--ghost-primary___GJ6Uf {
616
616
  }
617
- .LinkButton-module__hop-LinkButton--ghost-secondary___u0Cnf {
617
+ .LinkButton-module__hop-LinkButton--ghost-secondary___RZ4vV {
618
618
  }
619
- .LinkButton-module__hop-LinkButton--ghost-danger___7G03b {
619
+ .LinkButton-module__hop-LinkButton--ghost-danger___vjyb- {
620
620
  }
621
- .LinkButton-module__hop-LinkButton__Spinner___3UtLg {
621
+ .LinkButton-module__hop-LinkButton__Spinner___VOgek {
622
622
  }
623
- .LinkButton-module__hop-LinkButton__icon___9v-1l,
624
- .LinkButton-module__hop-LinkButton__icon-list___a-LXF {
623
+ .LinkButton-module__hop-LinkButton__icon___nZF27,
624
+ .LinkButton-module__hop-LinkButton__icon-list___zeedt {
625
625
  }
626
- .LinkButton-module__hop-LinkButton__text___UfpE0 {
626
+ .LinkButton-module__hop-LinkButton__text___gPLAw {
627
627
  }
628
- .LinkButton-module__hop-LinkButton__end-icon___LpLia,
629
- .LinkButton-module__hop-LinkButton__end-icon-list___WXU31 {
628
+ .LinkButton-module__hop-LinkButton__end-icon___G9hiZ,
629
+ .LinkButton-module__hop-LinkButton__end-icon-list___Mk4EN {
630
630
  }
631
- .LinkButton-module__hop-LinkButton___wUO2k .LinkButton-module__hop-LinkButton__icon-list___a-LXF,
632
- .LinkButton-module__hop-LinkButton___wUO2k .LinkButton-module__hop-LinkButton__end-icon-list___WXU31 {
631
+ .LinkButton-module__hop-LinkButton___6VEg- .LinkButton-module__hop-LinkButton__icon-list___zeedt,
632
+ .LinkButton-module__hop-LinkButton___6VEg- .LinkButton-module__hop-LinkButton__end-icon-list___Mk4EN {
633
633
  flex-wrap: nowrap;
634
634
  }