@ariakit/react-core 0.4.15 → 0.4.17

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 (382) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/cjs/__chunks/{5ENGRSQK.cjs → 22BA7ARO.cjs} +6 -6
  3. package/cjs/__chunks/{3DQRN2JU.cjs → 3TETLQVN.cjs} +3 -3
  4. package/cjs/__chunks/{UO4WRSFM.cjs → 4FJIAISO.cjs} +2 -2
  5. package/cjs/__chunks/{LBJ5Z57O.cjs → 67YN7FNG.cjs} +6 -6
  6. package/cjs/__chunks/{UDHK7OES.cjs → 6EQNSSQQ.cjs} +5 -5
  7. package/cjs/__chunks/{JGBR5ILF.cjs → 6MMPGHH3.cjs} +3 -3
  8. package/cjs/__chunks/{4KJXPBQL.cjs → 7XKXG56Q.cjs} +2 -2
  9. package/cjs/__chunks/{7CIOCRZD.cjs → AU5QYTLM.cjs} +8 -8
  10. package/cjs/__chunks/{CCN3I2PU.cjs → B63GYHML.cjs} +5 -5
  11. package/cjs/__chunks/{MUURFTXX.cjs → BNH2W42C.cjs} +6 -6
  12. package/cjs/__chunks/{6BDNEU4N.cjs → BXFYYO4C.cjs} +2 -2
  13. package/cjs/__chunks/{LATVQMUK.cjs → DXUKYGZP.cjs} +3 -3
  14. package/cjs/__chunks/{PWR4OSNC.cjs → FEGBIZSM.cjs} +5 -5
  15. package/cjs/__chunks/{W2B6FYHL.cjs → FZJCJS35.cjs} +2 -2
  16. package/cjs/__chunks/{U7XCKA63.cjs → GHWOWBSZ.cjs} +5 -5
  17. package/cjs/__chunks/{FME6FBOS.cjs → H5ZMZIC6.cjs} +2 -2
  18. package/cjs/__chunks/{SOPB75ES.cjs → HSSJQ74C.cjs} +58 -16
  19. package/cjs/__chunks/{BMW3SZHT.cjs → I6CQ375J.cjs} +8 -8
  20. package/cjs/__chunks/{XPETY6KQ.cjs → IEXDZLZL.cjs} +9 -9
  21. package/cjs/__chunks/{GR3PIV3N.cjs → JVADL66K.cjs} +2 -2
  22. package/cjs/__chunks/{BB77FAWK.cjs → K4YSA433.cjs} +8 -8
  23. package/cjs/__chunks/{CLOVACVY.cjs → LCWSLOYU.cjs} +6 -6
  24. package/cjs/__chunks/{U5JOKL4I.cjs → LDGI442H.cjs} +4 -4
  25. package/cjs/__chunks/{26CLTSY6.cjs → LM5J3TJ3.cjs} +31 -30
  26. package/cjs/__chunks/{AORZGU3P.cjs → LZE4K2WU.cjs} +3 -3
  27. package/cjs/__chunks/{XGYD4P7B.cjs → MHV777VZ.cjs} +5 -5
  28. package/cjs/__chunks/{T6X5CXR2.cjs → MVNPLGUN.cjs} +9 -9
  29. package/cjs/__chunks/{CELUF47P.cjs → N3FQGB4O.cjs} +3 -3
  30. package/cjs/__chunks/{KYD66ZXY.cjs → PDQXLIRF.cjs} +1 -0
  31. package/cjs/__chunks/{4KO75GA3.cjs → PK35DJGA.cjs} +2 -2
  32. package/cjs/__chunks/{4K6QJIPX.cjs → PLY2V46G.cjs} +1 -1
  33. package/cjs/__chunks/{26FMIDEO.cjs → QJ2ZUJN5.cjs} +3 -3
  34. package/cjs/__chunks/{EPZ3LJJN.cjs → UNTJTT2Q.cjs} +3 -3
  35. package/cjs/__chunks/{JDIXK252.cjs → W6NEGVNA.cjs} +3 -2
  36. package/cjs/__chunks/{GJ42LWUC.cjs → XL5ZVDYQ.cjs} +6 -6
  37. package/cjs/__chunks/{MNH5LHM4.cjs → ZVWIHFYJ.cjs} +7 -7
  38. package/cjs/button/button.cjs +4 -4
  39. package/cjs/checkbox/checkbox-provider.cjs +1 -1
  40. package/cjs/checkbox/checkbox.cjs +7 -7
  41. package/cjs/collection/collection-item-offscreen.cjs +3 -3
  42. package/cjs/collection/collection-provider.cjs +1 -1
  43. package/cjs/collection/collection-renderer.cjs +3 -3
  44. package/cjs/collection/collection-renderer.d.cts +87 -85
  45. package/cjs/collection/collection-renderer.d.ts +87 -85
  46. package/cjs/combobox/combobox-cancel.cjs +10 -10
  47. package/cjs/combobox/combobox-context.cjs +4 -4
  48. package/cjs/combobox/combobox-disclosure.cjs +10 -10
  49. package/cjs/combobox/combobox-group.cjs +4 -4
  50. package/cjs/combobox/combobox-item-check.cjs +8 -8
  51. package/cjs/combobox/combobox-item-offscreen.cjs +17 -17
  52. package/cjs/combobox/combobox-item-value.cjs +7 -7
  53. package/cjs/combobox/combobox-item.cjs +10 -10
  54. package/cjs/combobox/combobox-item.d.cts +2 -0
  55. package/cjs/combobox/combobox-item.d.ts +2 -0
  56. package/cjs/combobox/combobox-label.cjs +4 -4
  57. package/cjs/combobox/combobox-list.cjs +7 -7
  58. package/cjs/combobox/combobox-popover.cjs +38 -38
  59. package/cjs/combobox/combobox-provider.cjs +12 -12
  60. package/cjs/combobox/combobox-row.cjs +4 -4
  61. package/cjs/combobox/combobox-separator.cjs +6 -6
  62. package/cjs/combobox/combobox-store.cjs +6 -6
  63. package/cjs/combobox/combobox-value.cjs +4 -4
  64. package/cjs/combobox/combobox.cjs +8 -8
  65. package/cjs/combobox/combobox.d.cts +2 -1
  66. package/cjs/combobox/combobox.d.ts +2 -1
  67. package/cjs/command/command.cjs +3 -3
  68. package/cjs/composite/composite-container.cjs +3 -3
  69. package/cjs/composite/composite-hover.d.cts +2 -1
  70. package/cjs/composite/composite-hover.d.ts +2 -1
  71. package/cjs/composite/composite-item-offscreen.cjs +10 -10
  72. package/cjs/composite/composite-item.cjs +7 -7
  73. package/cjs/composite/composite-item.d.cts +4 -0
  74. package/cjs/composite/composite-item.d.ts +4 -0
  75. package/cjs/composite/composite-overflow-disclosure.cjs +13 -13
  76. package/cjs/composite/composite-overflow.cjs +25 -25
  77. package/cjs/composite/composite-provider.cjs +1 -1
  78. package/cjs/composite/composite-renderer.cjs +4 -4
  79. package/cjs/composite/composite-renderer.d.cts +86 -84
  80. package/cjs/composite/composite-renderer.d.ts +86 -84
  81. package/cjs/composite/composite.cjs +4 -4
  82. package/cjs/dialog/dialog-backdrop.cjs +7 -7
  83. package/cjs/dialog/dialog-disclosure.cjs +6 -6
  84. package/cjs/dialog/dialog-dismiss.cjs +5 -5
  85. package/cjs/dialog/dialog-provider.cjs +5 -5
  86. package/cjs/dialog/dialog.cjs +24 -24
  87. package/cjs/dialog/utils/disable-accessibility-tree-outside.cjs +3 -3
  88. package/cjs/dialog/utils/disable-tree.cjs +4 -4
  89. package/cjs/dialog/utils/mark-tree-outside.cjs +3 -3
  90. package/cjs/dialog/utils/use-hide-on-interact-outside.cjs +6 -6
  91. package/cjs/disclosure/disclosure-content.cjs +3 -3
  92. package/cjs/disclosure/disclosure-provider.cjs +3 -3
  93. package/cjs/disclosure/disclosure-store.d.cts +2 -0
  94. package/cjs/disclosure/disclosure-store.d.ts +2 -0
  95. package/cjs/disclosure/disclosure.cjs +5 -5
  96. package/cjs/focusable/focusable.cjs +2 -2
  97. package/cjs/focusable/focusable.d.cts +2 -0
  98. package/cjs/focusable/focusable.d.ts +2 -0
  99. package/cjs/form/form-checkbox.cjs +9 -9
  100. package/cjs/form/form-input.cjs +3 -3
  101. package/cjs/form/form-provider.cjs +1 -1
  102. package/cjs/form/form-push.cjs +6 -6
  103. package/cjs/form/form-radio.cjs +11 -11
  104. package/cjs/form/form-remove.cjs +5 -5
  105. package/cjs/form/form-reset.cjs +5 -5
  106. package/cjs/form/form-submit.cjs +5 -5
  107. package/cjs/hovercard/hovercard-anchor.cjs +3 -3
  108. package/cjs/hovercard/hovercard-arrow.cjs +4 -3
  109. package/cjs/hovercard/hovercard-disclosure.cjs +10 -10
  110. package/cjs/hovercard/hovercard-dismiss.cjs +7 -7
  111. package/cjs/hovercard/hovercard-provider.cjs +6 -6
  112. package/cjs/hovercard/hovercard.cjs +27 -27
  113. package/cjs/menu/menu-arrow.cjs +8 -7
  114. package/cjs/menu/menu-bar-provider.cjs +1 -1
  115. package/cjs/menu/menu-bar.cjs +7 -7
  116. package/cjs/menu/menu-button-arrow.cjs +6 -6
  117. package/cjs/menu/menu-button.cjs +18 -18
  118. package/cjs/menu/menu-context.cjs +4 -4
  119. package/cjs/menu/menu-dismiss.cjs +12 -12
  120. package/cjs/menu/menu-item-check.cjs +7 -7
  121. package/cjs/menu/menu-item-checkbox.cjs +21 -21
  122. package/cjs/menu/menu-item-radio.cjs +15 -15
  123. package/cjs/menu/menu-item.cjs +11 -11
  124. package/cjs/menu/menu-list.cjs +10 -10
  125. package/cjs/menu/menu-provider.cjs +13 -13
  126. package/cjs/menu/menu-separator.cjs +5 -5
  127. package/cjs/menu/menu-store.cjs +12 -12
  128. package/cjs/menu/menu.cjs +42 -41
  129. package/cjs/menubar/menubar-provider.cjs +1 -1
  130. package/cjs/menubar/menubar.cjs +7 -7
  131. package/cjs/popover/popover-arrow-path.cjs +2 -2
  132. package/cjs/popover/popover-arrow-path.d.cts +1 -1
  133. package/cjs/popover/popover-arrow-path.d.ts +1 -1
  134. package/cjs/popover/popover-arrow.cjs +4 -3
  135. package/cjs/popover/popover-arrow.d.cts +5 -0
  136. package/cjs/popover/popover-arrow.d.ts +5 -0
  137. package/cjs/popover/popover-disclosure.cjs +7 -7
  138. package/cjs/popover/popover-dismiss.cjs +6 -6
  139. package/cjs/popover/popover-provider.cjs +6 -6
  140. package/cjs/popover/popover.cjs +25 -25
  141. package/cjs/portal/portal.cjs +3 -3
  142. package/cjs/radio/radio-group.cjs +4 -4
  143. package/cjs/radio/radio-provider.cjs +1 -1
  144. package/cjs/radio/radio.cjs +8 -8
  145. package/cjs/select/select-arrow.cjs +5 -5
  146. package/cjs/select/select-context.cjs +4 -4
  147. package/cjs/select/select-dismiss.cjs +10 -10
  148. package/cjs/select/select-heading.cjs +6 -6
  149. package/cjs/select/select-item-check.cjs +8 -8
  150. package/cjs/select/select-item-offscreen.cjs +15 -15
  151. package/cjs/select/select-item.cjs +10 -10
  152. package/cjs/select/select-label.cjs +4 -4
  153. package/cjs/select/select-list.cjs +9 -9
  154. package/cjs/select/select-popover.cjs +36 -36
  155. package/cjs/select/select-provider.cjs +11 -11
  156. package/cjs/select/select-renderer.cjs +10 -10
  157. package/cjs/select/select-row.cjs +5 -5
  158. package/cjs/select/select-separator.cjs +4 -4
  159. package/cjs/select/select-store.cjs +9 -9
  160. package/cjs/select/select-value.cjs +5 -5
  161. package/cjs/select/select.cjs +19 -17
  162. package/cjs/tab/tab-list.cjs +4 -4
  163. package/cjs/tab/tab-panel.cjs +12 -12
  164. package/cjs/tab/tab-panel.d.cts +2 -0
  165. package/cjs/tab/tab-panel.d.ts +2 -0
  166. package/cjs/tab/tab-provider.cjs +7 -7
  167. package/cjs/tab/tab-store.cjs +7 -7
  168. package/cjs/tab/tab-store.d.cts +2 -0
  169. package/cjs/tab/tab-store.d.ts +2 -0
  170. package/cjs/tab/tab.cjs +10 -10
  171. package/cjs/tag/tag-input.cjs +9 -9
  172. package/cjs/tag/tag-list.cjs +4 -4
  173. package/cjs/tag/tag-provider.cjs +1 -1
  174. package/cjs/tag/tag-remove.cjs +2 -2
  175. package/cjs/tag/tag.cjs +9 -9
  176. package/cjs/toolbar/toolbar-container.cjs +12 -12
  177. package/cjs/toolbar/toolbar-input.cjs +9 -9
  178. package/cjs/toolbar/toolbar-item.cjs +9 -9
  179. package/cjs/toolbar/toolbar-provider.cjs +3 -3
  180. package/cjs/toolbar/toolbar-separator.cjs +3 -3
  181. package/cjs/toolbar/toolbar.cjs +10 -10
  182. package/cjs/tooltip/tooltip-anchor.cjs +4 -4
  183. package/cjs/tooltip/tooltip-arrow.cjs +5 -4
  184. package/cjs/tooltip/tooltip-provider.cjs +7 -7
  185. package/cjs/tooltip/tooltip.cjs +32 -32
  186. package/esm/__chunks/{MVIULMNR.js → 2NBKRL7C.js} +5 -5
  187. package/esm/__chunks/{KUU7WJ55.js → 2RSXSRCN.js} +1 -1
  188. package/esm/__chunks/2SM3RB2N.js +8 -0
  189. package/esm/__chunks/{ITI7HKP4.js → 5JTVDSTH.js} +2 -1
  190. package/esm/__chunks/{P2CTZE2T.js → 6VRAQV3D.js} +9 -9
  191. package/esm/__chunks/{UD53QJDV.js → AF4FNP6V.js} +3 -3
  192. package/esm/__chunks/{NLEBE274.js → AVVE7UTR.js} +4 -4
  193. package/esm/__chunks/{JC64G2H7.js → DVTPF4J4.js} +33 -32
  194. package/esm/__chunks/{7YV2MWWG.js → DZ7CBAYJ.js} +1 -1
  195. package/esm/__chunks/{P4IRICAX.js → F5MUBM3I.js} +3 -3
  196. package/esm/__chunks/{ZOBNYESQ.js → FD7WTSJR.js} +4 -4
  197. package/esm/__chunks/{T6C2RYFI.js → G7GW6PWC.js} +1 -1
  198. package/esm/__chunks/{WBDYNH73.js → HP6HHD56.js} +4 -4
  199. package/esm/__chunks/{ASMQKSDT.js → IAEAQUOT.js} +7 -7
  200. package/esm/__chunks/{BOLVLGVE.js → IWEFDH56.js} +3 -3
  201. package/esm/__chunks/{63FEHJZV.js → JEWPFJH2.js} +5 -5
  202. package/esm/__chunks/{ZTDSJLD6.js → JMHAJKUZ.js} +6 -6
  203. package/esm/__chunks/{E3VCT3KX.js → JRLOXMGX.js} +8 -8
  204. package/esm/__chunks/{XRBJGF7I.js → L5QETI3Y.js} +7 -7
  205. package/esm/__chunks/{HUWAI7RB.js → MAXQOH4L.js} +4 -4
  206. package/esm/__chunks/{ASGALOAX.js → MDUNURGC.js} +7 -7
  207. package/esm/__chunks/{LM3LNBOQ.js → MJO3NE2M.js} +1 -1
  208. package/esm/__chunks/{BYC7LY2E.js → MR26YJYP.js} +1 -1
  209. package/esm/__chunks/{AXB53BZF.js → NTITENHD.js} +1 -1
  210. package/esm/__chunks/{S5WQ44SQ.js → O6TOSNLE.js} +4 -4
  211. package/esm/__chunks/{X5NMLKT6.js → PCKO3OQ5.js} +1 -1
  212. package/esm/__chunks/{LVA2YJMS.js → PFRGBC2K.js} +1 -0
  213. package/esm/__chunks/{QPZOAQ4F.js → T4ZQV3MD.js} +1 -1
  214. package/esm/__chunks/{YF2ICFG4.js → TCUKIZ67.js} +8 -8
  215. package/esm/__chunks/{MRTXKBQF.js → U2E5GZTC.js} +5 -5
  216. package/esm/__chunks/{SYRFVSLH.js → U7LK7B7X.js} +3 -3
  217. package/esm/__chunks/{IS6J7QCK.js → VV5PQLL2.js} +59 -17
  218. package/esm/__chunks/{QYJ6MIDR.js → WMYDSCNQ.js} +3 -3
  219. package/esm/__chunks/{PY4NZ6HS.js → XS52RFEN.js} +4 -4
  220. package/esm/__chunks/{KZAQFFOU.js → Z5GCVBAY.js} +6 -6
  221. package/esm/__chunks/{KQKDTOT4.js → ZFX5QU3H.js} +6 -6
  222. package/esm/button/button.js +3 -3
  223. package/esm/checkbox/checkbox-provider.js +1 -1
  224. package/esm/checkbox/checkbox.js +6 -6
  225. package/esm/collection/collection-item-offscreen.js +2 -2
  226. package/esm/collection/collection-provider.js +1 -1
  227. package/esm/collection/collection-renderer.d.ts +87 -85
  228. package/esm/collection/collection-renderer.js +2 -2
  229. package/esm/combobox/combobox-cancel.js +8 -8
  230. package/esm/combobox/combobox-context.js +3 -3
  231. package/esm/combobox/combobox-disclosure.js +10 -10
  232. package/esm/combobox/combobox-group.js +3 -3
  233. package/esm/combobox/combobox-item-check.js +7 -7
  234. package/esm/combobox/combobox-item-offscreen.js +16 -16
  235. package/esm/combobox/combobox-item-value.js +6 -6
  236. package/esm/combobox/combobox-item.d.ts +2 -0
  237. package/esm/combobox/combobox-item.js +9 -9
  238. package/esm/combobox/combobox-label.js +3 -3
  239. package/esm/combobox/combobox-list.js +6 -6
  240. package/esm/combobox/combobox-popover.js +34 -34
  241. package/esm/combobox/combobox-provider.js +10 -10
  242. package/esm/combobox/combobox-row.js +3 -3
  243. package/esm/combobox/combobox-separator.js +5 -5
  244. package/esm/combobox/combobox-store.js +5 -5
  245. package/esm/combobox/combobox-value.js +3 -3
  246. package/esm/combobox/combobox.d.ts +2 -1
  247. package/esm/combobox/combobox.js +8 -8
  248. package/esm/command/command.js +2 -2
  249. package/esm/composite/composite-container.js +2 -2
  250. package/esm/composite/composite-hover.d.ts +2 -1
  251. package/esm/composite/composite-item-offscreen.js +9 -9
  252. package/esm/composite/composite-item.d.ts +4 -0
  253. package/esm/composite/composite-item.js +6 -6
  254. package/esm/composite/composite-overflow-disclosure.js +11 -11
  255. package/esm/composite/composite-overflow.js +24 -24
  256. package/esm/composite/composite-provider.js +1 -1
  257. package/esm/composite/composite-renderer.d.ts +86 -84
  258. package/esm/composite/composite-renderer.js +3 -3
  259. package/esm/composite/composite.js +3 -3
  260. package/esm/dialog/dialog-backdrop.js +6 -6
  261. package/esm/dialog/dialog-disclosure.js +5 -5
  262. package/esm/dialog/dialog-dismiss.js +4 -4
  263. package/esm/dialog/dialog-provider.js +5 -5
  264. package/esm/dialog/dialog.js +23 -23
  265. package/esm/dialog/utils/disable-accessibility-tree-outside.js +2 -2
  266. package/esm/dialog/utils/disable-tree.js +3 -3
  267. package/esm/dialog/utils/mark-tree-outside.js +2 -2
  268. package/esm/dialog/utils/use-hide-on-interact-outside.js +5 -5
  269. package/esm/disclosure/disclosure-content.js +2 -2
  270. package/esm/disclosure/disclosure-provider.js +4 -4
  271. package/esm/disclosure/disclosure-store.d.ts +2 -0
  272. package/esm/disclosure/disclosure.js +4 -4
  273. package/esm/focusable/focusable.d.ts +2 -0
  274. package/esm/focusable/focusable.js +1 -1
  275. package/esm/form/form-checkbox.js +9 -9
  276. package/esm/form/form-input.js +2 -2
  277. package/esm/form/form-provider.js +1 -1
  278. package/esm/form/form-push.js +6 -6
  279. package/esm/form/form-radio.js +10 -10
  280. package/esm/form/form-remove.js +4 -4
  281. package/esm/form/form-reset.js +4 -4
  282. package/esm/form/form-submit.js +4 -4
  283. package/esm/hovercard/hovercard-anchor.js +2 -2
  284. package/esm/hovercard/hovercard-arrow.js +3 -2
  285. package/esm/hovercard/hovercard-disclosure.js +10 -10
  286. package/esm/hovercard/hovercard-dismiss.js +6 -6
  287. package/esm/hovercard/hovercard-provider.js +7 -7
  288. package/esm/hovercard/hovercard.js +26 -26
  289. package/esm/menu/menu-arrow.js +6 -5
  290. package/esm/menu/menu-bar-provider.js +1 -1
  291. package/esm/menu/menu-bar.js +6 -6
  292. package/esm/menu/menu-button-arrow.js +6 -6
  293. package/esm/menu/menu-button.js +17 -17
  294. package/esm/menu/menu-context.js +3 -3
  295. package/esm/menu/menu-dismiss.js +11 -11
  296. package/esm/menu/menu-item-check.js +6 -6
  297. package/esm/menu/menu-item-checkbox.js +18 -18
  298. package/esm/menu/menu-item-radio.js +11 -11
  299. package/esm/menu/menu-item.js +10 -10
  300. package/esm/menu/menu-list.js +9 -9
  301. package/esm/menu/menu-provider.js +11 -11
  302. package/esm/menu/menu-separator.js +4 -4
  303. package/esm/menu/menu-store.js +11 -11
  304. package/esm/menu/menu.js +38 -37
  305. package/esm/menubar/menubar-provider.js +1 -1
  306. package/esm/menubar/menubar.js +6 -6
  307. package/esm/popover/popover-arrow-path.d.ts +1 -1
  308. package/esm/popover/popover-arrow-path.js +1 -1
  309. package/esm/popover/popover-arrow.d.ts +5 -0
  310. package/esm/popover/popover-arrow.js +3 -2
  311. package/esm/popover/popover-disclosure.js +6 -6
  312. package/esm/popover/popover-dismiss.js +5 -5
  313. package/esm/popover/popover-provider.js +6 -6
  314. package/esm/popover/popover.js +24 -24
  315. package/esm/portal/portal.js +2 -2
  316. package/esm/radio/radio-group.js +3 -3
  317. package/esm/radio/radio-provider.js +1 -1
  318. package/esm/radio/radio.js +7 -7
  319. package/esm/select/select-arrow.js +4 -4
  320. package/esm/select/select-context.js +3 -3
  321. package/esm/select/select-dismiss.js +10 -10
  322. package/esm/select/select-heading.js +5 -5
  323. package/esm/select/select-item-check.js +7 -7
  324. package/esm/select/select-item-offscreen.js +14 -14
  325. package/esm/select/select-item.js +9 -9
  326. package/esm/select/select-label.js +3 -3
  327. package/esm/select/select-list.js +8 -8
  328. package/esm/select/select-popover.js +31 -31
  329. package/esm/select/select-provider.js +9 -9
  330. package/esm/select/select-renderer.js +10 -10
  331. package/esm/select/select-row.js +5 -5
  332. package/esm/select/select-separator.js +3 -3
  333. package/esm/select/select-store.js +8 -8
  334. package/esm/select/select-value.js +4 -4
  335. package/esm/select/select.js +18 -16
  336. package/esm/tab/tab-list.js +3 -3
  337. package/esm/tab/tab-panel.d.ts +2 -0
  338. package/esm/tab/tab-panel.js +12 -12
  339. package/esm/tab/tab-provider.js +6 -6
  340. package/esm/tab/tab-store.d.ts +2 -0
  341. package/esm/tab/tab-store.js +6 -6
  342. package/esm/tab/tab.js +8 -8
  343. package/esm/tag/tag-input.js +10 -10
  344. package/esm/tag/tag-list.js +3 -3
  345. package/esm/tag/tag-provider.js +1 -1
  346. package/esm/tag/tag-remove.js +2 -2
  347. package/esm/tag/tag.js +8 -8
  348. package/esm/toolbar/toolbar-container.js +11 -11
  349. package/esm/toolbar/toolbar-input.js +8 -8
  350. package/esm/toolbar/toolbar-item.js +8 -8
  351. package/esm/toolbar/toolbar-provider.js +3 -3
  352. package/esm/toolbar/toolbar-separator.js +3 -3
  353. package/esm/toolbar/toolbar.js +9 -9
  354. package/esm/tooltip/tooltip-anchor.js +4 -4
  355. package/esm/tooltip/tooltip-arrow.js +5 -4
  356. package/esm/tooltip/tooltip-provider.js +8 -8
  357. package/esm/tooltip/tooltip.js +30 -30
  358. package/package.json +898 -898
  359. package/readme.md +3 -2
  360. package/esm/__chunks/QFL5V2DO.js +0 -8
  361. package/cjs/__chunks/{WWQLUY5W.cjs → 26P4PLHI.cjs} +3 -3
  362. package/cjs/__chunks/{QZEXWZZZ.cjs → 44ZWQTBB.cjs} +2 -2
  363. package/cjs/__chunks/{JLUMKCNR.cjs → 5NYO4PEP.cjs} +2 -2
  364. package/cjs/__chunks/{FHMITJ2I.cjs → GASMO7Y4.cjs} +3 -3
  365. package/cjs/__chunks/{53NM5U3A.cjs → I3ICHD5K.cjs} +2 -2
  366. package/cjs/__chunks/{2WZY5KXB.cjs → IRJEM7JI.cjs} +2 -2
  367. package/cjs/__chunks/{SQHULPZ2.cjs → K3X5TQGK.cjs} +2 -2
  368. package/cjs/__chunks/{DI6TYURC.cjs → LBA6WHW3.cjs} +2 -2
  369. package/cjs/__chunks/{2C4LCZ5B.cjs → NO756MUJ.cjs} +2 -2
  370. package/cjs/__chunks/{RPMPKPG4.cjs → POYGXPFD.cjs} +2 -2
  371. package/cjs/__chunks/{4WTKUZTY.cjs → XYLFPE4S.cjs} +3 -3
  372. package/esm/__chunks/{FEOFMWBY.js → 246BTTYR.js} +3 -3
  373. package/esm/__chunks/{4NBJGM6Q.js → 2AY45OBM.js} +3 -3
  374. package/esm/__chunks/{NZPTZ4KI.js → 3NAWWYOJ.js} +3 -3
  375. package/esm/__chunks/{2PGBN2Y4.js → 3NDVDEB4.js} +3 -3
  376. package/esm/__chunks/{WTCO46W5.js → AELVTXWA.js} +3 -3
  377. package/esm/__chunks/{KPEX55MY.js → DG5U6ZEL.js} +4 -4
  378. package/esm/__chunks/{VGCJ63VH.js → KFH4SEIX.js} +3 -3
  379. package/esm/__chunks/{VEVQD5MH.js → S43UC3DV.js} +4 -4
  380. package/esm/__chunks/{ESSM74HH.js → S7U6BLGA.js} +3 -3
  381. package/esm/__chunks/{B2J376ND.js → VIIRIBF3.js} +4 -4
  382. package/esm/__chunks/{O37CNYMR.js → WAGAC6PJ.js} +3 -3
@@ -1,16 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  POPOVER_ARROW_PATH
4
- } from "./QFL5V2DO.js";
4
+ } from "./2SM3RB2N.js";
5
5
  import {
6
6
  usePopoverContext
7
7
  } from "./MTZPJQMC.js";
8
+ import {
9
+ useStoreState
10
+ } from "./YV4JVR4I.js";
8
11
  import {
9
12
  createElement,
10
13
  createHook,
11
- forwardRef
14
+ forwardRef,
15
+ memo
12
16
  } from "./LMDWO4NN.js";
13
17
  import {
18
+ useId,
14
19
  useMergeRefs,
15
20
  useSafeLayoutEffect
16
21
  } from "./ABQUS43J.js";
@@ -36,7 +41,7 @@ var rotateMap = {
36
41
  };
37
42
  function useComputedStyle(store) {
38
43
  const [style, setStyle] = useState();
39
- const contentElement = store.useState("contentElement");
44
+ const contentElement = useStoreState(store, "contentElement");
40
45
  useSafeLayoutEffect(() => {
41
46
  if (!contentElement) return;
42
47
  const win = getWindow(contentElement);
@@ -45,30 +50,66 @@ function useComputedStyle(store) {
45
50
  }, [contentElement]);
46
51
  return style;
47
52
  }
53
+ function getRingWidth(style) {
54
+ var _a;
55
+ if (!style) return;
56
+ const boxShadow = style.getPropertyValue("box-shadow");
57
+ const ringWidth = (_a = boxShadow.match(/0px 0px 0px ([^0]+px)/)) == null ? void 0 : _a[1];
58
+ return ringWidth;
59
+ }
48
60
  var usePopoverArrow = createHook(
49
61
  function usePopoverArrow2(_a) {
50
- var _b = _a, { store, size = defaultSize } = _b, props = __objRest(_b, ["store", "size"]);
62
+ var _b = _a, {
63
+ store,
64
+ size = defaultSize,
65
+ borderWidth: borderWidthProp
66
+ } = _b, props = __objRest(_b, [
67
+ "store",
68
+ "size",
69
+ "borderWidth"
70
+ ]);
51
71
  const context = usePopoverContext();
52
72
  store = store || context;
53
73
  invariant(
54
74
  store,
55
75
  process.env.NODE_ENV !== "production" && "PopoverArrow must be wrapped in a Popover component."
56
76
  );
57
- const dir = store.useState(
77
+ const dir = useStoreState(
78
+ store,
58
79
  (state) => state.currentPlacement.split("-")[0]
59
80
  );
81
+ const maskId = useId();
60
82
  const style = useComputedStyle(store);
61
83
  const fill = (style == null ? void 0 : style.getPropertyValue("background-color")) || "none";
62
84
  const stroke = (style == null ? void 0 : style.getPropertyValue(`border-${dir}-color`)) || "none";
63
- const borderWidth = (style == null ? void 0 : style.getPropertyValue(`border-${dir}-width`)) || "0px";
64
- const strokeWidth = Number.parseInt(borderWidth) * 2 * (defaultSize / size);
85
+ const borderWidth = useMemo(() => {
86
+ if (borderWidthProp != null) return borderWidthProp;
87
+ if (!style) return 0;
88
+ const ringWidth = getRingWidth(style);
89
+ if (ringWidth) return Number.parseInt(ringWidth);
90
+ const borderWidth2 = style.getPropertyValue(`border-${dir}-width`);
91
+ if (borderWidth2) return Number.parseInt(borderWidth2);
92
+ return 0;
93
+ }, [borderWidthProp, style, dir]);
94
+ const strokeWidth = borderWidth * 2 * (defaultSize / size);
65
95
  const transform = rotateMap[dir];
66
96
  const children = useMemo(
67
97
  () => /* @__PURE__ */ jsx("svg", { display: "block", viewBox: "0 0 30 30", children: /* @__PURE__ */ jsxs("g", { transform, children: [
68
- /* @__PURE__ */ jsx("path", { fill: "none", d: POPOVER_ARROW_PATH }),
69
- /* @__PURE__ */ jsx("path", { stroke: "none", d: POPOVER_ARROW_PATH })
98
+ /* @__PURE__ */ jsx("path", { fill: "none", d: POPOVER_ARROW_PATH, mask: `url(#${maskId})` }),
99
+ /* @__PURE__ */ jsx("path", { stroke: "none", d: POPOVER_ARROW_PATH }),
100
+ /* @__PURE__ */ jsx("mask", { id: maskId, maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx(
101
+ "rect",
102
+ {
103
+ x: "-15",
104
+ y: "0",
105
+ width: "60",
106
+ height: "30",
107
+ fill: "white",
108
+ stroke: "black"
109
+ }
110
+ ) })
70
111
  ] }) }),
71
- [transform]
112
+ [transform, maskId]
72
113
  );
73
114
  props = __spreadProps(__spreadValues({
74
115
  children,
@@ -76,24 +117,25 @@ var usePopoverArrow = createHook(
76
117
  }, props), {
77
118
  ref: useMergeRefs(store.setArrowElement, props.ref),
78
119
  style: __spreadValues({
79
- // server side rendering
80
120
  position: "absolute",
81
121
  fontSize: size,
82
122
  width: "1em",
83
123
  height: "1em",
84
124
  pointerEvents: "none",
85
- fill,
86
- stroke,
125
+ fill: `var(--ak-layer, ${fill})`,
126
+ stroke: `var(--ak-layer-border, ${stroke})`,
87
127
  strokeWidth
88
128
  }, props.style)
89
129
  });
90
130
  return removeUndefinedValues(props);
91
131
  }
92
132
  );
93
- var PopoverArrow = forwardRef(function PopoverArrow2(props) {
94
- const htmlProps = usePopoverArrow(props);
95
- return createElement(TagName, htmlProps);
96
- });
133
+ var PopoverArrow = memo(
134
+ forwardRef(function PopoverArrow2(props) {
135
+ const htmlProps = usePopoverArrow(props);
136
+ return createElement(TagName, htmlProps);
137
+ })
138
+ );
97
139
 
98
140
  export {
99
141
  usePopoverArrow,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- useDialogDisclosure
4
- } from "./AXB53BZF.js";
5
2
  import {
6
3
  usePopoverAnchor
7
4
  } from "./OMU7RWRV.js";
5
+ import {
6
+ useDialogDisclosure
7
+ } from "./NTITENHD.js";
8
8
  import {
9
9
  PopoverScopedContextProvider,
10
10
  usePopoverProviderContext
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import {
3
- useComboboxContext
4
- } from "./VEVQD5MH.js";
5
2
  import {
6
3
  useSelectContext
7
- } from "./KPEX55MY.js";
4
+ } from "./DG5U6ZEL.js";
8
5
  import {
9
6
  useCompositeStoreProps
10
7
  } from "./4CMBR7SL.js";
8
+ import {
9
+ useComboboxContext
10
+ } from "./S43UC3DV.js";
11
11
  import {
12
12
  useStore,
13
13
  useStoreProps
@@ -2,15 +2,12 @@
2
2
  import {
3
3
  isFocusTrap
4
4
  } from "./IGR4SXG2.js";
5
- import {
6
- hideElementFromAccessibilityTree
7
- } from "./ESSM74HH.js";
8
- import {
9
- isBackdrop
10
- } from "./63XF7ACK.js";
11
5
  import {
12
6
  supportsInert
13
7
  } from "./677M2CI3.js";
8
+ import {
9
+ hideElementFromAccessibilityTree
10
+ } from "./S7U6BLGA.js";
14
11
  import {
15
12
  walkTreeOutside
16
13
  } from "./AOUGVQZ3.js";
@@ -20,6 +17,9 @@ import {
20
17
  setAttribute,
21
18
  setProperty
22
19
  } from "./K2ZF5NU7.js";
20
+ import {
21
+ isBackdrop
22
+ } from "./63XF7ACK.js";
23
23
 
24
24
  // src/dialog/utils/disable-tree.ts
25
25
  import { contains } from "@ariakit/core/utils/dom";
@@ -4,16 +4,16 @@ import {
4
4
  getEventPoint,
5
5
  isPointInPolygon
6
6
  } from "./X7QOZUD3.js";
7
- import {
8
- usePopover
9
- } from "./T6C2RYFI.js";
10
- import {
11
- createDialogComponent
12
- } from "./JC64G2H7.js";
13
7
  import {
14
8
  HovercardScopedContextProvider,
15
9
  useHovercardProviderContext
16
10
  } from "./EM5CXX6A.js";
11
+ import {
12
+ usePopover
13
+ } from "./G7GW6PWC.js";
14
+ import {
15
+ createDialogComponent
16
+ } from "./DVTPF4J4.js";
17
17
  import {
18
18
  createElement,
19
19
  createHook,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  Button,
4
4
  useButton
5
- } from "../__chunks/X5NMLKT6.js";
6
- import "../__chunks/KUU7WJ55.js";
7
- import "../__chunks/LVA2YJMS.js";
5
+ } from "../__chunks/PCKO3OQ5.js";
6
+ import "../__chunks/2RSXSRCN.js";
7
+ import "../__chunks/PFRGBC2K.js";
8
8
  import "../__chunks/SWN3JYXT.js";
9
9
  import "../__chunks/LMDWO4NN.js";
10
10
  import "../__chunks/ABQUS43J.js";
@@ -5,8 +5,8 @@ import {
5
5
  import {
6
6
  CheckboxContextProvider
7
7
  } from "../__chunks/RNCDFVMF.js";
8
- import "../__chunks/LMDWO4NN.js";
9
8
  import "../__chunks/YV4JVR4I.js";
9
+ import "../__chunks/LMDWO4NN.js";
10
10
  import "../__chunks/ABQUS43J.js";
11
11
  import "../__chunks/SK3NAZA3.js";
12
12
  import "../__chunks/3YLGPPWQ.js";
@@ -2,14 +2,14 @@
2
2
  import {
3
3
  Checkbox,
4
4
  useCheckbox
5
- } from "../__chunks/ASMQKSDT.js";
6
- import "../__chunks/RNCDFVMF.js";
7
- import "../__chunks/EYKMH5G5.js";
8
- import "../__chunks/KUU7WJ55.js";
9
- import "../__chunks/LVA2YJMS.js";
5
+ } from "../__chunks/IAEAQUOT.js";
6
+ import "../__chunks/2RSXSRCN.js";
7
+ import "../__chunks/PFRGBC2K.js";
10
8
  import "../__chunks/SWN3JYXT.js";
11
- import "../__chunks/LMDWO4NN.js";
9
+ import "../__chunks/EYKMH5G5.js";
10
+ import "../__chunks/RNCDFVMF.js";
12
11
  import "../__chunks/YV4JVR4I.js";
12
+ import "../__chunks/LMDWO4NN.js";
13
13
  import "../__chunks/ABQUS43J.js";
14
14
  import "../__chunks/SK3NAZA3.js";
15
15
  import "../__chunks/3YLGPPWQ.js";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  CollectionItem,
4
4
  useCollectionItemOffscreen
5
- } from "../__chunks/NZPTZ4KI.js";
5
+ } from "../__chunks/3NAWWYOJ.js";
6
+ import "../__chunks/XL7CSKGW.js";
6
7
  import "../__chunks/RZ4GPYOB.js";
7
8
  import "../__chunks/VDHZ5F7K.js";
8
- import "../__chunks/XL7CSKGW.js";
9
9
  import "../__chunks/LMDWO4NN.js";
10
10
  import "../__chunks/ABQUS43J.js";
11
11
  import "../__chunks/SK3NAZA3.js";
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  useCollectionStore
4
4
  } from "../__chunks/C3IKGW5T.js";
5
+ import "../__chunks/YV4JVR4I.js";
5
6
  import {
6
7
  CollectionContextProvider
7
8
  } from "../__chunks/VDHZ5F7K.js";
8
9
  import "../__chunks/LMDWO4NN.js";
9
- import "../__chunks/YV4JVR4I.js";
10
10
  import "../__chunks/ABQUS43J.js";
11
11
  import "../__chunks/SK3NAZA3.js";
12
12
  import "../__chunks/3YLGPPWQ.js";
@@ -51,111 +51,113 @@ export declare function useCollectionRenderer<T extends Item = any>({ store, ite
51
51
  wrapElement?: import("../utils/types.ts").WrapElement;
52
52
  render?: import("../utils/types.ts").RenderProp | import("react").ReactElement;
53
53
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
54
- defaultChecked?: boolean | undefined;
54
+ defaultChecked?: boolean | undefined | undefined;
55
55
  defaultValue?: string | number | readonly string[] | undefined;
56
- suppressContentEditableWarning?: boolean | undefined;
57
- suppressHydrationWarning?: boolean | undefined;
58
- accessKey?: string | undefined;
59
- autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
60
- autoFocus?: boolean | undefined;
61
- className?: string | undefined;
62
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
63
- contextMenu?: string | undefined;
64
- dir?: string | undefined;
56
+ suppressContentEditableWarning?: boolean | undefined | undefined;
57
+ suppressHydrationWarning?: boolean | undefined | undefined;
58
+ accessKey?: string | undefined | undefined;
59
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
60
+ autoFocus?: boolean | undefined | undefined;
61
+ className?: string | undefined | undefined;
62
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
63
+ contextMenu?: string | undefined | undefined;
64
+ dir?: string | undefined | undefined;
65
65
  draggable?: (boolean | "false" | "true") | undefined;
66
- enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
67
- hidden?: boolean | undefined;
68
- id?: string | undefined;
69
- lang?: string | undefined;
70
- nonce?: string | undefined;
71
- slot?: string | undefined;
66
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
67
+ hidden?: boolean | undefined | undefined;
68
+ id?: string | undefined | undefined;
69
+ lang?: string | undefined | undefined;
70
+ nonce?: string | undefined | undefined;
71
+ slot?: string | undefined | undefined;
72
72
  spellCheck?: (boolean | "false" | "true") | undefined;
73
73
  style?: CSSProperties | undefined;
74
- tabIndex?: number | undefined;
75
- title?: string | undefined;
76
- translate?: "yes" | "no" | undefined;
77
- radioGroup?: string | undefined;
74
+ tabIndex?: number | undefined | undefined;
75
+ title?: string | undefined | undefined;
76
+ translate?: "yes" | "no" | undefined | undefined;
77
+ radioGroup?: string | undefined | undefined;
78
78
  role?: import("react").AriaRole | undefined;
79
- about?: string | undefined;
80
- content?: string | undefined;
81
- datatype?: string | undefined;
79
+ about?: string | undefined | undefined;
80
+ content?: string | undefined | undefined;
81
+ datatype?: string | undefined | undefined;
82
82
  inlist?: any;
83
- prefix?: string | undefined;
84
- property?: string | undefined;
85
- rel?: string | undefined;
86
- resource?: string | undefined;
87
- rev?: string | undefined;
88
- typeof?: string | undefined;
89
- vocab?: string | undefined;
90
- autoCorrect?: string | undefined;
91
- autoSave?: string | undefined;
92
- color?: string | undefined;
93
- itemProp?: string | undefined;
94
- itemScope?: boolean | undefined;
95
- itemType?: string | undefined;
96
- itemID?: string | undefined;
97
- itemRef?: string | undefined;
98
- results?: number | undefined;
99
- security?: string | undefined;
100
- unselectable?: "on" | "off" | undefined;
101
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
102
- is?: string | undefined;
103
- "aria-activedescendant"?: string | undefined;
83
+ prefix?: string | undefined | undefined;
84
+ property?: string | undefined | undefined;
85
+ rel?: string | undefined | undefined;
86
+ resource?: string | undefined | undefined;
87
+ rev?: string | undefined | undefined;
88
+ typeof?: string | undefined | undefined;
89
+ vocab?: string | undefined | undefined;
90
+ autoCorrect?: string | undefined | undefined;
91
+ autoSave?: string | undefined | undefined;
92
+ color?: string | undefined | undefined;
93
+ itemProp?: string | undefined | undefined;
94
+ itemScope?: boolean | undefined | undefined;
95
+ itemType?: string | undefined | undefined;
96
+ itemID?: string | undefined | undefined;
97
+ itemRef?: string | undefined | undefined;
98
+ results?: number | undefined | undefined;
99
+ security?: string | undefined | undefined;
100
+ unselectable?: "on" | "off" | undefined | undefined;
101
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
102
+ is?: string | undefined | undefined;
103
+ exportparts?: string | undefined | undefined;
104
+ part?: string | undefined | undefined;
105
+ "aria-activedescendant"?: string | undefined | undefined;
104
106
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
105
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
106
- "aria-braillelabel"?: string | undefined;
107
- "aria-brailleroledescription"?: string | undefined;
107
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
108
+ "aria-braillelabel"?: string | undefined | undefined;
109
+ "aria-brailleroledescription"?: string | undefined | undefined;
108
110
  "aria-busy"?: (boolean | "false" | "true") | undefined;
109
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
110
- "aria-colcount"?: number | undefined;
111
- "aria-colindex"?: number | undefined;
112
- "aria-colindextext"?: string | undefined;
113
- "aria-colspan"?: number | undefined;
114
- "aria-controls"?: string | undefined;
115
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
116
- "aria-describedby"?: string | undefined;
117
- "aria-description"?: string | undefined;
118
- "aria-details"?: string | undefined;
111
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
112
+ "aria-colcount"?: number | undefined | undefined;
113
+ "aria-colindex"?: number | undefined | undefined;
114
+ "aria-colindextext"?: string | undefined | undefined;
115
+ "aria-colspan"?: number | undefined | undefined;
116
+ "aria-controls"?: string | undefined | undefined;
117
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
118
+ "aria-describedby"?: string | undefined | undefined;
119
+ "aria-description"?: string | undefined | undefined;
120
+ "aria-details"?: string | undefined | undefined;
119
121
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
120
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
121
- "aria-errormessage"?: string | undefined;
122
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
123
+ "aria-errormessage"?: string | undefined | undefined;
122
124
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
123
- "aria-flowto"?: string | undefined;
125
+ "aria-flowto"?: string | undefined | undefined;
124
126
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
125
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
127
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
126
128
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
127
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
128
- "aria-keyshortcuts"?: string | undefined;
129
- "aria-label"?: string | undefined;
130
- "aria-labelledby"?: string | undefined;
131
- "aria-level"?: number | undefined;
132
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
129
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
130
+ "aria-keyshortcuts"?: string | undefined | undefined;
131
+ "aria-label"?: string | undefined | undefined;
132
+ "aria-labelledby"?: string | undefined | undefined;
133
+ "aria-level"?: number | undefined | undefined;
134
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
133
135
  "aria-modal"?: (boolean | "false" | "true") | undefined;
134
136
  "aria-multiline"?: (boolean | "false" | "true") | undefined;
135
137
  "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
136
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
137
- "aria-owns"?: string | undefined;
138
- "aria-placeholder"?: string | undefined;
139
- "aria-posinset"?: number | undefined;
140
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
138
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
139
+ "aria-owns"?: string | undefined | undefined;
140
+ "aria-placeholder"?: string | undefined | undefined;
141
+ "aria-posinset"?: number | undefined | undefined;
142
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
141
143
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
142
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
144
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
143
145
  "aria-required"?: (boolean | "false" | "true") | undefined;
144
- "aria-roledescription"?: string | undefined;
145
- "aria-rowcount"?: number | undefined;
146
- "aria-rowindex"?: number | undefined;
147
- "aria-rowindextext"?: string | undefined;
148
- "aria-rowspan"?: number | undefined;
146
+ "aria-roledescription"?: string | undefined | undefined;
147
+ "aria-rowcount"?: number | undefined | undefined;
148
+ "aria-rowindex"?: number | undefined | undefined;
149
+ "aria-rowindextext"?: string | undefined | undefined;
150
+ "aria-rowspan"?: number | undefined | undefined;
149
151
  "aria-selected"?: (boolean | "false" | "true") | undefined;
150
- "aria-setsize"?: number | undefined;
151
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
152
- "aria-valuemax"?: number | undefined;
153
- "aria-valuemin"?: number | undefined;
154
- "aria-valuenow"?: number | undefined;
155
- "aria-valuetext"?: string | undefined;
152
+ "aria-setsize"?: number | undefined | undefined;
153
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
154
+ "aria-valuemax"?: number | undefined | undefined;
155
+ "aria-valuemin"?: number | undefined | undefined;
156
+ "aria-valuenow"?: number | undefined | undefined;
157
+ "aria-valuetext"?: string | undefined | undefined;
156
158
  dangerouslySetInnerHTML?: {
157
159
  __html: string | TrustedHTML;
158
- } | undefined;
160
+ } | undefined | undefined;
159
161
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
160
162
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
161
163
  onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -4,10 +4,10 @@ import {
4
4
  getCollectionRendererItem,
5
5
  getCollectionRendererItemId,
6
6
  useCollectionRenderer
7
- } from "../__chunks/WTCO46W5.js";
7
+ } from "../__chunks/AELVTXWA.js";
8
+ import "../__chunks/YV4JVR4I.js";
8
9
  import "../__chunks/VDHZ5F7K.js";
9
10
  import "../__chunks/LMDWO4NN.js";
10
- import "../__chunks/YV4JVR4I.js";
11
11
  import "../__chunks/ABQUS43J.js";
12
12
  import "../__chunks/SK3NAZA3.js";
13
13
  import "../__chunks/3YLGPPWQ.js";
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import {
3
3
  useComboboxProviderContext
4
- } from "../__chunks/VEVQD5MH.js";
5
- import {
6
- useButton
7
- } from "../__chunks/X5NMLKT6.js";
8
- import "../__chunks/KUU7WJ55.js";
9
- import "../__chunks/P7GR5CS5.js";
10
- import "../__chunks/VDHZ5F7K.js";
4
+ } from "../__chunks/S43UC3DV.js";
11
5
  import "../__chunks/MTZPJQMC.js";
12
6
  import "../__chunks/RS7LB2H4.js";
13
7
  import "../__chunks/S6EF7IVO.js";
14
- import "../__chunks/LVA2YJMS.js";
8
+ import "../__chunks/P7GR5CS5.js";
9
+ import {
10
+ useButton
11
+ } from "../__chunks/PCKO3OQ5.js";
12
+ import "../__chunks/2RSXSRCN.js";
13
+ import "../__chunks/PFRGBC2K.js";
15
14
  import "../__chunks/SWN3JYXT.js";
15
+ import "../__chunks/VDHZ5F7K.js";
16
16
  import {
17
17
  createElement,
18
18
  createHook,
@@ -8,12 +8,12 @@ import {
8
8
  useComboboxContext,
9
9
  useComboboxProviderContext,
10
10
  useComboboxScopedContext
11
- } from "../__chunks/VEVQD5MH.js";
12
- import "../__chunks/P7GR5CS5.js";
13
- import "../__chunks/VDHZ5F7K.js";
11
+ } from "../__chunks/S43UC3DV.js";
14
12
  import "../__chunks/MTZPJQMC.js";
15
13
  import "../__chunks/RS7LB2H4.js";
16
14
  import "../__chunks/S6EF7IVO.js";
15
+ import "../__chunks/P7GR5CS5.js";
16
+ import "../__chunks/VDHZ5F7K.js";
17
17
  import "../__chunks/LMDWO4NN.js";
18
18
  import "../__chunks/ABQUS43J.js";
19
19
  import "../__chunks/SK3NAZA3.js";
@@ -1,20 +1,20 @@
1
1
  "use client";
2
- import {
3
- useComboboxProviderContext
4
- } from "../__chunks/VEVQD5MH.js";
5
2
  import {
6
3
  useDialogDisclosure
7
- } from "../__chunks/AXB53BZF.js";
8
- import "../__chunks/P4IRICAX.js";
9
- import "../__chunks/X5NMLKT6.js";
10
- import "../__chunks/KUU7WJ55.js";
11
- import "../__chunks/P7GR5CS5.js";
12
- import "../__chunks/VDHZ5F7K.js";
4
+ } from "../__chunks/NTITENHD.js";
5
+ import "../__chunks/F5MUBM3I.js";
6
+ import {
7
+ useComboboxProviderContext
8
+ } from "../__chunks/S43UC3DV.js";
13
9
  import "../__chunks/MTZPJQMC.js";
14
10
  import "../__chunks/RS7LB2H4.js";
15
11
  import "../__chunks/S6EF7IVO.js";
16
- import "../__chunks/LVA2YJMS.js";
12
+ import "../__chunks/P7GR5CS5.js";
13
+ import "../__chunks/PCKO3OQ5.js";
14
+ import "../__chunks/2RSXSRCN.js";
15
+ import "../__chunks/PFRGBC2K.js";
17
16
  import "../__chunks/SWN3JYXT.js";
17
+ import "../__chunks/VDHZ5F7K.js";
18
18
  import {
19
19
  createElement,
20
20
  createHook,
@@ -6,12 +6,12 @@ import "../__chunks/36LIF33V.js";
6
6
  import "../__chunks/7HVFURXT.js";
7
7
  import {
8
8
  useComboboxScopedContext
9
- } from "../__chunks/VEVQD5MH.js";
10
- import "../__chunks/P7GR5CS5.js";
11
- import "../__chunks/VDHZ5F7K.js";
9
+ } from "../__chunks/S43UC3DV.js";
12
10
  import "../__chunks/MTZPJQMC.js";
13
11
  import "../__chunks/RS7LB2H4.js";
14
12
  import "../__chunks/S6EF7IVO.js";
13
+ import "../__chunks/P7GR5CS5.js";
14
+ import "../__chunks/VDHZ5F7K.js";
15
15
  import {
16
16
  createElement,
17
17
  createHook,
@@ -1,16 +1,16 @@
1
1
  "use client";
2
- import {
3
- useCheckboxCheck
4
- } from "../__chunks/5JCRYSSV.js";
5
- import "../__chunks/EYKMH5G5.js";
6
2
  import {
7
3
  ComboboxItemCheckedContext
8
- } from "../__chunks/VEVQD5MH.js";
9
- import "../__chunks/P7GR5CS5.js";
10
- import "../__chunks/VDHZ5F7K.js";
4
+ } from "../__chunks/S43UC3DV.js";
11
5
  import "../__chunks/MTZPJQMC.js";
12
6
  import "../__chunks/RS7LB2H4.js";
13
7
  import "../__chunks/S6EF7IVO.js";
8
+ import "../__chunks/P7GR5CS5.js";
9
+ import {
10
+ useCheckboxCheck
11
+ } from "../__chunks/5JCRYSSV.js";
12
+ import "../__chunks/EYKMH5G5.js";
13
+ import "../__chunks/VDHZ5F7K.js";
14
14
  import {
15
15
  createElement,
16
16
  createHook,