@hopper-ui/components 1.3.28 → 1.3.30

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 (211) 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/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.js +2 -2
  14. package/dist/Badge/src/FloatingBadge.css +37 -37
  15. package/dist/Badge/src/FloatingBadge.js +1 -1
  16. package/dist/Badge/src/index.css +52 -52
  17. package/dist/Badge/src/index.js +3 -3
  18. package/dist/ComboBox/src/ComboBox.css +768 -768
  19. package/dist/ComboBox/src/ComboBox.js +57 -57
  20. package/dist/ComboBox/src/index.css +768 -768
  21. package/dist/ComboBox/src/index.js +57 -57
  22. package/dist/Divider/src/Divider.css +29 -29
  23. package/dist/Divider/src/Divider.js +1 -1
  24. package/dist/Divider/src/index.css +29 -29
  25. package/dist/Divider/src/index.js +1 -1
  26. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  27. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  28. package/dist/ErrorMessage/src/index.css +29 -29
  29. package/dist/ErrorMessage/src/index.js +2 -2
  30. package/dist/Form/src/Form.css +768 -768
  31. package/dist/Form/src/Form.js +57 -57
  32. package/dist/Form/src/index.css +768 -768
  33. package/dist/Form/src/index.js +57 -57
  34. package/dist/Header/src/Header.js +1 -1
  35. package/dist/Header/src/index.js +1 -1
  36. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  37. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  38. package/dist/HelperMessage/src/index.css +29 -29
  39. package/dist/HelperMessage/src/index.js +2 -2
  40. package/dist/IconList/src/IconList.css +28 -28
  41. package/dist/IconList/src/IconList.js +1 -1
  42. package/dist/IconList/src/index.css +28 -28
  43. package/dist/IconList/src/index.js +1 -1
  44. package/dist/Link/src/Link.css +49 -49
  45. package/dist/Link/src/Link.js +7 -7
  46. package/dist/Link/src/index.css +49 -49
  47. package/dist/Link/src/index.js +7 -7
  48. package/dist/ListBox/src/ListBox.css +274 -274
  49. package/dist/ListBox/src/ListBox.js +11 -11
  50. package/dist/ListBox/src/ListBoxItem.css +262 -262
  51. package/dist/ListBox/src/ListBoxItem.js +9 -9
  52. package/dist/ListBox/src/ListBoxItemSkeleton.css +34 -34
  53. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  54. package/dist/ListBox/src/index.css +274 -274
  55. package/dist/ListBox/src/index.js +11 -11
  56. package/dist/Section/src/Section.js +1 -1
  57. package/dist/Section/src/index.js +1 -1
  58. package/dist/Select/src/Select.css +768 -768
  59. package/dist/Select/src/Select.js +57 -57
  60. package/dist/Select/src/SelectValue.css +61 -61
  61. package/dist/Select/src/SelectValue.js +5 -5
  62. package/dist/Select/src/index.css +768 -768
  63. package/dist/Select/src/index.js +57 -57
  64. package/dist/Spinner/src/Spinner.css +37 -37
  65. package/dist/Spinner/src/Spinner.js +2 -2
  66. package/dist/Spinner/src/index.css +37 -37
  67. package/dist/Spinner/src/index.js +2 -2
  68. package/dist/buttons/src/Button.css +93 -93
  69. package/dist/buttons/src/Button.js +7 -7
  70. package/dist/buttons/src/ButtonGroup.css +38 -38
  71. package/dist/buttons/src/ButtonGroup.js +1 -1
  72. package/dist/buttons/src/ClearButton.css +98 -98
  73. package/dist/buttons/src/ClearButton.js +2 -2
  74. package/dist/buttons/src/EmbeddedButton.css +98 -98
  75. package/dist/buttons/src/EmbeddedButton.js +1 -1
  76. package/dist/buttons/src/LinkButton.css +102 -102
  77. package/dist/buttons/src/LinkButton.js +6 -6
  78. package/dist/buttons/src/index.css +249 -249
  79. package/dist/buttons/src/index.js +11 -11
  80. package/dist/checkbox/src/Checkbox.css +46 -46
  81. package/dist/checkbox/src/Checkbox.js +6 -6
  82. package/dist/checkbox/src/CheckboxField.css +33 -33
  83. package/dist/checkbox/src/CheckboxField.js +2 -2
  84. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  85. package/dist/checkbox/src/CheckboxGroup.js +6 -6
  86. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  87. package/dist/checkbox/src/DecorativeCheckbox.js +6 -6
  88. package/dist/checkbox/src/index.css +98 -98
  89. package/dist/checkbox/src/index.js +12 -12
  90. package/dist/{chunk-JLCWRP32.js → chunk-2JMXBZHI.js} +2 -2
  91. package/dist/{chunk-TUBWJ45G.js → chunk-2MYELF25.js} +3 -3
  92. package/dist/{chunk-7XY2646K.js → chunk-2SXSYPWT.js} +2 -2
  93. package/dist/{chunk-U4TXF2NA.js → chunk-3SNUQFBZ.js} +4 -4
  94. package/dist/{chunk-7FN5LPW2.js → chunk-44XBQWFL.js} +2 -2
  95. package/dist/{chunk-RKNB4MGA.js → chunk-47FKFZ4S.js} +3 -3
  96. package/dist/{chunk-ZONJLY6Q.js → chunk-4I7NFPPR.js} +3 -3
  97. package/dist/{chunk-RA3VSEHH.js → chunk-4YZZWHBM.js} +6 -6
  98. package/dist/{chunk-IN2LYBYC.js → chunk-5MYQ7W33.js} +6 -6
  99. package/dist/{chunk-CASQ2C4E.js → chunk-5TIGRW6E.js} +3 -3
  100. package/dist/{chunk-FIV4MP2N.js → chunk-64EU3M5O.js} +2 -2
  101. package/dist/{chunk-N654TU4R.js → chunk-6RCOGX6X.js} +3 -3
  102. package/dist/{chunk-KG7GOFW7.js → chunk-6S4ZOYNF.js} +4 -4
  103. package/dist/{chunk-RNLIMB3A.js → chunk-7Q6MXAW6.js} +3 -3
  104. package/dist/{chunk-JM2QTS6J.js → chunk-CVMHGZQE.js} +2 -2
  105. package/dist/{chunk-EELG3KGZ.js → chunk-CY7GW4SB.js} +8 -8
  106. package/dist/{chunk-YFVVNMTC.js → chunk-DOKGX5N4.js} +1 -1
  107. package/dist/{chunk-UK7PZLNZ.js → chunk-DZHNBZQQ.js} +3 -3
  108. package/dist/{chunk-E3XCDDVP.js → chunk-FVH4W7VW.js} +6 -6
  109. package/dist/{chunk-KXHFO3GY.js → chunk-FWIQZGWG.js} +1 -1
  110. package/dist/{chunk-ZO5FPKXJ.js → chunk-GRQTYLL6.js} +1 -1
  111. package/dist/{chunk-72PY2FT5.js → chunk-HQPE2NHR.js} +1 -1
  112. package/dist/{chunk-2RKEE6ON.js → chunk-J2GXT52N.js} +2 -2
  113. package/dist/{chunk-TYVU3UXB.js → chunk-J4ZUH2ZP.js} +2 -2
  114. package/dist/{chunk-7GG6LNPK.js → chunk-KUEXWJCI.js} +15 -23
  115. package/dist/{chunk-4HFYPZ7J.js → chunk-L5FDVVDI.js} +4 -4
  116. package/dist/{chunk-C6MQIVDN.js → chunk-LFCEYG5R.js} +2 -2
  117. package/dist/{chunk-OECSVR7Z.js → chunk-LXWLN4DS.js} +2 -2
  118. package/dist/{chunk-KGS66EXP.js → chunk-MBX35AGZ.js} +3 -3
  119. package/dist/{chunk-7QM2UR6P.js → chunk-NE3BRLPL.js} +2 -2
  120. package/dist/{chunk-B6ODGXNK.js → chunk-NPJBY3QK.js} +2 -2
  121. package/dist/{chunk-GXB32FI6.js → chunk-PHGFB7Z7.js} +4 -4
  122. package/dist/{chunk-Z7I4MQYQ.js → chunk-QXOFUM6L.js} +2 -2
  123. package/dist/{chunk-52F3MKBS.js → chunk-S5NKOTEO.js} +1 -1
  124. package/dist/{chunk-3YUKDUBT.js → chunk-SFMVHFVH.js} +2 -2
  125. package/dist/{chunk-WGDHDOAK.js → chunk-SJTPZSVU.js} +4 -4
  126. package/dist/{chunk-XYLV52CG.js → chunk-T62GNS7A.js} +2 -2
  127. package/dist/{chunk-BCNS6TXC.js → chunk-TMVKRT2P.js} +2 -2
  128. package/dist/{chunk-UMDJI3X7.js → chunk-UCAG6OQL.js} +16 -16
  129. package/dist/{chunk-GV4X32KY.js → chunk-UO5QJHXD.js} +4 -4
  130. package/dist/{chunk-4IENSHKG.js → chunk-VAKUV6QI.js} +2 -2
  131. package/dist/{chunk-RGIQISOA.js → chunk-VLVEXVWZ.js} +2 -2
  132. package/dist/{chunk-6OTV3GUL.js → chunk-WR3P4XWE.js} +15 -24
  133. package/dist/{chunk-KT4C4WUK.js → chunk-WUZ4LSNY.js} +6 -6
  134. package/dist/{chunk-DEECPTTW.js → chunk-YWNQJ4FB.js} +1 -1
  135. package/dist/{chunk-PD5FZEQT.js → chunk-ZZVFZ7I7.js} +3 -3
  136. package/dist/index.css +768 -768
  137. package/dist/index.js +57 -57
  138. package/dist/inputs/src/InputGroup.css +264 -264
  139. package/dist/inputs/src/InputGroup.js +1 -1
  140. package/dist/inputs/src/NumberField.css +286 -286
  141. package/dist/inputs/src/NumberField.d.ts +2 -11
  142. package/dist/inputs/src/NumberField.js +11 -8
  143. package/dist/inputs/src/PasswordField.css +274 -274
  144. package/dist/inputs/src/PasswordField.d.ts +2 -6
  145. package/dist/inputs/src/PasswordField.js +11 -8
  146. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  147. package/dist/inputs/src/RemainingCharacterCount.js +5 -5
  148. package/dist/inputs/src/SearchField.css +280 -280
  149. package/dist/inputs/src/SearchField.js +11 -11
  150. package/dist/inputs/src/TextArea.css +281 -281
  151. package/dist/inputs/src/TextArea.js +10 -10
  152. package/dist/inputs/src/TextField.css +278 -278
  153. package/dist/inputs/src/TextField.js +13 -13
  154. package/dist/inputs/src/index.css +324 -324
  155. package/dist/inputs/src/index.js +17 -17
  156. package/dist/layout/src/Content.js +1 -1
  157. package/dist/layout/src/Footer.js +1 -1
  158. package/dist/overlays/Popover/src/Popover.css +768 -768
  159. package/dist/overlays/Popover/src/Popover.js +57 -57
  160. package/dist/overlays/Popover/src/index.css +768 -768
  161. package/dist/overlays/Popover/src/index.js +57 -57
  162. package/dist/radio/src/DecorativeRadio.css +54 -54
  163. package/dist/radio/src/DecorativeRadio.js +6 -6
  164. package/dist/radio/src/Radio.css +46 -46
  165. package/dist/radio/src/Radio.js +6 -6
  166. package/dist/radio/src/RadioField.css +33 -33
  167. package/dist/radio/src/RadioField.js +2 -2
  168. package/dist/radio/src/RadioGroup.css +98 -98
  169. package/dist/radio/src/RadioGroup.js +6 -6
  170. package/dist/radio/src/index.css +98 -98
  171. package/dist/radio/src/index.js +12 -12
  172. package/dist/switch/src/Switch.css +43 -43
  173. package/dist/switch/src/Switch.js +6 -6
  174. package/dist/switch/src/SwitchField.css +33 -33
  175. package/dist/switch/src/SwitchField.js +1 -1
  176. package/dist/switch/src/index.css +49 -49
  177. package/dist/switch/src/index.js +7 -7
  178. package/dist/tag/src/Tag.css +390 -390
  179. package/dist/tag/src/Tag.js +9 -9
  180. package/dist/tag/src/TagGroup.css +37 -37
  181. package/dist/tag/src/TagGroup.js +2 -2
  182. package/dist/tag/src/TagList.css +27 -27
  183. package/dist/tag/src/TagList.js +1 -1
  184. package/dist/tag/src/index.css +400 -400
  185. package/dist/tag/src/index.js +12 -12
  186. package/dist/typography/Heading/src/Heading.css +27 -27
  187. package/dist/typography/Heading/src/Heading.js +1 -1
  188. package/dist/typography/Heading/src/index.css +27 -27
  189. package/dist/typography/Heading/src/index.js +1 -1
  190. package/dist/typography/Label/src/Label.css +27 -27
  191. package/dist/typography/Label/src/Label.js +1 -1
  192. package/dist/typography/Label/src/index.css +27 -27
  193. package/dist/typography/Label/src/index.js +1 -1
  194. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  195. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  196. package/dist/typography/OverlineText/src/index.css +27 -27
  197. package/dist/typography/OverlineText/src/index.js +1 -1
  198. package/dist/typography/Text/src/Text.css +27 -27
  199. package/dist/typography/Text/src/Text.js +1 -1
  200. package/dist/typography/Text/src/index.css +27 -27
  201. package/dist/typography/Text/src/index.js +1 -1
  202. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  203. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  204. package/dist/utils/src/index.css +27 -27
  205. package/dist/utils/src/index.js +5 -5
  206. package/package.json +1 -1
  207. package/dist/{chunk-O5PTD6IN.js → chunk-NLZXVLBW.js} +1 -1
  208. package/dist/{chunk-WWRB4K4M.js → chunk-TPVDUGOO.js} +1 -1
  209. package/dist/{chunk-GTM56LGX.js → chunk-VOZN65OL.js} +1 -1
  210. package/dist/{chunk-N5UT7MST.js → chunk-WPJCS7L2.js} +1 -1
  211. package/dist/{chunk-DPC3Y6Y2.js → chunk-ZJKGATZR.js} +1 -1
@@ -1,5 +1,5 @@
1
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
- import { ensureTextWrapper } from './chunk-72PY2FT5.js';
2
+ import { ensureTextWrapper } from './chunk-HQPE2NHR.js';
3
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.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___LCGgI", "hop-Switch--sm": "Switch-module__hop-Switch--sm___6HBk1", "hop-Switch--md": "Switch-module__hop-Switch--md___V87H2", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___-y7Mn", "hop-Switch__text": "Switch-module__hop-Switch__text___cu10Y", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___nzpTk", "hop-Switch__icon": "Switch-module__hop-Switch__icon___Q-rLb" };
16
+ var Switch_module_default = { "hop-Switch": "Switch-module__hop-Switch___YaRfR", "hop-Switch--sm": "Switch-module__hop-Switch--sm___RPzJ4", "hop-Switch--md": "Switch-module__hop-Switch--md___Rhq9Y", "hop-Switch__indicator": "Switch-module__hop-Switch__indicator___4Ue7e", "hop-Switch__text": "Switch-module__hop-Switch__text___eyrm2", "hop-Switch__icon-list": "Switch-module__hop-Switch__icon-list___jdCQ6", "hop-Switch__icon": "Switch-module__hop-Switch__icon___tecaN" };
17
17
  var GlobalSwitchCssSelector = "hop-Switch";
18
18
  function Switch(props, ref) {
19
19
  var _a;
@@ -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___ESGWX", "hop-Label__indicator": "Label-module__hop-Label__indicator___DBXEk" };
11
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___kZWCm", "hop-Label__indicator": "Label-module__hop-Label__indicator___CuXqq" };
12
12
  var GlobalLabelCssSelector = "hop-Label";
13
13
  function Label(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, LabelContext);
@@ -48,10 +48,10 @@ function Label(props, ref) {
48
48
  return /* @__PURE__ */ jsxs(
49
49
  Label$1,
50
50
  {
51
- ...otherProps,
52
51
  ref,
53
52
  className: classNames,
54
53
  style: mergedStyles,
54
+ ...otherProps,
55
55
  children: [
56
56
  children,
57
57
  necessityIndicator === "label" && !isRequired && /* @__PURE__ */ jsxs("span", { className: Label_module_default["hop-Label__label-indicator"], children: [
@@ -1,10 +1,10 @@
1
1
  import { useScale } from './chunk-MTDFS4CZ.js';
2
2
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
3
- import { _InputGroup } from './chunk-C6MQIVDN.js';
4
- import { ensureTextWrapper } from './chunk-72PY2FT5.js';
5
- import { LabelContext } from './chunk-QCA3ZR56.js';
6
- import { ErrorMessageContext } from './chunk-FAE27DLF.js';
7
- import { HelperMessageContext } from './chunk-HZKFQ33E.js';
3
+ import { _InputGroup } from './chunk-LFCEYG5R.js';
4
+ import { ensureTextWrapper } from './chunk-HQPE2NHR.js';
5
+ import { _Label } from './chunk-J4ZUH2ZP.js';
6
+ import { _HelperMessage } from './chunk-4I7NFPPR.js';
7
+ import { _ErrorMessage } from './chunk-NE3BRLPL.js';
8
8
  import { TextContext } from './chunk-X6SER3TZ.js';
9
9
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
10
10
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.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___d7NTl", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___UeNc6", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___kaIQ-", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___bHt-D", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___QX-dY", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___NRup8", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___XTbne", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___mzZzG", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___GBdb5", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___07dZg", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___ARTOz", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___ccLys", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___ECPh3", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___xSsoG" };
24
+ var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___Ot8N9", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___SqPOK", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___nkCqh", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___LXmqv", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___JyuRc", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___dmid8", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___hlWda", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___A-2FW", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___24LUM", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___85EqB", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___2IcSc", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___WLPNn", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___DaheA", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___ScDRc" };
25
25
  var GlobalNumberFieldCssSelector = "hop-NumberField";
26
26
  var StepperButton = ({ direction }) => {
27
27
  const scale = useScale();
@@ -65,7 +65,6 @@ function NumberField(props, ref) {
65
65
  size,
66
66
  prefix,
67
67
  onChange: onChangeProp,
68
- children,
69
68
  defaultValue,
70
69
  value: valueProp,
71
70
  isFluid: isFluidProp,
@@ -74,6 +73,9 @@ function NumberField(props, ref) {
74
73
  isRequired,
75
74
  necessityIndicator,
76
75
  inputGroupProps,
76
+ label,
77
+ description,
78
+ errorMessage,
77
79
  ...otherProps
78
80
  } = ownProps;
79
81
  const inputRef = useObjectRef(mergeRefs(userProvidedInputRef, props.inputRef !== void 0 ? props.inputRef : null));
@@ -133,22 +135,12 @@ function NumberField(props, ref) {
133
135
  ]
134
136
  }
135
137
  ) });
136
- const childrenMarkup = composeRenderProps(children, (prev) => {
137
- return /* @__PURE__ */ jsxs(Fragment, { children: [
138
- /* @__PURE__ */ jsx(
139
- SlotProvider,
140
- {
141
- values: [
142
- [LabelContext, { className: NumberField_module_default["hop-NumberField__Label"], isRequired, necessityIndicator }],
143
- [HelperMessageContext, { className: NumberField_module_default["hop-NumberField__HelperMessage"] }],
144
- [ErrorMessageContext, { className: NumberField_module_default["hop-NumberField__ErrorMessage"] }]
145
- ],
146
- children: prev
147
- }
148
- ),
149
- inputMarkup
150
- ] });
151
- });
138
+ const childrenMarkup = /* @__PURE__ */ jsxs(Fragment, { children: [
139
+ label && /* @__PURE__ */ jsx(_Label, { className: NumberField_module_default["hop-NumberField__Label"], isRequired, necessityIndicator, children: label }),
140
+ inputMarkup,
141
+ description && /* @__PURE__ */ jsx(_HelperMessage, { className: NumberField_module_default["hop-NumberField__HelperMessage"], children: description }),
142
+ /* @__PURE__ */ jsx(_ErrorMessage, { className: NumberField_module_default["hop-NumberField__ErrorMessage"], children: errorMessage })
143
+ ] });
152
144
  return /* @__PURE__ */ jsx(
153
145
  NumberField$1,
154
146
  {
@@ -1,9 +1,9 @@
1
1
  import { RadioFieldContext } from './chunk-DGLAGYBD.js';
2
2
  import { RadioGroupContext } from './chunk-5MBJWRZD.js';
3
3
  import { RadioContext } from './chunk-FU5CCPLP.js';
4
- import { _Label } from './chunk-TYVU3UXB.js';
5
- import { _ErrorMessage } from './chunk-7QM2UR6P.js';
6
- import { _HelperMessage } from './chunk-ZONJLY6Q.js';
4
+ import { _Label } from './chunk-J4ZUH2ZP.js';
5
+ import { _HelperMessage } from './chunk-4I7NFPPR.js';
6
+ import { _ErrorMessage } from './chunk-NE3BRLPL.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
8
  import { SlotProvider } from './chunk-M36KANKC.js';
9
9
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
14
14
  import { jsx, jsxs, Fragment } 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___REleW", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___-Yufa", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___7UQOw", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___eiTSV", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___vVx-m", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___u-kdr", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___hxGkq", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___si6-W", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___-2L-t" };
17
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___d8jZh", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___2WA2M", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___edE21", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___Yo73q", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___gZqTH", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___9bHTp", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___-uwFd", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___15FOr", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___HBT-I" };
18
18
  var GlobalRadioGroupCssSelector = "hop-RadioGroup";
19
19
  function RadioGroup(props, ref) {
20
20
  var _a, _b, _c;
@@ -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___Voyln", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___u6Y7h", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___FFFtI", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___ew--a", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___-6Dm4", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___lV4F9" };
13
+ var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___i1cxX", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___Wt85f", "hop-InputGroup--sm": "InputGroup-module__hop-InputGroup--sm___2WQr0", "hop-InputGroup__input": "InputGroup-module__hop-InputGroup__input___tCevy", "hop-InputGroup__textarea": "InputGroup-module__hop-InputGroup__textarea___tGvYt", "hop-InputGroup__embedded-button": "InputGroup-module__hop-InputGroup__embedded-button___i5svP" };
14
14
  var GlobalInputGroupCssSelector = "hop-InputGroup";
15
15
  function InputGroup(props, ref) {
16
16
  var _a, _b;
@@ -83,13 +83,13 @@ function InputGroup(props, ref) {
83
83
  children: /* @__PURE__ */ jsx(
84
84
  Group,
85
85
  {
86
- ...otherProps,
87
86
  isInvalid: (validation == null ? void 0 : validation.isInvalid) || isInvalid,
88
87
  onMouseDown: handleMouseDown,
89
88
  ref,
90
89
  className: classNames,
91
90
  style,
92
91
  "data-input-type": inputType,
92
+ ...otherProps,
93
93
  children
94
94
  }
95
95
  )
@@ -1,5 +1,5 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
- import { ensureTextWrapper } from './chunk-72PY2FT5.js';
2
+ import { ensureTextWrapper } from './chunk-HQPE2NHR.js';
3
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Checkbox.module.css#css-module
16
- var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___tw1j2", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___o8DtK", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___DeslR", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___avLf3", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___AbFMu", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___Iq8WA", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___-de0t", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___UHACO" };
16
+ var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___-Y6m5", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___9kcfx", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___QzMw3", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___498i7", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___qP37I", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___iFoib", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___L8jQ9", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___DowJZ" };
17
17
  var GlobalCheckboxCssSelector = "hop-Checkbox";
18
18
  function Checkbox(props, ref) {
19
19
  var _a;
@@ -1,7 +1,7 @@
1
- import { _Text } from './chunk-Z7I4MQYQ.js';
1
+ import { _Text } from './chunk-QXOFUM6L.js';
2
2
  import { useImageFallback } from './chunk-LI5HSYF7.js';
3
3
  import { AvatarContext } from './chunk-AES7QBQE.js';
4
- import { _RichIconAvatarImage } from './chunk-DEECPTTW.js';
4
+ import { _RichIconAvatarImage } from './chunk-YWNQJ4FB.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___Z6m6q", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___tD-Pp", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___GtzOo", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___mlrZH", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___lPUCM", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___tltkR", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___R-4Lk", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___VtWGz", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___GKFz8", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___I8M-X", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___RWo21", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___pPwZQ", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___IRknT", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___jqFeP", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___1xrk8", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___BjmHi", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___lSScU" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___UBWQ-", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___lFS3V", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___leWQO", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___-MseJ", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___Q9Eug", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___rYsuu", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___DA7yk", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___7dnB7", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___MwODp", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___FQHbX", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___ZXorx", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___kDtyc", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___3dAZ6", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___jdag7", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___SF6-g", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___AccJC", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___m6eZF" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",
@@ -1,5 +1,5 @@
1
1
  import { ErrorMessageContext } from './chunk-FAE27DLF.js';
2
- import { _Text } from './chunk-Z7I4MQYQ.js';
2
+ import { _Text } from './chunk-QXOFUM6L.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___66dEq", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___RFDzG" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___yGhH4", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___RJ7Kv" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./IconList.module.css#css-module
11
- var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___0kRuQ" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___YOoRf" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -27,11 +27,11 @@ function IconList(props, ref) {
27
27
  return /* @__PURE__ */ jsx(
28
28
  "span",
29
29
  {
30
- ...otherProps,
31
30
  ref,
32
31
  className: classNames,
33
32
  style: mergedStyles,
34
33
  slot: slot != null ? slot : void 0,
34
+ ...otherProps,
35
35
  children: /* @__PURE__ */ jsx(
36
36
  SlotProvider,
37
37
  {
@@ -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___Kueac", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___a5kNb", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___21wQx", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___04C9t", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___qDRfJ" };
15
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___Ye5yq", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___-XcBn", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___zOE8e", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___8AZp0", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___-M62l" };
16
16
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
17
17
  var SwitchToDescriptionSizeAdapter = {
18
18
  sm: "xs",
@@ -49,12 +49,12 @@ function SwitchField(props, ref) {
49
49
  };
50
50
  });
51
51
  const renderProps = useRenderProps({
52
- ...otherProps,
53
52
  className: classNames,
54
53
  style: mergedStyles,
55
54
  values: {
56
55
  isDisabled: isDisabled || false
57
- }
56
+ },
57
+ ...otherProps
58
58
  });
59
59
  return /* @__PURE__ */ jsx(
60
60
  SlotProvider,
@@ -75,10 +75,10 @@ function SwitchField(props, ref) {
75
75
  children: /* @__PURE__ */ jsx(
76
76
  "div",
77
77
  {
78
- ...mergeProps(otherProps, renderProps),
79
78
  ref,
80
79
  slot: slot != null ? slot : void 0,
81
80
  "data-disabled": isDisabled,
81
+ ...mergeProps(renderProps, otherProps),
82
82
  children: renderProps.children
83
83
  }
84
84
  )
@@ -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___Zz9GM", "hop-Text--xs": "Text-module__hop-Text--xs___qOJBo", "hop-Text--sm": "Text-module__hop-Text--sm___hkDAX", "hop-Text--md": "Text-module__hop-Text--md___z6MR9", "hop-Text--lg": "Text-module__hop-Text--lg___r0zX0", "hop-Text--xl": "Text-module__hop-Text--xl___4fgY4", "hop-Text--2xl": "Text-module__hop-Text--2xl___mDS6l", "hop-Text--inherit": "Text-module__hop-Text--inherit___9wpL8" };
12
+ var Text_module_default = { "hop-Text": "Text-module__hop-Text___w-LQ1", "hop-Text--xs": "Text-module__hop-Text--xs___5mBts", "hop-Text--sm": "Text-module__hop-Text--sm___Ik8mb", "hop-Text--md": "Text-module__hop-Text--md___fIrw3", "hop-Text--lg": "Text-module__hop-Text--lg___sIr32", "hop-Text--xl": "Text-module__hop-Text--xl___rJ3Mw", "hop-Text--2xl": "Text-module__hop-Text--2xl___c1wMJ", "hop-Text--inherit": "Text-module__hop-Text--inherit___BgA3c" };
13
13
  var GlobalTextCssSelector = "hop-Text";
14
14
  function Text(props, ref) {
15
15
  [props, ref] = useContextProps(props, ref, TextContext);
@@ -33,11 +33,11 @@ function Text(props, ref) {
33
33
  return /* @__PURE__ */ jsx(
34
34
  Text$1,
35
35
  {
36
- ...otherProps,
37
36
  ref,
38
37
  elementType,
39
38
  className: classNames,
40
39
  style: mergedStyles,
40
+ ...otherProps,
41
41
  children: /* @__PURE__ */ jsx(ClearContainerSlots, { children: /* @__PURE__ */ jsx(
42
42
  SlotProvider,
43
43
  {
@@ -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___AXwgj", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___Z0FsY", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___y8psl", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___UcAfv", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___9dKaO", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___P0qWs", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___A6XZ3", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___6BVMb", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___SoMIp", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___tOaMc", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___HT86l", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___BiceO", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___HJIaS", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___b9enP", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___ntrWB", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___JLJDb" };
23
+ var EmbeddedButton_module_default = { "hop-EmbeddedButton": "EmbeddedButton-module__hop-EmbeddedButton___Nq4aC", "hop-EmbeddedButton--md": "EmbeddedButton-module__hop-EmbeddedButton--md___B8qYc", "hop-EmbeddedButton--lg": "EmbeddedButton-module__hop-EmbeddedButton--lg___VE62M", "hop-EmbeddedButton--neutral": "EmbeddedButton-module__hop-EmbeddedButton--neutral___OyGIM", "hop-EmbeddedButton--subdued": "EmbeddedButton-module__hop-EmbeddedButton--subdued___9iqIj", "hop-EmbeddedButton--progress": "EmbeddedButton-module__hop-EmbeddedButton--progress___1tWa-", "hop-EmbeddedButton--positive": "EmbeddedButton-module__hop-EmbeddedButton--positive___LI7AU", "hop-EmbeddedButton--caution": "EmbeddedButton-module__hop-EmbeddedButton--caution___9DDqL", "hop-EmbeddedButton--negative": "EmbeddedButton-module__hop-EmbeddedButton--negative___CXj3X", "hop-EmbeddedButton--option1": "EmbeddedButton-module__hop-EmbeddedButton--option1___-jCX9", "hop-EmbeddedButton--option2": "EmbeddedButton-module__hop-EmbeddedButton--option2___rHHlc", "hop-EmbeddedButton--option3": "EmbeddedButton-module__hop-EmbeddedButton--option3___N-AKW", "hop-EmbeddedButton--option4": "EmbeddedButton-module__hop-EmbeddedButton--option4___DY7SM", "hop-EmbeddedButton--option5": "EmbeddedButton-module__hop-EmbeddedButton--option5___H9Zig", "hop-EmbeddedButton--option6": "EmbeddedButton-module__hop-EmbeddedButton--option6___tMzz9", "hop-EmbeddedButton__icon": "EmbeddedButton-module__hop-EmbeddedButton__icon___BIN28" };
24
24
  var GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
25
25
  function EmbeddedButton(props, ref) {
26
26
  var _a;
@@ -1,4 +1,4 @@
1
- import { _OverlineText } from './chunk-JM2QTS6J.js';
1
+ import { _OverlineText } from './chunk-CVMHGZQE.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___hH6PV", "hop-Badge--primary": "Badge-module__hop-Badge--primary___3LHim", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___CFC5H", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___JpMrl" };
26
+ var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___N-1NC", "hop-Badge--primary": "Badge-module__hop-Badge--primary___66K6Y", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___lQT87", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___Z--bA" };
27
27
  var GlobalBadgeCssSelector = "hop-Badge";
28
28
  function Badge(props, ref) {
29
29
  [props, ref] = useContextProps(props, ref, BadgeContext);
@@ -1,6 +1,6 @@
1
- import { ensureTextWrapper } from './chunk-72PY2FT5.js';
2
- import { IconListContext } from './chunk-DHVVYSLB.js';
3
1
  import { LinkContext } from './chunk-4VVNSXIB.js';
2
+ import { ensureTextWrapper } from './chunk-HQPE2NHR.js';
3
+ import { IconListContext } from './chunk-DHVVYSLB.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.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___w6jXP", "hop-Link--quiet": "Link-module__hop-Link--quiet___4Pr7T", "hop-Link--primary": "Link-module__hop-Link--primary___UXkM5", "hop-Link--secondary": "Link-module__hop-Link--secondary___ryATH", "hop-Link__icon": "Link-module__hop-Link__icon___cEorU", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___Ua90L", "hop-Link__text": "Link-module__hop-Link__text___yqf8U", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___S7A6n", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___WH2ZB" };
15
+ var Link_module_default = { "hop-Link": "Link-module__hop-Link___1WIgC", "hop-Link--quiet": "Link-module__hop-Link--quiet___lAQM2", "hop-Link--primary": "Link-module__hop-Link--primary___rnNiJ", "hop-Link--secondary": "Link-module__hop-Link--secondary___3q6yY", "hop-Link__icon": "Link-module__hop-Link__icon___t6-UU", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___bm2s1", "hop-Link__text": "Link-module__hop-Link__text___uS5sS", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___IVSda", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___zpBiz" };
16
16
  var GlobalLinkCssSelector = "hop-Link";
17
17
  var LinkToIconSizeAdapter = {
18
18
  inherit: void 0,
@@ -102,12 +102,12 @@ function Link(props, ref) {
102
102
  children: /* @__PURE__ */ jsx(
103
103
  Link$1,
104
104
  {
105
- ...otherProps,
106
105
  rel: rel != null ? rel : isExternal ? "noopener noreferrer" : void 0,
107
106
  target: target != null ? target : isExternal ? "_blank" : void 0,
108
107
  ref,
109
108
  className: classNames,
110
109
  style,
110
+ ...otherProps,
111
111
  children
112
112
  }
113
113
  )
@@ -1,6 +1,6 @@
1
1
  import { useIsOverflow } from './chunk-EHXOXTDN.js';
2
2
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
3
- import { _Text } from './chunk-Z7I4MQYQ.js';
3
+ import { _Text } from './chunk-QXOFUM6L.js';
4
4
  import { TextContext } from './chunk-X6SER3TZ.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { AvatarContext } from './chunk-AES7QBQE.js';
@@ -16,7 +16,7 @@ import { useContextProps, SelectValueContext, SelectStateContext, useSlottedCont
16
16
  import { jsx } from 'react/jsx-runtime';
17
17
 
18
18
  // css-module:./SelectValue.module.css#css-module
19
- var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___KhCj5", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___Q3C0X", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___ocrfs", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___KfaFu", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___lf5Q9" };
19
+ var SelectValue_module_default = { "hop-SelectValue": "SelectValue-module__hop-SelectValue___0QR4q", "hop-SelectValue__text": "SelectValue-module__hop-SelectValue__text___Sm9zx", "hop-SelectValue__avatar": "SelectValue-module__hop-SelectValue__avatar___6wjZQ", "hop-SelectValue__icon": "SelectValue-module__hop-SelectValue__icon___XY1r5", "hop-SelectValue__end-icon": "SelectValue-module__hop-SelectValue__end-icon___3Gm2i" };
20
20
  var GlobalSelectValueCssSelector = "hop-SelectValue";
21
21
  var SelectValueToAvatarSizeAdapter = {
22
22
  sm: "xs",
@@ -1,5 +1,5 @@
1
1
  import { AvatarContext } from './chunk-AES7QBQE.js';
2
- import { _RichIconAvatarImage } from './chunk-DEECPTTW.js';
2
+ import { _RichIconAvatarImage } from './chunk-YWNQJ4FB.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';
@@ -44,10 +44,10 @@ function DeletedAvatar(props, ref) {
44
44
  return /* @__PURE__ */ jsx(
45
45
  _RichIconAvatarImage,
46
46
  {
47
- ...mergeProps(otherProps, renderProps),
48
47
  isDisabled,
49
48
  ref,
50
49
  size,
50
+ ...mergeProps(renderProps, otherProps),
51
51
  children: /* @__PURE__ */ jsx(DeletedUserRichIcon, {})
52
52
  }
53
53
  );
@@ -3,7 +3,7 @@ import { TagGroupContext } from './chunk-LCAS3YQV.js';
3
3
  import { RadioGroupContext } from './chunk-5MBJWRZD.js';
4
4
  import { TextFieldContext } from './chunk-O4XPUINW.js';
5
5
  import { ContentContext } from './chunk-IXB2WK56.js';
6
- import { _Footer } from './chunk-GTM56LGX.js';
6
+ import { _Footer } from './chunk-VOZN65OL.js';
7
7
  import { FooterContext } from './chunk-I67NHYK4.js';
8
8
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
9
9
  import { PasswordFieldContext } from './chunk-QW45G6K4.js';
@@ -15,20 +15,20 @@ import { LinkButtonContext } from './chunk-3UQFC2NQ.js';
15
15
  import { ButtonContext as ButtonContext$1 } from './chunk-WMTWFKKP.js';
16
16
  import { ButtonGroupContext } from './chunk-VJQ7M2BK.js';
17
17
  import { SelectContext } from './chunk-T24MBA34.js';
18
- import { _SelectValue } from './chunk-XYLV52CG.js';
19
- import { _ListBox } from './chunk-U4TXF2NA.js';
18
+ import { _SelectValue } from './chunk-T62GNS7A.js';
19
+ import { LinkContext } from './chunk-4VVNSXIB.js';
20
+ import { _HopperProvider } from './chunk-NMKBUGSO.js';
21
+ import { _ListBox } from './chunk-3SNUQFBZ.js';
20
22
  import { isFunction, isNil } from './chunk-TIPN4VYD.js';
21
23
  import { ListBoxContext } from './chunk-UIEP5BA5.js';
22
24
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
23
- import { _HopperProvider } from './chunk-NMKBUGSO.js';
24
- import { ensureTextWrapper } from './chunk-72PY2FT5.js';
25
+ import { ensureTextWrapper } from './chunk-HQPE2NHR.js';
25
26
  import { HeadingContext } from './chunk-TXZ6BMFR.js';
26
- import { _Label } from './chunk-TYVU3UXB.js';
27
+ import { _Label } from './chunk-J4ZUH2ZP.js';
27
28
  import { LabelContext } from './chunk-QCA3ZR56.js';
28
- import { LinkContext } from './chunk-4VVNSXIB.js';
29
- import { _ErrorMessage } from './chunk-7QM2UR6P.js';
30
- import { _HelperMessage } from './chunk-ZONJLY6Q.js';
31
29
  import { FormContext } from './chunk-EURJK4ZT.js';
30
+ import { _HelperMessage } from './chunk-4I7NFPPR.js';
31
+ import { _ErrorMessage } from './chunk-NE3BRLPL.js';
32
32
  import { ComboBoxContext } from './chunk-4XHTP4GX.js';
33
33
  import { BadgeContext } from './chunk-CQDLZ42T.js';
34
34
  import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
@@ -47,7 +47,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
47
47
  import clsx2 from 'clsx';
48
48
 
49
49
  // css-module:./ComboBox.module.css#css-module
50
- var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___BSY0v", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___xxb2q", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___QUzv8", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___lgLgl", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___VvwSg", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___ESqri", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___RwU1B", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___wtk3z", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___y5IV4", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___T1iDO", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___1hfjy", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___2gm-Q" };
50
+ var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___1N3kV", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___-VgDZ", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___NbAqN", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___eYFje", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___93UuE", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___ylYrj", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___k3njP", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___Ie8rf", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___QefIV", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___ndDZb", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___G6eXm", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___mjRbr" };
51
51
  var GlobalComboBoxCssSelector = "hop-ComboBox";
52
52
  function ComboBox(props, ref) {
53
53
  var _a, _b, _c, _d, _e;
@@ -295,7 +295,7 @@ var _ComboBox = forwardRef(ComboBox);
295
295
  _ComboBox.displayName = "ComboBox";
296
296
 
297
297
  // css-module:./Form.module.css#css-module
298
- var Form_module_default = { "hop-Form": "Form-module__hop-Form___wuWFE" };
298
+ var Form_module_default = { "hop-Form": "Form-module__hop-Form___8-7ZN" };
299
299
  var GlobalFormCssSelector = "hop-Form";
300
300
  function Form(props, ref) {
301
301
  var _a;
@@ -407,10 +407,10 @@ function Form(props, ref) {
407
407
  children: /* @__PURE__ */ jsx(
408
408
  Form$1,
409
409
  {
410
- ...otherProps,
411
410
  ref,
412
411
  className: classNames,
413
412
  style: mergedStyles,
413
+ ...otherProps,
414
414
  children
415
415
  }
416
416
  )
@@ -423,7 +423,7 @@ var _Form = forwardRef(Form);
423
423
  _Form.displayName = "Form";
424
424
 
425
425
  // css-module:./Select.module.css#css-module
426
- var Select_module_default = { "hop-Select": "Select-module__hop-Select___psghg", "hop-Select--fluid": "Select-module__hop-Select--fluid___c1MWZ", "hop-Select__label": "Select-module__hop-Select__label___ilkNV", "hop-Select__button": "Select-module__hop-Select__button___pK9xm", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___w5lMp", "hop-Select__button--md": "Select-module__hop-Select__button--md___uLfSX", "hop-Select__prefix": "Select-module__hop-Select__prefix___4J25t", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___CZfeR", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___k9IKq", "hop-Select__error-message": "Select-module__hop-Select__error-message___MaHgo" };
426
+ var Select_module_default = { "hop-Select": "Select-module__hop-Select___72t6b", "hop-Select--fluid": "Select-module__hop-Select--fluid___uvqu7", "hop-Select__label": "Select-module__hop-Select__label___KfPsT", "hop-Select__button": "Select-module__hop-Select__button___1acb0", "hop-Select__button--sm": "Select-module__hop-Select__button--sm___EMqHq", "hop-Select__button--md": "Select-module__hop-Select__button--md___4NQkN", "hop-Select__prefix": "Select-module__hop-Select__prefix___L0TQM", "hop-Select__button-icon": "Select-module__hop-Select__button-icon___urNie", "hop-Select__helper-message": "Select-module__hop-Select__helper-message___h9cKu", "hop-Select__error-message": "Select-module__hop-Select__error-message___UUsdD" };
427
427
  var GlobalSelectCssSelector = "hop-Select";
428
428
  function Select(props, ref) {
429
429
  var _a, _b, _c, _d;
@@ -533,12 +533,12 @@ function Select(props, ref) {
533
533
  return /* @__PURE__ */ jsx(
534
534
  Select$1,
535
535
  {
536
- ...otherProps,
537
536
  ref,
538
537
  className: classNames,
539
538
  style,
540
539
  isInvalid,
541
540
  isRequired,
541
+ ...otherProps,
542
542
  children: (selectRenderProps) => {
543
543
  const { isOpen } = selectRenderProps;
544
544
  const ButtonIcon = isOpen ? AngleUpIcon : AngleDownIcon;
@@ -1015,7 +1015,7 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
1015
1015
  }
1016
1016
 
1017
1017
  // css-module:./Popover.module.css#css-module
1018
- var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___cxVHL", "fade": "Popover-module__fade___-2rHH", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___r0Cbk", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___scmTz", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___uOuRM", "hop-Popover__title": "Popover-module__hop-Popover__title___a35ey", "hop-Popover__content": "Popover-module__hop-Popover__content___igJi2", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___qusjL", "hop-Popover__footer": "Popover-module__hop-Popover__footer___WzVZK", "hop-Popover__actions": "Popover-module__hop-Popover__actions___qun--", "hop-Popover__action": "Popover-module__hop-Popover__action___Dx2Yy" };
1018
+ var Popover_module_default = { "hop-Popover": "Popover-module__hop-Popover___O1hxD", "fade": "Popover-module__fade___M6MSl", "hop-Popover__wrapper": "Popover-module__hop-Popover__wrapper___FiFqq", "hop-Popover__dialog": "Popover-module__hop-Popover__dialog___EdxN2", "hop-Popover__dropdown": "Popover-module__hop-Popover__dropdown___0n3T8", "hop-Popover__title": "Popover-module__hop-Popover__title___XeW0X", "hop-Popover__content": "Popover-module__hop-Popover__content___MK7yG", "hop-Popover__list-box": "Popover-module__hop-Popover__list-box___x9aN4", "hop-Popover__footer": "Popover-module__hop-Popover__footer___W8Uyh", "hop-Popover__actions": "Popover-module__hop-Popover__actions___aydxV", "hop-Popover__action": "Popover-module__hop-Popover__action___N2C1w" };
1019
1019
  var GlobalPopoverCssSelector = "hop-Popover";
1020
1020
  function Popover(props, ref) {
1021
1021
  var _a;
@@ -1068,7 +1068,6 @@ function Popover(props, ref) {
1068
1068
  return /* @__PURE__ */ jsx(
1069
1069
  Popover$1,
1070
1070
  {
1071
- ...otherProps,
1072
1071
  offset,
1073
1072
  ref,
1074
1073
  className: popoverClassNames,
@@ -1077,6 +1076,7 @@ function Popover(props, ref) {
1077
1076
  containerPadding,
1078
1077
  style,
1079
1078
  placement,
1079
+ ...otherProps,
1080
1080
  children: (state) => {
1081
1081
  const content = isFunction(children) && !isNil(children) ? children(state) : children;
1082
1082
  if (isNonDialog) {
@@ -1,9 +1,9 @@
1
1
  import { CheckboxGroupContext } from './chunk-N7YDPVZL.js';
2
2
  import { CheckboxFieldContext } from './chunk-ZGNK4GWA.js';
3
3
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
4
- import { _Label } from './chunk-TYVU3UXB.js';
5
- import { _ErrorMessage } from './chunk-7QM2UR6P.js';
6
- import { _HelperMessage } from './chunk-ZONJLY6Q.js';
4
+ import { _Label } from './chunk-J4ZUH2ZP.js';
5
+ import { _HelperMessage } from './chunk-4I7NFPPR.js';
6
+ import { _ErrorMessage } from './chunk-NE3BRLPL.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
8
  import { SlotProvider } from './chunk-M36KANKC.js';
9
9
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, CheckboxGroup as CheckboxGroup$1 }
14
14
  import { jsx, jsxs, Fragment } 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___8-1UV", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___vNpzd", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___KtODC", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___aXgc2", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___tp2Gx", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___poXFb", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___r-GtV", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___hkbww", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___8zmyK" };
17
+ var CheckboxGroup_module_default = { "hop-CheckboxGroup": "CheckboxGroup-module__hop-CheckboxGroup___X-6sg", "hop-CheckboxGroup--bordered": "CheckboxGroup-module__hop-CheckboxGroup--bordered___yA6E9", "hop-CheckboxGroup--sm": "CheckboxGroup-module__hop-CheckboxGroup--sm___BstbL", "hop-CheckboxGroup--md": "CheckboxGroup-module__hop-CheckboxGroup--md___2zXzO", "hop-CheckboxGroup__label": "CheckboxGroup-module__hop-CheckboxGroup__label___8Jqaj", "hop-CheckboxGroup__list": "CheckboxGroup-module__hop-CheckboxGroup__list___SjyMO", "hop-CheckboxGroup__checkbox": "CheckboxGroup-module__hop-CheckboxGroup__checkbox___NLxyv", "hop-CheckboxGroup__error-message": "CheckboxGroup-module__hop-CheckboxGroup__error-message___Va7KG", "hop-CheckboxGroup__helper-message": "CheckboxGroup-module__hop-CheckboxGroup__helper-message___Wc45V" };
18
18
  var GlobalCheckboxGroupCssSelector = "hop-CheckboxGroup";
19
19
  function CheckboxGroup(props, ref) {
20
20
  var _a, _b, _c;
@@ -1,5 +1,5 @@
1
1
  import { useLocalizedString } from './chunk-TFVDF4YH.js';
2
- import { _Text } from './chunk-Z7I4MQYQ.js';
2
+ import { _Text } from './chunk-QXOFUM6L.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___blMHv" };
13
+ var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___YViSX" };
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, Heading as Heading$1 } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Heading.module.css#css-module
10
- var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___e-LY8", "hop-Heading--xs": "Heading-module__hop-Heading--xs___USrct", "hop-Heading--sm": "Heading-module__hop-Heading--sm___K-xvf", "hop-Heading--md": "Heading-module__hop-Heading--md___n0RQU", "hop-Heading--lg": "Heading-module__hop-Heading--lg___3YKmE", "hop-Heading--xl": "Heading-module__hop-Heading--xl___ndY7q", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___jzYxS", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___0Wg0f" };
10
+ var Heading_module_default = { "hop-Heading": "Heading-module__hop-Heading___X8wl8", "hop-Heading--xs": "Heading-module__hop-Heading--xs___OC9ge", "hop-Heading--sm": "Heading-module__hop-Heading--sm___UwKLg", "hop-Heading--md": "Heading-module__hop-Heading--md___tD3xJ", "hop-Heading--lg": "Heading-module__hop-Heading--lg___UoPkq", "hop-Heading--xl": "Heading-module__hop-Heading--xl___XkhtN", "hop-Heading--2xl": "Heading-module__hop-Heading--2xl___rre1D", "hop-Heading--3xl": "Heading-module__hop-Heading--3xl___8MHK7" };
11
11
  var GlobalHeadingCssSelector = "hop-Heading";
12
12
  function Heading(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, HeadingContext);
@@ -31,10 +31,10 @@ function Heading(props, ref) {
31
31
  return /* @__PURE__ */ jsx(
32
32
  Heading$1,
33
33
  {
34
- ...otherProps,
35
34
  ref,
36
35
  className: classNames,
37
36
  style: mergedStyles,
37
+ ...otherProps,
38
38
  children
39
39
  }
40
40
  );