@hopper-ui/components 1.4.1 → 1.4.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 (240) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +38 -38
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +56 -56
  5. package/dist/Avatar/src/Avatar.js +4 -4
  6. package/dist/Avatar/src/DeletedAvatar.css +38 -38
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +56 -56
  11. package/dist/Avatar/src/index.js +6 -6
  12. package/dist/Badge/src/Badge.css +43 -43
  13. package/dist/Badge/src/Badge.js +2 -2
  14. package/dist/Badge/src/FloatingBadge.css +38 -38
  15. package/dist/Badge/src/FloatingBadge.js +2 -2
  16. package/dist/Badge/src/index.css +53 -53
  17. package/dist/Badge/src/index.js +4 -4
  18. package/dist/Card/src/Card.css +31 -31
  19. package/dist/Card/src/Card.js +1 -1
  20. package/dist/Card/src/index.css +31 -31
  21. package/dist/Card/src/index.js +1 -1
  22. package/dist/ComboBox/src/ComboBox.css +562 -562
  23. package/dist/ComboBox/src/ComboBox.d.ts +1 -1
  24. package/dist/ComboBox/src/ComboBox.js +17 -17
  25. package/dist/ComboBox/src/index.css +562 -562
  26. package/dist/ComboBox/src/index.js +17 -17
  27. package/dist/Disclosure/src/Disclosure.css +39 -39
  28. package/dist/Disclosure/src/Disclosure.js +2 -2
  29. package/dist/Disclosure/src/DisclosureHeader.css +45 -45
  30. package/dist/Disclosure/src/DisclosureHeader.js +9 -9
  31. package/dist/Disclosure/src/DisclosurePanel.css +38 -38
  32. package/dist/Disclosure/src/DisclosurePanel.js +9 -9
  33. package/dist/Disclosure/src/index.css +64 -64
  34. package/dist/Disclosure/src/index.js +13 -13
  35. package/dist/Divider/src/Divider.css +30 -30
  36. package/dist/Divider/src/Divider.js +1 -1
  37. package/dist/Divider/src/index.css +30 -30
  38. package/dist/Divider/src/index.js +1 -1
  39. package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
  40. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  41. package/dist/ErrorMessage/src/index.css +30 -30
  42. package/dist/ErrorMessage/src/index.js +2 -2
  43. package/dist/Form/src/Form.css +28 -28
  44. package/dist/Form/src/Form.js +1 -1
  45. package/dist/Form/src/index.css +28 -28
  46. package/dist/Form/src/index.js +1 -1
  47. package/dist/HelperMessage/src/HelperMessage.css +30 -30
  48. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  49. package/dist/HelperMessage/src/index.css +30 -30
  50. package/dist/HelperMessage/src/index.js +2 -2
  51. package/dist/IconList/src/IconList.css +29 -29
  52. package/dist/IconList/src/IconList.js +1 -1
  53. package/dist/IconList/src/index.css +29 -29
  54. package/dist/IconList/src/index.js +1 -1
  55. package/dist/IllustratedMessage/src/IllustratedMessage.css +269 -269
  56. package/dist/IllustratedMessage/src/IllustratedMessage.js +1 -1
  57. package/dist/IllustratedMessage/src/index.css +269 -269
  58. package/dist/IllustratedMessage/src/index.js +1 -1
  59. package/dist/Image/src/Image.css +31 -31
  60. package/dist/Image/src/Image.js +1 -1
  61. package/dist/Image/src/SvgImage.css +29 -29
  62. package/dist/Image/src/SvgImage.js +1 -1
  63. package/dist/Image/src/index.css +32 -32
  64. package/dist/Image/src/index.js +2 -2
  65. package/dist/Link/src/Link.css +50 -50
  66. package/dist/Link/src/Link.js +7 -7
  67. package/dist/Link/src/index.css +50 -50
  68. package/dist/Link/src/index.js +7 -7
  69. package/dist/ListBox/src/ListBox.css +275 -275
  70. package/dist/ListBox/src/ListBox.js +11 -11
  71. package/dist/ListBox/src/ListBoxItem.css +263 -263
  72. package/dist/ListBox/src/ListBoxItem.js +10 -10
  73. package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
  74. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  75. package/dist/ListBox/src/index.css +275 -275
  76. package/dist/ListBox/src/index.js +11 -11
  77. package/dist/Select/src/Select.css +566 -566
  78. package/dist/Select/src/Select.js +17 -17
  79. package/dist/Select/src/SelectValue.css +62 -62
  80. package/dist/Select/src/SelectValue.js +6 -6
  81. package/dist/Select/src/index.css +566 -566
  82. package/dist/Select/src/index.js +17 -17
  83. package/dist/Spinner/src/Spinner.css +38 -38
  84. package/dist/Spinner/src/Spinner.js +2 -2
  85. package/dist/Spinner/src/index.css +38 -38
  86. package/dist/Spinner/src/index.js +2 -2
  87. package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
  88. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  89. package/dist/ToggleArrow/src/index.css +30 -30
  90. package/dist/ToggleArrow/src/index.js +1 -1
  91. package/dist/buttons/src/Button.css +94 -94
  92. package/dist/buttons/src/Button.js +8 -8
  93. package/dist/buttons/src/ButtonGroup.css +39 -39
  94. package/dist/buttons/src/ButtonGroup.js +1 -1
  95. package/dist/buttons/src/ClearButton.css +99 -99
  96. package/dist/buttons/src/ClearButton.js +2 -2
  97. package/dist/buttons/src/EmbeddedButton.css +99 -99
  98. package/dist/buttons/src/EmbeddedButton.js +1 -1
  99. package/dist/buttons/src/LinkButton.css +103 -103
  100. package/dist/buttons/src/LinkButton.d.ts +4 -0
  101. package/dist/buttons/src/LinkButton.js +7 -7
  102. package/dist/buttons/src/index.css +250 -250
  103. package/dist/buttons/src/index.js +12 -12
  104. package/dist/checkbox/src/Checkbox.css +47 -47
  105. package/dist/checkbox/src/Checkbox.js +7 -7
  106. package/dist/checkbox/src/CheckboxField.css +34 -34
  107. package/dist/checkbox/src/CheckboxField.js +3 -3
  108. package/dist/checkbox/src/CheckboxGroup.css +99 -99
  109. package/dist/checkbox/src/CheckboxGroup.js +6 -6
  110. package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
  111. package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
  112. package/dist/checkbox/src/index.css +99 -99
  113. package/dist/checkbox/src/index.js +12 -12
  114. package/dist/{chunk-GN7SZFVY.js → chunk-2RMHS4DV.js} +3 -3
  115. package/dist/{chunk-QNSV475L.js → chunk-4CMW6FL7.js} +1 -1
  116. package/dist/{chunk-MV7OJVAR.js → chunk-4VBLOJ2E.js} +1 -1
  117. package/dist/{chunk-FGOBLMDY.js → chunk-73CBMSHN.js} +7 -7
  118. package/dist/{chunk-WQMYEHXH.js → chunk-75S4IAP7.js} +2 -2
  119. package/dist/{chunk-YFPXV7DX.js → chunk-7JWBRULR.js} +1 -1
  120. package/dist/{chunk-G3RAGOFR.js → chunk-AC5DMOQY.js} +1 -1
  121. package/dist/{chunk-PR3ZXA2M.js → chunk-ANWJKO7G.js} +1 -1
  122. package/dist/{chunk-KQ7UBFNE.js → chunk-B6KA3DJV.js} +10 -10
  123. package/dist/{chunk-JRQHBTR2.js → chunk-BJQGWQLI.js} +1 -1
  124. package/dist/{chunk-3PGYNALN.js → chunk-C6YSH23D.js} +1 -1
  125. package/dist/{chunk-RPPKEQEC.js → chunk-CLR67UTQ.js} +10 -10
  126. package/dist/{chunk-TZA6I2WY.js → chunk-CTSJOSAY.js} +1 -1
  127. package/dist/{chunk-Z7KLBWCR.js → chunk-CYD73F6N.js} +2 -2
  128. package/dist/{chunk-MVVGP4TO.js → chunk-DKHCH65G.js} +1 -1
  129. package/dist/{chunk-HFMDP4SC.js → chunk-EOIARBSV.js} +2 -2
  130. package/dist/{chunk-57ULZS5W.js → chunk-EWJDG7EF.js} +6 -5
  131. package/dist/{chunk-BZ6Z4QID.js → chunk-F6JYIRDV.js} +1 -1
  132. package/dist/{chunk-77M7K3ZT.js → chunk-FAC66D35.js} +6 -6
  133. package/dist/{chunk-5CBX6OHS.js → chunk-HBI7M252.js} +2 -2
  134. package/dist/{chunk-6WEJZH65.js → chunk-HQPNYGB7.js} +2 -2
  135. package/dist/{chunk-DB5LXWDP.js → chunk-IJRDG3TE.js} +1 -1
  136. package/dist/{chunk-M4TPHDQE.js → chunk-J66EWPPW.js} +5 -8
  137. package/dist/{chunk-4UQH3ODO.js → chunk-KED6JNR3.js} +8 -3
  138. package/dist/{chunk-3G47EYKN.js → chunk-KP7CTK7L.js} +7 -7
  139. package/dist/{chunk-TETDNUIR.js → chunk-KPE6Q72C.js} +2 -2
  140. package/dist/{chunk-JSDF5DII.js → chunk-KXDWYQGK.js} +8 -16
  141. package/dist/{chunk-77X3AEUG.js → chunk-L4AMK7LE.js} +2 -1
  142. package/dist/{chunk-WDRB27MV.js → chunk-L7IZLLCO.js} +5 -5
  143. package/dist/{chunk-6ZZULI3I.js → chunk-LN2F7IS3.js} +5 -9
  144. package/dist/{chunk-XIR322ND.js → chunk-LWOYB2BH.js} +5 -5
  145. package/dist/{chunk-HTHQBAXV.js → chunk-LY3PO4EZ.js} +3 -3
  146. package/dist/{chunk-PQMIN4QZ.js → chunk-N5YLABIJ.js} +1 -1
  147. package/dist/{chunk-QFG3TZR5.js → chunk-N5Z4BTIW.js} +2 -2
  148. package/dist/{chunk-MUJX3NQC.js → chunk-NRJ4NIRB.js} +2 -2
  149. package/dist/{chunk-WK6QJ3MD.js → chunk-O3YF6JLI.js} +2 -2
  150. package/dist/{chunk-5PCUME7D.js → chunk-ODNRQDFF.js} +2 -2
  151. package/dist/{chunk-6MOB5IW2.js → chunk-OFI3LBBH.js} +1 -1
  152. package/dist/{chunk-H7RANOJ7.js → chunk-OHACSOZZ.js} +7 -7
  153. package/dist/{chunk-RGZGZ6S7.js → chunk-OZXAE722.js} +3 -3
  154. package/dist/{chunk-QK4EC4RL.js → chunk-P74JVV2E.js} +1 -1
  155. package/dist/{chunk-LV2TVXO4.js → chunk-QQV3DT6O.js} +5 -5
  156. package/dist/{chunk-4INOHTWC.js → chunk-QVXWBJAZ.js} +1 -1
  157. package/dist/{chunk-VFO2WEQ7.js → chunk-QZIFWGGM.js} +7 -7
  158. package/dist/{chunk-CTOCKEMO.js → chunk-RK2Y6VIU.js} +2 -2
  159. package/dist/{chunk-PSUOSHV4.js → chunk-RPHNZAFD.js} +3 -3
  160. package/dist/{chunk-2AU5C56D.js → chunk-RUXFD332.js} +2 -2
  161. package/dist/{chunk-3NV53WWA.js → chunk-RWTLMOQU.js} +1 -1
  162. package/dist/{chunk-EWZC5OQC.js → chunk-S7OM5R4X.js} +1 -1
  163. package/dist/{chunk-QJW3NJEQ.js → chunk-SBPPBKQY.js} +1 -1
  164. package/dist/{chunk-AX2AR6ZT.js → chunk-TGBZ3PQC.js} +9 -9
  165. package/dist/{chunk-AZ3FLMZP.js → chunk-U2HXZVHZ.js} +4 -4
  166. package/dist/{chunk-7ISSVADY.js → chunk-WDKLYX27.js} +2 -2
  167. package/dist/{chunk-TAWLHP2H.js → chunk-WMXOFQB6.js} +2 -2
  168. package/dist/{chunk-2LFCC5CI.js → chunk-ZEWMI5W6.js} +1 -1
  169. package/dist/{chunk-LRIA5XXQ.js → chunk-ZEX4LJ4D.js} +1 -1
  170. package/dist/{chunk-FKJFHLCB.js → chunk-ZNZRG3MA.js} +2 -2
  171. package/dist/index.css +828 -828
  172. package/dist/index.js +64 -64
  173. package/dist/inputs/src/InputGroup.css +265 -265
  174. package/dist/inputs/src/InputGroup.js +1 -1
  175. package/dist/inputs/src/NumberField.css +287 -287
  176. package/dist/inputs/src/NumberField.d.ts +1 -1
  177. package/dist/inputs/src/NumberField.js +10 -10
  178. package/dist/inputs/src/PasswordField.css +275 -275
  179. package/dist/inputs/src/PasswordField.d.ts +1 -1
  180. package/dist/inputs/src/PasswordField.js +10 -10
  181. package/dist/inputs/src/RemainingCharacterCount.css +31 -31
  182. package/dist/inputs/src/RemainingCharacterCount.js +6 -6
  183. package/dist/inputs/src/SearchField.css +281 -281
  184. package/dist/inputs/src/SearchField.d.ts +1 -1
  185. package/dist/inputs/src/SearchField.js +11 -11
  186. package/dist/inputs/src/TextArea.css +282 -282
  187. package/dist/inputs/src/TextArea.d.ts +1 -1
  188. package/dist/inputs/src/TextArea.js +10 -10
  189. package/dist/inputs/src/TextField.css +279 -279
  190. package/dist/inputs/src/TextField.d.ts +1 -1
  191. package/dist/inputs/src/TextField.js +13 -13
  192. package/dist/inputs/src/index.css +325 -325
  193. package/dist/inputs/src/index.js +17 -17
  194. package/dist/overlays/Popover/src/Popover.css +542 -542
  195. package/dist/overlays/Popover/src/Popover.js +6 -6
  196. package/dist/overlays/Popover/src/index.css +542 -542
  197. package/dist/overlays/Popover/src/index.js +6 -6
  198. package/dist/radio/src/DecorativeRadio.css +55 -55
  199. package/dist/radio/src/DecorativeRadio.js +7 -7
  200. package/dist/radio/src/Radio.css +47 -47
  201. package/dist/radio/src/Radio.js +7 -7
  202. package/dist/radio/src/RadioField.css +34 -34
  203. package/dist/radio/src/RadioField.js +2 -2
  204. package/dist/radio/src/RadioGroup.css +99 -99
  205. package/dist/radio/src/RadioGroup.js +6 -6
  206. package/dist/radio/src/index.css +99 -99
  207. package/dist/radio/src/index.js +12 -12
  208. package/dist/switch/src/Switch.css +44 -44
  209. package/dist/switch/src/Switch.js +7 -7
  210. package/dist/switch/src/SwitchField.css +34 -34
  211. package/dist/switch/src/SwitchField.js +2 -2
  212. package/dist/switch/src/index.css +50 -50
  213. package/dist/switch/src/index.js +8 -8
  214. package/dist/tag/src/Tag.css +391 -391
  215. package/dist/tag/src/Tag.js +10 -10
  216. package/dist/tag/src/TagGroup.css +38 -38
  217. package/dist/tag/src/TagGroup.js +6 -6
  218. package/dist/tag/src/index.css +401 -401
  219. package/dist/tag/src/index.js +13 -13
  220. package/dist/typography/Heading/src/Heading.css +28 -28
  221. package/dist/typography/Heading/src/Heading.js +1 -1
  222. package/dist/typography/Heading/src/index.css +28 -28
  223. package/dist/typography/Heading/src/index.js +1 -1
  224. package/dist/typography/Label/src/Label.css +28 -28
  225. package/dist/typography/Label/src/Label.js +2 -2
  226. package/dist/typography/Label/src/index.css +28 -28
  227. package/dist/typography/Label/src/index.js +2 -2
  228. package/dist/typography/OverlineText/src/OverlineText.css +28 -28
  229. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  230. package/dist/typography/OverlineText/src/index.css +28 -28
  231. package/dist/typography/OverlineText/src/index.js +1 -1
  232. package/dist/typography/Text/src/Text.css +28 -28
  233. package/dist/typography/Text/src/Text.js +1 -1
  234. package/dist/typography/Text/src/index.css +28 -28
  235. package/dist/typography/Text/src/index.js +1 -1
  236. package/dist/utils/src/EnsureTextWrapper.css +28 -28
  237. package/dist/utils/src/EnsureTextWrapper.js +6 -6
  238. package/dist/utils/src/index.css +28 -28
  239. package/dist/utils/src/index.js +6 -6
  240. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
2
  import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
3
- import { _Text } from './chunk-6MOB5IW2.js';
3
+ import { _Text } from './chunk-OFI3LBBH.js';
4
4
  import { useRenderProps } from './chunk-NH3IVMXB.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
13
13
  import { jsx, jsxs } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./SwitchField.module.css#css-module
16
- var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___UMAoq", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___BweDT", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___h2frL", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___netul", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___3ZhOH" };
16
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___--evx", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___IysNy", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___Yu7Mi", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___hGhKB", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___SueJb" };
17
17
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
18
18
  var SwitchToDescriptionSizeAdapter = {
19
19
  sm: "xs",
@@ -1,7 +1,7 @@
1
- import { _ToggleArrow } from './chunk-TZA6I2WY.js';
2
- import { _Heading } from './chunk-G3RAGOFR.js';
3
1
  import { DisclosureContext } from './chunk-MUAXK42C.js';
4
2
  import { DisclosureHeaderContext } from './chunk-GFRTCF4B.js';
3
+ import { _ToggleArrow } from './chunk-CTSJOSAY.js';
4
+ import { _Heading } from './chunk-AC5DMOQY.js';
5
5
  import { TextContext } from './chunk-X6SER3TZ.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
7
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -10,11 +10,11 @@ import { IconContext } from '@hopper-ui/icons';
10
10
  import { useStyledSystem } from '@hopper-ui/styled-system';
11
11
  import clsx from 'clsx';
12
12
  import { forwardRef, useContext } from 'react';
13
- import { useContextProps, DisclosureStateContext, useSlottedContext, composeRenderProps, Button, DEFAULT_SLOT } from 'react-aria-components';
13
+ import { useContextProps, DisclosureStateContext, useSlottedContext, composeRenderProps, Button } from 'react-aria-components';
14
14
  import { jsx, jsxs } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./DisclosureHeader.module.css#css-module
17
- var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___cJ7Ok", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___bJJGF", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___Es-8O", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___52oyY", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___2Z6Da", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___7LHJ7" };
17
+ var DisclosureHeader_module_default = { "hop-DisclosureHeader": "DisclosureHeader-module__hop-DisclosureHeader___Zb6CT", "hop-DisclosureHeader__button": "DisclosureHeader-module__hop-DisclosureHeader__button___kWIco", "hop-DisclosureHeader__button--inline": "DisclosureHeader-module__hop-DisclosureHeader__button--inline___ErRDZ", "hop-DisclosureHeader__icon": "DisclosureHeader-module__hop-DisclosureHeader__icon___qInjJ", "hop-DisclosureHeader__title": "DisclosureHeader-module__hop-DisclosureHeader__title___M-vTD", "hop-DisclosureHeader__toggle-arrow": "DisclosureHeader-module__hop-DisclosureHeader__toggle-arrow___fo7LF" };
18
18
  var GlobalDisclosureHeaderCssSelector = "hop-DisclosureHeader";
19
19
  function DisclosureHeader(props, ref) {
20
20
  [props, ref] = useContextProps(props, ref, DisclosureHeaderContext);
@@ -87,20 +87,12 @@ function DisclosureHeader(props, ref) {
87
87
  {
88
88
  values: [
89
89
  [TextContext, {
90
- slots: {
91
- [DEFAULT_SLOT]: {
92
- className: DisclosureHeader_module_default["hop-DisclosureHeader__title"],
93
- size: "inherit"
94
- }
95
- }
90
+ className: DisclosureHeader_module_default["hop-DisclosureHeader__title"],
91
+ size: "inherit"
96
92
  }],
97
93
  [IconContext, {
98
- slots: {
99
- [DEFAULT_SLOT]: {
100
- className: DisclosureHeader_module_default["hop-DisclosureHeader__icon"],
101
- size: "md"
102
- }
103
- }
94
+ className: DisclosureHeader_module_default["hop-DisclosureHeader__icon"],
95
+ size: "md"
104
96
  }]
105
97
  ],
106
98
  children
@@ -19,7 +19,7 @@ import { useContextProps, composeRenderProps, Popover as Popover$1, Dialog } fro
19
19
  import { jsx } from 'react/jsx-runtime';
20
20
 
21
21
  // css-module:./Popover.module.css#css-module
22
- var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___DIm64", "fade": "Popover-module__fade___TVMwv", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___Tx3H4", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___EELY0", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___CLnsc", "hop-Popover__title": "Popover-module__hop-Popover__title___1AcYM", "hop-Popover__content": "Popover-module__hop-Popover__content___I-Rqq", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___yTBrf", "hop-Popover__footer": "Popover-module__hop-Popover__footer___xunjc", "hop-Popover__actions": "Popover-module__hop-Popover__actions___uQmte", "hop-Popover__action": "Popover-module__hop-Popover__action___L11da" };
22
+ var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___842bH", "fade": "Popover-module__fade___faogg", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___72zFH", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___P5HHH", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___yNd2W", "hop-Popover__title": "Popover-module__hop-Popover__title___YxoWB", "hop-Popover__content": "Popover-module__hop-Popover__content___19mjT", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___IwUXo", "hop-Popover__footer": "Popover-module__hop-Popover__footer___68xrj", "hop-Popover__actions": "Popover-module__hop-Popover__actions___nCYeX", "hop-Popover__action": "Popover-module__hop-Popover__action___tm-1f" };
23
23
  var GlobalPopoverCssSelector = "hop-Popover";
24
24
  function Popover(props, ref) {
25
25
  var _a;
@@ -118,6 +118,7 @@ function Popover(props, ref) {
118
118
  {
119
119
  values: [
120
120
  [HeadingContext, {
121
+ slot: "title",
121
122
  className: Popover_module_default["hop-Popover__title"],
122
123
  size: "xs"
123
124
  }],
@@ -1,9 +1,9 @@
1
1
  import { TagGroupContext } from './chunk-LCAS3YQV.js';
2
2
  import { TagContext } from './chunk-EWMWQ2MC.js';
3
- import { _HelperMessage } from './chunk-WQMYEHXH.js';
4
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
5
- import { _Label } from './chunk-CTOCKEMO.js';
6
- import { useFormProps } from './chunk-DB5LXWDP.js';
3
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
4
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
5
+ import { _Label } from './chunk-RK2Y6VIU.js';
6
+ import { useFormProps } from './chunk-IJRDG3TE.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
8
  import { SlotProvider } from './chunk-M36KANKC.js';
9
9
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, FieldErrorContext, TagGroup as Tag
14
14
  import { jsx, jsxs } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./TagGroup.module.css#css-module
17
- var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___H6b5v", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___boLH3", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___bmsXn", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___lL4sZ", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___Cri5A" };
17
+ var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___shA6E", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___b81iA", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___CAJeX", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___VB4YP", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___ESxjG" };
18
18
  var GlobalTagGroupCssSelector = "hop-TagGroup";
19
19
  function TagGroup(props, ref) {
20
20
  var _a;
@@ -1,9 +1,9 @@
1
- import { _DecorativeRadio } from './chunk-WK6QJ3MD.js';
2
- import { _DecorativeCheckbox } from './chunk-5CBX6OHS.js';
1
+ import { _DecorativeRadio } from './chunk-O3YF6JLI.js';
2
+ import { _DecorativeCheckbox } from './chunk-HBI7M252.js';
3
3
  import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
4
- import { _ListBoxItemSkeleton } from './chunk-QNSV475L.js';
4
+ import { _ListBoxItemSkeleton } from './chunk-4CMW6FL7.js';
5
5
  import { IconListContext } from './chunk-DHVVYSLB.js';
6
- import { ensureTextWrapper } from './chunk-3NV53WWA.js';
6
+ import { ensureTextWrapper } from './chunk-RWTLMOQU.js';
7
7
  import { BadgeContext } from './chunk-CQDLZ42T.js';
8
8
  import { TextContext } from './chunk-X6SER3TZ.js';
9
9
  import { AvatarContext } from './chunk-AES7QBQE.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___vhmcO", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___hzh2j", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___Ij-Jd", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___5rISE", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___svKkT", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___U0QiR", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___L9quj", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___m1yFW", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___cdw3Q", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___QCAQt", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___MQRhw", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___V8nnM", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___0wxX4", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___HzPdN", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___uRcdW", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___mAneN", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___qEJsk" };
21
+ var ListBoxItem_module_default = { "hop-ListBoxItem": "ListBoxItem-module__hop-ListBoxItem___B-HSe", "hop-ListBoxItem--xs": "ListBoxItem-module__hop-ListBoxItem--xs___Sdftc", "hop-ListBoxItem--sm": "ListBoxItem-module__hop-ListBoxItem--sm___Zj7yV", "hop-ListBoxItem--md": "ListBoxItem-module__hop-ListBoxItem--md___eK8-3", "hop-ListBoxItem--lg": "ListBoxItem-module__hop-ListBoxItem--lg___Zxvmc", "hop-ListBoxItem__inner": "ListBoxItem-module__hop-ListBoxItem__inner___fGI7j", "hop-ListBoxItem__checkmark": "ListBoxItem-module__hop-ListBoxItem__checkmark___kqpEU", "hop-ListBoxItem__description": "ListBoxItem-module__hop-ListBoxItem__description___rG-qf", "hop-ListBoxItem__radio": "ListBoxItem-module__hop-ListBoxItem__radio___k-tQO", "hop-ListBoxItem__checkbox": "ListBoxItem-module__hop-ListBoxItem__checkbox___rfeUU", "hop-ListBoxItem__avatar": "ListBoxItem-module__hop-ListBoxItem__avatar___TTSzI", "hop-ListBoxItem__icon-list": "ListBoxItem-module__hop-ListBoxItem__icon-list___pIjHb", "hop-ListBoxItem__icon": "ListBoxItem-module__hop-ListBoxItem__icon___u0-59", "hop-ListBoxItem__label": "ListBoxItem-module__hop-ListBoxItem__label___axqMa", "hop-ListBoxItem__end-icon-list": "ListBoxItem-module__hop-ListBoxItem__end-icon-list___oe2JY", "hop-ListBoxItem__end-icon": "ListBoxItem-module__hop-ListBoxItem__end-icon___4YNGf", "hop-ListBoxItem__badge": "ListBoxItem-module__hop-ListBoxItem__badge___w6msD" };
22
22
  var GlobalListBoxItemCssSelector = "hop-ListBoxItem";
23
23
  var ListBoxItemToIconSizeAdapter = {
24
24
  xs: "sm",
@@ -118,10 +118,6 @@ function ListBoxItemInner(props) {
118
118
  className: ListBoxItem_module_default["hop-ListBoxItem__label"],
119
119
  size: ListBoxItemToTextSizeAdapter[size]
120
120
  },
121
- label: {
122
- className: ListBoxItem_module_default["hop-ListBoxItem__label"],
123
- size: ListBoxItemToTextSizeAdapter[size]
124
- },
125
121
  description: {
126
122
  className: ListBoxItem_module_default["hop-ListBoxItem__description"],
127
123
  size: "xs"
@@ -1,10 +1,10 @@
1
1
  import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
2
2
  import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
3
3
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
4
- import { _HelperMessage } from './chunk-WQMYEHXH.js';
5
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
6
- import { _Label } from './chunk-CTOCKEMO.js';
7
- import { useFormProps } from './chunk-DB5LXWDP.js';
4
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
5
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
6
+ import { _Label } from './chunk-RK2Y6VIU.js';
7
+ import { useFormProps } from './chunk-IJRDG3TE.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, CheckboxGroup as CheckboxGroup$1 }
15
15
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
16
16
 
17
17
  // css-module:./CheckboxGroup.module.css#css-module
18
- var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___MbWHH", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___76iEi", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___-dCPt", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___xMFtL", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___JsCH0", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___WUwVP", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___SJ2ub", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___SFfHE", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___aGsYB" };
18
+ var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___PVHBD", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___4SyID", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___Ojaln", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___BZnRL", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___eZFHy", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___wZQrP", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___Md4HF", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___MdudD", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___43uOM" };
19
19
  var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
20
20
  function CheckboxGroup(props, ref) {
21
21
  var _a, _b, _c;
@@ -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-DB5LXWDP.js';
4
- import { _Text } from './chunk-6MOB5IW2.js';
3
+ import { useFormProps } from './chunk-IJRDG3TE.js';
4
+ import { _Text } from './chunk-OFI3LBBH.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___DKSeV", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___Vxkz8", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___MFGPR", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___hEDmF", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___W5XgI" };
18
+ var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___Hs4CD", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___kDJp8", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___Z3Ka0", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___5CDHQ", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___ZrHG8" };
19
19
  var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
20
20
  var CheckboxToDescriptionSizeAdapter = {
21
21
  sm: "xs",
@@ -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___hbAS5", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___IfeRj" };
10
+ var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___luFE-", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___BufAu" };
11
11
  var GlobalDividerCssSelector = "hop-Divider";
12
12
  function Divider(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, DividerContext);
@@ -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-6MOB5IW2.js';
3
+ import { _Text } from './chunk-OFI3LBBH.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___BLJ-n", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___Zj55j", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___jQtD-", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___SPwC1", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___kr7ju" };
17
+ var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___j2RUf", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___nUcCp", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___V-BFf", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___sHaGY", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___b5qLj" };
18
18
  var GlobalRadioFieldCssSelector = "hop-RadioField";
19
19
  var RadioToDescriptionSizeAdapter = {
20
20
  sm: "xs",
@@ -1,5 +1,5 @@
1
1
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
2
- import { _Text } from './chunk-6MOB5IW2.js';
2
+ import { _Text } from './chunk-OFI3LBBH.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -10,7 +10,7 @@ import { composeRenderProps } from 'react-aria-components';
10
10
  import { jsx } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./RemainingCharacterCount.module.css#css-module
13
- var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___d4gWp" };
13
+ var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___9xsbm" };
14
14
  var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
15
15
  function RemainingCharacterCount(props, ref) {
16
16
  const { stylingProps, ...ownProps } = useStyledSystem(props);
@@ -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-3NV53WWA.js';
3
+ import { ensureTextWrapper } from './chunk-RWTLMOQU.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___gMe9L Radio-module__hop-Radio___RQi4B", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___xU4jU Radio-module__hop-Radio--sm___O8q1N", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___-ExUA Radio-module__hop-Radio--md___qYsR8", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___SGpa- Radio-module__hop-Radio__icon___2v9Xj", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___-N-uS Radio-module__hop-Radio__icon___2v9Xj", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___qARTP Radio-module__hop-Radio__box___ykSFb", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___wii0X Radio-module__hop-Radio__bullet___jbaz4", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___2BJBB Radio-module__hop-Radio__text___zP6MZ" };
18
+ var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___TyRBM Radio-module__hop-Radio___0t1qk", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___-Kx8Z Radio-module__hop-Radio--sm___ZivZ3", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___sEu7O Radio-module__hop-Radio--md___tAZ4g", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___rPEHC Radio-module__hop-Radio__icon___--ntC", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___hevTO Radio-module__hop-Radio__icon___--ntC", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___CfbNy Radio-module__hop-Radio__box___6MZrl", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___6mbqa Radio-module__hop-Radio__bullet___OXJuH", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___QTJcQ Radio-module__hop-Radio__text___NkoVY" };
19
19
  var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
20
20
  function DecorativeRadio(props, ref) {
21
21
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
2
- import { _Text } from './chunk-6MOB5IW2.js';
2
+ import { _Text } from './chunk-OFI3LBBH.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -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___7YSMc", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___I-j1p" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___r4V4k", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___4bjKj" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -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___Z112R", "hop-Text--xs": "Text-module__hop-Text--xs___ZHaTH", "hop-Text--sm": "Text-module__hop-Text--sm___CpFES", "hop-Text--md": "Text-module__hop-Text--md___Q9mXt", "hop-Text--lg": "Text-module__hop-Text--lg___H8H9C", "hop-Text--xl": "Text-module__hop-Text--xl___lS6Z2", "hop-Text--2xl": "Text-module__hop-Text--2xl___bmIeD", "hop-Text--inherit": "Text-module__hop-Text--inherit___UPb3s" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___m1Nn4", "hop-Text--xs": "Text-module__hop-Text--xs___GYWYN", "hop-Text--sm": "Text-module__hop-Text--sm___nckmD", "hop-Text--md": "Text-module__hop-Text--md___a9ujG", "hop-Text--lg": "Text-module__hop-Text--lg___vcYRI", "hop-Text--xl": "Text-module__hop-Text--xl___okEd-", "hop-Text--2xl": "Text-module__hop-Text--2xl___a0ZNY", "hop-Text--inherit": "Text-module__hop-Text--inherit___Jg-xF" };
13
13
  var GlobalTextCssSelector = "hop-Text";
14
14
  function Text(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, TextContext);
@@ -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-MUJX3NQC.js';
5
- import { _InputGroup } from './chunk-MVVGP4TO.js';
6
- import { _HelperMessage } from './chunk-WQMYEHXH.js';
7
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
8
- import { _Label } from './chunk-CTOCKEMO.js';
9
- import { useFormProps } from './chunk-DB5LXWDP.js';
4
+ import { _RemainingCharacterCount } from './chunk-NRJ4NIRB.js';
5
+ import { _InputGroup } from './chunk-DKHCH65G.js';
6
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
7
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
8
+ import { _Label } from './chunk-RK2Y6VIU.js';
9
+ import { useFormProps } from './chunk-IJRDG3TE.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___IQKRa", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___9gHKx", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___vcLKK", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___Urnd-", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___fXfCy", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___iyrZ6", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___yf0BT", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___us7xl", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___LdgiI" };
82
+ var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___3RfjR", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___D1eeK", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___DeZ3J", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___kRaGm", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___fMUi3", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___s2r-K", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___pLEWd", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___NR6xV", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___z7QN9" };
83
83
  var GlobalTextAreaCssSelector = "hop-TextArea";
84
84
  var DefaultMinimumTextAreaRows = 3;
85
85
  var pxToInt = (value) => {
@@ -1,7 +1,7 @@
1
- import { ensureTextWrapper } from './chunk-3NV53WWA.js';
2
1
  import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
3
- import { FormContext } from './chunk-Q7NXUUB3.js';
4
2
  import { DisclosureContext } from './chunk-MUAXK42C.js';
3
+ import { ensureTextWrapper } from './chunk-RWTLMOQU.js';
4
+ import { FormContext } from './chunk-Q7NXUUB3.js';
5
5
  import { TextContext } from './chunk-X6SER3TZ.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
7
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./DisclosurePanel.module.css#css-module
15
- var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___Me711", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___-rw2p", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___skvqA", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___RnOHo" };
15
+ var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___aiq34", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___m00KP", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___Mm-Fc", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___Qk1oZ" };
16
16
  var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
17
17
  function DisclosurePanel(props, ref) {
18
18
  [props, ref] = useContextProps(props, ref, DisclosurePanelContext);
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
2
+ import { _RichIconAvatarImage } from './chunk-C6YSH23D.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { AnonymousRichIcon } from '@hopper-ui/icons';
@@ -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 { _HelperMessage } from './chunk-WQMYEHXH.js';
5
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
6
- import { _Label } from './chunk-CTOCKEMO.js';
7
- import { useFormProps } from './chunk-DB5LXWDP.js';
4
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
5
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
6
+ import { _Label } from './chunk-RK2Y6VIU.js';
7
+ import { useFormProps } from './chunk-IJRDG3TE.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___kwEbD", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___GHmV4", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___byHj8", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___1zZc4", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___T-J6T", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___UoRTV", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___ZI-vl", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___rP-nH", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___Jksbh" };
18
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___7uWWR", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___4BItB", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___VuW6q", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___F715-", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___p47wY", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___QYYbe", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___WW4IW", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___pID9c", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___CECJr" };
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:./SvgImage.module.css#css-module
10
- var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___gN2lt" };
10
+ var SvgImage_module_default = { "hop-SvgImage": "SvgImage-module__hop-SvgImage___1r9np" };
11
11
  var GlobalSvgImageCssSelector = "hop-SvgImage";
12
12
  function SvgImage(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, SvgImageContext);
@@ -1,11 +1,11 @@
1
1
  import { PasswordFieldContext } from './chunk-QW45G6K4.js';
2
- import { _InputGroup } from './chunk-MVVGP4TO.js';
3
- import { _EmbeddedButton } from './chunk-EWZC5OQC.js';
4
- import { _HelperMessage } from './chunk-WQMYEHXH.js';
5
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
6
- import { _Label } from './chunk-CTOCKEMO.js';
2
+ import { _InputGroup } from './chunk-DKHCH65G.js';
3
+ import { _EmbeddedButton } from './chunk-S7OM5R4X.js';
4
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
5
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
6
+ import { _Label } from './chunk-RK2Y6VIU.js';
7
7
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
8
- import { useFormProps } from './chunk-DB5LXWDP.js';
8
+ import { useFormProps } from './chunk-IJRDG3TE.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___oIIZM", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___31mJp", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___oYgCB", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___us94k", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___73jGs", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___8yjAZ" };
22
+ var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___kwbRL", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___1DAKC", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___yMO9X", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___M6gk8", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___9gHAz", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___59t-a" };
23
23
  var GlobalPasswordFieldCssSelector = "hop-PasswordField";
24
24
  function PasswordField(props, ref) {
25
25
  var _a;
@@ -1,6 +1,6 @@
1
1
  import { LabelContext } from './chunk-QCA3ZR56.js';
2
2
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
3
- import { useFormProps } from './chunk-DB5LXWDP.js';
3
+ import { useFormProps } from './chunk-IJRDG3TE.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { useStyledSystem } from '@hopper-ui/styled-system';
6
6
  import { filterDOMProps } from '@react-aria/utils';
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
10
10
  import { jsx, jsxs } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./Label.module.css#css-module
13
- var Label_module_default = { "hop-Label": "Label-module__hop-Label___nTYam", "hop-Label__indicator": "Label-module__hop-Label__indicator___0-Oyd" };
13
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___IYhKA", "hop-Label__indicator": "Label-module__hop-Label__indicator___Mp25l" };
14
14
  var GlobalLabelCssSelector = "hop-Label";
15
15
  function Label(props, ref) {
16
16
  [props, ref] = useContextProps(props, ref, LabelContext);
@@ -1,7 +1,7 @@
1
- import { _Text } from './chunk-6MOB5IW2.js';
2
1
  import { useImageFallback } from './chunk-3ZCLNFNH.js';
2
+ import { _Text } from './chunk-OFI3LBBH.js';
3
3
  import { AvatarContext } from './chunk-AES7QBQE.js';
4
- import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
4
+ import { _RichIconAvatarImage } from './chunk-C6YSH23D.js';
5
5
  import { useRenderProps } from './chunk-NH3IVMXB.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
7
  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___4CHt4", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___VRV2o", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___96MQv", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___600pg", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___bu-84", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___kijgI", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___VHlvp", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___72fSG", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___WtcAO", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Dj--D", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___lQlC9", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___25UjG", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___QyFnF", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___aql0h", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___ORR-Y", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___wFLn2", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___IOtHy" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___jrkeR", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___JBdZC", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___SUoVH", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___cjXlG", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___5vsv-", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___2I2J4", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___Zqz8m", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___iF9F-", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___WmToY", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___xeWTY", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___-I4Lc", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___ZpOsM", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___etnMT", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___Urap0", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___4c3ke", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___lP6bC", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___PU9fi" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",
@@ -1,4 +1,4 @@
1
- import { _OverlineText } from './chunk-2LFCC5CI.js';
1
+ import { _OverlineText } from './chunk-ZEWMI5W6.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___a8n0N", "hop-Badge--primary": "Badge-module__hop-Badge--primary___0kyva", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___9-WYh", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___JjK0T" };
26
+ var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___U5a2l", "hop-Badge--primary": "Badge-module__hop-Badge--primary___1cdOY", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___DdOvj", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___cgxp3" };
27
27
  var GlobalBadgeCssSelector = "hop-Badge";
28
28
  function Badge(props, ref) {
29
29
  [props, ref] = useContextProps(props, ref, BadgeContext);
@@ -1,5 +1,5 @@
1
1
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
2
- import { _Text } from './chunk-6MOB5IW2.js';
2
+ import { _Text } from './chunk-OFI3LBBH.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
 
5
5
  function ensureTextWrapper(children, elementType) {
@@ -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___uSr-B", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___Hx-vw", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___j5K3T", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___S38RE", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___KgxBa", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___pvbKH", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___8rN1S", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___GXOyR", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___AIWPi", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___VDRjY", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___jhNnu", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___GIHyZ", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___f0FSq", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___kakG3", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___2U8uZ", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___wv58F" };
23
+ var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___nJRXd", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___cMuQs", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___jKIsO", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___vxE9X", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___tVL79", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___cOTpy", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___mtveK", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___33UIA", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___d66dF", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___Zu9Cb", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___bEV9j", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___fEDD-", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___951-D", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___AcVOa", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___7UeBQ", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___7bs4b" };
24
24
  var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
25
25
  function EmbeddedButton(props, ref) {
26
26
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-3PGYNALN.js';
2
+ import { _RichIconAvatarImage } from './chunk-C6YSH23D.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { DeletedUserRichIcon } from '@hopper-ui/icons';
@@ -1,13 +1,13 @@
1
1
  import { useTruncatedText } from './chunk-Z57VHYOF.js';
2
- import { _RemainingCharacterCount } from './chunk-MUJX3NQC.js';
2
+ import { _RemainingCharacterCount } from './chunk-NRJ4NIRB.js';
3
3
  import { TextFieldContext } from './chunk-O4XPUINW.js';
4
- import { _InputGroup } from './chunk-MVVGP4TO.js';
5
- import { _ClearButton } from './chunk-YFPXV7DX.js';
6
- import { _HelperMessage } from './chunk-WQMYEHXH.js';
7
- import { ensureTextWrapper } from './chunk-3NV53WWA.js';
8
- import { _ErrorMessage } from './chunk-5PCUME7D.js';
9
- import { _Label } from './chunk-CTOCKEMO.js';
10
- import { useFormProps } from './chunk-DB5LXWDP.js';
4
+ import { _InputGroup } from './chunk-DKHCH65G.js';
5
+ import { _ClearButton } from './chunk-7JWBRULR.js';
6
+ import { _HelperMessage } from './chunk-75S4IAP7.js';
7
+ import { ensureTextWrapper } from './chunk-RWTLMOQU.js';
8
+ import { _ErrorMessage } from './chunk-ODNRQDFF.js';
9
+ import { _Label } from './chunk-RK2Y6VIU.js';
10
+ import { useFormProps } from './chunk-IJRDG3TE.js';
11
11
  import { TextContext } from './chunk-X6SER3TZ.js';
12
12
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
13
13
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -24,7 +24,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
24
24
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
25
25
 
26
26
  // css-module:./TextField.module.css#css-module
27
- var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___oh9rT", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___YHZTB", "hop-TextField__Label": "TextField-module__hop-TextField__Label___zJ8us", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___qe7Cs", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___3WR6R", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___M1iTx", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___thzBK" };
27
+ var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___vEq1N", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___K0rjp", "hop-TextField__Label": "TextField-module__hop-TextField__Label___R-wBQ", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___O4zDZ", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___nYm0y", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___qQQqd", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___hMbrN" };
28
28
  var GlobalTextFieldCssSelector = "hop-TextField";
29
29
  function TextField(props, ref) {
30
30
  var _a;
@@ -1,10 +1,10 @@
1
1
  import { useSlot } from './chunk-H5YTU3U7.js';
2
- import { _Spinner } from './chunk-7ISSVADY.js';
2
+ import { _Spinner } from './chunk-WDKLYX27.js';
3
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
4
4
  import { ButtonContext } from './chunk-WMTWFKKP.js';
5
- import { ensureTextWrapper } from './chunk-3NV53WWA.js';
5
+ import { ensureTextWrapper } from './chunk-RWTLMOQU.js';
6
6
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
7
- import { useFormProps } from './chunk-DB5LXWDP.js';
7
+ import { useFormProps } from './chunk-IJRDG3TE.js';
8
8
  import { TextContext } from './chunk-X6SER3TZ.js';
9
9
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
10
10
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Button as Button$1 }
17
17
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
18
18
 
19
19
  // css-module:./Button.module.css#css-module
20
- var Button_module_default = { "hop-Button": "Button-module__hop-Button___6UmdH", "hop-Button--fluid": "Button-module__hop-Button--fluid___OlzXK", "hop-Button--sm": "Button-module__hop-Button--sm___dQ-CD", "hop-Button--md": "Button-module__hop-Button--md___yuxhN", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___lINq0", "hop-Button--primary": "Button-module__hop-Button--primary___RbH9R", "hop-Button--secondary": "Button-module__hop-Button--secondary___1U4z1", "hop-Button--upsell": "Button-module__hop-Button--upsell___CmSav", "hop-Button--danger": "Button-module__hop-Button--danger___Qspj3", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___cRAfy", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___iHW20", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___dVeRr", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___gGL8Y", "hop-Button__icon": "Button-module__hop-Button__icon___ksFxV", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___XmLis", "hop-Button__text": "Button-module__hop-Button__text___5DJ14", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___WLIwQ", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___sKxI3" };
20
+ var Button_module_default = { "hop-Button": "Button-module__hop-Button___Kdmxk", "hop-Button--fluid": "Button-module__hop-Button--fluid___HVdW2", "hop-Button--sm": "Button-module__hop-Button--sm___t2QiH", "hop-Button--md": "Button-module__hop-Button--md___hvQU1", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___5WHI-", "hop-Button--primary": "Button-module__hop-Button--primary___JoMLx", "hop-Button--secondary": "Button-module__hop-Button--secondary___D4NfC", "hop-Button--upsell": "Button-module__hop-Button--upsell___Ru3e4", "hop-Button--danger": "Button-module__hop-Button--danger___KVPDB", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___LreSM", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___qPCzK", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___xF7zO", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___qHNc6", "hop-Button__icon": "Button-module__hop-Button__icon___C0ZyX", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___i7e1E", "hop-Button__text": "Button-module__hop-Button__text___iil6N", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___ZI8vc", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___73wJO" };
21
21
  var GlobalButtonCssSelector = "hop-Button";
22
22
  function Button(props, ref) {
23
23
  var _a, _b;