@hopper-ui/components 1.3.21 → 1.3.23

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 (207) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +37 -37
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/AnonymousAvatar.temp.css +296 -0
  5. package/dist/Avatar/src/AnonymousAvatar.temp.d.ts +31 -0
  6. package/dist/Avatar/src/AnonymousAvatar.temp.js +60 -0
  7. package/dist/Avatar/src/Avatar.css +55 -55
  8. package/dist/Avatar/src/Avatar.js +3 -3
  9. package/dist/Avatar/src/DeletedAvatar.css +37 -37
  10. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  11. package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
  12. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  13. package/dist/Avatar/src/index.css +55 -55
  14. package/dist/Avatar/src/index.js +5 -5
  15. package/dist/Badge/src/Badge.css +42 -42
  16. package/dist/Badge/src/Badge.d.ts +5 -0
  17. package/dist/Badge/src/Badge.js +3 -3
  18. package/dist/Badge/src/FloatingBadge.css +37 -37
  19. package/dist/Badge/src/FloatingBadge.js +1 -1
  20. package/dist/Badge/src/index.css +52 -52
  21. package/dist/Badge/src/index.js +4 -4
  22. package/dist/ComboBox/src/ComboBox.css +768 -768
  23. package/dist/ComboBox/src/ComboBox.js +6 -6
  24. package/dist/ComboBox/src/ComboBoxOptions.css +768 -768
  25. package/dist/ComboBox/src/ComboBoxOptions.js +58 -58
  26. package/dist/ComboBox/src/index.css +768 -768
  27. package/dist/ComboBox/src/index.js +58 -58
  28. package/dist/Divider/src/Divider.css +29 -29
  29. package/dist/Divider/src/Divider.js +1 -1
  30. package/dist/Divider/src/index.css +29 -29
  31. package/dist/Divider/src/index.js +1 -1
  32. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  33. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  34. package/dist/ErrorMessage/src/index.css +29 -29
  35. package/dist/ErrorMessage/src/index.js +2 -2
  36. package/dist/Form/src/Form.css +768 -768
  37. package/dist/Form/src/Form.js +58 -58
  38. package/dist/Form/src/index.css +768 -768
  39. package/dist/Form/src/index.js +58 -58
  40. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  41. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  42. package/dist/HelperMessage/src/index.css +29 -29
  43. package/dist/HelperMessage/src/index.js +2 -2
  44. package/dist/IconList/src/IconList.css +28 -28
  45. package/dist/IconList/src/IconList.js +1 -1
  46. package/dist/IconList/src/index.css +28 -28
  47. package/dist/IconList/src/index.js +1 -1
  48. package/dist/Link/src/Link.css +49 -49
  49. package/dist/Link/src/Link.js +6 -6
  50. package/dist/Link/src/index.css +49 -49
  51. package/dist/Link/src/index.js +6 -6
  52. package/dist/ListBox/src/ListBox.css +274 -274
  53. package/dist/ListBox/src/ListBox.js +11 -11
  54. package/dist/ListBox/src/ListBoxItem.css +262 -262
  55. package/dist/ListBox/src/ListBoxItem.js +10 -10
  56. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  57. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  58. package/dist/ListBox/src/index.css +274 -274
  59. package/dist/ListBox/src/index.js +11 -11
  60. package/dist/Select/src/Select.css +296 -296
  61. package/dist/Select/src/Select.js +7 -7
  62. package/dist/Select/src/SelectOptions.css +768 -768
  63. package/dist/Select/src/SelectOptions.js +58 -58
  64. package/dist/Select/src/SelectValue.css +61 -61
  65. package/dist/Select/src/SelectValue.js +5 -5
  66. package/dist/Select/src/index.css +768 -768
  67. package/dist/Select/src/index.js +58 -58
  68. package/dist/Spinner/src/Spinner.css +37 -37
  69. package/dist/Spinner/src/Spinner.js +2 -2
  70. package/dist/Spinner/src/index.css +37 -37
  71. package/dist/Spinner/src/index.js +2 -2
  72. package/dist/buttons/src/Button.css +93 -93
  73. package/dist/buttons/src/Button.js +7 -7
  74. package/dist/buttons/src/ButtonGroup.css +38 -38
  75. package/dist/buttons/src/ButtonGroup.js +1 -1
  76. package/dist/buttons/src/ClearButton.css +98 -98
  77. package/dist/buttons/src/ClearButton.js +2 -2
  78. package/dist/buttons/src/EmbeddedButton.css +98 -98
  79. package/dist/buttons/src/EmbeddedButton.js +1 -1
  80. package/dist/buttons/src/LinkButton.css +102 -102
  81. package/dist/buttons/src/LinkButton.js +7 -7
  82. package/dist/buttons/src/index.css +249 -249
  83. package/dist/buttons/src/index.js +13 -13
  84. package/dist/checkbox/src/Checkbox.css +46 -46
  85. package/dist/checkbox/src/Checkbox.js +6 -6
  86. package/dist/checkbox/src/CheckboxField.css +33 -33
  87. package/dist/checkbox/src/CheckboxField.js +1 -1
  88. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  89. package/dist/checkbox/src/CheckboxGroup.js +1 -1
  90. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  91. package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
  92. package/dist/checkbox/src/index.css +98 -98
  93. package/dist/checkbox/src/index.js +9 -9
  94. package/dist/{chunk-UKR2P5OV.js → chunk-22R324WS.js} +3 -3
  95. package/dist/{chunk-7XRGRMKN.js → chunk-274FJB5O.js} +1 -1
  96. package/dist/{chunk-MHDM4YO4.js → chunk-2ASLFWR3.js} +1 -1
  97. package/dist/{chunk-SUMAGCIA.js → chunk-2E3YA5WL.js} +2 -2
  98. package/dist/{chunk-WMRLDPFX.js → chunk-3HAFXWC7.js} +1 -1
  99. package/dist/{chunk-DSDDTQSP.js → chunk-4ICFPMB2.js} +3 -3
  100. package/dist/{chunk-2FXHD5EF.js → chunk-4PL7X7KE.js} +2 -2
  101. package/dist/{chunk-QTVWIRCB.js → chunk-5RWK5FRS.js} +3 -3
  102. package/dist/{chunk-3TN23WXI.js → chunk-6IOI5J2G.js} +2 -2
  103. package/dist/{chunk-HCDZVQF5.js → chunk-7TOEC4BY.js} +2 -2
  104. package/dist/{chunk-IVVBR4PT.js → chunk-C4MZAXMT.js} +1 -1
  105. package/dist/{chunk-RJW3T3TL.js → chunk-CFRCUHQZ.js} +7 -7
  106. package/dist/{chunk-NZUOHL5V.js → chunk-CXPA2XU3.js} +1 -1
  107. package/dist/{chunk-HIDFOPDG.js → chunk-E5X75YOL.js} +2 -2
  108. package/dist/{chunk-YIIWGRHM.js → chunk-EKO72ADZ.js} +2 -2
  109. package/dist/{chunk-J3D3EFH7.js → chunk-FJJGUPQ2.js} +2 -2
  110. package/dist/{chunk-KGVQXCKY.js → chunk-GL7Z5DMW.js} +5 -5
  111. package/dist/{chunk-SH2PCVCP.js → chunk-GS3BOLCC.js} +1 -1
  112. package/dist/{chunk-H5SFGSQY.js → chunk-GUB5P3EE.js} +2 -2
  113. package/dist/{chunk-ZWUASBUA.js → chunk-H3MVVKNK.js} +1 -1
  114. package/dist/{chunk-ID7CLQIZ.js → chunk-HC5CLOX3.js} +1 -1
  115. package/dist/{chunk-KWYYG3UT.js → chunk-HCU4ACIU.js} +1 -1
  116. package/dist/{chunk-N4TMRRF4.js → chunk-HJZRGFXZ.js} +2 -2
  117. package/dist/{chunk-X5N7I2HV.js → chunk-J2ZYJILQ.js} +4 -4
  118. package/dist/{chunk-3PONZZJH.js → chunk-JM577F4Y.js} +1 -1
  119. package/dist/{chunk-MCGBD7B2.js → chunk-JZQ5ECZR.js} +3 -3
  120. package/dist/{chunk-OD7U6X4F.js → chunk-LDNIFXIK.js} +1 -1
  121. package/dist/{chunk-SM3RKPS2.js → chunk-LJ5XIABY.js} +3 -3
  122. package/dist/{chunk-BZDYEIAN.js → chunk-ME25LLJQ.js} +6 -5
  123. package/dist/{chunk-YGZQBJTZ.js → chunk-MMTH7I32.js} +1 -1
  124. package/dist/{chunk-EI3IUNUO.js → chunk-N5DC4UFP.js} +2 -2
  125. package/dist/{chunk-4MJUV4Y4.js → chunk-OJWMKFCM.js} +1 -1
  126. package/dist/{chunk-Y76Z32VB.js → chunk-Q4IWTQWW.js} +1 -1
  127. package/dist/{chunk-D3ES4N5I.js → chunk-Q5ITMJW2.js} +3 -3
  128. package/dist/{chunk-UHT3G5QZ.js → chunk-QN4JO3ZF.js} +1 -1
  129. package/dist/{chunk-F6SXVFV7.js → chunk-QNC5YD7L.js} +2 -2
  130. package/dist/{chunk-DQ3RMWYV.js → chunk-S3HUD5FR.js} +6 -9
  131. package/dist/{chunk-I7RO3Y4Y.js → chunk-SH7Y7ZAK.js} +1 -1
  132. package/dist/{chunk-HEAER6AM.js → chunk-T3RZI4I7.js} +1 -1
  133. package/dist/{chunk-QFWFNJTE.js → chunk-V7VLONEF.js} +14 -11
  134. package/dist/{chunk-XSAC6GZB.js → chunk-VD3VD7FT.js} +3 -3
  135. package/dist/{chunk-CRBWHSR5.js → chunk-VGEDX2KH.js} +1 -1
  136. package/dist/{chunk-E6KLDSL7.js → chunk-W5COIO2O.js} +2 -2
  137. package/dist/{chunk-NH4G3E35.js → chunk-W6PNTZPC.js} +1 -1
  138. package/dist/{chunk-T54ITIHK.js → chunk-XFPH3PDB.js} +3 -3
  139. package/dist/{chunk-LTIKJWVL.js → chunk-YSPOLHL3.js} +1 -1
  140. package/dist/{chunk-AJAXFPMZ.js → chunk-ZAOJLOO4.js} +1 -1
  141. package/dist/{chunk-IRP5O2PB.js → chunk-ZSCI4FHZ.js} +1 -1
  142. package/dist/index.css +768 -768
  143. package/dist/index.js +58 -58
  144. package/dist/inputs/src/InputGroup.css +264 -264
  145. package/dist/inputs/src/InputGroup.js +1 -1
  146. package/dist/inputs/src/NumberField.css +286 -286
  147. package/dist/inputs/src/NumberField.js +8 -8
  148. package/dist/inputs/src/PasswordField.css +274 -274
  149. package/dist/inputs/src/PasswordField.js +7 -7
  150. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  151. package/dist/inputs/src/RemainingCharacterCount.js +5 -5
  152. package/dist/inputs/src/SearchField.css +280 -280
  153. package/dist/inputs/src/SearchField.js +8 -8
  154. package/dist/inputs/src/TextArea.css +281 -281
  155. package/dist/inputs/src/TextArea.js +8 -8
  156. package/dist/inputs/src/TextField.css +278 -278
  157. package/dist/inputs/src/TextField.js +10 -10
  158. package/dist/inputs/src/index.css +324 -324
  159. package/dist/inputs/src/index.js +17 -17
  160. package/dist/overlays/Popover/src/Popover.css +768 -768
  161. package/dist/overlays/Popover/src/Popover.js +58 -58
  162. package/dist/overlays/Popover/src/index.css +768 -768
  163. package/dist/overlays/Popover/src/index.js +58 -58
  164. package/dist/radio/src/DecorativeRadio.css +54 -54
  165. package/dist/radio/src/DecorativeRadio.js +6 -6
  166. package/dist/radio/src/Radio.css +46 -46
  167. package/dist/radio/src/Radio.js +6 -6
  168. package/dist/radio/src/RadioField.css +33 -33
  169. package/dist/radio/src/RadioField.js +1 -1
  170. package/dist/radio/src/RadioGroup.css +98 -98
  171. package/dist/radio/src/RadioGroup.js +1 -1
  172. package/dist/radio/src/index.css +98 -98
  173. package/dist/radio/src/index.js +9 -9
  174. package/dist/switch/src/Switch.css +43 -43
  175. package/dist/switch/src/Switch.js +6 -6
  176. package/dist/switch/src/SwitchField.css +33 -33
  177. package/dist/switch/src/SwitchField.js +1 -1
  178. package/dist/switch/src/index.css +49 -49
  179. package/dist/switch/src/index.js +7 -7
  180. package/dist/tag/src/Tag.css +390 -390
  181. package/dist/tag/src/Tag.js +10 -10
  182. package/dist/tag/src/TagGroup.css +37 -37
  183. package/dist/tag/src/TagGroup.js +1 -1
  184. package/dist/tag/src/TagList.css +27 -27
  185. package/dist/tag/src/index.css +400 -400
  186. package/dist/tag/src/index.js +11 -11
  187. package/dist/typography/Heading/src/Heading.css +27 -27
  188. package/dist/typography/Heading/src/Heading.js +1 -1
  189. package/dist/typography/Heading/src/index.css +27 -27
  190. package/dist/typography/Heading/src/index.js +1 -1
  191. package/dist/typography/Label/src/Label.css +27 -27
  192. package/dist/typography/Label/src/Label.js +1 -1
  193. package/dist/typography/Label/src/index.css +27 -27
  194. package/dist/typography/Label/src/index.js +1 -1
  195. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  196. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  197. package/dist/typography/OverlineText/src/index.css +27 -27
  198. package/dist/typography/OverlineText/src/index.js +1 -1
  199. package/dist/typography/Text/src/Text.css +27 -27
  200. package/dist/typography/Text/src/Text.js +1 -1
  201. package/dist/typography/Text/src/index.css +27 -27
  202. package/dist/typography/Text/src/index.js +1 -1
  203. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  204. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  205. package/dist/utils/src/index.css +27 -27
  206. package/dist/utils/src/index.js +5 -5
  207. package/package.json +1 -1
@@ -1,26 +1,26 @@
1
- export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-F6SXVFV7.js';
2
- export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-SH2PCVCP.js';
3
- export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-NZUOHL5V.js';
1
+ export { _Checkbox as Checkbox, GlobalCheckboxCssSelector } from '../../chunk-QNC5YD7L.js';
2
+ export { _CheckboxField as CheckboxField, GlobalCheckboxFieldCssSelector } from '../../chunk-GS3BOLCC.js';
3
+ export { _CheckboxGroup as CheckboxGroup, GlobalCheckboxGroupCssSelector } from '../../chunk-CXPA2XU3.js';
4
4
  export { CheckboxFieldContext } from '../../chunk-ZGNK4GWA.js';
5
5
  export { CheckboxGroupContext } from '../../chunk-N7YDPVZL.js';
6
6
  export { _CheckboxList as CheckboxList, GlobalCheckboxListCssSelector } from '../../chunk-3LRBUQC2.js';
7
7
  export { CheckboxListContext } from '../../chunk-WDUQUPTE.js';
8
- export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-SUMAGCIA.js';
8
+ export { _DecorativeCheckbox as DecorativeCheckbox, GlobalDecorativeCheckboxCssSelector } from '../../chunk-2E3YA5WL.js';
9
9
  export { CheckboxContext } from '../../chunk-2EAZPH3M.js';
10
10
  import '../../chunk-DHVVYSLB.js';
11
- import '../../chunk-MHDM4YO4.js';
11
+ import '../../chunk-2ASLFWR3.js';
12
12
  import '../../chunk-ZWU6DRRZ.js';
13
13
  import '../../chunk-LJXTJRSB.js';
14
- import '../../chunk-HEAER6AM.js';
15
- import '../../chunk-IRP5O2PB.js';
14
+ import '../../chunk-T3RZI4I7.js';
15
+ import '../../chunk-ZSCI4FHZ.js';
16
16
  import '../../chunk-TXZ6BMFR.js';
17
17
  import '../../chunk-QCA3ZR56.js';
18
18
  import '../../chunk-TFVDF4YH.js';
19
19
  import '../../chunk-HZKFQ33E.js';
20
20
  import '../../chunk-FAE27DLF.js';
21
- import '../../chunk-4MJUV4Y4.js';
21
+ import '../../chunk-OJWMKFCM.js';
22
22
  import '../../chunk-WPNVVGFW.js';
23
- import '../../chunk-3PONZZJH.js';
23
+ import '../../chunk-JM577F4Y.js';
24
24
  import '../../chunk-X6SER3TZ.js';
25
25
  import '../../chunk-HXI3MEEK.js';
26
26
  import '../../chunk-M36KANKC.js';
@@ -1,8 +1,8 @@
1
1
  import { useSlot } from './chunk-H5YTU3U7.js';
2
- import { _Spinner } from './chunk-E6KLDSL7.js';
2
+ import { _Spinner } from './chunk-W5COIO2O.js';
3
3
  import { ButtonContext } from './chunk-WMTWFKKP.js';
4
4
  import { IconListContext } from './chunk-DHVVYSLB.js';
5
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
5
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
6
6
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
7
7
  import { TextContext } from './chunk-X6SER3TZ.js';
8
8
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -16,7 +16,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Button as Button$1 }
16
16
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
17
17
 
18
18
  // css-module:./Button.module.css#css-module
19
- var Button_module_default = { "hop-Button": "Button-module__hop-Button___y82Y5", "hop-Button--fluid": "Button-module__hop-Button--fluid___yrsMn", "hop-Button--sm": "Button-module__hop-Button--sm___MqqBM", "hop-Button--md": "Button-module__hop-Button--md___689QA", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___mnrYP", "hop-Button--primary": "Button-module__hop-Button--primary___i4wgt", "hop-Button--secondary": "Button-module__hop-Button--secondary___aTxQ5", "hop-Button--upsell": "Button-module__hop-Button--upsell___VdxM3", "hop-Button--danger": "Button-module__hop-Button--danger___U0g6u", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___R3YQO", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___0IoPr", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___-3oFp", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___iIz-g", "hop-Button__icon": "Button-module__hop-Button__icon___ol4xI", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___wcA7Z", "hop-Button__text": "Button-module__hop-Button__text___8Y-6a", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___UD9RU", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___2-25Q" };
19
+ var Button_module_default = { "hop-Button": "Button-module__hop-Button___S06OB", "hop-Button--fluid": "Button-module__hop-Button--fluid___SqzZY", "hop-Button--sm": "Button-module__hop-Button--sm___gfopf", "hop-Button--md": "Button-module__hop-Button--md___JpzTM", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___jQXTr", "hop-Button--primary": "Button-module__hop-Button--primary___esB1Y", "hop-Button--secondary": "Button-module__hop-Button--secondary___CCW1W", "hop-Button--upsell": "Button-module__hop-Button--upsell___ue1ow", "hop-Button--danger": "Button-module__hop-Button--danger___y7rlJ", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___1tb31", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___Hmb8Y", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___ttHHG", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___rX-7P", "hop-Button__icon": "Button-module__hop-Button__icon___a49Z5", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___Qi7GZ", "hop-Button__text": "Button-module__hop-Button__text___uQrRf", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___ccSYR", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___bJE7S" };
20
20
  var GlobalButtonCssSelector = "hop-Button";
21
21
  function Button(props, ref) {
22
22
  var _a, _b;
@@ -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___a2Jze", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___IwX7I", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___hCesg", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___o1As4", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___d-hG8", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___g0OnZ", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___ti2kL", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___2XoPe", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___6hry8", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___yi2Mj", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___gltNB", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___zO6kP", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___o2AeV", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___nFdc7", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___rbfAq", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___EAxnK" };
23
+ var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___GGdGV", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___btzRA", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___mSedM", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___-HX-R", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___RPq3Y", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___SWJ3L", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___mwq6X", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___1nPPq", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___t8F-8", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___zFEob", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___SeuCq", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___MnlMj", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___FRoc-", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___wr9fn", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___P91eh", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___BOuwf" };
24
24
  var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
25
25
  function EmbeddedButton(props, ref) {
26
26
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-JM577F4Y.js';
3
3
  import { jsx, Fragment } from 'react/jsx-runtime';
4
4
 
5
5
  var EnsureTextWrapper = ({ children }) => {
@@ -1,6 +1,6 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.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:./DecorativeCheckbox.module.css#css-module
18
- var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___7G-qd Checkbox-module__hop-Checkbox___BAZW7", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___FiN5k Checkbox-module__hop-Checkbox--sm___YqWaC", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___Iy3nN Checkbox-module__hop-Checkbox--md___U5XZP", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___fB5K6 Checkbox-module__hop-Checkbox__icon___KLnth", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___tpof1 Checkbox-module__hop-Checkbox__icon___KLnth", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___-VWj4 Checkbox-module__hop-Checkbox__box___S6YLI", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___lCcKA Checkbox-module__hop-Checkbox__check___6XxRa", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___oCixZ Checkbox-module__hop-Checkbox__text___IDqT7" };
18
+ var DecorativeCheckbox_module_default = { "hop-DecorativeCheckbox": "DecorativeCheckbox-module__hop-DecorativeCheckbox___XFbcU Checkbox-module__hop-Checkbox___6p94H", "hop-DecorativeCheckbox--sm": "DecorativeCheckbox-module__hop-DecorativeCheckbox--sm___YIc1u Checkbox-module__hop-Checkbox--sm___Q21jw", "hop-DecorativeCheckbox--md": "DecorativeCheckbox-module__hop-DecorativeCheckbox--md___J2PvK Checkbox-module__hop-Checkbox--md___xCsVT", "hop-DecorativeCheckbox__icon": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon___JsC8C Checkbox-module__hop-Checkbox__icon___xTtXG", "hop-DecorativeCheckbox__icon-list": "DecorativeCheckbox-module__hop-DecorativeCheckbox__icon-list___KBc5m Checkbox-module__hop-Checkbox__icon___xTtXG", "hop-DecorativeCheckbox__box": "DecorativeCheckbox-module__hop-DecorativeCheckbox__box___w6lwK Checkbox-module__hop-Checkbox__box___-Yuy-", "hop-DecorativeCheckbox__check": "DecorativeCheckbox-module__hop-DecorativeCheckbox__check___XOONT Checkbox-module__hop-Checkbox__check___mp55c", "hop-DecorativeCheckbox__text": "DecorativeCheckbox-module__hop-DecorativeCheckbox__text___YkK29 Checkbox-module__hop-Checkbox__text___KzSfP" };
19
19
  var GlobalDecorativeCheckboxCssSelector = "hop-DecorativeCheckbox";
20
20
  function DecorativeCheckbox(props, ref) {
21
21
  var _a;
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
14
14
  import { jsx } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./RadioGroup.module.css#css-module
17
- var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___2wZA0", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___qlNXg", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___frU7B", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___80FWT", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___DfHKF", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___feKs5", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___FrUyU", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___3wQhm", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___wo5Vw" };
17
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___M4nxU", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___nHkTy", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___rghH4", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___oherm", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___LMtH-", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___fhOj3", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___xTCm2", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___IAkIi", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___2C-Pi" };
18
18
  var GlobalRadioGroupCssSelector = "hop-RadioGroup";
19
19
  function RadioGroup(props, ref) {
20
20
  var _a, _b;
@@ -1,7 +1,7 @@
1
- import { _SelectValue } from './chunk-EI3IUNUO.js';
1
+ import { _SelectValue } from './chunk-N5DC4UFP.js';
2
2
  import { SelectContext } from './chunk-T24MBA34.js';
3
3
  import { ListBoxContext } from './chunk-UIEP5BA5.js';
4
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
4
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
5
5
  import { LabelContext } from './chunk-QCA3ZR56.js';
6
6
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
7
7
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, Select as Select$1, Button } from
17
17
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
18
18
 
19
19
  // css-module:./Select.module.css#css-module
20
- var Select_module_default = { "hop-Select": "Select-module__hop-Select___l7V8e", "hop-Select--fluid": "Select-module__hop-Select--fluid___a7NVn", "hop-Select__label": "Select-module__hop-Select__label___PLgIe", "hop-Select__button": "Select-module__hop-Select__button___sQXum", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___GKgv1", "hop-Select__button--md": "Select-module__hop-Select__button--md___HcJIG", "hop-Select__prefix": "Select-module__hop-Select__prefix___SHjoR", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___aN7Lh", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___tMW-j", "hop-Select__error-message": "Select-module__hop-Select__error-message___uS-L0" };
20
+ var Select_module_default = { "hop-Select": "Select-module__hop-Select___k6OaF", "hop-Select--fluid": "Select-module__hop-Select--fluid___ZaVzc", "hop-Select__label": "Select-module__hop-Select__label___dXt1G", "hop-Select__button": "Select-module__hop-Select__button___pKuQ7", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___E0qvy", "hop-Select__button--md": "Select-module__hop-Select__button--md___8ZWP4", "hop-Select__prefix": "Select-module__hop-Select__prefix___cznjq", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___Oz4hR", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___k5q1e", "hop-Select__error-message": "Select-module__hop-Select__error-message___1y96F" };
21
21
  var GlobalSelectCssSelector = "hop-Select";
22
22
  function Select(props, ref) {
23
23
  var _a, _b;
@@ -1,5 +1,5 @@
1
1
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-JM577F4Y.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___yhAIF", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___McOhx" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___hP8Lb", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___-UKmc" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -1,6 +1,6 @@
1
1
  import { SearchFieldContext } from './chunk-3NKF5TPD.js';
2
- import { _InputGroup } from './chunk-I7RO3Y4Y.js';
3
- import { _ClearButton } from './chunk-UHT3G5QZ.js';
2
+ import { _InputGroup } from './chunk-SH7Y7ZAK.js';
3
+ import { _ClearButton } from './chunk-QN4JO3ZF.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';
@@ -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___ZkY8S", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___Y312D", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___M5qca", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___hQOmk", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___w6-F4", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___hEuLP", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___YfqKQ", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___qX2-3", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___MZ8y-" };
21
+ var SearchField_module_default = { "hop-SearchField": "SearchField-module__hop-SearchField___5cFCC", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___8LapF", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___PlfSB", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___cX95R", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___FsW0i", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___--ZYX", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___HGyzR", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___PN8tq", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___Du4GY" };
22
22
  var GlobalSearchFieldCssSelector = "hop-SearchField";
23
23
  function SearchField(props, ref) {
24
24
  var _a;
@@ -1,6 +1,6 @@
1
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Switch as Switch$1 } from 'react-a
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Switch.module.css#css-module
16
- var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___sk3mf", "hop-Switch--sm": "Switch-module__hop-Switch--sm___Q-xsG", "hop-Switch--md": "Switch-module__hop-Switch--md___pcQrG", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___ML15n", "hop-Switch__text": "Switch-module__hop-Switch__text___vDDXD", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___h-DQ7", "hop-Switch__icon": "Switch-module__hop-Switch__icon___JFaHU" };
16
+ var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___OgWHA", "hop-Switch--sm": "Switch-module__hop-Switch--sm___pfDB7", "hop-Switch--md": "Switch-module__hop-Switch--md___H5-7i", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___0Wu9F", "hop-Switch__text": "Switch-module__hop-Switch__text___QKzaQ", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___qleMw", "hop-Switch__icon": "Switch-module__hop-Switch__icon___mal3t" };
17
17
  var GlobalSwitchCssSelector = "hop-Switch";
18
18
  function Switch(props, ref) {
19
19
  var _a;
@@ -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-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Radio.module.css#css-module
16
- var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___XpuQG", "hop-Radio--sm": "Radio-module__hop-Radio--sm___qIPmE", "hop-Radio--md": "Radio-module__hop-Radio--md___A8z-9", "hop-Radio__icon": "Radio-module__hop-Radio__icon___yeuXg", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___eS0dh", "hop-Radio__box": "Radio-module__hop-Radio__box___W7AH6", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___lXZ2T", "hop-Radio__text": "Radio-module__hop-Radio__text___-d-rN" };
16
+ var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___h8Z6L", "hop-Radio--sm": "Radio-module__hop-Radio--sm___7sBTe", "hop-Radio--md": "Radio-module__hop-Radio--md___j7dwT", "hop-Radio__icon": "Radio-module__hop-Radio__icon___mK02s", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___w84Lc", "hop-Radio__box": "Radio-module__hop-Radio__box___QxeF6", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___vdRIs", "hop-Radio__text": "Radio-module__hop-Radio__text___jBXMf" };
17
17
  var GlobalRadioCssSelector = "hop-Radio";
18
18
  function Radio(props, ref) {
19
19
  var _a;
@@ -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___CqOJ3", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___-OFJO" };
13
+ var FloatingBadge_module_default = { "hop-FloatingBadge": "FloatingBadge-module__hop-FloatingBadge___1CBdW", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___d4Kjp" };
14
14
  var GlobalFloatingBadgeCssSelector = "hop-FloatingBadge";
15
15
  function FloatingBadge(props, ref) {
16
16
  [props, ref] = useContextProps(props, ref, FloatingBadgeContext);
@@ -1,29 +1,29 @@
1
1
  import { TagGroupContext } from './chunk-LCAS3YQV.js';
2
2
  import { RadioGroupContext } from './chunk-5MBJWRZD.js';
3
+ import { TextFieldContext } from './chunk-O4XPUINW.js';
3
4
  import { ContentContext } from './chunk-IXB2WK56.js';
4
5
  import { _Footer } from './chunk-GTM56LGX.js';
5
6
  import { FooterContext } from './chunk-I67NHYK4.js';
6
7
  import { PasswordFieldContext } from './chunk-QW45G6K4.js';
7
8
  import { SearchFieldContext } from './chunk-3NKF5TPD.js';
8
9
  import { TextAreaContext } from './chunk-MHQZXLKW.js';
9
- import { TextFieldContext } from './chunk-O4XPUINW.js';
10
10
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
11
11
  import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
12
12
  import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
13
13
  import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
14
14
  import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
15
+ import { SelectOptionsContext } from './chunk-CQFXGAJK.js';
15
16
  import { ButtonContext as ButtonContext$1 } from './chunk-WMTWFKKP.js';
16
17
  import { SelectContext } from './chunk-T24MBA34.js';
17
- import { SelectOptionsContext } from './chunk-CQFXGAJK.js';
18
- import { _ListBox } from './chunk-D3ES4N5I.js';
18
+ import { LinkContext } from './chunk-4VVNSXIB.js';
19
+ import { _ListBox } from './chunk-Q5ITMJW2.js';
19
20
  import { isFunction, isNil } from './chunk-TIPN4VYD.js';
20
21
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
21
22
  import { _HopperProvider } from './chunk-NMKBUGSO.js';
22
- import { LinkContext } from './chunk-4VVNSXIB.js';
23
23
  import { FormContext } from './chunk-EURJK4ZT.js';
24
24
  import { PopoverContext } from './chunk-SC6ZK5ON.js';
25
25
  import { ListBoxContext } from './chunk-UIEP5BA5.js';
26
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
26
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
27
27
  import { HeadingContext } from './chunk-TXZ6BMFR.js';
28
28
  import { LabelContext } from './chunk-QCA3ZR56.js';
29
29
  import { ComboBoxContext } from './chunk-4XHTP4GX.js';
@@ -123,7 +123,7 @@ var _ComboBoxOptions = forwardRef(ComboBoxOptions);
123
123
  _ComboBoxOptions.displayName = "ComboBoxOptions";
124
124
 
125
125
  // css-module:./Form.module.css#css-module
126
- var Form_module_default = { "hop-Form": "Form-module__hop-Form___WRlBU" };
126
+ var Form_module_default = { "hop-Form": "Form-module__hop-Form___tj4-P" };
127
127
  var GlobalFormCssSelector = "hop-Form";
128
128
  function Form(props, ref) {
129
129
  var _a;
@@ -738,7 +738,7 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
738
738
  }
739
739
 
740
740
  // css-module:./Popover.module.css#css-module
741
- var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___ccT6r", "fade": "Popover-module__fade___FkPE6", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___8J-K3", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___n4Uvf", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___jDakO", "hop-Popover__title": "Popover-module__hop-Popover__title___9bcgP", "hop-Popover__content": "Popover-module__hop-Popover__content___zpaSB", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___TLlq4", "hop-Popover__footer": "Popover-module__hop-Popover__footer___4Eqb0", "hop-Popover__actions": "Popover-module__hop-Popover__actions___-4lqO", "hop-Popover__action": "Popover-module__hop-Popover__action___jtirX" };
741
+ var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___SH1ee", "fade": "Popover-module__fade___fPmE-", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___nkXzy", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___IO3PL", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___EfdPN", "hop-Popover__title": "Popover-module__hop-Popover__title___UNlB1", "hop-Popover__content": "Popover-module__hop-Popover__content___kVKqO", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___iDWIe", "hop-Popover__footer": "Popover-module__hop-Popover__footer___u2Usr", "hop-Popover__actions": "Popover-module__hop-Popover__actions___NTjkp", "hop-Popover__action": "Popover-module__hop-Popover__action___4FF5r" };
742
742
  var GlobalPopoverCssSelector = "hop-Popover";
743
743
  function Popover(props, ref) {
744
744
  var _a;
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
14
14
  import { jsx } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./CheckboxGroup.module.css#css-module
17
- var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___TY0L4", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___u7Qad", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___OpNi3", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___orn6Z", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___VT-Jc", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___xGgvs", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___18s2-", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___Tb1J3", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___oiDoF" };
17
+ var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___NcO6p", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___a3G2P", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___Vm2Wf", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___QXcfd", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___-3h2I", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___TUYIp", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___gpEbz", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___KFiW8", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___71EIV" };
18
18
  var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
19
19
  function CheckboxGroup(props, ref) {
20
20
  var _a, _b;
@@ -1,5 +1,5 @@
1
1
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-JM577F4Y.js';
3
3
  import { cssModule } from './chunk-KVDXQMWI.js';
4
4
  import { InfoIcon } from '@hopper-ui/icons';
5
5
  import { useStyledSystem } from '@hopper-ui/styled-system';
@@ -9,7 +9,7 @@ import { useContextProps, FieldErrorContext } from 'react-aria-components';
9
9
  import { jsxs, jsx } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./HelperMessage.module.css#css-module
12
- var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___cDya6", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___CIGmx" };
12
+ var HelperMessage_module_default = { "hop-HelperMessage": "HelperMessage-module__hop-HelperMessage___pqVGa", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___JQkBp" };
13
13
  var GlobalHelperMessageCssSelector = "hop-HelperMessage";
14
14
  function HelperMessage(props, ref) {
15
15
  const validation = useContext(FieldErrorContext);
@@ -1,6 +1,6 @@
1
1
  import { LinkContext } from './chunk-4VVNSXIB.js';
2
2
  import { IconListContext } from './chunk-DHVVYSLB.js';
3
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { SlotProvider } from './chunk-M36KANKC.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -12,7 +12,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./Link.module.css#css-module
15
- var Link_module_default = { "hop-Link": "Link-module__hop-Link___kIYpl", "hop-Link--quiet": "Link-module__hop-Link--quiet___0jiat", "hop-Link--primary": "Link-module__hop-Link--primary___CibAU", "hop-Link--secondary": "Link-module__hop-Link--secondary___fp7SO", "hop-Link__icon": "Link-module__hop-Link__icon___rdg06", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___x2OpW", "hop-Link__text": "Link-module__hop-Link__text___p274Z", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___bSWwY", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___EUk4c" };
15
+ var Link_module_default = { "hop-Link": "Link-module__hop-Link___ltHGA", "hop-Link--quiet": "Link-module__hop-Link--quiet___Qj-2m", "hop-Link--primary": "Link-module__hop-Link--primary___jP5mq", "hop-Link--secondary": "Link-module__hop-Link--secondary___u4rXq", "hop-Link__icon": "Link-module__hop-Link__icon___-eMzb", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___T6YaW", "hop-Link__text": "Link-module__hop-Link__text___J2chg", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___ht7DF", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___DXTpP" };
16
16
  var GlobalLinkCssSelector = "hop-Link";
17
17
  var LinkToIconSizeAdapter = {
18
18
  inherit: void 0,
@@ -1,6 +1,6 @@
1
1
  import { PopoverContext } from './chunk-SC6ZK5ON.js';
2
2
  import { ListBoxContext } from './chunk-UIEP5BA5.js';
3
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.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';
@@ -18,7 +18,7 @@ import { useContextProps, useSlottedContext, InputContext, composeRenderProps, C
18
18
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
19
19
 
20
20
  // css-module:./ComboBox.module.css#css-module
21
- var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___GHs1E", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___ZHFOi", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___iAsIT", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___JgJXP", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___aaRfl", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___5ygqi", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___juzV9", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___BfgVD", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___-hbW5", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___RS5bx", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___FPYo-", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___mK4kq" };
21
+ var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___4q8ly", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___PRhRC", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___fw4iy", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___lS9-p", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___muJXw", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___BuClg", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___E1lkz", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___0eAke", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___YpD-4", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___srXaC", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___HYIZJ", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___5Gu0u" };
22
22
  var GlobalComboBoxCssSelector = "hop-ComboBox";
23
23
  function ComboBox(props, ref) {
24
24
  var _a, _b, _c;
@@ -1,9 +1,9 @@
1
1
  import { TextFieldContext } from './chunk-O4XPUINW.js';
2
2
  import { useTruncatedText } from './chunk-Z57VHYOF.js';
3
- import { _RemainingCharacterCount } from './chunk-H5SFGSQY.js';
4
- import { _InputGroup } from './chunk-I7RO3Y4Y.js';
5
- import { _ClearButton } from './chunk-UHT3G5QZ.js';
6
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
3
+ import { _RemainingCharacterCount } from './chunk-GUB5P3EE.js';
4
+ import { _InputGroup } from './chunk-SH7Y7ZAK.js';
5
+ import { _ClearButton } from './chunk-QN4JO3ZF.js';
6
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
7
7
  import { LabelContext } from './chunk-QCA3ZR56.js';
8
8
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
9
9
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
@@ -23,7 +23,7 @@ import { useContextProps, composeRenderProps, Input, TextField as TextField$1 }
23
23
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
24
24
 
25
25
  // css-module:./TextField.module.css#css-module
26
- var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___rXK13", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___XDrmy", "hop-TextField__Label": "TextField-module__hop-TextField__Label___tIpyt", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___oWC0m", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___Qx460", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___4OxIj", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___wqGaB" };
26
+ var TextField_module_default = { "hop-TextField": "TextField-module__hop-TextField___sKeVv", "hop-TextField--fluid": "TextField-module__hop-TextField--fluid___GJs4X", "hop-TextField__Label": "TextField-module__hop-TextField__Label___abBRH", "hop-TextField__prefix": "TextField-module__hop-TextField__prefix___BDREU", "hop-TextField__InputGroup": "TextField-module__hop-TextField__InputGroup___WbIfx", "hop-TextField__ErrorMessage": "TextField-module__hop-TextField__ErrorMessage___XFW2S", "hop-TextField__HelperMessage": "TextField-module__hop-TextField__HelperMessage___T2RKm" };
27
27
  var GlobalTextFieldCssSelector = "hop-TextField";
28
28
  function TextField(props, ref) {
29
29
  var _a;
@@ -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:./CheckboxField.module.css#css-module
15
- var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___1aGo3", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___oq2Qa", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___hMYjs", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___ebTxh", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___UEj8N" };
15
+ var CheckboxField_module_default = { "hop-CheckboxField": "CheckboxField-module__hop-CheckboxField___kEez4", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___ClYi0", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___K24sH", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___xjbJo", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___FFLo2" };
16
16
  var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
17
17
  var CheckboxToDescriptionSizeAdapter = {
18
18
  sm: "xs",
@@ -1,5 +1,5 @@
1
1
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-JM577F4Y.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___qj-rz" };
13
+ var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___roF8o" };
14
14
  var GlobalRemainingCharacterCountCssSelector = "hop-RemainingCharacterCount";
15
15
  function RemainingCharacterCount(props, ref) {
16
16
  const { stylingProps, ...ownProps } = useStyledSystem(props);
@@ -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___9zffP", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___WAceV", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___FFwjh", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___SRA10", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___Sqyy9", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___0csSN" };
10
+ var ListBoxItemSkeleton_module_default = { "hop-ListBoxItemSkeleton": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton___IXZZR", "placeholder-shimmer": "ListBoxItemSkeleton-module__placeholder-shimmer___0QU2V", "hop-ListBoxItemSkeleton--xs": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--xs___6EVZi", "hop-ListBoxItemSkeleton--sm": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--sm___3f4MO", "hop-ListBoxItemSkeleton--md": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--md___k8Bla", "hop-ListBoxItemSkeleton--lg": "ListBoxItemSkeleton-module__hop-ListBoxItemSkeleton--lg___DuE7P" };
11
11
  var GlobalListBoxItemSkeletonCssSelector = "hop-ListBoxItemSkeleton";
12
12
  function ListBoxItemSkeleton(props, ref) {
13
13
  var _a;
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./IconList.module.css#css-module
11
- var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___EG9zZ" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___XdLlV" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -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___0TH5s", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___0hzAn", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___TQT7U", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___g7eRv", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___OEsE2" };
16
+ var TagGroup_module_default = { "hop-TagGroup": "TagGroup-module__hop-TagGroup___IMoeV", "hop-TagGroup__label": "TagGroup-module__hop-TagGroup__label___kKUSV", "hop-TagGroup__list": "TagGroup-module__hop-TagGroup__list___mPvHT", "hop-TagGroup__error-message": "TagGroup-module__hop-TagGroup__error-message___luEjH", "hop-TagGroup__helper-message": "TagGroup-module__hop-TagGroup__helper-message___j7mit" };
17
17
  var GlobalTagGroupCssSelector = "hop-TagGroup";
18
18
  function TagGroup(props, ref) {
19
19
  var _a;
@@ -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-MHDM4YO4.js';
3
+ import { EnsureTextWrapper } from './chunk-2ASLFWR3.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.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:./DecorativeRadio.module.css#css-module
18
- var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___G970V Radio-module__hop-Radio___XpuQG", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___evuAe Radio-module__hop-Radio--sm___qIPmE", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___vRdWJ Radio-module__hop-Radio--md___A8z-9", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___YkXaI Radio-module__hop-Radio__icon___yeuXg", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___4eJZB Radio-module__hop-Radio__icon___yeuXg", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___DtAMN Radio-module__hop-Radio__box___W7AH6", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___2-V8G Radio-module__hop-Radio__bullet___lXZ2T", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___aKVl1 Radio-module__hop-Radio__text___-d-rN" };
18
+ var DecorativeRadio_module_default = { "hop-DecorativeRadio": "DecorativeRadio-module__hop-DecorativeRadio___-486P Radio-module__hop-Radio___h8Z6L", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___WLiz- Radio-module__hop-Radio--sm___7sBTe", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___z82ed Radio-module__hop-Radio--md___j7dwT", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___HFNMf Radio-module__hop-Radio__icon___mK02s", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___aQUFN Radio-module__hop-Radio__icon___mK02s", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___wDgmw Radio-module__hop-Radio__box___QxeF6", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___IhWJR Radio-module__hop-Radio__bullet___vdRIs", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___KTWle Radio-module__hop-Radio__text___jBXMf" };
19
19
  var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
20
20
  function DecorativeRadio(props, ref) {
21
21
  var _a;
@@ -1,8 +1,8 @@
1
1
  import { useFontFaceReady } from './chunk-IU6XMS2X.js';
2
- import { TextAreaContext } from './chunk-MHQZXLKW.js';
3
2
  import { useTruncatedText } from './chunk-Z57VHYOF.js';
4
- import { _RemainingCharacterCount } from './chunk-H5SFGSQY.js';
5
- import { _InputGroup } from './chunk-I7RO3Y4Y.js';
3
+ import { _RemainingCharacterCount } from './chunk-GUB5P3EE.js';
4
+ import { TextAreaContext } from './chunk-MHQZXLKW.js';
5
+ import { _InputGroup } from './chunk-SH7Y7ZAK.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';
@@ -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___KhTrE", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___JSAOc", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___GC1PW", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___5SA3q", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___ktEvK", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___srK-x", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___WF4yI", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___47A0-", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___oPHb0" };
82
+ var TextArea_module_default = { "hop-TextArea": "TextArea-module__hop-TextArea___LYNo6", "hop-TextArea--fluid": "TextArea-module__hop-TextArea--fluid___uAJ3V", "hop-TextArea__Label": "TextArea-module__hop-TextArea__Label___fp7uM", "hop-TextArea__prefix": "TextArea-module__hop-TextArea__prefix___aReVd", "hop-TextArea__InputGroup": "TextArea-module__hop-TextArea__InputGroup___CyeJZ", "hop-TextArea__RemainingCharacterCount": "TextArea-module__hop-TextArea__RemainingCharacterCount___olaRP", "hop-TextArea__textarea": "TextArea-module__hop-TextArea__textarea___GbUWL", "hop-TextArea__ErrorMessage": "TextArea-module__hop-TextArea__ErrorMessage___MEteb", "hop-TextArea__HelperMessage": "TextArea-module__hop-TextArea__HelperMessage___jBxGF" };
83
83
  var GlobalTextAreaCssSelector = "hop-TextArea";
84
84
  var DefaultMinimumTextAreaRows = 3;
85
85
  var pxToInt = (value) => {
@@ -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___45Zf4", "hop-Text--xs": "Text-module__hop-Text--xs___d9F1w", "hop-Text--sm": "Text-module__hop-Text--sm___-NvEj", "hop-Text--md": "Text-module__hop-Text--md___lFLy8", "hop-Text--lg": "Text-module__hop-Text--lg___eI9o1", "hop-Text--xl": "Text-module__hop-Text--xl___gyrV0", "hop-Text--2xl": "Text-module__hop-Text--2xl___ZQS8X", "hop-Text--inherit": "Text-module__hop-Text--inherit___wmhsR" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___AovO6", "hop-Text--xs": "Text-module__hop-Text--xs___isCct", "hop-Text--sm": "Text-module__hop-Text--sm___ey2C4", "hop-Text--md": "Text-module__hop-Text--md___OBWp5", "hop-Text--lg": "Text-module__hop-Text--lg___rnq-9", "hop-Text--xl": "Text-module__hop-Text--xl___U7CZo", "hop-Text--2xl": "Text-module__hop-Text--2xl___dpqJD", "hop-Text--inherit": "Text-module__hop-Text--inherit___BYTB4" };
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
1
  import { PasswordFieldContext } from './chunk-QW45G6K4.js';
2
- import { _InputGroup } from './chunk-I7RO3Y4Y.js';
3
- import { _EmbeddedButton } from './chunk-7XRGRMKN.js';
2
+ import { _InputGroup } from './chunk-SH7Y7ZAK.js';
3
+ import { _EmbeddedButton } from './chunk-274FJB5O.js';
4
4
  import { LabelContext } from './chunk-QCA3ZR56.js';
5
5
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
6
6
  import { HelperMessageContext } from './chunk-HZKFQ33E.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___ub-c4", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___eR88b", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___4llI9", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___hUiZl", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___ry0T-", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___gCYD9" };
22
+ var PasswordField_module_default = { "hop-PasswordField": "PasswordField-module__hop-PasswordField___hkcV3", "hop-PasswordField--fluid": "PasswordField-module__hop-PasswordField--fluid___G8W7V", "hop-PasswordField__Label": "PasswordField-module__hop-PasswordField__Label___6zAoV", "hop-PasswordField__InputGroup": "PasswordField-module__hop-PasswordField__InputGroup___qQD0E", "hop-PasswordField__ErrorMessage": "PasswordField-module__hop-PasswordField__ErrorMessage___UV-ye", "hop-PasswordField__HelperMessage": "PasswordField-module__hop-PasswordField__HelperMessage___7VV0S" };
23
23
  var GlobalPasswordFieldCssSelector = "hop-PasswordField";
24
24
  function PasswordField(props, ref) {
25
25
  var _a;
@@ -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___8mqTD", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___xCPif", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___MVRHF", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___YV7ZQ", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___5DyVa" };
15
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___lgF7z", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___10fhE", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___UPipv", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___VgO-5", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___Smq4-" };
16
16
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
17
17
  var SwitchToDescriptionSizeAdapter = {
18
18
  sm: "xs",
@@ -1,7 +1,7 @@
1
1
  import { useImageFallback } from './chunk-LI5HSYF7.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-JM577F4Y.js';
3
3
  import { AvatarContext } from './chunk-AES7QBQE.js';
4
- import { _RichIconAvatarImage } from './chunk-NH4G3E35.js';
4
+ import { _RichIconAvatarImage } from './chunk-W6PNTZPC.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___V-tog", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___Q55Yc", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___m2WLy", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___Gf8i9", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___DRafX", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___VUaj9", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___T7F4O", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___q8Gq1", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___4pj7q", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Xqgtl", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___NZjJ2", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___D8-8Q", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___57wIP", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___Lls3f", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___kbBbR", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___nLT4F", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___YIAYq" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___PcXwT", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___PUx8E", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___4nE0k", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___SuQO2", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___NXAyw", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___bWFLe", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___v8tqN", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___2b5iL", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___TAhVF", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___dJ0Vn", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___Bmvdy", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___20rZD", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___PivJc", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___x31wW", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___-xIQy", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___RPem9", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___urxf6" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",