@protonradio/proton-ui 0.11.8 → 0.11.10-beta.1

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 (1057) hide show
  1. package/dist/_virtual/index.cjs.js +2 -0
  2. package/dist/_virtual/index.cjs.js.map +1 -0
  3. package/dist/_virtual/index.es.js +5 -0
  4. package/dist/_virtual/index.es.js.map +1 -0
  5. package/dist/_virtual/jsx-runtime.cjs.js +2 -0
  6. package/dist/_virtual/jsx-runtime.cjs.js.map +1 -0
  7. package/dist/_virtual/jsx-runtime.es.js +5 -0
  8. package/dist/_virtual/jsx-runtime.es.js.map +1 -0
  9. package/dist/_virtual/react-jsx-runtime.development.cjs.js +2 -0
  10. package/dist/_virtual/react-jsx-runtime.development.cjs.js.map +1 -0
  11. package/dist/_virtual/react-jsx-runtime.development.es.js +5 -0
  12. package/dist/_virtual/react-jsx-runtime.development.es.js.map +1 -0
  13. package/dist/_virtual/react-jsx-runtime.production.min.cjs.js +2 -0
  14. package/dist/_virtual/react-jsx-runtime.production.min.cjs.js.map +1 -0
  15. package/dist/_virtual/react-jsx-runtime.production.min.es.js +5 -0
  16. package/dist/_virtual/react-jsx-runtime.production.min.es.js.map +1 -0
  17. package/dist/_virtual/use-sync-external-store-shim.development.cjs.js +2 -0
  18. package/dist/_virtual/use-sync-external-store-shim.development.cjs.js.map +1 -0
  19. package/dist/_virtual/use-sync-external-store-shim.development.es.js +5 -0
  20. package/dist/_virtual/use-sync-external-store-shim.development.es.js.map +1 -0
  21. package/dist/_virtual/use-sync-external-store-shim.production.cjs.js +2 -0
  22. package/dist/_virtual/use-sync-external-store-shim.production.cjs.js.map +1 -0
  23. package/dist/_virtual/use-sync-external-store-shim.production.es.js +5 -0
  24. package/dist/_virtual/use-sync-external-store-shim.production.es.js.map +1 -0
  25. package/dist/assets/svg/icons.svg.cjs.js +2 -0
  26. package/dist/assets/svg/icons.svg.cjs.js.map +1 -0
  27. package/dist/assets/svg/icons.svg.es.js +5 -0
  28. package/dist/assets/svg/icons.svg.es.js.map +1 -0
  29. package/dist/components/ActionMenu/ActionMenu.cjs.js +2 -0
  30. package/dist/components/ActionMenu/ActionMenu.cjs.js.map +1 -0
  31. package/dist/components/ActionMenu/ActionMenu.es.js +210 -0
  32. package/dist/components/ActionMenu/ActionMenu.es.js.map +1 -0
  33. package/dist/components/Badge/Badge.cjs.js +2 -0
  34. package/dist/components/Badge/Badge.cjs.js.map +1 -0
  35. package/dist/components/Badge/Badge.es.js +25 -0
  36. package/dist/components/Badge/Badge.es.js.map +1 -0
  37. package/dist/components/Banner/Banner.cjs.js +2 -0
  38. package/dist/components/Banner/Banner.cjs.js.map +1 -0
  39. package/dist/components/Banner/Banner.es.js +131 -0
  40. package/dist/components/Banner/Banner.es.js.map +1 -0
  41. package/dist/components/Button/Button.cjs.js +2 -0
  42. package/dist/components/Button/Button.cjs.js.map +1 -0
  43. package/dist/components/Button/Button.es.js +99 -0
  44. package/dist/components/Button/Button.es.js.map +1 -0
  45. package/dist/components/ButtonGroup/ButtonGroup.cjs.js +2 -0
  46. package/dist/components/ButtonGroup/ButtonGroup.cjs.js.map +1 -0
  47. package/dist/components/ButtonGroup/ButtonGroup.es.js +51 -0
  48. package/dist/components/ButtonGroup/ButtonGroup.es.js.map +1 -0
  49. package/dist/components/ButtonWithSelect/ButtonWithSelect.cjs.js +2 -0
  50. package/dist/components/ButtonWithSelect/ButtonWithSelect.cjs.js.map +1 -0
  51. package/dist/components/ButtonWithSelect/ButtonWithSelect.es.js +81 -0
  52. package/dist/components/ButtonWithSelect/ButtonWithSelect.es.js.map +1 -0
  53. package/dist/components/DataTable/DataTable.cjs.js +2 -0
  54. package/dist/components/DataTable/DataTable.cjs.js.map +1 -0
  55. package/dist/components/DataTable/DataTable.es.js +137 -0
  56. package/dist/components/DataTable/DataTable.es.js.map +1 -0
  57. package/dist/components/Dialog/Dialog.cjs.js +2 -0
  58. package/dist/components/Dialog/Dialog.cjs.js.map +1 -0
  59. package/dist/components/Dialog/Dialog.es.js +15 -0
  60. package/dist/components/Dialog/Dialog.es.js.map +1 -0
  61. package/dist/components/Elevation/Elevation.cjs.js +2 -0
  62. package/dist/components/Elevation/Elevation.cjs.js.map +1 -0
  63. package/dist/components/Elevation/Elevation.es.js +33 -0
  64. package/dist/components/Elevation/Elevation.es.js.map +1 -0
  65. package/dist/components/Icon/Icon.cjs.js +2 -0
  66. package/dist/components/Icon/Icon.cjs.js.map +1 -0
  67. package/dist/components/Icon/Icon.es.js +42 -0
  68. package/dist/components/Icon/Icon.es.js.map +1 -0
  69. package/dist/components/ImageBackground/ImageBackground.cjs.js +2 -0
  70. package/dist/components/ImageBackground/ImageBackground.cjs.js.map +1 -0
  71. package/dist/components/ImageBackground/ImageBackground.es.js +55 -0
  72. package/dist/components/ImageBackground/ImageBackground.es.js.map +1 -0
  73. package/dist/components/Input/BaseInput/Input.cjs.js +2 -0
  74. package/dist/components/Input/BaseInput/Input.cjs.js.map +1 -0
  75. package/dist/components/Input/BaseInput/Input.es.js +182 -0
  76. package/dist/components/Input/BaseInput/Input.es.js.map +1 -0
  77. package/dist/components/Input/CopyInput/CopyInput.cjs.js +2 -0
  78. package/dist/components/Input/CopyInput/CopyInput.cjs.js.map +1 -0
  79. package/dist/components/Input/CopyInput/CopyInput.es.js +83 -0
  80. package/dist/components/Input/CopyInput/CopyInput.es.js.map +1 -0
  81. package/dist/components/Input/SearchInput/SearchInput.cjs.js +2 -0
  82. package/dist/components/Input/SearchInput/SearchInput.cjs.js.map +1 -0
  83. package/dist/components/Input/SearchInput/SearchInput.es.js +118 -0
  84. package/dist/components/Input/SearchInput/SearchInput.es.js.map +1 -0
  85. package/dist/components/ListBox/ListBox.cjs.js +2 -0
  86. package/dist/components/ListBox/ListBox.cjs.js.map +1 -0
  87. package/dist/components/ListBox/ListBox.es.js +25 -0
  88. package/dist/components/ListBox/ListBox.es.js.map +1 -0
  89. package/dist/components/Menu/MenuTrigger.cjs.js +2 -0
  90. package/dist/components/Menu/MenuTrigger.cjs.js.map +1 -0
  91. package/dist/components/Menu/MenuTrigger.es.js +97 -0
  92. package/dist/components/Menu/MenuTrigger.es.js.map +1 -0
  93. package/dist/components/Menu/PopoverMenu.cjs.js +2 -0
  94. package/dist/components/Menu/PopoverMenu.cjs.js.map +1 -0
  95. package/dist/components/Menu/PopoverMenu.es.js +116 -0
  96. package/dist/components/Menu/PopoverMenu.es.js.map +1 -0
  97. package/dist/components/Modal/Modal.cjs.js +2 -0
  98. package/dist/components/Modal/Modal.cjs.js.map +1 -0
  99. package/dist/components/Modal/Modal.es.js +122 -0
  100. package/dist/components/Modal/Modal.es.js.map +1 -0
  101. package/dist/components/Popover/Popover.cjs.js +2 -0
  102. package/dist/components/Popover/Popover.cjs.js.map +1 -0
  103. package/dist/components/Popover/Popover.es.js +74 -0
  104. package/dist/components/Popover/Popover.es.js.map +1 -0
  105. package/dist/components/ScreenOverlay/ScreenOverlay.cjs.js +2 -0
  106. package/dist/components/ScreenOverlay/ScreenOverlay.cjs.js.map +1 -0
  107. package/dist/components/ScreenOverlay/ScreenOverlay.es.js +44 -0
  108. package/dist/components/ScreenOverlay/ScreenOverlay.es.js.map +1 -0
  109. package/dist/components/Select/Select.cjs.js +2 -0
  110. package/dist/components/Select/Select.cjs.js.map +1 -0
  111. package/dist/components/Select/Select.es.js +173 -0
  112. package/dist/components/Select/Select.es.js.map +1 -0
  113. package/dist/components/Switch/Switch.cjs.js +2 -0
  114. package/dist/components/Switch/Switch.cjs.js.map +1 -0
  115. package/dist/components/Switch/Switch.es.js +40 -0
  116. package/dist/components/Switch/Switch.es.js.map +1 -0
  117. package/dist/components/Table/Collection/CompoundComponents.cjs.js +2 -0
  118. package/dist/components/Table/Collection/CompoundComponents.cjs.js.map +1 -0
  119. package/dist/components/Table/Collection/CompoundComponents.es.js +9 -0
  120. package/dist/components/Table/Collection/CompoundComponents.es.js.map +1 -0
  121. package/dist/components/Table/Collection/collectionParser.cjs.js +2 -0
  122. package/dist/components/Table/Collection/collectionParser.cjs.js.map +1 -0
  123. package/dist/components/Table/Collection/collectionParser.es.js +54 -0
  124. package/dist/components/Table/Collection/collectionParser.es.js.map +1 -0
  125. package/dist/components/Table/Collection/useTableCollection.cjs.js +2 -0
  126. package/dist/components/Table/Collection/useTableCollection.cjs.js.map +1 -0
  127. package/dist/components/Table/Collection/useTableCollection.es.js +59 -0
  128. package/dist/components/Table/Collection/useTableCollection.es.js.map +1 -0
  129. package/dist/components/Table/Table.cjs.js +2 -0
  130. package/dist/components/Table/Table.cjs.js.map +1 -0
  131. package/dist/components/Table/Table.es.js +89 -0
  132. package/dist/components/Table/Table.es.js.map +1 -0
  133. package/dist/components/Text/TextEllipsis/TextEllipsis.cjs.js +2 -0
  134. package/dist/components/Text/TextEllipsis/TextEllipsis.cjs.js.map +1 -0
  135. package/dist/components/Text/TextEllipsis/TextEllipsis.es.js +30 -0
  136. package/dist/components/Text/TextEllipsis/TextEllipsis.es.js.map +1 -0
  137. package/dist/components/Text/TextEmphasis/TextEmphasis.cjs.js +2 -0
  138. package/dist/components/Text/TextEmphasis/TextEmphasis.cjs.js.map +1 -0
  139. package/dist/components/Text/TextEmphasis/TextEmphasis.es.js +54 -0
  140. package/dist/components/Text/TextEmphasis/TextEmphasis.es.js.map +1 -0
  141. package/dist/components/ThemeProvider.cjs.js +2 -0
  142. package/dist/components/ThemeProvider.cjs.js.map +1 -0
  143. package/dist/components/ThemeProvider.es.js +42 -0
  144. package/dist/components/ThemeProvider.es.js.map +1 -0
  145. package/dist/components/Tombstone/Tombstone.cjs.js +2 -0
  146. package/dist/components/Tombstone/Tombstone.cjs.js.map +1 -0
  147. package/dist/components/Tombstone/Tombstone.es.js +35 -0
  148. package/dist/components/Tombstone/Tombstone.es.js.map +1 -0
  149. package/dist/components/Tooltip/Tooltip.cjs.js +2 -0
  150. package/dist/components/Tooltip/Tooltip.cjs.js.map +1 -0
  151. package/dist/components/Tooltip/Tooltip.es.js +78 -0
  152. package/dist/components/Tooltip/Tooltip.es.js.map +1 -0
  153. package/dist/components/Waveform/Waveform.cjs.js +2 -0
  154. package/dist/components/Waveform/Waveform.cjs.js.map +1 -0
  155. package/dist/components/Waveform/Waveform.es.js +163 -0
  156. package/dist/components/Waveform/Waveform.es.js.map +1 -0
  157. package/dist/components/Waveform/WaveformBar.cjs.js +2 -0
  158. package/dist/components/Waveform/WaveformBar.cjs.js.map +1 -0
  159. package/dist/components/Waveform/WaveformBar.es.js +74 -0
  160. package/dist/components/Waveform/WaveformBar.es.js.map +1 -0
  161. package/dist/constants/breakpoint.cjs.js +2 -0
  162. package/dist/constants/breakpoint.cjs.js.map +1 -0
  163. package/dist/{breakpoint-9y1_8U_b.mjs → constants/breakpoint.es.js} +2 -2
  164. package/dist/constants/breakpoint.es.js.map +1 -0
  165. package/dist/constants/placement.cjs.js +2 -0
  166. package/dist/constants/placement.cjs.js.map +1 -0
  167. package/dist/constants/placement.es.js +28 -0
  168. package/dist/constants/placement.es.js.map +1 -0
  169. package/dist/constants.cjs.js +1 -1
  170. package/dist/constants.cjs.js.map +1 -1
  171. package/dist/constants.es.js +3 -26
  172. package/dist/constants.es.js.map +1 -1
  173. package/dist/design/colors.cjs.js +2 -0
  174. package/dist/design/colors.cjs.js.map +1 -0
  175. package/dist/{colors-CWaj9dFz.mjs → design/colors.es.js} +7 -7
  176. package/dist/design/colors.es.js.map +1 -0
  177. package/dist/design/darkTheme/colors.cjs.js +2 -0
  178. package/dist/{colors-Ceyo4oCJ.mjs.map → design/darkTheme/colors.cjs.js.map} +1 -1
  179. package/dist/{colors-Ceyo4oCJ.mjs → design/darkTheme/colors.es.js} +13 -13
  180. package/dist/{colors-CebzFjpe.js.map → design/darkTheme/colors.es.js.map} +1 -1
  181. package/dist/design/darkTheme/stylesheet.cjs.js +2 -0
  182. package/dist/design/darkTheme/stylesheet.cjs.js.map +1 -0
  183. package/dist/{dark.es.js → design/darkTheme/stylesheet.es.js} +9 -15
  184. package/dist/design/darkTheme/stylesheet.es.js.map +1 -0
  185. package/dist/design/darkTheme.cjs.js +2 -0
  186. package/dist/design/darkTheme.cjs.js.map +1 -0
  187. package/dist/design/darkTheme.d.ts +2 -0
  188. package/dist/design/darkTheme.es.js +11 -0
  189. package/dist/design/darkTheme.es.js.map +1 -0
  190. package/dist/design/generateStylesheet.cjs.js +2 -0
  191. package/dist/design/generateStylesheet.cjs.js.map +1 -0
  192. package/dist/design/generateStylesheet.es.js +26 -0
  193. package/dist/design/generateStylesheet.es.js.map +1 -0
  194. package/dist/design/lightTheme/colors.cjs.js +2 -0
  195. package/dist/{colors-DMkDnu4U.mjs.map → design/lightTheme/colors.cjs.js.map} +1 -1
  196. package/dist/{colors-DMkDnu4U.mjs → design/lightTheme/colors.es.js} +11 -11
  197. package/dist/{colors-DL1dYffC.js.map → design/lightTheme/colors.es.js.map} +1 -1
  198. package/dist/design/lightTheme/stylesheet.cjs.js +2 -0
  199. package/dist/design/lightTheme/stylesheet.cjs.js.map +1 -0
  200. package/dist/{light.es.js → design/lightTheme/stylesheet.es.js} +10 -16
  201. package/dist/design/lightTheme/stylesheet.es.js.map +1 -0
  202. package/dist/design/lightTheme.cjs.js +2 -0
  203. package/dist/design/lightTheme.cjs.js.map +1 -0
  204. package/dist/design/lightTheme.d.ts +2 -0
  205. package/dist/design/lightTheme.es.js +11 -0
  206. package/dist/design/lightTheme.es.js.map +1 -0
  207. package/dist/design/theme.cjs.js +2 -0
  208. package/dist/design/theme.cjs.js.map +1 -0
  209. package/dist/design/theme.es.js +12 -0
  210. package/dist/design/theme.es.js.map +1 -0
  211. package/dist/design.cjs.js +2 -0
  212. package/dist/design.cjs.js.map +1 -0
  213. package/dist/design.es.js +13 -0
  214. package/dist/design.es.js.map +1 -0
  215. package/dist/hooks/useBreakpoint.cjs.js +2 -0
  216. package/dist/hooks/useBreakpoint.cjs.js.map +1 -0
  217. package/dist/hooks/useBreakpoint.es.js +17 -0
  218. package/dist/hooks/useBreakpoint.es.js.map +1 -0
  219. package/dist/hooks/useIsClosing.cjs.js +2 -0
  220. package/dist/hooks/useIsClosing.cjs.js.map +1 -0
  221. package/dist/hooks/useIsClosing.es.js +30 -0
  222. package/dist/hooks/useIsClosing.es.js.map +1 -0
  223. package/dist/hooks/useLockBodyScroll.cjs.js +2 -0
  224. package/dist/hooks/useLockBodyScroll.cjs.js.map +1 -0
  225. package/dist/hooks/useLockBodyScroll.es.js +14 -0
  226. package/dist/hooks/useLockBodyScroll.es.js.map +1 -0
  227. package/dist/hooks/usePalette.cjs.js +2 -0
  228. package/dist/hooks/usePalette.cjs.js.map +1 -0
  229. package/dist/hooks/usePalette.es.js +37 -0
  230. package/dist/hooks/usePalette.es.js.map +1 -0
  231. package/dist/hooks.cjs.js +1 -1
  232. package/dist/hooks.cjs.js.map +1 -1
  233. package/dist/hooks.es.js +8 -37
  234. package/dist/hooks.es.js.map +1 -1
  235. package/dist/index.cjs.js +1 -30
  236. package/dist/index.cjs.js.map +1 -1
  237. package/dist/index.d.ts +78 -62
  238. package/dist/index.es.js +61 -5340
  239. package/dist/index.es.js.map +1 -1
  240. package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.cjs.js +2 -0
  241. package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.cjs.js.map +1 -0
  242. package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.es.js +48 -0
  243. package/dist/node_modules/@internationalized/string/dist/LocalizedStringDictionary.es.js.map +1 -0
  244. package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.cjs.js +2 -0
  245. package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.cjs.js.map +1 -0
  246. package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.es.js +33 -0
  247. package/dist/node_modules/@internationalized/string/dist/LocalizedStringFormatter.es.js.map +1 -0
  248. package/dist/node_modules/@react-aria/button/dist/useButton.cjs.js +2 -0
  249. package/dist/node_modules/@react-aria/button/dist/useButton.cjs.js.map +1 -0
  250. package/dist/node_modules/@react-aria/button/dist/useButton.es.js +55 -0
  251. package/dist/node_modules/@react-aria/button/dist/useButton.es.js.map +1 -0
  252. package/dist/node_modules/@react-aria/collections/dist/BaseCollection.cjs.js +2 -0
  253. package/dist/node_modules/@react-aria/collections/dist/BaseCollection.cjs.js.map +1 -0
  254. package/dist/node_modules/@react-aria/collections/dist/BaseCollection.es.js +135 -0
  255. package/dist/node_modules/@react-aria/collections/dist/BaseCollection.es.js.map +1 -0
  256. package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.cjs.js +2 -0
  257. package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.cjs.js.map +1 -0
  258. package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.es.js +145 -0
  259. package/dist/node_modules/@react-aria/collections/dist/CollectionBuilder.es.js.map +1 -0
  260. package/dist/node_modules/@react-aria/collections/dist/Document.cjs.js +2 -0
  261. package/dist/node_modules/@react-aria/collections/dist/Document.cjs.js.map +1 -0
  262. package/dist/node_modules/@react-aria/collections/dist/Document.es.js +220 -0
  263. package/dist/node_modules/@react-aria/collections/dist/Document.es.js.map +1 -0
  264. package/dist/node_modules/@react-aria/collections/dist/Hidden.cjs.js +2 -0
  265. package/dist/node_modules/@react-aria/collections/dist/Hidden.cjs.js.map +1 -0
  266. package/dist/node_modules/@react-aria/collections/dist/Hidden.es.js +36 -0
  267. package/dist/node_modules/@react-aria/collections/dist/Hidden.es.js.map +1 -0
  268. package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.cjs.js +2 -0
  269. package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.cjs.js.map +1 -0
  270. package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.es.js +37 -0
  271. package/dist/node_modules/@react-aria/collections/dist/useCachedChildren.es.js.map +1 -0
  272. package/dist/node_modules/@react-aria/dialog/dist/useDialog.cjs.js +2 -0
  273. package/dist/node_modules/@react-aria/dialog/dist/useDialog.cjs.js.map +1 -0
  274. package/dist/node_modules/@react-aria/dialog/dist/useDialog.es.js +44 -0
  275. package/dist/node_modules/@react-aria/dialog/dist/useDialog.es.js.map +1 -0
  276. package/dist/node_modules/@react-aria/focus/dist/FocusScope.cjs.js +2 -0
  277. package/dist/node_modules/@react-aria/focus/dist/FocusScope.cjs.js.map +1 -0
  278. package/dist/node_modules/@react-aria/focus/dist/FocusScope.es.js +437 -0
  279. package/dist/node_modules/@react-aria/focus/dist/FocusScope.es.js.map +1 -0
  280. package/dist/node_modules/@react-aria/focus/dist/virtualFocus.cjs.js +2 -0
  281. package/dist/node_modules/@react-aria/focus/dist/virtualFocus.cjs.js.map +1 -0
  282. package/dist/node_modules/@react-aria/focus/dist/virtualFocus.es.js +32 -0
  283. package/dist/node_modules/@react-aria/focus/dist/virtualFocus.es.js.map +1 -0
  284. package/dist/node_modules/@react-aria/form/dist/useFormValidation.cjs.js +2 -0
  285. package/dist/node_modules/@react-aria/form/dist/useFormValidation.cjs.js.map +1 -0
  286. package/dist/node_modules/@react-aria/form/dist/useFormValidation.es.js +78 -0
  287. package/dist/node_modules/@react-aria/form/dist/useFormValidation.es.js.map +1 -0
  288. package/dist/node_modules/@react-aria/i18n/dist/context.cjs.js +2 -0
  289. package/dist/node_modules/@react-aria/i18n/dist/context.cjs.js.map +1 -0
  290. package/dist/node_modules/@react-aria/i18n/dist/context.es.js +11 -0
  291. package/dist/node_modules/@react-aria/i18n/dist/context.es.js.map +1 -0
  292. package/dist/node_modules/@react-aria/i18n/dist/useCollator.cjs.js +2 -0
  293. package/dist/node_modules/@react-aria/i18n/dist/useCollator.cjs.js.map +1 -0
  294. package/dist/node_modules/@react-aria/i18n/dist/useCollator.es.js +12 -0
  295. package/dist/node_modules/@react-aria/i18n/dist/useCollator.es.js.map +1 -0
  296. package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.cjs.js +2 -0
  297. package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.cjs.js.map +1 -0
  298. package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.es.js +30 -0
  299. package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.es.js.map +1 -0
  300. package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.cjs.js +2 -0
  301. package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.cjs.js.map +1 -0
  302. package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.es.js +24 -0
  303. package/dist/node_modules/@react-aria/i18n/dist/useLocalizedStringFormatter.es.js.map +1 -0
  304. package/dist/node_modules/@react-aria/i18n/dist/utils.cjs.js +2 -0
  305. package/dist/node_modules/@react-aria/i18n/dist/utils.cjs.js.map +1 -0
  306. package/dist/node_modules/@react-aria/i18n/dist/utils.es.js +45 -0
  307. package/dist/node_modules/@react-aria/i18n/dist/utils.es.js.map +1 -0
  308. package/dist/node_modules/@react-aria/interactions/dist/PressResponder.cjs.js +2 -0
  309. package/dist/node_modules/@react-aria/interactions/dist/PressResponder.cjs.js.map +1 -0
  310. package/dist/node_modules/@react-aria/interactions/dist/PressResponder.es.js +15 -0
  311. package/dist/node_modules/@react-aria/interactions/dist/PressResponder.es.js.map +1 -0
  312. package/dist/node_modules/@react-aria/interactions/dist/context.cjs.js +2 -0
  313. package/dist/node_modules/@react-aria/interactions/dist/context.cjs.js.map +1 -0
  314. package/dist/node_modules/@react-aria/interactions/dist/context.es.js +10 -0
  315. package/dist/node_modules/@react-aria/interactions/dist/context.es.js.map +1 -0
  316. package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.cjs.js +2 -0
  317. package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.cjs.js.map +1 -0
  318. package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.es.js +29 -0
  319. package/dist/node_modules/@react-aria/interactions/dist/createEventHandler.es.js.map +1 -0
  320. package/dist/node_modules/@react-aria/interactions/dist/focusSafely.cjs.js +2 -0
  321. package/dist/node_modules/@react-aria/interactions/dist/focusSafely.cjs.js.map +1 -0
  322. package/dist/node_modules/@react-aria/interactions/dist/focusSafely.es.js +15 -0
  323. package/dist/node_modules/@react-aria/interactions/dist/focusSafely.es.js.map +1 -0
  324. package/dist/node_modules/@react-aria/interactions/dist/textSelection.cjs.js +2 -0
  325. package/dist/node_modules/@react-aria/interactions/dist/textSelection.cjs.js.map +1 -0
  326. package/dist/node_modules/@react-aria/interactions/dist/textSelection.es.js +35 -0
  327. package/dist/node_modules/@react-aria/interactions/dist/textSelection.es.js.map +1 -0
  328. package/dist/node_modules/@react-aria/interactions/dist/useFocus.cjs.js +2 -0
  329. package/dist/node_modules/@react-aria/interactions/dist/useFocus.cjs.js.map +1 -0
  330. package/dist/node_modules/@react-aria/interactions/dist/useFocus.es.js +30 -0
  331. package/dist/node_modules/@react-aria/interactions/dist/useFocus.es.js.map +1 -0
  332. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.cjs.js +2 -0
  333. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.cjs.js.map +1 -0
  334. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.es.js +67 -0
  335. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.es.js.map +1 -0
  336. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.cjs.js +2 -0
  337. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.cjs.js.map +1 -0
  338. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.es.js +56 -0
  339. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.es.js.map +1 -0
  340. package/dist/node_modules/@react-aria/interactions/dist/useFocusable.cjs.js +2 -0
  341. package/dist/node_modules/@react-aria/interactions/dist/useFocusable.cjs.js.map +1 -0
  342. package/dist/node_modules/@react-aria/interactions/dist/useFocusable.es.js +42 -0
  343. package/dist/node_modules/@react-aria/interactions/dist/useFocusable.es.js.map +1 -0
  344. package/dist/node_modules/@react-aria/interactions/dist/useHover.cjs.js +2 -0
  345. package/dist/node_modules/@react-aria/interactions/dist/useHover.cjs.js.map +1 -0
  346. package/dist/node_modules/@react-aria/interactions/dist/useHover.es.js +85 -0
  347. package/dist/node_modules/@react-aria/interactions/dist/useHover.es.js.map +1 -0
  348. package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.cjs.js +2 -0
  349. package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.cjs.js.map +1 -0
  350. package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.es.js +51 -0
  351. package/dist/node_modules/@react-aria/interactions/dist/useInteractOutside.es.js.map +1 -0
  352. package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.cjs.js +2 -0
  353. package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.cjs.js.map +1 -0
  354. package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.es.js +13 -0
  355. package/dist/node_modules/@react-aria/interactions/dist/useKeyboard.es.js.map +1 -0
  356. package/dist/node_modules/@react-aria/interactions/dist/useLongPress.cjs.js +2 -0
  357. package/dist/node_modules/@react-aria/interactions/dist/useLongPress.cjs.js.map +1 -0
  358. package/dist/node_modules/@react-aria/interactions/dist/useLongPress.es.js +50 -0
  359. package/dist/node_modules/@react-aria/interactions/dist/useLongPress.es.js.map +1 -0
  360. package/dist/node_modules/@react-aria/interactions/dist/usePress.cjs.js +8 -0
  361. package/dist/node_modules/@react-aria/interactions/dist/usePress.cjs.js.map +1 -0
  362. package/dist/node_modules/@react-aria/interactions/dist/usePress.es.js +386 -0
  363. package/dist/node_modules/@react-aria/interactions/dist/usePress.es.js.map +1 -0
  364. package/dist/node_modules/@react-aria/interactions/dist/utils.cjs.js +2 -0
  365. package/dist/node_modules/@react-aria/interactions/dist/utils.cjs.js.map +1 -0
  366. package/dist/node_modules/@react-aria/interactions/dist/utils.es.js +92 -0
  367. package/dist/node_modules/@react-aria/interactions/dist/utils.es.js.map +1 -0
  368. package/dist/node_modules/@react-aria/label/dist/useField.cjs.js +2 -0
  369. package/dist/node_modules/@react-aria/label/dist/useField.cjs.js.map +1 -0
  370. package/dist/node_modules/@react-aria/label/dist/useField.es.js +36 -0
  371. package/dist/node_modules/@react-aria/label/dist/useField.es.js.map +1 -0
  372. package/dist/node_modules/@react-aria/label/dist/useLabel.cjs.js +2 -0
  373. package/dist/node_modules/@react-aria/label/dist/useLabel.cjs.js.map +1 -0
  374. package/dist/node_modules/@react-aria/label/dist/useLabel.es.js +23 -0
  375. package/dist/node_modules/@react-aria/label/dist/useLabel.es.js.map +1 -0
  376. package/dist/node_modules/@react-aria/listbox/dist/useListBox.cjs.js +2 -0
  377. package/dist/node_modules/@react-aria/listbox/dist/useListBox.cjs.js.map +1 -0
  378. package/dist/node_modules/@react-aria/listbox/dist/useListBox.es.js +52 -0
  379. package/dist/node_modules/@react-aria/listbox/dist/useListBox.es.js.map +1 -0
  380. package/dist/node_modules/@react-aria/listbox/dist/useOption.cjs.js +2 -0
  381. package/dist/node_modules/@react-aria/listbox/dist/useOption.cjs.js.map +1 -0
  382. package/dist/node_modules/@react-aria/listbox/dist/useOption.es.js +79 -0
  383. package/dist/node_modules/@react-aria/listbox/dist/useOption.es.js.map +1 -0
  384. package/dist/node_modules/@react-aria/listbox/dist/utils.cjs.js +2 -0
  385. package/dist/node_modules/@react-aria/listbox/dist/utils.cjs.js.map +1 -0
  386. package/dist/node_modules/@react-aria/listbox/dist/utils.es.js +14 -0
  387. package/dist/node_modules/@react-aria/listbox/dist/utils.es.js.map +1 -0
  388. package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.cjs.js +2 -0
  389. package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.cjs.js.map +1 -0
  390. package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.es.js +48 -0
  391. package/dist/node_modules/@react-aria/live-announcer/dist/LiveAnnouncer.es.js.map +1 -0
  392. package/dist/node_modules/@react-aria/menu/dist/ar-AE.cjs.js +2 -0
  393. package/dist/node_modules/@react-aria/menu/dist/ar-AE.cjs.js.map +1 -0
  394. package/dist/node_modules/@react-aria/menu/dist/ar-AE.es.js +8 -0
  395. package/dist/node_modules/@react-aria/menu/dist/ar-AE.es.js.map +1 -0
  396. package/dist/node_modules/@react-aria/menu/dist/bg-BG.cjs.js +2 -0
  397. package/dist/node_modules/@react-aria/menu/dist/bg-BG.cjs.js.map +1 -0
  398. package/dist/node_modules/@react-aria/menu/dist/bg-BG.es.js +8 -0
  399. package/dist/node_modules/@react-aria/menu/dist/bg-BG.es.js.map +1 -0
  400. package/dist/node_modules/@react-aria/menu/dist/cs-CZ.cjs.js +2 -0
  401. package/dist/node_modules/@react-aria/menu/dist/cs-CZ.cjs.js.map +1 -0
  402. package/dist/node_modules/@react-aria/menu/dist/cs-CZ.es.js +8 -0
  403. package/dist/node_modules/@react-aria/menu/dist/cs-CZ.es.js.map +1 -0
  404. package/dist/node_modules/@react-aria/menu/dist/da-DK.cjs.js +2 -0
  405. package/dist/node_modules/@react-aria/menu/dist/da-DK.cjs.js.map +1 -0
  406. package/dist/node_modules/@react-aria/menu/dist/da-DK.es.js +8 -0
  407. package/dist/node_modules/@react-aria/menu/dist/da-DK.es.js.map +1 -0
  408. package/dist/node_modules/@react-aria/menu/dist/de-DE.cjs.js +2 -0
  409. package/dist/node_modules/@react-aria/menu/dist/de-DE.cjs.js.map +1 -0
  410. package/dist/node_modules/@react-aria/menu/dist/de-DE.es.js +8 -0
  411. package/dist/node_modules/@react-aria/menu/dist/de-DE.es.js.map +1 -0
  412. package/dist/node_modules/@react-aria/menu/dist/el-GR.cjs.js +2 -0
  413. package/dist/node_modules/@react-aria/menu/dist/el-GR.cjs.js.map +1 -0
  414. package/dist/node_modules/@react-aria/menu/dist/el-GR.es.js +8 -0
  415. package/dist/node_modules/@react-aria/menu/dist/el-GR.es.js.map +1 -0
  416. package/dist/node_modules/@react-aria/menu/dist/en-US.cjs.js +2 -0
  417. package/dist/node_modules/@react-aria/menu/dist/en-US.cjs.js.map +1 -0
  418. package/dist/node_modules/@react-aria/menu/dist/en-US.es.js +8 -0
  419. package/dist/node_modules/@react-aria/menu/dist/en-US.es.js.map +1 -0
  420. package/dist/node_modules/@react-aria/menu/dist/es-ES.cjs.js +2 -0
  421. package/dist/node_modules/@react-aria/menu/dist/es-ES.cjs.js.map +1 -0
  422. package/dist/node_modules/@react-aria/menu/dist/es-ES.es.js +8 -0
  423. package/dist/node_modules/@react-aria/menu/dist/es-ES.es.js.map +1 -0
  424. package/dist/node_modules/@react-aria/menu/dist/et-EE.cjs.js +2 -0
  425. package/dist/node_modules/@react-aria/menu/dist/et-EE.cjs.js.map +1 -0
  426. package/dist/node_modules/@react-aria/menu/dist/et-EE.es.js +8 -0
  427. package/dist/node_modules/@react-aria/menu/dist/et-EE.es.js.map +1 -0
  428. package/dist/node_modules/@react-aria/menu/dist/fi-FI.cjs.js +2 -0
  429. package/dist/node_modules/@react-aria/menu/dist/fi-FI.cjs.js.map +1 -0
  430. package/dist/node_modules/@react-aria/menu/dist/fi-FI.es.js +8 -0
  431. package/dist/node_modules/@react-aria/menu/dist/fi-FI.es.js.map +1 -0
  432. package/dist/node_modules/@react-aria/menu/dist/fr-FR.cjs.js +2 -0
  433. package/dist/node_modules/@react-aria/menu/dist/fr-FR.cjs.js.map +1 -0
  434. package/dist/node_modules/@react-aria/menu/dist/fr-FR.es.js +8 -0
  435. package/dist/node_modules/@react-aria/menu/dist/fr-FR.es.js.map +1 -0
  436. package/dist/node_modules/@react-aria/menu/dist/he-IL.cjs.js +2 -0
  437. package/dist/node_modules/@react-aria/menu/dist/he-IL.cjs.js.map +1 -0
  438. package/dist/node_modules/@react-aria/menu/dist/he-IL.es.js +8 -0
  439. package/dist/node_modules/@react-aria/menu/dist/he-IL.es.js.map +1 -0
  440. package/dist/node_modules/@react-aria/menu/dist/hr-HR.cjs.js +2 -0
  441. package/dist/node_modules/@react-aria/menu/dist/hr-HR.cjs.js.map +1 -0
  442. package/dist/node_modules/@react-aria/menu/dist/hr-HR.es.js +8 -0
  443. package/dist/node_modules/@react-aria/menu/dist/hr-HR.es.js.map +1 -0
  444. package/dist/node_modules/@react-aria/menu/dist/hu-HU.cjs.js +2 -0
  445. package/dist/node_modules/@react-aria/menu/dist/hu-HU.cjs.js.map +1 -0
  446. package/dist/node_modules/@react-aria/menu/dist/hu-HU.es.js +8 -0
  447. package/dist/node_modules/@react-aria/menu/dist/hu-HU.es.js.map +1 -0
  448. package/dist/node_modules/@react-aria/menu/dist/intlStrings.cjs.js +2 -0
  449. package/dist/node_modules/@react-aria/menu/dist/intlStrings.cjs.js.map +1 -0
  450. package/dist/node_modules/@react-aria/menu/dist/intlStrings.es.js +75 -0
  451. package/dist/node_modules/@react-aria/menu/dist/intlStrings.es.js.map +1 -0
  452. package/dist/node_modules/@react-aria/menu/dist/it-IT.cjs.js +2 -0
  453. package/dist/node_modules/@react-aria/menu/dist/it-IT.cjs.js.map +1 -0
  454. package/dist/node_modules/@react-aria/menu/dist/it-IT.es.js +8 -0
  455. package/dist/node_modules/@react-aria/menu/dist/it-IT.es.js.map +1 -0
  456. package/dist/node_modules/@react-aria/menu/dist/ja-JP.cjs.js +2 -0
  457. package/dist/node_modules/@react-aria/menu/dist/ja-JP.cjs.js.map +1 -0
  458. package/dist/node_modules/@react-aria/menu/dist/ja-JP.es.js +8 -0
  459. package/dist/node_modules/@react-aria/menu/dist/ja-JP.es.js.map +1 -0
  460. package/dist/node_modules/@react-aria/menu/dist/ko-KR.cjs.js +2 -0
  461. package/dist/node_modules/@react-aria/menu/dist/ko-KR.cjs.js.map +1 -0
  462. package/dist/node_modules/@react-aria/menu/dist/ko-KR.es.js +8 -0
  463. package/dist/node_modules/@react-aria/menu/dist/ko-KR.es.js.map +1 -0
  464. package/dist/node_modules/@react-aria/menu/dist/lt-LT.cjs.js +2 -0
  465. package/dist/node_modules/@react-aria/menu/dist/lt-LT.cjs.js.map +1 -0
  466. package/dist/node_modules/@react-aria/menu/dist/lt-LT.es.js +8 -0
  467. package/dist/node_modules/@react-aria/menu/dist/lt-LT.es.js.map +1 -0
  468. package/dist/node_modules/@react-aria/menu/dist/lv-LV.cjs.js +2 -0
  469. package/dist/node_modules/@react-aria/menu/dist/lv-LV.cjs.js.map +1 -0
  470. package/dist/node_modules/@react-aria/menu/dist/lv-LV.es.js +8 -0
  471. package/dist/node_modules/@react-aria/menu/dist/lv-LV.es.js.map +1 -0
  472. package/dist/node_modules/@react-aria/menu/dist/nb-NO.cjs.js +2 -0
  473. package/dist/node_modules/@react-aria/menu/dist/nb-NO.cjs.js.map +1 -0
  474. package/dist/node_modules/@react-aria/menu/dist/nb-NO.es.js +8 -0
  475. package/dist/node_modules/@react-aria/menu/dist/nb-NO.es.js.map +1 -0
  476. package/dist/node_modules/@react-aria/menu/dist/nl-NL.cjs.js +2 -0
  477. package/dist/node_modules/@react-aria/menu/dist/nl-NL.cjs.js.map +1 -0
  478. package/dist/node_modules/@react-aria/menu/dist/nl-NL.es.js +8 -0
  479. package/dist/node_modules/@react-aria/menu/dist/nl-NL.es.js.map +1 -0
  480. package/dist/node_modules/@react-aria/menu/dist/pl-PL.cjs.js +2 -0
  481. package/dist/node_modules/@react-aria/menu/dist/pl-PL.cjs.js.map +1 -0
  482. package/dist/node_modules/@react-aria/menu/dist/pl-PL.es.js +8 -0
  483. package/dist/node_modules/@react-aria/menu/dist/pl-PL.es.js.map +1 -0
  484. package/dist/node_modules/@react-aria/menu/dist/pt-BR.cjs.js +2 -0
  485. package/dist/node_modules/@react-aria/menu/dist/pt-BR.cjs.js.map +1 -0
  486. package/dist/node_modules/@react-aria/menu/dist/pt-BR.es.js +8 -0
  487. package/dist/node_modules/@react-aria/menu/dist/pt-BR.es.js.map +1 -0
  488. package/dist/node_modules/@react-aria/menu/dist/pt-PT.cjs.js +2 -0
  489. package/dist/node_modules/@react-aria/menu/dist/pt-PT.cjs.js.map +1 -0
  490. package/dist/node_modules/@react-aria/menu/dist/pt-PT.es.js +8 -0
  491. package/dist/node_modules/@react-aria/menu/dist/pt-PT.es.js.map +1 -0
  492. package/dist/node_modules/@react-aria/menu/dist/ro-RO.cjs.js +2 -0
  493. package/dist/node_modules/@react-aria/menu/dist/ro-RO.cjs.js.map +1 -0
  494. package/dist/node_modules/@react-aria/menu/dist/ro-RO.es.js +8 -0
  495. package/dist/node_modules/@react-aria/menu/dist/ro-RO.es.js.map +1 -0
  496. package/dist/node_modules/@react-aria/menu/dist/ru-RU.cjs.js +2 -0
  497. package/dist/node_modules/@react-aria/menu/dist/ru-RU.cjs.js.map +1 -0
  498. package/dist/node_modules/@react-aria/menu/dist/ru-RU.es.js +8 -0
  499. package/dist/node_modules/@react-aria/menu/dist/ru-RU.es.js.map +1 -0
  500. package/dist/node_modules/@react-aria/menu/dist/sk-SK.cjs.js +2 -0
  501. package/dist/node_modules/@react-aria/menu/dist/sk-SK.cjs.js.map +1 -0
  502. package/dist/node_modules/@react-aria/menu/dist/sk-SK.es.js +8 -0
  503. package/dist/node_modules/@react-aria/menu/dist/sk-SK.es.js.map +1 -0
  504. package/dist/node_modules/@react-aria/menu/dist/sl-SI.cjs.js +2 -0
  505. package/dist/node_modules/@react-aria/menu/dist/sl-SI.cjs.js.map +1 -0
  506. package/dist/node_modules/@react-aria/menu/dist/sl-SI.es.js +8 -0
  507. package/dist/node_modules/@react-aria/menu/dist/sl-SI.es.js.map +1 -0
  508. package/dist/node_modules/@react-aria/menu/dist/sr-SP.cjs.js +2 -0
  509. package/dist/node_modules/@react-aria/menu/dist/sr-SP.cjs.js.map +1 -0
  510. package/dist/node_modules/@react-aria/menu/dist/sr-SP.es.js +8 -0
  511. package/dist/node_modules/@react-aria/menu/dist/sr-SP.es.js.map +1 -0
  512. package/dist/node_modules/@react-aria/menu/dist/sv-SE.cjs.js +2 -0
  513. package/dist/node_modules/@react-aria/menu/dist/sv-SE.cjs.js.map +1 -0
  514. package/dist/node_modules/@react-aria/menu/dist/sv-SE.es.js +8 -0
  515. package/dist/node_modules/@react-aria/menu/dist/sv-SE.es.js.map +1 -0
  516. package/dist/node_modules/@react-aria/menu/dist/tr-TR.cjs.js +2 -0
  517. package/dist/node_modules/@react-aria/menu/dist/tr-TR.cjs.js.map +1 -0
  518. package/dist/node_modules/@react-aria/menu/dist/tr-TR.es.js +8 -0
  519. package/dist/node_modules/@react-aria/menu/dist/tr-TR.es.js.map +1 -0
  520. package/dist/node_modules/@react-aria/menu/dist/uk-UA.cjs.js +2 -0
  521. package/dist/node_modules/@react-aria/menu/dist/uk-UA.cjs.js.map +1 -0
  522. package/dist/node_modules/@react-aria/menu/dist/uk-UA.es.js +8 -0
  523. package/dist/node_modules/@react-aria/menu/dist/uk-UA.es.js.map +1 -0
  524. package/dist/node_modules/@react-aria/menu/dist/useMenu.cjs.js +2 -0
  525. package/dist/node_modules/@react-aria/menu/dist/useMenu.cjs.js.map +1 -0
  526. package/dist/node_modules/@react-aria/menu/dist/useMenu.es.js +39 -0
  527. package/dist/node_modules/@react-aria/menu/dist/useMenu.es.js.map +1 -0
  528. package/dist/node_modules/@react-aria/menu/dist/useMenuItem.cjs.js +2 -0
  529. package/dist/node_modules/@react-aria/menu/dist/useMenuItem.cjs.js.map +1 -0
  530. package/dist/node_modules/@react-aria/menu/dist/useMenuItem.es.js +145 -0
  531. package/dist/node_modules/@react-aria/menu/dist/useMenuItem.es.js.map +1 -0
  532. package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.cjs.js +2 -0
  533. package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.cjs.js.map +1 -0
  534. package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.es.js +64 -0
  535. package/dist/node_modules/@react-aria/menu/dist/useMenuTrigger.es.js.map +1 -0
  536. package/dist/node_modules/@react-aria/menu/dist/utils.cjs.js +2 -0
  537. package/dist/node_modules/@react-aria/menu/dist/utils.cjs.js.map +1 -0
  538. package/dist/node_modules/@react-aria/menu/dist/utils.es.js +5 -0
  539. package/dist/node_modules/@react-aria/menu/dist/utils.es.js.map +1 -0
  540. package/dist/node_modules/@react-aria/menu/dist/zh-CN.cjs.js +2 -0
  541. package/dist/node_modules/@react-aria/menu/dist/zh-CN.cjs.js.map +1 -0
  542. package/dist/node_modules/@react-aria/menu/dist/zh-CN.es.js +8 -0
  543. package/dist/node_modules/@react-aria/menu/dist/zh-CN.es.js.map +1 -0
  544. package/dist/node_modules/@react-aria/menu/dist/zh-TW.cjs.js +2 -0
  545. package/dist/node_modules/@react-aria/menu/dist/zh-TW.cjs.js.map +1 -0
  546. package/dist/node_modules/@react-aria/menu/dist/zh-TW.es.js +8 -0
  547. package/dist/node_modules/@react-aria/menu/dist/zh-TW.es.js.map +1 -0
  548. package/dist/node_modules/@react-aria/overlays/dist/DismissButton.cjs.js +2 -0
  549. package/dist/node_modules/@react-aria/overlays/dist/DismissButton.cjs.js.map +1 -0
  550. package/dist/node_modules/@react-aria/overlays/dist/DismissButton.es.js +26 -0
  551. package/dist/node_modules/@react-aria/overlays/dist/DismissButton.es.js.map +1 -0
  552. package/dist/node_modules/@react-aria/overlays/dist/Overlay.cjs.js +2 -0
  553. package/dist/node_modules/@react-aria/overlays/dist/Overlay.cjs.js.map +1 -0
  554. package/dist/node_modules/@react-aria/overlays/dist/Overlay.es.js +39 -0
  555. package/dist/node_modules/@react-aria/overlays/dist/Overlay.es.js.map +1 -0
  556. package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.cjs.js +2 -0
  557. package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.cjs.js.map +1 -0
  558. package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.es.js +11 -0
  559. package/dist/node_modules/@react-aria/overlays/dist/PortalProvider.es.js.map +1 -0
  560. package/dist/node_modules/@react-aria/overlays/dist/ar-AE.cjs.js +2 -0
  561. package/dist/node_modules/@react-aria/overlays/dist/ar-AE.cjs.js.map +1 -0
  562. package/dist/node_modules/@react-aria/overlays/dist/ar-AE.es.js +8 -0
  563. package/dist/node_modules/@react-aria/overlays/dist/ar-AE.es.js.map +1 -0
  564. package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.cjs.js +2 -0
  565. package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.cjs.js.map +1 -0
  566. package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.es.js +78 -0
  567. package/dist/node_modules/@react-aria/overlays/dist/ariaHideOutside.es.js.map +1 -0
  568. package/dist/node_modules/@react-aria/overlays/dist/bg-BG.cjs.js +2 -0
  569. package/dist/node_modules/@react-aria/overlays/dist/bg-BG.cjs.js.map +1 -0
  570. package/dist/node_modules/@react-aria/overlays/dist/bg-BG.es.js +8 -0
  571. package/dist/node_modules/@react-aria/overlays/dist/bg-BG.es.js.map +1 -0
  572. package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.cjs.js +2 -0
  573. package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.cjs.js.map +1 -0
  574. package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.es.js +200 -0
  575. package/dist/node_modules/@react-aria/overlays/dist/calculatePosition.es.js.map +1 -0
  576. package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.cjs.js +2 -0
  577. package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.cjs.js.map +1 -0
  578. package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.es.js +8 -0
  579. package/dist/node_modules/@react-aria/overlays/dist/cs-CZ.es.js.map +1 -0
  580. package/dist/node_modules/@react-aria/overlays/dist/da-DK.cjs.js +2 -0
  581. package/dist/node_modules/@react-aria/overlays/dist/da-DK.cjs.js.map +1 -0
  582. package/dist/node_modules/@react-aria/overlays/dist/da-DK.es.js +8 -0
  583. package/dist/node_modules/@react-aria/overlays/dist/da-DK.es.js.map +1 -0
  584. package/dist/node_modules/@react-aria/overlays/dist/de-DE.cjs.js +2 -0
  585. package/dist/node_modules/@react-aria/overlays/dist/de-DE.cjs.js.map +1 -0
  586. package/dist/node_modules/@react-aria/overlays/dist/de-DE.es.js +8 -0
  587. package/dist/node_modules/@react-aria/overlays/dist/de-DE.es.js.map +1 -0
  588. package/dist/node_modules/@react-aria/overlays/dist/el-GR.cjs.js +2 -0
  589. package/dist/node_modules/@react-aria/overlays/dist/el-GR.cjs.js.map +1 -0
  590. package/dist/node_modules/@react-aria/overlays/dist/el-GR.es.js +8 -0
  591. package/dist/node_modules/@react-aria/overlays/dist/el-GR.es.js.map +1 -0
  592. package/dist/node_modules/@react-aria/overlays/dist/en-US.cjs.js +2 -0
  593. package/dist/node_modules/@react-aria/overlays/dist/en-US.cjs.js.map +1 -0
  594. package/dist/node_modules/@react-aria/overlays/dist/en-US.es.js +8 -0
  595. package/dist/node_modules/@react-aria/overlays/dist/en-US.es.js.map +1 -0
  596. package/dist/node_modules/@react-aria/overlays/dist/es-ES.cjs.js +2 -0
  597. package/dist/node_modules/@react-aria/overlays/dist/es-ES.cjs.js.map +1 -0
  598. package/dist/node_modules/@react-aria/overlays/dist/es-ES.es.js +8 -0
  599. package/dist/node_modules/@react-aria/overlays/dist/es-ES.es.js.map +1 -0
  600. package/dist/node_modules/@react-aria/overlays/dist/et-EE.cjs.js +2 -0
  601. package/dist/node_modules/@react-aria/overlays/dist/et-EE.cjs.js.map +1 -0
  602. package/dist/node_modules/@react-aria/overlays/dist/et-EE.es.js +8 -0
  603. package/dist/node_modules/@react-aria/overlays/dist/et-EE.es.js.map +1 -0
  604. package/dist/node_modules/@react-aria/overlays/dist/fi-FI.cjs.js +2 -0
  605. package/dist/node_modules/@react-aria/overlays/dist/fi-FI.cjs.js.map +1 -0
  606. package/dist/node_modules/@react-aria/overlays/dist/fi-FI.es.js +8 -0
  607. package/dist/node_modules/@react-aria/overlays/dist/fi-FI.es.js.map +1 -0
  608. package/dist/node_modules/@react-aria/overlays/dist/fr-FR.cjs.js +2 -0
  609. package/dist/node_modules/@react-aria/overlays/dist/fr-FR.cjs.js.map +1 -0
  610. package/dist/node_modules/@react-aria/overlays/dist/fr-FR.es.js +8 -0
  611. package/dist/node_modules/@react-aria/overlays/dist/fr-FR.es.js.map +1 -0
  612. package/dist/node_modules/@react-aria/overlays/dist/he-IL.cjs.js +2 -0
  613. package/dist/node_modules/@react-aria/overlays/dist/he-IL.cjs.js.map +1 -0
  614. package/dist/node_modules/@react-aria/overlays/dist/he-IL.es.js +8 -0
  615. package/dist/node_modules/@react-aria/overlays/dist/he-IL.es.js.map +1 -0
  616. package/dist/node_modules/@react-aria/overlays/dist/hr-HR.cjs.js +2 -0
  617. package/dist/node_modules/@react-aria/overlays/dist/hr-HR.cjs.js.map +1 -0
  618. package/dist/node_modules/@react-aria/overlays/dist/hr-HR.es.js +8 -0
  619. package/dist/node_modules/@react-aria/overlays/dist/hr-HR.es.js.map +1 -0
  620. package/dist/node_modules/@react-aria/overlays/dist/hu-HU.cjs.js +2 -0
  621. package/dist/node_modules/@react-aria/overlays/dist/hu-HU.cjs.js.map +1 -0
  622. package/dist/node_modules/@react-aria/overlays/dist/hu-HU.es.js +8 -0
  623. package/dist/node_modules/@react-aria/overlays/dist/hu-HU.es.js.map +1 -0
  624. package/dist/node_modules/@react-aria/overlays/dist/intlStrings.cjs.js +2 -0
  625. package/dist/node_modules/@react-aria/overlays/dist/intlStrings.cjs.js.map +1 -0
  626. package/dist/node_modules/@react-aria/overlays/dist/intlStrings.es.js +75 -0
  627. package/dist/node_modules/@react-aria/overlays/dist/intlStrings.es.js.map +1 -0
  628. package/dist/node_modules/@react-aria/overlays/dist/it-IT.cjs.js +2 -0
  629. package/dist/node_modules/@react-aria/overlays/dist/it-IT.cjs.js.map +1 -0
  630. package/dist/node_modules/@react-aria/overlays/dist/it-IT.es.js +8 -0
  631. package/dist/node_modules/@react-aria/overlays/dist/it-IT.es.js.map +1 -0
  632. package/dist/node_modules/@react-aria/overlays/dist/ja-JP.cjs.js +2 -0
  633. package/dist/node_modules/@react-aria/overlays/dist/ja-JP.cjs.js.map +1 -0
  634. package/dist/node_modules/@react-aria/overlays/dist/ja-JP.es.js +8 -0
  635. package/dist/node_modules/@react-aria/overlays/dist/ja-JP.es.js.map +1 -0
  636. package/dist/node_modules/@react-aria/overlays/dist/ko-KR.cjs.js +2 -0
  637. package/dist/node_modules/@react-aria/overlays/dist/ko-KR.cjs.js.map +1 -0
  638. package/dist/node_modules/@react-aria/overlays/dist/ko-KR.es.js +8 -0
  639. package/dist/node_modules/@react-aria/overlays/dist/ko-KR.es.js.map +1 -0
  640. package/dist/node_modules/@react-aria/overlays/dist/lt-LT.cjs.js +2 -0
  641. package/dist/node_modules/@react-aria/overlays/dist/lt-LT.cjs.js.map +1 -0
  642. package/dist/node_modules/@react-aria/overlays/dist/lt-LT.es.js +8 -0
  643. package/dist/node_modules/@react-aria/overlays/dist/lt-LT.es.js.map +1 -0
  644. package/dist/node_modules/@react-aria/overlays/dist/lv-LV.cjs.js +2 -0
  645. package/dist/node_modules/@react-aria/overlays/dist/lv-LV.cjs.js.map +1 -0
  646. package/dist/node_modules/@react-aria/overlays/dist/lv-LV.es.js +8 -0
  647. package/dist/node_modules/@react-aria/overlays/dist/lv-LV.es.js.map +1 -0
  648. package/dist/node_modules/@react-aria/overlays/dist/nb-NO.cjs.js +2 -0
  649. package/dist/node_modules/@react-aria/overlays/dist/nb-NO.cjs.js.map +1 -0
  650. package/dist/node_modules/@react-aria/overlays/dist/nb-NO.es.js +8 -0
  651. package/dist/node_modules/@react-aria/overlays/dist/nb-NO.es.js.map +1 -0
  652. package/dist/node_modules/@react-aria/overlays/dist/nl-NL.cjs.js +2 -0
  653. package/dist/node_modules/@react-aria/overlays/dist/nl-NL.cjs.js.map +1 -0
  654. package/dist/node_modules/@react-aria/overlays/dist/nl-NL.es.js +8 -0
  655. package/dist/node_modules/@react-aria/overlays/dist/nl-NL.es.js.map +1 -0
  656. package/dist/node_modules/@react-aria/overlays/dist/pl-PL.cjs.js +2 -0
  657. package/dist/node_modules/@react-aria/overlays/dist/pl-PL.cjs.js.map +1 -0
  658. package/dist/node_modules/@react-aria/overlays/dist/pl-PL.es.js +8 -0
  659. package/dist/node_modules/@react-aria/overlays/dist/pl-PL.es.js.map +1 -0
  660. package/dist/node_modules/@react-aria/overlays/dist/pt-BR.cjs.js +2 -0
  661. package/dist/node_modules/@react-aria/overlays/dist/pt-BR.cjs.js.map +1 -0
  662. package/dist/node_modules/@react-aria/overlays/dist/pt-BR.es.js +8 -0
  663. package/dist/node_modules/@react-aria/overlays/dist/pt-BR.es.js.map +1 -0
  664. package/dist/node_modules/@react-aria/overlays/dist/pt-PT.cjs.js +2 -0
  665. package/dist/node_modules/@react-aria/overlays/dist/pt-PT.cjs.js.map +1 -0
  666. package/dist/node_modules/@react-aria/overlays/dist/pt-PT.es.js +8 -0
  667. package/dist/node_modules/@react-aria/overlays/dist/pt-PT.es.js.map +1 -0
  668. package/dist/node_modules/@react-aria/overlays/dist/ro-RO.cjs.js +2 -0
  669. package/dist/node_modules/@react-aria/overlays/dist/ro-RO.cjs.js.map +1 -0
  670. package/dist/node_modules/@react-aria/overlays/dist/ro-RO.es.js +8 -0
  671. package/dist/node_modules/@react-aria/overlays/dist/ro-RO.es.js.map +1 -0
  672. package/dist/node_modules/@react-aria/overlays/dist/ru-RU.cjs.js +2 -0
  673. package/dist/node_modules/@react-aria/overlays/dist/ru-RU.cjs.js.map +1 -0
  674. package/dist/node_modules/@react-aria/overlays/dist/ru-RU.es.js +8 -0
  675. package/dist/node_modules/@react-aria/overlays/dist/ru-RU.es.js.map +1 -0
  676. package/dist/node_modules/@react-aria/overlays/dist/sk-SK.cjs.js +2 -0
  677. package/dist/node_modules/@react-aria/overlays/dist/sk-SK.cjs.js.map +1 -0
  678. package/dist/node_modules/@react-aria/overlays/dist/sk-SK.es.js +8 -0
  679. package/dist/node_modules/@react-aria/overlays/dist/sk-SK.es.js.map +1 -0
  680. package/dist/node_modules/@react-aria/overlays/dist/sl-SI.cjs.js +2 -0
  681. package/dist/node_modules/@react-aria/overlays/dist/sl-SI.cjs.js.map +1 -0
  682. package/dist/node_modules/@react-aria/overlays/dist/sl-SI.es.js +8 -0
  683. package/dist/node_modules/@react-aria/overlays/dist/sl-SI.es.js.map +1 -0
  684. package/dist/node_modules/@react-aria/overlays/dist/sr-SP.cjs.js +2 -0
  685. package/dist/node_modules/@react-aria/overlays/dist/sr-SP.cjs.js.map +1 -0
  686. package/dist/node_modules/@react-aria/overlays/dist/sr-SP.es.js +8 -0
  687. package/dist/node_modules/@react-aria/overlays/dist/sr-SP.es.js.map +1 -0
  688. package/dist/node_modules/@react-aria/overlays/dist/sv-SE.cjs.js +2 -0
  689. package/dist/node_modules/@react-aria/overlays/dist/sv-SE.cjs.js.map +1 -0
  690. package/dist/node_modules/@react-aria/overlays/dist/sv-SE.es.js +8 -0
  691. package/dist/node_modules/@react-aria/overlays/dist/sv-SE.es.js.map +1 -0
  692. package/dist/node_modules/@react-aria/overlays/dist/tr-TR.cjs.js +2 -0
  693. package/dist/node_modules/@react-aria/overlays/dist/tr-TR.cjs.js.map +1 -0
  694. package/dist/node_modules/@react-aria/overlays/dist/tr-TR.es.js +8 -0
  695. package/dist/node_modules/@react-aria/overlays/dist/tr-TR.es.js.map +1 -0
  696. package/dist/node_modules/@react-aria/overlays/dist/uk-UA.cjs.js +2 -0
  697. package/dist/node_modules/@react-aria/overlays/dist/uk-UA.cjs.js.map +1 -0
  698. package/dist/node_modules/@react-aria/overlays/dist/uk-UA.es.js +8 -0
  699. package/dist/node_modules/@react-aria/overlays/dist/uk-UA.es.js.map +1 -0
  700. package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.cjs.js +2 -0
  701. package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.cjs.js.map +1 -0
  702. package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.es.js +26 -0
  703. package/dist/node_modules/@react-aria/overlays/dist/useCloseOnScroll.es.js.map +1 -0
  704. package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.cjs.js +2 -0
  705. package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.cjs.js.map +1 -0
  706. package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.es.js +32 -0
  707. package/dist/node_modules/@react-aria/overlays/dist/useModalOverlay.es.js.map +1 -0
  708. package/dist/node_modules/@react-aria/overlays/dist/useOverlay.cjs.js +2 -0
  709. package/dist/node_modules/@react-aria/overlays/dist/useOverlay.cjs.js.map +1 -0
  710. package/dist/node_modules/@react-aria/overlays/dist/useOverlay.es.js +53 -0
  711. package/dist/node_modules/@react-aria/overlays/dist/useOverlay.es.js.map +1 -0
  712. package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.cjs.js +2 -0
  713. package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.cjs.js.map +1 -0
  714. package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.es.js +143 -0
  715. package/dist/node_modules/@react-aria/overlays/dist/useOverlayPosition.es.js.map +1 -0
  716. package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.cjs.js +2 -0
  717. package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.cjs.js.map +1 -0
  718. package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.es.js +27 -0
  719. package/dist/node_modules/@react-aria/overlays/dist/useOverlayTrigger.es.js.map +1 -0
  720. package/dist/node_modules/@react-aria/overlays/dist/usePopover.cjs.js +2 -0
  721. package/dist/node_modules/@react-aria/overlays/dist/usePopover.cjs.js.map +1 -0
  722. package/dist/node_modules/@react-aria/overlays/dist/usePopover.es.js +48 -0
  723. package/dist/node_modules/@react-aria/overlays/dist/usePopover.es.js.map +1 -0
  724. package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.cjs.js +2 -0
  725. package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.cjs.js.map +1 -0
  726. package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.es.js +100 -0
  727. package/dist/node_modules/@react-aria/overlays/dist/usePreventScroll.es.js.map +1 -0
  728. package/dist/node_modules/@react-aria/overlays/dist/zh-CN.cjs.js +2 -0
  729. package/dist/node_modules/@react-aria/overlays/dist/zh-CN.cjs.js.map +1 -0
  730. package/dist/node_modules/@react-aria/overlays/dist/zh-CN.es.js +8 -0
  731. package/dist/node_modules/@react-aria/overlays/dist/zh-CN.es.js.map +1 -0
  732. package/dist/node_modules/@react-aria/overlays/dist/zh-TW.cjs.js +2 -0
  733. package/dist/node_modules/@react-aria/overlays/dist/zh-TW.cjs.js.map +1 -0
  734. package/dist/node_modules/@react-aria/overlays/dist/zh-TW.es.js +8 -0
  735. package/dist/node_modules/@react-aria/overlays/dist/zh-TW.es.js.map +1 -0
  736. package/dist/node_modules/@react-aria/radio/dist/useRadio.cjs.js +2 -0
  737. package/dist/node_modules/@react-aria/radio/dist/useRadio.cjs.js.map +1 -0
  738. package/dist/node_modules/@react-aria/radio/dist/useRadio.es.js +70 -0
  739. package/dist/node_modules/@react-aria/radio/dist/useRadio.es.js.map +1 -0
  740. package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.cjs.js +2 -0
  741. package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.cjs.js.map +1 -0
  742. package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.es.js +80 -0
  743. package/dist/node_modules/@react-aria/radio/dist/useRadioGroup.es.js.map +1 -0
  744. package/dist/node_modules/@react-aria/radio/dist/utils.cjs.js +2 -0
  745. package/dist/node_modules/@react-aria/radio/dist/utils.cjs.js.map +1 -0
  746. package/dist/node_modules/@react-aria/radio/dist/utils.es.js +5 -0
  747. package/dist/node_modules/@react-aria/radio/dist/utils.es.js.map +1 -0
  748. package/dist/node_modules/@react-aria/select/dist/HiddenSelect.cjs.js +2 -0
  749. package/dist/node_modules/@react-aria/select/dist/HiddenSelect.cjs.js.map +1 -0
  750. package/dist/node_modules/@react-aria/select/dist/HiddenSelect.es.js +105 -0
  751. package/dist/node_modules/@react-aria/select/dist/HiddenSelect.es.js.map +1 -0
  752. package/dist/node_modules/@react-aria/select/dist/useSelect.cjs.js +2 -0
  753. package/dist/node_modules/@react-aria/select/dist/useSelect.cjs.js.map +1 -0
  754. package/dist/node_modules/@react-aria/select/dist/useSelect.es.js +126 -0
  755. package/dist/node_modules/@react-aria/select/dist/useSelect.es.js.map +1 -0
  756. package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.cjs.js +2 -0
  757. package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.cjs.js.map +1 -0
  758. package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.es.js +41 -0
  759. package/dist/node_modules/@react-aria/selection/dist/DOMLayoutDelegate.es.js.map +1 -0
  760. package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.cjs.js +2 -0
  761. package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.cjs.js.map +1 -0
  762. package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.es.js +122 -0
  763. package/dist/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.es.js.map +1 -0
  764. package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.cjs.js +2 -0
  765. package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.cjs.js.map +1 -0
  766. package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.es.js +235 -0
  767. package/dist/node_modules/@react-aria/selection/dist/useSelectableCollection.es.js.map +1 -0
  768. package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.cjs.js +2 -0
  769. package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.cjs.js.map +1 -0
  770. package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.es.js +127 -0
  771. package/dist/node_modules/@react-aria/selection/dist/useSelectableItem.es.js.map +1 -0
  772. package/dist/node_modules/@react-aria/selection/dist/useSelectableList.cjs.js +2 -0
  773. package/dist/node_modules/@react-aria/selection/dist/useSelectableList.cjs.js.map +1 -0
  774. package/dist/node_modules/@react-aria/selection/dist/useSelectableList.es.js +37 -0
  775. package/dist/node_modules/@react-aria/selection/dist/useSelectableList.es.js.map +1 -0
  776. package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.cjs.js +2 -0
  777. package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.cjs.js.map +1 -0
  778. package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.es.js +33 -0
  779. package/dist/node_modules/@react-aria/selection/dist/useTypeSelect.es.js.map +1 -0
  780. package/dist/node_modules/@react-aria/selection/dist/utils.cjs.js +2 -0
  781. package/dist/node_modules/@react-aria/selection/dist/utils.cjs.js.map +1 -0
  782. package/dist/node_modules/@react-aria/selection/dist/utils.es.js +24 -0
  783. package/dist/node_modules/@react-aria/selection/dist/utils.es.js.map +1 -0
  784. package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.cjs.js +2 -0
  785. package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.cjs.js.map +1 -0
  786. package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.es.js +19 -0
  787. package/dist/node_modules/@react-aria/ssr/dist/SSRProvider.es.js.map +1 -0
  788. package/dist/node_modules/@react-aria/switch/dist/useSwitch.cjs.js +2 -0
  789. package/dist/node_modules/@react-aria/switch/dist/useSwitch.cjs.js.map +1 -0
  790. package/dist/node_modules/@react-aria/switch/dist/useSwitch.es.js +20 -0
  791. package/dist/node_modules/@react-aria/switch/dist/useSwitch.es.js.map +1 -0
  792. package/dist/node_modules/@react-aria/toggle/dist/useToggle.cjs.js +2 -0
  793. package/dist/node_modules/@react-aria/toggle/dist/useToggle.cjs.js.map +1 -0
  794. package/dist/node_modules/@react-aria/toggle/dist/useToggle.es.js +60 -0
  795. package/dist/node_modules/@react-aria/toggle/dist/useToggle.es.js.map +1 -0
  796. package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.cjs.js +2 -0
  797. package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.cjs.js.map +1 -0
  798. package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.es.js +41 -0
  799. package/dist/node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.es.js.map +1 -0
  800. package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.cjs.js +2 -0
  801. package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.cjs.js.map +1 -0
  802. package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.es.js +171 -0
  803. package/dist/node_modules/@react-stately/collections/dist/CollectionBuilder.es.js.map +1 -0
  804. package/dist/node_modules/@react-stately/collections/dist/Item.cjs.js +2 -0
  805. package/dist/node_modules/@react-stately/collections/dist/Item.cjs.js.map +1 -0
  806. package/dist/node_modules/@react-stately/collections/dist/Item.es.js +38 -0
  807. package/dist/node_modules/@react-stately/collections/dist/Item.es.js.map +1 -0
  808. package/dist/node_modules/@react-stately/collections/dist/getChildNodes.cjs.js +2 -0
  809. package/dist/node_modules/@react-stately/collections/dist/getChildNodes.cjs.js.map +1 -0
  810. package/dist/node_modules/@react-stately/collections/dist/getChildNodes.es.js +34 -0
  811. package/dist/node_modules/@react-stately/collections/dist/getChildNodes.es.js.map +1 -0
  812. package/dist/node_modules/@react-stately/collections/dist/getItemCount.cjs.js +2 -0
  813. package/dist/node_modules/@react-stately/collections/dist/getItemCount.cjs.js.map +1 -0
  814. package/dist/node_modules/@react-stately/collections/dist/getItemCount.es.js +15 -0
  815. package/dist/node_modules/@react-stately/collections/dist/getItemCount.es.js.map +1 -0
  816. package/dist/node_modules/@react-stately/collections/dist/useCollection.cjs.js +2 -0
  817. package/dist/node_modules/@react-stately/collections/dist/useCollection.cjs.js.map +1 -0
  818. package/dist/node_modules/@react-stately/collections/dist/useCollection.es.js +24 -0
  819. package/dist/node_modules/@react-stately/collections/dist/useCollection.es.js.map +1 -0
  820. package/dist/node_modules/@react-stately/form/dist/useFormValidationState.cjs.js +2 -0
  821. package/dist/node_modules/@react-stately/form/dist/useFormValidationState.cjs.js.map +1 -0
  822. package/dist/node_modules/@react-stately/form/dist/useFormValidationState.es.js +110 -0
  823. package/dist/node_modules/@react-stately/form/dist/useFormValidationState.es.js.map +1 -0
  824. package/dist/node_modules/@react-stately/list/dist/ListCollection.cjs.js +2 -0
  825. package/dist/node_modules/@react-stately/list/dist/ListCollection.cjs.js.map +1 -0
  826. package/dist/node_modules/@react-stately/list/dist/ListCollection.es.js +57 -0
  827. package/dist/node_modules/@react-stately/list/dist/ListCollection.es.js.map +1 -0
  828. package/dist/node_modules/@react-stately/list/dist/useListState.cjs.js +2 -0
  829. package/dist/node_modules/@react-stately/list/dist/useListState.cjs.js.map +1 -0
  830. package/dist/node_modules/@react-stately/list/dist/useListState.es.js +70 -0
  831. package/dist/node_modules/@react-stately/list/dist/useListState.es.js.map +1 -0
  832. package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.cjs.js +2 -0
  833. package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.cjs.js.map +1 -0
  834. package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.es.js +35 -0
  835. package/dist/node_modules/@react-stately/list/dist/useSingleSelectListState.es.js.map +1 -0
  836. package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.cjs.js +2 -0
  837. package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.cjs.js.map +1 -0
  838. package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.es.js +34 -0
  839. package/dist/node_modules/@react-stately/menu/dist/useMenuTriggerState.es.js.map +1 -0
  840. package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.cjs.js +2 -0
  841. package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.cjs.js.map +1 -0
  842. package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.es.js +30 -0
  843. package/dist/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.es.js.map +1 -0
  844. package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.cjs.js +2 -0
  845. package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.cjs.js.map +1 -0
  846. package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.es.js +35 -0
  847. package/dist/node_modules/@react-stately/radio/dist/useRadioGroupState.es.js.map +1 -0
  848. package/dist/node_modules/@react-stately/select/dist/useSelectState.cjs.js +2 -0
  849. package/dist/node_modules/@react-stately/select/dist/useSelectState.cjs.js.map +1 -0
  850. package/dist/node_modules/@react-stately/select/dist/useSelectState.es.js +35 -0
  851. package/dist/node_modules/@react-stately/select/dist/useSelectState.es.js.map +1 -0
  852. package/dist/node_modules/@react-stately/selection/dist/Selection.cjs.js +2 -0
  853. package/dist/node_modules/@react-stately/selection/dist/Selection.cjs.js.map +1 -0
  854. package/dist/node_modules/@react-stately/selection/dist/Selection.es.js +9 -0
  855. package/dist/node_modules/@react-stately/selection/dist/Selection.es.js.map +1 -0
  856. package/dist/node_modules/@react-stately/selection/dist/SelectionManager.cjs.js +2 -0
  857. package/dist/node_modules/@react-stately/selection/dist/SelectionManager.cjs.js.map +1 -0
  858. package/dist/node_modules/@react-stately/selection/dist/SelectionManager.es.js +285 -0
  859. package/dist/node_modules/@react-stately/selection/dist/SelectionManager.es.js.map +1 -0
  860. package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.cjs.js +2 -0
  861. package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.cjs.js.map +1 -0
  862. package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.es.js +58 -0
  863. package/dist/node_modules/@react-stately/selection/dist/useMultipleSelectionState.es.js.map +1 -0
  864. package/dist/node_modules/@react-stately/toggle/dist/useToggleState.cjs.js +2 -0
  865. package/dist/node_modules/@react-stately/toggle/dist/useToggleState.cjs.js.map +1 -0
  866. package/dist/node_modules/@react-stately/toggle/dist/useToggleState.es.js +22 -0
  867. package/dist/node_modules/@react-stately/toggle/dist/useToggleState.es.js.map +1 -0
  868. package/dist/node_modules/@react-stately/tree/dist/TreeCollection.cjs.js +2 -0
  869. package/dist/node_modules/@react-stately/tree/dist/TreeCollection.cjs.js.map +1 -0
  870. package/dist/node_modules/@react-stately/tree/dist/TreeCollection.es.js +53 -0
  871. package/dist/node_modules/@react-stately/tree/dist/TreeCollection.es.js.map +1 -0
  872. package/dist/node_modules/@react-stately/tree/dist/useTreeState.cjs.js +2 -0
  873. package/dist/node_modules/@react-stately/tree/dist/useTreeState.cjs.js.map +1 -0
  874. package/dist/node_modules/@react-stately/tree/dist/useTreeState.es.js +38 -0
  875. package/dist/node_modules/@react-stately/tree/dist/useTreeState.es.js.map +1 -0
  876. package/dist/node_modules/@react-stately/utils/dist/useControlledState.cjs.js +2 -0
  877. package/dist/node_modules/@react-stately/utils/dist/useControlledState.cjs.js.map +1 -0
  878. package/dist/node_modules/@react-stately/utils/dist/useControlledState.es.js +31 -0
  879. package/dist/node_modules/@react-stately/utils/dist/useControlledState.es.js.map +1 -0
  880. package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.cjs.js +2 -0
  881. package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.cjs.js.map +1 -0
  882. package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.es.js +9 -0
  883. package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.es.js.map +1 -0
  884. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.cjs.js +2 -0
  885. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.cjs.js.map +1 -0
  886. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.es.js +8 -0
  887. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.es.js.map +1 -0
  888. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.cjs.js +2 -0
  889. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.cjs.js.map +1 -0
  890. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.es.js +13 -0
  891. package/dist/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.es.js.map +1 -0
  892. package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.cjs.js +2 -0
  893. package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.cjs.js.map +1 -0
  894. package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.es.js +9 -0
  895. package/dist/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.es.js.map +1 -0
  896. package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.cjs.js +2 -0
  897. package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.cjs.js.map +1 -0
  898. package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.es.js +11 -0
  899. package/dist/node_modules/@swc/helpers/esm/_class_private_field_get.es.js.map +1 -0
  900. package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.cjs.js +2 -0
  901. package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.cjs.js.map +1 -0
  902. package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.es.js +9 -0
  903. package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.es.js.map +1 -0
  904. package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.cjs.js +2 -0
  905. package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.cjs.js.map +1 -0
  906. package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.es.js +11 -0
  907. package/dist/node_modules/@swc/helpers/esm/_class_private_field_set.es.js.map +1 -0
  908. package/dist/node_modules/color2k/dist/index.exports.import.es.cjs.js +2 -0
  909. package/dist/node_modules/color2k/dist/index.exports.import.es.cjs.js.map +1 -0
  910. package/dist/node_modules/color2k/dist/index.exports.import.es.es.js +171 -0
  911. package/dist/node_modules/color2k/dist/index.exports.import.es.es.js.map +1 -0
  912. package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs.js +23 -0
  913. package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs.js.map +1 -0
  914. package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js +609 -0
  915. package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -0
  916. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs.js +10 -0
  917. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs.js.map +1 -0
  918. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +29 -0
  919. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +1 -0
  920. package/dist/node_modules/react/jsx-runtime.cjs.js +2 -0
  921. package/dist/node_modules/react/jsx-runtime.cjs.js.map +1 -0
  922. package/dist/node_modules/react/jsx-runtime.es.js +9 -0
  923. package/dist/node_modules/react/jsx-runtime.es.js.map +1 -0
  924. package/dist/node_modules/react-aria-components/dist/Autocomplete.cjs.js +2 -0
  925. package/dist/node_modules/react-aria-components/dist/Autocomplete.cjs.js.map +1 -0
  926. package/dist/node_modules/react-aria-components/dist/Autocomplete.es.js +6 -0
  927. package/dist/node_modules/react-aria-components/dist/Autocomplete.es.js.map +1 -0
  928. package/dist/node_modules/react-aria-components/dist/Button.cjs.js +2 -0
  929. package/dist/node_modules/react-aria-components/dist/Button.cjs.js.map +1 -0
  930. package/dist/node_modules/react-aria-components/dist/Button.es.js +70 -0
  931. package/dist/node_modules/react-aria-components/dist/Button.es.js.map +1 -0
  932. package/dist/node_modules/react-aria-components/dist/Collection.cjs.js +2 -0
  933. package/dist/node_modules/react-aria-components/dist/Collection.cjs.js.map +1 -0
  934. package/dist/node_modules/react-aria-components/dist/Collection.es.js +64 -0
  935. package/dist/node_modules/react-aria-components/dist/Collection.es.js.map +1 -0
  936. package/dist/node_modules/react-aria-components/dist/Dialog.cjs.js +2 -0
  937. package/dist/node_modules/react-aria-components/dist/Dialog.cjs.js.map +1 -0
  938. package/dist/node_modules/react-aria-components/dist/Dialog.es.js +6 -0
  939. package/dist/node_modules/react-aria-components/dist/Dialog.es.js.map +1 -0
  940. package/dist/node_modules/react-aria-components/dist/Header.cjs.js +2 -0
  941. package/dist/node_modules/react-aria-components/dist/Header.cjs.js.map +1 -0
  942. package/dist/node_modules/react-aria-components/dist/Header.es.js +15 -0
  943. package/dist/node_modules/react-aria-components/dist/Header.es.js.map +1 -0
  944. package/dist/node_modules/react-aria-components/dist/Keyboard.cjs.js +2 -0
  945. package/dist/node_modules/react-aria-components/dist/Keyboard.cjs.js.map +1 -0
  946. package/dist/node_modules/react-aria-components/dist/Keyboard.es.js +6 -0
  947. package/dist/node_modules/react-aria-components/dist/Keyboard.es.js.map +1 -0
  948. package/dist/node_modules/react-aria-components/dist/Menu.cjs.js +2 -0
  949. package/dist/node_modules/react-aria-components/dist/Menu.cjs.js.map +1 -0
  950. package/dist/node_modules/react-aria-components/dist/Menu.es.js +286 -0
  951. package/dist/node_modules/react-aria-components/dist/Menu.es.js.map +1 -0
  952. package/dist/node_modules/react-aria-components/dist/OverlayArrow.cjs.js +2 -0
  953. package/dist/node_modules/react-aria-components/dist/OverlayArrow.cjs.js.map +1 -0
  954. package/dist/node_modules/react-aria-components/dist/OverlayArrow.es.js +37 -0
  955. package/dist/node_modules/react-aria-components/dist/OverlayArrow.es.js.map +1 -0
  956. package/dist/node_modules/react-aria-components/dist/Popover.cjs.js +2 -0
  957. package/dist/node_modules/react-aria-components/dist/Popover.cjs.js.map +1 -0
  958. package/dist/node_modules/react-aria-components/dist/Popover.es.js +141 -0
  959. package/dist/node_modules/react-aria-components/dist/Popover.es.js.map +1 -0
  960. package/dist/node_modules/react-aria-components/dist/ProgressBar.cjs.js +2 -0
  961. package/dist/node_modules/react-aria-components/dist/ProgressBar.cjs.js.map +1 -0
  962. package/dist/node_modules/react-aria-components/dist/ProgressBar.es.js +6 -0
  963. package/dist/node_modules/react-aria-components/dist/ProgressBar.es.js.map +1 -0
  964. package/dist/node_modules/react-aria-components/dist/Separator.cjs.js +2 -0
  965. package/dist/node_modules/react-aria-components/dist/Separator.cjs.js.map +1 -0
  966. package/dist/node_modules/react-aria-components/dist/Separator.es.js +6 -0
  967. package/dist/node_modules/react-aria-components/dist/Separator.es.js.map +1 -0
  968. package/dist/node_modules/react-aria-components/dist/Text.cjs.js +2 -0
  969. package/dist/node_modules/react-aria-components/dist/Text.cjs.js.map +1 -0
  970. package/dist/node_modules/react-aria-components/dist/Text.es.js +16 -0
  971. package/dist/node_modules/react-aria-components/dist/Text.es.js.map +1 -0
  972. package/dist/node_modules/react-aria-components/dist/Tooltip.cjs.js +2 -0
  973. package/dist/node_modules/react-aria-components/dist/Tooltip.cjs.js.map +1 -0
  974. package/dist/node_modules/react-aria-components/dist/Tooltip.es.js +98 -0
  975. package/dist/node_modules/react-aria-components/dist/Tooltip.es.js.map +1 -0
  976. package/dist/node_modules/react-aria-components/dist/utils.cjs.js +2 -0
  977. package/dist/node_modules/react-aria-components/dist/utils.cjs.js.map +1 -0
  978. package/dist/node_modules/react-aria-components/dist/utils.es.js +101 -0
  979. package/dist/node_modules/react-aria-components/dist/utils.es.js.map +1 -0
  980. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.js +10 -0
  981. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.js.map +1 -0
  982. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.es.js +68 -0
  983. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.es.js.map +1 -0
  984. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.js +10 -0
  985. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.js.map +1 -0
  986. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.es.js +56 -0
  987. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.es.js.map +1 -0
  988. package/dist/node_modules/use-sync-external-store/shim/index.cjs.js +2 -0
  989. package/dist/node_modules/use-sync-external-store/shim/index.cjs.js.map +1 -0
  990. package/dist/node_modules/use-sync-external-store/shim/index.es.js +9 -0
  991. package/dist/node_modules/use-sync-external-store/shim/index.es.js.map +1 -0
  992. package/dist/style.css +1 -1
  993. package/dist/utils/color2k.cjs.js +2 -0
  994. package/dist/utils/color2k.cjs.js.map +1 -0
  995. package/dist/utils/color2k.es.js +14 -0
  996. package/dist/utils/color2k.es.js.map +1 -0
  997. package/dist/utils/copy.cjs.js +2 -0
  998. package/dist/utils/copy.cjs.js.map +1 -0
  999. package/dist/utils/copy.es.js +31 -0
  1000. package/dist/utils/copy.es.js.map +1 -0
  1001. package/dist/utils/image.cjs.js +2 -0
  1002. package/dist/utils/image.cjs.js.map +1 -0
  1003. package/dist/utils/image.es.js +28 -0
  1004. package/dist/utils/image.es.js.map +1 -0
  1005. package/dist/utils/navigation.cjs.js +2 -0
  1006. package/dist/utils/navigation.cjs.js.map +1 -0
  1007. package/dist/utils/navigation.es.js +12 -0
  1008. package/dist/utils/navigation.es.js.map +1 -0
  1009. package/dist/utils/palette.cjs.js +2 -0
  1010. package/dist/utils/palette.cjs.js.map +1 -0
  1011. package/dist/utils/palette.es.js +183 -0
  1012. package/dist/utils/palette.es.js.map +1 -0
  1013. package/dist/utils/string.cjs.js +2 -0
  1014. package/dist/utils/string.cjs.js.map +1 -0
  1015. package/dist/utils/string.es.js +8 -0
  1016. package/dist/utils/string.es.js.map +1 -0
  1017. package/dist/utils.cjs.js +1 -1
  1018. package/dist/utils.es.js +19 -15
  1019. package/dist/utils.es.js.map +1 -1
  1020. package/package.json +21 -17
  1021. package/dist/breakpoint-9y1_8U_b.mjs.map +0 -1
  1022. package/dist/breakpoint-DtqbboOa.js +0 -2
  1023. package/dist/breakpoint-DtqbboOa.js.map +0 -1
  1024. package/dist/color2k-CpDB_dpw.mjs +0 -168
  1025. package/dist/color2k-CpDB_dpw.mjs.map +0 -1
  1026. package/dist/color2k-DCgwXUem.js +0 -2
  1027. package/dist/color2k-DCgwXUem.js.map +0 -1
  1028. package/dist/colors-CWaj9dFz.mjs.map +0 -1
  1029. package/dist/colors-CebzFjpe.js +0 -2
  1030. package/dist/colors-CmSJBHaf.js +0 -2
  1031. package/dist/colors-CmSJBHaf.js.map +0 -1
  1032. package/dist/colors-DL1dYffC.js +0 -2
  1033. package/dist/dark.cjs.js +0 -2
  1034. package/dist/dark.cjs.js.map +0 -1
  1035. package/dist/dark.es.js.map +0 -1
  1036. package/dist/image-CUSfY1_T.js +0 -2
  1037. package/dist/image-CUSfY1_T.js.map +0 -1
  1038. package/dist/image-DFyN0Kd9.mjs +0 -207
  1039. package/dist/image-DFyN0Kd9.mjs.map +0 -1
  1040. package/dist/light.cjs.js +0 -2
  1041. package/dist/light.cjs.js.map +0 -1
  1042. package/dist/light.es.js.map +0 -1
  1043. package/dist/navigation-BB0MBIiR.js +0 -2
  1044. package/dist/navigation-BB0MBIiR.js.map +0 -1
  1045. package/dist/navigation-Bj7Pex9j.mjs +0 -43
  1046. package/dist/navigation-Bj7Pex9j.mjs.map +0 -1
  1047. package/dist/theme.cjs.js +0 -2
  1048. package/dist/theme.cjs.js.map +0 -1
  1049. package/dist/theme.es.js +0 -19
  1050. package/dist/theme.es.js.map +0 -1
  1051. package/dist/useBreakpoint-CjRyGKN-.mjs +0 -53
  1052. package/dist/useBreakpoint-CjRyGKN-.mjs.map +0 -1
  1053. package/dist/useBreakpoint-DA-JqOu3.js +0 -2
  1054. package/dist/useBreakpoint-DA-JqOu3.js.map +0 -1
  1055. /package/dist/{dark.d.ts → darkTheme.d.ts} +0 -0
  1056. /package/dist/{theme.d.ts → design.d.ts} +0 -0
  1057. /package/dist/{light.d.ts → lightTheme.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=Symbol.for("react-aria.i18n.locale"),d=Symbol.for("react-aria.i18n.strings");let o;class a{getStringForLocale(t,e){let i=this.getStringsForLocale(e)[t];if(!i)throw new Error(`Could not find intl message ${t} in ${e} locale`);return i}getStringsForLocale(t){let e=this.strings[t];return e||(e=c(t,this.strings,this.defaultLocale),this.strings[t]=e),e}static getGlobalDictionaryForPackage(t){if(typeof window>"u")return null;let e=window[s];if(o===void 0){let i=window[d];if(!i)return null;o={};for(let l in i)o[l]=new a({[e]:i[l]},e)}let r=o==null?void 0:o[t];if(!r)throw new Error(`Strings for package "${t}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return r}constructor(t,e="en-US"){this.strings=Object.fromEntries(Object.entries(t).filter(([,r])=>r)),this.defaultLocale=e}}function c(n,t,e="en-US"){if(t[n])return t[n];let r=g(n);if(t[r])return t[r];for(let i in t)if(i.startsWith(r+"-"))return t[i];return t[e]}function g(n){return Intl.Locale?new Intl.Locale(n).language:n.split("-")[0]}exports.LocalizedStringDictionary=a;
2
+ //# sourceMappingURL=LocalizedStringDictionary.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalizedStringDictionary.cjs.js","sources":["../../../../../node_modules/@internationalized/string/dist/LocalizedStringDictionary.mjs"],"sourcesContent":["/*\n * Copyright 2022 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $5b160d28a433310d$var$localeSymbol = Symbol.for('react-aria.i18n.locale');\nconst $5b160d28a433310d$var$stringsSymbol = Symbol.for('react-aria.i18n.strings');\nlet $5b160d28a433310d$var$cachedGlobalStrings = undefined;\nclass $5b160d28a433310d$export$c17fa47878dc55b6 {\n /** Returns a localized string for the given key and locale. */ getStringForLocale(key, locale) {\n let strings = this.getStringsForLocale(locale);\n let string = strings[key];\n if (!string) throw new Error(`Could not find intl message ${key} in ${locale} locale`);\n return string;\n }\n /** Returns all localized strings for the given locale. */ getStringsForLocale(locale) {\n let strings = this.strings[locale];\n if (!strings) {\n strings = $5b160d28a433310d$var$getStringsForLocale(locale, this.strings, this.defaultLocale);\n this.strings[locale] = strings;\n }\n return strings;\n }\n static getGlobalDictionaryForPackage(packageName) {\n if (typeof window === 'undefined') return null;\n let locale = window[$5b160d28a433310d$var$localeSymbol];\n if ($5b160d28a433310d$var$cachedGlobalStrings === undefined) {\n let globalStrings = window[$5b160d28a433310d$var$stringsSymbol];\n if (!globalStrings) return null;\n $5b160d28a433310d$var$cachedGlobalStrings = {};\n for(let pkg in globalStrings)$5b160d28a433310d$var$cachedGlobalStrings[pkg] = new $5b160d28a433310d$export$c17fa47878dc55b6({\n [locale]: globalStrings[pkg]\n }, locale);\n }\n let dictionary = $5b160d28a433310d$var$cachedGlobalStrings === null || $5b160d28a433310d$var$cachedGlobalStrings === void 0 ? void 0 : $5b160d28a433310d$var$cachedGlobalStrings[packageName];\n if (!dictionary) throw new Error(`Strings for package \"${packageName}\" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);\n return dictionary;\n }\n constructor(messages, defaultLocale = 'en-US'){\n // Clone messages so we don't modify the original object.\n // Filter out entries with falsy values which may have been caused by applying optimize-locales-plugin.\n this.strings = Object.fromEntries(Object.entries(messages).filter(([, v])=>v));\n this.defaultLocale = defaultLocale;\n }\n}\nfunction $5b160d28a433310d$var$getStringsForLocale(locale, strings, defaultLocale = 'en-US') {\n // If there is an exact match, use it.\n if (strings[locale]) return strings[locale];\n // Attempt to find the closest match by language.\n // For example, if the locale is fr-CA (French Canadian), but there is only\n // an fr-FR (France) set of strings, use that.\n // This could be replaced with Intl.LocaleMatcher once it is supported.\n // https://github.com/tc39/proposal-intl-localematcher\n let language = $5b160d28a433310d$var$getLanguage(locale);\n if (strings[language]) return strings[language];\n for(let key in strings){\n if (key.startsWith(language + '-')) return strings[key];\n }\n // Nothing close, use english.\n return strings[defaultLocale];\n}\nfunction $5b160d28a433310d$var$getLanguage(locale) {\n // @ts-ignore\n if (Intl.Locale) // @ts-ignore\n return new Intl.Locale(locale).language;\n return locale.split('-')[0];\n}\n\n\nexport {$5b160d28a433310d$export$c17fa47878dc55b6 as LocalizedStringDictionary};\n//# sourceMappingURL=LocalizedStringDictionary.module.js.map\n"],"names":["$5b160d28a433310d$var$localeSymbol","$5b160d28a433310d$var$stringsSymbol","$5b160d28a433310d$var$cachedGlobalStrings","$5b160d28a433310d$export$c17fa47878dc55b6","key","locale","string","strings","$5b160d28a433310d$var$getStringsForLocale","packageName","globalStrings","pkg","dictionary","messages","defaultLocale","v","language","$5b160d28a433310d$var$getLanguage"],"mappings":"gFAUI,MAAMA,EAAqC,OAAO,IAAI,wBAAwB,EAC5EC,EAAsC,OAAO,IAAI,yBAAyB,EAChF,IAAIC,EACJ,MAAMC,CAA0C,CACoB,mBAAmBC,EAAKC,EAAQ,CAE5F,IAAIC,EADU,KAAK,oBAAoBD,CAAM,EACxBD,CAAG,EACxB,GAAI,CAACE,EAAQ,MAAM,IAAI,MAAM,+BAA+BF,CAAG,OAAOC,CAAM,SAAS,EACrF,OAAOC,CACV,CAC0D,oBAAoBD,EAAQ,CACnF,IAAIE,EAAU,KAAK,QAAQF,CAAM,EACjC,OAAKE,IACDA,EAAUC,EAA0CH,EAAQ,KAAK,QAAS,KAAK,aAAa,EAC5F,KAAK,QAAQA,CAAM,EAAIE,GAEpBA,CACV,CACD,OAAO,8BAA8BE,EAAa,CAC9C,GAAI,OAAO,OAAW,IAAa,OAAO,KAC1C,IAAIJ,EAAS,OAAOL,CAAkC,EACtD,GAAIE,IAA8C,OAAW,CACzD,IAAIQ,EAAgB,OAAOT,CAAmC,EAC9D,GAAI,CAACS,EAAe,OAAO,KAC3BR,EAA4C,CAAA,EAC5C,QAAQS,KAAOD,EAAcR,EAA0CS,CAAG,EAAI,IAAIR,EAA0C,CACxH,CAACE,CAAM,EAAGK,EAAcC,CAAG,CAC9B,EAAEN,CAAM,CACZ,CACD,IAAIO,EAAaV,GAA8C,KAA+D,OAASA,EAA0CO,CAAW,EAC5L,GAAI,CAACG,EAAY,MAAM,IAAI,MAAM,wBAAwBH,CAAW,sHAAsH,EAC1L,OAAOG,CACV,CACD,YAAYC,EAAUC,EAAgB,QAAQ,CAG1C,KAAK,QAAU,OAAO,YAAY,OAAO,QAAQD,CAAQ,EAAE,OAAO,CAAC,CAAA,CAAGE,CAAC,IAAIA,CAAC,CAAC,EAC7E,KAAK,cAAgBD,CACxB,CACL,CACA,SAASN,EAA0CH,EAAQE,EAASO,EAAgB,QAAS,CAEzF,GAAIP,EAAQF,CAAM,EAAG,OAAOE,EAAQF,CAAM,EAM1C,IAAIW,EAAWC,EAAkCZ,CAAM,EACvD,GAAIE,EAAQS,CAAQ,EAAG,OAAOT,EAAQS,CAAQ,EAC9C,QAAQZ,KAAOG,EACX,GAAIH,EAAI,WAAWY,EAAW,GAAG,EAAG,OAAOT,EAAQH,CAAG,EAG1D,OAAOG,EAAQO,CAAa,CAChC,CACA,SAASG,EAAkCZ,EAAQ,CAE/C,OAAI,KAAK,OACF,IAAI,KAAK,OAAOA,CAAM,EAAE,SACxBA,EAAO,MAAM,GAAG,EAAE,CAAC,CAC9B","x_google_ignoreList":[0]}
@@ -0,0 +1,48 @@
1
+ const s = Symbol.for("react-aria.i18n.locale"), d = Symbol.for("react-aria.i18n.strings");
2
+ let o;
3
+ class l {
4
+ /** Returns a localized string for the given key and locale. */
5
+ getStringForLocale(t, r) {
6
+ let i = this.getStringsForLocale(r)[t];
7
+ if (!i) throw new Error(`Could not find intl message ${t} in ${r} locale`);
8
+ return i;
9
+ }
10
+ /** Returns all localized strings for the given locale. */
11
+ getStringsForLocale(t) {
12
+ let r = this.strings[t];
13
+ return r || (r = c(t, this.strings, this.defaultLocale), this.strings[t] = r), r;
14
+ }
15
+ static getGlobalDictionaryForPackage(t) {
16
+ if (typeof window > "u") return null;
17
+ let r = window[s];
18
+ if (o === void 0) {
19
+ let i = window[d];
20
+ if (!i) return null;
21
+ o = {};
22
+ for (let a in i) o[a] = new l({
23
+ [r]: i[a]
24
+ }, r);
25
+ }
26
+ let e = o == null ? void 0 : o[t];
27
+ if (!e) throw new Error(`Strings for package "${t}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);
28
+ return e;
29
+ }
30
+ constructor(t, r = "en-US") {
31
+ this.strings = Object.fromEntries(Object.entries(t).filter(([, e]) => e)), this.defaultLocale = r;
32
+ }
33
+ }
34
+ function c(n, t, r = "en-US") {
35
+ if (t[n]) return t[n];
36
+ let e = g(n);
37
+ if (t[e]) return t[e];
38
+ for (let i in t)
39
+ if (i.startsWith(e + "-")) return t[i];
40
+ return t[r];
41
+ }
42
+ function g(n) {
43
+ return Intl.Locale ? new Intl.Locale(n).language : n.split("-")[0];
44
+ }
45
+ export {
46
+ l as LocalizedStringDictionary
47
+ };
48
+ //# sourceMappingURL=LocalizedStringDictionary.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalizedStringDictionary.es.js","sources":["../../../../../node_modules/@internationalized/string/dist/LocalizedStringDictionary.mjs"],"sourcesContent":["/*\n * Copyright 2022 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $5b160d28a433310d$var$localeSymbol = Symbol.for('react-aria.i18n.locale');\nconst $5b160d28a433310d$var$stringsSymbol = Symbol.for('react-aria.i18n.strings');\nlet $5b160d28a433310d$var$cachedGlobalStrings = undefined;\nclass $5b160d28a433310d$export$c17fa47878dc55b6 {\n /** Returns a localized string for the given key and locale. */ getStringForLocale(key, locale) {\n let strings = this.getStringsForLocale(locale);\n let string = strings[key];\n if (!string) throw new Error(`Could not find intl message ${key} in ${locale} locale`);\n return string;\n }\n /** Returns all localized strings for the given locale. */ getStringsForLocale(locale) {\n let strings = this.strings[locale];\n if (!strings) {\n strings = $5b160d28a433310d$var$getStringsForLocale(locale, this.strings, this.defaultLocale);\n this.strings[locale] = strings;\n }\n return strings;\n }\n static getGlobalDictionaryForPackage(packageName) {\n if (typeof window === 'undefined') return null;\n let locale = window[$5b160d28a433310d$var$localeSymbol];\n if ($5b160d28a433310d$var$cachedGlobalStrings === undefined) {\n let globalStrings = window[$5b160d28a433310d$var$stringsSymbol];\n if (!globalStrings) return null;\n $5b160d28a433310d$var$cachedGlobalStrings = {};\n for(let pkg in globalStrings)$5b160d28a433310d$var$cachedGlobalStrings[pkg] = new $5b160d28a433310d$export$c17fa47878dc55b6({\n [locale]: globalStrings[pkg]\n }, locale);\n }\n let dictionary = $5b160d28a433310d$var$cachedGlobalStrings === null || $5b160d28a433310d$var$cachedGlobalStrings === void 0 ? void 0 : $5b160d28a433310d$var$cachedGlobalStrings[packageName];\n if (!dictionary) throw new Error(`Strings for package \"${packageName}\" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);\n return dictionary;\n }\n constructor(messages, defaultLocale = 'en-US'){\n // Clone messages so we don't modify the original object.\n // Filter out entries with falsy values which may have been caused by applying optimize-locales-plugin.\n this.strings = Object.fromEntries(Object.entries(messages).filter(([, v])=>v));\n this.defaultLocale = defaultLocale;\n }\n}\nfunction $5b160d28a433310d$var$getStringsForLocale(locale, strings, defaultLocale = 'en-US') {\n // If there is an exact match, use it.\n if (strings[locale]) return strings[locale];\n // Attempt to find the closest match by language.\n // For example, if the locale is fr-CA (French Canadian), but there is only\n // an fr-FR (France) set of strings, use that.\n // This could be replaced with Intl.LocaleMatcher once it is supported.\n // https://github.com/tc39/proposal-intl-localematcher\n let language = $5b160d28a433310d$var$getLanguage(locale);\n if (strings[language]) return strings[language];\n for(let key in strings){\n if (key.startsWith(language + '-')) return strings[key];\n }\n // Nothing close, use english.\n return strings[defaultLocale];\n}\nfunction $5b160d28a433310d$var$getLanguage(locale) {\n // @ts-ignore\n if (Intl.Locale) // @ts-ignore\n return new Intl.Locale(locale).language;\n return locale.split('-')[0];\n}\n\n\nexport {$5b160d28a433310d$export$c17fa47878dc55b6 as LocalizedStringDictionary};\n//# sourceMappingURL=LocalizedStringDictionary.module.js.map\n"],"names":["$5b160d28a433310d$var$localeSymbol","$5b160d28a433310d$var$stringsSymbol","$5b160d28a433310d$var$cachedGlobalStrings","$5b160d28a433310d$export$c17fa47878dc55b6","key","locale","string","strings","$5b160d28a433310d$var$getStringsForLocale","packageName","globalStrings","pkg","dictionary","messages","defaultLocale","v","language","$5b160d28a433310d$var$getLanguage"],"mappings":"AAUI,MAAMA,IAAqC,OAAO,IAAI,wBAAwB,GAC5EC,IAAsC,OAAO,IAAI,yBAAyB;AAChF,IAAIC;AACJ,MAAMC,EAA0C;AAAA;AAAA,EACoB,mBAAmBC,GAAKC,GAAQ;AAE5F,QAAIC,IADU,KAAK,oBAAoBD,CAAM,EACxBD,CAAG;AACxB,QAAI,CAACE,EAAQ,OAAM,IAAI,MAAM,+BAA+BF,CAAG,OAAOC,CAAM,SAAS;AACrF,WAAOC;AAAA,EACV;AAAA;AAAA,EAC0D,oBAAoBD,GAAQ;AACnF,QAAIE,IAAU,KAAK,QAAQF,CAAM;AACjC,WAAKE,MACDA,IAAUC,EAA0CH,GAAQ,KAAK,SAAS,KAAK,aAAa,GAC5F,KAAK,QAAQA,CAAM,IAAIE,IAEpBA;AAAA,EACV;AAAA,EACD,OAAO,8BAA8BE,GAAa;AAC9C,QAAI,OAAO,SAAW,IAAa,QAAO;AAC1C,QAAIJ,IAAS,OAAOL,CAAkC;AACtD,QAAIE,MAA8C,QAAW;AACzD,UAAIQ,IAAgB,OAAOT,CAAmC;AAC9D,UAAI,CAACS,EAAe,QAAO;AAC3B,MAAAR,IAA4C,CAAA;AAC5C,eAAQS,KAAOD,EAAc,CAAAR,EAA0CS,CAAG,IAAI,IAAIR,EAA0C;AAAA,QACxH,CAACE,CAAM,GAAGK,EAAcC,CAAG;AAAA,MAC9B,GAAEN,CAAM;AAAA,IACZ;AACD,QAAIO,IAAaV,KAA8C,OAA+D,SAASA,EAA0CO,CAAW;AAC5L,QAAI,CAACG,EAAY,OAAM,IAAI,MAAM,wBAAwBH,CAAW,sHAAsH;AAC1L,WAAOG;AAAA,EACV;AAAA,EACD,YAAYC,GAAUC,IAAgB,SAAQ;AAG1C,SAAK,UAAU,OAAO,YAAY,OAAO,QAAQD,CAAQ,EAAE,OAAO,CAAC,CAAA,EAAGE,CAAC,MAAIA,CAAC,CAAC,GAC7E,KAAK,gBAAgBD;AAAA,EACxB;AACL;AACA,SAASN,EAA0CH,GAAQE,GAASO,IAAgB,SAAS;AAEzF,MAAIP,EAAQF,CAAM,EAAG,QAAOE,EAAQF,CAAM;AAM1C,MAAIW,IAAWC,EAAkCZ,CAAM;AACvD,MAAIE,EAAQS,CAAQ,EAAG,QAAOT,EAAQS,CAAQ;AAC9C,WAAQZ,KAAOG;AACX,QAAIH,EAAI,WAAWY,IAAW,GAAG,EAAG,QAAOT,EAAQH,CAAG;AAG1D,SAAOG,EAAQO,CAAa;AAChC;AACA,SAASG,EAAkCZ,GAAQ;AAE/C,SAAI,KAAK,SACF,IAAI,KAAK,OAAOA,CAAM,EAAE,WACxBA,EAAO,MAAM,GAAG,EAAE,CAAC;AAC9B;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=new Map,n=new Map;class i{format(t,e){let l=this.strings.getStringForLocale(t,this.locale);return typeof l=="function"?l(e,this):l}plural(t,e,l="cardinal"){let r=e["="+t];if(r)return typeof r=="function"?r():r;let c=this.locale+":"+l,a=o.get(c);a||(a=new Intl.PluralRules(this.locale,{type:l}),o.set(c,a));let s=a.select(t);return r=e[s]||e.other,typeof r=="function"?r():r}number(t){let e=n.get(this.locale);return e||(e=new Intl.NumberFormat(this.locale),n.set(this.locale,e)),e.format(t)}select(t,e){let l=t[e]||t.other;return typeof l=="function"?l():l}constructor(t,e){this.locale=t,this.strings=e}}exports.LocalizedStringFormatter=i;
2
+ //# sourceMappingURL=LocalizedStringFormatter.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalizedStringFormatter.cjs.js","sources":["../../../../../node_modules/@internationalized/string/dist/LocalizedStringFormatter.mjs"],"sourcesContent":["/*\n * Copyright 2022 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $6db58dc88e78b024$var$pluralRulesCache = new Map();\nconst $6db58dc88e78b024$var$numberFormatCache = new Map();\nclass $6db58dc88e78b024$export$2f817fcdc4b89ae0 {\n /** Formats a localized string for the given key with the provided variables. */ format(key, variables) {\n let message = this.strings.getStringForLocale(key, this.locale);\n return typeof message === 'function' ? message(variables, this) : message;\n }\n plural(count, options, type = 'cardinal') {\n let opt = options['=' + count];\n if (opt) return typeof opt === 'function' ? opt() : opt;\n let key = this.locale + ':' + type;\n let pluralRules = $6db58dc88e78b024$var$pluralRulesCache.get(key);\n if (!pluralRules) {\n pluralRules = new Intl.PluralRules(this.locale, {\n type: type\n });\n $6db58dc88e78b024$var$pluralRulesCache.set(key, pluralRules);\n }\n let selected = pluralRules.select(count);\n opt = options[selected] || options.other;\n return typeof opt === 'function' ? opt() : opt;\n }\n number(value) {\n let numberFormat = $6db58dc88e78b024$var$numberFormatCache.get(this.locale);\n if (!numberFormat) {\n numberFormat = new Intl.NumberFormat(this.locale);\n $6db58dc88e78b024$var$numberFormatCache.set(this.locale, numberFormat);\n }\n return numberFormat.format(value);\n }\n select(options, value) {\n let opt = options[value] || options.other;\n return typeof opt === 'function' ? opt() : opt;\n }\n constructor(locale, strings){\n this.locale = locale;\n this.strings = strings;\n }\n}\n\n\nexport {$6db58dc88e78b024$export$2f817fcdc4b89ae0 as LocalizedStringFormatter};\n//# sourceMappingURL=LocalizedStringFormatter.module.js.map\n"],"names":["$6db58dc88e78b024$var$pluralRulesCache","$6db58dc88e78b024$var$numberFormatCache","$6db58dc88e78b024$export$2f817fcdc4b89ae0","key","variables","message","count","options","type","opt","pluralRules","selected","value","numberFormat","locale","strings"],"mappings":"gFAUI,MAAMA,EAAyC,IAAI,IACjDC,EAA0C,IAAI,IACpD,MAAMC,CAA0C,CACqC,OAAOC,EAAKC,EAAW,CACpG,IAAIC,EAAU,KAAK,QAAQ,mBAAmBF,EAAK,KAAK,MAAM,EAC9D,OAAO,OAAOE,GAAY,WAAaA,EAAQD,EAAW,IAAI,EAAIC,CACrE,CACD,OAAOC,EAAOC,EAASC,EAAO,WAAY,CACtC,IAAIC,EAAMF,EAAQ,IAAMD,CAAK,EAC7B,GAAIG,EAAK,OAAO,OAAOA,GAAQ,WAAaA,EAAK,EAAGA,EACpD,IAAIN,EAAM,KAAK,OAAS,IAAMK,EAC1BE,EAAcV,EAAuC,IAAIG,CAAG,EAC3DO,IACDA,EAAc,IAAI,KAAK,YAAY,KAAK,OAAQ,CAC5C,KAAMF,CACtB,CAAa,EACDR,EAAuC,IAAIG,EAAKO,CAAW,GAE/D,IAAIC,EAAWD,EAAY,OAAOJ,CAAK,EACvC,OAAAG,EAAMF,EAAQI,CAAQ,GAAKJ,EAAQ,MAC5B,OAAOE,GAAQ,WAAaA,EAAG,EAAKA,CAC9C,CACD,OAAOG,EAAO,CACV,IAAIC,EAAeZ,EAAwC,IAAI,KAAK,MAAM,EAC1E,OAAKY,IACDA,EAAe,IAAI,KAAK,aAAa,KAAK,MAAM,EAChDZ,EAAwC,IAAI,KAAK,OAAQY,CAAY,GAElEA,EAAa,OAAOD,CAAK,CACnC,CACD,OAAOL,EAASK,EAAO,CACnB,IAAIH,EAAMF,EAAQK,CAAK,GAAKL,EAAQ,MACpC,OAAO,OAAOE,GAAQ,WAAaA,EAAG,EAAKA,CAC9C,CACD,YAAYK,EAAQC,EAAQ,CACxB,KAAK,OAASD,EACd,KAAK,QAAUC,CAClB,CACL","x_google_ignoreList":[0]}
@@ -0,0 +1,33 @@
1
+ const o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
2
+ class u {
3
+ /** Formats a localized string for the given key with the provided variables. */
4
+ format(t, e) {
5
+ let l = this.strings.getStringForLocale(t, this.locale);
6
+ return typeof l == "function" ? l(e, this) : l;
7
+ }
8
+ plural(t, e, l = "cardinal") {
9
+ let r = e["=" + t];
10
+ if (r) return typeof r == "function" ? r() : r;
11
+ let c = this.locale + ":" + l, a = o.get(c);
12
+ a || (a = new Intl.PluralRules(this.locale, {
13
+ type: l
14
+ }), o.set(c, a));
15
+ let n = a.select(t);
16
+ return r = e[n] || e.other, typeof r == "function" ? r() : r;
17
+ }
18
+ number(t) {
19
+ let e = s.get(this.locale);
20
+ return e || (e = new Intl.NumberFormat(this.locale), s.set(this.locale, e)), e.format(t);
21
+ }
22
+ select(t, e) {
23
+ let l = t[e] || t.other;
24
+ return typeof l == "function" ? l() : l;
25
+ }
26
+ constructor(t, e) {
27
+ this.locale = t, this.strings = e;
28
+ }
29
+ }
30
+ export {
31
+ u as LocalizedStringFormatter
32
+ };
33
+ //# sourceMappingURL=LocalizedStringFormatter.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalizedStringFormatter.es.js","sources":["../../../../../node_modules/@internationalized/string/dist/LocalizedStringFormatter.mjs"],"sourcesContent":["/*\n * Copyright 2022 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ const $6db58dc88e78b024$var$pluralRulesCache = new Map();\nconst $6db58dc88e78b024$var$numberFormatCache = new Map();\nclass $6db58dc88e78b024$export$2f817fcdc4b89ae0 {\n /** Formats a localized string for the given key with the provided variables. */ format(key, variables) {\n let message = this.strings.getStringForLocale(key, this.locale);\n return typeof message === 'function' ? message(variables, this) : message;\n }\n plural(count, options, type = 'cardinal') {\n let opt = options['=' + count];\n if (opt) return typeof opt === 'function' ? opt() : opt;\n let key = this.locale + ':' + type;\n let pluralRules = $6db58dc88e78b024$var$pluralRulesCache.get(key);\n if (!pluralRules) {\n pluralRules = new Intl.PluralRules(this.locale, {\n type: type\n });\n $6db58dc88e78b024$var$pluralRulesCache.set(key, pluralRules);\n }\n let selected = pluralRules.select(count);\n opt = options[selected] || options.other;\n return typeof opt === 'function' ? opt() : opt;\n }\n number(value) {\n let numberFormat = $6db58dc88e78b024$var$numberFormatCache.get(this.locale);\n if (!numberFormat) {\n numberFormat = new Intl.NumberFormat(this.locale);\n $6db58dc88e78b024$var$numberFormatCache.set(this.locale, numberFormat);\n }\n return numberFormat.format(value);\n }\n select(options, value) {\n let opt = options[value] || options.other;\n return typeof opt === 'function' ? opt() : opt;\n }\n constructor(locale, strings){\n this.locale = locale;\n this.strings = strings;\n }\n}\n\n\nexport {$6db58dc88e78b024$export$2f817fcdc4b89ae0 as LocalizedStringFormatter};\n//# sourceMappingURL=LocalizedStringFormatter.module.js.map\n"],"names":["$6db58dc88e78b024$var$pluralRulesCache","$6db58dc88e78b024$var$numberFormatCache","$6db58dc88e78b024$export$2f817fcdc4b89ae0","key","variables","message","count","options","type","opt","pluralRules","selected","value","numberFormat","locale","strings"],"mappings":"AAUI,MAAMA,IAAyC,oBAAI,OACjDC,IAA0C,oBAAI;AACpD,MAAMC,EAA0C;AAAA;AAAA,EACqC,OAAOC,GAAKC,GAAW;AACpG,QAAIC,IAAU,KAAK,QAAQ,mBAAmBF,GAAK,KAAK,MAAM;AAC9D,WAAO,OAAOE,KAAY,aAAaA,EAAQD,GAAW,IAAI,IAAIC;AAAA,EACrE;AAAA,EACD,OAAOC,GAAOC,GAASC,IAAO,YAAY;AACtC,QAAIC,IAAMF,EAAQ,MAAMD,CAAK;AAC7B,QAAIG,EAAK,QAAO,OAAOA,KAAQ,aAAaA,EAAK,IAAGA;AACpD,QAAIN,IAAM,KAAK,SAAS,MAAMK,GAC1BE,IAAcV,EAAuC,IAAIG,CAAG;AAChE,IAAKO,MACDA,IAAc,IAAI,KAAK,YAAY,KAAK,QAAQ;AAAA,MAC5C,MAAMF;AAAA,IACtB,CAAa,GACDR,EAAuC,IAAIG,GAAKO,CAAW;AAE/D,QAAIC,IAAWD,EAAY,OAAOJ,CAAK;AACvC,WAAAG,IAAMF,EAAQI,CAAQ,KAAKJ,EAAQ,OAC5B,OAAOE,KAAQ,aAAaA,EAAG,IAAKA;AAAA,EAC9C;AAAA,EACD,OAAOG,GAAO;AACV,QAAIC,IAAeZ,EAAwC,IAAI,KAAK,MAAM;AAC1E,WAAKY,MACDA,IAAe,IAAI,KAAK,aAAa,KAAK,MAAM,GAChDZ,EAAwC,IAAI,KAAK,QAAQY,CAAY,IAElEA,EAAa,OAAOD,CAAK;AAAA,EACnC;AAAA,EACD,OAAOL,GAASK,GAAO;AACnB,QAAIH,IAAMF,EAAQK,CAAK,KAAKL,EAAQ;AACpC,WAAO,OAAOE,KAAQ,aAAaA,EAAG,IAAKA;AAAA,EAC9C;AAAA,EACD,YAAYK,GAAQC,GAAQ;AACxB,SAAK,SAASD,GACd,KAAK,UAAUC;AAAA,EAClB;AACL;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@react-aria/utils"),v=require("../../interactions/dist/usePress.cjs.js"),C=require("../../interactions/dist/useFocusable.cjs.js");function D(e,o){let{elementType:s="button",isDisabled:r,onPress:d,onPressStart:l,onPressEnd:u,onPressUp:P,onPressChange:c,preventFocusOnPress:f,allowFocusWhenDisabled:b,onClick:m,href:g,target:h,rel:p,type:i="button"}=e,n;s==="button"?n={type:i,disabled:r,form:e.form,formAction:e.formAction,formEncType:e.formEncType,formMethod:e.formMethod,formNoValidate:e.formNoValidate,formTarget:e.formTarget,name:e.name,value:e.value}:n={role:"button",href:s==="a"&&!r?g:void 0,target:s==="a"?h:void 0,type:s==="input"?i:void 0,disabled:s==="input"?r:void 0,"aria-disabled":!r||s==="input"?void 0:r,rel:s==="a"?p:void 0};let{pressProps:y,isPressed:F}=v.usePress({onPressStart:l,onPressEnd:u,onPressChange:c,onPress:d,onPressUp:P,onClick:m,isDisabled:r,preventFocusOnPress:f,ref:o}),{focusableProps:a}=C.useFocusable(e,o);b&&(a.tabIndex=r?-1:a.tabIndex);let T=t.mergeProps(a,y,t.filterDOMProps(e,{labelable:!0}));return{isPressed:F,buttonProps:t.mergeProps(n,T,{"aria-haspopup":e["aria-haspopup"],"aria-expanded":e["aria-expanded"],"aria-controls":e["aria-controls"],"aria-pressed":e["aria-pressed"],"aria-current":e["aria-current"]})}}exports.useButton=D;
2
+ //# sourceMappingURL=useButton.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useButton.cjs.js","sources":["../../../../../node_modules/@react-aria/button/dist/useButton.mjs"],"sourcesContent":["import {mergeProps as $bwqiF$mergeProps, filterDOMProps as $bwqiF$filterDOMProps} from \"@react-aria/utils\";\nimport {usePress as $bwqiF$usePress, useFocusable as $bwqiF$useFocusable} from \"@react-aria/interactions\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\nfunction $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {\n let { elementType: elementType = 'button', isDisabled: isDisabled, onPress: onPress, onPressStart: onPressStart, onPressEnd: onPressEnd, onPressUp: onPressUp, onPressChange: onPressChange, preventFocusOnPress: preventFocusOnPress, allowFocusWhenDisabled: // @ts-ignore - undocumented\n allowFocusWhenDisabled, onClick: onClick, href: href, target: target, rel: rel, type: type = 'button' } = props;\n let additionalProps;\n if (elementType === 'button') additionalProps = {\n type: type,\n disabled: isDisabled,\n form: props.form,\n formAction: props.formAction,\n formEncType: props.formEncType,\n formMethod: props.formMethod,\n formNoValidate: props.formNoValidate,\n formTarget: props.formTarget,\n name: props.name,\n value: props.value\n };\n else additionalProps = {\n role: 'button',\n href: elementType === 'a' && !isDisabled ? href : undefined,\n target: elementType === 'a' ? target : undefined,\n type: elementType === 'input' ? type : undefined,\n disabled: elementType === 'input' ? isDisabled : undefined,\n 'aria-disabled': !isDisabled || elementType === 'input' ? undefined : isDisabled,\n rel: elementType === 'a' ? rel : undefined\n };\n let { pressProps: pressProps, isPressed: isPressed } = (0, $bwqiF$usePress)({\n onPressStart: onPressStart,\n onPressEnd: onPressEnd,\n onPressChange: onPressChange,\n onPress: onPress,\n onPressUp: onPressUp,\n onClick: onClick,\n isDisabled: isDisabled,\n preventFocusOnPress: preventFocusOnPress,\n ref: ref\n });\n let { focusableProps: focusableProps } = (0, $bwqiF$useFocusable)(props, ref);\n if (allowFocusWhenDisabled) focusableProps.tabIndex = isDisabled ? -1 : focusableProps.tabIndex;\n let buttonProps = (0, $bwqiF$mergeProps)(focusableProps, pressProps, (0, $bwqiF$filterDOMProps)(props, {\n labelable: true\n }));\n return {\n isPressed: isPressed,\n buttonProps: (0, $bwqiF$mergeProps)(additionalProps, buttonProps, {\n 'aria-haspopup': props['aria-haspopup'],\n 'aria-expanded': props['aria-expanded'],\n 'aria-controls': props['aria-controls'],\n 'aria-pressed': props['aria-pressed'],\n 'aria-current': props['aria-current']\n })\n };\n}\n\n\nexport {$701a24aa0da5b062$export$ea18c227d4417cc3 as useButton};\n//# sourceMappingURL=useButton.module.js.map\n"],"names":["$701a24aa0da5b062$export$ea18c227d4417cc3","props","ref","elementType","isDisabled","onPress","onPressStart","onPressEnd","onPressUp","onPressChange","preventFocusOnPress","allowFocusWhenDisabled","onClick","href","target","rel","type","additionalProps","pressProps","isPressed","$bwqiF$usePress","focusableProps","$bwqiF$useFocusable","buttonProps","$bwqiF$mergeProps","$bwqiF$filterDOMProps"],"mappings":"mOAeA,SAASA,EAA0CC,EAAOC,EAAK,CAC3D,GAAI,CAAE,YAAaC,EAAc,SAAU,WAAYC,EAAY,QAASC,EAAS,aAAcC,EAAc,WAAYC,EAAY,UAAWC,EAAW,cAAeC,EAAe,oBAAqBC,EAAqB,uBACvOC,EAAwB,QAASC,EAAS,KAAMC,EAAM,OAAQC,EAAQ,IAAKC,EAAK,KAAMC,EAAO,QAAQ,EAAKf,EACtGgB,EACAd,IAAgB,SAAUc,EAAkB,CAC5C,KAAMD,EACN,SAAUZ,EACV,KAAMH,EAAM,KACZ,WAAYA,EAAM,WAClB,YAAaA,EAAM,YACnB,WAAYA,EAAM,WAClB,eAAgBA,EAAM,eACtB,WAAYA,EAAM,WAClB,KAAMA,EAAM,KACZ,MAAOA,EAAM,KACrB,EACSgB,EAAkB,CACnB,KAAM,SACN,KAAMd,IAAgB,KAAO,CAACC,EAAaS,EAAO,OAClD,OAAQV,IAAgB,IAAMW,EAAS,OACvC,KAAMX,IAAgB,QAAUa,EAAO,OACvC,SAAUb,IAAgB,QAAUC,EAAa,OACjD,gBAAiB,CAACA,GAAcD,IAAgB,QAAU,OAAYC,EACtE,IAAKD,IAAgB,IAAMY,EAAM,MACzC,EACI,GAAI,CAAE,WAAYG,EAAY,UAAWC,CAAS,EAASC,WAAiB,CACxE,aAAcd,EACd,WAAYC,EACZ,cAAeE,EACf,QAASJ,EACT,UAAWG,EACX,QAASI,EACT,WAAYR,EACZ,oBAAqBM,EACrB,IAAKR,CACb,CAAK,EACG,CAAE,eAAgBmB,CAAgB,EAAOC,EAAAA,aAAqBrB,EAAOC,CAAG,EACxES,IAAwBU,EAAe,SAAWjB,EAAa,GAAKiB,EAAe,UACvF,IAAIE,EAAkBC,aAAmBH,EAAgBH,EAAgBO,EAAqB,eAAExB,EAAO,CACnG,UAAW,EACd,CAAA,CAAC,EACF,MAAO,CACH,UAAWkB,EACX,YAAiBK,EAAAA,WAAmBP,EAAiBM,EAAa,CAC9D,gBAAiBtB,EAAM,eAAe,EACtC,gBAAiBA,EAAM,eAAe,EACtC,gBAAiBA,EAAM,eAAe,EACtC,eAAgBA,EAAM,cAAc,EACpC,eAAgBA,EAAM,cAAc,CAChD,CAAS,CACT,CACA","x_google_ignoreList":[0]}
@@ -0,0 +1,55 @@
1
+ import { mergeProps as i, filterDOMProps as C } from "@react-aria/utils";
2
+ import { usePress as D } from "../../interactions/dist/usePress.es.js";
3
+ import { useFocusable as F } from "../../interactions/dist/useFocusable.es.js";
4
+ function O(e, t) {
5
+ let { elementType: r = "button", isDisabled: a, onPress: d, onPressStart: l, onPressEnd: f, onPressUp: u, onPressChange: P, preventFocusOnPress: c, allowFocusWhenDisabled: b, onClick: m, href: p, target: h, rel: g, type: o = "button" } = e, s;
6
+ r === "button" ? s = {
7
+ type: o,
8
+ disabled: a,
9
+ form: e.form,
10
+ formAction: e.formAction,
11
+ formEncType: e.formEncType,
12
+ formMethod: e.formMethod,
13
+ formNoValidate: e.formNoValidate,
14
+ formTarget: e.formTarget,
15
+ name: e.name,
16
+ value: e.value
17
+ } : s = {
18
+ role: "button",
19
+ href: r === "a" && !a ? p : void 0,
20
+ target: r === "a" ? h : void 0,
21
+ type: r === "input" ? o : void 0,
22
+ disabled: r === "input" ? a : void 0,
23
+ "aria-disabled": !a || r === "input" ? void 0 : a,
24
+ rel: r === "a" ? g : void 0
25
+ };
26
+ let { pressProps: $, isPressed: x } = D({
27
+ onPressStart: l,
28
+ onPressEnd: f,
29
+ onPressChange: P,
30
+ onPress: d,
31
+ onPressUp: u,
32
+ onClick: m,
33
+ isDisabled: a,
34
+ preventFocusOnPress: c,
35
+ ref: t
36
+ }), { focusableProps: n } = F(e, t);
37
+ b && (n.tabIndex = a ? -1 : n.tabIndex);
38
+ let y = i(n, $, C(e, {
39
+ labelable: !0
40
+ }));
41
+ return {
42
+ isPressed: x,
43
+ buttonProps: i(s, y, {
44
+ "aria-haspopup": e["aria-haspopup"],
45
+ "aria-expanded": e["aria-expanded"],
46
+ "aria-controls": e["aria-controls"],
47
+ "aria-pressed": e["aria-pressed"],
48
+ "aria-current": e["aria-current"]
49
+ })
50
+ };
51
+ }
52
+ export {
53
+ O as useButton
54
+ };
55
+ //# sourceMappingURL=useButton.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useButton.es.js","sources":["../../../../../node_modules/@react-aria/button/dist/useButton.mjs"],"sourcesContent":["import {mergeProps as $bwqiF$mergeProps, filterDOMProps as $bwqiF$filterDOMProps} from \"@react-aria/utils\";\nimport {usePress as $bwqiF$usePress, useFocusable as $bwqiF$useFocusable} from \"@react-aria/interactions\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\nfunction $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {\n let { elementType: elementType = 'button', isDisabled: isDisabled, onPress: onPress, onPressStart: onPressStart, onPressEnd: onPressEnd, onPressUp: onPressUp, onPressChange: onPressChange, preventFocusOnPress: preventFocusOnPress, allowFocusWhenDisabled: // @ts-ignore - undocumented\n allowFocusWhenDisabled, onClick: onClick, href: href, target: target, rel: rel, type: type = 'button' } = props;\n let additionalProps;\n if (elementType === 'button') additionalProps = {\n type: type,\n disabled: isDisabled,\n form: props.form,\n formAction: props.formAction,\n formEncType: props.formEncType,\n formMethod: props.formMethod,\n formNoValidate: props.formNoValidate,\n formTarget: props.formTarget,\n name: props.name,\n value: props.value\n };\n else additionalProps = {\n role: 'button',\n href: elementType === 'a' && !isDisabled ? href : undefined,\n target: elementType === 'a' ? target : undefined,\n type: elementType === 'input' ? type : undefined,\n disabled: elementType === 'input' ? isDisabled : undefined,\n 'aria-disabled': !isDisabled || elementType === 'input' ? undefined : isDisabled,\n rel: elementType === 'a' ? rel : undefined\n };\n let { pressProps: pressProps, isPressed: isPressed } = (0, $bwqiF$usePress)({\n onPressStart: onPressStart,\n onPressEnd: onPressEnd,\n onPressChange: onPressChange,\n onPress: onPress,\n onPressUp: onPressUp,\n onClick: onClick,\n isDisabled: isDisabled,\n preventFocusOnPress: preventFocusOnPress,\n ref: ref\n });\n let { focusableProps: focusableProps } = (0, $bwqiF$useFocusable)(props, ref);\n if (allowFocusWhenDisabled) focusableProps.tabIndex = isDisabled ? -1 : focusableProps.tabIndex;\n let buttonProps = (0, $bwqiF$mergeProps)(focusableProps, pressProps, (0, $bwqiF$filterDOMProps)(props, {\n labelable: true\n }));\n return {\n isPressed: isPressed,\n buttonProps: (0, $bwqiF$mergeProps)(additionalProps, buttonProps, {\n 'aria-haspopup': props['aria-haspopup'],\n 'aria-expanded': props['aria-expanded'],\n 'aria-controls': props['aria-controls'],\n 'aria-pressed': props['aria-pressed'],\n 'aria-current': props['aria-current']\n })\n };\n}\n\n\nexport {$701a24aa0da5b062$export$ea18c227d4417cc3 as useButton};\n//# sourceMappingURL=useButton.module.js.map\n"],"names":["$701a24aa0da5b062$export$ea18c227d4417cc3","props","ref","elementType","isDisabled","onPress","onPressStart","onPressEnd","onPressUp","onPressChange","preventFocusOnPress","allowFocusWhenDisabled","onClick","href","target","rel","type","additionalProps","pressProps","isPressed","$bwqiF$usePress","focusableProps","$bwqiF$useFocusable","buttonProps","$bwqiF$mergeProps","$bwqiF$filterDOMProps"],"mappings":";;;AAeA,SAASA,EAA0CC,GAAOC,GAAK;AAC3D,MAAI,EAAE,aAAaC,IAAc,UAAU,YAAYC,GAAY,SAASC,GAAS,cAAcC,GAAc,YAAYC,GAAY,WAAWC,GAAW,eAAeC,GAAe,qBAAqBC,GAAqB,wBACvOC,GAAwB,SAASC,GAAS,MAAMC,GAAM,QAAQC,GAAQ,KAAKC,GAAK,MAAMC,IAAO,SAAQ,IAAKf,GACtGgB;AACJ,EAAId,MAAgB,WAAUc,IAAkB;AAAA,IAC5C,MAAMD;AAAA,IACN,UAAUZ;AAAA,IACV,MAAMH,EAAM;AAAA,IACZ,YAAYA,EAAM;AAAA,IAClB,aAAaA,EAAM;AAAA,IACnB,YAAYA,EAAM;AAAA,IAClB,gBAAgBA,EAAM;AAAA,IACtB,YAAYA,EAAM;AAAA,IAClB,MAAMA,EAAM;AAAA,IACZ,OAAOA,EAAM;AAAA,EACrB,IACSgB,IAAkB;AAAA,IACnB,MAAM;AAAA,IACN,MAAMd,MAAgB,OAAO,CAACC,IAAaS,IAAO;AAAA,IAClD,QAAQV,MAAgB,MAAMW,IAAS;AAAA,IACvC,MAAMX,MAAgB,UAAUa,IAAO;AAAA,IACvC,UAAUb,MAAgB,UAAUC,IAAa;AAAA,IACjD,iBAAiB,CAACA,KAAcD,MAAgB,UAAU,SAAYC;AAAA,IACtE,KAAKD,MAAgB,MAAMY,IAAM;AAAA,EACzC;AACI,MAAI,EAAE,YAAYG,GAAY,WAAWC,EAAS,IAASC,EAAiB;AAAA,IACxE,cAAcd;AAAA,IACd,YAAYC;AAAA,IACZ,eAAeE;AAAA,IACf,SAASJ;AAAA,IACT,WAAWG;AAAA,IACX,SAASI;AAAA,IACT,YAAYR;AAAA,IACZ,qBAAqBM;AAAA,IACrB,KAAKR;AAAA,EACb,CAAK,GACG,EAAE,gBAAgBmB,EAAgB,IAAOC,EAAqBrB,GAAOC,CAAG;AAC5E,EAAIS,MAAwBU,EAAe,WAAWjB,IAAa,KAAKiB,EAAe;AACvF,MAAIE,IAAkBC,EAAmBH,GAAgBH,GAAgBO,EAAuBxB,GAAO;AAAA,IACnG,WAAW;AAAA,EACd,CAAA,CAAC;AACF,SAAO;AAAA,IACH,WAAWkB;AAAA,IACX,aAAiBK,EAAmBP,GAAiBM,GAAa;AAAA,MAC9D,iBAAiBtB,EAAM,eAAe;AAAA,MACtC,iBAAiBA,EAAM,eAAe;AAAA,MACtC,iBAAiBA,EAAM,eAAe;AAAA,MACtC,gBAAgBA,EAAM,cAAc;AAAA,MACpC,gBAAgBA,EAAM,cAAc;AAAA,IAChD,CAAS;AAAA,EACT;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class o{get childNodes(){throw new Error("childNodes is not supported")}clone(){let t=new o(this.type,this.key);return t.value=this.value,t.level=this.level,t.hasChildNodes=this.hasChildNodes,t.rendered=this.rendered,t.textValue=this.textValue,t["aria-label"]=this["aria-label"],t.index=this.index,t.parentKey=this.parentKey,t.prevKey=this.prevKey,t.nextKey=this.nextKey,t.firstChildKey=this.firstChildKey,t.lastChildKey=this.lastChildKey,t.props=this.props,t.render=this.render,t.colSpan=this.colSpan,t.colIndex=this.colIndex,t}constructor(t,e){this.value=null,this.level=0,this.hasChildNodes=!1,this.rendered=null,this.textValue="",this["aria-label"]=void 0,this.index=0,this.parentKey=null,this.prevKey=null,this.nextKey=null,this.firstChildKey=null,this.lastChildKey=null,this.props={},this.colSpan=null,this.colIndex=null,this.type=t,this.key=e}}class h{get size(){return this.itemCount}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let t=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;t;)yield t,t=t.nextKey!=null?this.keyMap.get(t.nextKey):void 0}getChildren(t){let e=this.keyMap;return{*[Symbol.iterator](){let l=e.get(t),n=(l==null?void 0:l.firstChildKey)!=null?e.get(l.firstChildKey):null;for(;n;)yield n,n=n.nextKey!=null?e.get(n.nextKey):void 0}}}getKeyBefore(t){let e=this.keyMap.get(t);if(!e)return null;if(e.prevKey!=null){for(e=this.keyMap.get(e.prevKey);e&&e.type!=="item"&&e.lastChildKey!=null;)e=this.keyMap.get(e.lastChildKey);var l;return(l=e==null?void 0:e.key)!==null&&l!==void 0?l:null}return e.parentKey}getKeyAfter(t){let e=this.keyMap.get(t);if(!e)return null;if(e.type!=="item"&&e.firstChildKey!=null)return e.firstChildKey;for(;e;){if(e.nextKey!=null)return e.nextKey;if(e.parentKey!=null)e=this.keyMap.get(e.parentKey);else return null}return null}getFirstKey(){return this.firstKey}getLastKey(){let t=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(t==null?void 0:t.lastChildKey)!=null;)t=this.keyMap.get(t.lastChildKey);var e;return(e=t==null?void 0:t.key)!==null&&e!==void 0?e:null}getItem(t){var e;return(e=this.keyMap.get(t))!==null&&e!==void 0?e:null}at(){throw new Error("Not implemented")}clone(){let t=this.constructor,e=new t;return e.keyMap=new Map(this.keyMap),e.firstKey=this.firstKey,e.lastKey=this.lastKey,e.itemCount=this.itemCount,e}addNode(t){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");t.type==="item"&&this.keyMap.get(t.key)==null&&this.itemCount++,this.keyMap.set(t.key,t)}removeNode(t){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");let e=this.keyMap.get(t);e!=null&&e.type==="item"&&this.itemCount--,this.keyMap.delete(t)}commit(t,e,l=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=t,this.lastKey=e,this.frozen=!l}UNSTABLE_filter(t){let e=new h,l=null;for(let n of this)if(n.type==="section"&&n.hasChildNodes){let i=n.clone(),r=null;for(let a of this.getChildren(n.key))if(d(a,t,this,e)){let s=a.clone();r==null&&(i.firstChildKey=s.key),e.firstKey==null&&(e.firstKey=i.key),r&&r.parentKey===s.parentKey?(r.nextKey=s.key,s.prevKey=r.key):s.prevKey=null,s.nextKey=null,e.addNode(s),r=s}r&&(r.type!=="header"?(i.lastChildKey=r.key,l==null?i.prevKey=null:(l.type==="section"||l.type==="separator")&&(l.nextKey=i.key,i.prevKey=l.key),i.nextKey=null,l=i,e.addNode(i)):(e.firstKey===i.key&&(e.firstKey=null),e.removeNode(r.key)))}else if(n.type==="separator"){let i=n.clone();i.nextKey=null,(l==null?void 0:l.type)==="section"&&(l.nextKey=i.key,i.prevKey=l.key,l=i,e.addNode(i))}else{let i=n.clone();d(i,t,this,e)&&(e.firstKey==null&&(e.firstKey=i.key),l!=null&&l.type!=="section"&&l.type!=="separator"&&l.parentKey===i.parentKey?(l.nextKey=i.key,i.prevKey=l.key):i.prevKey=null,i.nextKey=null,e.addNode(i),l=i)}if((l==null?void 0:l.type)==="separator"&&l.nextKey===null){let n;l.prevKey!=null&&(n=e.getItem(l.prevKey),n.nextKey=null),e.removeNode(l.key),l=n}return e.lastKey=(l==null?void 0:l.key)||null,e}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1,this.itemCount=0}}function d(y,t,e,l){if(y.type==="subdialogtrigger"||y.type==="submenutrigger"){let n=[...e.getChildren(y.key)][0];if(n&&t(n.textValue)){let i=n.clone();return l.addNode(i),!0}else return!1}else return y.type==="header"?!0:t(y.textValue)}exports.BaseCollection=h;exports.CollectionNode=o;
2
+ //# sourceMappingURL=BaseCollection.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseCollection.cjs.js","sources":["../../../../../node_modules/@react-aria/collections/dist/BaseCollection.mjs"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ class $23b9f4fcf0fe224b$export$d68d59712b04d9d1 {\n get childNodes() {\n throw new Error('childNodes is not supported');\n }\n clone() {\n let node = new $23b9f4fcf0fe224b$export$d68d59712b04d9d1(this.type, this.key);\n node.value = this.value;\n node.level = this.level;\n node.hasChildNodes = this.hasChildNodes;\n node.rendered = this.rendered;\n node.textValue = this.textValue;\n node['aria-label'] = this['aria-label'];\n node.index = this.index;\n node.parentKey = this.parentKey;\n node.prevKey = this.prevKey;\n node.nextKey = this.nextKey;\n node.firstChildKey = this.firstChildKey;\n node.lastChildKey = this.lastChildKey;\n node.props = this.props;\n node.render = this.render;\n node.colSpan = this.colSpan;\n node.colIndex = this.colIndex;\n return node;\n }\n constructor(type, key){\n this.value = null;\n this.level = 0;\n this.hasChildNodes = false;\n this.rendered = null;\n this.textValue = '';\n this['aria-label'] = undefined;\n this.index = 0;\n this.parentKey = null;\n this.prevKey = null;\n this.nextKey = null;\n this.firstChildKey = null;\n this.lastChildKey = null;\n this.props = {};\n this.colSpan = null;\n this.colIndex = null;\n this.type = type;\n this.key = key;\n }\n}\nclass $23b9f4fcf0fe224b$export$408d25a4e12db025 {\n get size() {\n return this.itemCount;\n }\n getKeys() {\n return this.keyMap.keys();\n }\n *[Symbol.iterator]() {\n let node = this.firstKey != null ? this.keyMap.get(this.firstKey) : undefined;\n while(node){\n yield node;\n node = node.nextKey != null ? this.keyMap.get(node.nextKey) : undefined;\n }\n }\n getChildren(key) {\n let keyMap = this.keyMap;\n return {\n *[Symbol.iterator] () {\n let parent = keyMap.get(key);\n let node = (parent === null || parent === void 0 ? void 0 : parent.firstChildKey) != null ? keyMap.get(parent.firstChildKey) : null;\n while(node){\n yield node;\n node = node.nextKey != null ? keyMap.get(node.nextKey) : undefined;\n }\n }\n };\n }\n getKeyBefore(key) {\n let node = this.keyMap.get(key);\n if (!node) return null;\n if (node.prevKey != null) {\n node = this.keyMap.get(node.prevKey);\n while(node && node.type !== 'item' && node.lastChildKey != null)node = this.keyMap.get(node.lastChildKey);\n var _node_key;\n return (_node_key = node === null || node === void 0 ? void 0 : node.key) !== null && _node_key !== void 0 ? _node_key : null;\n }\n return node.parentKey;\n }\n getKeyAfter(key) {\n let node = this.keyMap.get(key);\n if (!node) return null;\n if (node.type !== 'item' && node.firstChildKey != null) return node.firstChildKey;\n while(node){\n if (node.nextKey != null) return node.nextKey;\n if (node.parentKey != null) node = this.keyMap.get(node.parentKey);\n else return null;\n }\n return null;\n }\n getFirstKey() {\n return this.firstKey;\n }\n getLastKey() {\n let node = this.lastKey != null ? this.keyMap.get(this.lastKey) : null;\n while((node === null || node === void 0 ? void 0 : node.lastChildKey) != null)node = this.keyMap.get(node.lastChildKey);\n var _node_key;\n return (_node_key = node === null || node === void 0 ? void 0 : node.key) !== null && _node_key !== void 0 ? _node_key : null;\n }\n getItem(key) {\n var _this_keyMap_get;\n return (_this_keyMap_get = this.keyMap.get(key)) !== null && _this_keyMap_get !== void 0 ? _this_keyMap_get : null;\n }\n at() {\n throw new Error('Not implemented');\n }\n clone() {\n // We need to clone using this.constructor so that subclasses have the right prototype.\n // TypeScript isn't happy about this yet.\n // https://github.com/microsoft/TypeScript/issues/3841\n let Constructor = this.constructor;\n let collection = new Constructor();\n collection.keyMap = new Map(this.keyMap);\n collection.firstKey = this.firstKey;\n collection.lastKey = this.lastKey;\n collection.itemCount = this.itemCount;\n return collection;\n }\n addNode(node) {\n if (this.frozen) throw new Error('Cannot add a node to a frozen collection');\n if (node.type === 'item' && this.keyMap.get(node.key) == null) this.itemCount++;\n this.keyMap.set(node.key, node);\n }\n removeNode(key) {\n if (this.frozen) throw new Error('Cannot remove a node to a frozen collection');\n let node = this.keyMap.get(key);\n if (node != null && node.type === 'item') this.itemCount--;\n this.keyMap.delete(key);\n }\n commit(firstKey, lastKey, isSSR = false) {\n if (this.frozen) throw new Error('Cannot commit a frozen collection');\n this.firstKey = firstKey;\n this.lastKey = lastKey;\n this.frozen = !isSSR;\n }\n // TODO: this is pretty specific to menu, will need to check if it is generic enough\n // Will need to handle varying levels I assume but will revisit after I get searchable menu working for base menu\n // TODO: an alternative is to simply walk the collection and add all item nodes that match the filter and any sections/separators we encounter\n // to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection\n UNSTABLE_filter(filterFn) {\n let newCollection = new $23b9f4fcf0fe224b$export$408d25a4e12db025();\n // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and\n // for updating the next/prevKey for every non-filtered node.\n let lastNode = null;\n for (let node of this){\n if (node.type === 'section' && node.hasChildNodes) {\n let clonedSection = node.clone();\n let lastChildInSection = null;\n for (let child of this.getChildren(node.key))if ($23b9f4fcf0fe224b$var$shouldKeepNode(child, filterFn, this, newCollection)) {\n let clonedChild = child.clone();\n // eslint-disable-next-line max-depth\n if (lastChildInSection == null) clonedSection.firstChildKey = clonedChild.key;\n // eslint-disable-next-line max-depth\n if (newCollection.firstKey == null) newCollection.firstKey = clonedSection.key;\n // eslint-disable-next-line max-depth\n if (lastChildInSection && lastChildInSection.parentKey === clonedChild.parentKey) {\n lastChildInSection.nextKey = clonedChild.key;\n clonedChild.prevKey = lastChildInSection.key;\n } else clonedChild.prevKey = null;\n clonedChild.nextKey = null;\n newCollection.addNode(clonedChild);\n lastChildInSection = clonedChild;\n }\n // Add newly filtered section to collection if it has any valid child nodes, otherwise remove it and its header if any\n if (lastChildInSection) {\n if (lastChildInSection.type !== 'header') {\n clonedSection.lastChildKey = lastChildInSection.key;\n // If the old prev section was filtered out, will need to attach to whatever came before\n // eslint-disable-next-line max-depth\n if (lastNode == null) clonedSection.prevKey = null;\n else if (lastNode.type === 'section' || lastNode.type === 'separator') {\n lastNode.nextKey = clonedSection.key;\n clonedSection.prevKey = lastNode.key;\n }\n clonedSection.nextKey = null;\n lastNode = clonedSection;\n newCollection.addNode(clonedSection);\n } else {\n if (newCollection.firstKey === clonedSection.key) newCollection.firstKey = null;\n newCollection.removeNode(lastChildInSection.key);\n }\n }\n } else if (node.type === 'separator') {\n // will need to check if previous section key exists, if it does then we add the separator to the collection.\n // After the full collection is created we'll need to remove it it is the last node in the section (aka no following section after the separator)\n let clonedSeparator = node.clone();\n clonedSeparator.nextKey = null;\n if ((lastNode === null || lastNode === void 0 ? void 0 : lastNode.type) === 'section') {\n lastNode.nextKey = clonedSeparator.key;\n clonedSeparator.prevKey = lastNode.key;\n lastNode = clonedSeparator;\n newCollection.addNode(clonedSeparator);\n }\n } else {\n // At this point, the node is either a subdialogtrigger node or a standard row/item\n let clonedNode = node.clone();\n if ($23b9f4fcf0fe224b$var$shouldKeepNode(clonedNode, filterFn, this, newCollection)) {\n if (newCollection.firstKey == null) newCollection.firstKey = clonedNode.key;\n if (lastNode != null && lastNode.type !== 'section' && lastNode.type !== 'separator' && lastNode.parentKey === clonedNode.parentKey) {\n lastNode.nextKey = clonedNode.key;\n clonedNode.prevKey = lastNode.key;\n } else clonedNode.prevKey = null;\n clonedNode.nextKey = null;\n newCollection.addNode(clonedNode);\n lastNode = clonedNode;\n }\n }\n }\n if ((lastNode === null || lastNode === void 0 ? void 0 : lastNode.type) === 'separator' && lastNode.nextKey === null) {\n let lastSection;\n if (lastNode.prevKey != null) {\n lastSection = newCollection.getItem(lastNode.prevKey);\n lastSection.nextKey = null;\n }\n newCollection.removeNode(lastNode.key);\n lastNode = lastSection;\n }\n newCollection.lastKey = (lastNode === null || lastNode === void 0 ? void 0 : lastNode.key) || null;\n return newCollection;\n }\n constructor(){\n this.keyMap = new Map();\n this.firstKey = null;\n this.lastKey = null;\n this.frozen = false;\n this.itemCount = 0;\n }\n}\nfunction $23b9f4fcf0fe224b$var$shouldKeepNode(node, filterFn, oldCollection, newCollection) {\n if (node.type === 'subdialogtrigger' || node.type === 'submenutrigger') {\n // Subdialog wrapper should only have one child, if it passes the filter add it to the new collection since we don't need to\n // do any extra handling for its first/next key\n let triggerChild = [\n ...oldCollection.getChildren(node.key)\n ][0];\n if (triggerChild && filterFn(triggerChild.textValue)) {\n let clonedChild = triggerChild.clone();\n newCollection.addNode(clonedChild);\n return true;\n } else return false;\n } else if (node.type === 'header') return true;\n else return filterFn(node.textValue);\n}\n\n\nexport {$23b9f4fcf0fe224b$export$d68d59712b04d9d1 as CollectionNode, $23b9f4fcf0fe224b$export$408d25a4e12db025 as BaseCollection};\n//# sourceMappingURL=BaseCollection.module.js.map\n"],"names":["$23b9f4fcf0fe224b$export$d68d59712b04d9d1","node","type","key","$23b9f4fcf0fe224b$export$408d25a4e12db025","keyMap","parent","_node_key","_this_keyMap_get","Constructor","collection","firstKey","lastKey","isSSR","filterFn","newCollection","lastNode","clonedSection","lastChildInSection","child","$23b9f4fcf0fe224b$var$shouldKeepNode","clonedChild","clonedSeparator","clonedNode","lastSection","oldCollection","triggerChild"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,135 @@
1
+ class a {
2
+ get childNodes() {
3
+ throw new Error("childNodes is not supported");
4
+ }
5
+ clone() {
6
+ let t = new a(this.type, this.key);
7
+ return t.value = this.value, t.level = this.level, t.hasChildNodes = this.hasChildNodes, t.rendered = this.rendered, t.textValue = this.textValue, t["aria-label"] = this["aria-label"], t.index = this.index, t.parentKey = this.parentKey, t.prevKey = this.prevKey, t.nextKey = this.nextKey, t.firstChildKey = this.firstChildKey, t.lastChildKey = this.lastChildKey, t.props = this.props, t.render = this.render, t.colSpan = this.colSpan, t.colIndex = this.colIndex, t;
8
+ }
9
+ constructor(t, e) {
10
+ this.value = null, this.level = 0, this.hasChildNodes = !1, this.rendered = null, this.textValue = "", this["aria-label"] = void 0, this.index = 0, this.parentKey = null, this.prevKey = null, this.nextKey = null, this.firstChildKey = null, this.lastChildKey = null, this.props = {}, this.colSpan = null, this.colIndex = null, this.type = t, this.key = e;
11
+ }
12
+ }
13
+ class d {
14
+ get size() {
15
+ return this.itemCount;
16
+ }
17
+ getKeys() {
18
+ return this.keyMap.keys();
19
+ }
20
+ *[Symbol.iterator]() {
21
+ let t = this.firstKey != null ? this.keyMap.get(this.firstKey) : void 0;
22
+ for (; t; )
23
+ yield t, t = t.nextKey != null ? this.keyMap.get(t.nextKey) : void 0;
24
+ }
25
+ getChildren(t) {
26
+ let e = this.keyMap;
27
+ return {
28
+ *[Symbol.iterator]() {
29
+ let l = e.get(t), n = (l == null ? void 0 : l.firstChildKey) != null ? e.get(l.firstChildKey) : null;
30
+ for (; n; )
31
+ yield n, n = n.nextKey != null ? e.get(n.nextKey) : void 0;
32
+ }
33
+ };
34
+ }
35
+ getKeyBefore(t) {
36
+ let e = this.keyMap.get(t);
37
+ if (!e) return null;
38
+ if (e.prevKey != null) {
39
+ for (e = this.keyMap.get(e.prevKey); e && e.type !== "item" && e.lastChildKey != null; ) e = this.keyMap.get(e.lastChildKey);
40
+ var l;
41
+ return (l = e == null ? void 0 : e.key) !== null && l !== void 0 ? l : null;
42
+ }
43
+ return e.parentKey;
44
+ }
45
+ getKeyAfter(t) {
46
+ let e = this.keyMap.get(t);
47
+ if (!e) return null;
48
+ if (e.type !== "item" && e.firstChildKey != null) return e.firstChildKey;
49
+ for (; e; ) {
50
+ if (e.nextKey != null) return e.nextKey;
51
+ if (e.parentKey != null) e = this.keyMap.get(e.parentKey);
52
+ else return null;
53
+ }
54
+ return null;
55
+ }
56
+ getFirstKey() {
57
+ return this.firstKey;
58
+ }
59
+ getLastKey() {
60
+ let t = this.lastKey != null ? this.keyMap.get(this.lastKey) : null;
61
+ for (; (t == null ? void 0 : t.lastChildKey) != null; ) t = this.keyMap.get(t.lastChildKey);
62
+ var e;
63
+ return (e = t == null ? void 0 : t.key) !== null && e !== void 0 ? e : null;
64
+ }
65
+ getItem(t) {
66
+ var e;
67
+ return (e = this.keyMap.get(t)) !== null && e !== void 0 ? e : null;
68
+ }
69
+ at() {
70
+ throw new Error("Not implemented");
71
+ }
72
+ clone() {
73
+ let t = this.constructor, e = new t();
74
+ return e.keyMap = new Map(this.keyMap), e.firstKey = this.firstKey, e.lastKey = this.lastKey, e.itemCount = this.itemCount, e;
75
+ }
76
+ addNode(t) {
77
+ if (this.frozen) throw new Error("Cannot add a node to a frozen collection");
78
+ t.type === "item" && this.keyMap.get(t.key) == null && this.itemCount++, this.keyMap.set(t.key, t);
79
+ }
80
+ removeNode(t) {
81
+ if (this.frozen) throw new Error("Cannot remove a node to a frozen collection");
82
+ let e = this.keyMap.get(t);
83
+ e != null && e.type === "item" && this.itemCount--, this.keyMap.delete(t);
84
+ }
85
+ commit(t, e, l = !1) {
86
+ if (this.frozen) throw new Error("Cannot commit a frozen collection");
87
+ this.firstKey = t, this.lastKey = e, this.frozen = !l;
88
+ }
89
+ // TODO: this is pretty specific to menu, will need to check if it is generic enough
90
+ // Will need to handle varying levels I assume but will revisit after I get searchable menu working for base menu
91
+ // TODO: an alternative is to simply walk the collection and add all item nodes that match the filter and any sections/separators we encounter
92
+ // to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection
93
+ UNSTABLE_filter(t) {
94
+ let e = new d(), l = null;
95
+ for (let n of this)
96
+ if (n.type === "section" && n.hasChildNodes) {
97
+ let i = n.clone(), r = null;
98
+ for (let o of this.getChildren(n.key)) if (h(o, t, this, e)) {
99
+ let s = o.clone();
100
+ r == null && (i.firstChildKey = s.key), e.firstKey == null && (e.firstKey = i.key), r && r.parentKey === s.parentKey ? (r.nextKey = s.key, s.prevKey = r.key) : s.prevKey = null, s.nextKey = null, e.addNode(s), r = s;
101
+ }
102
+ r && (r.type !== "header" ? (i.lastChildKey = r.key, l == null ? i.prevKey = null : (l.type === "section" || l.type === "separator") && (l.nextKey = i.key, i.prevKey = l.key), i.nextKey = null, l = i, e.addNode(i)) : (e.firstKey === i.key && (e.firstKey = null), e.removeNode(r.key)));
103
+ } else if (n.type === "separator") {
104
+ let i = n.clone();
105
+ i.nextKey = null, (l == null ? void 0 : l.type) === "section" && (l.nextKey = i.key, i.prevKey = l.key, l = i, e.addNode(i));
106
+ } else {
107
+ let i = n.clone();
108
+ h(i, t, this, e) && (e.firstKey == null && (e.firstKey = i.key), l != null && l.type !== "section" && l.type !== "separator" && l.parentKey === i.parentKey ? (l.nextKey = i.key, i.prevKey = l.key) : i.prevKey = null, i.nextKey = null, e.addNode(i), l = i);
109
+ }
110
+ if ((l == null ? void 0 : l.type) === "separator" && l.nextKey === null) {
111
+ let n;
112
+ l.prevKey != null && (n = e.getItem(l.prevKey), n.nextKey = null), e.removeNode(l.key), l = n;
113
+ }
114
+ return e.lastKey = (l == null ? void 0 : l.key) || null, e;
115
+ }
116
+ constructor() {
117
+ this.keyMap = /* @__PURE__ */ new Map(), this.firstKey = null, this.lastKey = null, this.frozen = !1, this.itemCount = 0;
118
+ }
119
+ }
120
+ function h(y, t, e, l) {
121
+ if (y.type === "subdialogtrigger" || y.type === "submenutrigger") {
122
+ let n = [
123
+ ...e.getChildren(y.key)
124
+ ][0];
125
+ if (n && t(n.textValue)) {
126
+ let i = n.clone();
127
+ return l.addNode(i), !0;
128
+ } else return !1;
129
+ } else return y.type === "header" ? !0 : t(y.textValue);
130
+ }
131
+ export {
132
+ d as BaseCollection,
133
+ a as CollectionNode
134
+ };
135
+ //# sourceMappingURL=BaseCollection.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseCollection.es.js","sources":["../../../../../node_modules/@react-aria/collections/dist/BaseCollection.mjs"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ class $23b9f4fcf0fe224b$export$d68d59712b04d9d1 {\n get childNodes() {\n throw new Error('childNodes is not supported');\n }\n clone() {\n let node = new $23b9f4fcf0fe224b$export$d68d59712b04d9d1(this.type, this.key);\n node.value = this.value;\n node.level = this.level;\n node.hasChildNodes = this.hasChildNodes;\n node.rendered = this.rendered;\n node.textValue = this.textValue;\n node['aria-label'] = this['aria-label'];\n node.index = this.index;\n node.parentKey = this.parentKey;\n node.prevKey = this.prevKey;\n node.nextKey = this.nextKey;\n node.firstChildKey = this.firstChildKey;\n node.lastChildKey = this.lastChildKey;\n node.props = this.props;\n node.render = this.render;\n node.colSpan = this.colSpan;\n node.colIndex = this.colIndex;\n return node;\n }\n constructor(type, key){\n this.value = null;\n this.level = 0;\n this.hasChildNodes = false;\n this.rendered = null;\n this.textValue = '';\n this['aria-label'] = undefined;\n this.index = 0;\n this.parentKey = null;\n this.prevKey = null;\n this.nextKey = null;\n this.firstChildKey = null;\n this.lastChildKey = null;\n this.props = {};\n this.colSpan = null;\n this.colIndex = null;\n this.type = type;\n this.key = key;\n }\n}\nclass $23b9f4fcf0fe224b$export$408d25a4e12db025 {\n get size() {\n return this.itemCount;\n }\n getKeys() {\n return this.keyMap.keys();\n }\n *[Symbol.iterator]() {\n let node = this.firstKey != null ? this.keyMap.get(this.firstKey) : undefined;\n while(node){\n yield node;\n node = node.nextKey != null ? this.keyMap.get(node.nextKey) : undefined;\n }\n }\n getChildren(key) {\n let keyMap = this.keyMap;\n return {\n *[Symbol.iterator] () {\n let parent = keyMap.get(key);\n let node = (parent === null || parent === void 0 ? void 0 : parent.firstChildKey) != null ? keyMap.get(parent.firstChildKey) : null;\n while(node){\n yield node;\n node = node.nextKey != null ? keyMap.get(node.nextKey) : undefined;\n }\n }\n };\n }\n getKeyBefore(key) {\n let node = this.keyMap.get(key);\n if (!node) return null;\n if (node.prevKey != null) {\n node = this.keyMap.get(node.prevKey);\n while(node && node.type !== 'item' && node.lastChildKey != null)node = this.keyMap.get(node.lastChildKey);\n var _node_key;\n return (_node_key = node === null || node === void 0 ? void 0 : node.key) !== null && _node_key !== void 0 ? _node_key : null;\n }\n return node.parentKey;\n }\n getKeyAfter(key) {\n let node = this.keyMap.get(key);\n if (!node) return null;\n if (node.type !== 'item' && node.firstChildKey != null) return node.firstChildKey;\n while(node){\n if (node.nextKey != null) return node.nextKey;\n if (node.parentKey != null) node = this.keyMap.get(node.parentKey);\n else return null;\n }\n return null;\n }\n getFirstKey() {\n return this.firstKey;\n }\n getLastKey() {\n let node = this.lastKey != null ? this.keyMap.get(this.lastKey) : null;\n while((node === null || node === void 0 ? void 0 : node.lastChildKey) != null)node = this.keyMap.get(node.lastChildKey);\n var _node_key;\n return (_node_key = node === null || node === void 0 ? void 0 : node.key) !== null && _node_key !== void 0 ? _node_key : null;\n }\n getItem(key) {\n var _this_keyMap_get;\n return (_this_keyMap_get = this.keyMap.get(key)) !== null && _this_keyMap_get !== void 0 ? _this_keyMap_get : null;\n }\n at() {\n throw new Error('Not implemented');\n }\n clone() {\n // We need to clone using this.constructor so that subclasses have the right prototype.\n // TypeScript isn't happy about this yet.\n // https://github.com/microsoft/TypeScript/issues/3841\n let Constructor = this.constructor;\n let collection = new Constructor();\n collection.keyMap = new Map(this.keyMap);\n collection.firstKey = this.firstKey;\n collection.lastKey = this.lastKey;\n collection.itemCount = this.itemCount;\n return collection;\n }\n addNode(node) {\n if (this.frozen) throw new Error('Cannot add a node to a frozen collection');\n if (node.type === 'item' && this.keyMap.get(node.key) == null) this.itemCount++;\n this.keyMap.set(node.key, node);\n }\n removeNode(key) {\n if (this.frozen) throw new Error('Cannot remove a node to a frozen collection');\n let node = this.keyMap.get(key);\n if (node != null && node.type === 'item') this.itemCount--;\n this.keyMap.delete(key);\n }\n commit(firstKey, lastKey, isSSR = false) {\n if (this.frozen) throw new Error('Cannot commit a frozen collection');\n this.firstKey = firstKey;\n this.lastKey = lastKey;\n this.frozen = !isSSR;\n }\n // TODO: this is pretty specific to menu, will need to check if it is generic enough\n // Will need to handle varying levels I assume but will revisit after I get searchable menu working for base menu\n // TODO: an alternative is to simply walk the collection and add all item nodes that match the filter and any sections/separators we encounter\n // to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection\n UNSTABLE_filter(filterFn) {\n let newCollection = new $23b9f4fcf0fe224b$export$408d25a4e12db025();\n // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and\n // for updating the next/prevKey for every non-filtered node.\n let lastNode = null;\n for (let node of this){\n if (node.type === 'section' && node.hasChildNodes) {\n let clonedSection = node.clone();\n let lastChildInSection = null;\n for (let child of this.getChildren(node.key))if ($23b9f4fcf0fe224b$var$shouldKeepNode(child, filterFn, this, newCollection)) {\n let clonedChild = child.clone();\n // eslint-disable-next-line max-depth\n if (lastChildInSection == null) clonedSection.firstChildKey = clonedChild.key;\n // eslint-disable-next-line max-depth\n if (newCollection.firstKey == null) newCollection.firstKey = clonedSection.key;\n // eslint-disable-next-line max-depth\n if (lastChildInSection && lastChildInSection.parentKey === clonedChild.parentKey) {\n lastChildInSection.nextKey = clonedChild.key;\n clonedChild.prevKey = lastChildInSection.key;\n } else clonedChild.prevKey = null;\n clonedChild.nextKey = null;\n newCollection.addNode(clonedChild);\n lastChildInSection = clonedChild;\n }\n // Add newly filtered section to collection if it has any valid child nodes, otherwise remove it and its header if any\n if (lastChildInSection) {\n if (lastChildInSection.type !== 'header') {\n clonedSection.lastChildKey = lastChildInSection.key;\n // If the old prev section was filtered out, will need to attach to whatever came before\n // eslint-disable-next-line max-depth\n if (lastNode == null) clonedSection.prevKey = null;\n else if (lastNode.type === 'section' || lastNode.type === 'separator') {\n lastNode.nextKey = clonedSection.key;\n clonedSection.prevKey = lastNode.key;\n }\n clonedSection.nextKey = null;\n lastNode = clonedSection;\n newCollection.addNode(clonedSection);\n } else {\n if (newCollection.firstKey === clonedSection.key) newCollection.firstKey = null;\n newCollection.removeNode(lastChildInSection.key);\n }\n }\n } else if (node.type === 'separator') {\n // will need to check if previous section key exists, if it does then we add the separator to the collection.\n // After the full collection is created we'll need to remove it it is the last node in the section (aka no following section after the separator)\n let clonedSeparator = node.clone();\n clonedSeparator.nextKey = null;\n if ((lastNode === null || lastNode === void 0 ? void 0 : lastNode.type) === 'section') {\n lastNode.nextKey = clonedSeparator.key;\n clonedSeparator.prevKey = lastNode.key;\n lastNode = clonedSeparator;\n newCollection.addNode(clonedSeparator);\n }\n } else {\n // At this point, the node is either a subdialogtrigger node or a standard row/item\n let clonedNode = node.clone();\n if ($23b9f4fcf0fe224b$var$shouldKeepNode(clonedNode, filterFn, this, newCollection)) {\n if (newCollection.firstKey == null) newCollection.firstKey = clonedNode.key;\n if (lastNode != null && lastNode.type !== 'section' && lastNode.type !== 'separator' && lastNode.parentKey === clonedNode.parentKey) {\n lastNode.nextKey = clonedNode.key;\n clonedNode.prevKey = lastNode.key;\n } else clonedNode.prevKey = null;\n clonedNode.nextKey = null;\n newCollection.addNode(clonedNode);\n lastNode = clonedNode;\n }\n }\n }\n if ((lastNode === null || lastNode === void 0 ? void 0 : lastNode.type) === 'separator' && lastNode.nextKey === null) {\n let lastSection;\n if (lastNode.prevKey != null) {\n lastSection = newCollection.getItem(lastNode.prevKey);\n lastSection.nextKey = null;\n }\n newCollection.removeNode(lastNode.key);\n lastNode = lastSection;\n }\n newCollection.lastKey = (lastNode === null || lastNode === void 0 ? void 0 : lastNode.key) || null;\n return newCollection;\n }\n constructor(){\n this.keyMap = new Map();\n this.firstKey = null;\n this.lastKey = null;\n this.frozen = false;\n this.itemCount = 0;\n }\n}\nfunction $23b9f4fcf0fe224b$var$shouldKeepNode(node, filterFn, oldCollection, newCollection) {\n if (node.type === 'subdialogtrigger' || node.type === 'submenutrigger') {\n // Subdialog wrapper should only have one child, if it passes the filter add it to the new collection since we don't need to\n // do any extra handling for its first/next key\n let triggerChild = [\n ...oldCollection.getChildren(node.key)\n ][0];\n if (triggerChild && filterFn(triggerChild.textValue)) {\n let clonedChild = triggerChild.clone();\n newCollection.addNode(clonedChild);\n return true;\n } else return false;\n } else if (node.type === 'header') return true;\n else return filterFn(node.textValue);\n}\n\n\nexport {$23b9f4fcf0fe224b$export$d68d59712b04d9d1 as CollectionNode, $23b9f4fcf0fe224b$export$408d25a4e12db025 as BaseCollection};\n//# sourceMappingURL=BaseCollection.module.js.map\n"],"names":["$23b9f4fcf0fe224b$export$d68d59712b04d9d1","node","type","key","$23b9f4fcf0fe224b$export$408d25a4e12db025","keyMap","parent","_node_key","_this_keyMap_get","Constructor","collection","firstKey","lastKey","isSSR","filterFn","newCollection","lastNode","clonedSection","lastChildInSection","child","$23b9f4fcf0fe224b$var$shouldKeepNode","clonedChild","clonedSeparator","clonedNode","lastSection","oldCollection","triggerChild"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./BaseCollection.cjs.js"),b=require("./Document.cjs.js"),R=require("./useCachedChildren.cjs.js"),h=require("./Hidden.cjs.js"),p=require("react-dom"),$=require("../../interactions/dist/useFocusable.cjs.js"),t=require("react"),S=require("../../ssr/dist/SSRProvider.cjs.js"),P=require("@react-aria/utils"),w=require("../../../use-sync-external-store/shim/index.cjs.js"),m=t.createContext(!1),s=t.createContext(null);function y(n){if(t.useContext(s))return n.content;let{collection:l,document:r}=k(n.createCollection);return t.createElement(t.Fragment,null,t.createElement(h.Hidden,null,t.createElement(s.Provider,{value:r},n.content)),t.createElement(q,{render:n.children,collection:l}))}function q({collection:n,render:e}){return e(n)}function g(n,e,l){let r=S.useIsSSR(),o=t.useRef(r);o.current=r;let c=t.useCallback(()=>o.current?l():e(),[e,l]);return w.shimExports.useSyncExternalStore(n,c)}const D=typeof t.useSyncExternalStore=="function"?t.useSyncExternalStore:g;function k(n){let[e]=t.useState(()=>new b.Document((n==null?void 0:n())||new E.BaseCollection)),l=t.useCallback(a=>e.subscribe(a),[e]),r=t.useCallback(()=>{let a=e.getCollection();return e.isSSR&&e.resetAfterSSR(),a},[e]),o=t.useCallback(()=>(e.isSSR=!0,e.getCollection()),[e]),c=D(l,r,o);return P.useLayoutEffect(()=>(e.isMounted=!0,()=>{e.isMounted=!1}),[e]),{collection:c,document:e}}const d=t.createContext(null);function f(n,e,l,r,o,c){let a=t.useCallback(u=>{u==null||u.setProps(e,l,r,c)},[e,l,r,c]),i=t.useContext(d);if(i){let u=i.ownerDocument.nodesByProps.get(e);return u||(u=i.ownerDocument.createElement(n),u.setProps(e,l,r,c),i.appendChild(u),i.ownerDocument.updateCollection(),i.ownerDocument.nodesByProps.set(e,u)),o?t.createElement(d.Provider,{value:u},o):null}return t.createElement(n,{ref:a},o)}function B(n,e){let l=({node:o})=>e(o.props,o.props.ref,o),r=t.forwardRef((o,c)=>{let a=t.useContext($.FocusableContext);if(!t.useContext(m)){if(e.length>=3)throw new Error(e.name+" cannot be rendered outside a collection.");return e(o,c)}return f(n,o,c,"children"in o?o.children:null,null,u=>t.createElement($.FocusableContext.Provider,{value:a},t.createElement(l,{node:u})))});return r.displayName=e.name,r}function F(n,e,l=v){let r=({node:c})=>e(c.props,c.props.ref,c),o=t.forwardRef((c,a)=>{let i=l(c);var u;return(u=f(n,c,a,null,i,x=>t.createElement(r,{node:x})))!==null&&u!==void 0?u:t.createElement(t.Fragment,null)});return o.displayName=e.name,o}function v(n){return R.useCachedChildren({...n,addIdAndValue:!0})}const C=t.createContext(null);function M(n){let e=t.useContext(C),l=((e==null?void 0:e.dependencies)||[]).concat(n.dependencies),r=n.idScope||(e==null?void 0:e.idScope),o=v({...n,idScope:r,dependencies:l});return t.useContext(s)&&(o=t.createElement(N,null,o)),e=t.useMemo(()=>({dependencies:l,idScope:r}),[r,...l]),t.createElement(C.Provider,{value:e},o)}function N({children:n}){let e=t.useContext(s),l=t.useMemo(()=>t.createElement(s.Provider,{value:null},t.createElement(m.Provider,{value:!0},n)),[n]);return S.useIsSSR()?t.createElement(d.Provider,{value:e},l):p.createPortal(l,e)}exports.Collection=M;exports.CollectionBuilder=y;exports.createBranchComponent=F;exports.createLeafComponent=B;
2
+ //# sourceMappingURL=CollectionBuilder.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionBuilder.cjs.js","sources":["../../../../../node_modules/@react-aria/collections/dist/CollectionBuilder.mjs"],"sourcesContent":["import {BaseCollection as $23b9f4fcf0fe224b$export$408d25a4e12db025} from \"./BaseCollection.mjs\";\nimport {Document as $681cc3c98f569e39$export$b34a105447964f9f} from \"./Document.mjs\";\nimport {useCachedChildren as $e948873055cbafe4$export$727c8fc270210f13} from \"./useCachedChildren.mjs\";\nimport {Hidden as $f39a9eba43920ace$export$8dc98ba7eadeaa56} from \"./Hidden.mjs\";\nimport {createPortal as $95feo$createPortal} from \"react-dom\";\nimport {FocusableContext as $95feo$FocusableContext} from \"@react-aria/interactions\";\nimport $95feo$react, {createContext as $95feo$createContext, useContext as $95feo$useContext, useRef as $95feo$useRef, useCallback as $95feo$useCallback, useState as $95feo$useState, forwardRef as $95feo$forwardRef, useMemo as $95feo$useMemo} from \"react\";\nimport {useIsSSR as $95feo$useIsSSR} from \"@react-aria/ssr\";\nimport {useLayoutEffect as $95feo$useLayoutEffect} from \"@react-aria/utils\";\nimport {useSyncExternalStore as $95feo$useSyncExternalStore} from \"use-sync-external-store/shim/index.js\";\n\n/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\n\n\n\n\n\nconst $e1995378a142960e$var$ShallowRenderContext = /*#__PURE__*/ (0, $95feo$createContext)(false);\nconst $e1995378a142960e$var$CollectionDocumentContext = /*#__PURE__*/ (0, $95feo$createContext)(null);\nfunction $e1995378a142960e$export$bf788dd355e3a401(props) {\n // If a document was provided above us, we're already in a hidden tree. Just render the content.\n let doc = (0, $95feo$useContext)($e1995378a142960e$var$CollectionDocumentContext);\n if (doc) // The React types prior to 18 did not allow returning ReactNode from components\n // even though the actual implementation since React 16 did.\n // We must return ReactElement so that TS does not complain that <CollectionBuilder>\n // is not a valid JSX element with React 16 and 17 types.\n // https://github.com/DefinitelyTyped/DefinitelyTyped/issues/20544\n return props.content;\n // Otherwise, render a hidden copy of the children so that we can build the collection before constructing the state.\n // This should always come before the real DOM content so we have built the collection by the time it renders during SSR.\n // This is fine. CollectionDocumentContext never changes after mounting.\n // eslint-disable-next-line react-hooks/rules-of-hooks\n let { collection: collection, document: document } = $e1995378a142960e$var$useCollectionDocument(props.createCollection);\n return /*#__PURE__*/ (0, $95feo$react).createElement((0, $95feo$react).Fragment, null, /*#__PURE__*/ (0, $95feo$react).createElement((0, $f39a9eba43920ace$export$8dc98ba7eadeaa56), null, /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$CollectionDocumentContext.Provider, {\n value: document\n }, props.content)), /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$CollectionInner, {\n render: props.children,\n collection: collection\n }));\n}\nfunction $e1995378a142960e$var$CollectionInner({ collection: collection, render: render }) {\n return render(collection);\n}\n// React 16 and 17 don't support useSyncExternalStore natively, and the shim provided by React does not support getServerSnapshot.\n// This wrapper uses the shim, but additionally calls getServerSnapshot during SSR (according to SSRProvider).\nfunction $e1995378a142960e$var$useSyncExternalStoreFallback(subscribe, getSnapshot, getServerSnapshot) {\n let isSSR = (0, $95feo$useIsSSR)();\n let isSSRRef = (0, $95feo$useRef)(isSSR);\n // This is read immediately inside the wrapper, which also runs during render.\n // We just need a ref to avoid invalidating the callback itself, which\n // would cause React to re-run the callback more than necessary.\n // eslint-disable-next-line rulesdir/pure-render\n isSSRRef.current = isSSR;\n let getSnapshotWrapper = (0, $95feo$useCallback)(()=>{\n return isSSRRef.current ? getServerSnapshot() : getSnapshot();\n }, [\n getSnapshot,\n getServerSnapshot\n ]);\n return (0, $95feo$useSyncExternalStore)(subscribe, getSnapshotWrapper);\n}\nconst $e1995378a142960e$var$useSyncExternalStore = typeof (0, $95feo$react)['useSyncExternalStore'] === 'function' ? (0, $95feo$react)['useSyncExternalStore'] : $e1995378a142960e$var$useSyncExternalStoreFallback;\nfunction $e1995378a142960e$var$useCollectionDocument(createCollection) {\n // The document instance is mutable, and should never change between renders.\n // useSyncExternalStore is used to subscribe to updates, which vends immutable Collection objects.\n let [document] = (0, $95feo$useState)(()=>new (0, $681cc3c98f569e39$export$b34a105447964f9f)((createCollection === null || createCollection === void 0 ? void 0 : createCollection()) || new (0, $23b9f4fcf0fe224b$export$408d25a4e12db025)()));\n let subscribe = (0, $95feo$useCallback)((fn)=>document.subscribe(fn), [\n document\n ]);\n let getSnapshot = (0, $95feo$useCallback)(()=>{\n let collection = document.getCollection();\n if (document.isSSR) // After SSR is complete, reset the document to empty so it is ready for React to render the portal into.\n // We do this _after_ getting the collection above so that the collection still has content in it from SSR\n // during the current render, before React has finished the client render.\n document.resetAfterSSR();\n return collection;\n }, [\n document\n ]);\n let getServerSnapshot = (0, $95feo$useCallback)(()=>{\n document.isSSR = true;\n return document.getCollection();\n }, [\n document\n ]);\n let collection = $e1995378a142960e$var$useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);\n (0, $95feo$useLayoutEffect)(()=>{\n document.isMounted = true;\n return ()=>{\n // Mark unmounted so we can skip all of the collection updates caused by\n // React calling removeChild on every item in the collection.\n document.isMounted = false;\n };\n }, [\n document\n ]);\n return {\n collection: collection,\n document: document\n };\n}\nconst $e1995378a142960e$var$SSRContext = /*#__PURE__*/ (0, $95feo$createContext)(null);\nfunction $e1995378a142960e$var$useSSRCollectionNode(Type, props, ref, rendered, children, render) {\n // During SSR, portals are not supported, so the collection children will be wrapped in an SSRContext.\n // Since SSR occurs only once, we assume that the elements are rendered in order and never re-render.\n // Therefore we can create elements in our collection document during render so that they are in the\n // collection by the time we need to use the collection to render to the real DOM.\n // After hydration, we switch to client rendering using the portal.\n let itemRef = (0, $95feo$useCallback)((element)=>{\n element === null || element === void 0 ? void 0 : element.setProps(props, ref, rendered, render);\n }, [\n props,\n ref,\n rendered,\n render\n ]);\n let parentNode = (0, $95feo$useContext)($e1995378a142960e$var$SSRContext);\n if (parentNode) {\n // Guard against double rendering in strict mode.\n let element = parentNode.ownerDocument.nodesByProps.get(props);\n if (!element) {\n element = parentNode.ownerDocument.createElement(Type);\n element.setProps(props, ref, rendered, render);\n parentNode.appendChild(element);\n parentNode.ownerDocument.updateCollection();\n parentNode.ownerDocument.nodesByProps.set(props, element);\n }\n return children ? /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$SSRContext.Provider, {\n value: element\n }, children) : null;\n }\n // @ts-ignore\n return /*#__PURE__*/ (0, $95feo$react).createElement(Type, {\n ref: itemRef\n }, children);\n}\nfunction $e1995378a142960e$export$18af5c7a9e9b3664(type, render) {\n let Component = ({ node: node })=>render(node.props, node.props.ref, node);\n let Result = (0, $95feo$forwardRef)((props, ref)=>{\n let focusableProps = (0, $95feo$useContext)((0, $95feo$FocusableContext));\n let isShallow = (0, $95feo$useContext)($e1995378a142960e$var$ShallowRenderContext);\n if (!isShallow) {\n if (render.length >= 3) throw new Error(render.name + ' cannot be rendered outside a collection.');\n return render(props, ref);\n }\n return $e1995378a142960e$var$useSSRCollectionNode(type, props, ref, 'children' in props ? props.children : null, null, (node)=>// Forward FocusableContext to real DOM tree so tooltips work.\n /*#__PURE__*/ (0, $95feo$react).createElement((0, $95feo$FocusableContext).Provider, {\n value: focusableProps\n }, /*#__PURE__*/ (0, $95feo$react).createElement(Component, {\n node: node\n })));\n });\n // @ts-ignore\n Result.displayName = render.name;\n return Result;\n}\nfunction $e1995378a142960e$export$e953bb1cd0f19726(type, render, useChildren = $e1995378a142960e$var$useCollectionChildren) {\n let Component = ({ node: node })=>render(node.props, node.props.ref, node);\n let Result = (0, $95feo$forwardRef)((props, ref)=>{\n let children = useChildren(props);\n var _useSSRCollectionNode;\n return (_useSSRCollectionNode = $e1995378a142960e$var$useSSRCollectionNode(type, props, ref, null, children, (node)=>/*#__PURE__*/ (0, $95feo$react).createElement(Component, {\n node: node\n }))) !== null && _useSSRCollectionNode !== void 0 ? _useSSRCollectionNode : /*#__PURE__*/ (0, $95feo$react).createElement((0, $95feo$react).Fragment, null);\n });\n // @ts-ignore\n Result.displayName = render.name;\n return Result;\n}\nfunction $e1995378a142960e$var$useCollectionChildren(options) {\n return (0, $e948873055cbafe4$export$727c8fc270210f13)({\n ...options,\n addIdAndValue: true\n });\n}\nconst $e1995378a142960e$var$CollectionContext = /*#__PURE__*/ (0, $95feo$createContext)(null);\nfunction $e1995378a142960e$export$fb8073518f34e6ec(props) {\n let ctx = (0, $95feo$useContext)($e1995378a142960e$var$CollectionContext);\n let dependencies = ((ctx === null || ctx === void 0 ? void 0 : ctx.dependencies) || []).concat(props.dependencies);\n let idScope = props.idScope || (ctx === null || ctx === void 0 ? void 0 : ctx.idScope);\n let children = $e1995378a142960e$var$useCollectionChildren({\n ...props,\n idScope: idScope,\n dependencies: dependencies\n });\n let doc = (0, $95feo$useContext)($e1995378a142960e$var$CollectionDocumentContext);\n if (doc) children = /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$CollectionRoot, null, children);\n // Propagate dependencies and idScope to child collections.\n ctx = (0, $95feo$useMemo)(()=>({\n dependencies: dependencies,\n idScope: idScope\n }), [\n idScope,\n ...dependencies\n ]);\n return /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$CollectionContext.Provider, {\n value: ctx\n }, children);\n}\nfunction $e1995378a142960e$var$CollectionRoot({ children: children }) {\n let doc = (0, $95feo$useContext)($e1995378a142960e$var$CollectionDocumentContext);\n let wrappedChildren = (0, $95feo$useMemo)(()=>/*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$CollectionDocumentContext.Provider, {\n value: null\n }, /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$ShallowRenderContext.Provider, {\n value: true\n }, children)), [\n children\n ]);\n // During SSR, we render the content directly, and append nodes to the document during render.\n // The collection children return null so that nothing is actually rendered into the HTML.\n return (0, $95feo$useIsSSR)() ? /*#__PURE__*/ (0, $95feo$react).createElement($e1995378a142960e$var$SSRContext.Provider, {\n value: doc\n }, wrappedChildren) : /*#__PURE__*/ (0, $95feo$createPortal)(wrappedChildren, doc);\n}\n\n\nexport {$e1995378a142960e$export$bf788dd355e3a401 as CollectionBuilder, $e1995378a142960e$export$18af5c7a9e9b3664 as createLeafComponent, $e1995378a142960e$export$e953bb1cd0f19726 as createBranchComponent, $e1995378a142960e$export$fb8073518f34e6ec as Collection};\n//# sourceMappingURL=CollectionBuilder.module.js.map\n"],"names":["$e1995378a142960e$var$ShallowRenderContext","$95feo$createContext","$e1995378a142960e$var$CollectionDocumentContext","$e1995378a142960e$export$bf788dd355e3a401","props","$95feo$useContext","collection","document","$e1995378a142960e$var$useCollectionDocument","$95feo$react","$f39a9eba43920ace$export$8dc98ba7eadeaa56","$e1995378a142960e$var$CollectionInner","render","$e1995378a142960e$var$useSyncExternalStoreFallback","subscribe","getSnapshot","getServerSnapshot","isSSR","$95feo$useIsSSR","isSSRRef","$95feo$useRef","getSnapshotWrapper","$95feo$useCallback","$95feo$useSyncExternalStore","$e1995378a142960e$var$useSyncExternalStore","createCollection","$95feo$useState","$681cc3c98f569e39$export$b34a105447964f9f","$23b9f4fcf0fe224b$export$408d25a4e12db025","fn","$95feo$useLayoutEffect","$e1995378a142960e$var$SSRContext","$e1995378a142960e$var$useSSRCollectionNode","Type","ref","rendered","children","itemRef","element","parentNode","$e1995378a142960e$export$18af5c7a9e9b3664","type","Component","node","Result","$95feo$forwardRef","focusableProps","$95feo$FocusableContext","$e1995378a142960e$export$e953bb1cd0f19726","useChildren","$e1995378a142960e$var$useCollectionChildren","_useSSRCollectionNode","options","$e948873055cbafe4$export$727c8fc270210f13","$e1995378a142960e$var$CollectionContext","$e1995378a142960e$export$fb8073518f34e6ec","ctx","dependencies","idScope","$e1995378a142960e$var$CollectionRoot","$95feo$useMemo","doc","wrappedChildren","$95feo$createPortal"],"mappings":"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","x_google_ignoreList":[0]}