@hopper-ui/components 1.3.21 → 1.3.22

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 (204) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +37 -37
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +55 -55
  5. package/dist/Avatar/src/Avatar.js +3 -3
  6. package/dist/Avatar/src/DeletedAvatar.css +37 -37
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +37 -37
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +55 -55
  11. package/dist/Avatar/src/index.js +5 -5
  12. package/dist/Badge/src/Badge.css +42 -42
  13. package/dist/Badge/src/Badge.d.ts +5 -0
  14. package/dist/Badge/src/Badge.js +2 -2
  15. package/dist/Badge/src/FloatingBadge.css +37 -37
  16. package/dist/Badge/src/FloatingBadge.js +1 -1
  17. package/dist/Badge/src/index.css +52 -52
  18. package/dist/Badge/src/index.js +3 -3
  19. package/dist/ComboBox/src/ComboBox.css +768 -768
  20. package/dist/ComboBox/src/ComboBox.js +6 -6
  21. package/dist/ComboBox/src/ComboBoxOptions.css +768 -768
  22. package/dist/ComboBox/src/ComboBoxOptions.js +48 -48
  23. package/dist/ComboBox/src/index.css +768 -768
  24. package/dist/ComboBox/src/index.js +48 -48
  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 +2 -2
  31. package/dist/ErrorMessage/src/index.css +29 -29
  32. package/dist/ErrorMessage/src/index.js +2 -2
  33. package/dist/Form/src/Form.css +768 -768
  34. package/dist/Form/src/Form.js +48 -48
  35. package/dist/Form/src/index.css +768 -768
  36. package/dist/Form/src/index.js +48 -48
  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 +6 -6
  47. package/dist/Link/src/index.css +49 -49
  48. package/dist/Link/src/index.js +6 -6
  49. package/dist/ListBox/src/ListBox.css +274 -274
  50. package/dist/ListBox/src/ListBox.js +10 -10
  51. package/dist/ListBox/src/ListBoxItem.css +262 -262
  52. package/dist/ListBox/src/ListBoxItem.js +9 -9
  53. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  54. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  55. package/dist/ListBox/src/index.css +274 -274
  56. package/dist/ListBox/src/index.js +10 -10
  57. package/dist/Select/src/Select.css +296 -296
  58. package/dist/Select/src/Select.js +7 -7
  59. package/dist/Select/src/SelectOptions.css +768 -768
  60. package/dist/Select/src/SelectOptions.js +48 -48
  61. package/dist/Select/src/SelectValue.css +61 -61
  62. package/dist/Select/src/SelectValue.js +5 -5
  63. package/dist/Select/src/index.css +768 -768
  64. package/dist/Select/src/index.js +48 -48
  65. package/dist/Spinner/src/Spinner.css +37 -37
  66. package/dist/Spinner/src/Spinner.js +2 -2
  67. package/dist/Spinner/src/index.css +37 -37
  68. package/dist/Spinner/src/index.js +2 -2
  69. package/dist/buttons/src/Button.css +93 -93
  70. package/dist/buttons/src/Button.js +7 -7
  71. package/dist/buttons/src/ButtonGroup.css +38 -38
  72. package/dist/buttons/src/ButtonGroup.js +1 -1
  73. package/dist/buttons/src/ClearButton.css +98 -98
  74. package/dist/buttons/src/ClearButton.js +2 -2
  75. package/dist/buttons/src/EmbeddedButton.css +98 -98
  76. package/dist/buttons/src/EmbeddedButton.js +1 -1
  77. package/dist/buttons/src/LinkButton.css +102 -102
  78. package/dist/buttons/src/LinkButton.js +6 -6
  79. package/dist/buttons/src/index.css +249 -249
  80. package/dist/buttons/src/index.js +11 -11
  81. package/dist/checkbox/src/Checkbox.css +46 -46
  82. package/dist/checkbox/src/Checkbox.js +6 -6
  83. package/dist/checkbox/src/CheckboxField.css +33 -33
  84. package/dist/checkbox/src/CheckboxField.js +1 -1
  85. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  86. package/dist/checkbox/src/CheckboxGroup.js +1 -1
  87. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  88. package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
  89. package/dist/checkbox/src/index.css +98 -98
  90. package/dist/checkbox/src/index.js +9 -9
  91. package/dist/{chunk-X5N7I2HV.js → chunk-252JECH3.js} +3 -3
  92. package/dist/{chunk-OD7U6X4F.js → chunk-2H6UV2SG.js} +1 -1
  93. package/dist/{chunk-ZWUASBUA.js → chunk-2VHUBRYW.js} +1 -1
  94. package/dist/{chunk-D3ES4N5I.js → chunk-4JSLFCFC.js} +3 -3
  95. package/dist/{chunk-QFWFNJTE.js → chunk-4O4FBHN5.js} +12 -6
  96. package/dist/{chunk-Y76Z32VB.js → chunk-5TSWWRP5.js} +1 -1
  97. package/dist/{chunk-T54ITIHK.js → chunk-5YJ67DFM.js} +2 -2
  98. package/dist/{chunk-MCGBD7B2.js → chunk-6NYROZG5.js} +3 -3
  99. package/dist/{chunk-DQ3RMWYV.js → chunk-6RICOPVG.js} +5 -5
  100. package/dist/{chunk-2FXHD5EF.js → chunk-6RNMY3B3.js} +2 -2
  101. package/dist/{chunk-EI3IUNUO.js → chunk-6UPNVYSM.js} +2 -2
  102. package/dist/{chunk-H5SFGSQY.js → chunk-7J3TNUEU.js} +2 -2
  103. package/dist/{chunk-KWYYG3UT.js → chunk-B63FSPKP.js} +1 -1
  104. package/dist/{chunk-NZUOHL5V.js → chunk-B7HFTI4F.js} +1 -1
  105. package/dist/{chunk-MHDM4YO4.js → chunk-BPHBGKEP.js} +1 -1
  106. package/dist/{chunk-SUMAGCIA.js → chunk-D3SH5S47.js} +2 -2
  107. package/dist/{chunk-YIIWGRHM.js → chunk-DBMGIEGU.js} +2 -2
  108. package/dist/{chunk-KGVQXCKY.js → chunk-FUOWPCCB.js} +5 -5
  109. package/dist/{chunk-WMRLDPFX.js → chunk-GMVVIPQG.js} +1 -1
  110. package/dist/{chunk-UKR2P5OV.js → chunk-GWG4MVEJ.js} +3 -3
  111. package/dist/{chunk-HCDZVQF5.js → chunk-HA2G7Z3Y.js} +2 -2
  112. package/dist/{chunk-IRP5O2PB.js → chunk-HWO7TXDE.js} +1 -1
  113. package/dist/{chunk-UHT3G5QZ.js → chunk-I6KKIOW4.js} +1 -1
  114. package/dist/{chunk-F6SXVFV7.js → chunk-IJ63FSF2.js} +2 -2
  115. package/dist/{chunk-7XRGRMKN.js → chunk-IXSK27JB.js} +1 -1
  116. package/dist/{chunk-E6KLDSL7.js → chunk-JP6GK2ZA.js} +2 -2
  117. package/dist/{chunk-4MJUV4Y4.js → chunk-JTX57GMF.js} +1 -1
  118. package/dist/{chunk-3PONZZJH.js → chunk-KSVVXFS7.js} +1 -1
  119. package/dist/{chunk-NH4G3E35.js → chunk-LIWVG7YG.js} +1 -1
  120. package/dist/{chunk-RJW3T3TL.js → chunk-M5KK5N5H.js} +4 -4
  121. package/dist/{chunk-HIDFOPDG.js → chunk-MPQTHOE3.js} +2 -2
  122. package/dist/{chunk-HEAER6AM.js → chunk-OA3QBRFE.js} +1 -1
  123. package/dist/{chunk-BZDYEIAN.js → chunk-OJUEP7CC.js} +6 -5
  124. package/dist/{chunk-CRBWHSR5.js → chunk-OMUZK3MO.js} +1 -1
  125. package/dist/{chunk-SH2PCVCP.js → chunk-ORU5PV3C.js} +1 -1
  126. package/dist/{chunk-QTVWIRCB.js → chunk-QESAGPPL.js} +3 -3
  127. package/dist/{chunk-XSAC6GZB.js → chunk-R4F5OA3R.js} +3 -3
  128. package/dist/{chunk-AJAXFPMZ.js → chunk-RS26HRDP.js} +1 -1
  129. package/dist/{chunk-3TN23WXI.js → chunk-RVSFILDF.js} +2 -2
  130. package/dist/{chunk-DSDDTQSP.js → chunk-TFUV5RJ3.js} +3 -3
  131. package/dist/{chunk-J3D3EFH7.js → chunk-X66XJOKK.js} +2 -2
  132. package/dist/{chunk-LTIKJWVL.js → chunk-X7NKH6N6.js} +1 -1
  133. package/dist/{chunk-IVVBR4PT.js → chunk-XZ3DY7TN.js} +1 -1
  134. package/dist/{chunk-ID7CLQIZ.js → chunk-Y4JN2FNO.js} +1 -1
  135. package/dist/{chunk-YGZQBJTZ.js → chunk-YBR7YMSR.js} +1 -1
  136. package/dist/{chunk-N4TMRRF4.js → chunk-YOLWUQYK.js} +2 -2
  137. package/dist/{chunk-I7RO3Y4Y.js → chunk-ZELJHVRI.js} +1 -1
  138. package/dist/{chunk-SM3RKPS2.js → chunk-ZTILFVDQ.js} +3 -3
  139. package/dist/index.css +768 -768
  140. package/dist/index.js +48 -48
  141. package/dist/inputs/src/InputGroup.css +264 -264
  142. package/dist/inputs/src/InputGroup.js +1 -1
  143. package/dist/inputs/src/NumberField.css +286 -286
  144. package/dist/inputs/src/NumberField.js +7 -7
  145. package/dist/inputs/src/PasswordField.css +274 -274
  146. package/dist/inputs/src/PasswordField.js +7 -7
  147. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  148. package/dist/inputs/src/RemainingCharacterCount.js +5 -5
  149. package/dist/inputs/src/SearchField.css +280 -280
  150. package/dist/inputs/src/SearchField.js +8 -8
  151. package/dist/inputs/src/TextArea.css +281 -281
  152. package/dist/inputs/src/TextArea.js +7 -7
  153. package/dist/inputs/src/TextField.css +278 -278
  154. package/dist/inputs/src/TextField.js +10 -10
  155. package/dist/inputs/src/index.css +324 -324
  156. package/dist/inputs/src/index.js +14 -14
  157. package/dist/overlays/Popover/src/Popover.css +768 -768
  158. package/dist/overlays/Popover/src/Popover.js +48 -48
  159. package/dist/overlays/Popover/src/index.css +768 -768
  160. package/dist/overlays/Popover/src/index.js +48 -48
  161. package/dist/radio/src/DecorativeRadio.css +54 -54
  162. package/dist/radio/src/DecorativeRadio.js +6 -6
  163. package/dist/radio/src/Radio.css +46 -46
  164. package/dist/radio/src/Radio.js +6 -6
  165. package/dist/radio/src/RadioField.css +33 -33
  166. package/dist/radio/src/RadioField.js +1 -1
  167. package/dist/radio/src/RadioGroup.css +98 -98
  168. package/dist/radio/src/RadioGroup.js +1 -1
  169. package/dist/radio/src/index.css +98 -98
  170. package/dist/radio/src/index.js +9 -9
  171. package/dist/switch/src/Switch.css +43 -43
  172. package/dist/switch/src/Switch.js +6 -6
  173. package/dist/switch/src/SwitchField.css +33 -33
  174. package/dist/switch/src/SwitchField.js +1 -1
  175. package/dist/switch/src/index.css +49 -49
  176. package/dist/switch/src/index.js +7 -7
  177. package/dist/tag/src/Tag.css +390 -390
  178. package/dist/tag/src/Tag.js +9 -9
  179. package/dist/tag/src/TagGroup.css +37 -37
  180. package/dist/tag/src/TagGroup.js +1 -1
  181. package/dist/tag/src/TagList.css +27 -27
  182. package/dist/tag/src/index.css +400 -400
  183. package/dist/tag/src/index.js +10 -10
  184. package/dist/typography/Heading/src/Heading.css +27 -27
  185. package/dist/typography/Heading/src/Heading.js +1 -1
  186. package/dist/typography/Heading/src/index.css +27 -27
  187. package/dist/typography/Heading/src/index.js +1 -1
  188. package/dist/typography/Label/src/Label.css +27 -27
  189. package/dist/typography/Label/src/Label.js +1 -1
  190. package/dist/typography/Label/src/index.css +27 -27
  191. package/dist/typography/Label/src/index.js +1 -1
  192. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  193. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  194. package/dist/typography/OverlineText/src/index.css +27 -27
  195. package/dist/typography/OverlineText/src/index.js +1 -1
  196. package/dist/typography/Text/src/Text.css +27 -27
  197. package/dist/typography/Text/src/Text.js +1 -1
  198. package/dist/typography/Text/src/index.css +27 -27
  199. package/dist/typography/Text/src/index.js +1 -1
  200. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  201. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  202. package/dist/utils/src/index.css +27 -27
  203. package/dist/utils/src/index.js +5 -5
  204. package/package.json +1 -1
@@ -15,7 +15,7 @@ import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
15
15
  import { ButtonContext as ButtonContext$1 } from './chunk-WMTWFKKP.js';
16
16
  import { SelectContext } from './chunk-T24MBA34.js';
17
17
  import { SelectOptionsContext } from './chunk-CQFXGAJK.js';
18
- import { _ListBox } from './chunk-D3ES4N5I.js';
18
+ import { _ListBox } from './chunk-4JSLFCFC.js';
19
19
  import { isFunction, isNil } from './chunk-TIPN4VYD.js';
20
20
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
21
21
  import { _HopperProvider } from './chunk-NMKBUGSO.js';
@@ -23,7 +23,7 @@ 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-BPHBGKEP.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___eqN2-" };
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___8d0kH", "fade": "Popover-module__fade___ScKhP", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___OlnYm", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___u3ugx", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___T1gtF", "hop-Popover__title": "Popover-module__hop-Popover__title___6CPkP", "hop-Popover__content": "Popover-module__hop-Popover__content___kOQSN", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___uQerR", "hop-Popover__footer": "Popover-module__hop-Popover__footer___gT-x1", "hop-Popover__actions": "Popover-module__hop-Popover__actions___-Ar4R", "hop-Popover__action": "Popover-module__hop-Popover__action___BE3ex" };
742
742
  var GlobalPopoverCssSelector = "hop-Popover";
743
743
  function Popover(props, ref) {
744
744
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { HelperMessageContext } from './chunk-HZKFQ33E.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-KSVVXFS7.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___cboH7", "hop-HelperMessage__icon": "HelperMessage-module__hop-HelperMessage__icon___LOn-n" };
13
13
  var GlobalHelperMessageCssSelector = "hop-HelperMessage";
14
14
  function HelperMessage(props, ref) {
15
15
  const validation = useContext(FieldErrorContext);
@@ -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___2VJx8", "hop-Label__indicator": "Label-module__hop-Label__indicator___UgwtS" };
11
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___lehKc", "hop-Label__indicator": "Label-module__hop-Label__indicator___fWyCS" };
12
12
  var GlobalLabelCssSelector = "hop-Label";
13
13
  function Label(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, LabelContext);
@@ -1,4 +1,4 @@
1
- import { _OverlineText } from './chunk-4MJUV4Y4.js';
1
+ import { _OverlineText } from './chunk-JTX57GMF.js';
2
2
  import { BadgeContext } from './chunk-CQDLZ42T.js';
3
3
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
4
4
  import { useRenderProps } from './chunk-NH3IVMXB.js';
@@ -23,7 +23,7 @@ function mapOrbiterToHopperVariants(variant) {
23
23
  }
24
24
 
25
25
  // css-module:./Badge.module.css#css-module
26
- var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___OVJ7C" };
26
+ var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___MEPnI", "hop-Badge--primary": "Badge-module__hop-Badge--primary___sHpPz", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___SvqSX", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___XgCBD" };
27
27
  var GlobalBadgeCssSelector = "hop-Badge";
28
28
  function Badge(props, ref) {
29
29
  [props, ref] = useContextProps(props, ref, BadgeContext);
@@ -43,7 +43,8 @@ function Badge(props, ref) {
43
43
  GlobalBadgeCssSelector,
44
44
  cssModule(
45
45
  Badge_module_default,
46
- "hop-Badge"
46
+ "hop-Badge",
47
+ mapOrbiterToHopperVariants(variant)
47
48
  ),
48
49
  stylingProps.className
49
50
  );
@@ -62,7 +63,8 @@ function Badge(props, ref) {
62
63
  isIndeterminate: isIndeterminate || false,
63
64
  isHovered: isHovered || false,
64
65
  isPressed: isPressed || false,
65
- isSelected: isSelected || false
66
+ isSelected: isSelected || false,
67
+ variant: mapOrbiterToHopperVariants(variant)
66
68
  }
67
69
  });
68
70
  const isDot = isIndeterminate || !renderProps.children;
@@ -79,7 +81,6 @@ function Badge(props, ref) {
79
81
  "data-hovered": isHovered || void 0,
80
82
  "data-pressed": isPressed || void 0,
81
83
  "data-selected": isSelected || void 0,
82
- "data-variant": mapOrbiterToHopperVariants(variant),
83
84
  children: !isDot && renderProps.children
84
85
  }
85
86
  ) });
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-NH4G3E35.js';
2
+ import { _RichIconAvatarImage } from './chunk-LIWVG7YG.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { DeletedUserRichIcon } from '@hopper-ui/icons';
@@ -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___NM98u", "hop-CheckboxField--sm": "CheckboxField-module__hop-CheckboxField--sm___KmoTe", "hop-CheckboxField--md": "CheckboxField-module__hop-CheckboxField--md___cVrKu", "hop-CheckboxField__description": "CheckboxField-module__hop-CheckboxField__description___-KTuS", "hop-CheckboxField__checkbox": "CheckboxField-module__hop-CheckboxField__checkbox___SZNAO" };
16
16
  var GlobalCheckboxFieldCssSelector = "hop-CheckboxField";
17
17
  var CheckboxToDescriptionSizeAdapter = {
18
18
  sm: "xs",
@@ -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-ZELJHVRI.js';
3
+ import { _ClearButton } from './chunk-I6KKIOW4.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___HfIPZ", "hop-SearchField--fluid": "SearchField-module__hop-SearchField--fluid___Pl1t7", "hop-SearchField__Label": "SearchField-module__hop-SearchField__Label___U-GWL", "hop-SearchField__prefix": "SearchField-module__hop-SearchField__prefix___SppZQ", "hop-SearchField__InputGroup": "SearchField-module__hop-SearchField__InputGroup___R1sxH", "hop-SearchField--clearable": "SearchField-module__hop-SearchField--clearable___yDzOM", "hop-SearchField__ErrorMessage": "SearchField-module__hop-SearchField__ErrorMessage___fVscl", "hop-SearchField__HelperMessage": "SearchField-module__hop-SearchField__HelperMessage___Y8Hvq", "hop-SearchField__ClearButton": "SearchField-module__hop-SearchField__ClearButton___I-i9y" };
22
22
  var GlobalSearchFieldCssSelector = "hop-SearchField";
23
23
  function SearchField(props, ref) {
24
24
  var _a;
@@ -1,7 +1,7 @@
1
1
  import { useScale } from './chunk-MTDFS4CZ.js';
2
- import { _InputGroup } from './chunk-I7RO3Y4Y.js';
2
+ import { _InputGroup } from './chunk-ZELJHVRI.js';
3
3
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
4
- import { EnsureTextWrapper } from './chunk-MHDM4YO4.js';
4
+ import { EnsureTextWrapper } from './chunk-BPHBGKEP.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';
@@ -21,7 +21,7 @@ import { useContextProps, composeRenderProps, Input, NumberField as NumberField$
21
21
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
22
22
 
23
23
  // css-module:./NumberField.module.css#css-module
24
- var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___Aafsl", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___bfwBd", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___-R6kn", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___mnX2E", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___Xpm1f", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___T6EDz", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___PGF7w", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___fqrIa", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___R0db6", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___Y4-4N", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___o7WIv", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___bubyJ", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___0m3h0", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___JbL2a" };
24
+ var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___7TOQ4", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___N-U6H", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___6vh9Z", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___NzB2B", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___a1itP", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___sQY4D", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___ue7-p", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___9dMxc", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___rM2YP", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___rIqbb", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___42jBA", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___UeufX", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___Bnc6i", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___VAt38" };
25
25
  var GlobalNumberFieldCssSelector = "hop-NumberField";
26
26
  var StepperButton = ({ direction }) => {
27
27
  const scale = useScale();
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-NH4G3E35.js';
2
+ import { _RichIconAvatarImage } from './chunk-LIWVG7YG.js';
3
3
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { AnonymousRichIcon } from '@hopper-ui/icons';
@@ -1,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-BPHBGKEP.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___uhAMS", "hop-Switch--sm": "Switch-module__hop-Switch--sm___I--SH", "hop-Switch--md": "Switch-module__hop-Switch--md___XskDz", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___1Kfbz", "hop-Switch__text": "Switch-module__hop-Switch__text___UXs4t", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___AaKpd", "hop-Switch__icon": "Switch-module__hop-Switch__icon___2lqFj" };
17
17
  var GlobalSwitchCssSelector = "hop-Switch";
18
18
  function Switch(props, ref) {
19
19
  var _a;
@@ -1,7 +1,7 @@
1
- import { _SelectValue } from './chunk-EI3IUNUO.js';
1
+ import { _SelectValue } from './chunk-6UPNVYSM.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-BPHBGKEP.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___QfkJS", "hop-Select--fluid": "Select-module__hop-Select--fluid___ehxcK", "hop-Select__label": "Select-module__hop-Select__label___eabHv", "hop-Select__button": "Select-module__hop-Select__button___oRdsv", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___hjzPC", "hop-Select__button--md": "Select-module__hop-Select__button--md___az8pt", "hop-Select__prefix": "Select-module__hop-Select__prefix___xW2IR", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___ZL9DN", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___OKRr4", "hop-Select__error-message": "Select-module__hop-Select__error-message___zQ-lf" };
21
21
  var GlobalSelectCssSelector = "hop-Select";
22
22
  function Select(props, ref) {
23
23
  var _a, _b;
@@ -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-BPHBGKEP.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___-uaSh", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___AFM7A", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___TWpHn", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___wTmon", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___-KMSd", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___EX4JY", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___j9VjW", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___G0iN9", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___3v9a5", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___rBLaP", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___uPRWl", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___b4gZ4" };
22
22
  var GlobalComboBoxCssSelector = "hop-ComboBox";
23
23
  function ComboBox(props, ref) {
24
24
  var _a, _b, _c;
@@ -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:./RadioField.module.css#css-module
16
- var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___adhih", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___nqA-p", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___Nu70w", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___Gdp-x", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___vV0V7" };
16
+ var RadioField_module_default = { "hop-RadioField": "RadioField-module__hop-RadioField___cCS7t", "hop-RadioField--sm": "RadioField-module__hop-RadioField--sm___0ZxM5", "hop-RadioField--md": "RadioField-module__hop-RadioField--md___Kg0M3", "hop-RadioField__description": "RadioField-module__hop-RadioField__description___9il7m", "hop-RadioField__radio": "RadioField-module__hop-RadioField__radio___qvCJS" };
17
17
  var GlobalRadioFieldCssSelector = "hop-RadioField";
18
18
  var RadioToDescriptionSizeAdapter = {
19
19
  sm: "xs",
@@ -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___RuMlo", "hop-FloatingBadge__badge": "FloatingBadge-module__hop-FloatingBadge__badge___pmHId" };
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 } 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___sAa77" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -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___bqIMq", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___BSNlY", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___n7MaV", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___Unpn2", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___AufeM", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___JoVZV", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___0re0-", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___tfM32" };
14
+ var ButtonGroup_module_default = { "hop-ButtonGroup": "ButtonGroup-module__hop-ButtonGroup___XrhX2", "hop-ButtonGroup--horizontal": "ButtonGroup-module__hop-ButtonGroup--horizontal___V-N-r", "hop-ButtonGroup--vertical": "ButtonGroup-module__hop-ButtonGroup--vertical___REfnP", "hop-ButtonGroup--start": "ButtonGroup-module__hop-ButtonGroup--start___AkBFb", "hop-ButtonGroup--center": "ButtonGroup-module__hop-ButtonGroup--center___Ey-q1", "hop-ButtonGroup--end": "ButtonGroup-module__hop-ButtonGroup--end___853b2", "hop-ButtonGroup--wrap": "ButtonGroup-module__hop-ButtonGroup--wrap___4g1EI", "hop-ButtonGroup--fluid": "ButtonGroup-module__hop-ButtonGroup--fluid___QGsQb" };
15
15
  var GlobalButtonGroupCssSelector = "hop-ButtonGroup";
16
16
  function ButtonGroup(props, ref) {
17
17
  var _a, _b, _c, _d;
@@ -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-BPHBGKEP.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___3t6es Radio-module__hop-Radio___uVVY4", "hop-DecorativeRadio--sm": "DecorativeRadio-module__hop-DecorativeRadio--sm___eWI-8 Radio-module__hop-Radio--sm___LWATw", "hop-DecorativeRadio--md": "DecorativeRadio-module__hop-DecorativeRadio--md___g2Yqj Radio-module__hop-Radio--md___RhP2t", "hop-DecorativeRadio__icon": "DecorativeRadio-module__hop-DecorativeRadio__icon___ohh36 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__icon-list": "DecorativeRadio-module__hop-DecorativeRadio__icon-list___JnRb5 Radio-module__hop-Radio__icon___HMK-H", "hop-DecorativeRadio__box": "DecorativeRadio-module__hop-DecorativeRadio__box___GJaKH Radio-module__hop-Radio__box___fe1zI", "hop-DecorativeRadio__bullet": "DecorativeRadio-module__hop-DecorativeRadio__bullet___seZMP Radio-module__hop-Radio__bullet___CzSwE", "hop-DecorativeRadio__text": "DecorativeRadio-module__hop-DecorativeRadio__text___pdltR Radio-module__hop-Radio__text___Ze9cX" };
19
19
  var GlobalDecorativeRadioCssSelector = "hop-DecorativeRadio";
20
20
  function DecorativeRadio(props, ref) {
21
21
  var _a;
@@ -10,7 +10,7 @@ import { useContextProps, useSlottedContext, InputContext, TextAreaContext, Fiel
10
10
  import { jsx } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./InputGroup.module.css#css-module
13
- var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___aEnmP", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___v5khf", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___A78zZ", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___UZY5A", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___Mx9sM", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___vGnhx" };
13
+ var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___lrJ3V", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___M1WBQ", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___yowmL", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___WvCRO", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___SgsUj", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___-Gmfk" };
14
14
  var GlobalInputGroupCssSelector = "hop-InputGroup";
15
15
  function InputGroup(props, ref) {
16
16
  var _a, _b;
@@ -1,7 +1,7 @@
1
1
  import { useImageFallback } from './chunk-LI5HSYF7.js';
2
- import { _Text } from './chunk-3PONZZJH.js';
2
+ import { _Text } from './chunk-KSVVXFS7.js';
3
3
  import { AvatarContext } from './chunk-AES7QBQE.js';
4
- import { _RichIconAvatarImage } from './chunk-NH4G3E35.js';
4
+ import { _RichIconAvatarImage } from './chunk-LIWVG7YG.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___NqC9M", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___QEPZS", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___hL9n2", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___h-ckK", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___MV1Tb", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___MpZyY", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___nrnJt", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___a0flf", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___3VFaq", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___p7xDZ", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___BsBst", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___odeQp", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___MYSDg", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___IIoYv", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___T2Uir", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___tTmv6", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___1xHIt" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",