@hopper-ui/components 1.15.0 → 1.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/accordion/src/Accordion.css +79 -79
  3. package/dist/accordion/src/Accordion.js +1 -1
  4. package/dist/accordion/src/index.css +79 -79
  5. package/dist/accordion/src/index.js +1 -1
  6. package/dist/alert/src/Alert.css +412 -412
  7. package/dist/alert/src/Alert.js +14 -14
  8. package/dist/alert/src/index.css +412 -412
  9. package/dist/alert/src/index.js +14 -14
  10. package/dist/avatar/src/AnonymousAvatar.css +51 -51
  11. package/dist/avatar/src/AnonymousAvatar.js +2 -2
  12. package/dist/avatar/src/Avatar.css +71 -71
  13. package/dist/avatar/src/Avatar.js +4 -4
  14. package/dist/avatar/src/AvatarGroup.css +66 -66
  15. package/dist/avatar/src/AvatarGroup.js +4 -4
  16. package/dist/avatar/src/BrokenAvatar.css +51 -51
  17. package/dist/avatar/src/BrokenAvatar.js +2 -2
  18. package/dist/avatar/src/DeletedAvatar.css +51 -51
  19. package/dist/avatar/src/DeletedAvatar.js +2 -2
  20. package/dist/avatar/src/RichIconAvatarImage.css +51 -51
  21. package/dist/avatar/src/RichIconAvatarImage.js +1 -1
  22. package/dist/avatar/src/index.css +98 -98
  23. package/dist/avatar/src/index.js +9 -9
  24. package/dist/badge/src/Badge.css +54 -54
  25. package/dist/badge/src/Badge.js +2 -2
  26. package/dist/badge/src/FloatingBadge.css +49 -49
  27. package/dist/badge/src/FloatingBadge.js +1 -1
  28. package/dist/badge/src/index.css +64 -64
  29. package/dist/badge/src/index.js +3 -3
  30. package/dist/box/src/Box.d.ts +2 -2
  31. package/dist/buttons/src/Button.css +107 -107
  32. package/dist/buttons/src/Button.js +7 -7
  33. package/dist/buttons/src/ButtonGroup.css +50 -50
  34. package/dist/buttons/src/ButtonGroup.js +2 -2
  35. package/dist/buttons/src/ClearButton.css +110 -110
  36. package/dist/buttons/src/ClearButton.js +4 -4
  37. package/dist/buttons/src/CloseButton.css +108 -108
  38. package/dist/buttons/src/CloseButton.js +8 -8
  39. package/dist/buttons/src/EmbeddedButton.css +110 -110
  40. package/dist/buttons/src/EmbeddedButton.js +1 -1
  41. package/dist/buttons/src/LinkButton.css +117 -117
  42. package/dist/buttons/src/LinkButton.js +6 -6
  43. package/dist/buttons/src/ToggleButton.css +143 -143
  44. package/dist/buttons/src/ToggleButton.js +5 -5
  45. package/dist/buttons/src/index.css +360 -360
  46. package/dist/buttons/src/index.js +16 -16
  47. package/dist/calendar/src/Calendar.css +407 -407
  48. package/dist/calendar/src/Calendar.js +14 -14
  49. package/dist/calendar/src/CalendarCell.css +50 -50
  50. package/dist/calendar/src/CalendarCell.js +1 -1
  51. package/dist/calendar/src/CalendarGrid.css +78 -78
  52. package/dist/calendar/src/CalendarGrid.js +3 -3
  53. package/dist/calendar/src/CalendarHeader.css +363 -363
  54. package/dist/calendar/src/CalendarHeader.js +9 -9
  55. package/dist/calendar/src/RangeCalendar.css +410 -410
  56. package/dist/calendar/src/RangeCalendar.js +14 -14
  57. package/dist/calendar/src/RangeCalendarCell.css +58 -58
  58. package/dist/calendar/src/RangeCalendarCell.js +1 -1
  59. package/dist/calendar/src/index.css +413 -413
  60. package/dist/calendar/src/index.js +15 -15
  61. package/dist/callout/src/Callout.css +373 -373
  62. package/dist/callout/src/Callout.js +11 -11
  63. package/dist/callout/src/CompactCallout.css +409 -409
  64. package/dist/callout/src/CompactCallout.js +10 -10
  65. package/dist/callout/src/index.css +422 -422
  66. package/dist/callout/src/index.js +12 -12
  67. package/dist/card/src/Card.css +42 -42
  68. package/dist/card/src/Card.js +1 -1
  69. package/dist/card/src/index.css +42 -42
  70. package/dist/card/src/index.js +1 -1
  71. package/dist/checkbox/src/Checkbox.css +58 -58
  72. package/dist/checkbox/src/Checkbox.js +4 -4
  73. package/dist/checkbox/src/CheckboxField.css +45 -45
  74. package/dist/checkbox/src/CheckboxField.js +3 -3
  75. package/dist/checkbox/src/CheckboxGroup.css +111 -111
  76. package/dist/checkbox/src/CheckboxGroup.js +8 -8
  77. package/dist/checkbox/src/DecorativeCheckbox.css +66 -66
  78. package/dist/checkbox/src/DecorativeCheckbox.js +3 -3
  79. package/dist/checkbox/src/index.css +111 -111
  80. package/dist/checkbox/src/index.js +12 -12
  81. package/dist/{chunk-ND57HLQZ.js → chunk-2QS6XOYT.js} +3 -3
  82. package/dist/chunk-35BOZ2F7.js +43 -0
  83. package/dist/{chunk-TZ7OMW2O.js → chunk-3P3J2A6J.js} +1 -1
  84. package/dist/{chunk-WDKCSYBX.js → chunk-42UBRDXO.js} +2 -2
  85. package/dist/{chunk-4LJNA3BH.js → chunk-4GLK7N6L.js} +5 -5
  86. package/dist/{chunk-VBGNARNP.js → chunk-4OCQTU3J.js} +7 -7
  87. package/dist/{chunk-D4TK5GXL.js → chunk-55EP5WK4.js} +1 -1
  88. package/dist/{chunk-3JPSTI7U.js → chunk-5M6APVZN.js} +1 -1
  89. package/dist/{chunk-DGH2NL67.js → chunk-6BS7LTEH.js} +2 -2
  90. package/dist/{chunk-KCTCOWKE.js → chunk-6UEESKO5.js} +1 -1
  91. package/dist/{chunk-OQGUY2WF.js → chunk-75YFVJQA.js} +1 -1
  92. package/dist/{chunk-ALOG4CGE.js → chunk-7DZGH534.js} +1 -1
  93. package/dist/{chunk-7PIBKDKB.js → chunk-7E4RCWSZ.js} +1 -1
  94. package/dist/{chunk-Y6MJXAZJ.js → chunk-7IXI2XMW.js} +1 -1
  95. package/dist/{chunk-MFL67VAY.js → chunk-7UPKJLCM.js} +8 -8
  96. package/dist/{chunk-YMSREUQL.js → chunk-7VLE24FB.js} +1 -1
  97. package/dist/{chunk-Q3HMB76N.js → chunk-7WNY724W.js} +3 -3
  98. package/dist/{chunk-HSPMMCBQ.js → chunk-AEOKRMJR.js} +1 -1
  99. package/dist/{chunk-XXLU4635.js → chunk-AERE5JXE.js} +3 -3
  100. package/dist/{chunk-WS6MPORZ.js → chunk-ALMALUSW.js} +3 -3
  101. package/dist/{chunk-DONUBZNH.js → chunk-AY3DOIJJ.js} +5 -5
  102. package/dist/{chunk-DNJV3GYR.js → chunk-BLMSOMCL.js} +1 -1
  103. package/dist/{chunk-BLRDCZTZ.js → chunk-BRT4J4TE.js} +10 -10
  104. package/dist/{chunk-ADJPNO63.js → chunk-BUCLJEUW.js} +1 -1
  105. package/dist/{chunk-TCHK6AN3.js → chunk-C4Y6EAGK.js} +1 -1
  106. package/dist/{chunk-C5RNBIC5.js → chunk-CSRSQOMS.js} +3 -3
  107. package/dist/{chunk-X4LAUJTO.js → chunk-CSSXCFGS.js} +1 -1
  108. package/dist/{chunk-OVYWTX4O.js → chunk-CSTDNKNU.js} +1 -1
  109. package/dist/{chunk-SVAIX6OT.js → chunk-CV4BPV6X.js} +4 -4
  110. package/dist/{chunk-5HBNX4TV.js → chunk-DB2TPM5E.js} +5 -5
  111. package/dist/{chunk-XVM43HG4.js → chunk-DEMJZW2T.js} +2 -2
  112. package/dist/{chunk-QUK36FFB.js → chunk-DM3YGBLN.js} +2 -2
  113. package/dist/{chunk-MQE64PHB.js → chunk-FWEKU2ND.js} +1 -1
  114. package/dist/{chunk-SZT54XZ6.js → chunk-GCLYGQY6.js} +3 -3
  115. package/dist/{chunk-PXCHGIYS.js → chunk-GFSMGSHK.js} +2 -2
  116. package/dist/{chunk-MGUIFTY3.js → chunk-GHVUDCBX.js} +1 -1
  117. package/dist/{chunk-XR5IAIF2.js → chunk-GIP23VKU.js} +5 -5
  118. package/dist/{chunk-M4DSD53U.js → chunk-GVZPPQJ7.js} +1 -1
  119. package/dist/{chunk-QINXOGGD.js → chunk-GZ5YWF3T.js} +2 -2
  120. package/dist/{chunk-O6BQ7CJS.js → chunk-HDQOZIHT.js} +1 -1
  121. package/dist/{chunk-O5TV66PW.js → chunk-HUCOYQWQ.js} +10 -10
  122. package/dist/{chunk-O27HI4OB.js → chunk-IPGVNKQM.js} +2 -2
  123. package/dist/{chunk-E3QEKVUY.js → chunk-IXV2R7LF.js} +3 -3
  124. package/dist/{chunk-RYTTFNAT.js → chunk-JMDJ3VIS.js} +11 -11
  125. package/dist/{chunk-LRGXSUVU.js → chunk-JRC3JOOB.js} +3 -3
  126. package/dist/{chunk-INJECWV6.js → chunk-JVEIDWPG.js} +1 -1
  127. package/dist/{chunk-UGQMLEZG.js → chunk-JXYNCHW5.js} +8 -8
  128. package/dist/{chunk-NTDT2CAX.js → chunk-K3R2JUYC.js} +4 -4
  129. package/dist/{chunk-RPULORS7.js → chunk-K7INXMI4.js} +2 -2
  130. package/dist/{chunk-YPTF5MGP.js → chunk-KEEYPE7L.js} +2 -2
  131. package/dist/{chunk-YBJI4QLB.js → chunk-KLBG67AH.js} +1 -1
  132. package/dist/{chunk-PZHKZKDX.js → chunk-LDXXO6Q6.js} +2 -2
  133. package/dist/{chunk-VDKCHF3D.js → chunk-LEP3RA5T.js} +5 -5
  134. package/dist/{chunk-VYOXT26L.js → chunk-LJ4UTOSP.js} +2 -2
  135. package/dist/{chunk-JZ2KRSAX.js → chunk-LOM6FHVQ.js} +1 -1
  136. package/dist/{chunk-K7M2AMPU.js → chunk-LQIWS7PC.js} +5 -5
  137. package/dist/{chunk-BZNLIUJV.js → chunk-LV2NVTIQ.js} +4 -4
  138. package/dist/{chunk-SVPZYOY7.js → chunk-LVF2OR42.js} +9 -9
  139. package/dist/{chunk-7MOLHUYZ.js → chunk-N2SZ7UA3.js} +5 -5
  140. package/dist/{chunk-E6IA2QFO.js → chunk-NOTC3XWM.js} +2 -2
  141. package/dist/{chunk-XQ6CP44V.js → chunk-NXNTPNYP.js} +4 -4
  142. package/dist/{chunk-MGNHLZCI.js → chunk-O3RFQ7OZ.js} +1 -1
  143. package/dist/{chunk-HA55RNAD.js → chunk-O7GBLYQW.js} +1 -1
  144. package/dist/{chunk-V6ZSJFBP.js → chunk-OMCL4S4D.js} +2 -2
  145. package/dist/{chunk-BIJPQJCS.js → chunk-P5C6CFM2.js} +3 -3
  146. package/dist/{chunk-CSMLY37T.js → chunk-PANJTPLO.js} +2 -2
  147. package/dist/{chunk-ZDVW63SS.js → chunk-PPSSZMOW.js} +1 -1
  148. package/dist/{chunk-5KK7RTEA.js → chunk-PSABXOVR.js} +4 -4
  149. package/dist/{chunk-RAZOKZRZ.js → chunk-QDAZ2C6F.js} +1 -1
  150. package/dist/chunk-QWLOGFRQ.js +138 -0
  151. package/dist/{chunk-DB4U2BXX.js → chunk-RBAL53RI.js} +1 -1
  152. package/dist/{chunk-P6UZVUF7.js → chunk-RY6OYRBS.js} +2 -2
  153. package/dist/{chunk-VZIUXB72.js → chunk-S4GMYOZ3.js} +2 -2
  154. package/dist/{chunk-DCMIOFJS.js → chunk-S64I5QHH.js} +5 -5
  155. package/dist/{chunk-6RMA7LNR.js → chunk-SE6ZRM62.js} +2 -2
  156. package/dist/{chunk-WWBZ7XRD.js → chunk-SE7TJKHV.js} +1 -1
  157. package/dist/{chunk-5H6HXBBV.js → chunk-SQMCMOS3.js} +3 -3
  158. package/dist/{chunk-G626JPDA.js → chunk-SSNOSZWJ.js} +3 -3
  159. package/dist/{chunk-SICFAJHJ.js → chunk-TL2QA2C7.js} +5 -5
  160. package/dist/{chunk-ZJN4N4I6.js → chunk-TMD5SSER.js} +1 -1
  161. package/dist/{chunk-6R6IZOFV.js → chunk-U2FVXIM4.js} +3 -3
  162. package/dist/{chunk-X47F7QUF.js → chunk-UYKDO6H6.js} +1 -1
  163. package/dist/{chunk-KNGBD6AR.js → chunk-V26NF5OR.js} +2 -2
  164. package/dist/{chunk-IHHHAYKH.js → chunk-VT4GB5YB.js} +2 -2
  165. package/dist/{chunk-SOCAHCAN.js → chunk-W4SW62Q3.js} +1 -1
  166. package/dist/{chunk-4WJKLLPU.js → chunk-WIH6XHIL.js} +1 -1
  167. package/dist/{chunk-4372AEHL.js → chunk-WQYXBUYI.js} +2 -2
  168. package/dist/{chunk-7BWGRDY4.js → chunk-XRZ7VAKU.js} +7 -7
  169. package/dist/{chunk-SANUE6RN.js → chunk-Y4B3GBDS.js} +1 -1
  170. package/dist/{chunk-CPGP7ETX.js → chunk-YDOIL6EJ.js} +6 -2
  171. package/dist/{chunk-WMBJMVQG.js → chunk-YGUHVQY4.js} +2 -2
  172. package/dist/{chunk-S5AC2WOV.js → chunk-YK74QZTM.js} +1 -1
  173. package/dist/{chunk-MYXYNWTX.js → chunk-Z4BRTJKS.js} +12 -12
  174. package/dist/{chunk-KC5RDV27.js → chunk-Z4W6HBLS.js} +1 -1
  175. package/dist/{chunk-NR765CAZ.js → chunk-ZE4VS32U.js} +2 -2
  176. package/dist/{chunk-YSBWWOQO.js → chunk-ZPMC53OO.js} +1 -1
  177. package/dist/{chunk-HYZZYXSL.js → chunk-ZTYCBRCB.js} +3 -3
  178. package/dist/combobox/src/ComboBox.css +787 -787
  179. package/dist/combobox/src/ComboBox.js +22 -22
  180. package/dist/combobox/src/index.css +787 -787
  181. package/dist/combobox/src/index.js +22 -22
  182. package/dist/contextual-help/src/ContextualHelp.css +708 -708
  183. package/dist/contextual-help/src/ContextualHelp.js +4 -4
  184. package/dist/contextual-help/src/index.css +708 -708
  185. package/dist/contextual-help/src/index.js +4 -4
  186. package/dist/date-picker/src/DateInput.css +55 -54
  187. package/dist/date-picker/src/DateInput.js +1 -1
  188. package/dist/date-picker/src/DatePicker.css +852 -849
  189. package/dist/date-picker/src/DatePicker.js +21 -21
  190. package/dist/date-picker/src/DateRangePicker.css +5629 -0
  191. package/dist/date-picker/src/DateRangePicker.d.ts +13 -6
  192. package/dist/date-picker/src/DateRangePicker.js +44 -5
  193. package/dist/date-picker/src/DateRangePickerContext.d.ts +2 -2
  194. package/dist/date-picker/src/index.css +919 -849
  195. package/dist/date-picker/src/index.d.ts +2 -1
  196. package/dist/date-picker/src/index.js +24 -21
  197. package/dist/disclosure/src/Disclosure.css +49 -49
  198. package/dist/disclosure/src/Disclosure.js +1 -1
  199. package/dist/disclosure/src/DisclosureHeader.css +56 -56
  200. package/dist/disclosure/src/DisclosureHeader.js +3 -3
  201. package/dist/disclosure/src/DisclosurePanel.css +49 -49
  202. package/dist/disclosure/src/DisclosurePanel.js +3 -3
  203. package/dist/disclosure/src/index.css +74 -74
  204. package/dist/disclosure/src/index.js +7 -7
  205. package/dist/divider/src/Divider.css +41 -41
  206. package/dist/divider/src/Divider.js +1 -1
  207. package/dist/divider/src/index.css +41 -41
  208. package/dist/divider/src/index.js +1 -1
  209. package/dist/error-message/src/ErrorMessage.css +41 -41
  210. package/dist/error-message/src/ErrorMessage.js +2 -2
  211. package/dist/error-message/src/index.css +41 -41
  212. package/dist/error-message/src/index.js +2 -2
  213. package/dist/form/src/Form.css +39 -39
  214. package/dist/form/src/Form.js +1 -1
  215. package/dist/form/src/index.css +39 -39
  216. package/dist/form/src/index.js +1 -1
  217. package/dist/header/src/Header.css +39 -39
  218. package/dist/header/src/index.css +39 -39
  219. package/dist/helper-message/src/HelperMessage.css +41 -41
  220. package/dist/helper-message/src/HelperMessage.js +2 -2
  221. package/dist/helper-message/src/index.css +41 -41
  222. package/dist/helper-message/src/index.js +2 -2
  223. package/dist/i18n/src/index.js +1 -1
  224. package/dist/i18n/src/useLocalizedString.js +1 -1
  225. package/dist/icon-list/src/IconList.css +40 -40
  226. package/dist/icon-list/src/IconList.js +1 -1
  227. package/dist/icon-list/src/index.css +40 -40
  228. package/dist/icon-list/src/index.js +1 -1
  229. package/dist/illustrated-message/src/IllustratedMessage.css +382 -382
  230. package/dist/illustrated-message/src/IllustratedMessage.js +3 -3
  231. package/dist/illustrated-message/src/index.css +382 -382
  232. package/dist/illustrated-message/src/index.js +3 -3
  233. package/dist/illustration/src/Illustration.css +48 -48
  234. package/dist/illustration/src/Illustration.js +1 -1
  235. package/dist/illustration/src/index.css +48 -48
  236. package/dist/illustration/src/index.js +1 -1
  237. package/dist/image/src/Image.css +42 -42
  238. package/dist/image/src/Image.js +1 -1
  239. package/dist/image/src/SvgImage.css +40 -40
  240. package/dist/image/src/SvgImage.js +1 -1
  241. package/dist/image/src/index.css +43 -43
  242. package/dist/image/src/index.js +2 -2
  243. package/dist/index.css +1293 -1223
  244. package/dist/index.d.ts +2 -1
  245. package/dist/index.js +111 -109
  246. package/dist/inputs/src/Input.css +43 -43
  247. package/dist/inputs/src/Input.js +1 -1
  248. package/dist/inputs/src/InputGroup.css +45 -45
  249. package/dist/inputs/src/InputGroup.js +1 -1
  250. package/dist/inputs/src/NumberField.css +69 -69
  251. package/dist/inputs/src/NumberField.js +11 -11
  252. package/dist/inputs/src/PasswordField.css +380 -380
  253. package/dist/inputs/src/PasswordField.js +12 -12
  254. package/dist/inputs/src/RemainingCharacterCount.css +42 -42
  255. package/dist/inputs/src/RemainingCharacterCount.js +3 -3
  256. package/dist/inputs/src/SearchField.css +386 -386
  257. package/dist/inputs/src/SearchField.js +14 -14
  258. package/dist/inputs/src/TextArea.css +68 -68
  259. package/dist/inputs/src/TextArea.js +10 -10
  260. package/dist/inputs/src/TextField.css +384 -384
  261. package/dist/inputs/src/TextField.js +16 -16
  262. package/dist/inputs/src/index.css +434 -434
  263. package/dist/inputs/src/index.js +20 -20
  264. package/dist/layout/src/Content.css +39 -39
  265. package/dist/layout/src/Footer.css +39 -39
  266. package/dist/link/src/Link.css +78 -78
  267. package/dist/link/src/Link.js +3 -3
  268. package/dist/link/src/index.css +78 -78
  269. package/dist/link/src/index.js +3 -3
  270. package/dist/list-box/src/ListBox.css +319 -319
  271. package/dist/list-box/src/ListBox.js +9 -9
  272. package/dist/list-box/src/ListBoxItem.css +307 -307
  273. package/dist/list-box/src/ListBoxItem.js +6 -6
  274. package/dist/list-box/src/ListBoxItemSkeleton.css +46 -46
  275. package/dist/list-box/src/ListBoxItemSkeleton.js +1 -1
  276. package/dist/list-box/src/index.css +319 -319
  277. package/dist/list-box/src/index.js +10 -10
  278. package/dist/menu/src/Menu.css +710 -710
  279. package/dist/menu/src/Menu.js +2 -2
  280. package/dist/menu/src/MenuItem.css +122 -122
  281. package/dist/menu/src/MenuItem.js +2 -2
  282. package/dist/menu/src/MenuSection.css +41 -41
  283. package/dist/menu/src/MenuSection.js +1 -1
  284. package/dist/menu/src/index.css +735 -735
  285. package/dist/menu/src/index.js +5 -5
  286. package/dist/modal/src/BaseModal.css +54 -54
  287. package/dist/modal/src/BaseModal.js +1 -1
  288. package/dist/modal/src/CustomModal.css +55 -55
  289. package/dist/modal/src/CustomModal.js +2 -2
  290. package/dist/modal/src/Modal.css +402 -402
  291. package/dist/modal/src/Modal.js +12 -12
  292. package/dist/modal/src/index.css +403 -403
  293. package/dist/modal/src/index.js +13 -13
  294. package/dist/overlays/popover/src/Popover.css +702 -702
  295. package/dist/overlays/popover/src/Popover.js +3 -3
  296. package/dist/overlays/popover/src/PopoverBase.css +42 -42
  297. package/dist/overlays/popover/src/PopoverBase.js +1 -1
  298. package/dist/overlays/popover/src/index.css +705 -705
  299. package/dist/overlays/popover/src/index.js +4 -4
  300. package/dist/radio/src/DecorativeRadio.css +66 -66
  301. package/dist/radio/src/DecorativeRadio.js +3 -3
  302. package/dist/radio/src/Radio.css +58 -58
  303. package/dist/radio/src/Radio.js +3 -3
  304. package/dist/radio/src/RadioField.css +45 -45
  305. package/dist/radio/src/RadioField.js +2 -2
  306. package/dist/radio/src/RadioGroup.css +111 -111
  307. package/dist/radio/src/RadioGroup.js +8 -8
  308. package/dist/radio/src/index.css +111 -111
  309. package/dist/radio/src/index.js +12 -12
  310. package/dist/segmented-control/src/SegmentedControl.css +40 -40
  311. package/dist/segmented-control/src/SegmentedControl.js +1 -1
  312. package/dist/segmented-control/src/SegmentedControlItem.css +54 -54
  313. package/dist/segmented-control/src/SegmentedControlItem.js +2 -2
  314. package/dist/segmented-control/src/index.css +55 -55
  315. package/dist/segmented-control/src/index.js +3 -3
  316. package/dist/select/src/Select.css +729 -729
  317. package/dist/select/src/Select.js +21 -21
  318. package/dist/select/src/SelectValue.css +104 -104
  319. package/dist/select/src/SelectValue.js +3 -3
  320. package/dist/select/src/index.css +729 -729
  321. package/dist/select/src/index.js +21 -21
  322. package/dist/spinner/src/Spinner.css +49 -49
  323. package/dist/spinner/src/Spinner.js +2 -2
  324. package/dist/spinner/src/index.css +49 -49
  325. package/dist/spinner/src/index.js +2 -2
  326. package/dist/switch/src/Switch.css +55 -55
  327. package/dist/switch/src/Switch.js +3 -3
  328. package/dist/switch/src/SwitchField.css +45 -45
  329. package/dist/switch/src/SwitchField.js +2 -2
  330. package/dist/switch/src/index.css +61 -61
  331. package/dist/switch/src/index.js +4 -4
  332. package/dist/tabs/src/Tab.css +557 -557
  333. package/dist/tabs/src/Tab.js +2 -2
  334. package/dist/tabs/src/TabList.css +44 -44
  335. package/dist/tabs/src/TabList.js +1 -1
  336. package/dist/tabs/src/TabPanel.css +41 -41
  337. package/dist/tabs/src/TabPanel.js +1 -1
  338. package/dist/tabs/src/index.css +564 -564
  339. package/dist/tabs/src/index.js +4 -4
  340. package/dist/tag/src/Tag.css +532 -532
  341. package/dist/tag/src/Tag.js +9 -9
  342. package/dist/tag/src/TagGroup.css +49 -49
  343. package/dist/tag/src/TagGroup.js +8 -8
  344. package/dist/tag/src/index.css +542 -542
  345. package/dist/tag/src/index.js +15 -15
  346. package/dist/tile/src/Tile.css +66 -66
  347. package/dist/tile/src/Tile.js +1 -1
  348. package/dist/tile/src/TileGroup.css +40 -40
  349. package/dist/tile/src/TileGroup.js +1 -1
  350. package/dist/tile/src/index.css +67 -67
  351. package/dist/tile/src/index.js +2 -2
  352. package/dist/toggle-arrow/src/ToggleArrow.css +41 -41
  353. package/dist/toggle-arrow/src/ToggleArrow.js +1 -1
  354. package/dist/toggle-arrow/src/index.css +41 -41
  355. package/dist/toggle-arrow/src/index.js +1 -1
  356. package/dist/tooltip/src/Tooltip.css +49 -49
  357. package/dist/tooltip/src/Tooltip.js +3 -3
  358. package/dist/tooltip/src/TooltipTrigger.css +39 -39
  359. package/dist/tooltip/src/index.css +49 -49
  360. package/dist/tooltip/src/index.js +3 -3
  361. package/dist/typography/heading/src/Heading.css +39 -39
  362. package/dist/typography/heading/src/Heading.js +1 -1
  363. package/dist/typography/heading/src/index.css +39 -39
  364. package/dist/typography/heading/src/index.js +1 -1
  365. package/dist/typography/label/src/FieldLabel.css +39 -39
  366. package/dist/typography/label/src/FieldLabel.js +4 -4
  367. package/dist/typography/label/src/Label.css +39 -39
  368. package/dist/typography/label/src/Label.js +1 -1
  369. package/dist/typography/label/src/index.css +39 -39
  370. package/dist/typography/label/src/index.js +4 -4
  371. package/dist/typography/overline-text/src/OverlineText.css +39 -39
  372. package/dist/typography/overline-text/src/OverlineText.js +1 -1
  373. package/dist/typography/overline-text/src/index.css +39 -39
  374. package/dist/typography/overline-text/src/index.js +1 -1
  375. package/dist/typography/paragraph/src/Paragraph.css +39 -39
  376. package/dist/typography/paragraph/src/Paragraph.js +2 -2
  377. package/dist/typography/paragraph/src/index.css +39 -39
  378. package/dist/typography/paragraph/src/index.js +2 -2
  379. package/dist/typography/text/src/Text.css +39 -39
  380. package/dist/typography/text/src/Text.js +1 -1
  381. package/dist/typography/text/src/index.css +39 -39
  382. package/dist/typography/text/src/index.js +1 -1
  383. package/dist/utils/src/ClearSlots.css +39 -39
  384. package/dist/utils/src/EnsureTextWrapper.css +39 -39
  385. package/dist/utils/src/EnsureTextWrapper.js +2 -2
  386. package/dist/utils/src/index.css +39 -39
  387. package/dist/utils/src/index.d.ts +1 -0
  388. package/dist/utils/src/index.js +3 -2
  389. package/dist/utils/src/useDebounce.d.ts +20 -0
  390. package/dist/utils/src/useDebounce.js +2 -0
  391. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/heading/src/Heading.module.css/#css-module-data */
2
- .Heading-module__hop-Heading___oO9SS {
2
+ .Heading-module__hop-Heading___qKhTN {
3
3
  --hop-Heading-xs-font-size: var(--hop-heading-xs-font-size);
4
4
  --hop-Heading-xs-font-family: var(--hop-heading-xs-font-family);
5
5
  --hop-Heading-xs-font-weight: var(--hop-heading-xs-font-weight);
@@ -33,53 +33,53 @@
33
33
  --hop-Heading-inherit-size-font-weight: inherit;
34
34
  --hop-Heading-inherit-size-line-height: inherit;
35
35
  }
36
- :where(.Heading-module__hop-Heading___oO9SS) {
36
+ :where(.Heading-module__hop-Heading___qKhTN) {
37
37
  margin: 0;
38
38
  color: var(--hop-neutral-text);
39
39
  }
40
- :where(.Heading-module__hop-Heading___oO9SS):not(.Heading-module__hop-Heading--unset___SsSEf) {
40
+ :where(.Heading-module__hop-Heading___qKhTN):not(.Heading-module__hop-Heading--unset___DMBcs) {
41
41
  font-family: var(--font-family);
42
42
  font-size: var(--font-size);
43
43
  font-weight: var(--font-weight);
44
44
  line-height: var(--line-height);
45
45
  }
46
- :where(.Heading-module__hop-Heading--xs___BKukB) {
46
+ :where(.Heading-module__hop-Heading--xs___wcEnN) {
47
47
  --font-size: var(--hop-Heading-xs-font-size);
48
48
  --font-family: var(--hop-Heading-xs-font-family);
49
49
  --font-weight: var(--hop-Heading-xs-font-weight);
50
50
  --line-height: var(--hop-Heading-xs-line-height);
51
51
  }
52
- :where(.Heading-module__hop-Heading--sm___BDZOc) {
52
+ :where(.Heading-module__hop-Heading--sm___jkuBP) {
53
53
  --font-size: var(--hop-Heading-sm-font-size);
54
54
  --font-family: var(--hop-Heading-sm-font-family);
55
55
  --font-weight: var(--hop-Heading-sm-font-weight);
56
56
  --line-height: var(--hop-Heading-sm-line-height);
57
57
  }
58
- :where(.Heading-module__hop-Heading--md___nRh-H) {
58
+ :where(.Heading-module__hop-Heading--md___2DqEL) {
59
59
  --font-size: var(--hop-Heading-md-font-size);
60
60
  --font-family: var(--hop-Heading-md-font-family);
61
61
  --font-weight: var(--hop-Heading-md-font-weight);
62
62
  --line-height: var(--hop-Heading-md-line-height);
63
63
  }
64
- :where(.Heading-module__hop-Heading--lg___iobWD) {
64
+ :where(.Heading-module__hop-Heading--lg___lxe-u) {
65
65
  --font-size: var(--hop-Heading-lg-font-size);
66
66
  --font-family: var(--hop-Heading-lg-font-family);
67
67
  --font-weight: var(--hop-Heading-lg-font-weight);
68
68
  --line-height: var(--hop-Heading-lg-line-height);
69
69
  }
70
- :where(.Heading-module__hop-Heading--xl___YZCkI) {
70
+ :where(.Heading-module__hop-Heading--xl___fUVeJ) {
71
71
  --font-size: var(--hop-Heading-xl-font-size);
72
72
  --font-family: var(--hop-Heading-xl-font-family);
73
73
  --font-weight: var(--hop-Heading-xl-font-weight);
74
74
  --line-height: var(--hop-Heading-xl-line-height);
75
75
  }
76
- :where(.Heading-module__hop-Heading--2xl___udkhx) {
76
+ :where(.Heading-module__hop-Heading--2xl___BCEPh) {
77
77
  --font-size: var(--hop-Heading-2xl-font-size);
78
78
  --font-family: var(--hop-Heading-2xl-font-family);
79
79
  --font-weight: var(--hop-Heading-2xl-font-weight);
80
80
  --line-height: var(--hop-Heading-2xl-line-height);
81
81
  }
82
- :where(.Heading-module__hop-Heading--3xl___AbU-o) {
82
+ :where(.Heading-module__hop-Heading--3xl___JAmQA) {
83
83
  --font-size: var(--hop-Heading-3xl-font-size);
84
84
  --font-family: var(--hop-Heading-3xl-font-family);
85
85
  --font-weight: var(--hop-Heading-3xl-font-weight);
@@ -87,21 +87,21 @@
87
87
  }
88
88
 
89
89
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/form/src/Form.module.css/#css-module-data */
90
- .Form-module__hop-Form___veTcg {
90
+ .Form-module__hop-Form___ra0bI {
91
91
  display: flex;
92
92
  flex-direction: column;
93
93
  gap: var(--hop-space-stack-lg);
94
94
  }
95
95
 
96
96
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/Label.module.css/#css-module-data */
97
- .Label-module__hop-Label___fmxT3 {
97
+ .Label-module__hop-Label___LPUDL {
98
98
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
99
99
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
100
100
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
101
101
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
102
102
  --hop-Label-color: var(--hop-neutral-text-weak);
103
103
  }
104
- :where(.Label-module__hop-Label___fmxT3) {
104
+ :where(.Label-module__hop-Label___LPUDL) {
105
105
  font-family: var(--hop-Label-font-family);
106
106
  font-size: var(--hop-Label-font-size);
107
107
  font-weight: var(--hop-Label-font-weight);
@@ -110,17 +110,17 @@
110
110
  }
111
111
 
112
112
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/label/src/FieldLabel.module.css/#css-module-data */
113
- .FieldLabel-module__hop-FieldLabel__wrapper___-HyXS {
113
+ .FieldLabel-module__hop-FieldLabel__wrapper___702ao {
114
114
  display: flex;
115
115
  gap: var(--hop-space-inset-xs);
116
116
  align-items: center;
117
117
  }
118
- .FieldLabel-module__hop-FieldLabel__indicator___Nlwkx {
118
+ .FieldLabel-module__hop-FieldLabel__indicator___uC7Nq {
119
119
  padding-inline-start: var(--hop-space-20);
120
120
  }
121
121
 
122
122
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/overline-text/src/OverlineText.module.css/#css-module-data */
123
- :where(.OverlineText-module__hop-OverlineText___UfCYK) {
123
+ :where(.OverlineText-module__hop-OverlineText___78fUo) {
124
124
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
125
125
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
126
126
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -144,26 +144,26 @@
144
144
  text-transform: uppercase;
145
145
  letter-spacing: var(--letter-spacing);
146
146
  }
147
- .OverlineText-module__hop-OverlineText__text___wKbnc {
147
+ .OverlineText-module__hop-OverlineText__text___86H5m {
148
148
  box-sizing: border-box;
149
149
  }
150
- .OverlineText-module__hop-OverlineText__text___wKbnc::before,
151
- .OverlineText-module__hop-OverlineText__text___wKbnc::after {
150
+ .OverlineText-module__hop-OverlineText__text___86H5m::before,
151
+ .OverlineText-module__hop-OverlineText__text___86H5m::after {
152
152
  content: "";
153
153
  display: block;
154
154
  box-sizing: border-box;
155
155
  inline-size: 0;
156
156
  block-size: 0;
157
157
  }
158
- .OverlineText-module__hop-OverlineText__text___wKbnc::before {
158
+ .OverlineText-module__hop-OverlineText__text___86H5m::before {
159
159
  margin-block-end: var(--bottom-offset);
160
160
  }
161
- .OverlineText-module__hop-OverlineText__text___wKbnc::after {
161
+ .OverlineText-module__hop-OverlineText__text___86H5m::after {
162
162
  margin-block-start: var(--top-offset);
163
163
  }
164
164
 
165
165
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/text/src/Text.module.css/#css-module-data */
166
- .Text-module__hop-Text___k9UR- {
166
+ .Text-module__hop-Text___2Dk1G {
167
167
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
168
168
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
169
169
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -193,49 +193,49 @@
193
193
  --hop-Text-inherit-size-font-weight: inherit;
194
194
  --hop-Text-inherit-size-line-height: inherit;
195
195
  }
196
- :where(.Text-module__hop-Text___k9UR-) {
196
+ :where(.Text-module__hop-Text___2Dk1G) {
197
197
  font-family: var(--font-family);
198
198
  font-size: var(--font-size);
199
199
  font-weight: var(--font-weight);
200
200
  line-height: var(--line-height);
201
201
  }
202
- :where(.Text-module__hop-Text--xs___jKImM) {
202
+ :where(.Text-module__hop-Text--xs___zFqpH) {
203
203
  --font-size: var(--hop-Text-xs-font-size);
204
204
  --font-family: var(--hop-Text-xs-font-family);
205
205
  --font-weight: var(--hop-Text-xs-font-weight);
206
206
  --line-height: var(--hop-Text-xs-line-height);
207
207
  }
208
- :where(.Text-module__hop-Text--sm___G2q-s) {
208
+ :where(.Text-module__hop-Text--sm___9Z2eB) {
209
209
  --font-size: var(--hop-Text-sm-font-size);
210
210
  --font-family: var(--hop-Text-sm-font-family);
211
211
  --font-weight: var(--hop-Text-sm-font-weight);
212
212
  --line-height: var(--hop-Text-sm-line-height);
213
213
  }
214
- :where(.Text-module__hop-Text--md___QGCwO) {
214
+ :where(.Text-module__hop-Text--md___32kCS) {
215
215
  --font-size: var(--hop-Text-md-font-size);
216
216
  --font-family: var(--hop-Text-md-font-family);
217
217
  --font-weight: var(--hop-Text-md-font-weight);
218
218
  --line-height: var(--hop-Text-md-line-height);
219
219
  }
220
- :where(.Text-module__hop-Text--lg___T61Xi) {
220
+ :where(.Text-module__hop-Text--lg___i18AC) {
221
221
  --font-size: var(--hop-Text-lg-font-size);
222
222
  --font-family: var(--hop-Text-lg-font-family);
223
223
  --font-weight: var(--hop-Text-lg-font-weight);
224
224
  --line-height: var(--hop-Text-lg-line-height);
225
225
  }
226
- :where(.Text-module__hop-Text--xl___Q53Bb) {
226
+ :where(.Text-module__hop-Text--xl___-4h--) {
227
227
  --font-size: var(--hop-Text-xl-font-size);
228
228
  --font-family: var(--hop-Text-xl-font-family);
229
229
  --font-weight: var(--hop-Text-xl-font-weight);
230
230
  --line-height: var(--hop-Text-xl-line-height);
231
231
  }
232
- :where(.Text-module__hop-Text--2xl___Xz5p8) {
232
+ :where(.Text-module__hop-Text--2xl___2sDcb) {
233
233
  --font-size: var(--hop-Text-2xl-font-size);
234
234
  --font-family: var(--hop-Text-2xl-font-family);
235
235
  --font-weight: var(--hop-Text-2xl-font-weight);
236
236
  --line-height: var(--hop-Text-2xl-line-height);
237
237
  }
238
- :where(.Text-module__hop-Text--inherit___AgDyf) {
238
+ :where(.Text-module__hop-Text--inherit___-D90-) {
239
239
  --font-size: var(--hop-Text-inherit-size-font-size);
240
240
  --font-family: var(--hop-Text-inherit-size-font-family);
241
241
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -243,7 +243,7 @@
243
243
  }
244
244
 
245
245
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/paragraph/src/Paragraph.module.css/#css-module-data */
246
- .Paragraph-module__hop-Paragraph___y-4O8 {
246
+ .Paragraph-module__hop-Paragraph___A2LXH {
247
247
  --hop-Paragraph-xs-margin-bottom: calc(.625rem * .75);
248
248
  --hop-Paragraph-sm-margin-bottom: calc(.75rem * .75);
249
249
  --hop-Paragraph-md-margin-bottom: calc(.875rem * .75);
@@ -255,33 +255,33 @@
255
255
  margin-block-end: var(--margin-block-end);
256
256
  overflow-wrap: break-word;
257
257
  }
258
- .Paragraph-module__hop-Paragraph___y-4O8:last-child {
258
+ .Paragraph-module__hop-Paragraph___A2LXH:last-child {
259
259
  --margin-block-end: 0;
260
260
  }
261
- .Paragraph-module__hop-Paragraph--xs___ZaH4f {
261
+ .Paragraph-module__hop-Paragraph--xs___XpUIm {
262
262
  --margin-block-end: var(--hop-Paragraph-xs-margin-bottom);
263
263
  }
264
- .Paragraph-module__hop-Paragraph--sm___1P066 {
264
+ .Paragraph-module__hop-Paragraph--sm___XK1qK {
265
265
  --margin-block-end: var(--hop-Paragraph-sm-margin-bottom);
266
266
  }
267
- .Paragraph-module__hop-Paragraph--md___6kKS3 {
267
+ .Paragraph-module__hop-Paragraph--md___a6xGy {
268
268
  --margin-block-end: var(--hop-Paragraph-md-margin-bottom);
269
269
  }
270
- .Paragraph-module__hop-Paragraph--lg___KcBJs {
270
+ .Paragraph-module__hop-Paragraph--lg___43JfT {
271
271
  --margin-block-end: var(--hop-Paragraph-lg-margin-bottom);
272
272
  }
273
- .Paragraph-module__hop-Paragraph--xl___O6zNl {
273
+ .Paragraph-module__hop-Paragraph--xl___-btmc {
274
274
  --margin-block-end: var(--hop-Paragraph-xl-margin-bottom);
275
275
  }
276
- .Paragraph-module__hop-Paragraph--2xl___cIzvg {
276
+ .Paragraph-module__hop-Paragraph--2xl___a9Crg {
277
277
  --margin-block-end: var(--hop-Paragraph-2xl-margin-bottom);
278
278
  }
279
- .Paragraph-module__hop-Paragraph--inherit___bNGwU {
279
+ .Paragraph-module__hop-Paragraph--inherit___j2mmM {
280
280
  --margin-block-end: var(--hop-Paragraph-inherit-margin-bottom);
281
281
  }
282
282
 
283
283
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/icon-list/src/IconList.module.css/#css-module-data */
284
- .IconList-module__hop-IconList___HoipY {
284
+ .IconList-module__hop-IconList___pkNJi {
285
285
  --hop-IconList-gap: var(--hop-space-inline-xs);
286
286
  display: flex;
287
287
  flex-wrap: wrap;
@@ -290,7 +290,7 @@
290
290
  }
291
291
 
292
292
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/spinner/src/Spinner.module.css/#css-module-data */
293
- @keyframes Spinner-module__spin___aDwZf {
293
+ @keyframes Spinner-module__spin___VmKqb {
294
294
  0% {
295
295
  transform: rotate(0deg);
296
296
  }
@@ -298,7 +298,7 @@
298
298
  transform: rotate(360deg);
299
299
  }
300
300
  }
301
- .Spinner-module__hop-Spinner___tHfcI {
301
+ .Spinner-module__hop-Spinner___Fqe1Z {
302
302
  --hop-Spinner-border-radius: var(--hop-shape-circle);
303
303
  --hop-Spinner-sm-wheel-size: 1rem;
304
304
  --hop-Spinner-md-wheel-size: 1.25rem;
@@ -306,7 +306,7 @@
306
306
  --hop-Spinner-track-width: 0.125rem;
307
307
  --hop-Spinner-track-opacity: 0.2;
308
308
  --hop-Spinner-track-border: var(--hop-Spinner-track-width) solid currentcolor;
309
- --hop-Spinner-fill-animation: Spinner-module__spin___aDwZf .8s infinite linear;
309
+ --hop-Spinner-fill-animation: Spinner-module__spin___VmKqb .8s infinite linear;
310
310
  --hop-Spinner-fill-animation-reduced-motion-duration: 2s;
311
311
  --hop-Spinner-fill-border: var(--hop-Spinner-track-width) solid transparent;
312
312
  --hop-Spinner-fill-border-inline-start: var(--hop-Spinner-track-width) solid currentcolor;
@@ -317,19 +317,19 @@
317
317
  align-items: center;
318
318
  box-sizing: border-box;
319
319
  }
320
- .Spinner-module__hop-Spinner--sm___Poz36 {
320
+ .Spinner-module__hop-Spinner--sm___5mNy2 {
321
321
  --width: var(--hop-Spinner-sm-wheel-size);
322
322
  --height: var(--hop-Spinner-sm-wheel-size);
323
323
  }
324
- .Spinner-module__hop-Spinner--md___u5ckv {
324
+ .Spinner-module__hop-Spinner--md___y-nSu {
325
325
  --width: var(--hop-Spinner-md-wheel-size);
326
326
  --height: var(--hop-Spinner-md-wheel-size);
327
327
  }
328
- .Spinner-module__hop-Spinner--lg___WItZD {
328
+ .Spinner-module__hop-Spinner--lg___yPA-u {
329
329
  --width: var(--hop-Spinner-lg-wheel-size);
330
330
  --height: var(--hop-Spinner-lg-wheel-size);
331
331
  }
332
- .Spinner-module__hop-Spinner__track___hGizU {
332
+ .Spinner-module__hop-Spinner__track___-oWKR {
333
333
  grid-area: spinner;
334
334
  box-sizing: border-box;
335
335
  inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
@@ -338,7 +338,7 @@
338
338
  border: var(--hop-Spinner-track-border);
339
339
  border-radius: var(--hop-Spinner-border-radius);
340
340
  }
341
- .Spinner-module__hop-Spinner__fill___BVo8k {
341
+ .Spinner-module__hop-Spinner__fill___-15hK {
342
342
  grid-area: spinner;
343
343
  box-sizing: border-box;
344
344
  inline-size: var(--width, var(--hop-Spinner-md-wheel-size));
@@ -349,17 +349,17 @@
349
349
  animation: var(--hop-Spinner-fill-animation);
350
350
  }
351
351
  @media (prefers-reduced-motion: reduce) {
352
- .Spinner-module__hop-Spinner__fill___BVo8k {
352
+ .Spinner-module__hop-Spinner__fill___-15hK {
353
353
  animation-duration: var(--hop-Spinner-fill-animation-reduced-motion-duration);
354
354
  }
355
355
  }
356
- .Spinner-module__hop-Spinner__label___509gL {
356
+ .Spinner-module__hop-Spinner__label___d3TSv {
357
357
  grid-area: label;
358
358
  margin-inline-start: var(--hop-Spinner-label-margin-inline-start);
359
359
  }
360
360
 
361
361
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/ToggleButton.module.css/#css-module-data */
362
- .Button-module__hop-Button___B42ry {
362
+ .Button-module__hop-Button___Ckzs- {
363
363
  --hop-Button-border-radius: var(--hop-shape-rounded-md);
364
364
  --hop-Button-focus-ring-color: var(--hop-primary-border-focus);
365
365
  --hop-Button-column-gap: var(--hop-space-inline-xs);
@@ -484,213 +484,213 @@
484
484
  background-color var(--hop-easing-duration-2) var(--hop-easing-productive),
485
485
  border var(--hop-easing-duration-2) var(--hop-easing-productive);
486
486
  }
487
- .Button-module__hop-Button--fluid___6gF6C {
487
+ .Button-module__hop-Button--fluid___URVup {
488
488
  --inline-size: 100%;
489
489
  }
490
- .Button-module__hop-Button--xs___vXmG6 {
490
+ .Button-module__hop-Button--xs___A4pyx {
491
491
  --block-size: var(--hop-Button-xs-height);
492
492
  --padding: var(--hop-Button-xs-padding);
493
493
  }
494
- .Button-module__hop-Button--xs___vXmG6[class*=--ghost] {
494
+ .Button-module__hop-Button--xs___A4pyx[class*=--ghost] {
495
495
  --padding: var(--hop-Button-ghost-xs-padding);
496
496
  }
497
- .Button-module__hop-Button--sm___iF1oJ {
497
+ .Button-module__hop-Button--sm___Vd-wb {
498
498
  --block-size: var(--hop-Button-sm-height);
499
499
  --padding: var(--hop-Button-sm-padding);
500
500
  }
501
- .Button-module__hop-Button--sm___iF1oJ[class*=--ghost] {
501
+ .Button-module__hop-Button--sm___Vd-wb[class*=--ghost] {
502
502
  --padding: var(--hop-Button-ghost-sm-padding);
503
503
  }
504
- .Button-module__hop-Button--md___o5Km1[class*=--ghost] {
504
+ .Button-module__hop-Button--md___ePUPr[class*=--ghost] {
505
505
  --padding: var(--hop-Button-ghost-md-padding);
506
506
  }
507
- .Button-module__hop-Button--icon-only___C22Pk {
507
+ .Button-module__hop-Button--icon-only___eHeCb {
508
508
  --column-gap: var(--hop-Button-icon-only-column-gap);
509
509
  --padding: var(--hop-Button-icon-only-padding);
510
510
  aspect-ratio: 1;
511
511
  }
512
- .Button-module__hop-Button--primary___YPfcV {
512
+ .Button-module__hop-Button--primary___rNsyk {
513
513
  --background-color: var(--hop-Button-primary-background-color);
514
514
  --color: var(--hop-Button-primary-color);
515
515
  --border: var(--hop-Button-primary-border);
516
516
  --spinner-color: var(--hop-Button-primary-spinner-color);
517
517
  }
518
- .Button-module__hop-Button--primary___YPfcV[data-hovered],
519
- .Button-module__hop-Button--primary___YPfcV[data-focus-visible] {
518
+ .Button-module__hop-Button--primary___rNsyk[data-hovered],
519
+ .Button-module__hop-Button--primary___rNsyk[data-focus-visible] {
520
520
  --background-color: var(--hop-Button-primary-background-color-hover);
521
521
  --color: var(--hop-Button-primary-color-hover);
522
522
  --border: var(--hop-Button-primary-border-hover);
523
523
  }
524
- .Button-module__hop-Button--primary___YPfcV[data-pressed] {
524
+ .Button-module__hop-Button--primary___rNsyk[data-pressed] {
525
525
  --background-color: var(--hop-Button-primary-background-color-pressed);
526
526
  --color: var(--hop-Button-primary-color-pressed);
527
527
  --border: var(--hop-Button-primary-border-pressed);
528
528
  }
529
- .Button-module__hop-Button--secondary___RsIda {
529
+ .Button-module__hop-Button--secondary___qVPpF {
530
530
  --background-color: var(--hop-Button-secondary-background-color);
531
531
  --color: var(--hop-Button-secondary-color);
532
532
  --border: var(--hop-Button-secondary-border);
533
533
  --spinner-color: var(--hop-Button-secondary-spinner-color);
534
534
  }
535
- .Button-module__hop-Button--secondary___RsIda[data-hovered],
536
- .Button-module__hop-Button--secondary___RsIda[data-focus-visible] {
535
+ .Button-module__hop-Button--secondary___qVPpF[data-hovered],
536
+ .Button-module__hop-Button--secondary___qVPpF[data-focus-visible] {
537
537
  --background-color: var(--hop-Button-secondary-background-color-hover);
538
538
  --color: var(--hop-Button-secondary-color-hover);
539
539
  --border: var(--hop-Button-secondary-border-hover);
540
540
  }
541
- .Button-module__hop-Button--secondary___RsIda[data-pressed] {
541
+ .Button-module__hop-Button--secondary___qVPpF[data-pressed] {
542
542
  --background-color: var(--hop-Button-secondary-background-color-pressed);
543
543
  --color: var(--hop-Button-secondary-color-pressed);
544
544
  --border: var(--hop-Button-secondary-border-pressed);
545
545
  }
546
- .Button-module__hop-Button--upsell___jNjLN {
546
+ .Button-module__hop-Button--upsell___3ByUA {
547
547
  --background-color: var(--hop-Button-upsell-background-color);
548
548
  --color: var(--hop-Button-upsell-color);
549
549
  --border: var(--hop-Button-upsell-border);
550
550
  --spinner-color: var(--hop-Button-upsell-spinner-color);
551
551
  }
552
- .Button-module__hop-Button--upsell___jNjLN[data-hovered],
553
- .Button-module__hop-Button--upsell___jNjLN[data-focus-visible] {
552
+ .Button-module__hop-Button--upsell___3ByUA[data-hovered],
553
+ .Button-module__hop-Button--upsell___3ByUA[data-focus-visible] {
554
554
  --background-color: var(--hop-Button-upsell-background-color-hover);
555
555
  --color: var(--hop-Button-upsell-color-hover);
556
556
  --border: var(--hop-Button-upsell-border-hover);
557
557
  }
558
- .Button-module__hop-Button--upsell___jNjLN[data-pressed] {
558
+ .Button-module__hop-Button--upsell___3ByUA[data-pressed] {
559
559
  --background-color: var(--hop-Button-upsell-background-color-pressed);
560
560
  --color: var(--hop-Button-upsell-color-pressed);
561
561
  --border: var(--hop-Button-upsell-border-pressed);
562
562
  }
563
- .Button-module__hop-Button--danger___xlPw3 {
563
+ .Button-module__hop-Button--danger___Cp7Xs {
564
564
  --background-color: var(--hop-Button-danger-background-color);
565
565
  --color: var(--hop-Button-danger-color);
566
566
  --border: var(--hop-Button-danger-border);
567
567
  --spinner-color: var(--hop-Button-danger-spinner-color);
568
568
  }
569
- .Button-module__hop-Button--danger___xlPw3[data-hovered],
570
- .Button-module__hop-Button--danger___xlPw3[data-focus-visible] {
569
+ .Button-module__hop-Button--danger___Cp7Xs[data-hovered],
570
+ .Button-module__hop-Button--danger___Cp7Xs[data-focus-visible] {
571
571
  --background-color: var(--hop-Button-danger-background-color-hover);
572
572
  --color: var(--hop-Button-danger-color-hover);
573
573
  --border: var(--hop-Button-danger-border-hover);
574
574
  }
575
- .Button-module__hop-Button--danger___xlPw3[data-pressed] {
575
+ .Button-module__hop-Button--danger___Cp7Xs[data-pressed] {
576
576
  --background-color: var(--hop-Button-danger-background-color-pressed);
577
577
  --color: var(--hop-Button-danger-color-pressed);
578
578
  --border: var(--hop-Button-danger-border-pressed);
579
579
  }
580
- .Button-module__hop-Button--ghost-primary___ssCSV {
580
+ .Button-module__hop-Button--ghost-primary___jl7rz {
581
581
  --background-color: var(--hop-Button-ghost-primary-background-color);
582
582
  --color: var(--hop-Button-ghost-primary-color);
583
583
  --border: var(--hop-Button-ghost-primary-border);
584
584
  --spinner-color: var(--hop-Button-ghost-primary-spinner-color);
585
585
  }
586
- .Button-module__hop-Button--ghost-primary___ssCSV[data-hovered],
587
- .Button-module__hop-Button--ghost-primary___ssCSV[data-focus-visible] {
586
+ .Button-module__hop-Button--ghost-primary___jl7rz[data-hovered],
587
+ .Button-module__hop-Button--ghost-primary___jl7rz[data-focus-visible] {
588
588
  --background-color: var(--hop-Button-ghost-primary-background-color-hover);
589
589
  --color: var(--hop-Button-ghost-primary-color-hover);
590
590
  --border: var(--hop-Button-ghost-primary-border-hover);
591
591
  }
592
- .Button-module__hop-Button--ghost-primary___ssCSV[data-pressed] {
592
+ .Button-module__hop-Button--ghost-primary___jl7rz[data-pressed] {
593
593
  --background-color: var(--hop-Button-ghost-primary-background-color-pressed);
594
594
  --color: var(--hop-Button-ghost-primary-color-pressed);
595
595
  --border: var(--hop-Button-ghost-primary-border-pressed);
596
596
  }
597
- .Button-module__hop-Button--ghost-secondary___Mt0GJ {
597
+ .Button-module__hop-Button--ghost-secondary___iT3Xc {
598
598
  --background-color: var(--hop-Button-ghost-secondary-background-color);
599
599
  --color: var(--hop-Button-ghost-secondary-color);
600
600
  --border: var(--hop-Button-ghost-secondary-border);
601
601
  --spinner-color: var(--hop-Button-ghost-secondary-spinner-color);
602
602
  }
603
- .Button-module__hop-Button--ghost-secondary___Mt0GJ[data-hovered],
604
- .Button-module__hop-Button--ghost-secondary___Mt0GJ[data-focus-visible] {
603
+ .Button-module__hop-Button--ghost-secondary___iT3Xc[data-hovered],
604
+ .Button-module__hop-Button--ghost-secondary___iT3Xc[data-focus-visible] {
605
605
  --background-color: var(--hop-Button-ghost-secondary-background-color-hover);
606
606
  --color: var(--hop-Button-ghost-secondary-color-hover);
607
607
  --border: var(--hop-Button-ghost-secondary-border-hover);
608
608
  }
609
- .Button-module__hop-Button--ghost-secondary___Mt0GJ[data-pressed] {
609
+ .Button-module__hop-Button--ghost-secondary___iT3Xc[data-pressed] {
610
610
  --background-color: var(--hop-Button-ghost-secondary-background-color-pressed);
611
611
  --color: var(--hop-Button-ghost-secondary-color-pressed);
612
612
  --border: var(--hop-Button-ghost-secondary-border-pressed);
613
613
  }
614
- .Button-module__hop-Button--ghost-danger___QuwLo {
614
+ .Button-module__hop-Button--ghost-danger___z88XG {
615
615
  --background-color: var(--hop-Button-ghost-danger-background-color);
616
616
  --color: var(--hop-Button-ghost-danger-color);
617
617
  --border: var(--hop-Button-ghost-danger-border);
618
618
  --spinner-color: var(--hop-Button-ghost-danger-spinner-color);
619
619
  }
620
- .Button-module__hop-Button--ghost-danger___QuwLo[data-hovered],
621
- .Button-module__hop-Button--ghost-danger___QuwLo[data-focus-visible] {
620
+ .Button-module__hop-Button--ghost-danger___z88XG[data-hovered],
621
+ .Button-module__hop-Button--ghost-danger___z88XG[data-focus-visible] {
622
622
  --background-color: var(--hop-Button-ghost-danger-background-color-hover);
623
623
  --color: var(--hop-Button-ghost-danger-color-hover);
624
624
  --border: var(--hop-Button-ghost-danger-border-hover);
625
625
  }
626
- .Button-module__hop-Button--ghost-danger___QuwLo[data-pressed] {
626
+ .Button-module__hop-Button--ghost-danger___z88XG[data-pressed] {
627
627
  --background-color: var(--hop-Button-ghost-danger-background-color-pressed);
628
628
  --color: var(--hop-Button-ghost-danger-color-pressed);
629
629
  --border: var(--hop-Button-ghost-danger-border-pressed);
630
630
  }
631
- .Button-module__hop-Button___B42ry[data-focus-visible] {
631
+ .Button-module__hop-Button___Ckzs-[data-focus-visible] {
632
632
  outline: var(--hop-Button-outline-size) solid var(--hop-Button-focus-ring-color);
633
633
  }
634
- .Button-module__hop-Button___B42ry[data-disabled],
635
- .Button-module__hop-Button--loading___-JJIc {
634
+ .Button-module__hop-Button___Ckzs-[data-disabled],
635
+ .Button-module__hop-Button--loading___bqzcU {
636
636
  cursor: not-allowed;
637
637
  }
638
- .Button-module__hop-Button___B42ry[data-disabled] {
638
+ .Button-module__hop-Button___Ckzs-[data-disabled] {
639
639
  --background-color: var(--hop-Button-background-color-disabled);
640
640
  --color: var(--hop-Button-color-disabled);
641
641
  --border: var(--hop-Button-border-disabled);
642
642
  }
643
- .Button-module__hop-Button___B42ry[class*=--ghost][data-disabled] {
643
+ .Button-module__hop-Button___Ckzs-[class*=--ghost][data-disabled] {
644
644
  --background-color: var(--hop-Button-ghost-background-color-disabled);
645
645
  --color: var(--hop-Button-ghost-color-disabled);
646
646
  --border: var(--hop-Button-ghost-border-disabled);
647
647
  }
648
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--primary___YPfcV {
648
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--primary___rNsyk {
649
649
  --background-color: var(--hop-Button-primary-background-color);
650
650
  --color: var(--hop-Button-primary-color);
651
651
  --border: var(--hop-Button-primary-border);
652
652
  }
653
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--secondary___RsIda {
653
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--secondary___qVPpF {
654
654
  --background-color: var(--hop-Button-secondary-background-color);
655
655
  --color: var(--hop-Button-secondary-color);
656
656
  --border: var(--hop-Button-secondary-border);
657
657
  }
658
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--upsell___jNjLN {
658
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--upsell___3ByUA {
659
659
  --background-color: var(--hop-Button-upsell-background-color);
660
660
  --color: var(--hop-Button-upsell-color);
661
661
  --border: var(--hop-Button-upsell-border);
662
662
  }
663
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--danger___xlPw3 {
663
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--danger___Cp7Xs {
664
664
  --background-color: var(--hop-Button-danger-background-color);
665
665
  --color: var(--hop-Button-danger-color);
666
666
  --border: var(--hop-Button-danger-border);
667
667
  }
668
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--ghost-primary___ssCSV {
668
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--ghost-primary___jl7rz {
669
669
  --background-color: var(--hop-Button-ghost-primary-background-color);
670
670
  --color: var(--hop-Button-ghost-primary-color);
671
671
  --border: var(--hop-Button-ghost-primary-border);
672
672
  }
673
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--ghost-secondary___Mt0GJ {
673
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--ghost-secondary___iT3Xc {
674
674
  --background-color: var(--hop-Button-ghost-secondary-background-color);
675
675
  --color: var(--hop-Button-ghost-secondary-color);
676
676
  --border: var(--hop-Button-ghost-secondary-border);
677
677
  }
678
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button--ghost-danger___QuwLo {
678
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button--ghost-danger___z88XG {
679
679
  --background-color: var(--hop-Button-ghost-danger-background-color);
680
680
  --color: var(--hop-Button-ghost-danger-color);
681
681
  --border: var(--hop-Button-ghost-danger-border);
682
682
  }
683
- .Button-module__hop-Button__Spinner___2Ob1s {
683
+ .Button-module__hop-Button__Spinner___56Wky {
684
684
  position: absolute;
685
685
  color: var(--spinner-color);
686
686
  }
687
- .Button-module__hop-Button__icon___mmyYT,
688
- .Button-module__hop-Button__icon-list___Z8l7S {
687
+ .Button-module__hop-Button__icon___N-zor,
688
+ .Button-module__hop-Button__icon-list___stn0w {
689
689
  flex: 0 0 auto;
690
690
  justify-self: end;
691
691
  order: 1;
692
692
  }
693
- .Button-module__hop-Button__text___C09mc {
693
+ .Button-module__hop-Button__text___oC5D3 {
694
694
  user-select: none;
695
695
  overflow: visible;
696
696
  flex: 0 1 auto;
@@ -699,19 +699,19 @@
699
699
  text-decoration: none;
700
700
  text-wrap: nowrap;
701
701
  }
702
- .Button-module__hop-Button__end-icon___F9Iej,
703
- .Button-module__hop-Button__end-icon-list___jFFbD {
702
+ .Button-module__hop-Button__end-icon___PWq1y,
703
+ .Button-module__hop-Button__end-icon-list___VtVXG {
704
704
  flex: 0 0 auto;
705
705
  order: 3;
706
706
  }
707
- .Button-module__hop-Button___B42ry .Button-module__hop-Button__icon-list___Z8l7S,
708
- .Button-module__hop-Button___B42ry .Button-module__hop-Button__end-icon-list___jFFbD {
707
+ .Button-module__hop-Button___Ckzs- .Button-module__hop-Button__icon-list___stn0w,
708
+ .Button-module__hop-Button___Ckzs- .Button-module__hop-Button__end-icon-list___VtVXG {
709
709
  flex-wrap: nowrap;
710
710
  }
711
- .Button-module__hop-Button--loading___-JJIc.Button-module__hop-Button___B42ry > *:not(.Button-module__hop-Button__Spinner___2Ob1s) {
711
+ .Button-module__hop-Button--loading___bqzcU.Button-module__hop-Button___Ckzs- > *:not(.Button-module__hop-Button__Spinner___56Wky) {
712
712
  opacity: 0;
713
713
  }
714
- .ToggleButton-module__hop-ToggleButton___aIldx {
714
+ .ToggleButton-module__hop-ToggleButton___-tgPh {
715
715
  --hop-ToggleButton-border-size: var(--hop-space-10);
716
716
  --hop-ToggleButton-primary-color: var(--hop-primary-text-strong);
717
717
  --hop-ToggleButton-primary-background-color: var(--hop-primary-surface-strong);
@@ -756,113 +756,113 @@
756
756
  --hop-ToggleButton-ghost-danger-background-color-selected: var(--hop-danger-surface-weak-press);
757
757
  --hop-ToggleButton-ghost-danger-border-selected: var(--hop-ToggleButton-border-size) solid var(--hop-ToggleButton-ghost-danger-background-color-selected);
758
758
  }
759
- .ToggleButton-module__hop-ToggleButton--fluid___xQxd8 {
759
+ .ToggleButton-module__hop-ToggleButton--fluid___PKXaC {
760
760
  }
761
- .ToggleButton-module__hop-ToggleButton--xs___EDrpW {
761
+ .ToggleButton-module__hop-ToggleButton--xs___ToZS6 {
762
762
  }
763
- .ToggleButton-module__hop-ToggleButton--sm___oxcmu {
763
+ .ToggleButton-module__hop-ToggleButton--sm___JYP8I {
764
764
  }
765
- .ToggleButton-module__hop-ToggleButton--md___W1aGp {
765
+ .ToggleButton-module__hop-ToggleButton--md___umdAY {
766
766
  }
767
- .ToggleButton-module__hop-ToggleButton--icon-only___mUYtn {
767
+ .ToggleButton-module__hop-ToggleButton--icon-only___5SaU0 {
768
768
  }
769
- .ToggleButton-module__hop-ToggleButton--primary___qv9go {
769
+ .ToggleButton-module__hop-ToggleButton--primary___zx5t3 {
770
770
  }
771
- .ToggleButton-module__hop-ToggleButton--primary___qv9go[data-selected] {
771
+ .ToggleButton-module__hop-ToggleButton--primary___zx5t3[data-selected] {
772
772
  --background-color: var(--hop-ToggleButton-primary-background-color-selected);
773
773
  --color: var(--hop-ToggleButton-primary-color-selected);
774
774
  --border: var(--hop-ToggleButton-primary-border-selected);
775
775
  }
776
- .ToggleButton-module__hop-ToggleButton--secondary___l0kZc {
776
+ .ToggleButton-module__hop-ToggleButton--secondary___GHs1Z {
777
777
  }
778
- .ToggleButton-module__hop-ToggleButton--secondary___l0kZc[data-selected] {
778
+ .ToggleButton-module__hop-ToggleButton--secondary___GHs1Z[data-selected] {
779
779
  --background-color: var(--hop-ToggleButton-secondary-background-color-selected);
780
780
  --color: var(--hop-ToggleButton-secondary-color-selected);
781
781
  --border: var(--hop-ToggleButton-secondary-border-selected);
782
782
  }
783
- .ToggleButton-module__hop-ToggleButton--upsell___pvrFy {
783
+ .ToggleButton-module__hop-ToggleButton--upsell___Vc5RQ {
784
784
  }
785
- .ToggleButton-module__hop-ToggleButton--upsell___pvrFy[data-selected] {
785
+ .ToggleButton-module__hop-ToggleButton--upsell___Vc5RQ[data-selected] {
786
786
  --background-color: var(--hop-ToggleButton-upsell-background-color-selected);
787
787
  --color: var(--hop-ToggleButton-upsell-color-selected);
788
788
  --border: var(--hop-ToggleButton-upsell-border-selected);
789
789
  }
790
- .ToggleButton-module__hop-ToggleButton--danger___uvDXb {
790
+ .ToggleButton-module__hop-ToggleButton--danger___JWabs {
791
791
  }
792
- .ToggleButton-module__hop-ToggleButton--danger___uvDXb[data-selected] {
792
+ .ToggleButton-module__hop-ToggleButton--danger___JWabs[data-selected] {
793
793
  --background-color: var(--hop-ToggleButton-danger-background-color-selected);
794
794
  --color: var(--hop-ToggleButton-danger-color-selected);
795
795
  --border: var(--hop-ToggleButton-danger-border-selected);
796
796
  }
797
- .ToggleButton-module__hop-ToggleButton--ghost-primary___yOoWt {
797
+ .ToggleButton-module__hop-ToggleButton--ghost-primary___2nGrl {
798
798
  }
799
- .ToggleButton-module__hop-ToggleButton--ghost-primary___yOoWt[data-selected] {
799
+ .ToggleButton-module__hop-ToggleButton--ghost-primary___2nGrl[data-selected] {
800
800
  --background-color: var(--hop-ToggleButton-ghost-primary-background-color-selected);
801
801
  --color: var(--hop-ToggleButton-ghost-primary-color-selected);
802
802
  --border: var(--hop-ToggleButton-ghost-primary-border-selected);
803
803
  }
804
- .ToggleButton-module__hop-ToggleButton--ghost-secondary___YQSvV {
804
+ .ToggleButton-module__hop-ToggleButton--ghost-secondary___-mz1n {
805
805
  }
806
- .ToggleButton-module__hop-ToggleButton--ghost-secondary___YQSvV[data-selected] {
806
+ .ToggleButton-module__hop-ToggleButton--ghost-secondary___-mz1n[data-selected] {
807
807
  --background-color: var(--hop-ToggleButton-ghost-secondary-background-color-selected);
808
808
  --color: var(--hop-ToggleButton-ghost-secondary-color-selected);
809
809
  --border: var(--hop-ToggleButton-ghost-secondary-border-selected);
810
810
  }
811
- .ToggleButton-module__hop-ToggleButton--ghost-danger___Ur7dN {
811
+ .ToggleButton-module__hop-ToggleButton--ghost-danger___NUm9r {
812
812
  }
813
- .ToggleButton-module__hop-ToggleButton--ghost-danger___Ur7dN[data-selected] {
813
+ .ToggleButton-module__hop-ToggleButton--ghost-danger___NUm9r[data-selected] {
814
814
  --background-color: var(--hop-ToggleButton-ghost-danger-background-color-selected);
815
815
  --color: var(--hop-ToggleButton-ghost-danger-color-selected);
816
816
  --border: var(--hop-ToggleButton-ghost-danger-border-selected);
817
817
  }
818
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--primary___qv9go {
818
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--primary___zx5t3 {
819
819
  --background-color: var(--hop-ToggleButton-primary-background-color);
820
820
  --color: var(--hop-ToggleButton-primary-color);
821
821
  --border: var(--hop-ToggleButton-primary-border);
822
822
  }
823
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--secondary___l0kZc {
823
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--secondary___GHs1Z {
824
824
  --background-color: var(--hop-ToggleButton-secondary-background-color);
825
825
  --color: var(--hop-ToggleButton-secondary-color);
826
826
  --border: var(--hop-ToggleButton-secondary-border);
827
827
  }
828
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--upsell___pvrFy {
828
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--upsell___Vc5RQ {
829
829
  --background-color: var(--hop-ToggleButton-upsell-background-color);
830
830
  --color: var(--hop-ToggleButton-upsell-color);
831
831
  --border: var(--hop-ToggleButton-upsell-border);
832
832
  }
833
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--danger___uvDXb {
833
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--danger___JWabs {
834
834
  --background-color: var(--hop-ToggleButton-danger-background-color);
835
835
  --color: var(--hop-ToggleButton-danger-color);
836
836
  --border: var(--hop-ToggleButton-danger-border);
837
837
  }
838
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--ghost-primary___yOoWt {
838
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--ghost-primary___2nGrl {
839
839
  --background-color: var(--hop-ToggleButton-ghost-primary-background-color);
840
840
  --color: var(--hop-ToggleButton-ghost-primary-color);
841
841
  --border: var(--hop-ToggleButton-ghost-primary-border);
842
842
  }
843
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--ghost-secondary___YQSvV {
843
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--ghost-secondary___-mz1n {
844
844
  --background-color: var(--hop-ToggleButton-ghost-secondary-background-color);
845
845
  --color: var(--hop-ToggleButton-ghost-secondary-color);
846
846
  --border: var(--hop-ToggleButton-ghost-secondary-border);
847
847
  }
848
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton--ghost-danger___Ur7dN {
848
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton--ghost-danger___NUm9r {
849
849
  --background-color: var(--hop-ToggleButton-ghost-danger-background-color);
850
850
  --color: var(--hop-ToggleButton-ghost-danger-color);
851
851
  --border: var(--hop-ToggleButton-ghost-danger-border);
852
852
  }
853
- .ToggleButton-module__hop-ToggleButton__Spinner___1Debz {
853
+ .ToggleButton-module__hop-ToggleButton__Spinner___Ech5- {
854
854
  }
855
- .ToggleButton-module__hop-ToggleButton__icon___pIHWL,
856
- .ToggleButton-module__hop-ToggleButton__icon-list___-SOlB {
855
+ .ToggleButton-module__hop-ToggleButton__icon___ZssIc,
856
+ .ToggleButton-module__hop-ToggleButton__icon-list___smzt3 {
857
857
  }
858
- .ToggleButton-module__hop-ToggleButton__text___zE8-O {
858
+ .ToggleButton-module__hop-ToggleButton__text___D3gYx {
859
859
  }
860
- .ToggleButton-module__hop-ToggleButton__end-icon___KS2MT,
861
- .ToggleButton-module__hop-ToggleButton__end-icon-list___biQVO {
860
+ .ToggleButton-module__hop-ToggleButton__end-icon___3k1Of,
861
+ .ToggleButton-module__hop-ToggleButton__end-icon-list___NqKlF {
862
862
  }
863
- .ToggleButton-module__hop-ToggleButton__icon-list___-SOlB,
864
- .ToggleButton-module__hop-ToggleButton__end-icon-list___biQVO {
863
+ .ToggleButton-module__hop-ToggleButton__icon-list___smzt3,
864
+ .ToggleButton-module__hop-ToggleButton__end-icon-list___NqKlF {
865
865
  }
866
- .ToggleButton-module__hop-ToggleButton--loading___6Z8rn.ToggleButton-module__hop-ToggleButton___aIldx > *:not(.ToggleButton-module__hop-ToggleButton__Spinner___1Debz) {
866
+ .ToggleButton-module__hop-ToggleButton--loading___Sjhdc.ToggleButton-module__hop-ToggleButton___-tgPh > *:not(.ToggleButton-module__hop-ToggleButton__Spinner___Ech5-) {
867
867
  opacity: 0;
868
868
  }