@hopper-ui/components 1.11.1 → 1.11.3

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 (369) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/accordion/src/Accordion.css +78 -78
  3. package/dist/accordion/src/Accordion.js +1 -1
  4. package/dist/accordion/src/index.css +78 -78
  5. package/dist/accordion/src/index.js +1 -1
  6. package/dist/alert/src/Alert.css +411 -411
  7. package/dist/alert/src/Alert.js +11 -10
  8. package/dist/alert/src/index.css +411 -411
  9. package/dist/alert/src/index.js +11 -10
  10. package/dist/avatar/src/AnonymousAvatar.css +50 -50
  11. package/dist/avatar/src/AnonymousAvatar.js +2 -2
  12. package/dist/avatar/src/Avatar.css +70 -70
  13. package/dist/avatar/src/Avatar.js +4 -4
  14. package/dist/avatar/src/AvatarGroup.css +65 -65
  15. package/dist/avatar/src/AvatarGroup.js +4 -4
  16. package/dist/avatar/src/BrokenAvatar.css +50 -50
  17. package/dist/avatar/src/BrokenAvatar.js +2 -2
  18. package/dist/avatar/src/DeletedAvatar.css +50 -50
  19. package/dist/avatar/src/DeletedAvatar.js +2 -2
  20. package/dist/avatar/src/RichIconAvatarImage.css +50 -50
  21. package/dist/avatar/src/RichIconAvatarImage.js +1 -1
  22. package/dist/avatar/src/index.css +97 -97
  23. package/dist/avatar/src/index.js +9 -9
  24. package/dist/badge/src/Badge.css +53 -53
  25. package/dist/badge/src/Badge.js +2 -2
  26. package/dist/badge/src/FloatingBadge.css +48 -48
  27. package/dist/badge/src/FloatingBadge.js +1 -1
  28. package/dist/badge/src/index.css +63 -63
  29. package/dist/badge/src/index.js +3 -3
  30. package/dist/buttons/src/Button.css +106 -106
  31. package/dist/buttons/src/Button.js +6 -6
  32. package/dist/buttons/src/ButtonGroup.css +49 -49
  33. package/dist/buttons/src/ButtonGroup.js +1 -1
  34. package/dist/buttons/src/ClearButton.css +109 -109
  35. package/dist/buttons/src/ClearButton.js +2 -2
  36. package/dist/buttons/src/CloseButton.css +107 -107
  37. package/dist/buttons/src/CloseButton.js +7 -7
  38. package/dist/buttons/src/EmbeddedButton.css +109 -109
  39. package/dist/buttons/src/EmbeddedButton.js +1 -1
  40. package/dist/buttons/src/LinkButton.css +116 -116
  41. package/dist/buttons/src/LinkButton.js +5 -5
  42. package/dist/buttons/src/ToggleButton.css +142 -142
  43. package/dist/buttons/src/ToggleButton.js +4 -4
  44. package/dist/buttons/src/index.css +359 -359
  45. package/dist/buttons/src/index.js +12 -12
  46. package/dist/callout/src/Callout.css +371 -371
  47. package/dist/callout/src/Callout.js +8 -8
  48. package/dist/callout/src/CompactCallout.css +408 -408
  49. package/dist/callout/src/CompactCallout.js +8 -8
  50. package/dist/callout/src/index.css +420 -420
  51. package/dist/callout/src/index.js +9 -9
  52. package/dist/card/src/Card.css +41 -41
  53. package/dist/card/src/Card.js +1 -1
  54. package/dist/card/src/index.css +41 -41
  55. package/dist/card/src/index.js +1 -1
  56. package/dist/checkbox/src/Checkbox.css +57 -57
  57. package/dist/checkbox/src/Checkbox.js +4 -4
  58. package/dist/checkbox/src/CheckboxField.css +44 -44
  59. package/dist/checkbox/src/CheckboxField.js +3 -3
  60. package/dist/checkbox/src/CheckboxGroup.css +109 -109
  61. package/dist/checkbox/src/CheckboxGroup.js +7 -7
  62. package/dist/checkbox/src/DecorativeCheckbox.css +65 -65
  63. package/dist/checkbox/src/DecorativeCheckbox.js +3 -3
  64. package/dist/checkbox/src/index.css +109 -109
  65. package/dist/checkbox/src/index.js +11 -11
  66. package/dist/{chunk-U6QI6AW5.js → chunk-2FPADAGK.js} +3 -3
  67. package/dist/{chunk-OMRMMDOU.js → chunk-2LIZIW4L.js} +1 -1
  68. package/dist/{chunk-OLMUUHUC.js → chunk-2SOPHU4S.js} +2 -2
  69. package/dist/{chunk-2RMGUPRI.js → chunk-3DRLZN7J.js} +1 -1
  70. package/dist/{chunk-OT7P4EMS.js → chunk-3MNNYY47.js} +3 -3
  71. package/dist/{chunk-TB5K5AP2.js → chunk-3PRNRCO6.js} +2 -2
  72. package/dist/{chunk-O52QKG3W.js → chunk-3PW3GECE.js} +2 -2
  73. package/dist/{chunk-YJK55QCF.js → chunk-3Q35PNME.js} +1 -1
  74. package/dist/{chunk-7TWW7WSH.js → chunk-4OLBW6EC.js} +7 -7
  75. package/dist/{chunk-OT6ZCUBP.js → chunk-4RONXUJU.js} +1 -1
  76. package/dist/{chunk-4VFU4ZUL.js → chunk-5OVRNMPF.js} +8 -8
  77. package/dist/{chunk-URW2L7JK.js → chunk-5RBYQILD.js} +4 -4
  78. package/dist/{chunk-6RBI4JGC.js → chunk-5Y5LDDTP.js} +12 -3
  79. package/dist/{chunk-IC4LWUB5.js → chunk-5YHTJLUK.js} +2 -2
  80. package/dist/{chunk-AN7AWDCH.js → chunk-644KDAIV.js} +1 -1
  81. package/dist/{chunk-H63X5YFC.js → chunk-6AV2VUCN.js} +2 -2
  82. package/dist/{chunk-NSOW4JLZ.js → chunk-7K3SYGCJ.js} +1 -1
  83. package/dist/{chunk-L3YRMBQB.js → chunk-7TU6XNPO.js} +1 -1
  84. package/dist/{chunk-PID6HLDC.js → chunk-7XUOEWH7.js} +5 -5
  85. package/dist/{chunk-MDAOQLWM.js → chunk-AKKQZ5VG.js} +1 -1
  86. package/dist/{chunk-XFEDDVP7.js → chunk-AV7CVACM.js} +1 -1
  87. package/dist/{chunk-A5KK5YG6.js → chunk-AZQOMCOY.js} +3 -3
  88. package/dist/{chunk-GWTUH4C3.js → chunk-B7WBQWXA.js} +2 -2
  89. package/dist/{chunk-X3UOFUTJ.js → chunk-BDRD2PEX.js} +3 -3
  90. package/dist/{chunk-SH5ZEAZM.js → chunk-BGYNTYF5.js} +1 -1
  91. package/dist/{chunk-OZZYEWLE.js → chunk-CF62KJ6E.js} +2 -2
  92. package/dist/{chunk-PVSCUOJO.js → chunk-CK6IYCPY.js} +1 -1
  93. package/dist/{chunk-LCJFJMIV.js → chunk-DCPYCJNS.js} +2 -2
  94. package/dist/{chunk-JQ7QIQYK.js → chunk-DPPD67DY.js} +5 -5
  95. package/dist/{chunk-43XSWVA3.js → chunk-E3HUFKFK.js} +12 -12
  96. package/dist/{chunk-JSLGCHSI.js → chunk-EIBFR6GA.js} +1 -1
  97. package/dist/{chunk-UHQENR7M.js → chunk-ETV3GENC.js} +1 -1
  98. package/dist/{chunk-VBNNLXEE.js → chunk-FHCERTXQ.js} +3 -3
  99. package/dist/{chunk-REOHIUS5.js → chunk-G67DUZPD.js} +1 -1
  100. package/dist/{chunk-LWT6MPJW.js → chunk-GOKES2IE.js} +1 -1
  101. package/dist/{chunk-I3K6LNCD.js → chunk-HDKZOHIT.js} +1 -1
  102. package/dist/{chunk-5VN7J55Q.js → chunk-HFVBFKRD.js} +2 -2
  103. package/dist/{chunk-AY664DX5.js → chunk-HU6XUARE.js} +3 -3
  104. package/dist/{chunk-WXWKGKMC.js → chunk-HZ6JM2ZO.js} +5 -5
  105. package/dist/{chunk-WL4G6EK4.js → chunk-IAAMF2EJ.js} +1 -1
  106. package/dist/{chunk-EW44GIC6.js → chunk-JBRUM4HC.js} +1 -1
  107. package/dist/{chunk-DV6WPS37.js → chunk-JQRMT4SW.js} +1 -1
  108. package/dist/{chunk-WOR2Z4KV.js → chunk-KDKAFF5O.js} +2 -2
  109. package/dist/{chunk-OVTSR6HI.js → chunk-KEBEVJIF.js} +1 -1
  110. package/dist/{chunk-QCTJN46H.js → chunk-KETOMGDO.js} +2 -2
  111. package/dist/{chunk-HY6GK3RF.js → chunk-KTBUVAVT.js} +2 -2
  112. package/dist/{chunk-3HN2C4CE.js → chunk-LWF3HNRC.js} +6 -6
  113. package/dist/{chunk-PLXR2CDY.js → chunk-LWXFCL7K.js} +2 -2
  114. package/dist/{chunk-LUF3DLOV.js → chunk-MF2VMA5O.js} +3 -3
  115. package/dist/{chunk-CR3BDH3G.js → chunk-MWQGQQQR.js} +1 -1
  116. package/dist/{chunk-3B5KHMLU.js → chunk-NI4ZPYKB.js} +1 -1
  117. package/dist/{chunk-YYQIE54A.js → chunk-NXDYT2S5.js} +5 -5
  118. package/dist/{chunk-4C4VI4BG.js → chunk-O25SFBTA.js} +4 -3
  119. package/dist/{chunk-Q2UIV6MH.js → chunk-OE34VIZQ.js} +3 -3
  120. package/dist/{chunk-HJDY2P37.js → chunk-OJGLWU6Z.js} +3 -3
  121. package/dist/{chunk-UDIGYWQU.js → chunk-OJSPMP7Q.js} +8 -8
  122. package/dist/chunk-OO3XBOMF.js +9 -0
  123. package/dist/{chunk-577PFBCO.js → chunk-OVQOD263.js} +2 -2
  124. package/dist/{chunk-BJCRZEPY.js → chunk-OXIBCLXT.js} +2 -2
  125. package/dist/{chunk-WO4DFQJG.js → chunk-PBMVWHIL.js} +2 -2
  126. package/dist/{chunk-UU7NL64L.js → chunk-PDMO4PT6.js} +5 -4
  127. package/dist/{chunk-3CP5HWNT.js → chunk-PHFURFAW.js} +5 -5
  128. package/dist/{chunk-KYXDZVVG.js → chunk-PI2HK6HM.js} +1 -1
  129. package/dist/{chunk-OPNY7LQC.js → chunk-QE45NXK7.js} +1 -1
  130. package/dist/{chunk-K2I3CVGV.js → chunk-QYEUBABH.js} +2 -2
  131. package/dist/{chunk-B6ENR3QQ.js → chunk-R37UFFZX.js} +11 -11
  132. package/dist/{chunk-7EFXXIIE.js → chunk-RFPATWR5.js} +1 -1
  133. package/dist/{chunk-RDWKVTT6.js → chunk-RIAYJLMC.js} +2 -2
  134. package/dist/{chunk-VZB3QRZQ.js → chunk-ROKFPULH.js} +1 -1
  135. package/dist/{chunk-3NYXURGP.js → chunk-S6NHQ327.js} +2 -2
  136. package/dist/{chunk-52GSCSHO.js → chunk-SDGPYG4G.js} +8 -8
  137. package/dist/{chunk-GK6UTRPH.js → chunk-SGZ2GRDD.js} +1 -1
  138. package/dist/{chunk-O2E6NYDE.js → chunk-SU62H5KG.js} +2 -2
  139. package/dist/{chunk-SPPBPUG4.js → chunk-TBXWGSIH.js} +3 -3
  140. package/dist/{chunk-EUWK7VO7.js → chunk-TTNVKNNL.js} +2 -2
  141. package/dist/{chunk-WAVT5HVX.js → chunk-ULBGG7F3.js} +4 -4
  142. package/dist/{chunk-6ALYNTRQ.js → chunk-UTTVFM7X.js} +1 -1
  143. package/dist/{chunk-YCXQY774.js → chunk-V3PZURUP.js} +1 -1
  144. package/dist/{chunk-YPVFPERI.js → chunk-V3VXL2HC.js} +1 -1
  145. package/dist/{chunk-R3O5GFEA.js → chunk-VQFGEDKL.js} +10 -10
  146. package/dist/{chunk-SCZR6YMS.js → chunk-VSCN6HLJ.js} +2 -2
  147. package/dist/{chunk-C5XXJTEX.js → chunk-WCVLCDTD.js} +1 -1
  148. package/dist/{chunk-GBONKMOR.js → chunk-X3FPCCO2.js} +1 -1
  149. package/dist/{chunk-JCGEKYID.js → chunk-XA5OBVPY.js} +3 -2
  150. package/dist/{chunk-VHRFCPPJ.js → chunk-XFRCVHI3.js} +2 -2
  151. package/dist/{chunk-4GUASUNJ.js → chunk-Y4FVSLSY.js} +1 -1
  152. package/dist/{chunk-KR6TXKX2.js → chunk-YNECINC4.js} +1 -1
  153. package/dist/{chunk-OESD3NBM.js → chunk-YVVSTLQ5.js} +1 -1
  154. package/dist/chunk-YVZGV7LZ.js +9 -0
  155. package/dist/{chunk-K3H6ODGT.js → chunk-Z76NUV6I.js} +7 -4
  156. package/dist/combobox/src/ComboBox.css +782 -782
  157. package/dist/combobox/src/ComboBox.js +17 -17
  158. package/dist/combobox/src/index.css +782 -782
  159. package/dist/combobox/src/index.js +17 -17
  160. package/dist/contextual-help/src/ContextualHelp.css +705 -705
  161. package/dist/contextual-help/src/ContextualHelp.js +4 -4
  162. package/dist/contextual-help/src/index.css +705 -705
  163. package/dist/contextual-help/src/index.js +4 -4
  164. package/dist/disclosure/src/Disclosure.css +48 -48
  165. package/dist/disclosure/src/Disclosure.js +1 -1
  166. package/dist/disclosure/src/DisclosureHeader.css +55 -55
  167. package/dist/disclosure/src/DisclosureHeader.js +3 -3
  168. package/dist/disclosure/src/DisclosurePanel.css +48 -48
  169. package/dist/disclosure/src/DisclosurePanel.js +3 -3
  170. package/dist/disclosure/src/index.css +73 -73
  171. package/dist/disclosure/src/index.js +7 -7
  172. package/dist/divider/src/Divider.css +40 -40
  173. package/dist/divider/src/Divider.js +1 -1
  174. package/dist/divider/src/index.css +40 -40
  175. package/dist/divider/src/index.js +1 -1
  176. package/dist/error-message/src/ErrorMessage.css +40 -40
  177. package/dist/error-message/src/ErrorMessage.js +2 -2
  178. package/dist/error-message/src/index.css +40 -40
  179. package/dist/error-message/src/index.js +2 -2
  180. package/dist/form/src/Form.css +38 -38
  181. package/dist/form/src/Form.js +1 -1
  182. package/dist/form/src/index.css +38 -38
  183. package/dist/form/src/index.js +1 -1
  184. package/dist/header/src/Header.css +38 -38
  185. package/dist/header/src/index.css +38 -38
  186. package/dist/helper-message/src/HelperMessage.css +40 -40
  187. package/dist/helper-message/src/HelperMessage.js +2 -2
  188. package/dist/helper-message/src/index.css +40 -40
  189. package/dist/helper-message/src/index.js +2 -2
  190. package/dist/icon-list/src/IconList.css +39 -39
  191. package/dist/icon-list/src/IconList.js +1 -1
  192. package/dist/icon-list/src/index.css +39 -39
  193. package/dist/icon-list/src/index.js +1 -1
  194. package/dist/illustrated-message/src/IllustratedMessage.css +384 -384
  195. package/dist/illustrated-message/src/IllustratedMessage.js +1 -1
  196. package/dist/illustrated-message/src/index.css +384 -384
  197. package/dist/illustrated-message/src/index.js +1 -1
  198. package/dist/illustration/src/Illustration.css +47 -47
  199. package/dist/illustration/src/Illustration.js +1 -1
  200. package/dist/illustration/src/index.css +47 -47
  201. package/dist/illustration/src/index.js +1 -1
  202. package/dist/image/src/Image.css +41 -41
  203. package/dist/image/src/Image.js +1 -1
  204. package/dist/image/src/SvgImage.css +39 -39
  205. package/dist/image/src/SvgImage.js +1 -1
  206. package/dist/image/src/index.css +42 -42
  207. package/dist/image/src/index.js +2 -2
  208. package/dist/index.css +1136 -1136
  209. package/dist/index.d.ts +3 -3
  210. package/dist/index.js +91 -91
  211. package/dist/inputs/src/Input.css +42 -42
  212. package/dist/inputs/src/Input.js +1 -1
  213. package/dist/inputs/src/InputGroup.css +44 -44
  214. package/dist/inputs/src/InputGroup.js +1 -1
  215. package/dist/inputs/src/NumberField.css +68 -68
  216. package/dist/inputs/src/NumberField.js +10 -10
  217. package/dist/inputs/src/PasswordField.css +379 -379
  218. package/dist/inputs/src/PasswordField.js +10 -10
  219. package/dist/inputs/src/RemainingCharacterCount.css +41 -41
  220. package/dist/inputs/src/RemainingCharacterCount.js +2 -2
  221. package/dist/inputs/src/SearchField.css +385 -385
  222. package/dist/inputs/src/SearchField.js +11 -11
  223. package/dist/inputs/src/TextArea.css +65 -65
  224. package/dist/inputs/src/TextArea.js +9 -9
  225. package/dist/inputs/src/TextField.css +383 -383
  226. package/dist/inputs/src/TextField.js +13 -13
  227. package/dist/inputs/src/index.css +431 -431
  228. package/dist/inputs/src/index.js +17 -17
  229. package/dist/layout/src/Content.css +38 -38
  230. package/dist/layout/src/Footer.css +38 -38
  231. package/dist/link/src/Link.css +77 -77
  232. package/dist/link/src/Link.js +3 -3
  233. package/dist/link/src/index.css +77 -77
  234. package/dist/link/src/index.js +3 -3
  235. package/dist/list-box/src/ListBox.css +316 -316
  236. package/dist/list-box/src/ListBox.js +7 -7
  237. package/dist/list-box/src/ListBoxItem.css +304 -304
  238. package/dist/list-box/src/ListBoxItem.js +6 -6
  239. package/dist/list-box/src/ListBoxItemSkeleton.css +45 -45
  240. package/dist/list-box/src/ListBoxItemSkeleton.js +1 -1
  241. package/dist/list-box/src/index.css +316 -316
  242. package/dist/list-box/src/index.js +7 -7
  243. package/dist/menu/src/Menu.css +707 -707
  244. package/dist/menu/src/Menu.js +2 -2
  245. package/dist/menu/src/MenuItem.css +121 -121
  246. package/dist/menu/src/MenuItem.d.ts +4 -0
  247. package/dist/menu/src/MenuItem.js +2 -2
  248. package/dist/menu/src/MenuSection.css +40 -40
  249. package/dist/menu/src/MenuSection.js +1 -1
  250. package/dist/menu/src/MenuTrigger.d.ts +4 -0
  251. package/dist/menu/src/MenuTrigger.js +1 -1
  252. package/dist/menu/src/index.css +732 -732
  253. package/dist/menu/src/index.js +6 -6
  254. package/dist/modal/src/BaseModal.css +53 -53
  255. package/dist/modal/src/BaseModal.d.ts +5 -0
  256. package/dist/modal/src/BaseModal.js +2 -1
  257. package/dist/modal/src/CustomModal.css +54 -54
  258. package/dist/modal/src/CustomModal.d.ts +10 -3
  259. package/dist/modal/src/CustomModal.js +4 -2
  260. package/dist/modal/src/CustomModalContext.d.ts +2 -0
  261. package/dist/modal/src/Modal.css +401 -401
  262. package/dist/modal/src/Modal.d.ts +6 -1
  263. package/dist/modal/src/Modal.js +10 -10
  264. package/dist/modal/src/ModalContext.d.ts +4 -2
  265. package/dist/modal/src/ModalContext.js +1 -1
  266. package/dist/modal/src/ModalTrigger.d.ts +5 -3
  267. package/dist/modal/src/ModalTrigger.js +2 -1
  268. package/dist/modal/src/index.css +402 -402
  269. package/dist/modal/src/index.d.ts +3 -2
  270. package/dist/modal/src/index.js +12 -12
  271. package/dist/overlays/popover/src/Popover.css +699 -699
  272. package/dist/overlays/popover/src/Popover.js +1 -1
  273. package/dist/overlays/popover/src/PopoverBase.css +41 -41
  274. package/dist/overlays/popover/src/PopoverBase.js +1 -1
  275. package/dist/overlays/popover/src/index.css +702 -702
  276. package/dist/overlays/popover/src/index.js +2 -2
  277. package/dist/radio/src/DecorativeRadio.css +65 -65
  278. package/dist/radio/src/DecorativeRadio.js +3 -3
  279. package/dist/radio/src/Radio.css +57 -57
  280. package/dist/radio/src/Radio.js +3 -3
  281. package/dist/radio/src/RadioField.css +44 -44
  282. package/dist/radio/src/RadioField.js +2 -2
  283. package/dist/radio/src/RadioGroup.css +109 -109
  284. package/dist/radio/src/RadioGroup.js +7 -7
  285. package/dist/radio/src/index.css +109 -109
  286. package/dist/radio/src/index.js +11 -11
  287. package/dist/segmented-control/src/SegmentedControl.css +39 -39
  288. package/dist/segmented-control/src/SegmentedControl.js +1 -1
  289. package/dist/segmented-control/src/SegmentedControlItem.css +53 -53
  290. package/dist/segmented-control/src/SegmentedControlItem.js +2 -2
  291. package/dist/segmented-control/src/index.css +54 -54
  292. package/dist/segmented-control/src/index.js +3 -3
  293. package/dist/select/src/Select.css +726 -726
  294. package/dist/select/src/Select.js +16 -16
  295. package/dist/select/src/SelectValue.css +103 -103
  296. package/dist/select/src/SelectValue.js +2 -2
  297. package/dist/select/src/index.css +726 -726
  298. package/dist/select/src/index.js +16 -16
  299. package/dist/spinner/src/Spinner.css +48 -48
  300. package/dist/spinner/src/Spinner.js +2 -2
  301. package/dist/spinner/src/index.css +48 -48
  302. package/dist/spinner/src/index.js +2 -2
  303. package/dist/switch/src/Switch.css +54 -54
  304. package/dist/switch/src/Switch.js +3 -3
  305. package/dist/switch/src/SwitchField.css +44 -44
  306. package/dist/switch/src/SwitchField.js +2 -2
  307. package/dist/switch/src/index.css +60 -60
  308. package/dist/switch/src/index.js +4 -4
  309. package/dist/tabs/src/Tab.css +553 -553
  310. package/dist/tabs/src/Tab.js +2 -2
  311. package/dist/tabs/src/TabLine.css +40 -40
  312. package/dist/tabs/src/TabLine.js +1 -1
  313. package/dist/tabs/src/TabList.css +45 -45
  314. package/dist/tabs/src/TabList.js +2 -2
  315. package/dist/tabs/src/TabPanel.css +40 -40
  316. package/dist/tabs/src/TabPanel.js +1 -1
  317. package/dist/tabs/src/index.css +562 -562
  318. package/dist/tabs/src/index.js +5 -5
  319. package/dist/tag/src/Tag.css +531 -531
  320. package/dist/tag/src/Tag.js +7 -7
  321. package/dist/tag/src/TagGroup.css +48 -48
  322. package/dist/tag/src/TagGroup.js +7 -7
  323. package/dist/tag/src/index.css +541 -541
  324. package/dist/tag/src/index.js +12 -12
  325. package/dist/tile/src/Tile.css +47 -47
  326. package/dist/tile/src/Tile.js +2 -2
  327. package/dist/tile/src/TileGroup.css +39 -39
  328. package/dist/tile/src/TileGroup.js +1 -1
  329. package/dist/tile/src/index.css +48 -48
  330. package/dist/tile/src/index.js +3 -3
  331. package/dist/toggle-arrow/src/ToggleArrow.css +40 -40
  332. package/dist/toggle-arrow/src/ToggleArrow.js +1 -1
  333. package/dist/toggle-arrow/src/index.css +40 -40
  334. package/dist/toggle-arrow/src/index.js +1 -1
  335. package/dist/tooltip/src/Tooltip.css +48 -48
  336. package/dist/tooltip/src/Tooltip.js +3 -3
  337. package/dist/tooltip/src/TooltipTrigger.css +38 -38
  338. package/dist/tooltip/src/index.css +48 -48
  339. package/dist/tooltip/src/index.js +3 -3
  340. package/dist/typography/heading/src/Heading.css +38 -38
  341. package/dist/typography/heading/src/Heading.js +1 -1
  342. package/dist/typography/heading/src/index.css +38 -38
  343. package/dist/typography/heading/src/index.js +1 -1
  344. package/dist/typography/label/src/FieldLabel.css +38 -38
  345. package/dist/typography/label/src/FieldLabel.js +3 -3
  346. package/dist/typography/label/src/Label.css +38 -38
  347. package/dist/typography/label/src/Label.js +1 -1
  348. package/dist/typography/label/src/index.css +38 -38
  349. package/dist/typography/label/src/index.js +3 -3
  350. package/dist/typography/overline-text/src/OverlineText.css +38 -38
  351. package/dist/typography/overline-text/src/OverlineText.js +1 -1
  352. package/dist/typography/overline-text/src/index.css +38 -38
  353. package/dist/typography/overline-text/src/index.js +1 -1
  354. package/dist/typography/paragraph/src/Paragraph.css +38 -38
  355. package/dist/typography/paragraph/src/Paragraph.js +2 -2
  356. package/dist/typography/paragraph/src/index.css +38 -38
  357. package/dist/typography/paragraph/src/index.js +2 -2
  358. package/dist/typography/text/src/Text.css +38 -38
  359. package/dist/typography/text/src/Text.js +1 -1
  360. package/dist/typography/text/src/index.css +38 -38
  361. package/dist/typography/text/src/index.js +1 -1
  362. package/dist/utils/src/ClearSlots.css +38 -38
  363. package/dist/utils/src/EnsureTextWrapper.css +38 -38
  364. package/dist/utils/src/EnsureTextWrapper.js +2 -2
  365. package/dist/utils/src/index.css +38 -38
  366. package/dist/utils/src/index.js +2 -2
  367. package/package.json +1 -1
  368. package/dist/chunk-JBPNJWC7.js +0 -7
  369. package/dist/chunk-PA5BIB6Z.js +0 -6
@@ -1,6 +1,6 @@
1
1
  import { ErrorMessageContext } from './chunk-FV74YT2D.js';
2
2
  import { useRenderProps } from './chunk-2NSUMKNH.js';
3
- import { _Text } from './chunk-VZB3QRZQ.js';
3
+ import { _Text } from './chunk-ROKFPULH.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
6
6
  import { WarningIcon } from '@hopper-ui/icons';
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps, composeRenderProps } from 'react-ar
10
10
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./ErrorMessage.module.css#css-module
13
- var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___zz9K5", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___--diE" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___kChes", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___zhz6q" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -1,4 +1,4 @@
1
- import { _Text } from './chunk-VZB3QRZQ.js';
1
+ import { _Text } from './chunk-ROKFPULH.js';
2
2
  import { cssModule } from './chunk-KVDXQMWI.js';
3
3
  import { useResponsiveValue } from '@hopper-ui/styled-system';
4
4
  import clsx from 'clsx';
@@ -6,7 +6,7 @@ import { forwardRef } from 'react';
6
6
  import { jsx } from 'react/jsx-runtime';
7
7
 
8
8
  // css-module:./Paragraph.module.css#css-module
9
- var Paragraph_module_default = { "hop-Paragraph": "Paragraph-module__hop-Paragraph___Pq7kA", "hop-Paragraph--xs": "Paragraph-module__hop-Paragraph--xs___LgqbD", "hop-Paragraph--sm": "Paragraph-module__hop-Paragraph--sm___glnjL", "hop-Paragraph--md": "Paragraph-module__hop-Paragraph--md___8hmg3", "hop-Paragraph--lg": "Paragraph-module__hop-Paragraph--lg___FlQMq", "hop-Paragraph--xl": "Paragraph-module__hop-Paragraph--xl___iEnrN", "hop-Paragraph--2xl": "Paragraph-module__hop-Paragraph--2xl___PiJaF", "hop-Paragraph--inherit": "Paragraph-module__hop-Paragraph--inherit___YqHJs" };
9
+ var Paragraph_module_default = { "hop-Paragraph": "Paragraph-module__hop-Paragraph___6BsgQ", "hop-Paragraph--xs": "Paragraph-module__hop-Paragraph--xs___Hz5Cx", "hop-Paragraph--sm": "Paragraph-module__hop-Paragraph--sm___Rpu8B", "hop-Paragraph--md": "Paragraph-module__hop-Paragraph--md___xnR4y", "hop-Paragraph--lg": "Paragraph-module__hop-Paragraph--lg___O1lis", "hop-Paragraph--xl": "Paragraph-module__hop-Paragraph--xl___3K9a8", "hop-Paragraph--2xl": "Paragraph-module__hop-Paragraph--2xl___p2IZU", "hop-Paragraph--inherit": "Paragraph-module__hop-Paragraph--inherit___8510X" };
10
10
  var GlobalParagraphCssSelector = "hop-Paragraph";
11
11
  function Paragraph(props, ref) {
12
12
  const { size: sizeProp, className, children, ...otherProps } = props;
@@ -1,6 +1,6 @@
1
1
  import { InternalSegmentedControlContext } from './chunk-6BJLSAMM.js';
2
2
  import { SegmentedControlItemContext } from './chunk-VS3PE4S6.js';
3
- import { _Text } from './chunk-VZB3QRZQ.js';
3
+ import { _Text } from './chunk-ROKFPULH.js';
4
4
  import { TextContext } from './chunk-ZNOU2CGM.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___36V6m", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___JNLEX", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___0lvO2", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___QqEQo", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___s6wkJ", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___BEqzy", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___FQqnq", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___E4OJj" };
14
+ var SegmentedControlItem_module_default = { "hop-SegmentedControlItem": "SegmentedControlItem-module__hop-SegmentedControlItem___h8xIo", "hop-SegmentedControlItem__slider": "SegmentedControlItem-module__hop-SegmentedControlItem__slider___P8iJw", "hop-SegmentedControlItem__wrapper": "SegmentedControlItem-module__hop-SegmentedControlItem__wrapper___h8J0O", "hop-SegmentedControlItem--md": "SegmentedControlItem-module__hop-SegmentedControlItem--md___lO2-4", "hop-SegmentedControlItem__icon": "SegmentedControlItem-module__hop-SegmentedControlItem__icon___f6wUt", "hop-SegmentedControlItem__text": "SegmentedControlItem-module__hop-SegmentedControlItem__text___5KHFk", "hop-SegmentedControlItem__start-icon": "SegmentedControlItem-module__hop-SegmentedControlItem__start-icon___5M5yj", "hop-SegmentedControlItem--justified": "SegmentedControlItem-module__hop-SegmentedControlItem--justified___t2QrI" };
15
15
  var GlobalSegmentedControlItemCssSelector = "hop-SegmentedControlItem";
16
16
  var SegmentedControlItem = (props, ref) => {
17
17
  var _a;
@@ -1,14 +1,15 @@
1
+ import { ModalTrigger } from './chunk-YVZGV7LZ.js';
1
2
  import { CustomModalContext } from './chunk-AJKN2ALX.js';
2
- import { _BaseModal } from './chunk-6RBI4JGC.js';
3
+ import { _BaseModal } from './chunk-5Y5LDDTP.js';
3
4
  import { cssModule } from './chunk-KVDXQMWI.js';
4
5
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
5
6
  import clsx from 'clsx';
6
7
  import { forwardRef } from 'react';
7
- import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext, DialogTrigger } from 'react-aria-components';
8
+ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext } from 'react-aria-components';
8
9
  import { jsx } from 'react/jsx-runtime';
9
10
 
10
11
  // css-module:./CustomModal.module.css#css-module
11
- var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-CustomModal___35ZIs" };
12
+ var CustomModal_module_default = { "hop-CustomModal": "CustomModal-module__hop-CustomModal___IZSNN" };
12
13
  var GlobalCustomModalCssSelector = "hop-CustomModal";
13
14
  var CustomModal = (props, ref) => {
14
15
  var _a;
@@ -72,6 +73,6 @@ var CustomModal = (props, ref) => {
72
73
  };
73
74
  var _CustomModal = forwardRef(CustomModal);
74
75
  _CustomModal.displayName = "CustomModal";
75
- var CustomModalTrigger = DialogTrigger;
76
+ var CustomModalTrigger = ModalTrigger;
76
77
 
77
78
  export { CustomModalTrigger, GlobalCustomModalCssSelector, _CustomModal };
@@ -1,10 +1,10 @@
1
1
  import { RadioGroupContext } from './chunk-5MBJWRZD.js';
2
2
  import { RadioFieldContext } from './chunk-DGLAGYBD.js';
3
3
  import { RadioContext } from './chunk-FU5CCPLP.js';
4
- import { FieldLabel } from './chunk-X3UOFUTJ.js';
5
- import { _HelperMessage } from './chunk-IC4LWUB5.js';
6
- import { _ErrorMessage } from './chunk-577PFBCO.js';
7
- import { useFormProps } from './chunk-OMRMMDOU.js';
4
+ import { FieldLabel } from './chunk-BDRD2PEX.js';
5
+ import { _HelperMessage } from './chunk-5YHTJLUK.js';
6
+ import { _ErrorMessage } from './chunk-OVQOD263.js';
7
+ import { useFormProps } from './chunk-2LIZIW4L.js';
8
8
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
9
9
  import { SlotProvider } from './chunk-M36KANKC.js';
10
10
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -15,7 +15,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
15
15
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
16
16
 
17
17
  // css-module:./RadioGroup.module.css#css-module
18
- var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___FfOu-", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___Vx6Ux", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___b1s5M", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___-D-ui", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___2aGSn", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___ctkpN", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___XwicQ", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___bwK-T", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___uKf9Q" };
18
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___kH1Uv", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___JDNYO", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___siinZ", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___Vqajx", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___9ODET", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___jcX7x", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___S2bmR", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___bCs4l", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___gXj6n" };
19
19
  var GlobalRadioGroupCssSelector = "hop-RadioGroup";
20
20
  function RadioGroup(props, ref) {
21
21
  var _a, _b, _c;
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./ListBoxItemSkeleton.module.css#css-module
10
- var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___HMnCl", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___X-LSb", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___cB6r6", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___PQExy", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___1oiq8", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___o7bRb" };
10
+ var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___6muiM", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___kt3pA", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___IKGMT", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___pePWl", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___vnhMc", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___rl7Mu" };
11
11
  var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
12
12
  function ListBoxItemSkeleton(props, ref) {
13
13
  var _a;
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./Image.module.css#css-module
11
- var Image_module_default = { "hop-Image": "Image-module__hop-Image___VSUrL", "hop-Image--rounded": "Image-module__hop-Image--rounded___fNBx1", "hop-Image--circular": "Image-module__hop-Image--circular___KU3GS" };
11
+ var Image_module_default = { "hop-Image": "Image-module__hop-Image___nL4G7", "hop-Image--rounded": "Image-module__hop-Image--rounded___RK-4Y", "hop-Image--circular": "Image-module__hop-Image--circular___koHwo" };
12
12
  var GlobalImageCssSelector = "hop-Image";
13
13
  function Image(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, ImageContext);
@@ -1,7 +1,7 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
2
  import { useRenderProps } from './chunk-2NSUMKNH.js';
3
3
  import { IconListContext } from './chunk-GBWXEK6N.js';
4
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
4
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
5
5
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
6
6
  import { TextContext } from './chunk-ZNOU2CGM.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___cx-9t Checkbox-module__hop-Checkbox___NPY-l", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___Dk5x4 Checkbox-module__hop-Checkbox--sm___0ahG5", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___XR9Fn Checkbox-module__hop-Checkbox--md___7wq2-", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___ce-HO Checkbox-module__hop-Checkbox__icon___MMf5U", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___GVnhN Checkbox-module__hop-Checkbox__icon___MMf5U", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___8U7Gt Checkbox-module__hop-Checkbox__box___Ky0Jh", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___Nb1K0 Checkbox-module__hop-Checkbox__check___TmnIS", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___yk-D0 Checkbox-module__hop-Checkbox__text___b-1sr" };
18
+ var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___Mr-TZ Checkbox-module__hop-Checkbox___r-oBf", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___dO20l Checkbox-module__hop-Checkbox--sm___Ho0MH", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___hKrHj Checkbox-module__hop-Checkbox--md___LRx-4", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___-SGuH Checkbox-module__hop-Checkbox__icon___dqVEh", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___BEx35 Checkbox-module__hop-Checkbox__icon___dqVEh", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___62sae Checkbox-module__hop-Checkbox__box___5A0eR", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___-9vaD Checkbox-module__hop-Checkbox__check___eqNPB", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___we-xn Checkbox-module__hop-Checkbox__text___2U80U" };
19
19
  var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
20
20
  function DecorativeCheckbox(props, ref) {
21
21
  var _a;
@@ -1,17 +1,17 @@
1
1
  import { SelectContext } from './chunk-ZOTXNUAV.js';
2
- import { _SelectValue } from './chunk-QCTJN46H.js';
3
- import { _Popover } from './chunk-OVTSR6HI.js';
4
- import { _ListBox } from './chunk-SPPBPUG4.js';
5
- import { _ListBoxItem } from './chunk-WXWKGKMC.js';
2
+ import { _SelectValue } from './chunk-KETOMGDO.js';
3
+ import { _Popover } from './chunk-KEBEVJIF.js';
4
+ import { _ListBox } from './chunk-TBXWGSIH.js';
5
+ import { _ListBoxItem } from './chunk-HZ6JM2ZO.js';
6
6
  import { _ListBoxSection } from './chunk-PN5BRTOO.js';
7
7
  import { _Footer } from './chunk-RN3FLBX4.js';
8
- import { _ToggleArrow } from './chunk-3B5KHMLU.js';
9
- import { FieldLabel } from './chunk-X3UOFUTJ.js';
10
- import { _HelperMessage } from './chunk-IC4LWUB5.js';
11
- import { _ErrorMessage } from './chunk-577PFBCO.js';
8
+ import { _ToggleArrow } from './chunk-NI4ZPYKB.js';
9
+ import { FieldLabel } from './chunk-BDRD2PEX.js';
10
+ import { _HelperMessage } from './chunk-5YHTJLUK.js';
11
+ import { _ErrorMessage } from './chunk-OVQOD263.js';
12
12
  import { BadgeContext } from './chunk-ZSFJVMJN.js';
13
- import { useFormProps } from './chunk-OMRMMDOU.js';
14
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
13
+ import { useFormProps } from './chunk-2LIZIW4L.js';
14
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
15
15
  import { ClearContainerSlots, ClearProviders } from './chunk-PQSMCDAM.js';
16
16
  import { TextContext } from './chunk-ZNOU2CGM.js';
17
17
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, TextContext as TextContext$1, Butt
24
24
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
25
25
 
26
26
  // css-module:./Select.module.css#css-module
27
- var Select_module_default = { "hop-Select": "Select-module__hop-Select___n5e4i", "hop-Select--fluid": "Select-module__hop-Select--fluid___D9-Yh", "hop-Select__label": "Select-module__hop-Select__label___j5V6P", "hop-Select__button": "Select-module__hop-Select__button___QHuo4", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___M0Bd-", "hop-Select__button--md": "Select-module__hop-Select__button--md___Ojcmh", "hop-Select__prefix": "Select-module__hop-Select__prefix___4gsoz", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___il-i8", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___01auk", "hop-Select__error-message": "Select-module__hop-Select__error-message___apvJA" };
27
+ var Select_module_default = { "hop-Select": "Select-module__hop-Select___qRn12", "hop-Select--fluid": "Select-module__hop-Select--fluid___9E2Wt", "hop-Select__label": "Select-module__hop-Select__label___nIRgF", "hop-Select__button": "Select-module__hop-Select__button___-2NO8", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___UP3aj", "hop-Select__button--md": "Select-module__hop-Select__button--md___14Di7", "hop-Select__prefix": "Select-module__hop-Select__prefix___bj2RB", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___IrMa-", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___zuVdz", "hop-Select__error-message": "Select-module__hop-Select__error-message___ceN6D" };
28
28
  var GlobalSelectCssSelector = "hop-Select";
29
29
  function Select(props, ref) {
30
30
  var _a, _b, _c, _d;
@@ -20,7 +20,7 @@ function mapOrbiterToHopperVariants(variant) {
20
20
  }
21
21
 
22
22
  // css-module:./EmbeddedButton.module.css#css-module
23
- var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___lt9ih", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___qF4h5", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___fuTbn", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___QnpZH", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___oRX8a", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___4F-Nc", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___fqAUw", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___Sz9cE", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___En5yC", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___wyPAy", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___T40SO", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___Z4DYy", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___IVvzn", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___vEXpZ", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___oGBxH", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___tax5A" };
23
+ var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___pGDqW", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___8i5LZ", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___DVa-H", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___LoK4I", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___YuwNo", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___iY-l9", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___cr1TD", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___mIMHx", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___vB7cd", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___SxmE-", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___Ip9KU", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___bN--r", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___6aHGF", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___4JgRD", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___oYKop", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___qKlhS" };
24
24
  var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
25
25
  function EmbeddedButton(props, ref) {
26
26
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { SpinnerContext } from './chunk-5K3V5PGZ.js';
2
- import { _Text } from './chunk-VZB3QRZQ.js';
2
+ import { _Text } from './chunk-ROKFPULH.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___0knRt", "spin": "Spinner-module__spin___vloww", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___WQSKz", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___Xdb0k", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___kz-Ip", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___E1HVu", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___OgL8J", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___7DtDn" };
12
+ var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___Ja9xz", "spin": "Spinner-module__spin___ROgAi", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___IBg49", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___wiGyY", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___bKAlD", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___mEl9Y", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___ysdod", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___y-gHH" };
13
13
  var GlobalSpinnerCssSelector = "hop-Spinner";
14
14
  var SpinnerToTextSizeAdapter = {
15
15
  sm: "xs",
@@ -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___G-8u7", "hop-Text--xs": "Text-module__hop-Text--xs___Dg5q5", "hop-Text--sm": "Text-module__hop-Text--sm___9TjQK", "hop-Text--md": "Text-module__hop-Text--md___Pftgv", "hop-Text--lg": "Text-module__hop-Text--lg___v9S-Z", "hop-Text--xl": "Text-module__hop-Text--xl___e0ov0", "hop-Text--2xl": "Text-module__hop-Text--2xl___HrQkx", "hop-Text--inherit": "Text-module__hop-Text--inherit___QCieq" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___pnk0-", "hop-Text--xs": "Text-module__hop-Text--xs___Hh3DB", "hop-Text--sm": "Text-module__hop-Text--sm___luz7Y", "hop-Text--md": "Text-module__hop-Text--md___-hwFW", "hop-Text--lg": "Text-module__hop-Text--lg___xD6vR", "hop-Text--xl": "Text-module__hop-Text--xl___eA4Xv", "hop-Text--2xl": "Text-module__hop-Text--2xl___ZsZM8", "hop-Text--inherit": "Text-module__hop-Text--inherit___3JLqW" };
13
13
  var GlobalTextCssSelector = "hop-Text";
14
14
  function Text(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, TextContext);
@@ -1,7 +1,7 @@
1
1
  import { RadioContext } from './chunk-FU5CCPLP.js';
2
2
  import { useRenderProps } from './chunk-2NSUMKNH.js';
3
3
  import { IconListContext } from './chunk-GBWXEK6N.js';
4
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
4
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
5
5
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
6
6
  import { TextContext } from './chunk-ZNOU2CGM.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___FBSRX Radio-module__hop-Radio___4LLOh", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___QqYLj Radio-module__hop-Radio--sm___6hwBo", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___Kh5A8 Radio-module__hop-Radio--md___c3Uan", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___6HQJC Radio-module__hop-Radio__icon___0uJjm", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___GsoGe Radio-module__hop-Radio__icon___0uJjm", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___7OEvI Radio-module__hop-Radio__box___785vN", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___oE7fk Radio-module__hop-Radio__bullet___m8Yz7", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___TtppX Radio-module__hop-Radio__text___oGibW" };
18
+ var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___I6Nll Radio-module__hop-Radio___qUGyL", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___HoDUJ Radio-module__hop-Radio--sm___h31jM", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___DfsYR Radio-module__hop-Radio--md___wyB2V", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___ktioV Radio-module__hop-Radio__icon___c0ZNl", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___5RI6H Radio-module__hop-Radio__icon___c0ZNl", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___0JwgQ Radio-module__hop-Radio__box___w77n0", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___r9bcz Radio-module__hop-Radio__bullet___BrSGl", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___Af-xD Radio-module__hop-Radio__text___8W1lF" };
19
19
  var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
20
20
  function DecorativeRadio(props, ref) {
21
21
  var _a;
@@ -1,11 +1,11 @@
1
1
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
2
- import { Input } from './chunk-KR6TXKX2.js';
3
- import { _InputGroup } from './chunk-MDAOQLWM.js';
4
- import { FieldLabel } from './chunk-X3UOFUTJ.js';
5
- import { _HelperMessage } from './chunk-IC4LWUB5.js';
6
- import { _ErrorMessage } from './chunk-577PFBCO.js';
7
- import { useFormProps } from './chunk-OMRMMDOU.js';
8
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
2
+ import { Input } from './chunk-YNECINC4.js';
3
+ import { _InputGroup } from './chunk-AKKQZ5VG.js';
4
+ import { FieldLabel } from './chunk-BDRD2PEX.js';
5
+ import { _HelperMessage } from './chunk-5YHTJLUK.js';
6
+ import { _ErrorMessage } from './chunk-OVQOD263.js';
7
+ import { useFormProps } from './chunk-2LIZIW4L.js';
8
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
9
9
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
10
10
  import { TextContext } from './chunk-ZNOU2CGM.js';
11
11
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -22,7 +22,7 @@ import { useContextProps, composeRenderProps, NumberField as NumberField$1, Butt
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___2IzLe", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___dM-LT", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___a-SXo", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___Bd7yu", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___mRGVZ", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___3DZBX", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___l8pSK", "hop-NumberField__steppers": "NumberField-module__hop-NumberField__steppers___4-wVJ", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___catXz", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___yBj6L", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___o11os", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___Jm0wq", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___1xZDg" };
25
+ var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___QG4la", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___y876F", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___1WAoG", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___nyDHk", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___-tk-3", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___5fyON", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___Gh9XS", "hop-NumberField__steppers": "NumberField-module__hop-NumberField__steppers___dy-vT", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___5WQ5e", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___rsbw-", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___vW2lF", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___k-qcv", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___C6LD5" };
26
26
  var GlobalNumberFieldCssSelector = "hop-NumberField";
27
27
  var StepperButton = ({ direction }) => {
28
28
  const StepperIcon = direction === "increment" ? AngleUpIcon : AngleDownIcon;
@@ -9,7 +9,7 @@ import { useContextProps, Provider } from 'react-aria-components';
9
9
  import { jsx } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./Illustration.module.css#css-module
12
- var Illustration_module_default = { "hop-Illustration": "Illustration-module__hop-Illustration___PMymK", "hop-Illustration__image": "Illustration-module__hop-Illustration__image___NcRoK", "hop-Illustration--horizontal": "Illustration-module__hop-Illustration--horizontal___eYJZt", "hop-Illustration--vertical": "Illustration-module__hop-Illustration--vertical___9u1BU", "hop-Illustration--rounded": "Illustration-module__hop-Illustration--rounded___y284I" };
12
+ var Illustration_module_default = { "hop-Illustration": "Illustration-module__hop-Illustration___n9A0x", "hop-Illustration__image": "Illustration-module__hop-Illustration__image___096Kc", "hop-Illustration--horizontal": "Illustration-module__hop-Illustration--horizontal___pX98Z", "hop-Illustration--vertical": "Illustration-module__hop-Illustration--vertical___bZi-J", "hop-Illustration--rounded": "Illustration-module__hop-Illustration--rounded___Th-nC" };
13
13
  var GlobalIllustrationCssSelector = "hop-Illustration";
14
14
  function Illustration(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, IllustrationContext);
@@ -1,6 +1,6 @@
1
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
2
  import { IconListContext } from './chunk-GBWXEK6N.js';
3
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
3
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
4
4
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
5
5
  import { TextContext } from './chunk-ZNOU2CGM.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Switch.module.css#css-module
16
- var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___dO5Gf", "hop-Switch--sm": "Switch-module__hop-Switch--sm___InAO8", "hop-Switch--md": "Switch-module__hop-Switch--md___uJWzb", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___FjkNx", "hop-Switch__text": "Switch-module__hop-Switch__text___5yn4v", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___BY3CD", "hop-Switch__icon": "Switch-module__hop-Switch__icon___Iv7TT" };
16
+ var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___tjoFt", "hop-Switch--sm": "Switch-module__hop-Switch--sm___WIDHX", "hop-Switch--md": "Switch-module__hop-Switch--md___itdKd", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___5yevw", "hop-Switch__text": "Switch-module__hop-Switch__text___wwsdZ", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___61TRU", "hop-Switch__icon": "Switch-module__hop-Switch__icon___XI4Da" };
17
17
  var GlobalSwitchCssSelector = "hop-Switch";
18
18
  function Switch(props, ref) {
19
19
  var _a;
@@ -1,11 +1,11 @@
1
1
  import { ListBoxContext } from './chunk-4HEOTMP7.js';
2
- import { _ListBoxItem } from './chunk-WXWKGKMC.js';
2
+ import { _ListBoxItem } from './chunk-HZ6JM2ZO.js';
3
3
  import { ListBoxItemContext } from './chunk-FDJDFE4U.js';
4
4
  import { ListBoxSectionContext } from './chunk-MOZ6M5ZZ.js';
5
5
  import { HeaderContext } from './chunk-FOQ7KN4V.js';
6
6
  import { isFunction } from './chunk-TIPN4VYD.js';
7
7
  import { useLocalizedString } from './chunk-NNLLQWDS.js';
8
- import { _Text } from './chunk-VZB3QRZQ.js';
8
+ import { _Text } from './chunk-ROKFPULH.js';
9
9
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
10
10
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
11
11
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
18
18
  import { jsx, jsxs } from 'react/jsx-runtime';
19
19
 
20
20
  // css-module:./ListBox.module.css#css-module
21
- var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___fRNID", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___cEpgu", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___Rg9Du", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___hkFau", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___YUO8E" };
21
+ var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___0ax5S", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___CSlTn", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___FWyTs", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___tPpYd", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___MDfd0" };
22
22
  var GlobalListBoxCssSelector = "hop-ListBox";
23
23
  var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
24
24
  var ListBoxToTextSizeAdapter = {
@@ -1,6 +1,6 @@
1
1
  import { TooltipContext } from './chunk-77PD5K3M.js';
2
2
  import { TooltipTriggerContext } from './chunk-XXEXHHC6.js';
3
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
3
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
4
4
  import { TextContext } from './chunk-ZNOU2CGM.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
6
6
  import { useStyledSystem, useColorSchemeContext, getRootCSSClasses } from '@hopper-ui/styled-system';
@@ -10,7 +10,7 @@ import { useContextProps, Provider, Tooltip as Tooltip$1 } from 'react-aria-comp
10
10
  import { jsx } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./Tooltip.module.css#css-module
13
- var Tooltip_module_default = { "hop-Tooltip": "Tooltip-module__hop-Tooltip___okVwy", "hop-Tooltip--top": "Tooltip-module__hop-Tooltip--top___ArTnq", "hop-Tooltip--right": "Tooltip-module__hop-Tooltip--right___5r1LL", "hop-Tooltip--bottom": "Tooltip-module__hop-Tooltip--bottom___OEn92", "hop-Tooltip--left": "Tooltip-module__hop-Tooltip--left___3SU2Z", "slide": "Tooltip-module__slide___341B0" };
13
+ var Tooltip_module_default = { "hop-Tooltip": "Tooltip-module__hop-Tooltip___5nNwJ", "hop-Tooltip--top": "Tooltip-module__hop-Tooltip--top___5-o9W", "hop-Tooltip--right": "Tooltip-module__hop-Tooltip--right___7p11S", "hop-Tooltip--bottom": "Tooltip-module__hop-Tooltip--bottom___-b7KH", "hop-Tooltip--left": "Tooltip-module__hop-Tooltip--left___DRB6i", "slide": "Tooltip-module__slide___iSOun" };
14
14
  var GlobalTooltipCssSelector = "hop-Tooltip";
15
15
  function Tooltip(props, ref) {
16
16
  [props, ref] = useContextProps(props, ref, TooltipContext);
@@ -1,12 +1,12 @@
1
- import { ModalContext } from './chunk-JBPNJWC7.js';
2
1
  import { ImageContext } from './chunk-JAR7CXVS.js';
3
2
  import { FooterContext } from './chunk-I67NHYK4.js';
4
3
  import { HeaderContext } from './chunk-FOQ7KN4V.js';
5
- import { _BaseModal } from './chunk-6RBI4JGC.js';
4
+ import { _BaseModal } from './chunk-5Y5LDDTP.js';
5
+ import { ModalContext } from './chunk-OO3XBOMF.js';
6
6
  import { HeadingContext } from './chunk-WJRMD4JP.js';
7
7
  import { ContentContext } from './chunk-IXB2WK56.js';
8
8
  import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
9
- import { _CloseButton } from './chunk-PLXR2CDY.js';
9
+ import { _CloseButton } from './chunk-LWXFCL7K.js';
10
10
  import { ButtonContext } from './chunk-WMTWFKKP.js';
11
11
  import { useSlot } from './chunk-H5YTU3U7.js';
12
12
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, Dialog, OverlayTriggerStateContext
17
17
  import { jsx, jsxs } from 'react/jsx-runtime';
18
18
 
19
19
  // css-module:./Modal.module.css#css-module
20
- var Modal_module_default = { "hop-Modal": "Modal-module__hop-Modal___zeuev", "hop-Modal__top-container": "Modal-module__hop-Modal__top-container___0-JyX", "hop-Modal__bottom-container": "Modal-module__hop-Modal__bottom-container___t7W2d", "hop-Modal--has-image": "Modal-module__hop-Modal--has-image___s-9dQ", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___HQhCE", "hop-Modal--fullscreenTakeover": "Modal-module__hop-Modal--fullscreenTakeover___8KJNY", "hop-Modal__close": "Modal-module__hop-Modal__close___7JD4O", "hop-Modal__image": "Modal-module__hop-Modal__image___i72D8", "hop-Modal__heading": "Modal-module__hop-Modal__heading___Eyu9I", "hop-Modal__header": "Modal-module__hop-Modal__header___8nfGX", "hop-Modal__content": "Modal-module__hop-Modal__content___p25iH", "hop-Modal__footer": "Modal-module__hop-Modal__footer___TgcH-", "hop-Modal__button": "Modal-module__hop-Modal__button___xWXrg", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___Wkar5" };
20
+ var Modal_module_default = { "hop-Modal": "Modal-module__hop-Modal___rLcuh", "hop-Modal__top-container": "Modal-module__hop-Modal__top-container___8Itk8", "hop-Modal__bottom-container": "Modal-module__hop-Modal__bottom-container___OjIzL", "hop-Modal--has-image": "Modal-module__hop-Modal--has-image___7-plM", "hop-Modal--fullscreen": "Modal-module__hop-Modal--fullscreen___eTZTI", "hop-Modal--fullscreenTakeover": "Modal-module__hop-Modal--fullscreenTakeover___LI3z4", "hop-Modal__close": "Modal-module__hop-Modal__close___PrVUZ", "hop-Modal__image": "Modal-module__hop-Modal__image___OInIl", "hop-Modal__heading": "Modal-module__hop-Modal__heading___OFJOA", "hop-Modal__header": "Modal-module__hop-Modal__header___CdFa8", "hop-Modal__content": "Modal-module__hop-Modal__content___hyAgQ", "hop-Modal__footer": "Modal-module__hop-Modal__footer___LuiN2", "hop-Modal__button": "Modal-module__hop-Modal__button___Oxq8O", "hop-Modal__button-group": "Modal-module__hop-Modal__button-group___G0p9o" };
21
21
  var GlobalModalCssSelector = "hop-Modal";
22
22
  var ClearContexts = [ImageContext, HeadingContext, HeaderContext, ContentContext, FooterContext, ButtonContext, ButtonGroupContext];
23
23
  var Modal = (props, ref) => {
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, Disclosure as D
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./Disclosure.module.css#css-module
15
- var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-Disclosure___TNMx-", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___NatX4", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___p-wgV", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___d--M4" };
15
+ var Disclosure_module_default = { "hop-Disclosure": "Disclosure-module__hop-Disclosure___FI8lX", "hop-Disclosure__header": "Disclosure-module__hop-Disclosure__header___I1E8O", "hop-Disclosure--inline": "Disclosure-module__hop-Disclosure--inline___boU5-", "hop-Disclosure__panel": "Disclosure-module__hop-Disclosure__panel___i3CYo" };
16
16
  var GlobalDisclosureCssSelector = "hop-Disclosure";
17
17
  function Disclosure(props, ref) {
18
18
  [props, ref] = useContextProps(props, ref, DisclosureContext);
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./SvgImage.module.css#css-module
10
- var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___t05z7" };
10
+ var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___ZhNGv" };
11
11
  var GlobalSvgImageCssSelector = "hop-SvgImage";
12
12
  function SvgImage(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, SvgImageContext);
@@ -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___ku96m" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___LNOPr" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -1,14 +1,14 @@
1
1
  import { TextFieldContext } from './chunk-O4XPUINW.js';
2
2
  import { useTruncatedText } from './chunk-Z57VHYOF.js';
3
- import { _RemainingCharacterCount } from './chunk-LCJFJMIV.js';
4
- import { Input } from './chunk-KR6TXKX2.js';
5
- import { _InputGroup } from './chunk-MDAOQLWM.js';
6
- import { FieldLabel } from './chunk-X3UOFUTJ.js';
7
- import { _HelperMessage } from './chunk-IC4LWUB5.js';
8
- import { _ErrorMessage } from './chunk-577PFBCO.js';
9
- import { _ClearButton } from './chunk-OT6ZCUBP.js';
10
- import { useFormProps } from './chunk-OMRMMDOU.js';
11
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
3
+ import { _RemainingCharacterCount } from './chunk-DCPYCJNS.js';
4
+ import { Input } from './chunk-YNECINC4.js';
5
+ import { _InputGroup } from './chunk-AKKQZ5VG.js';
6
+ import { FieldLabel } from './chunk-BDRD2PEX.js';
7
+ import { _HelperMessage } from './chunk-5YHTJLUK.js';
8
+ import { _ErrorMessage } from './chunk-OVQOD263.js';
9
+ import { _ClearButton } from './chunk-4RONXUJU.js';
10
+ import { useFormProps } from './chunk-2LIZIW4L.js';
11
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
12
12
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
13
13
  import { TextContext } from './chunk-ZNOU2CGM.js';
14
14
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -25,7 +25,7 @@ import { useContextProps, composeRenderProps, TextField as TextField$1 } from 'r
25
25
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
26
26
 
27
27
  // css-module:./TextField.module.css#css-module
28
- var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___bc-h8", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___PiFbb", "hop-TextField__Label": "TextField-module__hop-TextField__Label___KIH1k", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___GOt0g", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___ywFjV", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___5TBqA", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___ioi4z" };
28
+ var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___kXIda", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___Ry4G9", "hop-TextField__Label": "TextField-module__hop-TextField__Label___Kmt5q", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___yQ8AW", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___l5L7Q", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___7hlC-", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___RBEG2" };
29
29
  var GlobalTextFieldCssSelector = "hop-TextField";
30
30
  function TextField(props, ref) {
31
31
  var _a;
@@ -1,4 +1,4 @@
1
- import { TabLine } from './chunk-XFEDDVP7.js';
1
+ import { TabLine } from './chunk-AV7CVACM.js';
2
2
  import { TabListContext, InternalTabsContext } from './chunk-ZXON3BAA.js';
3
3
  import { cssModule } from './chunk-KVDXQMWI.js';
4
4
  import { useStyledSystem } from '@hopper-ui/styled-system';
@@ -8,7 +8,7 @@ import { useContextProps, TabListStateContext, TabList as TabList$1 } from 'reac
8
8
  import { jsxs, jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./TabList.module.css#css-module
11
- var TabList_module_default = { "hop-TabList": "TabList-module__hop-TabList___bd4q1", "hop-TabList--standalone": "TabList-module__hop-TabList--standalone___O8atT", "hop-TabList--in-card": "TabList-module__hop-TabList--in-card___Mytgu", "hop-TabList__tablist": "TabList-module__hop-TabList__tablist___Sz5Ne", "hop-TabList--md": "TabList-module__hop-TabList--md___f-yDU" };
11
+ var TabList_module_default = { "hop-TabList": "TabList-module__hop-TabList___poedM", "hop-TabList--standalone": "TabList-module__hop-TabList--standalone___-cZcz", "hop-TabList--in-card": "TabList-module__hop-TabList--in-card___jj-3F", "hop-TabList__tablist": "TabList-module__hop-TabList__tablist___OmUyr", "hop-TabList--md": "TabList-module__hop-TabList--md___vY0Fk" };
12
12
  var GlobalTabListCssSelector = "hop-TabList";
13
13
  function TabList(props, ref) {
14
14
  var _a, _b;
@@ -1,4 +1,4 @@
1
- import { useFormProps } from './chunk-OMRMMDOU.js';
1
+ import { useFormProps } from './chunk-2LIZIW4L.js';
2
2
  import { useResponsiveValue } from '@hopper-ui/styled-system';
3
3
 
4
4
  var ButtonToFieldSizeAdapter = {
@@ -1,5 +1,5 @@
1
1
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
2
- import { _Text } from './chunk-VZB3QRZQ.js';
2
+ import { _Text } from './chunk-ROKFPULH.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
 
5
5
  function ensureTextWrapper(children, elementType) {
@@ -7,7 +7,7 @@ import { jsx } from 'react/jsx-runtime';
7
7
 
8
8
  var GlobalMenuTriggerCssSelector = "hop-MenuTrigger";
9
9
  function MenuTrigger(props) {
10
- const { align, direction, allowFlip, children } = props;
10
+ const { align, direction, allowFlip, children, shouldCloseOnSelect } = props;
11
11
  const [isPressed, setPressed] = useState(false);
12
12
  const { addGlobalListener } = useGlobalListeners();
13
13
  const onPressStart = (e) => {
@@ -25,7 +25,8 @@ function MenuTrigger(props) {
25
25
  value: {
26
26
  align,
27
27
  direction,
28
- allowFlip
28
+ allowFlip,
29
+ shouldCloseOnSelect
29
30
  },
30
31
  children: /* @__PURE__ */ jsx(MenuTrigger$1, { ...props, children: /* @__PURE__ */ jsx(PressResponder, { onPressStart, isPressed, children }) })
31
32
  }
@@ -1,6 +1,6 @@
1
1
  import { RadioContext } from './chunk-FU5CCPLP.js';
2
2
  import { IconListContext } from './chunk-GBWXEK6N.js';
3
- import { ensureTextWrapper } from './chunk-GBONKMOR.js';
3
+ import { ensureTextWrapper } from './chunk-X3FPCCO2.js';
4
4
  import { ClearContainerSlots } from './chunk-PQSMCDAM.js';
5
5
  import { TextContext } from './chunk-ZNOU2CGM.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Radio.module.css#css-module
16
- var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___4LLOh", "hop-Radio--sm": "Radio-module__hop-Radio--sm___6hwBo", "hop-Radio--md": "Radio-module__hop-Radio--md___c3Uan", "hop-Radio__icon": "Radio-module__hop-Radio__icon___0uJjm", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___otOro", "hop-Radio__box": "Radio-module__hop-Radio__box___785vN", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___m8Yz7", "hop-Radio__text": "Radio-module__hop-Radio__text___oGibW" };
16
+ var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___qUGyL", "hop-Radio--sm": "Radio-module__hop-Radio--sm___h31jM", "hop-Radio--md": "Radio-module__hop-Radio--md___wyB2V", "hop-Radio__icon": "Radio-module__hop-Radio__icon___c0ZNl", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___3ssir", "hop-Radio__box": "Radio-module__hop-Radio__box___w77n0", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___BrSGl", "hop-Radio__text": "Radio-module__hop-Radio__text___8W1lF" };
17
17
  var GlobalRadioCssSelector = "hop-Radio";
18
18
  function Radio(props, ref) {
19
19
  var _a;
@@ -7,7 +7,7 @@ import { useContextProps, Text } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./OverlineText.module.css#css-module
10
- var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___hbWle", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___FbQUw" };
10
+ var OverlineText_module_default = { "hop-OverlineText": "OverlineText-module__hop-OverlineText___tcPvc", "hop-OverlineText__text": "OverlineText-module__hop-OverlineText__text___1-ZVs" };
11
11
  var GlobalOverlineTextCssSelector = "hop-OverlineText";
12
12
  function OverlineText(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, OverlineTextContext);
@@ -6,7 +6,7 @@ import { useContextProps, Input as Input$1 } from 'react-aria-components';
6
6
  import { jsx } from 'react/jsx-runtime';
7
7
 
8
8
  // css-module:./Input.module.css#css-module
9
- var Input_module_default = { "hop-Input": "Input-module__hop-Input___oMp8n", "hop-Input--sm": "Input-module__hop-Input--sm___FReup" };
9
+ var Input_module_default = { "hop-Input": "Input-module__hop-Input___GCTG5", "hop-Input--sm": "Input-module__hop-Input--sm___CPexM" };
10
10
  var InputContext = createContext({});
11
11
  var Input = forwardRef(function Input2(props, ref) {
12
12
  var _a;
@@ -7,7 +7,7 @@ import { useContextProps, Separator } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Divider.module.css#css-module
10
- var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___Vkog-", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___4Nfiv" };
10
+ var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___ircyA", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___Wbrll" };
11
11
  var GlobalDividerCssSelector = "hop-Divider";
12
12
  function Divider(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, DividerContext);
@@ -0,0 +1,9 @@
1
+ import { InternalModalTriggerContext } from './chunk-OO3XBOMF.js';
2
+ import { DialogTrigger } from 'react-aria-components';
3
+ import { jsx } from 'react/jsx-runtime';
4
+
5
+ function ModalTrigger(props) {
6
+ return /* @__PURE__ */ jsx(InternalModalTriggerContext.Provider, { value: props, children: /* @__PURE__ */ jsx(DialogTrigger, { ...props, children: props.children }) });
7
+ }
8
+
9
+ export { ModalTrigger };