@hopper-ui/components 1.4.6 → 1.4.8

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 (325) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/Accordion/src/Accordion.css +68 -68
  3. package/dist/Accordion/src/Accordion.js +3 -3
  4. package/dist/Accordion/src/index.css +68 -68
  5. package/dist/Accordion/src/index.js +3 -3
  6. package/dist/Avatar/src/AnonymousAvatar.css +38 -38
  7. package/dist/Avatar/src/AnonymousAvatar.js +3 -3
  8. package/dist/Avatar/src/Avatar.css +56 -56
  9. package/dist/Avatar/src/Avatar.js +5 -5
  10. package/dist/Avatar/src/DeletedAvatar.css +38 -38
  11. package/dist/Avatar/src/DeletedAvatar.js +3 -3
  12. package/dist/Avatar/src/RichIconAvatarImage.css +38 -38
  13. package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
  14. package/dist/Avatar/src/index.css +56 -56
  15. package/dist/Avatar/src/index.js +7 -7
  16. package/dist/Badge/src/Badge.css +43 -43
  17. package/dist/Badge/src/Badge.js +3 -3
  18. package/dist/Badge/src/FloatingBadge.css +38 -38
  19. package/dist/Badge/src/FloatingBadge.js +2 -2
  20. package/dist/Badge/src/index.css +53 -53
  21. package/dist/Badge/src/index.js +5 -5
  22. package/dist/Callout/src/Callout.css +1649 -0
  23. package/dist/Callout/src/Callout.d.ts +38 -0
  24. package/dist/Callout/src/Callout.js +30 -0
  25. package/dist/Callout/src/CalloutContext.d.ts +10 -0
  26. package/dist/Callout/src/CalloutContext.js +2 -0
  27. package/dist/Callout/src/CompactCallout.css +1750 -0
  28. package/dist/Callout/src/CompactCallout.d.ts +18 -0
  29. package/dist/Callout/src/CompactCallout.js +31 -0
  30. package/dist/Callout/src/CompactCalloutContext.d.ts +11 -0
  31. package/dist/Callout/src/CompactCalloutContext.js +2 -0
  32. package/dist/Callout/src/index.css +1835 -0
  33. package/dist/Callout/src/index.d.ts +9 -0
  34. package/dist/Callout/src/index.js +33 -0
  35. package/dist/Card/src/Card.css +31 -31
  36. package/dist/Card/src/Card.js +1 -1
  37. package/dist/Card/src/index.css +31 -31
  38. package/dist/Card/src/index.js +1 -1
  39. package/dist/ComboBox/src/ComboBox.css +3200 -2838
  40. package/dist/ComboBox/src/ComboBox.d.ts +6 -6
  41. package/dist/ComboBox/src/ComboBox.js +28 -25
  42. package/dist/ComboBox/src/ComboBoxContext.d.ts +3 -2
  43. package/dist/ComboBox/src/index.css +3200 -2838
  44. package/dist/ComboBox/src/index.d.ts +4 -3
  45. package/dist/ComboBox/src/index.js +28 -25
  46. package/dist/Disclosure/src/Disclosure.css +38 -38
  47. package/dist/Disclosure/src/Disclosure.js +3 -3
  48. package/dist/Disclosure/src/DisclosureHeader.css +45 -45
  49. package/dist/Disclosure/src/DisclosureHeader.js +10 -10
  50. package/dist/Disclosure/src/DisclosurePanel.css +38 -38
  51. package/dist/Disclosure/src/DisclosurePanel.js +9 -9
  52. package/dist/Disclosure/src/index.css +63 -63
  53. package/dist/Disclosure/src/index.js +14 -14
  54. package/dist/Divider/src/Divider.css +30 -30
  55. package/dist/Divider/src/Divider.js +1 -1
  56. package/dist/Divider/src/index.css +30 -30
  57. package/dist/Divider/src/index.js +1 -1
  58. package/dist/ErrorMessage/src/ErrorMessage.css +30 -30
  59. package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
  60. package/dist/ErrorMessage/src/index.css +30 -30
  61. package/dist/ErrorMessage/src/index.js +3 -3
  62. package/dist/Form/src/Form.css +28 -28
  63. package/dist/Form/src/Form.js +1 -1
  64. package/dist/Form/src/index.css +28 -28
  65. package/dist/Form/src/index.js +1 -1
  66. package/dist/HelperMessage/src/HelperMessage.css +30 -30
  67. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  68. package/dist/HelperMessage/src/index.css +30 -30
  69. package/dist/HelperMessage/src/index.js +2 -2
  70. package/dist/IconList/src/IconList.css +29 -29
  71. package/dist/IconList/src/IconList.js +1 -1
  72. package/dist/IconList/src/index.css +29 -29
  73. package/dist/IconList/src/index.js +1 -1
  74. package/dist/IllustratedMessage/src/IllustratedMessage.css +281 -269
  75. package/dist/IllustratedMessage/src/IllustratedMessage.js +2 -2
  76. package/dist/IllustratedMessage/src/index.css +281 -269
  77. package/dist/IllustratedMessage/src/index.js +2 -2
  78. package/dist/Image/src/Image.css +31 -31
  79. package/dist/Image/src/Image.js +1 -1
  80. package/dist/Image/src/SvgImage.css +29 -29
  81. package/dist/Image/src/SvgImage.js +1 -1
  82. package/dist/Image/src/index.css +32 -32
  83. package/dist/Image/src/index.js +2 -2
  84. package/dist/Link/src/Link.css +59 -59
  85. package/dist/Link/src/Link.js +8 -8
  86. package/dist/Link/src/index.css +59 -59
  87. package/dist/Link/src/index.js +8 -8
  88. package/dist/ListBox/src/ListBox.css +275 -275
  89. package/dist/ListBox/src/ListBox.js +14 -14
  90. package/dist/ListBox/src/ListBoxItem.css +263 -263
  91. package/dist/ListBox/src/ListBoxItem.js +12 -12
  92. package/dist/ListBox/src/ListBoxItemSkeleton.css +35 -35
  93. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  94. package/dist/ListBox/src/index.css +275 -275
  95. package/dist/ListBox/src/index.js +14 -14
  96. package/dist/SegmentedControl/src/SegmentedControl.css +29 -29
  97. package/dist/SegmentedControl/src/SegmentedControl.js +1 -1
  98. package/dist/SegmentedControl/src/SegmentedControlItem.css +43 -43
  99. package/dist/SegmentedControl/src/SegmentedControlItem.js +7 -7
  100. package/dist/SegmentedControl/src/index.css +44 -44
  101. package/dist/SegmentedControl/src/index.d.ts +2 -0
  102. package/dist/SegmentedControl/src/index.js +10 -10
  103. package/dist/Select/src/Select.css +587 -575
  104. package/dist/Select/src/Select.js +26 -26
  105. package/dist/Select/src/SelectValue.css +62 -62
  106. package/dist/Select/src/SelectValue.js +8 -8
  107. package/dist/Select/src/index.css +587 -575
  108. package/dist/Select/src/index.js +26 -26
  109. package/dist/Spinner/src/Spinner.css +38 -38
  110. package/dist/Spinner/src/Spinner.js +2 -2
  111. package/dist/Spinner/src/index.css +38 -38
  112. package/dist/Spinner/src/index.js +2 -2
  113. package/dist/Tile/src/Tile.css +326 -0
  114. package/dist/Tile/src/Tile.d.ts +20 -0
  115. package/dist/Tile/src/Tile.js +19 -0
  116. package/dist/Tile/src/TileContext.d.ts +9 -0
  117. package/dist/Tile/src/TileContext.js +2 -0
  118. package/dist/Tile/src/TileGroup.css +241 -0
  119. package/dist/Tile/src/TileGroup.d.ts +30 -0
  120. package/dist/Tile/src/TileGroup.js +6 -0
  121. package/dist/Tile/src/TileGroupContext.d.ts +8 -0
  122. package/dist/Tile/src/TileGroupContext.js +2 -0
  123. package/dist/Tile/src/index.css +334 -0
  124. package/dist/Tile/src/index.d.ts +7 -0
  125. package/dist/Tile/src/index.js +21 -0
  126. package/dist/ToggleArrow/src/ToggleArrow.css +30 -30
  127. package/dist/ToggleArrow/src/ToggleArrow.js +1 -1
  128. package/dist/ToggleArrow/src/index.css +30 -30
  129. package/dist/ToggleArrow/src/index.js +1 -1
  130. package/dist/buttons/src/Button.css +94 -94
  131. package/dist/buttons/src/Button.js +10 -10
  132. package/dist/buttons/src/ButtonGroup.css +39 -39
  133. package/dist/buttons/src/ButtonGroup.js +1 -1
  134. package/dist/buttons/src/ClearButton.css +99 -99
  135. package/dist/buttons/src/ClearButton.d.ts +12 -5
  136. package/dist/buttons/src/ClearButton.js +4 -4
  137. package/dist/buttons/src/ClearButtonContext.d.ts +2 -4
  138. package/dist/buttons/src/CloseButton.css +679 -0
  139. package/dist/buttons/src/CloseButton.d.ts +18 -0
  140. package/dist/buttons/src/CloseButton.js +27 -0
  141. package/dist/buttons/src/CloseButtonContext.d.ts +13 -0
  142. package/dist/buttons/src/CloseButtonContext.js +2 -0
  143. package/dist/buttons/src/EmbeddedButton.css +99 -99
  144. package/dist/buttons/src/EmbeddedButton.d.ts +27 -7
  145. package/dist/buttons/src/EmbeddedButton.js +1 -1
  146. package/dist/buttons/src/EmbeddedButtonContext.d.ts +1 -4
  147. package/dist/buttons/src/LinkButton.css +103 -103
  148. package/dist/buttons/src/LinkButton.js +8 -8
  149. package/dist/buttons/src/index.css +262 -250
  150. package/dist/buttons/src/index.d.ts +4 -1
  151. package/dist/buttons/src/index.js +17 -15
  152. package/dist/checkbox/src/Checkbox.css +47 -47
  153. package/dist/checkbox/src/Checkbox.js +8 -8
  154. package/dist/checkbox/src/CheckboxField.css +34 -34
  155. package/dist/checkbox/src/CheckboxField.js +4 -4
  156. package/dist/checkbox/src/CheckboxGroup.css +99 -99
  157. package/dist/checkbox/src/CheckboxGroup.js +9 -9
  158. package/dist/checkbox/src/DecorativeCheckbox.css +55 -55
  159. package/dist/checkbox/src/DecorativeCheckbox.js +9 -9
  160. package/dist/checkbox/src/index.css +99 -99
  161. package/dist/checkbox/src/index.js +16 -16
  162. package/dist/{chunk-NH3IVMXB.js → chunk-2NSUMKNH.js} +1 -1
  163. package/dist/chunk-3MTGAZ77.js +7 -0
  164. package/dist/{chunk-FQHHLFAB.js → chunk-53WBWLKL.js} +12 -11
  165. package/dist/chunk-56WMYNUD.js +79 -0
  166. package/dist/{chunk-73CBNN4K.js → chunk-5TGWIM5C.js} +16 -14
  167. package/dist/{chunk-OUGECIOS.js → chunk-6CVROWNN.js} +2 -2
  168. package/dist/{chunk-67VFL63C.js → chunk-725VVVMA.js} +1 -1
  169. package/dist/{chunk-OMGZXRVE.js → chunk-72CSHV4D.js} +6 -6
  170. package/dist/{chunk-TFVDF4YH.js → chunk-75DHKNW2.js} +2 -0
  171. package/dist/chunk-7HIGRTLG.js +34 -0
  172. package/dist/{chunk-ZLWJJVD3.js → chunk-7JQJ5U7J.js} +1 -1
  173. package/dist/{chunk-Q5WT3U7W.js → chunk-7SMF3TO5.js} +2 -2
  174. package/dist/{chunk-OUTV4GW4.js → chunk-AD5GQ24L.js} +1 -1
  175. package/dist/{chunk-GK7I65BF.js → chunk-B7MWXJWS.js} +2 -2
  176. package/dist/{chunk-X5H6RCTP.js → chunk-BPO44JV2.js} +4 -4
  177. package/dist/{chunk-XE6JG2MF.js → chunk-CKH5EUEC.js} +3 -3
  178. package/dist/{chunk-JELBOYLB.js → chunk-CYICQ2TZ.js} +1 -1
  179. package/dist/{chunk-RTB477QF.js → chunk-CZRMFNRT.js} +3 -3
  180. package/dist/{chunk-KUBUEVXB.js → chunk-EZF74GSX.js} +2 -2
  181. package/dist/chunk-EZXZMHPJ.js +77 -0
  182. package/dist/chunk-F6D7LSXZ.js +73 -0
  183. package/dist/{chunk-25APP2V4.js → chunk-F6NQHY35.js} +1 -1
  184. package/dist/{chunk-5OS5HF6G.js → chunk-GOY3T3HI.js} +3 -3
  185. package/dist/chunk-GRCAVJC6.js +7 -0
  186. package/dist/{chunk-5CW3ZTUM.js → chunk-GZYLFGDT.js} +4 -4
  187. package/dist/{chunk-C67PNOQX.js → chunk-I2LTZFXN.js} +3 -3
  188. package/dist/{chunk-X7QAJPWB.js → chunk-IMUQCB4Q.js} +2 -2
  189. package/dist/{chunk-BQZSLU4S.js → chunk-IYT75GWO.js} +2 -2
  190. package/dist/chunk-JTNKUYE5.js +8 -0
  191. package/dist/{chunk-3AB3J5EP.js → chunk-JZ4LJ4M4.js} +4 -4
  192. package/dist/{chunk-BQJA5YLU.js → chunk-KFH2WZVX.js} +7 -7
  193. package/dist/{chunk-MISFLYHH.js → chunk-KIQW5BE4.js} +3 -3
  194. package/dist/{chunk-IFQPPUVZ.js → chunk-KVJHBVJU.js} +51 -72
  195. package/dist/{chunk-XQIEHXUJ.js → chunk-KW6WJUD5.js} +4 -4
  196. package/dist/{chunk-DCIGY462.js → chunk-M35EMGMO.js} +1 -1
  197. package/dist/{chunk-ULU4LXYF.js → chunk-ML4JW4EF.js} +17 -25
  198. package/dist/chunk-MM2SG6JU.js +75 -0
  199. package/dist/{chunk-YKHKR2GB.js → chunk-N455JVEG.js} +4 -4
  200. package/dist/chunk-NHKYEZTW.js +56 -0
  201. package/dist/{chunk-E74QE424.js → chunk-NIOF2SKT.js} +2 -2
  202. package/dist/{chunk-6I4ZCACA.js → chunk-NXT7EAML.js} +3 -3
  203. package/dist/chunk-NZ4VFVXA.js +7 -0
  204. package/dist/{chunk-3HGZNFEQ.js → chunk-OSGTA6DG.js} +1 -1
  205. package/dist/{chunk-56QFPH7A.js → chunk-PAVQC74G.js} +1 -1
  206. package/dist/{chunk-YA5VMTPD.js → chunk-PXOVV47X.js} +2 -2
  207. package/dist/{chunk-DW26OLDB.js → chunk-Q5XBTXXT.js} +7 -7
  208. package/dist/{chunk-LULTNKIP.js → chunk-QOFWY452.js} +3 -3
  209. package/dist/{chunk-SUB3BVYD.js → chunk-QR6WDDBN.js} +2 -2
  210. package/dist/{chunk-LLEWW4UQ.js → chunk-QVXYZX5B.js} +1 -1
  211. package/dist/chunk-RBWFFWIG.js +7 -0
  212. package/dist/{chunk-LUC6XJU7.js → chunk-RZG5PUET.js} +11 -11
  213. package/dist/{chunk-D4CWHBFC.js → chunk-S4VWM2B6.js} +29 -17
  214. package/dist/{chunk-YAK3UMON.js → chunk-SRMMLWHK.js} +1 -1
  215. package/dist/chunk-SSV5APP2.js +118 -0
  216. package/dist/{chunk-CPI34H7R.js → chunk-TMVLBCMF.js} +3 -3
  217. package/dist/{chunk-P63VMXVG.js → chunk-U2E2PK7O.js} +4 -4
  218. package/dist/{chunk-WN3TGQHF.js → chunk-UC2WGSJH.js} +13 -13
  219. package/dist/{chunk-4WKUWT6B.js → chunk-UIG77WBM.js} +6 -6
  220. package/dist/{chunk-SC6GOFII.js → chunk-UXCNMI34.js} +3 -3
  221. package/dist/{chunk-VUDALBYV.js → chunk-UXGG4SUH.js} +1 -1
  222. package/dist/{chunk-OT3SSSAN.js → chunk-VFZ2K6U6.js} +2 -2
  223. package/dist/{chunk-B22BEVRV.js → chunk-VHVRECJY.js} +6 -6
  224. package/dist/{chunk-M5Q2CFRQ.js → chunk-VOXZA4YS.js} +1 -1
  225. package/dist/{chunk-EOES5IUI.js → chunk-W2TEMTXK.js} +1 -1
  226. package/dist/{chunk-QZL7DSHL.js → chunk-WNFSIU36.js} +4 -4
  227. package/dist/{chunk-AZBN2SOE.js → chunk-XV2C6MXF.js} +9 -9
  228. package/dist/{chunk-LPKBOHFG.js → chunk-YHRCBRDZ.js} +2 -2
  229. package/dist/{chunk-ZXHTDMQB.js → chunk-YMQMJAC4.js} +3 -3
  230. package/dist/{chunk-5DW5MIOP.js → chunk-YP2IQM4Y.js} +3 -3
  231. package/dist/{chunk-4PZCXSIJ.js → chunk-Z2SUHJJH.js} +4 -4
  232. package/dist/{chunk-BOOMSDK7.js → chunk-Z7ORLEY6.js} +1 -1
  233. package/dist/{chunk-NKCDMR4Y.js → chunk-ZJBNVQTB.js} +1 -3
  234. package/dist/{chunk-O2YRPX5E.js → chunk-ZMNX5LVE.js} +2 -2
  235. package/dist/i18n/src/index.js +1 -1
  236. package/dist/i18n/src/useLocalizedString.js +1 -1
  237. package/dist/index.css +1636 -1563
  238. package/dist/index.d.ts +14 -4
  239. package/dist/index.js +94 -88
  240. package/dist/inputs/src/Input.css +302 -0
  241. package/dist/inputs/src/Input.d.ts +15 -0
  242. package/dist/inputs/src/Input.js +3 -0
  243. package/dist/inputs/src/InputGroup.css +47 -1471
  244. package/dist/inputs/src/InputGroup.d.ts +1 -18
  245. package/dist/inputs/src/InputGroup.js +1 -3
  246. package/dist/inputs/src/InputGroupContext.d.ts +0 -2
  247. package/dist/inputs/src/NumberField.css +130 -1514
  248. package/dist/inputs/src/NumberField.js +13 -14
  249. package/dist/inputs/src/PasswordField.css +357 -379
  250. package/dist/inputs/src/PasswordField.d.ts +4 -4
  251. package/dist/inputs/src/PasswordField.js +14 -13
  252. package/dist/inputs/src/PasswordFieldContext.d.ts +2 -2
  253. package/dist/inputs/src/RemainingCharacterCount.css +31 -31
  254. package/dist/inputs/src/RemainingCharacterCount.js +8 -8
  255. package/dist/inputs/src/SearchField.css +361 -385
  256. package/dist/inputs/src/SearchField.d.ts +2 -2
  257. package/dist/inputs/src/SearchField.js +16 -15
  258. package/dist/inputs/src/SearchFieldContext.d.ts +2 -2
  259. package/dist/inputs/src/TextArea.css +122 -1486
  260. package/dist/inputs/src/TextArea.js +12 -13
  261. package/dist/inputs/src/TextField.css +359 -383
  262. package/dist/inputs/src/TextField.js +18 -17
  263. package/dist/inputs/src/index.css +636 -627
  264. package/dist/inputs/src/index.d.ts +4 -3
  265. package/dist/inputs/src/index.js +23 -23
  266. package/dist/overlays/Popover/src/Popover.css +563 -551
  267. package/dist/overlays/Popover/src/Popover.js +10 -10
  268. package/dist/overlays/Popover/src/index.css +563 -551
  269. package/dist/overlays/Popover/src/index.js +10 -10
  270. package/dist/radio/src/DecorativeRadio.css +55 -55
  271. package/dist/radio/src/DecorativeRadio.js +9 -9
  272. package/dist/radio/src/Radio.css +47 -47
  273. package/dist/radio/src/Radio.js +8 -8
  274. package/dist/radio/src/RadioField.css +34 -34
  275. package/dist/radio/src/RadioField.js +3 -3
  276. package/dist/radio/src/RadioGroup.css +99 -99
  277. package/dist/radio/src/RadioGroup.js +9 -9
  278. package/dist/radio/src/index.css +99 -99
  279. package/dist/radio/src/index.js +16 -16
  280. package/dist/switch/src/Switch.css +44 -44
  281. package/dist/switch/src/Switch.js +8 -8
  282. package/dist/switch/src/SwitchField.css +34 -34
  283. package/dist/switch/src/SwitchField.js +4 -4
  284. package/dist/switch/src/index.css +50 -50
  285. package/dist/switch/src/index.js +11 -11
  286. package/dist/tag/src/Tag.css +403 -391
  287. package/dist/tag/src/Tag.d.ts +46 -5
  288. package/dist/tag/src/Tag.js +12 -12
  289. package/dist/tag/src/TagContext.d.ts +3 -1
  290. package/dist/tag/src/TagGroup.css +38 -38
  291. package/dist/tag/src/TagGroup.d.ts +3 -1
  292. package/dist/tag/src/TagGroup.js +9 -9
  293. package/dist/tag/src/TagGroupContext.d.ts +3 -1
  294. package/dist/tag/src/index.css +413 -401
  295. package/dist/tag/src/index.d.ts +3 -1
  296. package/dist/tag/src/index.js +18 -18
  297. package/dist/typography/Heading/src/Heading.css +28 -28
  298. package/dist/typography/Heading/src/Heading.js +1 -1
  299. package/dist/typography/Heading/src/index.css +28 -28
  300. package/dist/typography/Heading/src/index.js +1 -1
  301. package/dist/typography/Label/src/Label.css +28 -28
  302. package/dist/typography/Label/src/Label.js +3 -3
  303. package/dist/typography/Label/src/index.css +28 -28
  304. package/dist/typography/Label/src/index.js +3 -3
  305. package/dist/typography/OverlineText/src/OverlineText.css +28 -28
  306. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  307. package/dist/typography/OverlineText/src/index.css +28 -28
  308. package/dist/typography/OverlineText/src/index.js +1 -1
  309. package/dist/typography/Text/src/Text.css +28 -28
  310. package/dist/typography/Text/src/Text.js +1 -1
  311. package/dist/typography/Text/src/index.css +28 -28
  312. package/dist/typography/Text/src/index.js +1 -1
  313. package/dist/utils/src/EnsureTextWrapper.css +28 -28
  314. package/dist/utils/src/EnsureTextWrapper.js +7 -7
  315. package/dist/utils/src/index.css +28 -28
  316. package/dist/utils/src/index.d.ts +0 -1
  317. package/dist/utils/src/index.js +9 -10
  318. package/dist/utils/src/types.d.ts +1 -1
  319. package/dist/utils/src/useRenderProps.js +1 -1
  320. package/package.json +2 -2
  321. package/dist/ClearButton-wcnm_ugx.d.ts +0 -80
  322. package/dist/chunk-MTDFS4CZ.js +0 -12
  323. package/dist/chunk-X7PEWS4A.js +0 -102
  324. package/dist/utils/src/useScale.d.ts +0 -11
  325. package/dist/utils/src/useScale.js +0 -2
@@ -0,0 +1,73 @@
1
+ import { InputGroupContext } from './chunk-6BFSSZCY.js';
2
+ import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
3
+ import { cssModule } from './chunk-KVDXQMWI.js';
4
+ import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
5
+ import { forwardRef, useContext } from 'react';
6
+ import { useContextProps, FieldErrorContext, composeRenderProps, Group } from 'react-aria-components';
7
+ import { jsx } from 'react/jsx-runtime';
8
+
9
+ // css-module:./InputGroup.module.css#css-module
10
+ var InputGroup_module_default = { "hop-InputGroup": "InputGroup-module__hop-InputGroup___-SLz7", "hop-InputGroup--fluid": "InputGroup-module__hop-InputGroup--fluid___Ev-PS" };
11
+ var GlobalInputGroupCssSelector = "hop-InputGroup";
12
+ function InputGroup(props, ref) {
13
+ var _a;
14
+ [props, ref] = useContextProps(props, ref, InputGroupContext);
15
+ const { stylingProps, ...ownProps } = useStyledSystem(props);
16
+ const {
17
+ className,
18
+ style: styleProp,
19
+ children,
20
+ isFluid: isFluidProp,
21
+ isInvalid,
22
+ ...otherProps
23
+ } = ownProps;
24
+ const isFluid = (_a = useResponsiveValue(isFluidProp)) != null ? _a : false;
25
+ const classNames = composeClassnameRenderProps(
26
+ className,
27
+ GlobalInputGroupCssSelector,
28
+ cssModule(
29
+ InputGroup_module_default,
30
+ "hop-InputGroup",
31
+ isFluid && "fluid"
32
+ ),
33
+ stylingProps.className
34
+ );
35
+ const validation = useContext(FieldErrorContext);
36
+ const style = composeRenderProps(styleProp, (prev) => {
37
+ return {
38
+ ...stylingProps.style,
39
+ ...prev
40
+ };
41
+ });
42
+ const handlePointerUp = (e) => {
43
+ var _a2;
44
+ if (e.pointerType !== "mouse" && !e.target.closest("button,input,textarea")) {
45
+ e.preventDefault();
46
+ (_a2 = e.currentTarget.querySelector("input")) == null ? void 0 : _a2.focus();
47
+ }
48
+ };
49
+ const handlePointerDown = (e) => {
50
+ var _a2;
51
+ if (e.pointerType === "mouse" && !e.target.closest("button,input,textarea")) {
52
+ e.preventDefault();
53
+ (_a2 = e.currentTarget.querySelector("input")) == null ? void 0 : _a2.focus();
54
+ }
55
+ };
56
+ return /* @__PURE__ */ jsx(
57
+ Group,
58
+ {
59
+ isInvalid: (validation == null ? void 0 : validation.isInvalid) || isInvalid,
60
+ onPointerDown: handlePointerDown,
61
+ onPointerUp: handlePointerUp,
62
+ ref,
63
+ className: classNames,
64
+ style,
65
+ ...otherProps,
66
+ children
67
+ }
68
+ );
69
+ }
70
+ var _InputGroup = forwardRef(InputGroup);
71
+ _InputGroup.displayName = "InputGroup";
72
+
73
+ export { GlobalInputGroupCssSelector, _InputGroup };
@@ -7,7 +7,7 @@ import { useContextProps } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Card.module.css#css-module
10
- var Card_module_default = { "hop-Card": "Card-module__hop-Card___PMTJ7", "hop-Card--main": "Card-module__hop-Card--main___MTrHp", "hop-Card--second-level": "Card-module__hop-Card--second-level___XhyVL" };
10
+ var Card_module_default = { "hop-Card": "Card-module__hop-Card___3Ch3G", "hop-Card--main": "Card-module__hop-Card--main___SonMh", "hop-Card--second-level": "Card-module__hop-Card--second-level___8Vy6g" };
11
11
  var GlobalCardCssSelector = "hop-Card";
12
12
  var Card = (props, ref) => {
13
13
  [props, ref] = useContextProps(props, ref, CardContext);
@@ -1,7 +1,7 @@
1
- import { _OverlineText } from './chunk-JELBOYLB.js';
1
+ import { _OverlineText } from './chunk-CYICQ2TZ.js';
2
2
  import { BadgeContext } from './chunk-CQDLZ42T.js';
3
3
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
4
- import { useRenderProps } from './chunk-NH3IVMXB.js';
4
+ import { useRenderProps } from './chunk-2NSUMKNH.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { cssModule } from './chunk-KVDXQMWI.js';
7
7
  import { slot, useStyledSystem } from '@hopper-ui/styled-system';
@@ -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___GtPpo", "hop-Badge--primary": "Badge-module__hop-Badge--primary___ddU6w", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___xJmEf", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___3Q33Y" };
26
+ var Badge_module_default = { "hop-Badge": "Badge-module__hop-Badge___qe0X9", "hop-Badge--primary": "Badge-module__hop-Badge--primary___-DNrq", "hop-Badge--secondary": "Badge-module__hop-Badge--secondary___dRkhc", "hop-Badge--subdued": "Badge-module__hop-Badge--subdued___Nk53Z" };
27
27
  var GlobalBadgeCssSelector = "hop-Badge";
28
28
  function Badge(props, ref) {
29
29
  [props, ref] = useContextProps(props, ref, BadgeContext);
@@ -0,0 +1,7 @@
1
+ import { createContext } from 'react';
2
+
3
+ // src/Callout/src/CompactCalloutContext.ts
4
+ var CompactCalloutContext = createContext({});
5
+ CompactCalloutContext.displayName = "CompactCalloutContext";
6
+
7
+ export { CompactCalloutContext };
@@ -1,7 +1,7 @@
1
+ import { _Text } from './chunk-Z7ORLEY6.js';
1
2
  import { useImageFallback } from './chunk-3ZCLNFNH.js';
2
- import { _Text } from './chunk-BOOMSDK7.js';
3
- import { _RichIconAvatarImage } from './chunk-X7QAJPWB.js';
4
- import { useRenderProps } from './chunk-NH3IVMXB.js';
3
+ import { _RichIconAvatarImage } from './chunk-IMUQCB4Q.js';
4
+ import { useRenderProps } from './chunk-2NSUMKNH.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { cssModule } from './chunk-KVDXQMWI.js';
7
7
  import { AvatarContext } from './chunk-AES7QBQE.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___n1IQc", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___f5N5A", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___v7K6i", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___A1PN5", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___uGNmN", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___tZ5x1", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___Ka-1M", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___Y2Df4", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___pETIu", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___Yst2J", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___JpA9N", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___zB1z8", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___tJzjt", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___VYdJv", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___UXSTu", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___7Q6M0", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___AB1rr" };
16
+ var Avatar_module_default = { "hop-Avatar": "Avatar-module__hop-Avatar___uaglU", "hop-Avatar--xs": "Avatar-module__hop-Avatar--xs___KT2Cs", "hop-Avatar--sm": "Avatar-module__hop-Avatar--sm___KOKG9", "hop-Avatar--md": "Avatar-module__hop-Avatar--md___s05cw", "hop-Avatar--lg": "Avatar-module__hop-Avatar--lg___ejJXn", "hop-Avatar--xl": "Avatar-module__hop-Avatar--xl___9iWCW", "hop-Avatar--2xl": "Avatar-module__hop-Avatar--2xl___bApAA", "hop-Avatar--decorative-option1": "Avatar-module__hop-Avatar--decorative-option1___wikqa", "hop-Avatar--decorative-option2": "Avatar-module__hop-Avatar--decorative-option2___bOBre", "hop-Avatar--decorative-option3": "Avatar-module__hop-Avatar--decorative-option3___0shrA", "hop-Avatar--decorative-option4": "Avatar-module__hop-Avatar--decorative-option4___x8O4c", "hop-Avatar--decorative-option5": "Avatar-module__hop-Avatar--decorative-option5___P3g-d", "hop-Avatar--decorative-option6": "Avatar-module__hop-Avatar--decorative-option6___qOLjq", "hop-Avatar--decorative-option7": "Avatar-module__hop-Avatar--decorative-option7___vWdmE", "hop-Avatar--decorative-option8": "Avatar-module__hop-Avatar--decorative-option8___9rdja", "hop-Avatar--decorative-option9": "Avatar-module__hop-Avatar--decorative-option9___YogVd", "hop-Avatar__image": "Avatar-module__hop-Avatar__image___gzGxH" };
17
17
  var GlobalAvatarCssSelector = "hop-Avatar";
18
18
  var AvatarToTextSizeAdapter = {
19
19
  xs: "xs",
@@ -1,6 +1,6 @@
1
1
  import { LabelContext } from './chunk-QCA3ZR56.js';
2
- import { useLocalizedString } from './chunk-TFVDF4YH.js';
3
- import { useFormProps } from './chunk-M5Q2CFRQ.js';
2
+ import { useLocalizedString } from './chunk-75DHKNW2.js';
3
+ import { useFormProps } from './chunk-VOXZA4YS.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { useStyledSystem } from '@hopper-ui/styled-system';
6
6
  import { filterDOMProps } from '@react-aria/utils';
@@ -10,7 +10,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
10
10
  import { jsx, jsxs } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./Label.module.css#css-module
13
- var Label_module_default = { "hop-Label": "Label-module__hop-Label___hi6n3", "hop-Label__indicator": "Label-module__hop-Label__indicator___dmiaC" };
13
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___fv4X4", "hop-Label__indicator": "Label-module__hop-Label__indicator___5kTP2" };
14
14
  var GlobalLabelCssSelector = "hop-Label";
15
15
  function Label(props, ref) {
16
16
  [props, ref] = useContextProps(props, ref, LabelContext);
@@ -1,5 +1,5 @@
1
1
  import { RichIconAvatarImageContext } from './chunk-JWW56J7M.js';
2
- import { useRenderProps } from './chunk-NH3IVMXB.js';
2
+ import { useRenderProps } from './chunk-2NSUMKNH.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
4
  import { SlotProvider } from './chunk-M36KANKC.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -11,7 +11,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./RichIconAvatarImage.module.css#css-module
14
- var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___6LGB6", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___xn-dJ", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___Aas-C", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___X5hpL", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___4Eow9", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___hvGig", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___3I6qV", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___wbYS2" };
14
+ var RichIconAvatarImage_module_default = { "hop-RichIconAvatarImage": "RichIconAvatarImage-module__hop-RichIconAvatarImage___0IsPN", "hop-RichIconAvatarImage--xs": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___DPIb2", "hop-RichIconAvatarImage--sm": "RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___PH9xm", "hop-RichIconAvatarImage--md": "RichIconAvatarImage-module__hop-RichIconAvatarImage--md___xQ8ur", "hop-RichIconAvatarImage--lg": "RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___KadVI", "hop-RichIconAvatarImage--xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___9KUqe", "hop-RichIconAvatarImage--2xl": "RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___zgLKn", "hop-RichIconAvatarImage__icon": "RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___2pOPp" };
15
15
  var GlobalRichIconAvatarImageCssSelector = "hop-RichIconAvatarImage";
16
16
  var AvatarToIconSizeAdapter = {
17
17
  xs: "md",
@@ -1,5 +1,5 @@
1
1
  import { SpinnerContext } from './chunk-4ZYV2XLW.js';
2
- import { _Text } from './chunk-BOOMSDK7.js';
2
+ import { _Text } from './chunk-Z7ORLEY6.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
@@ -9,7 +9,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
9
9
  import { jsx, jsxs } from 'react/jsx-runtime';
10
10
 
11
11
  // css-module:./Spinner.module.css#css-module
12
- var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___CE9PO", "spin": "Spinner-module__spin___PHhy2", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___oyy2U", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___FQE4Q", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___ecNMl", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___J800C", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___s6E6e", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___-tdyJ" };
12
+ var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___hkpDy", "spin": "Spinner-module__spin___N3YMK", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___kHuxY", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___zdnoq", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___brMOC", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___yu4cv", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___asRxx", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___nSWTU" };
13
13
  var GlobalSpinnerCssSelector = "hop-Spinner";
14
14
  var SpinnerToTextSizeAdapter = {
15
15
  sm: "xs",
@@ -0,0 +1,8 @@
1
+ import { createContext } from 'react';
2
+
3
+ // src/Tile/src/TileContext.ts
4
+ var TileContext = createContext({});
5
+ TileContext.displayName = "TileContext";
6
+ var InternalTileContext = createContext({});
7
+
8
+ export { InternalTileContext, TileContext };
@@ -1,7 +1,7 @@
1
- import { SwitchContext } from './chunk-YHBJAXUY.js';
2
1
  import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
3
- import { _Text } from './chunk-BOOMSDK7.js';
4
- import { useRenderProps } from './chunk-NH3IVMXB.js';
2
+ import { SwitchContext } from './chunk-YHBJAXUY.js';
3
+ import { _Text } from './chunk-Z7ORLEY6.js';
4
+ import { useRenderProps } from './chunk-2NSUMKNH.js';
5
5
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
7
7
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps } from 'react-aria-components';
13
13
  import { jsx, jsxs } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./SwitchField.module.css#css-module
16
- var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___Wgc7R", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___ut5Da", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___h6B4h", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___QIELB", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___3Zgtn" };
16
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___S4HCy", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___lVE-c", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___jTeoX", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___bkapL", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___K5lq-" };
17
17
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
18
18
  var SwitchToDescriptionSizeAdapter = {
19
19
  sm: "xs",
@@ -1,10 +1,10 @@
1
1
  import { useSlot } from './chunk-H5YTU3U7.js';
2
- import { _Spinner } from './chunk-BQZSLU4S.js';
3
- import { ButtonContext } from './chunk-WMTWFKKP.js';
2
+ import { _Spinner } from './chunk-IYT75GWO.js';
4
3
  import { IconListContext } from './chunk-DHVVYSLB.js';
5
- import { ensureTextWrapper } from './chunk-YAK3UMON.js';
6
- import { useLocalizedString } from './chunk-TFVDF4YH.js';
7
- import { useFormProps } from './chunk-M5Q2CFRQ.js';
4
+ import { ButtonContext } from './chunk-WMTWFKKP.js';
5
+ import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
6
+ import { useLocalizedString } from './chunk-75DHKNW2.js';
7
+ import { useFormProps } from './chunk-VOXZA4YS.js';
8
8
  import { TextContext } from './chunk-X6SER3TZ.js';
9
9
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
10
10
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -17,7 +17,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Button as Button$1 }
17
17
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
18
18
 
19
19
  // css-module:./Button.module.css#css-module
20
- var Button_module_default = { "hop-Button": "Button-module__hop-Button___NTFpr", "hop-Button--fluid": "Button-module__hop-Button--fluid___koaex", "hop-Button--sm": "Button-module__hop-Button--sm___Ovyb2", "hop-Button--md": "Button-module__hop-Button--md___i0loO", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___pUmd7", "hop-Button--primary": "Button-module__hop-Button--primary___Pm4Kg", "hop-Button--secondary": "Button-module__hop-Button--secondary___aXDWm", "hop-Button--upsell": "Button-module__hop-Button--upsell___Z1fpJ", "hop-Button--danger": "Button-module__hop-Button--danger___Gzic4", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___5O9QG", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___e0DRm", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___JU7M7", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___Y2HxQ", "hop-Button__icon": "Button-module__hop-Button__icon___iJr7x", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___JRDIl", "hop-Button__text": "Button-module__hop-Button__text___sKE6W", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___o0aoJ", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___-hxB-" };
20
+ var Button_module_default = { "hop-Button": "Button-module__hop-Button___Ojez3", "hop-Button--fluid": "Button-module__hop-Button--fluid___Dagxg", "hop-Button--sm": "Button-module__hop-Button--sm___GfzEN", "hop-Button--md": "Button-module__hop-Button--md___T0R4o", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___Tjy-f", "hop-Button--primary": "Button-module__hop-Button--primary___Z-C-k", "hop-Button--secondary": "Button-module__hop-Button--secondary___ddXsj", "hop-Button--upsell": "Button-module__hop-Button--upsell___GF-S1", "hop-Button--danger": "Button-module__hop-Button--danger___2bBxQ", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___HkCuf", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___Hxqok", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___yGySx", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___AYk-P", "hop-Button__icon": "Button-module__hop-Button__icon___VXnHZ", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___WxNSG", "hop-Button__text": "Button-module__hop-Button__text___1mYTK", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___h4k7L", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___OMSZ2" };
21
21
  var GlobalButtonCssSelector = "hop-Button";
22
22
  function Button(props, ref) {
23
23
  var _a, _b;
@@ -62,7 +62,7 @@ function Button(props, ref) {
62
62
  const children = composeRenderProps(childrenProp, (prev) => {
63
63
  return ensureTextWrapper(prev);
64
64
  });
65
- const { className: spinnerClassName, ...otherSpinnerProps } = spinnerProps || {};
65
+ const { className: spinnerClassName, ...otherSpinnerProps } = spinnerProps != null ? spinnerProps : {};
66
66
  const spinnerClassNames = clsx(Button_module_default["hop-Button__Spinner"], spinnerClassName);
67
67
  return /* @__PURE__ */ jsx(
68
68
  SlotProvider,
@@ -1,7 +1,7 @@
1
- import { ensureTextWrapper } from './chunk-YAK3UMON.js';
1
+ import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
2
2
  import { FormContext } from './chunk-Q7NXUUB3.js';
3
- import { DisclosureContext } from './chunk-MUAXK42C.js';
4
3
  import { DisclosurePanelContext } from './chunk-7CJXILRD.js';
4
+ import { DisclosureContext } from './chunk-MUAXK42C.js';
5
5
  import { TextContext } from './chunk-X6SER3TZ.js';
6
6
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
7
7
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -12,7 +12,7 @@ import { useContextProps, useSlottedContext, composeRenderProps, DisclosurePanel
12
12
  import { jsx } from 'react/jsx-runtime';
13
13
 
14
14
  // css-module:./DisclosurePanel.module.css#css-module
15
- var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___7aiDH", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___KH6L5", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___-UfxT", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___g-QEb" };
15
+ var DisclosurePanel_module_default = { "hop-DisclosurePanel": "DisclosurePanel-module__hop-DisclosurePanel___AyYRE", "hop-DisclosurePanel--inline": "DisclosurePanel-module__hop-DisclosurePanel--inline___6Xp8X", "hop-DisclosurePanel--disabled": "DisclosurePanel-module__hop-DisclosurePanel--disabled___mlVsm", "hop-DisclosurePanel__text": "DisclosurePanel-module__hop-DisclosurePanel__text___5O9-4" };
16
16
  var GlobalDisclosurePanelCssSelector = "hop-DisclosurePanel";
17
17
  function DisclosurePanel(props, ref) {
18
18
  [props, ref] = useContextProps(props, ref, DisclosurePanelContext);
@@ -1,14 +1,16 @@
1
- import { _Popover } from './chunk-YKHKR2GB.js';
1
+ import { _InputGroup } from './chunk-F6D7LSXZ.js';
2
+ import { InputContext, Input } from './chunk-7HIGRTLG.js';
3
+ import { _Popover } from './chunk-N455JVEG.js';
2
4
  import { _Footer } from './chunk-VOZN65OL.js';
3
5
  import { _ListBoxSection } from './chunk-DZJSSJVJ.js';
4
- import { _ListBox } from './chunk-QZL7DSHL.js';
5
- import { _ListBoxItem } from './chunk-DW26OLDB.js';
6
- import { _HelperMessage } from './chunk-OUGECIOS.js';
7
- import { _ErrorMessage } from './chunk-SC6GOFII.js';
8
- import { _ToggleArrow } from './chunk-EOES5IUI.js';
9
- import { ensureTextWrapper } from './chunk-YAK3UMON.js';
10
- import { _Label } from './chunk-C67PNOQX.js';
11
- import { useFormProps } from './chunk-M5Q2CFRQ.js';
6
+ import { _ListBox } from './chunk-WNFSIU36.js';
7
+ import { _ListBoxItem } from './chunk-Q5XBTXXT.js';
8
+ import { _HelperMessage } from './chunk-6CVROWNN.js';
9
+ import { _ErrorMessage } from './chunk-UXCNMI34.js';
10
+ import { _ToggleArrow } from './chunk-W2TEMTXK.js';
11
+ import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
12
+ import { _Label } from './chunk-I2LTZFXN.js';
13
+ import { useFormProps } from './chunk-VOXZA4YS.js';
12
14
  import { ComboBoxContext } from './chunk-4XHTP4GX.js';
13
15
  import { BadgeContext } from './chunk-CQDLZ42T.js';
14
16
  import { TextContext as TextContext$1 } from './chunk-X6SER3TZ.js';
@@ -20,11 +22,11 @@ import { IconContext } from '@hopper-ui/icons';
20
22
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
21
23
  import { useObjectRef, mergeRefs, useResizeObserver } from '@react-aria/utils';
22
24
  import { forwardRef, useRef, useState, useCallback } from 'react';
23
- import { useContextProps, useSlottedContext, InputContext, composeRenderProps, TextContext, ButtonContext, ComboBox as ComboBox$1, Group, Input, Button } from 'react-aria-components';
25
+ import { useContextProps, useSlottedContext, composeRenderProps, TextContext, ButtonContext, ComboBox as ComboBox$1, Button } from 'react-aria-components';
24
26
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
25
27
 
26
28
  // css-module:./ComboBox.module.css#css-module
27
- var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___QBKjM", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___XOIsB", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___MlvpP", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___6tb-G", "hop-ComboBox__trigger--sm": "ComboBox-module__hop-ComboBox__trigger--sm___o0OJH", "hop-ComboBox__trigger--md": "ComboBox-module__hop-ComboBox__trigger--md___Ljzzr", "hop-ComboBox__input": "ComboBox-module__hop-ComboBox__input___er6-0", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___FRlWD", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___0W0fg", "hop-ComboBox__button-icon": "ComboBox-module__hop-ComboBox__button-icon___5dInX", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___LizJI", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___jbGJS" };
29
+ var ComboBox_module_default = { "hop-ComboBox": "ComboBox-module__hop-ComboBox___fgbNY", "hop-ComboBox--fluid": "ComboBox-module__hop-ComboBox--fluid___H0DoH", "hop-ComboBox__label": "ComboBox-module__hop-ComboBox__label___Dphfc", "hop-ComboBox__trigger": "ComboBox-module__hop-ComboBox__trigger___RxhHZ", "hop-ComboBox__button": "ComboBox-module__hop-ComboBox__button___SOdje", "hop-ComboBox__prefix": "ComboBox-module__hop-ComboBox__prefix___nvDN8", "hop-ComboBox__helper-message": "ComboBox-module__hop-ComboBox__helper-message___8T3DF", "hop-ComboBox__error-message": "ComboBox-module__hop-ComboBox__error-message___RSeVN" };
28
30
  var GlobalComboBoxCssSelector = "hop-ComboBox";
29
31
  function ComboBox(props, ref) {
30
32
  var _a, _b, _c, _d, _e;
@@ -44,6 +46,7 @@ function ComboBox(props, ref) {
44
46
  errorMessage,
45
47
  footer,
46
48
  isAutoMenuWidth,
49
+ isDisabled,
47
50
  isFluid: isFluidProp,
48
51
  isInvalid,
49
52
  isLoading,
@@ -68,7 +71,6 @@ function ComboBox(props, ref) {
68
71
  const inputContext = useSlottedContext(InputContext);
69
72
  const mergedInputRefs = (inputContext == null ? void 0 : inputContext.ref) ? mergeRefs(inputRef, inputContext.ref) : inputRef;
70
73
  const triggerRef = useRef(null);
71
- const buttonRef = useRef(null);
72
74
  const [triggerWidth, setTriggerWidth] = useState(null);
73
75
  const onResize = useCallback(() => {
74
76
  if (triggerRef.current) {
@@ -79,12 +81,10 @@ function ComboBox(props, ref) {
79
81
  ref: triggerRef,
80
82
  onResize
81
83
  });
82
- const { stylingProps: triggerStylingProps, ...triggerOwnProps } = useStyledSystem(triggerProps != null ? triggerProps : {});
83
84
  const {
84
85
  className: triggerClassName,
85
- style: triggerStyleProp,
86
86
  ...otherTriggerProps
87
- } = triggerOwnProps;
87
+ } = triggerProps != null ? triggerProps : {};
88
88
  const {
89
89
  style: popoverStyleProp
90
90
  } = popoverProps != null ? popoverProps : {};
@@ -109,35 +109,19 @@ function ComboBox(props, ref) {
109
109
  ComboBox_module_default,
110
110
  "hop-ComboBox__trigger",
111
111
  size
112
- ),
113
- triggerStylingProps.className
114
- );
115
- const buttonClassNames = composeClassnameRenderProps(
116
- cssModule(
117
- ComboBox_module_default,
118
- "hop-ComboBox__button"
119
112
  )
120
113
  );
121
- const inputClassNames = composeClassnameRenderProps(
122
- inputContext == null ? void 0 : inputContext.className,
123
- ComboBox_module_default["hop-ComboBox__input"]
124
- );
125
114
  const style = composeRenderProps(styleProp, (prev) => {
126
115
  return {
127
116
  ...stylingProps.style,
128
117
  ...prev
129
118
  };
130
119
  });
131
- const triggerStyle = composeRenderProps(triggerStyleProp, (prev) => {
132
- return {
133
- ...triggerStylingProps.style,
134
- ...prev
135
- };
136
- });
137
120
  const popoverStyle = composeRenderProps(popoverStyleProp, (prev) => {
138
121
  return {
139
122
  ...prev,
140
123
  "--custom-trigger-width": triggerWidth
124
+ // TODO: declaring a variable here and using it in the Popover.module.css is a mistake.
141
125
  };
142
126
  });
143
127
  const footerMarkup = footer ? /* @__PURE__ */ jsx(
@@ -161,12 +145,6 @@ function ComboBox(props, ref) {
161
145
  )
162
146
  }
163
147
  ) : null;
164
- const handleMouseDown = useCallback((e) => {
165
- if (inputRef.current && e.target !== inputRef.current && buttonRef.current && e.target !== buttonRef.current) {
166
- inputRef.current.focus();
167
- e.preventDefault();
168
- }
169
- }, [inputRef]);
170
148
  const prefixMarkup = prefix ? /* @__PURE__ */ jsx(
171
149
  SlotProvider,
172
150
  {
@@ -187,9 +165,9 @@ function ComboBox(props, ref) {
187
165
  isRequired,
188
166
  items,
189
167
  menuTrigger,
168
+ isDisabled,
190
169
  ...otherProps,
191
- children: (comboBoxRenderProps) => {
192
- const { isOpen } = comboBoxRenderProps;
170
+ children: ({ isOpen }) => {
193
171
  return /* @__PURE__ */ jsxs(Fragment, { children: [
194
172
  label && /* @__PURE__ */ jsx(
195
173
  _Label,
@@ -200,6 +178,38 @@ function ComboBox(props, ref) {
200
178
  children: label
201
179
  }
202
180
  ),
181
+ /* @__PURE__ */ jsxs(
182
+ _InputGroup,
183
+ {
184
+ ref: triggerRef,
185
+ className: triggerClassNames,
186
+ "data-selected": isOpen || void 0,
187
+ isFluid: true,
188
+ isDisabled,
189
+ isInvalid,
190
+ ...otherTriggerProps,
191
+ children: [
192
+ prefixMarkup,
193
+ /* @__PURE__ */ jsx(
194
+ Input,
195
+ {
196
+ ref: mergedInputRefs,
197
+ placeholder,
198
+ size
199
+ }
200
+ ),
201
+ /* @__PURE__ */ jsx(Button, { className: ComboBox_module_default["hop-ComboBox__button"], children: /* @__PURE__ */ jsx(
202
+ _ToggleArrow,
203
+ {
204
+ className: ComboBox_module_default["hop-ComboBox__button-icon"],
205
+ isExpanded: isOpen
206
+ }
207
+ ) })
208
+ ]
209
+ }
210
+ ),
211
+ description && /* @__PURE__ */ jsx(_HelperMessage, { className: ComboBox_module_default["hop-ComboBox__helper-message"], children: description }),
212
+ /* @__PURE__ */ jsx(_ErrorMessage, { className: ComboBox_module_default["hop-ComboBox__error-message"], children: errorMessage }),
203
213
  /* @__PURE__ */ jsxs(
204
214
  _Popover,
205
215
  {
@@ -237,38 +247,7 @@ function ComboBox(props, ref) {
237
247
  footerMarkup
238
248
  ]
239
249
  }
240
- ),
241
- /* @__PURE__ */ jsxs(
242
- Group,
243
- {
244
- ref: triggerRef,
245
- className: triggerClassNames,
246
- style: triggerStyle,
247
- onMouseDown: handleMouseDown,
248
- "data-selected": isOpen || void 0,
249
- ...otherTriggerProps,
250
- children: [
251
- prefixMarkup,
252
- /* @__PURE__ */ jsx(
253
- Input,
254
- {
255
- ref: mergedInputRefs,
256
- className: inputClassNames,
257
- placeholder
258
- }
259
- ),
260
- /* @__PURE__ */ jsx(Button, { className: buttonClassNames, ref: buttonRef, children: /* @__PURE__ */ jsx(
261
- _ToggleArrow,
262
- {
263
- className: ComboBox_module_default["hop-ComboBox__button-icon"],
264
- isExpanded: isOpen
265
- }
266
- ) })
267
- ]
268
- }
269
- ),
270
- description && /* @__PURE__ */ jsx(_HelperMessage, { className: ComboBox_module_default["hop-ComboBox__helper-message"], children: description }),
271
- /* @__PURE__ */ jsx(_ErrorMessage, { className: ComboBox_module_default["hop-ComboBox__error-message"], children: errorMessage })
250
+ )
272
251
  ] });
273
252
  }
274
253
  }
@@ -1,6 +1,6 @@
1
- import { useLocalizedString } from './chunk-TFVDF4YH.js';
2
- import { _Text } from './chunk-BOOMSDK7.js';
3
- import { useRenderProps } from './chunk-NH3IVMXB.js';
1
+ import { useLocalizedString } from './chunk-75DHKNW2.js';
2
+ import { _Text } from './chunk-Z7ORLEY6.js';
3
+ import { useRenderProps } from './chunk-2NSUMKNH.js';
4
4
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
6
6
  import { useStyledSystem } from '@hopper-ui/styled-system';
@@ -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___-nVYL" };
13
+ var RemainingCharacterCount_module_default = { "hop-RemainingCharacterCount": "RemainingCharacterCount-module__hop-RemainingCharacterCount___1Y--o" };
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, Separator } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Divider.module.css#css-module
10
- var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___YYI2l", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___5Ya3L" };
10
+ var Divider_module_default = { "hop-Divider": "Divider-module__hop-Divider___OxCkp", "hop-Divider--vertical": "Divider-module__hop-Divider--vertical___ccTCS" };
11
11
  var GlobalDividerCssSelector = "hop-Divider";
12
12
  function Divider(props, ref) {
13
13
  [props, ref] = useContextProps(props, ref, DividerContext);
@@ -1,11 +1,11 @@
1
- import { useScale } from './chunk-MTDFS4CZ.js';
2
1
  import { NumberFieldContext } from './chunk-ZQ3AWYRR.js';
3
- import { _InputGroup } from './chunk-X7PEWS4A.js';
4
- import { _HelperMessage } from './chunk-OUGECIOS.js';
5
- import { _ErrorMessage } from './chunk-SC6GOFII.js';
6
- import { ensureTextWrapper } from './chunk-YAK3UMON.js';
7
- import { _Label } from './chunk-C67PNOQX.js';
8
- import { useFormProps } from './chunk-M5Q2CFRQ.js';
2
+ import { _InputGroup } from './chunk-F6D7LSXZ.js';
3
+ import { Input } from './chunk-7HIGRTLG.js';
4
+ import { _HelperMessage } from './chunk-6CVROWNN.js';
5
+ import { _ErrorMessage } from './chunk-UXCNMI34.js';
6
+ import { ensureTextWrapper } from './chunk-SRMMLWHK.js';
7
+ import { _Label } from './chunk-I2LTZFXN.js';
8
+ import { useFormProps } from './chunk-VOXZA4YS.js';
9
9
  import { TextContext } from './chunk-X6SER3TZ.js';
10
10
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
11
11
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -18,21 +18,18 @@ import { useControlledState } from '@react-stately/utils';
18
18
  import clsx from 'clsx';
19
19
  import { forwardRef, useCallback } from 'react';
20
20
  import { useObjectRef } from 'react-aria';
21
- import { useContextProps, composeRenderProps, Input, NumberField as NumberField$1, Button } from 'react-aria-components';
21
+ import { useContextProps, composeRenderProps, NumberField as NumberField$1, Button } from 'react-aria-components';
22
22
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
23
23
 
24
24
  // css-module:./NumberField.module.css#css-module
25
- var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___904AD", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___-M-dA", "hop-NumberField--mobile": "NumberField-module__hop-NumberField--mobile___6xLwy", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___nhg8f", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___O9W4o", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___2WZlS", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___M6xoZ", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___ImWD7", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___mPQSC", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___HCrFm", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___ksKQh", "hop-NumberField__stepper-button--mobile": "NumberField-module__hop-NumberField__stepper-button--mobile___9lRYY", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___SpCpB", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___FJmNe" };
25
+ var NumberField_module_default = { "hop-NumberField": "NumberField-module__hop-NumberField___dhnwb", "hop-NumberField--fluid": "NumberField-module__hop-NumberField--fluid___Fd5JF", "hop-NumberField__Label": "NumberField-module__hop-NumberField__Label___eSiJV", "hop-NumberField__prefix": "NumberField-module__hop-NumberField__prefix___HmWRG", "hop-NumberField__InputGroup": "NumberField-module__hop-NumberField__InputGroup___LxxHA", "hop-NumberField__ErrorMessage": "NumberField-module__hop-NumberField__ErrorMessage___9soGX", "hop-NumberField__HelperMessage": "NumberField-module__hop-NumberField__HelperMessage___O7-rE", "hop-NumberField__steppers": "NumberField-module__hop-NumberField__steppers___jnJho", "hop-NumberField__stepper-button": "NumberField-module__hop-NumberField__stepper-button___sC0Lo", "hop-NumberField__stepper-button--increment": "NumberField-module__hop-NumberField__stepper-button--increment___H939x", "hop-NumberField__stepper-button--decrement": "NumberField-module__hop-NumberField__stepper-button--decrement___vI5jT", "hop-NumberField__stepper-button__icon": "NumberField-module__hop-NumberField__stepper-button__icon___vbB-0", "hop-NumberField__input": "NumberField-module__hop-NumberField__input___w-Nqt" };
26
26
  var GlobalNumberFieldCssSelector = "hop-NumberField";
27
27
  var StepperButton = ({ direction }) => {
28
- const scale = useScale();
29
- const isMobile = scale === "large";
30
28
  const StepperIcon = direction === "increment" ? AngleUpIcon : AngleDownIcon;
31
29
  const stepperClasses = cssModule(
32
30
  NumberField_module_default,
33
31
  "hop-NumberField__stepper-button",
34
- direction,
35
- isMobile && "mobile"
32
+ direction
36
33
  );
37
34
  return /* @__PURE__ */ jsx(
38
35
  Button,
@@ -82,16 +79,13 @@ function NumberField(props, ref) {
82
79
  } = ownProps;
83
80
  const inputRef = useObjectRef(mergeRefs(userProvidedInputRef, props.inputRef !== void 0 ? props.inputRef : null));
84
81
  const isFluid = (_a = useResponsiveValue(isFluidProp)) != null ? _a : false;
85
- const scale = useScale();
86
- const isMobile = scale === "large";
87
82
  const classNames = composeClassnameRenderProps(
88
83
  className,
89
84
  GlobalNumberFieldCssSelector,
90
85
  cssModule(
91
86
  NumberField_module_default,
92
87
  "hop-NumberField",
93
- isFluid && "fluid",
94
- isMobile && "mobile"
88
+ isFluid && "fluid"
95
89
  ),
96
90
  stylingProps.className
97
91
  );
@@ -115,25 +109,23 @@ function NumberField(props, ref) {
115
109
  children: ensureTextWrapper(prefix)
116
110
  }
117
111
  ) : null;
118
- const { className: inputGroupClassName, inputClassName: inputGroupInputClassName, ...otherInputGroupProps } = inputGroupProps || {};
112
+ const { className: inputGroupClassName, ...otherInputGroupProps } = inputGroupProps != null ? inputGroupProps : {};
119
113
  const inputGroupClassNames = clsx(NumberField_module_default["hop-NumberField__InputGroup"], inputGroupClassName);
120
- const inputGroupInputClassNames = clsx(NumberField_module_default["hop-NumberField__input"], inputGroupInputClassName);
121
114
  const inputMarkup = /* @__PURE__ */ jsx(ClearContainerSlots, { children: /* @__PURE__ */ jsxs(
122
115
  _InputGroup,
123
116
  {
124
117
  isFluid: true,
125
- size,
126
118
  className: inputGroupClassNames,
127
119
  isDisabled,
128
120
  isInvalid,
129
- inputClassName: inputGroupInputClassNames,
130
- inputType: "number",
131
121
  ...otherInputGroupProps,
132
122
  children: [
133
123
  prefixMarkup,
134
- /* @__PURE__ */ jsx(Input, { ref: inputRef }),
135
- /* @__PURE__ */ jsx(StepperButton, { direction: "increment" }),
136
- /* @__PURE__ */ jsx(StepperButton, { direction: "decrement" })
124
+ /* @__PURE__ */ jsx(Input, { ref: inputRef, className: NumberField_module_default["hop-NumberField__input"], size }),
125
+ /* @__PURE__ */ jsxs("div", { className: NumberField_module_default["hop-NumberField__steppers"], children: [
126
+ /* @__PURE__ */ jsx(StepperButton, { direction: "increment" }),
127
+ /* @__PURE__ */ jsx(StepperButton, { direction: "decrement" })
128
+ ] })
137
129
  ]
138
130
  }
139
131
  ) });