@hopper-ui/components 1.4.5 → 1.4.7

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 (283) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/Accordion/src/Accordion.css +68 -68
  3. package/dist/Accordion/src/Accordion.js +1 -1
  4. package/dist/Accordion/src/index.css +68 -68
  5. package/dist/Accordion/src/index.js +1 -1
  6. package/dist/Avatar/src/AnonymousAvatar.css +38 -38
  7. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  8. package/dist/Avatar/src/Avatar.css +56 -56
  9. package/dist/Avatar/src/Avatar.js +3 -3
  10. package/dist/Avatar/src/DeletedAvatar.css +38 -38
  11. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  12. package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
  13. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  14. package/dist/Avatar/src/index.css +56 -56
  15. package/dist/Avatar/src/index.js +5 -5
  16. package/dist/Badge/src/Badge.css +43 -43
  17. package/dist/Badge/src/Badge.js +2 -2
  18. package/dist/Badge/src/FloatingBadge.css +38 -38
  19. package/dist/Badge/src/FloatingBadge.js +1 -1
  20. package/dist/Badge/src/index.css +53 -53
  21. package/dist/Badge/src/index.js +3 -3
  22. package/dist/Callout/src/Callout.css +1649 -0
  23. package/dist/Callout/src/Callout.d.ts +38 -0
  24. package/dist/Callout/src/Callout.js +30 -0
  25. package/dist/Callout/src/CalloutContext.d.ts +10 -0
  26. package/dist/Callout/src/CalloutContext.js +2 -0
  27. package/dist/Callout/src/CompactCallout.css +1750 -0
  28. package/dist/Callout/src/CompactCallout.d.ts +18 -0
  29. package/dist/Callout/src/CompactCallout.js +31 -0
  30. package/dist/Callout/src/CompactCalloutContext.d.ts +11 -0
  31. package/dist/Callout/src/CompactCalloutContext.js +2 -0
  32. package/dist/Callout/src/index.css +1835 -0
  33. package/dist/Callout/src/index.d.ts +9 -0
  34. package/dist/Callout/src/index.js +33 -0
  35. package/dist/Card/src/Card.css +31 -31
  36. package/dist/Card/src/Card.js +1 -1
  37. package/dist/Card/src/index.css +31 -31
  38. package/dist/Card/src/index.js +1 -1
  39. package/dist/ComboBox/src/ComboBox.css +604 -562
  40. package/dist/ComboBox/src/ComboBox.d.ts +12 -6
  41. package/dist/ComboBox/src/ComboBox.js +26 -26
  42. package/dist/ComboBox/src/ComboBoxContext.d.ts +2 -2
  43. package/dist/ComboBox/src/index.css +604 -562
  44. package/dist/ComboBox/src/index.d.ts +4 -4
  45. package/dist/ComboBox/src/index.js +26 -26
  46. package/dist/Disclosure/src/Disclosure.css +38 -38
  47. package/dist/Disclosure/src/Disclosure.js +1 -1
  48. package/dist/Disclosure/src/DisclosureHeader.css +45 -45
  49. package/dist/Disclosure/src/DisclosureHeader.js +9 -9
  50. package/dist/Disclosure/src/DisclosurePanel.css +38 -38
  51. package/dist/Disclosure/src/DisclosurePanel.js +8 -8
  52. package/dist/Disclosure/src/index.css +63 -63
  53. package/dist/Disclosure/src/index.js +12 -12
  54. package/dist/Divider/src/Divider.css +30 -30
  55. package/dist/Divider/src/Divider.js +1 -1
  56. package/dist/Divider/src/index.css +30 -30
  57. package/dist/Divider/src/index.js +1 -1
  58. package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
  59. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  60. package/dist/ErrorMessage/src/index.css +30 -30
  61. package/dist/ErrorMessage/src/index.js +2 -2
  62. package/dist/Form/src/Form.css +28 -28
  63. package/dist/Form/src/Form.js +1 -1
  64. package/dist/Form/src/index.css +28 -28
  65. package/dist/Form/src/index.js +1 -1
  66. package/dist/HelperMessage/src/HelperMessage.css +30 -30
  67. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  68. package/dist/HelperMessage/src/index.css +30 -30
  69. package/dist/HelperMessage/src/index.js +2 -2
  70. package/dist/IconList/src/IconList.css +29 -29
  71. package/dist/IconList/src/IconList.js +1 -1
  72. package/dist/IconList/src/index.css +29 -29
  73. package/dist/IconList/src/index.js +1 -1
  74. package/dist/IllustratedMessage/src/IllustratedMessage.css +281 -269
  75. package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
  76. package/dist/IllustratedMessage/src/index.css +281 -269
  77. package/dist/IllustratedMessage/src/index.js +2 -2
  78. package/dist/Image/src/Image.css +31 -31
  79. package/dist/Image/src/Image.js +1 -1
  80. package/dist/Image/src/SvgImage.css +29 -29
  81. package/dist/Image/src/SvgImage.js +1 -1
  82. package/dist/Image/src/index.css +32 -32
  83. package/dist/Image/src/index.js +2 -2
  84. package/dist/Link/src/Link.css +80 -50
  85. package/dist/Link/src/Link.d.ts +4 -0
  86. package/dist/Link/src/Link.js +8 -8
  87. package/dist/Link/src/index.css +80 -50
  88. package/dist/Link/src/index.js +8 -8
  89. package/dist/ListBox/src/ListBox.css +275 -275
  90. package/dist/ListBox/src/ListBox.js +13 -13
  91. package/dist/ListBox/src/ListBoxItem.css +263 -263
  92. package/dist/ListBox/src/ListBoxItem.js +11 -11
  93. package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
  94. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  95. package/dist/ListBox/src/index.css +275 -275
  96. package/dist/ListBox/src/index.js +13 -13
  97. package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
  98. package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
  99. package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
  100. package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
  101. package/dist/SegmentedControl/src/index.css +44 -44
  102. package/dist/SegmentedControl/src/index.d.ts +2 -0
  103. package/dist/SegmentedControl/src/index.js +10 -10
  104. package/dist/Select/src/Select.css +608 -566
  105. package/dist/Select/src/Select.d.ts +12 -6
  106. package/dist/Select/src/Select.js +26 -26
  107. package/dist/Select/src/SelectContext.d.ts +1 -1
  108. package/dist/Select/src/SelectValue.css +62 -62
  109. package/dist/Select/src/SelectValue.js +7 -7
  110. package/dist/Select/src/index.css +608 -566
  111. package/dist/Select/src/index.d.ts +6 -6
  112. package/dist/Select/src/index.js +26 -26
  113. package/dist/Spinner/src/Spinner.css +38 -38
  114. package/dist/Spinner/src/Spinner.js +2 -2
  115. package/dist/Spinner/src/index.css +38 -38
  116. package/dist/Spinner/src/index.js +2 -2
  117. package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
  118. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  119. package/dist/ToggleArrow/src/index.css +30 -30
  120. package/dist/ToggleArrow/src/index.js +1 -1
  121. package/dist/buttons/src/Button.css +94 -94
  122. package/dist/buttons/src/Button.js +10 -10
  123. package/dist/buttons/src/ButtonGroup.css +39 -39
  124. package/dist/buttons/src/ButtonGroup.js +1 -1
  125. package/dist/buttons/src/ClearButton.css +99 -99
  126. package/dist/buttons/src/ClearButton.js +3 -3
  127. package/dist/buttons/src/CloseButton.css +679 -0
  128. package/dist/buttons/src/CloseButton.d.ts +18 -0
  129. package/dist/buttons/src/CloseButton.js +27 -0
  130. package/dist/buttons/src/CloseButtonContext.d.ts +13 -0
  131. package/dist/buttons/src/CloseButtonContext.js +2 -0
  132. package/dist/buttons/src/EmbeddedButton.css +99 -99
  133. package/dist/buttons/src/EmbeddedButton.js +1 -1
  134. package/dist/buttons/src/LinkButton.css +103 -103
  135. package/dist/buttons/src/LinkButton.js +9 -9
  136. package/dist/buttons/src/index.css +262 -250
  137. package/dist/buttons/src/index.d.ts +2 -0
  138. package/dist/buttons/src/index.js +18 -16
  139. package/dist/checkbox/src/Checkbox.css +47 -47
  140. package/dist/checkbox/src/Checkbox.js +8 -8
  141. package/dist/checkbox/src/CheckboxField.css +34 -34
  142. package/dist/checkbox/src/CheckboxField.js +3 -3
  143. package/dist/checkbox/src/CheckboxGroup.css +99 -99
  144. package/dist/checkbox/src/CheckboxGroup.js +8 -8
  145. package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
  146. package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
  147. package/dist/checkbox/src/index.css +99 -99
  148. package/dist/checkbox/src/index.js +15 -15
  149. package/dist/{chunk-VEEIDUMU.js → chunk-2DF25AEQ.js} +2 -2
  150. package/dist/{chunk-EET7QW7I.js → chunk-2GGER6XM.js} +2 -2
  151. package/dist/{chunk-OIPDQPIS.js → chunk-2JXEPUMG.js} +1 -1
  152. package/dist/{chunk-R3EA53KY.js → chunk-2XVB536Z.js} +7 -7
  153. package/dist/{chunk-2QQKKCA6.js → chunk-3JJL6GD6.js} +1 -1
  154. package/dist/{chunk-JPKQVKZQ.js → chunk-4B5NJLD3.js} +1 -1
  155. package/dist/{chunk-PNRCYEDV.js → chunk-4BXMSXYQ.js} +1 -1
  156. package/dist/{chunk-FDCAYJ5A.js → chunk-55OPYST3.js} +2 -2
  157. package/dist/{chunk-DOUSEJVO.js → chunk-5JYQWCE5.js} +5 -5
  158. package/dist/{chunk-2W2TKWDW.js → chunk-6LIFUQT4.js} +2 -2
  159. package/dist/{chunk-TFVDF4YH.js → chunk-75DHKNW2.js} +2 -0
  160. package/dist/{chunk-CVEBTQOB.js → chunk-7DLSOYOU.js} +3 -3
  161. package/dist/{chunk-R3XRXUM2.js → chunk-7EUXODLY.js} +1 -1
  162. package/dist/{chunk-PE4RUTRT.js → chunk-7SCKD7PW.js} +2 -2
  163. package/dist/{chunk-VORDUOQQ.js → chunk-7UNZPFF5.js} +7 -7
  164. package/dist/{chunk-6WA3AN6A.js → chunk-BHIQ5PPC.js} +2 -2
  165. package/dist/{chunk-IH5J4BVC.js → chunk-BXPKRAAY.js} +1 -1
  166. package/dist/{chunk-6OMB77M2.js → chunk-DOYWH7O2.js} +7 -7
  167. package/dist/{chunk-B4BGTJ4J.js → chunk-DW44WR6W.js} +2 -2
  168. package/dist/{chunk-UVOV47HY.js → chunk-ERIQNISN.js} +1 -1
  169. package/dist/{chunk-X5YVAVRA.js → chunk-GNPTWYD3.js} +1 -1
  170. package/dist/chunk-GRCAVJC6.js +7 -0
  171. package/dist/{chunk-CTY5LBJO.js → chunk-HJXC5SRI.js} +2 -2
  172. package/dist/{chunk-CCQ763SQ.js → chunk-HMG6U7FQ.js} +1 -1
  173. package/dist/{chunk-6SYXRO7O.js → chunk-HXNEWO5D.js} +8 -8
  174. package/dist/{chunk-XKSS3LMT.js → chunk-I73SWVA3.js} +2 -2
  175. package/dist/{chunk-RBX5I4PK.js → chunk-IIAAY3DD.js} +1 -1
  176. package/dist/{chunk-EPS36KLB.js → chunk-IYRRO5H3.js} +5 -3
  177. package/dist/{chunk-ILMELMNG.js → chunk-J6RDT7TX.js} +3 -3
  178. package/dist/{chunk-PBW55YB6.js → chunk-JAR25BBL.js} +1 -1
  179. package/dist/{chunk-RELQCWQJ.js → chunk-JNJYQ26N.js} +9 -9
  180. package/dist/{chunk-ZN7WZHZY.js → chunk-JUVZRX26.js} +2 -2
  181. package/dist/{chunk-UNDDUZQL.js → chunk-JZ6DMATL.js} +6 -6
  182. package/dist/{chunk-64TQVQTQ.js → chunk-K3IUMMRF.js} +3 -3
  183. package/dist/{chunk-CP5LVXCN.js → chunk-K7JDZAO3.js} +7 -7
  184. package/dist/{chunk-IIBGMFOV.js → chunk-KBHWDMMF.js} +1 -1
  185. package/dist/{chunk-A72NEHON.js → chunk-KXAYZ6PQ.js} +1 -1
  186. package/dist/{chunk-U4GZB4FZ.js → chunk-LMATFHSS.js} +6 -6
  187. package/dist/{chunk-FZSIUTUC.js → chunk-MF2LIHC6.js} +2 -2
  188. package/dist/{chunk-XR6N6XOG.js → chunk-MHQ3VHAA.js} +5 -5
  189. package/dist/{chunk-IRDC4A5V.js → chunk-MIZJXB3R.js} +5 -5
  190. package/dist/chunk-MO4EWTIM.js +56 -0
  191. package/dist/{chunk-IUEZ452B.js → chunk-MPCOEMN2.js} +3 -3
  192. package/dist/{chunk-HOCZEYM2.js → chunk-N3XC5CZP.js} +2 -2
  193. package/dist/{chunk-XNQQNB7H.js → chunk-NFIZ44XF.js} +3 -3
  194. package/dist/{chunk-F3I7ZVUI.js → chunk-NJUYQ7VF.js} +2 -2
  195. package/dist/chunk-NZ4VFVXA.js +7 -0
  196. package/dist/{chunk-UN4M3P2L.js → chunk-OCG7CSY5.js} +1 -1
  197. package/dist/{chunk-SNTJBZFO.js → chunk-OIELLCFE.js} +1 -1
  198. package/dist/{chunk-P7BDCUU6.js → chunk-OQFPMKF2.js} +15 -11
  199. package/dist/{chunk-WYBZUVI5.js → chunk-P5EIKUXO.js} +3 -3
  200. package/dist/{chunk-DL26PLJ5.js → chunk-PHQ6YPQQ.js} +3 -3
  201. package/dist/chunk-RBWFFWIG.js +7 -0
  202. package/dist/{chunk-766WLLQC.js → chunk-RYJBYNZT.js} +1 -1
  203. package/dist/{chunk-PHUI65VC.js → chunk-SV6RSWOR.js} +4 -4
  204. package/dist/{chunk-HAA6MG3M.js → chunk-TZEOP7YF.js} +1 -1
  205. package/dist/{chunk-NJVZCXT2.js → chunk-UICYQNAO.js} +4 -4
  206. package/dist/{chunk-XJOESRMM.js → chunk-W5HTSWT3.js} +4 -4
  207. package/dist/{chunk-PG3QT3L4.js → chunk-WICGT2T5.js} +1 -1
  208. package/dist/{chunk-U3OENUO3.js → chunk-WLIPEWRM.js} +1 -1
  209. package/dist/{chunk-L5FIZTGO.js → chunk-WX5UNPM3.js} +1 -1
  210. package/dist/{chunk-5FCYITMW.js → chunk-XLPW4NX3.js} +14 -10
  211. package/dist/{chunk-PIUO4NSJ.js → chunk-Y7ATRH3L.js} +1 -1
  212. package/dist/{chunk-NBCVQB4U.js → chunk-YQLCOKBQ.js} +2 -2
  213. package/dist/{chunk-RYVQOAWM.js → chunk-Z3WDZ52E.js} +1 -1
  214. package/dist/chunk-ZVNGQXRR.js +79 -0
  215. package/dist/chunk-ZWDUMUN4.js +118 -0
  216. package/dist/i18n/src/index.js +1 -1
  217. package/dist/i18n/src/useLocalizedString.js +1 -1
  218. package/dist/index.css +1110 -904
  219. package/dist/index.d.ts +12 -4
  220. package/dist/index.js +85 -79
  221. package/dist/inputs/src/InputGroup.css +277 -265
  222. package/dist/inputs/src/InputGroup.js +1 -1
  223. package/dist/inputs/src/NumberField.css +299 -287
  224. package/dist/inputs/src/NumberField.js +12 -12
  225. package/dist/inputs/src/PasswordField.css +287 -275
  226. package/dist/inputs/src/PasswordField.js +13 -13
  227. package/dist/inputs/src/RemainingCharacterCount.css +31 -31
  228. package/dist/inputs/src/RemainingCharacterCount.js +7 -7
  229. package/dist/inputs/src/SearchField.css +293 -281
  230. package/dist/inputs/src/SearchField.js +13 -13
  231. package/dist/inputs/src/TextArea.css +294 -282
  232. package/dist/inputs/src/TextArea.js +12 -12
  233. package/dist/inputs/src/TextField.css +291 -279
  234. package/dist/inputs/src/TextField.js +15 -15
  235. package/dist/inputs/src/index.css +337 -325
  236. package/dist/inputs/src/index.js +20 -20
  237. package/dist/overlays/Popover/src/Popover.css +584 -542
  238. package/dist/overlays/Popover/src/Popover.js +10 -10
  239. package/dist/overlays/Popover/src/index.css +584 -542
  240. package/dist/overlays/Popover/src/index.js +10 -10
  241. package/dist/radio/src/DecorativeRadio.css +55 -55
  242. package/dist/radio/src/DecorativeRadio.js +8 -8
  243. package/dist/radio/src/Radio.css +47 -47
  244. package/dist/radio/src/Radio.js +8 -8
  245. package/dist/radio/src/RadioField.css +34 -34
  246. package/dist/radio/src/RadioField.js +2 -2
  247. package/dist/radio/src/RadioGroup.css +99 -99
  248. package/dist/radio/src/RadioGroup.js +9 -9
  249. package/dist/radio/src/index.css +99 -99
  250. package/dist/radio/src/index.js +16 -16
  251. package/dist/switch/src/Switch.css +44 -44
  252. package/dist/switch/src/Switch.js +8 -8
  253. package/dist/switch/src/SwitchField.css +34 -34
  254. package/dist/switch/src/SwitchField.js +2 -2
  255. package/dist/switch/src/index.css +50 -50
  256. package/dist/switch/src/index.js +9 -9
  257. package/dist/tag/src/Tag.css +403 -391
  258. package/dist/tag/src/Tag.js +11 -11
  259. package/dist/tag/src/TagGroup.css +38 -38
  260. package/dist/tag/src/TagGroup.js +8 -8
  261. package/dist/tag/src/index.css +413 -401
  262. package/dist/tag/src/index.js +16 -16
  263. package/dist/typography/Heading/src/Heading.css +28 -28
  264. package/dist/typography/Heading/src/Heading.js +1 -1
  265. package/dist/typography/Heading/src/index.css +28 -28
  266. package/dist/typography/Heading/src/index.js +1 -1
  267. package/dist/typography/Label/src/Label.css +28 -28
  268. package/dist/typography/Label/src/Label.js +3 -3
  269. package/dist/typography/Label/src/index.css +28 -28
  270. package/dist/typography/Label/src/index.js +3 -3
  271. package/dist/typography/OverlineText/src/OverlineText.css +28 -28
  272. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  273. package/dist/typography/OverlineText/src/index.css +28 -28
  274. package/dist/typography/OverlineText/src/index.js +1 -1
  275. package/dist/typography/Text/src/Text.css +28 -28
  276. package/dist/typography/Text/src/Text.js +1 -1
  277. package/dist/typography/Text/src/index.css +28 -28
  278. package/dist/typography/Text/src/index.js +1 -1
  279. package/dist/utils/src/EnsureTextWrapper.css +28 -28
  280. package/dist/utils/src/EnsureTextWrapper.js +7 -7
  281. package/dist/utils/src/index.css +28 -28
  282. package/dist/utils/src/index.js +8 -8
  283. package/package.json +2 -2
@@ -1,28 +1,28 @@
1
- export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-64TQVQTQ.js';
2
- export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-ILMELMNG.js';
3
- export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-IRDC4A5V.js';
1
+ export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-K3IUMMRF.js';
2
+ export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-J6RDT7TX.js';
3
+ export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-MIZJXB3R.js';
4
4
  export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
5
5
  export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
6
- export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-XKSS3LMT.js';
6
+ export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-I73SWVA3.js';
7
7
  export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
8
- import '../../chunk-DHVVYSLB.js';
9
- import '../../chunk-HOCZEYM2.js';
10
- import '../../chunk-FAE27DLF.js';
11
- import '../../chunk-VEEIDUMU.js';
8
+ import '../../chunk-2DF25AEQ.js';
12
9
  import '../../chunk-HZKFQ33E.js';
13
- import '../../chunk-PNRCYEDV.js';
10
+ import '../../chunk-N3XC5CZP.js';
11
+ import '../../chunk-FAE27DLF.js';
12
+ import '../../chunk-DHVVYSLB.js';
13
+ import '../../chunk-4BXMSXYQ.js';
14
14
  import '../../chunk-ZWU6DRRZ.js';
15
15
  import '../../chunk-DBIN32YS.js';
16
- import '../../chunk-UVOV47HY.js';
17
- import '../../chunk-DL26PLJ5.js';
16
+ import '../../chunk-ERIQNISN.js';
17
+ import '../../chunk-PHQ6YPQQ.js';
18
18
  import '../../chunk-QCA3ZR56.js';
19
- import '../../chunk-TFVDF4YH.js';
19
+ import '../../chunk-75DHKNW2.js';
20
20
  import '../../chunk-TXZ6BMFR.js';
21
- import '../../chunk-R3XRXUM2.js';
21
+ import '../../chunk-7EUXODLY.js';
22
22
  import '../../chunk-Q7NXUUB3.js';
23
- import '../../chunk-L5FIZTGO.js';
23
+ import '../../chunk-WX5UNPM3.js';
24
24
  import '../../chunk-WPNVVGFW.js';
25
- import '../../chunk-2QQKKCA6.js';
25
+ import '../../chunk-3JJL6GD6.js';
26
26
  import '../../chunk-X6SER3TZ.js';
27
27
  import '../../chunk-HXI3MEEK.js';
28
28
  import '../../chunk-NH3IVMXB.js';
@@ -1,5 +1,5 @@
1
1
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
2
- import { _Text } from './chunk-2QQKKCA6.js';
2
+ import { _Text } from './chunk-3JJL6GD6.js';
3
3
  import { cssModule } from './chunk-KVDXQMWI.js';
4
4
  import { InfoIcon } from '@hopper-ui/icons';
5
5
  import { useStyledSystem } from '@hopper-ui/styled-system';
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
9
9
  import { jsxs, jsx } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./HelperMessage.module.css#css-module
12
- var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___EjWeM", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___Tdm8y" };
12
+ var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___yGssP", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___VEalH" };
13
13
  var GlobalHelperMessageCssSelector = "hop-HelperMessage";
14
14
  function HelperMessage(props, ref) {
15
15
  const validation = useContext(FieldErrorContext);
@@ -1,8 +1,8 @@
1
1
  import { IllustratedMessageContext } from './chunk-XL7LO6IZ.js';
2
2
  import { ImageContext } from './chunk-XNHE2OVW.js';
3
3
  import { SvgImageContext } from './chunk-M2XJDWZ7.js';
4
- import { ContentContext } from './chunk-IXB2WK56.js';
5
4
  import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
5
+ import { ContentContext } from './chunk-IXB2WK56.js';
6
6
  import { ButtonContext } from './chunk-WMTWFKKP.js';
7
7
  import { HeadingContext } from './chunk-TXZ6BMFR.js';
8
8
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -14,7 +14,7 @@ import { useContextProps } from 'react-aria-components';
14
14
  import { jsx } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./IllustratedMessage.module.css#css-module
17
- var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___EIFd7", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___Ru7df", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___eDaX4", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___DXyU4", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___55d1-", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___TNqaq", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___PsctR", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___KQUmJ", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___kipcl", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___Uc7oH" };
17
+ var IllustratedMessage_module_default = { "hop-IllustratedMessage": "IllustratedMessage-module__hop-IllustratedMessage___w82AS", "hop-IllustratedMessage--sm": "IllustratedMessage-module__hop-IllustratedMessage--sm___VOEvJ", "hop-IllustratedMessage--md": "IllustratedMessage-module__hop-IllustratedMessage--md___k1HcS", "hop-IllustratedMessage--lg": "IllustratedMessage-module__hop-IllustratedMessage--lg___NOQsF", "hop-IllustratedMessage__image": "IllustratedMessage-module__hop-IllustratedMessage__image___QPoKx", "hop-IllustratedMessage__heading": "IllustratedMessage-module__hop-IllustratedMessage__heading___d0N2r", "hop-IllustratedMessage-md": "IllustratedMessage-module__hop-IllustratedMessage-md___bkJ8V", "hop-IllustratedMessage__content": "IllustratedMessage-module__hop-IllustratedMessage__content___-UY-J", "hop-IllustratedMessage__buttonGroup": "IllustratedMessage-module__hop-IllustratedMessage__buttonGroup___su5w9", "hop-IllustratedMessage__button": "IllustratedMessage-module__hop-IllustratedMessage__button___mao5Z" };
18
18
  var GlobalIllustratedMessageCssSelector = "hop-IllustratedMessage";
19
19
  function IllustratedMessage(props, ref) {
20
20
  [props, ref] = useContextProps(props, ref, IllustratedMessageContext);
@@ -10,7 +10,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
10
10
  import { jsx } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./InputGroup.module.css#css-module
13
- var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___HpS9V", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___AUFRM", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___xfUg7", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___5VK78", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___GatiP", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___ByrkK" };
13
+ var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___OXTad", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___LRrQa", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___zPq-r", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___Tv0Yf", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___UwBOu", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___fVr-x" };
14
14
  var GlobalInputGroupCssSelector = "hop-InputGroup";
15
15
  function InputGroup(props, ref) {
16
16
  var _a, _b;
@@ -1,11 +1,11 @@
1
1
  import { useScale } from './chunk-MTDFS4CZ.js';
2
2
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
3
- import { _InputGroup } from './chunk-OIPDQPIS.js';
4
- import { _ErrorMessage } from './chunk-HOCZEYM2.js';
5
- import { _HelperMessage } from './chunk-VEEIDUMU.js';
6
- import { ensureTextWrapper } from './chunk-PNRCYEDV.js';
7
- import { _Label } from './chunk-DL26PLJ5.js';
8
- import { useFormProps } from './chunk-R3XRXUM2.js';
3
+ import { _InputGroup } from './chunk-2JXEPUMG.js';
4
+ import { _HelperMessage } from './chunk-2DF25AEQ.js';
5
+ import { _ErrorMessage } from './chunk-N3XC5CZP.js';
6
+ import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
7
+ import { _Label } from './chunk-PHQ6YPQQ.js';
8
+ import { useFormProps } from './chunk-7EUXODLY.js';
9
9
  import { TextContext } from './chunk-X6SER3TZ.js';
10
10
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
11
11
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, Input, NumberField as NumberField$
22
22
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
23
23
 
24
24
  // css-module:./NumberField.module.css#css-module
25
- var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___Yr92E", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___yDu-c", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___nd13U", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___I22co", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___hcUSl", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___54w4O", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___wp-B-", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___p9fBH", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___0TKRt", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___Use6w", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___UypXg", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___WhYPr", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___BP-4V", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___8KT2t" };
25
+ var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___MiADz", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___kZxYv", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___fKVbF", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___P6YE5", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___zca2Z", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___su8Jh", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___vW3so", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___QcnEx", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___6f9Bq", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___4zGNi", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___yMMLx", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___QxSv1", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___5VbD8", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___TPej1" };
26
26
  var GlobalNumberFieldCssSelector = "hop-NumberField";
27
27
  var StepperButton = ({ direction }) => {
28
28
  const scale = useScale();
@@ -9,7 +9,7 @@ import { useContextProps, Text as Text$1 } from 'react-aria-components';
9
9
  import { jsx } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./Text.module.css#css-module
12
- var Text_module_default = { "hop-Text": "Text-module__hop-Text___-EnWE", "hop-Text--xs": "Text-module__hop-Text--xs___vpyar", "hop-Text--sm": "Text-module__hop-Text--sm___tHl7L", "hop-Text--md": "Text-module__hop-Text--md___41oTK", "hop-Text--lg": "Text-module__hop-Text--lg___RTw0Q", "hop-Text--xl": "Text-module__hop-Text--xl___6wxcw", "hop-Text--2xl": "Text-module__hop-Text--2xl___er60W", "hop-Text--inherit": "Text-module__hop-Text--inherit___g7rAM" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___M2a7F", "hop-Text--xs": "Text-module__hop-Text--xs___wFmT7", "hop-Text--sm": "Text-module__hop-Text--sm___mVKDe", "hop-Text--md": "Text-module__hop-Text--md___r-Who", "hop-Text--lg": "Text-module__hop-Text--lg___xmcjP", "hop-Text--xl": "Text-module__hop-Text--xl___HB5dh", "hop-Text--2xl": "Text-module__hop-Text--2xl___vay0i", "hop-Text--inherit": "Text-module__hop-Text--inherit___VAeUU" };
13
13
  var GlobalTextCssSelector = "hop-Text";
14
14
  function Text(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, TextContext);
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./IconList.module.css#css-module
11
- var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___-EHZR" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___9zmbW" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -1,5 +1,5 @@
1
1
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
2
- import { _Text } from './chunk-2QQKKCA6.js';
2
+ import { _Text } from './chunk-3JJL6GD6.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
 
5
5
  function ensureTextWrapper(children, elementType) {
@@ -1,6 +1,6 @@
1
1
  import { ClearButtonContext } from './chunk-DXVKHP4V.js';
2
- import { _EmbeddedButton } from './chunk-IIBGMFOV.js';
3
- import { useLocalizedString } from './chunk-TFVDF4YH.js';
2
+ import { _EmbeddedButton } from './chunk-KBHWDMMF.js';
3
+ import { useLocalizedString } from './chunk-75DHKNW2.js';
4
4
  import { DismissIcon } from '@hopper-ui/icons';
5
5
  import { forwardRef } from 'react';
6
6
  import { useContextProps } from 'react-aria-components';
@@ -1,9 +1,9 @@
1
- import { _DecorativeRadio } from './chunk-PE4RUTRT.js';
2
- import { _DecorativeCheckbox } from './chunk-XKSS3LMT.js';
1
+ import { _DecorativeRadio } from './chunk-7SCKD7PW.js';
2
+ import { _DecorativeCheckbox } from './chunk-I73SWVA3.js';
3
3
  import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
4
- import { _ListBoxItemSkeleton } from './chunk-HAA6MG3M.js';
4
+ import { _ListBoxItemSkeleton } from './chunk-TZEOP7YF.js';
5
5
  import { IconListContext } from './chunk-DHVVYSLB.js';
6
- import { ensureTextWrapper } from './chunk-PNRCYEDV.js';
6
+ import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
7
7
  import { BadgeContext } from './chunk-CQDLZ42T.js';
8
8
  import { TextContext } from './chunk-X6SER3TZ.js';
9
9
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBoxItem as ListBoxItem$1, List
18
18
  import { jsx, jsxs } from 'react/jsx-runtime';
19
19
 
20
20
  // css-module:./ListBoxItem.module.css#css-module
21
- var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___ZgRjm", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___3nKTy", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___x23eZ", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___4pNDf", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___fkhxf", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___qL2Sf", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___7thIq", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___ymePt", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___WWM0P", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___a5Xln", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___feoh9", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___pmPct", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___RIzH-", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___BlewU", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___TBr2H", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___ElkMg", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___56XVT" };
21
+ var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___bde6i", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___L4ZhY", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___uqUoV", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___crP7j", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___8z6Xv", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___W-ls-", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___d966-", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___5KwZb", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___fnXm-", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___vJ5a6", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___8IKe1", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___oB-Qu", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___M2xIZ", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___jNa2r", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___9sXMx", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___np-gB", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___69zSW" };
22
22
  var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
23
23
  var ListBoxItemToIconSizeAdapter = {
24
24
  xs: "sm",
@@ -1,4 +1,4 @@
1
- import { _OverlineText } from './chunk-L5FIZTGO.js';
1
+ import { _OverlineText } from './chunk-WX5UNPM3.js';
2
2
  import { BadgeContext } from './chunk-CQDLZ42T.js';
3
3
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
4
4
  import { useRenderProps } from './chunk-NH3IVMXB.js';
@@ -23,7 +23,7 @@ function mapOrbiterToHopperVariants(variant) {
23
23
  }
24
24
 
25
25
  // css-module:./Badge.module.css#css-module
26
- var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___9McsH", "hop-Badge--primary": "Badge-module__hop-Badge--primary___JrGFu", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___R1amU", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___nbBJ2" };
26
+ var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___f9vDu", "hop-Badge--primary": "Badge-module__hop-Badge--primary___wBGH5", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___8G6b5", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___FZcbR" };
27
27
  var GlobalBadgeCssSelector = "hop-Badge";
28
28
  function Badge(props, ref) {
29
29
  [props, ref] = useContextProps(props, ref, BadgeContext);
@@ -8,6 +8,7 @@ var require_en_US = __commonJS({
8
8
  "Button.spinnerAriaLabel": `Loading`,
9
9
  "Tag.spinnerAriaLabel": `Loading`,
10
10
  "ClearButton.clearAriaLabel": `Clear`,
11
+ "CloseButton.ariaLabel": `Close`,
11
12
  "Input.charactersLeft": (args, formatter) => `${formatter.plural(args.charLeft, { "=0": `No characters left`, one: () => `${formatter.number(args.charLeft)} character left`, other: () => `${formatter.number(args.charLeft)} characters left` })}.`,
12
13
  "PasswordField.toggleVisibility": `Toggle password visibility`,
13
14
  "Tag.removeAriaLabel": `Remove`,
@@ -27,6 +28,7 @@ var require_fr_CA = __commonJS({
27
28
  "Button.spinnerAriaLabel": `Chargement en cours`,
28
29
  "Tag.spinnerAriaLabel": `Chargement en cours`,
29
30
  "ClearButton.clearAriaLabel": `Effacer`,
31
+ "CloseButton.ariaLabel": `Fermer`,
30
32
  "Input.charactersLeft": (args, formatter) => `${formatter.plural(args.charLeft, { "=0": `Aucun caract\xE8re restant`, one: () => `${formatter.number(args.charLeft)} caract\xE8re restant`, other: () => `${formatter.number(args.charLeft)} caract\xE8res restants` })}.`,
31
33
  "PasswordField.toggleVisibility": `Basculer la visibilit\xE9 du mot de passe`,
32
34
  "Tag.removeAriaLabel": `Supprimer`,
@@ -1,6 +1,6 @@
1
- import { _Text } from './chunk-2QQKKCA6.js';
1
+ import { _Text } from './chunk-3JJL6GD6.js';
2
2
  import { useImageFallback } from './chunk-3ZCLNFNH.js';
3
- import { _RichIconAvatarImage } from './chunk-RBX5I4PK.js';
3
+ import { _RichIconAvatarImage } from './chunk-IIAAY3DD.js';
4
4
  import { useRenderProps } from './chunk-NH3IVMXB.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
13
13
  import { jsx } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Avatar.module.css#css-module
16
- var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___yRiIZ", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___3AFZG", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___BGUvg", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___RCRzR", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___uRH8z", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___79E8I", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___3z6nP", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___gmVnP", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___-K6ru", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___05WQW", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___I9rpQ", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___ZgYI-", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___EFT90", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___zD5QO", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___ODtry", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___bms5z", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___kpVWC" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___U-IMP", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___yDWST", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___-7-gg", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___rmMew", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___POTyv", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___kHNPi", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___zfrIk", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___avT48", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___RhLWg", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___YUj8C", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___DsaL-", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___USRoO", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___dY8jt", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___X1J3x", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___XqyCA", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___H5ORx", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___yAHU-" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",
@@ -7,7 +7,7 @@ import { Form as Form$1 } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Form.module.css#css-module
10
- var Form_module_default = { "hop-Form": "Form-module__hop-Form___CUW7s" };
10
+ var Form_module_default = { "hop-Form": "Form-module__hop-Form___jhdfJ" };
11
11
  var GlobalFormCssSelector = "hop-Form";
12
12
  function useFormProps(props) {
13
13
  const ctx = useContext(FormContext);
@@ -1,6 +1,6 @@
1
1
  import { RadioContext } from './chunk-FU5CCPLP.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { ensureTextWrapper } from './chunk-PNRCYEDV.js';
3
+ import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { useRenderProps } from './chunk-NH3IVMXB.js';
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
15
15
  import { jsxs, jsx } from 'react/jsx-runtime';
16
16
 
17
17
  // css-module:./DecorativeRadio.module.css#css-module
18
- var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___2bOw2 Radio-module__hop-Radio___ncN-g", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___EA5L6 Radio-module__hop-Radio--sm___lmI69", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___hTfkr Radio-module__hop-Radio--md___nqnhp", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___TwekP Radio-module__hop-Radio__icon___pQ5lq", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___JAsIg Radio-module__hop-Radio__icon___pQ5lq", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___7do7S Radio-module__hop-Radio__box___vvW-U", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___YSl6k Radio-module__hop-Radio__bullet___jGOaB", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___vjCQt Radio-module__hop-Radio__text___7ucBd" };
18
+ var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___Jb88Z Radio-module__hop-Radio___upCAH", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___XLPMl Radio-module__hop-Radio--sm___9bTbB", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___HGaT5 Radio-module__hop-Radio--md___iA7YH", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___s4OA0 Radio-module__hop-Radio__icon___dPIaA", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___1FwaZ Radio-module__hop-Radio__icon___dPIaA", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___apXnq Radio-module__hop-Radio__box___HW11I", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___o2Yiz Radio-module__hop-Radio__bullet___Vs9-c", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___PHdnh Radio-module__hop-Radio__text___0Szs3" };
19
19
  var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
20
20
  function DecorativeRadio(props, ref) {
21
21
  var _a;
@@ -1,10 +1,10 @@
1
1
  import { SearchFieldContext } from './chunk-3NKF5TPD.js';
2
- import { _InputGroup } from './chunk-OIPDQPIS.js';
3
- import { _ClearButton } from './chunk-FDCAYJ5A.js';
4
- import { _ErrorMessage } from './chunk-HOCZEYM2.js';
5
- import { _HelperMessage } from './chunk-VEEIDUMU.js';
6
- import { _Label } from './chunk-DL26PLJ5.js';
7
- import { useFormProps } from './chunk-R3XRXUM2.js';
2
+ import { _InputGroup } from './chunk-2JXEPUMG.js';
3
+ import { _ClearButton } from './chunk-55OPYST3.js';
4
+ import { _HelperMessage } from './chunk-2DF25AEQ.js';
5
+ import { _ErrorMessage } from './chunk-N3XC5CZP.js';
6
+ import { _Label } from './chunk-PHQ6YPQQ.js';
7
+ import { useFormProps } from './chunk-7EUXODLY.js';
8
8
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
9
9
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
10
10
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, SearchField as SearchField$
19
19
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
20
20
 
21
21
  // css-module:./SearchField.module.css#css-module
22
- var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___LUh-g", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___HLlVw", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___VXKJL", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___CItOn", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___I-b2p", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___HZRow", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___KKkQU", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___MvB0r", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___gzV2O" };
22
+ var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___d0OAl", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___p-Dck", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___lgcY-", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___Kc27Z", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___e-Is9", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___Ql-7d", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___mHd70", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___xRqKV", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___0mgb9" };
23
23
  var GlobalSearchFieldCssSelector = "hop-SearchField";
24
24
  function SearchField(props, ref) {
25
25
  var _a;
@@ -1,6 +1,6 @@
1
1
  import { InternalSegmentedControlContext } from './chunk-JHX5QEIH.js';
2
2
  import { SegmentedControlItemContext } from './chunk-TDKQPTN6.js';
3
- import { _Text } from './chunk-2QQKKCA6.js';
3
+ import { _Text } from './chunk-3JJL6GD6.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
6
6
  import { IconContext } from '@hopper-ui/icons';
@@ -11,7 +11,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButton, Provider, DEFAU
11
11
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./SegmentedControlItem.module.css#css-module
14
- var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-SegmentedControlItem___Q6Md5", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___JonRm", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___ZDfVs", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___IEXMq", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___fT-0b", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___DVzdn", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___67VGj", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___ldvSA" };
14
+ var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-SegmentedControlItem___VOSrb", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___-87Co", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___Lck5C", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___Sab0L", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___4elRw", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___2Iy4U", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___Dpccu", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___UgPL1" };
15
15
  var GlobalSegmentedControlItemCssSelector = "hop-SegmentedControlItem";
16
16
  var SegmentedControlItem = (props, ref) => {
17
17
  var _a;
@@ -8,7 +8,7 @@ import { useContextProps, ToggleGroupStateContext, ToggleButtonGroup, Provider }
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./SegmentedControl.module.css#css-module
11
- var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-SegmentedControl___HjcCV" };
11
+ var SegmentedControl_module_default = { "hop-SegmentedControl": "SegmentedControl-module__hop-SegmentedControl___ef0nV" };
12
12
  var GlobalSegmentedControlCssSelector = "hop-SegmentedControl";
13
13
  var SegmentedControl = (props, ref) => {
14
14
  [props, ref] = useContextProps(props, ref, SegmentedControlContext);
@@ -1,12 +1,12 @@
1
1
  import { useFontFaceReady } from './chunk-IU6XMS2X.js';
2
2
  import { TextAreaContext } from './chunk-MHQZXLKW.js';
3
3
  import { useTruncatedText } from './chunk-Z57VHYOF.js';
4
- import { _RemainingCharacterCount } from './chunk-IUEZ452B.js';
5
- import { _InputGroup } from './chunk-OIPDQPIS.js';
6
- import { _ErrorMessage } from './chunk-HOCZEYM2.js';
7
- import { _HelperMessage } from './chunk-VEEIDUMU.js';
8
- import { _Label } from './chunk-DL26PLJ5.js';
9
- import { useFormProps } from './chunk-R3XRXUM2.js';
4
+ import { _RemainingCharacterCount } from './chunk-MPCOEMN2.js';
5
+ import { _InputGroup } from './chunk-2JXEPUMG.js';
6
+ import { _HelperMessage } from './chunk-2DF25AEQ.js';
7
+ import { _ErrorMessage } from './chunk-N3XC5CZP.js';
8
+ import { _Label } from './chunk-PHQ6YPQQ.js';
9
+ import { useFormProps } from './chunk-7EUXODLY.js';
10
10
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
11
11
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
12
12
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -79,7 +79,7 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
79
79
  }
80
80
 
81
81
  // css-module:./TextArea.module.css#css-module
82
- var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___ZcR71", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___K8Fib", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___tCe46", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___jv5AA", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___-gMMC", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___8nQh1", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___GFRAf", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___9Fkey", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___cERVV" };
82
+ var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___R2rzZ", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___QLz0P", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___Ks2KO", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___ZPTAp", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___PFycK", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___uCjxU", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___CK8JF", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___67p6A", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___Gifdy" };
83
83
  var GlobalTextAreaCssSelector = "hop-TextArea";
84
84
  var DefaultMinimumTextAreaRows = 3;
85
85
  var pxToInt = (value) => {
@@ -1,6 +1,6 @@
1
1
  import { RadioFieldContext } from './chunk-DGLAGYBD.js';
2
2
  import { RadioContext } from './chunk-FU5CCPLP.js';
3
- import { _Text } from './chunk-2QQKKCA6.js';
3
+ import { _Text } from './chunk-3JJL6GD6.js';
4
4
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
5
5
  import { useRenderProps } from './chunk-NH3IVMXB.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
14
14
  import { jsx, jsxs } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./RadioField.module.css#css-module
17
- var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___wm7re", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___T0YAS", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___c-qZA", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___nS40K", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___P8o-4" };
17
+ var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___R-cYx", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___prssz", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___Lc1f9", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___ZvAqW", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___VEQaj" };
18
18
  var GlobalRadioFieldCssSelector = "hop-RadioField";
19
19
  var RadioToDescriptionSizeAdapter = {
20
20
  sm: "xs",
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Heading.module.css#css-module
10
- var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___kIjJK", "hop-Heading--xs": "Heading-module__hop-Heading--xs___n7uR3", "hop-Heading--sm": "Heading-module__hop-Heading--sm___5UFh3", "hop-Heading--md": "Heading-module__hop-Heading--md___mHsGk", "hop-Heading--lg": "Heading-module__hop-Heading--lg___Bwq0I", "hop-Heading--xl": "Heading-module__hop-Heading--xl___iz9mD", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___3Vykl", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___K4kAz" };
10
+ var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___MV97T", "hop-Heading--xs": "Heading-module__hop-Heading--xs___skrqP", "hop-Heading--sm": "Heading-module__hop-Heading--sm___3HGuM", "hop-Heading--md": "Heading-module__hop-Heading--md___4p-Ip", "hop-Heading--lg": "Heading-module__hop-Heading--lg___91wTX", "hop-Heading--xl": "Heading-module__hop-Heading--xl___1a9tn", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___HRwDE", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___Ni3KL" };
11
11
  var GlobalHeadingCssSelector = "hop-Heading";
12
12
  function Heading(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, HeadingContext);
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps, DisclosureGroup } from 'react-aria
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./Accordion.module.css#css-module
14
- var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-Accordion___jdy-R", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___fa7Vf", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___UnGGE", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___ZIAe0", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___XWbNh" };
14
+ var Accordion_module_default = { "hop-Accordion": "Accordion-module__hop-Accordion___2K9qn", "hop-Accordion--inline": "Accordion-module__hop-Accordion--inline___61qm1", "hop-Accordion__disclosure": "Accordion-module__hop-Accordion__disclosure___j-IuZ", "hop-Accordion__disclosure-header": "Accordion-module__hop-Accordion__disclosure-header___P7B31", "hop-Accordion__disclosure-panel": "Accordion-module__hop-Accordion__disclosure-panel___qA8-L" };
15
15
  var GlobalAccordionCssSelector = "hop-Accordion";
16
16
  function Accordion(props, ref) {
17
17
  [props, ref] = useContextProps(props, ref, AccordionContext);
@@ -0,0 +1,7 @@
1
+ import { createContext } from 'react';
2
+
3
+ // src/Callout/src/CompactCalloutContext.ts
4
+ var CompactCalloutContext = createContext({});
5
+ CompactCalloutContext.displayName = "CompactCalloutContext";
6
+
7
+ export { CompactCalloutContext };
@@ -1,5 +1,5 @@
1
1
  import { SpinnerContext } from './chunk-4ZYV2XLW.js';
2
- import { _Text } from './chunk-2QQKKCA6.js';
2
+ import { _Text } from './chunk-3JJL6GD6.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
9
9
  import { jsx, jsxs } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./Spinner.module.css#css-module
12
- var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___h2VSb", "spin": "Spinner-module__spin___J2lMP", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___V5tDD", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___H6sJF", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___UwBkP", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___gsdMJ", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___sZAWD", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___jLWyb" };
12
+ var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___-bvVm", "spin": "Spinner-module__spin___EOl7q", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___kALZ7", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___toRLX", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___vHSM8", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___Boq34", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___GD1Cj", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___KPTGD" };
13
13
  var GlobalSpinnerCssSelector = "hop-Spinner";
14
14
  var SpinnerToTextSizeAdapter = {
15
15
  sm: "xs",
@@ -1,4 +1,4 @@
1
- import { _RichIconAvatarImage } from './chunk-RBX5I4PK.js';
1
+ import { _RichIconAvatarImage } from './chunk-IIAAY3DD.js';
2
2
  import { useRenderProps } from './chunk-NH3IVMXB.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
4
  import { AvatarContext } from './chunk-AES7QBQE.js';
@@ -1,11 +1,11 @@
1
+ import { _InputGroup } from './chunk-2JXEPUMG.js';
1
2
  import { PasswordFieldContext } from './chunk-QW45G6K4.js';
2
- import { _InputGroup } from './chunk-OIPDQPIS.js';
3
- import { _EmbeddedButton } from './chunk-IIBGMFOV.js';
4
- import { _ErrorMessage } from './chunk-HOCZEYM2.js';
5
- import { _HelperMessage } from './chunk-VEEIDUMU.js';
6
- import { _Label } from './chunk-DL26PLJ5.js';
7
- import { useLocalizedString } from './chunk-TFVDF4YH.js';
8
- import { useFormProps } from './chunk-R3XRXUM2.js';
3
+ import { _EmbeddedButton } from './chunk-KBHWDMMF.js';
4
+ import { _HelperMessage } from './chunk-2DF25AEQ.js';
5
+ import { _ErrorMessage } from './chunk-N3XC5CZP.js';
6
+ import { _Label } from './chunk-PHQ6YPQQ.js';
7
+ import { useLocalizedString } from './chunk-75DHKNW2.js';
8
+ import { useFormProps } from './chunk-7EUXODLY.js';
9
9
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
10
10
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
11
11
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Input, TextField } from 'react-ari
19
19
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
20
20
 
21
21
  // css-module:./PasswordField.module.css#css-module
22
- var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___qQKIp", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___ELTWl", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___NNIw4", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___9tYcj", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___CHw1D", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___hHD8L" };
22
+ var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___-xvdh", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___IJaon", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___oxbKp", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___NAPLW", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___A4QRt", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___q9cP8" };
23
23
  var GlobalPasswordFieldCssSelector = "hop-PasswordField";
24
24
  function PasswordField(props, ref) {
25
25
  var _a;
@@ -1,6 +1,6 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { ensureTextWrapper } from './chunk-PNRCYEDV.js';
3
+ import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { useRenderProps } from './chunk-NH3IVMXB.js';
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
15
15
  import { jsxs, jsx } from 'react/jsx-runtime';
16
16
 
17
17
  // css-module:./DecorativeCheckbox.module.css#css-module
18
- var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___H-C0F Checkbox-module__hop-Checkbox___MvQ5G", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___15NWL Checkbox-module__hop-Checkbox--sm___NdZfw", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___ETRsN Checkbox-module__hop-Checkbox--md___Ven1q", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___jL9Lr Checkbox-module__hop-Checkbox__icon___2P0Xg", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___uh7ke Checkbox-module__hop-Checkbox__icon___2P0Xg", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___q8Ry2 Checkbox-module__hop-Checkbox__box___pnTHD", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___I15Ee Checkbox-module__hop-Checkbox__check___L7mid", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___W48IK Checkbox-module__hop-Checkbox__text___PUyfN" };
18
+ var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___zvouT Checkbox-module__hop-Checkbox___XMfmk", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___-v0AT Checkbox-module__hop-Checkbox--sm___-uP-z", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___d78ZK Checkbox-module__hop-Checkbox--md___8fZVy", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___47R3- Checkbox-module__hop-Checkbox__icon___duryy", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___Gila9 Checkbox-module__hop-Checkbox__icon___duryy", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___xVC-J Checkbox-module__hop-Checkbox__box___tfNJB", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___ng4eR Checkbox-module__hop-Checkbox__check___2DMVA", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___GxA-K Checkbox-module__hop-Checkbox__text___26W86" };
19
19
  var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
20
20
  function DecorativeCheckbox(props, ref) {
21
21
  var _a;
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./RichIconAvatarImage.module.css#css-module
14
- var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___9jfhn", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___SzArm", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___GBM6B", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___ywXzy", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___WuvOq", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___rZ0c2", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___SFJg-", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___4GNy9" };
14
+ var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___qTcUa", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___vkowM", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___-ycQC", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___8mVnz", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___-L2qr", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___84Vcn", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___9hSYX", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Z8Waw" };
15
15
  var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
16
16
  var AvatarToIconSizeAdapter = {
17
17
  xs: "md",
@@ -1,6 +1,6 @@
1
1
  import { LinkContext } from './chunk-4VVNSXIB.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { ensureTextWrapper } from './chunk-PNRCYEDV.js';
3
+ import { ensureTextWrapper } from './chunk-4BXMSXYQ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./Link.module.css#css-module
15
- var Link_module_default = { "hop-Link": "Link-module__hop-Link___X54o0", "hop-Link--quiet": "Link-module__hop-Link--quiet___6fdpz", "hop-Link--primary": "Link-module__hop-Link--primary___cKzDg", "hop-Link--secondary": "Link-module__hop-Link--secondary___uP3-D", "hop-Link__icon": "Link-module__hop-Link__icon___qeVtm", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___yrSpP", "hop-Link__text": "Link-module__hop-Link__text___wsmkJ", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___3E45I", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___AFZw5" };
15
+ var Link_module_default = { "hop-Link": "Link-module__hop-Link___12JUU", "hop-Link--standalone": "Link-module__hop-Link--standalone___QtN5t", "hop-Link__text": "Link-module__hop-Link__text___RlhO5", "hop-Link--xs": "Link-module__hop-Link--xs___IWVhZ", "hop-Link--sm": "Link-module__hop-Link--sm___vAlpX", "hop-Link--md": "Link-module__hop-Link--md___znyIj", "hop-Link--lg": "Link-module__hop-Link--lg___zHm-N", "hop-Link--xl": "Link-module__hop-Link--xl___3EIcc", "hop-Link--2xl": "Link-module__hop-Link--2xl___UclJS", "hop-Link--quiet": "Link-module__hop-Link--quiet___zN4dU", "hop-Link--primary": "Link-module__hop-Link--primary___tW4rk", "hop-Link--secondary": "Link-module__hop-Link--secondary___7SPUI", "hop-Link__icon": "Link-module__hop-Link__icon___aXasm", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___5FMKo", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___gUeLe", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___mH5Lf" };
16
16
  var GlobalLinkCssSelector = "hop-Link";
17
17
  var LinkToIconSizeAdapter = {
18
18
  inherit: void 0,
@@ -34,6 +34,7 @@ function Link(props, ref) {
34
34
  style: styleProp,
35
35
  isQuiet,
36
36
  isExternal,
37
+ isStandalone,
37
38
  variant = "primary",
38
39
  rel,
39
40
  target,
@@ -48,7 +49,8 @@ function Link(props, ref) {
48
49
  "hop-Link",
49
50
  isQuiet && "quiet",
50
51
  variant,
51
- size
52
+ size,
53
+ isStandalone && "standalone"
52
54
  ),
53
55
  stylingProps.className
54
56
  );
@@ -1,7 +1,7 @@
1
1
  import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
2
2
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
3
- import { useFormProps } from './chunk-R3XRXUM2.js';
4
- import { _Text } from './chunk-2QQKKCA6.js';
3
+ import { useFormProps } from './chunk-7EUXODLY.js';
4
+ import { _Text } from './chunk-3JJL6GD6.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { useRenderProps } from './chunk-NH3IVMXB.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
15
15
  import { jsx, jsxs } from 'react/jsx-runtime';
16
16
 
17
17
  // css-module:./CheckboxField.module.css#css-module
18
- var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___23gwg", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___QQ2IO", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___EZK-q", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___OWXRg", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___TkI47" };
18
+ var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___fQbVm", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___wIeNc", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___QYoHL", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___80Ckr", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___Tr9Cu" };
19
19
  var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
20
20
  var CheckboxToDescriptionSizeAdapter = {
21
21
  sm: "xs",