@hopper-ui/components 1.3.24 → 1.3.26

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 (245) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +37 -37
  3. package/dist/Avatar/src/AnonymousAvatar.js +3 -3
  4. package/dist/Avatar/src/Avatar.css +55 -55
  5. package/dist/Avatar/src/Avatar.js +5 -5
  6. package/dist/Avatar/src/DeletedAvatar.css +37 -37
  7. package/dist/Avatar/src/DeletedAvatar.js +3 -3
  8. package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
  9. package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
  10. package/dist/Avatar/src/index.css +55 -55
  11. package/dist/Avatar/src/index.js +7 -7
  12. package/dist/Badge/src/Badge.css +42 -42
  13. package/dist/Badge/src/Badge.js +3 -3
  14. package/dist/Badge/src/FloatingBadge.css +37 -37
  15. package/dist/Badge/src/FloatingBadge.js +2 -2
  16. package/dist/Badge/src/index.css +52 -52
  17. package/dist/Badge/src/index.js +6 -6
  18. package/dist/ComboBox/src/ComboBox.css +1251 -1251
  19. package/dist/ComboBox/src/ComboBox.d.ts +56 -8
  20. package/dist/ComboBox/src/ComboBox.js +105 -7
  21. package/dist/ComboBox/src/ComboBoxContext.d.ts +9 -1
  22. package/dist/ComboBox/src/index.css +1251 -1251
  23. package/dist/ComboBox/src/index.d.ts +5 -8
  24. package/dist/ComboBox/src/index.js +71 -79
  25. package/dist/Divider/src/Divider.css +29 -29
  26. package/dist/Divider/src/Divider.js +1 -1
  27. package/dist/Divider/src/index.css +29 -29
  28. package/dist/Divider/src/index.js +1 -1
  29. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  30. package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
  31. package/dist/ErrorMessage/src/index.css +29 -29
  32. package/dist/ErrorMessage/src/index.js +3 -3
  33. package/dist/Form/src/Form.css +900 -900
  34. package/dist/Form/src/Form.js +71 -79
  35. package/dist/Form/src/index.css +900 -900
  36. package/dist/Form/src/index.js +71 -79
  37. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  38. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  39. package/dist/HelperMessage/src/index.css +29 -29
  40. package/dist/HelperMessage/src/index.js +2 -2
  41. package/dist/IconList/src/IconList.css +28 -28
  42. package/dist/IconList/src/IconList.js +1 -1
  43. package/dist/IconList/src/index.css +28 -28
  44. package/dist/IconList/src/index.js +1 -1
  45. package/dist/Link/src/Link.css +49 -49
  46. package/dist/Link/src/Link.js +9 -9
  47. package/dist/Link/src/index.css +49 -49
  48. package/dist/Link/src/index.js +9 -9
  49. package/dist/ListBox/src/ListBox.css +406 -406
  50. package/dist/ListBox/src/ListBox.d.ts +1 -1
  51. package/dist/ListBox/src/ListBox.js +16 -16
  52. package/dist/ListBox/src/ListBoxItem.css +394 -394
  53. package/dist/ListBox/src/ListBoxItem.js +12 -12
  54. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  55. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  56. package/dist/ListBox/src/index.css +406 -406
  57. package/dist/ListBox/src/index.js +16 -16
  58. package/dist/Select/src/Select.css +3863 -764
  59. package/dist/Select/src/Select.d.ts +55 -7
  60. package/dist/Select/src/Select.js +104 -9
  61. package/dist/Select/src/SelectContext.d.ts +8 -0
  62. package/dist/Select/src/SelectValue.css +61 -61
  63. package/dist/Select/src/SelectValue.js +6 -6
  64. package/dist/Select/src/index.css +1506 -1506
  65. package/dist/Select/src/index.d.ts +3 -6
  66. package/dist/Select/src/index.js +71 -79
  67. package/dist/Spinner/src/Spinner.css +37 -37
  68. package/dist/Spinner/src/Spinner.js +3 -3
  69. package/dist/Spinner/src/index.css +37 -37
  70. package/dist/Spinner/src/index.js +3 -3
  71. package/dist/buttons/src/Button.css +93 -93
  72. package/dist/buttons/src/Button.js +10 -10
  73. package/dist/buttons/src/ButtonGroup.css +38 -38
  74. package/dist/buttons/src/ButtonGroup.js +2 -2
  75. package/dist/buttons/src/ClearButton.css +98 -98
  76. package/dist/buttons/src/ClearButton.js +3 -3
  77. package/dist/buttons/src/EmbeddedButton.css +98 -98
  78. package/dist/buttons/src/EmbeddedButton.js +2 -2
  79. package/dist/buttons/src/LinkButton.css +102 -102
  80. package/dist/buttons/src/LinkButton.js +9 -9
  81. package/dist/buttons/src/index.css +249 -249
  82. package/dist/buttons/src/index.js +16 -16
  83. package/dist/checkbox/src/Checkbox.css +46 -46
  84. package/dist/checkbox/src/Checkbox.js +8 -8
  85. package/dist/checkbox/src/CheckboxField.css +33 -33
  86. package/dist/checkbox/src/CheckboxField.js +3 -3
  87. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  88. package/dist/checkbox/src/CheckboxGroup.d.ts +7 -11
  89. package/dist/checkbox/src/CheckboxGroup.js +11 -4
  90. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  91. package/dist/checkbox/src/DecorativeCheckbox.d.ts +1 -1
  92. package/dist/checkbox/src/DecorativeCheckbox.js +8 -8
  93. package/dist/checkbox/src/index.css +98 -98
  94. package/dist/checkbox/src/index.d.ts +1 -3
  95. package/dist/checkbox/src/index.js +14 -14
  96. package/dist/{chunk-UAWJCHI5.js → chunk-2EV3YY6O.js} +5 -5
  97. package/dist/{chunk-34OD6B77.js → chunk-34ER3Q3E.js} +3 -3
  98. package/dist/{chunk-4GUVWQIQ.js → chunk-3O7BL2KX.js} +3 -3
  99. package/dist/{chunk-AACT6TYJ.js → chunk-3UP24VEW.js} +7 -7
  100. package/dist/{chunk-VYR2FNOF.js → chunk-3W66UTRH.js} +4 -4
  101. package/dist/{chunk-GIUE6E7O.js → chunk-4T564HJ6.js} +2 -2
  102. package/dist/{chunk-ZNAUIA3P.js → chunk-5U74TYYM.js} +4 -4
  103. package/dist/{chunk-EY63OJGU.js → chunk-5VMRSEZJ.js} +2 -2
  104. package/dist/{chunk-FDA3Z2MW.js → chunk-7YCHVZAY.js} +2 -2
  105. package/dist/{chunk-A3DFIXR7.js → chunk-AN67K6WK.js} +1 -1
  106. package/dist/{chunk-DVFD3SO5.js → chunk-AQSTIWVL.js} +3 -3
  107. package/dist/{chunk-5HOGOWWF.js → chunk-BBBCM4UD.js} +4 -4
  108. package/dist/{chunk-23GSURJM.js → chunk-BCCHOOJ6.js} +6 -6
  109. package/dist/{chunk-DKU4ERF3.js → chunk-BX43IOO4.js} +2 -2
  110. package/dist/chunk-CPMQVH6E.js +133 -0
  111. package/dist/{chunk-ICG7GXKL.js → chunk-D356AG3Y.js} +6 -6
  112. package/dist/{chunk-RFDMUGAC.js → chunk-D423VDJZ.js} +2 -2
  113. package/dist/{chunk-JEJIGHGA.js → chunk-DTY2IJJ4.js} +4 -4
  114. package/dist/{chunk-P5CTWFXU.js → chunk-E5B2HDJG.js} +1 -1
  115. package/dist/{chunk-YZXA24RK.js → chunk-ESWWZ7W6.js} +4 -4
  116. package/dist/{chunk-6ZY5OMDT.js → chunk-EXL4IHCP.js} +3 -3
  117. package/dist/{chunk-YSSICOAX.js → chunk-GKELD2X2.js} +3 -3
  118. package/dist/{chunk-DQM72KTX.js → chunk-IFHFCK4B.js} +1 -1
  119. package/dist/{chunk-D2LTMEJM.js → chunk-KZQDYFSO.js} +5 -5
  120. package/dist/{chunk-GX67ZE24.js → chunk-O4UTOFYE.js} +3 -3
  121. package/dist/{chunk-TKHSOAVB.js → chunk-OH47EJDL.js} +2 -2
  122. package/dist/{chunk-2MA4Z3CM.js → chunk-ON7MQIOJ.js} +1 -1
  123. package/dist/{chunk-JDMEQ2PT.js → chunk-P46AXP47.js} +3 -3
  124. package/dist/{chunk-3MNBXLNA.js → chunk-PLJGFTQE.js} +1 -1
  125. package/dist/chunk-Q6YABMDY.js +133 -0
  126. package/dist/{chunk-ZYU53CSB.js → chunk-QHS7OPTX.js} +2 -2
  127. package/dist/{chunk-QEP5RLDI.js → chunk-QLFK4TDW.js} +1 -1
  128. package/dist/{chunk-I54ZVSE7.js → chunk-RH56CRXC.js} +2 -2
  129. package/dist/{chunk-XDS75LCS.js → chunk-SEMHS2HM.js} +7 -7
  130. package/dist/{chunk-DXJTN6KL.js → chunk-SHLXCNCB.js} +1 -1
  131. package/dist/{chunk-DPM63OEM.js → chunk-TUAAD5PI.js} +1 -1
  132. package/dist/{chunk-4QKGKTD5.js → chunk-UIVMBUPT.js} +2 -2
  133. package/dist/{chunk-3WWTLVIH.js → chunk-UNIVA5T3.js} +1 -1
  134. package/dist/{chunk-KYTJMKI3.js → chunk-UV3CWRCS.js} +2 -2
  135. package/dist/{chunk-FN2RCELD.js → chunk-VAAXBSBQ.js} +2 -2
  136. package/dist/{chunk-WU6G2EFE.js → chunk-X5UWK5RL.js} +1 -1
  137. package/dist/{chunk-FTU5D3IQ.js → chunk-XF3Q4TNE.js} +3 -3
  138. package/dist/{chunk-V2ME5CNG.js → chunk-Y4ZE6KY7.js} +369 -92
  139. package/dist/{chunk-QU5EBSOI.js → chunk-YO2QYRC2.js} +3 -3
  140. package/dist/{chunk-US7TSPOE.js → chunk-Z2LOHKRH.js} +1 -1
  141. package/dist/{chunk-7UIRCOSZ.js → chunk-ZZPW6TQD.js} +1 -1
  142. package/dist/index.css +900 -900
  143. package/dist/index.d.ts +6 -14
  144. package/dist/index.js +71 -79
  145. package/dist/inputs/src/InputGroup.css +264 -264
  146. package/dist/inputs/src/InputGroup.js +2 -2
  147. package/dist/inputs/src/NumberField.css +286 -286
  148. package/dist/inputs/src/NumberField.js +8 -8
  149. package/dist/inputs/src/PasswordField.css +274 -274
  150. package/dist/inputs/src/PasswordField.js +8 -8
  151. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  152. package/dist/inputs/src/RemainingCharacterCount.js +6 -6
  153. package/dist/inputs/src/SearchField.css +280 -280
  154. package/dist/inputs/src/SearchField.js +9 -9
  155. package/dist/inputs/src/TextArea.css +281 -281
  156. package/dist/inputs/src/TextArea.js +9 -9
  157. package/dist/inputs/src/TextField.css +278 -278
  158. package/dist/inputs/src/TextField.js +11 -11
  159. package/dist/inputs/src/index.css +324 -324
  160. package/dist/inputs/src/index.js +18 -18
  161. package/dist/overlays/Popover/src/Popover.css +900 -900
  162. package/dist/overlays/Popover/src/Popover.js +71 -79
  163. package/dist/overlays/Popover/src/index.css +900 -900
  164. package/dist/overlays/Popover/src/index.js +71 -79
  165. package/dist/radio/src/DecorativeRadio.css +54 -54
  166. package/dist/radio/src/DecorativeRadio.d.ts +1 -1
  167. package/dist/radio/src/DecorativeRadio.js +8 -8
  168. package/dist/radio/src/Radio.css +46 -46
  169. package/dist/radio/src/Radio.js +8 -8
  170. package/dist/radio/src/RadioField.css +33 -33
  171. package/dist/radio/src/RadioField.js +3 -3
  172. package/dist/radio/src/RadioGroup.css +129 -129
  173. package/dist/radio/src/RadioGroup.d.ts +7 -11
  174. package/dist/radio/src/RadioGroup.js +11 -4
  175. package/dist/radio/src/index.css +264 -264
  176. package/dist/radio/src/index.d.ts +4 -6
  177. package/dist/radio/src/index.js +14 -14
  178. package/dist/switch/src/Switch.css +43 -43
  179. package/dist/switch/src/Switch.js +8 -8
  180. package/dist/switch/src/SwitchField.css +33 -33
  181. package/dist/switch/src/SwitchField.js +2 -2
  182. package/dist/switch/src/index.css +49 -49
  183. package/dist/switch/src/index.js +9 -9
  184. package/dist/tag/src/Tag.css +390 -390
  185. package/dist/tag/src/Tag.js +12 -12
  186. package/dist/tag/src/TagGroup.css +37 -37
  187. package/dist/tag/src/TagGroup.js +1 -1
  188. package/dist/tag/src/TagList.css +27 -27
  189. package/dist/tag/src/index.css +400 -400
  190. package/dist/tag/src/index.js +13 -13
  191. package/dist/typography/Heading/src/Heading.css +27 -27
  192. package/dist/typography/Heading/src/Heading.js +1 -1
  193. package/dist/typography/Heading/src/index.css +27 -27
  194. package/dist/typography/Heading/src/index.js +1 -1
  195. package/dist/typography/Label/src/Label.css +27 -27
  196. package/dist/typography/Label/src/Label.js +1 -1
  197. package/dist/typography/Label/src/index.css +27 -27
  198. package/dist/typography/Label/src/index.js +1 -1
  199. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  200. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  201. package/dist/typography/OverlineText/src/index.css +27 -27
  202. package/dist/typography/OverlineText/src/index.js +1 -1
  203. package/dist/typography/Text/src/Text.css +27 -27
  204. package/dist/typography/Text/src/Text.js +1 -1
  205. package/dist/typography/Text/src/index.css +27 -27
  206. package/dist/typography/Text/src/index.js +1 -1
  207. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  208. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  209. package/dist/utils/src/index.css +27 -27
  210. package/dist/utils/src/index.d.ts +1 -1
  211. package/dist/utils/src/index.js +7 -7
  212. package/dist/utils/src/types.d.ts +28 -2
  213. package/dist/utils/src/useRenderProps.d.ts +1 -0
  214. package/package.json +1 -1
  215. package/dist/Avatar/src/AnonymousAvatar.temp.css +0 -296
  216. package/dist/Avatar/src/AnonymousAvatar.temp.d.ts +0 -31
  217. package/dist/Avatar/src/AnonymousAvatar.temp.js +0 -60
  218. package/dist/ComboBox/src/ComboBoxOptions.css +0 -5453
  219. package/dist/ComboBox/src/ComboBoxOptions.d.ts +0 -51
  220. package/dist/ComboBox/src/ComboBoxOptions.js +0 -129
  221. package/dist/ComboBox/src/ComboBoxOptionsContext.d.ts +0 -21
  222. package/dist/ComboBox/src/ComboBoxOptionsContext.js +0 -2
  223. package/dist/Select/src/SelectOptions.css +0 -5453
  224. package/dist/Select/src/SelectOptions.d.ts +0 -50
  225. package/dist/Select/src/SelectOptions.js +0 -129
  226. package/dist/Select/src/SelectOptionsContext.d.ts +0 -21
  227. package/dist/Select/src/SelectOptionsContext.js +0 -2
  228. package/dist/checkbox/src/CheckboxList.d.ts +0 -17
  229. package/dist/checkbox/src/CheckboxList.js +0 -3
  230. package/dist/checkbox/src/CheckboxListContext.d.ts +0 -10
  231. package/dist/checkbox/src/CheckboxListContext.js +0 -2
  232. package/dist/chunk-3LRBUQC2.js +0 -43
  233. package/dist/chunk-A7TZHALP.js +0 -7
  234. package/dist/chunk-BI5IK57A.js +0 -105
  235. package/dist/chunk-CQFXGAJK.js +0 -7
  236. package/dist/chunk-D7F5AAM5.js +0 -149
  237. package/dist/chunk-DTPOFTKE.js +0 -105
  238. package/dist/chunk-FAM5QSGP.js +0 -210
  239. package/dist/chunk-NKHMUPAP.js +0 -43
  240. package/dist/chunk-WDUQUPTE.js +0 -7
  241. package/dist/chunk-XGOJ7VOE.js +0 -7
  242. package/dist/radio/src/RadioList.d.ts +0 -17
  243. package/dist/radio/src/RadioList.js +0 -3
  244. package/dist/radio/src/RadioListContext.d.ts +0 -10
  245. package/dist/radio/src/RadioListContext.js +0 -2
@@ -1,12 +1,12 @@
1
1
  import { SearchFieldContext } from './chunk-3NKF5TPD.js';
2
- import { _InputGroup } from './chunk-GIUE6E7O.js';
3
- import { _ClearButton } from './chunk-DXJTN6KL.js';
2
+ import { _InputGroup } from './chunk-4T564HJ6.js';
3
+ import { _ClearButton } from './chunk-SHLXCNCB.js';
4
4
  import { LabelContext } from './chunk-QCA3ZR56.js';
5
5
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
6
6
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
7
7
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
8
- import { SlotProvider } from './chunk-M36KANKC.js';
9
8
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
9
+ import { SlotProvider } from './chunk-M36KANKC.js';
10
10
  import { cssModule } from './chunk-KVDXQMWI.js';
11
11
  import { IconContext, SearchIcon } from '@hopper-ui/icons';
12
12
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -18,7 +18,7 @@ import { useContextProps, composeRenderProps, Input, SearchField as SearchField$
18
18
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
19
19
 
20
20
  // css-module:./SearchField.module.css#css-module
21
- var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___yL6F-", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___hk-Il", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___s5DSK", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___e5fzt", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___CuQpk", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___eFnC3", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___tBccC", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___5gSxl", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___k-oxQ" };
21
+ var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___EFGTC", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___--Ura", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___P2NjJ", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___xmOzZ", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___zXWqz", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___Iumt1", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___Ct-QO", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___U7D3U", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___-34wH" };
22
22
  var GlobalSearchFieldCssSelector = "hop-SearchField";
23
23
  function SearchField(props, ref) {
24
24
  var _a;
@@ -13,7 +13,7 @@ import { useContextProps, FieldErrorContext, TagGroup as TagGroup$1 } from 'reac
13
13
  import { jsx } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./TagGroup.module.css#css-module
16
- var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___ifxHL", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___ZGgVp", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___LBtG7", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___4fBgy", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___uha6c" };
16
+ var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___kT5Sy", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___bkQjT", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___LA5nf", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___Zh70b", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___dpkb4" };
17
17
  var GlobalTagGroupCssSelector = "hop-TagGroup";
18
18
  function TagGroup(props, ref) {
19
19
  var _a;
@@ -1,9 +1,9 @@
1
- import { LinkContext } from './chunk-4VVNSXIB.js';
1
+ import { EnsureTextWrapper } from './chunk-ZZPW6TQD.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-7UIRCOSZ.js';
3
+ import { LinkContext } from './chunk-4VVNSXIB.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
- import { SlotProvider } from './chunk-M36KANKC.js';
6
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
+ import { SlotProvider } from './chunk-M36KANKC.js';
7
7
  import { cssModule } from './chunk-KVDXQMWI.js';
8
8
  import { IconContext } from '@hopper-ui/icons';
9
9
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./Link.module.css#css-module
15
- var Link_module_default = { "hop-Link": "Link-module__hop-Link___5v2Af", "hop-Link--quiet": "Link-module__hop-Link--quiet___D-tLQ", "hop-Link--primary": "Link-module__hop-Link--primary___lLxOY", "hop-Link--secondary": "Link-module__hop-Link--secondary___RLmC8", "hop-Link__icon": "Link-module__hop-Link__icon___oIJkS", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___N9Z-b", "hop-Link__text": "Link-module__hop-Link__text___dMpPy", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___lmqHB", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___XOJkn" };
15
+ var Link_module_default = { "hop-Link": "Link-module__hop-Link___DCRQL", "hop-Link--quiet": "Link-module__hop-Link--quiet___H2LPU", "hop-Link--primary": "Link-module__hop-Link--primary___9bw4O", "hop-Link--secondary": "Link-module__hop-Link--secondary___dCrXr", "hop-Link__icon": "Link-module__hop-Link__icon___tTJPL", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___54C8W", "hop-Link__text": "Link-module__hop-Link__text___A63hD", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___WhI3T", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___xJtqi" };
16
16
  var GlobalLinkCssSelector = "hop-Link";
17
17
  var LinkToIconSizeAdapter = {
18
18
  inherit: void 0,
@@ -1,12 +1,12 @@
1
1
  import { useIsOverflow } from './chunk-EHXOXTDN.js';
2
2
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
3
- import { _Text } from './chunk-QEP5RLDI.js';
3
+ import { _Text } from './chunk-QLFK4TDW.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { AvatarContext } from './chunk-AES7QBQE.js';
7
- import { SlotProvider } from './chunk-M36KANKC.js';
8
7
  import { useRenderProps } from './chunk-NH3IVMXB.js';
9
8
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
9
+ import { SlotProvider } from './chunk-M36KANKC.js';
10
10
  import { cssModule } from './chunk-KVDXQMWI.js';
11
11
  import { IconContext } from '@hopper-ui/icons';
12
12
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
16
16
  import { jsx } from 'react/jsx-runtime';
17
17
 
18
18
  // css-module:./SelectValue.module.css#css-module
19
- var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___i5r1Q", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___iQ3Hh", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___xde5h", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___Ji-Gj", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___5z-B1" };
19
+ var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___-7Duw", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___c2loU", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___obxbM", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___79jCj", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___BtAMD" };
20
20
  var GlobalSelectValueCssSelector = "hop-SelectValue";
21
21
  var SelectValueToAvatarSizeAdapter = {
22
22
  sm: "xs",
@@ -1,11 +1,11 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
+ import { EnsureTextWrapper } from './chunk-ZZPW6TQD.js';
2
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-7UIRCOSZ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
- import { SlotProvider } from './chunk-M36KANKC.js';
7
6
  import { useRenderProps } from './chunk-NH3IVMXB.js';
8
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
+ import { SlotProvider } from './chunk-M36KANKC.js';
9
9
  import { cssModule } from './chunk-KVDXQMWI.js';
10
10
  import { IconContext, MinusIcon, CheckmarkIcon } from '@hopper-ui/icons';
11
11
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -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:./DecorativeCheckbox.module.css#css-module
18
- var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___ucH4r Checkbox-module__hop-Checkbox___LOKlY", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___bH73y Checkbox-module__hop-Checkbox--sm___197S-", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___7-w5g Checkbox-module__hop-Checkbox--md___JiYY-", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___vNnWK Checkbox-module__hop-Checkbox__icon___XDw5u", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___TS02C Checkbox-module__hop-Checkbox__icon___XDw5u", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___ISwqo Checkbox-module__hop-Checkbox__box___-rfTf", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___LCo1a Checkbox-module__hop-Checkbox__check___M8bAB", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___4skmp Checkbox-module__hop-Checkbox__text___DsMrN" };
18
+ var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___2dF5r Checkbox-module__hop-Checkbox___Rlxee", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___V-Wcn Checkbox-module__hop-Checkbox--sm___iGrC4", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___n5qvn Checkbox-module__hop-Checkbox--md___dvkgO", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___O-sRD Checkbox-module__hop-Checkbox__icon___N6ZSc", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___YPLF- Checkbox-module__hop-Checkbox__icon___N6ZSc", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___EMQLj Checkbox-module__hop-Checkbox__box___nb6KY", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___5aNxv Checkbox-module__hop-Checkbox__check___hcKpT", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___kQDzs Checkbox-module__hop-Checkbox__text___W7psy" };
19
19
  var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
20
20
  function DecorativeCheckbox(props, ref) {
21
21
  var _a;
@@ -7,7 +7,7 @@ import { useContextProps, Heading as Heading$1 } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Heading.module.css#css-module
10
- var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___UmxO5", "hop-Heading--xs": "Heading-module__hop-Heading--xs___GGGdN", "hop-Heading--sm": "Heading-module__hop-Heading--sm___mnpv-", "hop-Heading--md": "Heading-module__hop-Heading--md___zeBcq", "hop-Heading--lg": "Heading-module__hop-Heading--lg___X1BVp", "hop-Heading--xl": "Heading-module__hop-Heading--xl___OSVsP", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___xsaHB", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___ucK6p" };
10
+ var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___q26SZ", "hop-Heading--xs": "Heading-module__hop-Heading--xs___9SyOh", "hop-Heading--sm": "Heading-module__hop-Heading--sm___G9XTw", "hop-Heading--md": "Heading-module__hop-Heading--md___bh0Lp", "hop-Heading--lg": "Heading-module__hop-Heading--lg___CIDqI", "hop-Heading--xl": "Heading-module__hop-Heading--xl___LSYRw", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___qhs-3", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___yfCW6" };
11
11
  var GlobalHeadingCssSelector = "hop-Heading";
12
12
  function Heading(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, HeadingContext);
@@ -1,14 +1,14 @@
1
1
  import { useFontFaceReady } from './chunk-IU6XMS2X.js';
2
- import { useTruncatedText } from './chunk-Z57VHYOF.js';
3
- import { _RemainingCharacterCount } from './chunk-FDA3Z2MW.js';
4
2
  import { TextAreaContext } from './chunk-MHQZXLKW.js';
5
- import { _InputGroup } from './chunk-GIUE6E7O.js';
3
+ import { useTruncatedText } from './chunk-Z57VHYOF.js';
4
+ import { _RemainingCharacterCount } from './chunk-7YCHVZAY.js';
5
+ import { _InputGroup } from './chunk-4T564HJ6.js';
6
6
  import { LabelContext } from './chunk-QCA3ZR56.js';
7
7
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
8
8
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
9
9
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
10
- import { SlotProvider } from './chunk-M36KANKC.js';
11
10
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
11
+ import { SlotProvider } from './chunk-M36KANKC.js';
12
12
  import { cssModule } from './chunk-KVDXQMWI.js';
13
13
  import { useStyledSystem, useResponsiveValue, useIsomorphicLayoutEffect } from '@hopper-ui/styled-system';
14
14
  import $670gB$react, { forwardRef, useContext, useState, useCallback, useRef, useMemo } from 'react';
@@ -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___Tr4-e", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___mwNep", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___XtfFW", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___MuHtp", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___sGZVJ", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___KE2Za", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___4rgQp", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___4aG79", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___Y33v-" };
82
+ var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___IInr0", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___Q-1U9", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___pWE9X", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___TAlRl", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___KEp-T", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___p1lJf", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___ZEa1U", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___ZBI9P", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___u1kdR" };
83
83
  var GlobalTextAreaCssSelector = "hop-TextArea";
84
84
  var DefaultMinimumTextAreaRows = 3;
85
85
  var pxToInt = (value) => {
@@ -1,10 +1,10 @@
1
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
+ import { EnsureTextWrapper } from './chunk-ZZPW6TQD.js';
2
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-7UIRCOSZ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
- import { SlotProvider } from './chunk-M36KANKC.js';
7
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
+ import { SlotProvider } from './chunk-M36KANKC.js';
8
8
  import { cssModule } from './chunk-KVDXQMWI.js';
9
9
  import { IconContext } from '@hopper-ui/icons';
10
10
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -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___tNjYd", "hop-Switch--sm": "Switch-module__hop-Switch--sm___vUrP-", "hop-Switch--md": "Switch-module__hop-Switch--md___wH5S7", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___TF4X4", "hop-Switch__text": "Switch-module__hop-Switch__text___1jXCh", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___7ws7J", "hop-Switch__icon": "Switch-module__hop-Switch__icon___oMGm0" };
16
+ var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___nHZwK", "hop-Switch--sm": "Switch-module__hop-Switch--sm___3H9DY", "hop-Switch--md": "Switch-module__hop-Switch--md___b6DmD", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___trNg5", "hop-Switch__text": "Switch-module__hop-Switch__text___8uHdO", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___-bok7", "hop-Switch__icon": "Switch-module__hop-Switch__icon___6pxr-" };
17
17
  var GlobalSwitchCssSelector = "hop-Switch";
18
18
  function Switch(props, ref) {
19
19
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
2
- import { _Text } from './chunk-QEP5RLDI.js';
2
+ import { _Text } from './chunk-QLFK4TDW.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___xEWtR", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___lLo8S" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___8xv-k", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___4ha6Y" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -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___vhsQJ" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___hduYr" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -1,10 +1,10 @@
1
1
  import { RadioContext } from './chunk-FU5CCPLP.js';
2
+ import { EnsureTextWrapper } from './chunk-ZZPW6TQD.js';
2
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-7UIRCOSZ.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
- import { SlotProvider } from './chunk-M36KANKC.js';
7
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
+ import { SlotProvider } from './chunk-M36KANKC.js';
8
8
  import { cssModule } from './chunk-KVDXQMWI.js';
9
9
  import { BulletIcon, IconContext } from '@hopper-ui/icons';
10
10
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -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___2HzTs", "hop-Radio--sm": "Radio-module__hop-Radio--sm___Qxlvt", "hop-Radio--md": "Radio-module__hop-Radio--md___b-vaJ", "hop-Radio__icon": "Radio-module__hop-Radio__icon___cEXnk", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___QIyy-", "hop-Radio__box": "Radio-module__hop-Radio__box___axJ4o", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___KlAYN", "hop-Radio__text": "Radio-module__hop-Radio__text___ZcCSA" };
16
+ var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___Xl4L5", "hop-Radio--sm": "Radio-module__hop-Radio--sm___qiwmt", "hop-Radio--md": "Radio-module__hop-Radio--md___P8wtH", "hop-Radio__icon": "Radio-module__hop-Radio__icon___7Qw6r", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___C7YuL", "hop-Radio__box": "Radio-module__hop-Radio__box___IjhJ2", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___wgttp", "hop-Radio__text": "Radio-module__hop-Radio__text___JwEUL" };
17
17
  var GlobalRadioCssSelector = "hop-Radio";
18
18
  function Radio(props, ref) {
19
19
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-4QKGKTD5.js';
2
+ import { _RichIconAvatarImage } from './chunk-UIVMBUPT.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';
@@ -0,0 +1,133 @@
1
+ import { RadioFieldContext } from './chunk-DGLAGYBD.js';
2
+ import { RadioGroupContext } from './chunk-5MBJWRZD.js';
3
+ import { RadioContext } from './chunk-FU5CCPLP.js';
4
+ import { _Label } from './chunk-X5UWK5RL.js';
5
+ import { _HelperMessage } from './chunk-D423VDJZ.js';
6
+ import { _ErrorMessage } from './chunk-OH47EJDL.js';
7
+ import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
+ import { SlotProvider } from './chunk-M36KANKC.js';
9
+ import { cssModule } from './chunk-KVDXQMWI.js';
10
+ import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
11
+ import clsx from 'clsx';
12
+ import { forwardRef } from 'react';
13
+ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from 'react-aria-components';
14
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
15
+
16
+ // css-module:./RadioGroup.module.css#css-module
17
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___uybOl", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___HfgKI", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___Pt-Bj", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___8lNqf", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___IZ3Ol", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___X27tq", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___m2Isa", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___POhBW", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___U8dp7" };
18
+ var GlobalRadioGroupCssSelector = "hop-RadioGroup";
19
+ function RadioGroup(props, ref) {
20
+ var _a, _b, _c;
21
+ [props, ref] = useContextProps(props, ref, RadioGroupContext);
22
+ const { stylingProps, ...ownProps } = useStyledSystem(props);
23
+ const { stylingProps: listStylingProps, ...listProps } = useStyledSystem((_a = ownProps.listProps) != null ? _a : {});
24
+ const {
25
+ className,
26
+ children: childrenProp,
27
+ description,
28
+ errorMessage,
29
+ isDisabled,
30
+ isInvalid,
31
+ isRequired,
32
+ label,
33
+ orientation: orientationProp = "vertical",
34
+ size: sizeProp = "md",
35
+ style: styleProp,
36
+ variant = "borderless",
37
+ necessityIndicator,
38
+ ...otherProps
39
+ } = ownProps;
40
+ const {
41
+ className: listClassName,
42
+ slot: listSlot,
43
+ style: listStyleProp,
44
+ ...otherListProps
45
+ } = listProps;
46
+ const orientation = (_b = useResponsiveValue(orientationProp)) != null ? _b : "vertical";
47
+ const size = (_c = useResponsiveValue(sizeProp)) != null ? _c : "md";
48
+ const classNames = composeClassnameRenderProps(
49
+ className,
50
+ GlobalRadioGroupCssSelector,
51
+ cssModule(
52
+ RadioGroup_module_default,
53
+ "hop-RadioGroup",
54
+ size,
55
+ variant
56
+ ),
57
+ stylingProps.className
58
+ );
59
+ const listClassNames = clsx(
60
+ RadioGroup_module_default["hop-RadioGroup__list"],
61
+ listClassName,
62
+ listStylingProps.className
63
+ );
64
+ const style = composeRenderProps(styleProp, (prev) => {
65
+ return {
66
+ ...stylingProps.style,
67
+ ...prev
68
+ };
69
+ });
70
+ const listStyle = {
71
+ ...listStylingProps.style,
72
+ ...listStyleProp
73
+ };
74
+ const children = composeRenderProps(childrenProp, (prev) => {
75
+ return /* @__PURE__ */ jsx(
76
+ "div",
77
+ {
78
+ className: listClassNames,
79
+ slot: listSlot != null ? listSlot : void 0,
80
+ style: listStyle,
81
+ ...otherListProps,
82
+ children: prev
83
+ }
84
+ );
85
+ });
86
+ return /* @__PURE__ */ jsx(
87
+ SlotProvider,
88
+ {
89
+ values: [
90
+ [RadioContext, {
91
+ className: RadioGroup_module_default["hop-RadioGroup__radio"],
92
+ size
93
+ }],
94
+ [RadioFieldContext, {
95
+ className: RadioGroup_module_default["hop-RadioGroup__radio"],
96
+ size,
97
+ isDisabled
98
+ }]
99
+ ],
100
+ children: /* @__PURE__ */ jsx(
101
+ RadioGroup$1,
102
+ {
103
+ ref,
104
+ className: classNames,
105
+ style,
106
+ isInvalid,
107
+ isDisabled,
108
+ isRequired,
109
+ orientation,
110
+ ...otherProps,
111
+ children: (radioGroupRenderProps) => /* @__PURE__ */ jsxs(Fragment, { children: [
112
+ label && /* @__PURE__ */ jsx(
113
+ _Label,
114
+ {
115
+ className: RadioGroup_module_default["hop-RadioGroup__label"],
116
+ isRequired,
117
+ necessityIndicator,
118
+ children: label
119
+ }
120
+ ),
121
+ children(radioGroupRenderProps),
122
+ description && /* @__PURE__ */ jsx(_HelperMessage, { className: RadioGroup_module_default["hop-RadioGroup__helper-message"], hideIcon: true, children: description }),
123
+ errorMessage && /* @__PURE__ */ jsx(_ErrorMessage, { className: RadioGroup_module_default["hop-RadioGroup__error-message"], hideIcon: true, children: errorMessage })
124
+ ] })
125
+ }
126
+ )
127
+ }
128
+ );
129
+ }
130
+ var _RadioGroup = forwardRef(RadioGroup);
131
+ _RadioGroup.displayName = "RadioGroup";
132
+
133
+ export { GlobalRadioGroupCssSelector, _RadioGroup };
@@ -1,5 +1,5 @@
1
1
  import { SpinnerContext } from './chunk-4ZYV2XLW.js';
2
- import { _Text } from './chunk-QEP5RLDI.js';
2
+ import { _Text } from './chunk-QLFK4TDW.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___v776P", "spin": "Spinner-module__spin___SrlS3", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___2IgkC", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___-wlTu", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___Vwn-R", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___QP4Bv", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___KANeQ", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___NCRI6" };
12
+ var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___vca-V", "spin": "Spinner-module__spin___4fSmt", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___JD64b", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___Ip6Yx", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___Papcq", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___6enPs", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___tJWH2", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___NBRxh" };
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___mj8Fa", "hop-Text--xs": "Text-module__hop-Text--xs___Ec0pB", "hop-Text--sm": "Text-module__hop-Text--sm___OEOLg", "hop-Text--md": "Text-module__hop-Text--md___1w6vw", "hop-Text--lg": "Text-module__hop-Text--lg___qmFPQ", "hop-Text--xl": "Text-module__hop-Text--xl___X22md", "hop-Text--2xl": "Text-module__hop-Text--2xl___-NFPI", "hop-Text--inherit": "Text-module__hop-Text--inherit___PE67N" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___Ms9UM", "hop-Text--xs": "Text-module__hop-Text--xs___EFy-e", "hop-Text--sm": "Text-module__hop-Text--sm___wEhhC", "hop-Text--md": "Text-module__hop-Text--md___PZ9Gy", "hop-Text--lg": "Text-module__hop-Text--lg___7e4eY", "hop-Text--xl": "Text-module__hop-Text--xl___6cRtq", "hop-Text--2xl": "Text-module__hop-Text--2xl___JtqvW", "hop-Text--inherit": "Text-module__hop-Text--inherit___e1vLn" };
13
13
  var GlobalTextCssSelector = "hop-Text";
14
14
  function Text(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, TextContext);
@@ -1,6 +1,6 @@
1
- import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
2
1
  import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
3
2
  import { ButtonContext } from './chunk-WMTWFKKP.js';
3
+ import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
4
4
  import { SlotProvider } from './chunk-M36KANKC.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
6
6
  import { slot, useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./ButtonGroup.module.css#css-module
14
- var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___2PgOi", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___5g-yu", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___Ut0a4", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___4vCTx", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___MXMBb", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___riD0g", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___NbIRc", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___Q02yx" };
14
+ var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___r0-1A", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___GJqTf", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___A9Ydt", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___46Jp5", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___avA9Q", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___4qvAy", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___12M0O", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___3wDdJ" };
15
15
  var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
16
16
  function ButtonGroup(props, ref) {
17
17
  var _a, _b, _c, _d;
@@ -1,13 +1,13 @@
1
1
  import { isFunction } from './chunk-TIPN4VYD.js';
2
- import { SectionContext } from './chunk-5H5AZJPQ.js';
3
- import { _ListBoxItem } from './chunk-ICG7GXKL.js';
4
- import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
5
- import { HeaderContext } from './chunk-7JOGKC3W.js';
6
2
  import { ListBoxContext } from './chunk-UIEP5BA5.js';
3
+ import { _ListBoxItem } from './chunk-D356AG3Y.js';
4
+ import { ListBoxItemContext } from './chunk-Y2POLIXK.js';
5
+ import { SectionContext } from './chunk-5H5AZJPQ.js';
7
6
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
8
- import { _Text } from './chunk-QEP5RLDI.js';
9
- import { SlotProvider } from './chunk-M36KANKC.js';
7
+ import { HeaderContext } from './chunk-7JOGKC3W.js';
8
+ import { _Text } from './chunk-QLFK4TDW.js';
10
9
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
10
+ import { SlotProvider } from './chunk-M36KANKC.js';
11
11
  import { cssModule } from './chunk-KVDXQMWI.js';
12
12
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
13
13
  import { useLoadMore } from '@react-aria/utils';
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, ListBox as ListBox$1, Collection }
17
17
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
18
18
 
19
19
  // css-module:./ListBox.module.css#css-module
20
- var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___zSDzr", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___seztS", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___c4Dz5", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___f6G7R", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___0tYXU" };
20
+ var ListBox_module_default = { "hop-ListBox": "ListBox-module__hop-ListBox___kS1EK", "hop-ListBox--fluid": "ListBox-module__hop-ListBox--fluid___5k1S4", "hop-ListBox__section": "ListBox-module__hop-ListBox__section___uFnJR", "hop-ListBox__item": "ListBox-module__hop-ListBox__item___jHvHa", "hop-ListBox__section-header": "ListBox-module__hop-ListBox__section-header___X-hp6" };
21
21
  var GlobalListBoxCssSelector = "hop-ListBox";
22
22
  var GlobalListBoxEmptyItemCssSelector = "hop-ListBox__empty-item";
23
23
  var ListBoxToTextSizeAdapter = {
@@ -1,5 +1,5 @@
1
1
  import { ClearButtonContext } from './chunk-DXVKHP4V.js';
2
- import { _EmbeddedButton } from './chunk-DKU4ERF3.js';
2
+ import { _EmbeddedButton } from './chunk-BX43IOO4.js';
3
3
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
4
4
  import { DismissIcon } from '@hopper-ui/icons';
5
5
  import { forwardRef } from 'react';
@@ -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___fvU19", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___3BR-4", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___8xBRz", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___6gTeW", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___RUsTx", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___5HiFM" };
10
+ var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___9McF5", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___HGrK8", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___IXH0i", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___VY1WY", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___mGw-h", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___qUyC7" };
11
11
  var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
12
12
  function ListBoxItemSkeleton(props, ref) {
13
13
  var _a;
@@ -1,6 +1,6 @@
1
- import { SlotProvider } from './chunk-M36KANKC.js';
2
1
  import { useRenderProps } from './chunk-NH3IVMXB.js';
3
2
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
3
+ import { SlotProvider } from './chunk-M36KANKC.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { RichIconAvatarImageContext } from './chunk-JWW56J7M.js';
6
6
  import { RichIconContext } from '@hopper-ui/icons';
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./RichIconAvatarImage.module.css#css-module
14
- var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___hAYuF", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___SGH0H", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___HVlXF", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___324Ze", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___uuSrr", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___s0yBN", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___LXSLQ", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___SU6JR" };
14
+ var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___uoR-Y", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___SRGBD", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___qUbU7", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___UIhBA", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___RCPAI", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___2X17a", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___beFZx", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___BScF5" };
15
15
  var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
16
16
  var AvatarToIconSizeAdapter = {
17
17
  xs: "md",
@@ -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___NSAPP", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___wKUev" };
10
+ var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___gONfu", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___dB536" };
11
11
  var GlobalDividerCssSelector = "hop-Divider";
12
12
  function Divider(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, DividerContext);
@@ -1,9 +1,9 @@
1
1
  import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
2
2
  import { SwitchContext } from './chunk-YHBJAXUY.js';
3
3
  import { TextContext } from './chunk-X6SER3TZ.js';
4
- import { SlotProvider } from './chunk-M36KANKC.js';
5
4
  import { useRenderProps } from './chunk-NH3IVMXB.js';
6
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
+ import { SlotProvider } from './chunk-M36KANKC.js';
7
7
  import { cssModule } from './chunk-KVDXQMWI.js';
8
8
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
9
9
  import { forwardRef } from 'react';
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./SwitchField.module.css#css-module
15
- var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___86Smo", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___Y-IyD", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___phxO8", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___YirL1", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___9CAUr" };
15
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___xJV1j", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___1ltfo", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___Bm64H", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___qW5vP", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___G-FiP" };
16
16
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
17
17
  var SwitchToDescriptionSizeAdapter = {
18
18
  sm: "xs",
@@ -1,5 +1,5 @@
1
- import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
2
1
  import { BadgeContext } from './chunk-CQDLZ42T.js';
2
+ import { FloatingBadgeContext } from './chunk-CIGS4QGT.js';
3
3
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
4
4
  import { SlotProvider } from './chunk-M36KANKC.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -10,7 +10,7 @@ import { useContextProps } from 'react-aria-components';
10
10
  import { jsx } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./FloatingBadge.module.css#css-module
13
- var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___WIlQd", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___EA62z" };
13
+ var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___U-tpG", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___FurHJ" };
14
14
  var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
15
15
  function FloatingBadge(props, ref) {
16
16
  [props, ref] = useContextProps(props, ref, FloatingBadgeContext);
@@ -8,7 +8,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
8
8
  import { jsx, jsxs } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./Label.module.css#css-module
11
- var Label_module_default = { "hop-Label": "Label-module__hop-Label___gNKtA", "hop-Label__indicator": "Label-module__hop-Label__indicator___DSpzJ" };
11
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___pQJk8", "hop-Label__indicator": "Label-module__hop-Label__indicator___LHF1G" };
12
12
  var GlobalLabelCssSelector = "hop-Label";
13
13
  function Label(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, LabelContext);
@@ -1,7 +1,7 @@
1
+ import { _Text } from './chunk-QLFK4TDW.js';
1
2
  import { useImageFallback } from './chunk-LI5HSYF7.js';
2
- import { _Text } from './chunk-QEP5RLDI.js';
3
3
  import { AvatarContext } from './chunk-AES7QBQE.js';
4
- import { _RichIconAvatarImage } from './chunk-4QKGKTD5.js';
4
+ import { _RichIconAvatarImage } from './chunk-UIVMBUPT.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___QsGVs", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___fvxfS", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___9f-6l", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___l-72I", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___0vQcD", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___hn4oN", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___zA7Kr", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___XWGXN", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___xoRZv", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___UI07e", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___zyD8-", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___JfDQM", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___KYhx4", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___yzRet", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___tnbdJ", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___DBjdy", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___UDWEF" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___lidkg", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___NLrD-", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___X9HW1", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___BP5T0", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___TDDKv", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___sNu6S", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___O7iFg", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___Z-HLL", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___jEXCg", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___dxRcR", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___rGfkB", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___EG-Lh", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___ZKoPM", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___u4U31", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___93UVa", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___xFQfQ", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___Hel7a" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",