@protonradio/proton-ui 0.11.9 → 0.11.10-beta.2

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 -18
  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 @@
1
+ {"version":3,"file":"VisuallyHidden.cjs.js","sources":["../../../../../node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.mjs"],"sourcesContent":["import {mergeProps as $7JYt2$mergeProps} from \"@react-aria/utils\";\nimport $7JYt2$react, {useState as $7JYt2$useState, useMemo as $7JYt2$useMemo} from \"react\";\nimport {useFocusWithin as $7JYt2$useFocusWithin} 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\n\nconst $5c3e21d68f1c4674$var$styles = {\n border: 0,\n clip: 'rect(0 0 0 0)',\n clipPath: 'inset(50%)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: 0,\n position: 'absolute',\n width: '1px',\n whiteSpace: 'nowrap'\n};\nfunction $5c3e21d68f1c4674$export$a966af930f325cab(props = {}) {\n let { style: style, isFocusable: isFocusable } = props;\n let [isFocused, setFocused] = (0, $7JYt2$useState)(false);\n let { focusWithinProps: focusWithinProps } = (0, $7JYt2$useFocusWithin)({\n isDisabled: !isFocusable,\n onFocusWithinChange: (val)=>setFocused(val)\n });\n // If focused, don't hide the element.\n let combinedStyles = (0, $7JYt2$useMemo)(()=>{\n if (isFocused) return style;\n else if (style) return {\n ...$5c3e21d68f1c4674$var$styles,\n ...style\n };\n else return $5c3e21d68f1c4674$var$styles;\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [\n isFocused\n ]);\n return {\n visuallyHiddenProps: {\n ...focusWithinProps,\n style: combinedStyles\n }\n };\n}\nfunction $5c3e21d68f1c4674$export$439d29a4e110a164(props) {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let { children: children, elementType: Element = 'div', isFocusable: isFocusable, style: style, ...otherProps } = props;\n let { visuallyHiddenProps: visuallyHiddenProps } = $5c3e21d68f1c4674$export$a966af930f325cab(props);\n return /*#__PURE__*/ (0, $7JYt2$react).createElement(Element, (0, $7JYt2$mergeProps)(otherProps, visuallyHiddenProps), children);\n}\n\n\nexport {$5c3e21d68f1c4674$export$a966af930f325cab as useVisuallyHidden, $5c3e21d68f1c4674$export$439d29a4e110a164 as VisuallyHidden};\n//# sourceMappingURL=VisuallyHidden.module.js.map\n"],"names":["$5c3e21d68f1c4674$var$styles","$5c3e21d68f1c4674$export$a966af930f325cab","props","style","isFocusable","isFocused","setFocused","$7JYt2$useState","focusWithinProps","$7JYt2$useFocusWithin","val","combinedStyles","$7JYt2$useMemo","$5c3e21d68f1c4674$export$439d29a4e110a164","children","Element","otherProps","visuallyHiddenProps","$7JYt2$react","$7JYt2$mergeProps"],"mappings":"mMAiBMA,EAA+B,CACjC,OAAQ,EACR,KAAM,gBACN,SAAU,aACV,OAAQ,MACR,OAAQ,OACR,SAAU,SACV,QAAS,EACT,SAAU,WACV,MAAO,MACP,WAAY,QAChB,EACA,SAASC,EAA0CC,EAAQ,GAAI,CAC3D,GAAI,CAAE,MAAOC,EAAO,YAAaC,CAAW,EAAKF,EAC7C,CAACG,EAAWC,CAAU,EAAQC,EAAe,SAAE,EAAK,EACpD,CAAE,iBAAkBC,CAAkB,EAAOC,EAAAA,eAAuB,CACpE,WAAY,CAACL,EACb,oBAAsBM,GAAMJ,EAAWI,CAAG,CAClD,CAAK,EAEGC,EAAqBC,EAAAA,QAAgB,IACjCP,EAAkBF,EACbA,EAAc,CACnB,GAAGH,EACH,GAAGG,CACf,EACoBH,EAEb,CACCK,CACR,CAAK,EACD,MAAO,CACH,oBAAqB,CACjB,GAAGG,EACH,MAAOG,CACV,CACT,CACA,CACA,SAASE,EAA0CX,EAAO,CAEtD,GAAI,CAAE,SAAUY,EAAU,YAAaC,EAAU,MAAO,YAAaX,EAAa,MAAOD,EAAO,GAAGa,CAAU,EAAKd,EAC9G,CAAE,oBAAqBe,CAAqB,EAAGhB,EAA0CC,CAAK,EAClG,OAAyBgB,EAAc,cAAcH,EAAaI,EAAiB,WAAEH,EAAYC,CAAmB,EAAGH,CAAQ,CACnI","x_google_ignoreList":[0]}
@@ -0,0 +1,41 @@
1
+ import { mergeProps as c } from "@react-aria/utils";
2
+ import d, { useState as u, useMemo as p } from "react";
3
+ import { useFocusWithin as f } from "../../interactions/dist/useFocusWithin.es.js";
4
+ const n = {
5
+ border: 0,
6
+ clip: "rect(0 0 0 0)",
7
+ clipPath: "inset(50%)",
8
+ height: "1px",
9
+ margin: "-1px",
10
+ overflow: "hidden",
11
+ padding: 0,
12
+ position: "absolute",
13
+ width: "1px",
14
+ whiteSpace: "nowrap"
15
+ };
16
+ function h(s = {}) {
17
+ let { style: e, isFocusable: t } = s, [i, r] = u(!1), { focusWithinProps: l } = f({
18
+ isDisabled: !t,
19
+ onFocusWithinChange: (a) => r(a)
20
+ }), o = p(() => i ? e : e ? {
21
+ ...n,
22
+ ...e
23
+ } : n, [
24
+ i
25
+ ]);
26
+ return {
27
+ visuallyHiddenProps: {
28
+ ...l,
29
+ style: o
30
+ }
31
+ };
32
+ }
33
+ function b(s) {
34
+ let { children: e, elementType: t = "div", isFocusable: i, style: r, ...l } = s, { visuallyHiddenProps: o } = h(s);
35
+ return /* @__PURE__ */ d.createElement(t, c(l, o), e);
36
+ }
37
+ export {
38
+ b as VisuallyHidden,
39
+ h as useVisuallyHidden
40
+ };
41
+ //# sourceMappingURL=VisuallyHidden.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisuallyHidden.es.js","sources":["../../../../../node_modules/@react-aria/visually-hidden/dist/VisuallyHidden.mjs"],"sourcesContent":["import {mergeProps as $7JYt2$mergeProps} from \"@react-aria/utils\";\nimport $7JYt2$react, {useState as $7JYt2$useState, useMemo as $7JYt2$useMemo} from \"react\";\nimport {useFocusWithin as $7JYt2$useFocusWithin} 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\n\nconst $5c3e21d68f1c4674$var$styles = {\n border: 0,\n clip: 'rect(0 0 0 0)',\n clipPath: 'inset(50%)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: 0,\n position: 'absolute',\n width: '1px',\n whiteSpace: 'nowrap'\n};\nfunction $5c3e21d68f1c4674$export$a966af930f325cab(props = {}) {\n let { style: style, isFocusable: isFocusable } = props;\n let [isFocused, setFocused] = (0, $7JYt2$useState)(false);\n let { focusWithinProps: focusWithinProps } = (0, $7JYt2$useFocusWithin)({\n isDisabled: !isFocusable,\n onFocusWithinChange: (val)=>setFocused(val)\n });\n // If focused, don't hide the element.\n let combinedStyles = (0, $7JYt2$useMemo)(()=>{\n if (isFocused) return style;\n else if (style) return {\n ...$5c3e21d68f1c4674$var$styles,\n ...style\n };\n else return $5c3e21d68f1c4674$var$styles;\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [\n isFocused\n ]);\n return {\n visuallyHiddenProps: {\n ...focusWithinProps,\n style: combinedStyles\n }\n };\n}\nfunction $5c3e21d68f1c4674$export$439d29a4e110a164(props) {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let { children: children, elementType: Element = 'div', isFocusable: isFocusable, style: style, ...otherProps } = props;\n let { visuallyHiddenProps: visuallyHiddenProps } = $5c3e21d68f1c4674$export$a966af930f325cab(props);\n return /*#__PURE__*/ (0, $7JYt2$react).createElement(Element, (0, $7JYt2$mergeProps)(otherProps, visuallyHiddenProps), children);\n}\n\n\nexport {$5c3e21d68f1c4674$export$a966af930f325cab as useVisuallyHidden, $5c3e21d68f1c4674$export$439d29a4e110a164 as VisuallyHidden};\n//# sourceMappingURL=VisuallyHidden.module.js.map\n"],"names":["$5c3e21d68f1c4674$var$styles","$5c3e21d68f1c4674$export$a966af930f325cab","props","style","isFocusable","isFocused","setFocused","$7JYt2$useState","focusWithinProps","$7JYt2$useFocusWithin","val","combinedStyles","$7JYt2$useMemo","$5c3e21d68f1c4674$export$439d29a4e110a164","children","Element","otherProps","visuallyHiddenProps","$7JYt2$react","$7JYt2$mergeProps"],"mappings":";;;AAiBA,MAAMA,IAA+B;AAAA,EACjC,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,OAAO;AAAA,EACP,YAAY;AAChB;AACA,SAASC,EAA0CC,IAAQ,IAAI;AAC3D,MAAI,EAAE,OAAOC,GAAO,aAAaC,EAAW,IAAKF,GAC7C,CAACG,GAAWC,CAAU,IAAQC,EAAiB,EAAK,GACpD,EAAE,kBAAkBC,EAAkB,IAAOC,EAAuB;AAAA,IACpE,YAAY,CAACL;AAAA,IACb,qBAAqB,CAACM,MAAMJ,EAAWI,CAAG;AAAA,EAClD,CAAK,GAEGC,IAAqBC,EAAgB,MACjCP,IAAkBF,IACbA,IAAc;AAAA,IACnB,GAAGH;AAAA,IACH,GAAGG;AAAA,EACf,IACoBH,GAEb;AAAA,IACCK;AAAA,EACR,CAAK;AACD,SAAO;AAAA,IACH,qBAAqB;AAAA,MACjB,GAAGG;AAAA,MACH,OAAOG;AAAA,IACV;AAAA,EACT;AACA;AACA,SAASE,EAA0CX,GAAO;AAEtD,MAAI,EAAE,UAAUY,GAAU,aAAaC,IAAU,OAAO,aAAaX,GAAa,OAAOD,GAAO,GAAGa,EAAU,IAAKd,GAC9G,EAAE,qBAAqBe,EAAqB,IAAGhB,EAA0CC,CAAK;AAClG,SAAyBgB,gBAAAA,EAAc,cAAcH,GAAaI,EAAmBH,GAAYC,CAAmB,GAAGH,CAAQ;AACnI;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const y=require("react");class I{build(e,l){return this.context=l,V(()=>this.iterateCollection(e))}*iterateCollection(e){let{children:l,items:u}=e;if(y.isValidElement(l)&&l.type===y.Fragment)yield*this.iterateCollection({children:l.props.children,items:u});else if(typeof l=="function"){if(!u)throw new Error("props.children was a function but props.items is missing");let n=0;for(let r of u)yield*this.getFullNode({value:r,index:n},{renderer:l}),n++}else{let n=[];y.Children.forEach(l,t=>{t&&n.push(t)});let r=0;for(let t of n){let d=this.getFullNode({element:t,index:r},{});for(let m of d)r++,yield m}}}getKey(e,l,u,n){if(e.key!=null)return e.key;if(l.type==="cell"&&l.key!=null)return`${n}${l.key}`;let r=l.value;if(r!=null){var t;let d=(t=r.key)!==null&&t!==void 0?t:r.id;if(d==null)throw new Error("No key found for item");return d}return n?`${n}.${l.index}`:`$.${l.index}`}getChildState(e,l){return{renderer:l.renderer||e.renderer}}*getFullNode(e,l,u,n){if(y.isValidElement(e.element)&&e.element.type===y.Fragment){let i=[];y.Children.forEach(e.element.props.children,f=>{i.push(f)});var r;let s=(r=e.index)!==null&&r!==void 0?r:0;for(const f of i)yield*this.getFullNode({element:f,index:s++},l,u,n);return}let t=e.element;if(!t&&e.value&&l&&l.renderer){let i=this.cache.get(e.value);if(i&&(!i.shouldInvalidate||!i.shouldInvalidate(this.context))){i.index=e.index,i.parentKey=n?n.key:null,yield i;return}t=l.renderer(e.value)}if(y.isValidElement(t)){let i=t.type;if(typeof i!="function"&&typeof i.getCollectionNode!="function"){let c=t.type;throw new Error(`Unknown element <${c}> in collection.`)}let s=i.getCollectionNode(t.props,this.context);var d;let f=(d=e.index)!==null&&d!==void 0?d:0,v=s.next();for(;!v.done&&v.value;){let c=v.value;e.index=f;var m;let C=(m=c.key)!==null&&m!==void 0?m:null;C==null&&(C=c.element?null:this.getKey(t,e,l,u));let S=[...this.getFullNode({...c,key:C,index:f,wrapper:p(e.wrapper,c.wrapper)},this.getChildState(l,c),u?`${u}${t.key}`:t.key,n)];for(let h of S){var x,k;h.value=(k=(x=c.value)!==null&&x!==void 0?x:e.value)!==null&&k!==void 0?k:null,h.value&&this.cache.set(h.value,h);var g;if(e.type&&h.type!==e.type)throw new Error(`Unsupported type <${E(h.type)}> in <${E((g=n==null?void 0:n.type)!==null&&g!==void 0?g:"unknown parent type")}>. Only <${E(e.type)}> is supported.`);f++,yield h}v=s.next(S)}return}if(e.key==null||e.type==null)return;let F=this;var w,b;let $={type:e.type,props:e.props,key:e.key,parentKey:n?n.key:null,value:(w=e.value)!==null&&w!==void 0?w:null,level:n?n.level+1:0,index:e.index,rendered:e.rendered,textValue:(b=e.textValue)!==null&&b!==void 0?b:"","aria-label":e["aria-label"],wrapper:e.wrapper,shouldInvalidate:e.shouldInvalidate,hasChildNodes:e.hasChildNodes||!1,childNodes:V(function*(){if(!e.hasChildNodes||!e.childNodes)return;let i=0;for(let s of e.childNodes()){s.key!=null&&(s.key=`${$.key}${s.key}`);let f=F.getFullNode({...s,index:i},F.getChildState(l,s),$.key,$);for(let v of f)i++,yield v}})};yield $}constructor(){this.cache=new WeakMap}}function V(o){let e=[],l=null;return{*[Symbol.iterator](){for(let u of e)yield u;l||(l=o());for(let u of l)e.push(u),yield u}}}function p(o,e){if(o&&e)return l=>o(e(l));if(o)return o;if(e)return e}function E(o){return o[0].toUpperCase()+o.slice(1)}exports.CollectionBuilder=I;
2
+ //# sourceMappingURL=CollectionBuilder.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionBuilder.cjs.js","sources":["../../../../../node_modules/@react-stately/collections/dist/CollectionBuilder.mjs"],"sourcesContent":["import $fzaAv$react from \"react\";\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 */ \nclass $eb2240fc39a57fa5$export$bf788dd355e3a401 {\n build(props, context) {\n this.context = context;\n return $eb2240fc39a57fa5$var$iterable(()=>this.iterateCollection(props));\n }\n *iterateCollection(props) {\n let { children: children, items: items } = props;\n if ((0, $fzaAv$react).isValidElement(children) && children.type === (0, $fzaAv$react).Fragment) yield* this.iterateCollection({\n children: children.props.children,\n items: items\n });\n else if (typeof children === 'function') {\n if (!items) throw new Error('props.children was a function but props.items is missing');\n let index = 0;\n for (let item of items){\n yield* this.getFullNode({\n value: item,\n index: index\n }, {\n renderer: children\n });\n index++;\n }\n } else {\n let items = [];\n (0, $fzaAv$react).Children.forEach(children, (child)=>{\n if (child) items.push(child);\n });\n let index = 0;\n for (let item of items){\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n for (let node of nodes){\n index++;\n yield node;\n }\n }\n }\n }\n getKey(item, partialNode, state, parentKey) {\n if (item.key != null) return item.key;\n if (partialNode.type === 'cell' && partialNode.key != null) return `${parentKey}${partialNode.key}`;\n let v = partialNode.value;\n if (v != null) {\n var _v_key;\n let key = (_v_key = v.key) !== null && _v_key !== void 0 ? _v_key : v.id;\n if (key == null) throw new Error('No key found for item');\n return key;\n }\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n getChildState(state, partialNode) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n *getFullNode(partialNode, state, parentKey, parentNode) {\n if ((0, $fzaAv$react).isValidElement(partialNode.element) && partialNode.element.type === (0, $fzaAv$react).Fragment) {\n let children = [];\n (0, $fzaAv$react).Children.forEach(partialNode.element.props.children, (child)=>{\n children.push(child);\n });\n var _partialNode_index;\n let index = (_partialNode_index = partialNode.index) !== null && _partialNode_index !== void 0 ? _partialNode_index : 0;\n for (const child of children)yield* this.getFullNode({\n element: child,\n index: index++\n }, state, parentKey, parentNode);\n return;\n }\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n element = state.renderer(partialNode.value);\n }\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if ((0, $fzaAv$react).isValidElement(element)) {\n let type = element.type;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n let childNodes = type.getCollectionNode(element.props, this.context);\n var _partialNode_index1;\n let index = (_partialNode_index1 = partialNode.index) !== null && _partialNode_index1 !== void 0 ? _partialNode_index1 : 0;\n let result = childNodes.next();\n while(!result.done && result.value){\n let childNode = result.value;\n partialNode.index = index;\n var _childNode_key;\n let nodeKey = (_childNode_key = childNode.key) !== null && _childNode_key !== void 0 ? _childNode_key : null;\n if (nodeKey == null) nodeKey = childNode.element ? null : this.getKey(element, partialNode, state, parentKey);\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index: index,\n wrapper: $eb2240fc39a57fa5$var$compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n let children = [\n ...nodes\n ];\n for (let node of children){\n var _childNode_value, _ref;\n // Cache the node based on its value\n node.value = (_ref = (_childNode_value = childNode.value) !== null && _childNode_value !== void 0 ? _childNode_value : partialNode.value) !== null && _ref !== void 0 ? _ref : null;\n if (node.value) this.cache.set(node.value, node);\n var _parentNode_type;\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$eb2240fc39a57fa5$var$capitalize(node.type)}> in <${$eb2240fc39a57fa5$var$capitalize((_parentNode_type = parentNode === null || parentNode === void 0 ? void 0 : parentNode.type) !== null && _parentNode_type !== void 0 ? _parentNode_type : 'unknown parent type')}>. Only <${$eb2240fc39a57fa5$var$capitalize(partialNode.type)}> is supported.`);\n index++;\n yield node;\n }\n result = childNodes.next(children);\n }\n return;\n }\n // Ignore invalid elements\n if (partialNode.key == null || partialNode.type == null) return;\n // Create full node\n let builder = this;\n var _partialNode_value, _partialNode_textValue;\n let node = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: (_partialNode_value = partialNode.value) !== null && _partialNode_value !== void 0 ? _partialNode_value : null,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: (_partialNode_textValue = partialNode.textValue) !== null && _partialNode_textValue !== void 0 ? _partialNode_textValue : '',\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes || false,\n childNodes: $eb2240fc39a57fa5$var$iterable(function*() {\n if (!partialNode.hasChildNodes || !partialNode.childNodes) return;\n let index = 0;\n for (let child of partialNode.childNodes()){\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) // TODO: Remove this line entirely and enforce that users always provide unique keys.\n // Currently this line will have issues when a parent has a key `a` and a child with key `bc`\n // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both\n // children having a key of `abc`.\n child.key = `${node.key}${child.key}`;\n let nodes = builder.getFullNode({\n ...child,\n index: index\n }, builder.getChildState(state, child), node.key, node);\n for (let node of nodes){\n index++;\n yield node;\n }\n }\n })\n };\n yield node;\n }\n constructor(){\n this.cache = new WeakMap();\n }\n}\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction $eb2240fc39a57fa5$var$iterable(iterator) {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator] () {\n for (let item of cache)yield item;\n if (!iterable) iterable = iterator();\n for (let item of iterable){\n cache.push(item);\n yield item;\n }\n }\n };\n}\nfunction $eb2240fc39a57fa5$var$compose(outer, inner) {\n if (outer && inner) return (element)=>outer(inner(element));\n if (outer) return outer;\n if (inner) return inner;\n}\nfunction $eb2240fc39a57fa5$var$capitalize(str) {\n return str[0].toUpperCase() + str.slice(1);\n}\n\n\nexport {$eb2240fc39a57fa5$export$bf788dd355e3a401 as CollectionBuilder};\n//# sourceMappingURL=CollectionBuilder.module.js.map\n"],"names":["$eb2240fc39a57fa5$export$bf788dd355e3a401","props","context","$eb2240fc39a57fa5$var$iterable","children","items","$fzaAv$react","index","item","child","nodes","node","partialNode","state","parentKey","v","_v_key","key","parentNode","_partialNode_index","element","cached","type","name","childNodes","_partialNode_index1","result","childNode","_childNode_key","nodeKey","$eb2240fc39a57fa5$var$compose","_childNode_value","_ref","_parentNode_type","$eb2240fc39a57fa5$var$capitalize","builder","_partialNode_value","_partialNode_textValue","iterator","cache","iterable","outer","inner","str"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,171 @@
1
+ import y from "react";
2
+ class z {
3
+ build(e, l) {
4
+ return this.context = l, S(() => this.iterateCollection(e));
5
+ }
6
+ *iterateCollection(e) {
7
+ let { children: l, items: u } = e;
8
+ if (y.isValidElement(l) && l.type === y.Fragment) yield* this.iterateCollection({
9
+ children: l.props.children,
10
+ items: u
11
+ });
12
+ else if (typeof l == "function") {
13
+ if (!u) throw new Error("props.children was a function but props.items is missing");
14
+ let n = 0;
15
+ for (let r of u)
16
+ yield* this.getFullNode({
17
+ value: r,
18
+ index: n
19
+ }, {
20
+ renderer: l
21
+ }), n++;
22
+ } else {
23
+ let n = [];
24
+ y.Children.forEach(l, (t) => {
25
+ t && n.push(t);
26
+ });
27
+ let r = 0;
28
+ for (let t of n) {
29
+ let d = this.getFullNode({
30
+ element: t,
31
+ index: r
32
+ }, {});
33
+ for (let m of d)
34
+ r++, yield m;
35
+ }
36
+ }
37
+ }
38
+ getKey(e, l, u, n) {
39
+ if (e.key != null) return e.key;
40
+ if (l.type === "cell" && l.key != null) return `${n}${l.key}`;
41
+ let r = l.value;
42
+ if (r != null) {
43
+ var t;
44
+ let d = (t = r.key) !== null && t !== void 0 ? t : r.id;
45
+ if (d == null) throw new Error("No key found for item");
46
+ return d;
47
+ }
48
+ return n ? `${n}.${l.index}` : `$.${l.index}`;
49
+ }
50
+ getChildState(e, l) {
51
+ return {
52
+ renderer: l.renderer || e.renderer
53
+ };
54
+ }
55
+ *getFullNode(e, l, u, n) {
56
+ if (y.isValidElement(e.element) && e.element.type === y.Fragment) {
57
+ let i = [];
58
+ y.Children.forEach(e.element.props.children, (s) => {
59
+ i.push(s);
60
+ });
61
+ var r;
62
+ let o = (r = e.index) !== null && r !== void 0 ? r : 0;
63
+ for (const s of i) yield* this.getFullNode({
64
+ element: s,
65
+ index: o++
66
+ }, l, u, n);
67
+ return;
68
+ }
69
+ let t = e.element;
70
+ if (!t && e.value && l && l.renderer) {
71
+ let i = this.cache.get(e.value);
72
+ if (i && (!i.shouldInvalidate || !i.shouldInvalidate(this.context))) {
73
+ i.index = e.index, i.parentKey = n ? n.key : null, yield i;
74
+ return;
75
+ }
76
+ t = l.renderer(e.value);
77
+ }
78
+ if (y.isValidElement(t)) {
79
+ let i = t.type;
80
+ if (typeof i != "function" && typeof i.getCollectionNode != "function") {
81
+ let h = t.type;
82
+ throw new Error(`Unknown element <${h}> in collection.`);
83
+ }
84
+ let o = i.getCollectionNode(t.props, this.context);
85
+ var d;
86
+ let s = (d = e.index) !== null && d !== void 0 ? d : 0, v = o.next();
87
+ for (; !v.done && v.value; ) {
88
+ let h = v.value;
89
+ e.index = s;
90
+ var m;
91
+ let b = (m = h.key) !== null && m !== void 0 ? m : null;
92
+ b == null && (b = h.element ? null : this.getKey(t, e, l, u));
93
+ let V = [
94
+ ...this.getFullNode({
95
+ ...h,
96
+ key: b,
97
+ index: s,
98
+ wrapper: p(e.wrapper, h.wrapper)
99
+ }, this.getChildState(l, h), u ? `${u}${t.key}` : t.key, n)
100
+ ];
101
+ for (let c of V) {
102
+ var x, k;
103
+ c.value = (k = (x = h.value) !== null && x !== void 0 ? x : e.value) !== null && k !== void 0 ? k : null, c.value && this.cache.set(c.value, c);
104
+ var w;
105
+ if (e.type && c.type !== e.type) throw new Error(`Unsupported type <${E(c.type)}> in <${E((w = n == null ? void 0 : n.type) !== null && w !== void 0 ? w : "unknown parent type")}>. Only <${E(e.type)}> is supported.`);
106
+ s++, yield c;
107
+ }
108
+ v = o.next(V);
109
+ }
110
+ return;
111
+ }
112
+ if (e.key == null || e.type == null) return;
113
+ let F = this;
114
+ var g, C;
115
+ let $ = {
116
+ type: e.type,
117
+ props: e.props,
118
+ key: e.key,
119
+ parentKey: n ? n.key : null,
120
+ value: (g = e.value) !== null && g !== void 0 ? g : null,
121
+ level: n ? n.level + 1 : 0,
122
+ index: e.index,
123
+ rendered: e.rendered,
124
+ textValue: (C = e.textValue) !== null && C !== void 0 ? C : "",
125
+ "aria-label": e["aria-label"],
126
+ wrapper: e.wrapper,
127
+ shouldInvalidate: e.shouldInvalidate,
128
+ hasChildNodes: e.hasChildNodes || !1,
129
+ childNodes: S(function* () {
130
+ if (!e.hasChildNodes || !e.childNodes) return;
131
+ let i = 0;
132
+ for (let o of e.childNodes()) {
133
+ o.key != null && (o.key = `${$.key}${o.key}`);
134
+ let s = F.getFullNode({
135
+ ...o,
136
+ index: i
137
+ }, F.getChildState(l, o), $.key, $);
138
+ for (let v of s)
139
+ i++, yield v;
140
+ }
141
+ })
142
+ };
143
+ yield $;
144
+ }
145
+ constructor() {
146
+ this.cache = /* @__PURE__ */ new WeakMap();
147
+ }
148
+ }
149
+ function S(f) {
150
+ let e = [], l = null;
151
+ return {
152
+ *[Symbol.iterator]() {
153
+ for (let u of e) yield u;
154
+ l || (l = f());
155
+ for (let u of l)
156
+ e.push(u), yield u;
157
+ }
158
+ };
159
+ }
160
+ function p(f, e) {
161
+ if (f && e) return (l) => f(e(l));
162
+ if (f) return f;
163
+ if (e) return e;
164
+ }
165
+ function E(f) {
166
+ return f[0].toUpperCase() + f.slice(1);
167
+ }
168
+ export {
169
+ z as CollectionBuilder
170
+ };
171
+ //# sourceMappingURL=CollectionBuilder.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionBuilder.es.js","sources":["../../../../../node_modules/@react-stately/collections/dist/CollectionBuilder.mjs"],"sourcesContent":["import $fzaAv$react from \"react\";\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 */ \nclass $eb2240fc39a57fa5$export$bf788dd355e3a401 {\n build(props, context) {\n this.context = context;\n return $eb2240fc39a57fa5$var$iterable(()=>this.iterateCollection(props));\n }\n *iterateCollection(props) {\n let { children: children, items: items } = props;\n if ((0, $fzaAv$react).isValidElement(children) && children.type === (0, $fzaAv$react).Fragment) yield* this.iterateCollection({\n children: children.props.children,\n items: items\n });\n else if (typeof children === 'function') {\n if (!items) throw new Error('props.children was a function but props.items is missing');\n let index = 0;\n for (let item of items){\n yield* this.getFullNode({\n value: item,\n index: index\n }, {\n renderer: children\n });\n index++;\n }\n } else {\n let items = [];\n (0, $fzaAv$react).Children.forEach(children, (child)=>{\n if (child) items.push(child);\n });\n let index = 0;\n for (let item of items){\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n for (let node of nodes){\n index++;\n yield node;\n }\n }\n }\n }\n getKey(item, partialNode, state, parentKey) {\n if (item.key != null) return item.key;\n if (partialNode.type === 'cell' && partialNode.key != null) return `${parentKey}${partialNode.key}`;\n let v = partialNode.value;\n if (v != null) {\n var _v_key;\n let key = (_v_key = v.key) !== null && _v_key !== void 0 ? _v_key : v.id;\n if (key == null) throw new Error('No key found for item');\n return key;\n }\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n getChildState(state, partialNode) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n *getFullNode(partialNode, state, parentKey, parentNode) {\n if ((0, $fzaAv$react).isValidElement(partialNode.element) && partialNode.element.type === (0, $fzaAv$react).Fragment) {\n let children = [];\n (0, $fzaAv$react).Children.forEach(partialNode.element.props.children, (child)=>{\n children.push(child);\n });\n var _partialNode_index;\n let index = (_partialNode_index = partialNode.index) !== null && _partialNode_index !== void 0 ? _partialNode_index : 0;\n for (const child of children)yield* this.getFullNode({\n element: child,\n index: index++\n }, state, parentKey, parentNode);\n return;\n }\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n element = state.renderer(partialNode.value);\n }\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if ((0, $fzaAv$react).isValidElement(element)) {\n let type = element.type;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n let childNodes = type.getCollectionNode(element.props, this.context);\n var _partialNode_index1;\n let index = (_partialNode_index1 = partialNode.index) !== null && _partialNode_index1 !== void 0 ? _partialNode_index1 : 0;\n let result = childNodes.next();\n while(!result.done && result.value){\n let childNode = result.value;\n partialNode.index = index;\n var _childNode_key;\n let nodeKey = (_childNode_key = childNode.key) !== null && _childNode_key !== void 0 ? _childNode_key : null;\n if (nodeKey == null) nodeKey = childNode.element ? null : this.getKey(element, partialNode, state, parentKey);\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index: index,\n wrapper: $eb2240fc39a57fa5$var$compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n let children = [\n ...nodes\n ];\n for (let node of children){\n var _childNode_value, _ref;\n // Cache the node based on its value\n node.value = (_ref = (_childNode_value = childNode.value) !== null && _childNode_value !== void 0 ? _childNode_value : partialNode.value) !== null && _ref !== void 0 ? _ref : null;\n if (node.value) this.cache.set(node.value, node);\n var _parentNode_type;\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$eb2240fc39a57fa5$var$capitalize(node.type)}> in <${$eb2240fc39a57fa5$var$capitalize((_parentNode_type = parentNode === null || parentNode === void 0 ? void 0 : parentNode.type) !== null && _parentNode_type !== void 0 ? _parentNode_type : 'unknown parent type')}>. Only <${$eb2240fc39a57fa5$var$capitalize(partialNode.type)}> is supported.`);\n index++;\n yield node;\n }\n result = childNodes.next(children);\n }\n return;\n }\n // Ignore invalid elements\n if (partialNode.key == null || partialNode.type == null) return;\n // Create full node\n let builder = this;\n var _partialNode_value, _partialNode_textValue;\n let node = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: (_partialNode_value = partialNode.value) !== null && _partialNode_value !== void 0 ? _partialNode_value : null,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: (_partialNode_textValue = partialNode.textValue) !== null && _partialNode_textValue !== void 0 ? _partialNode_textValue : '',\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes || false,\n childNodes: $eb2240fc39a57fa5$var$iterable(function*() {\n if (!partialNode.hasChildNodes || !partialNode.childNodes) return;\n let index = 0;\n for (let child of partialNode.childNodes()){\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) // TODO: Remove this line entirely and enforce that users always provide unique keys.\n // Currently this line will have issues when a parent has a key `a` and a child with key `bc`\n // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both\n // children having a key of `abc`.\n child.key = `${node.key}${child.key}`;\n let nodes = builder.getFullNode({\n ...child,\n index: index\n }, builder.getChildState(state, child), node.key, node);\n for (let node of nodes){\n index++;\n yield node;\n }\n }\n })\n };\n yield node;\n }\n constructor(){\n this.cache = new WeakMap();\n }\n}\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction $eb2240fc39a57fa5$var$iterable(iterator) {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator] () {\n for (let item of cache)yield item;\n if (!iterable) iterable = iterator();\n for (let item of iterable){\n cache.push(item);\n yield item;\n }\n }\n };\n}\nfunction $eb2240fc39a57fa5$var$compose(outer, inner) {\n if (outer && inner) return (element)=>outer(inner(element));\n if (outer) return outer;\n if (inner) return inner;\n}\nfunction $eb2240fc39a57fa5$var$capitalize(str) {\n return str[0].toUpperCase() + str.slice(1);\n}\n\n\nexport {$eb2240fc39a57fa5$export$bf788dd355e3a401 as CollectionBuilder};\n//# sourceMappingURL=CollectionBuilder.module.js.map\n"],"names":["$eb2240fc39a57fa5$export$bf788dd355e3a401","props","context","$eb2240fc39a57fa5$var$iterable","children","items","$fzaAv$react","index","item","child","nodes","node","partialNode","state","parentKey","v","_v_key","key","parentNode","_partialNode_index","element","cached","type","name","childNodes","_partialNode_index1","result","childNode","_childNode_key","nodeKey","$eb2240fc39a57fa5$var$compose","_childNode_value","_ref","_parentNode_type","$eb2240fc39a57fa5$var$capitalize","builder","_partialNode_value","_partialNode_textValue","iterator","cache","iterable","outer","inner","str"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function c(t){return null}c.getCollectionNode=function*(e,i){let{childItems:n,title:u,children:o}=e,d=e.title||e.children,a=e.textValue||(typeof d=="string"?d:"")||e["aria-label"]||"";!a&&!(i!=null&&i.suppressTextValueWarning)&&process.env.NODE_ENV!=="production"&&console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:e,rendered:d,textValue:a,"aria-label":e["aria-label"],hasChildNodes:h(e),*childNodes(){if(n)for(let l of n)yield{type:"item",value:l};else if(u){let l=[];r.Children.forEach(o,s=>{l.push({type:"item",element:s})}),yield*l}}}};function h(t){return t.hasChildItems!=null?t.hasChildItems:!!(t.childItems||t.title&&r.Children.count(t.children)>0)}let f=c;exports.Item=f;
2
+ //# sourceMappingURL=Item.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.cjs.js","sources":["../../../../../node_modules/@react-stately/collections/dist/Item.mjs"],"sourcesContent":["import $6Fm0V$react from \"react\";\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 */ \nfunction $c1d7fb2ec91bae71$var$Item(props) {\n return null;\n}\n$c1d7fb2ec91bae71$var$Item.getCollectionNode = function* getCollectionNode(props, context) {\n let { childItems: childItems, title: title, children: children } = props;\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning) && process.env.NODE_ENV !== 'production') console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n yield {\n type: 'item',\n props: props,\n rendered: rendered,\n textValue: textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: $c1d7fb2ec91bae71$var$hasChildItems(props),\n *childNodes () {\n if (childItems) for (let child of childItems)yield {\n type: 'item',\n value: child\n };\n else if (title) {\n let items = [];\n (0, $6Fm0V$react).Children.forEach(children, (child)=>{\n items.push({\n type: 'item',\n element: child\n });\n });\n yield* items;\n }\n }\n };\n};\nfunction $c1d7fb2ec91bae71$var$hasChildItems(props) {\n if (props.hasChildItems != null) return props.hasChildItems;\n if (props.childItems) return true;\n if (props.title && (0, $6Fm0V$react).Children.count(props.children) > 0) return true;\n return false;\n}\n// We don't want getCollectionNode to show up in the type definition\nlet $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 = $c1d7fb2ec91bae71$var$Item;\n\n\nexport {$c1d7fb2ec91bae71$export$6d08773d2e66f8f2 as Item};\n//# sourceMappingURL=Item.module.js.map\n"],"names":["$c1d7fb2ec91bae71$var$Item","props","context","childItems","title","children","rendered","textValue","$c1d7fb2ec91bae71$var$hasChildItems","child","items","$6Fm0V$react","$c1d7fb2ec91bae71$export$6d08773d2e66f8f2"],"mappings":"yGAaA,SAASA,EAA2BC,EAAO,CACvC,OAAO,IACX,CACAD,EAA2B,kBAAoB,UAA4BC,EAAOC,EAAS,CACvF,GAAI,CAAE,WAAYC,EAAY,MAAOC,EAAO,SAAUC,CAAU,EAAGJ,EAC/DK,EAAWL,EAAM,OAASA,EAAM,SAChCM,EAAYN,EAAM,YAAc,OAAOK,GAAa,SAAWA,EAAW,KAAOL,EAAM,YAAY,GAAK,GAExG,CAACM,GAAa,EAAEL,GAAY,MAAsCA,EAAQ,2BAA6B,QAAQ,IAAI,WAAa,cAAc,QAAQ,KAAK,wHAAwH,EACvR,KAAM,CACF,KAAM,OACN,MAAOD,EACP,SAAUK,EACV,UAAWC,EACX,aAAcN,EAAM,YAAY,EAChC,cAAeO,EAAoCP,CAAK,EACxD,CAAC,YAAc,CACX,GAAIE,EAAY,QAASM,KAASN,EAAW,KAAM,CAC/C,KAAM,OACN,MAAOM,CACvB,UACqBL,EAAO,CACZ,IAAIM,EAAQ,CAAA,EACRC,EAAc,SAAS,QAAQN,EAAWI,GAAQ,CAClDC,EAAM,KAAK,CACP,KAAM,OACN,QAASD,CACjC,CAAqB,CACrB,CAAiB,EACD,MAAOC,CACV,CACJ,CACT,CACA,EACA,SAASF,EAAoCP,EAAO,CAChD,OAAIA,EAAM,eAAiB,KAAaA,EAAM,cAC1C,GAAAA,EAAM,YACNA,EAAM,OAAaU,EAAc,SAAS,MAAMV,EAAM,QAAQ,EAAI,EAE1E,CAEG,IAACW,EAA4CZ","x_google_ignoreList":[0]}
@@ -0,0 +1,38 @@
1
+ import r from "react";
2
+ function c(t) {
3
+ return null;
4
+ }
5
+ c.getCollectionNode = function* (e, i) {
6
+ let { childItems: n, title: u, children: h } = e, d = e.title || e.children, a = e.textValue || (typeof d == "string" ? d : "") || e["aria-label"] || "";
7
+ !a && !(i != null && i.suppressTextValueWarning) && process.env.NODE_ENV !== "production" && console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."), yield {
8
+ type: "item",
9
+ props: e,
10
+ rendered: d,
11
+ textValue: a,
12
+ "aria-label": e["aria-label"],
13
+ hasChildNodes: s(e),
14
+ *childNodes() {
15
+ if (n) for (let l of n) yield {
16
+ type: "item",
17
+ value: l
18
+ };
19
+ else if (u) {
20
+ let l = [];
21
+ r.Children.forEach(h, (o) => {
22
+ l.push({
23
+ type: "item",
24
+ element: o
25
+ });
26
+ }), yield* l;
27
+ }
28
+ }
29
+ };
30
+ };
31
+ function s(t) {
32
+ return t.hasChildItems != null ? t.hasChildItems : !!(t.childItems || t.title && r.Children.count(t.children) > 0);
33
+ }
34
+ let m = c;
35
+ export {
36
+ m as Item
37
+ };
38
+ //# sourceMappingURL=Item.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.es.js","sources":["../../../../../node_modules/@react-stately/collections/dist/Item.mjs"],"sourcesContent":["import $6Fm0V$react from \"react\";\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 */ \nfunction $c1d7fb2ec91bae71$var$Item(props) {\n return null;\n}\n$c1d7fb2ec91bae71$var$Item.getCollectionNode = function* getCollectionNode(props, context) {\n let { childItems: childItems, title: title, children: children } = props;\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning) && process.env.NODE_ENV !== 'production') console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n yield {\n type: 'item',\n props: props,\n rendered: rendered,\n textValue: textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: $c1d7fb2ec91bae71$var$hasChildItems(props),\n *childNodes () {\n if (childItems) for (let child of childItems)yield {\n type: 'item',\n value: child\n };\n else if (title) {\n let items = [];\n (0, $6Fm0V$react).Children.forEach(children, (child)=>{\n items.push({\n type: 'item',\n element: child\n });\n });\n yield* items;\n }\n }\n };\n};\nfunction $c1d7fb2ec91bae71$var$hasChildItems(props) {\n if (props.hasChildItems != null) return props.hasChildItems;\n if (props.childItems) return true;\n if (props.title && (0, $6Fm0V$react).Children.count(props.children) > 0) return true;\n return false;\n}\n// We don't want getCollectionNode to show up in the type definition\nlet $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 = $c1d7fb2ec91bae71$var$Item;\n\n\nexport {$c1d7fb2ec91bae71$export$6d08773d2e66f8f2 as Item};\n//# sourceMappingURL=Item.module.js.map\n"],"names":["$c1d7fb2ec91bae71$var$Item","props","context","childItems","title","children","rendered","textValue","$c1d7fb2ec91bae71$var$hasChildItems","child","items","$6Fm0V$react","$c1d7fb2ec91bae71$export$6d08773d2e66f8f2"],"mappings":";AAaA,SAASA,EAA2BC,GAAO;AACvC,SAAO;AACX;AACAD,EAA2B,oBAAoB,WAA4BC,GAAOC,GAAS;AACvF,MAAI,EAAE,YAAYC,GAAY,OAAOC,GAAO,UAAUC,EAAU,IAAGJ,GAC/DK,IAAWL,EAAM,SAASA,EAAM,UAChCM,IAAYN,EAAM,cAAc,OAAOK,KAAa,WAAWA,IAAW,OAAOL,EAAM,YAAY,KAAK;AAE5G,EAAI,CAACM,KAAa,EAAEL,KAAY,QAAsCA,EAAQ,6BAA6B,QAAQ,IAAI,aAAa,gBAAc,QAAQ,KAAK,wHAAwH,GACvR,MAAM;AAAA,IACF,MAAM;AAAA,IACN,OAAOD;AAAA,IACP,UAAUK;AAAA,IACV,WAAWC;AAAA,IACX,cAAcN,EAAM,YAAY;AAAA,IAChC,eAAeO,EAAoCP,CAAK;AAAA,IACxD,CAAC,aAAc;AACX,UAAIE,EAAY,UAASM,KAASN,EAAW,OAAM;AAAA,QAC/C,MAAM;AAAA,QACN,OAAOM;AAAA,MACvB;AAAA,eACqBL,GAAO;AACZ,YAAIM,IAAQ,CAAA;AACZ,QAAIC,EAAc,SAAS,QAAQN,GAAU,CAACI,MAAQ;AAClD,UAAAC,EAAM,KAAK;AAAA,YACP,MAAM;AAAA,YACN,SAASD;AAAA,UACjC,CAAqB;AAAA,QACrB,CAAiB,GACD,OAAOC;AAAA,MACV;AAAA,IACJ;AAAA,EACT;AACA;AACA,SAASF,EAAoCP,GAAO;AAChD,SAAIA,EAAM,iBAAiB,OAAaA,EAAM,gBAC1C,GAAAA,EAAM,cACNA,EAAM,SAAaU,EAAc,SAAS,MAAMV,EAAM,QAAQ,IAAI;AAE1E;AAEG,IAACW,IAA4CZ;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function a(n,e){return typeof e.getChildren=="function"?e.getChildren(n.key):n.childNodes}function l(n){return o(n)}function o(n,e){for(let t of n)return t}function s(n,e,t){if(e.parentKey===t.parentKey)return e.index-t.index;let r=[...c(n,e),e],f=[...c(n,t),t],d=r.slice(0,f.length).findIndex((i,u)=>i!==f[u]);return d!==-1?(e=r[d],t=f[d],e.index-t.index):r.findIndex(i=>i===t)>=0?1:(f.findIndex(i=>i===e)>=0,-1)}function c(n,e){let t=[],r=e;for(;(r==null?void 0:r.parentKey)!=null;)r=n.getItem(r.parentKey),r&&t.unshift(r);return t}exports.compareNodeOrder=s;exports.getChildNodes=a;exports.getFirstItem=l;exports.getNthItem=o;
2
+ //# sourceMappingURL=getChildNodes.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getChildNodes.cjs.js","sources":["../../../../../node_modules/@react-stately/collections/dist/getChildNodes.mjs"],"sourcesContent":["/*\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 */ function $c5a24bc478652b5f$export$1005530eda016c13(node, collection) {\n // New API: call collection.getChildren with the node key.\n if (typeof collection.getChildren === 'function') return collection.getChildren(node.key);\n // Old API: access childNodes directly.\n return node.childNodes;\n}\nfunction $c5a24bc478652b5f$export$fbdeaa6a76694f71(iterable) {\n return $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, 0);\n}\nfunction $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, index) {\n if (index < 0) return undefined;\n let i = 0;\n for (let item of iterable){\n if (i === index) return item;\n i++;\n }\n}\nfunction $c5a24bc478652b5f$export$7475b2c64539e4cf(iterable) {\n let lastItem = undefined;\n for (let value of iterable)lastItem = value;\n return lastItem;\n}\nfunction $c5a24bc478652b5f$export$8c434b3a7a4dad6(collection, a, b) {\n // If the two nodes have the same parent, compare their indices.\n if (a.parentKey === b.parentKey) return a.index - b.index;\n // Otherwise, collect all of the ancestors from each node, and find the first one that doesn't match starting from the root.\n // Include the base nodes in case we are comparing nodes of different levels so that we can compare the higher node to the lower level node's\n // ancestor of the same level\n let aAncestors = [\n ...$c5a24bc478652b5f$var$getAncestors(collection, a),\n a\n ];\n let bAncestors = [\n ...$c5a24bc478652b5f$var$getAncestors(collection, b),\n b\n ];\n let firstNonMatchingAncestor = aAncestors.slice(0, bAncestors.length).findIndex((a, i)=>a !== bAncestors[i]);\n if (firstNonMatchingAncestor !== -1) {\n // Compare the indices of two children within the common ancestor.\n a = aAncestors[firstNonMatchingAncestor];\n b = bAncestors[firstNonMatchingAncestor];\n return a.index - b.index;\n }\n // If there isn't a non matching ancestor, we might be in a case where one of the nodes is the ancestor of the other.\n if (aAncestors.findIndex((node)=>node === b) >= 0) return 1;\n else if (bAncestors.findIndex((node)=>node === a) >= 0) return -1;\n // 🤷\n return -1;\n}\nfunction $c5a24bc478652b5f$var$getAncestors(collection, node) {\n let parents = [];\n let currNode = node;\n while((currNode === null || currNode === void 0 ? void 0 : currNode.parentKey) != null){\n currNode = collection.getItem(currNode.parentKey);\n if (currNode) parents.unshift(currNode);\n }\n return parents;\n}\n\n\nexport {$c5a24bc478652b5f$export$1005530eda016c13 as getChildNodes, $c5a24bc478652b5f$export$fbdeaa6a76694f71 as getFirstItem, $c5a24bc478652b5f$export$5f3398f8733f90e2 as getNthItem, $c5a24bc478652b5f$export$7475b2c64539e4cf as getLastItem, $c5a24bc478652b5f$export$8c434b3a7a4dad6 as compareNodeOrder};\n//# sourceMappingURL=getChildNodes.module.js.map\n"],"names":["$c5a24bc478652b5f$export$1005530eda016c13","node","collection","$c5a24bc478652b5f$export$fbdeaa6a76694f71","iterable","$c5a24bc478652b5f$export$5f3398f8733f90e2","index","item","$c5a24bc478652b5f$export$8c434b3a7a4dad6","a","b","aAncestors","$c5a24bc478652b5f$var$getAncestors","bAncestors","firstNonMatchingAncestor","i","parents","currNode"],"mappings":"gFAUI,SAASA,EAA0CC,EAAMC,EAAY,CAErE,OAAI,OAAOA,EAAW,aAAgB,WAAmBA,EAAW,YAAYD,EAAK,GAAG,EAEjFA,EAAK,UAChB,CACA,SAASE,EAA0CC,EAAU,CACzD,OAAOC,EAA0CD,CAAW,CAChE,CACA,SAASC,EAA0CD,EAAUE,EAAO,CAGhE,QAASC,KAAQH,EACI,OAAOG,CAGhC,CAMA,SAASC,EAAyCN,EAAYO,EAAGC,EAAG,CAEhE,GAAID,EAAE,YAAcC,EAAE,UAAW,OAAOD,EAAE,MAAQC,EAAE,MAIpD,IAAIC,EAAa,CACb,GAAGC,EAAmCV,EAAYO,CAAC,EACnDA,CACR,EACQI,EAAa,CACb,GAAGD,EAAmCV,EAAYQ,CAAC,EACnDA,CACR,EACQI,EAA2BH,EAAW,MAAM,EAAGE,EAAW,MAAM,EAAE,UAAU,CAACJ,EAAGM,IAAIN,IAAMI,EAAWE,CAAC,CAAC,EAC3G,OAAID,IAA6B,IAE7BL,EAAIE,EAAWG,CAAwB,EACvCJ,EAAIG,EAAWC,CAAwB,EAChCL,EAAE,MAAQC,EAAE,OAGnBC,EAAW,UAAWV,GAAOA,IAASS,CAAC,GAAK,EAAU,GACjDG,EAAW,UAAWZ,GAAOA,IAASQ,CAAC,GAAK,EAAU,GAGnE,CACA,SAASG,EAAmCV,EAAYD,EAAM,CAC1D,IAAIe,EAAU,CAAA,EACVC,EAAWhB,EACf,MAAOgB,GAAa,KAA8B,OAASA,EAAS,YAAc,MAC9EA,EAAWf,EAAW,QAAQe,EAAS,SAAS,EAC5CA,GAAUD,EAAQ,QAAQC,CAAQ,EAE1C,OAAOD,CACX","x_google_ignoreList":[0]}
@@ -0,0 +1,34 @@
1
+ function a(n, e) {
2
+ return typeof e.getChildren == "function" ? e.getChildren(n.key) : n.childNodes;
3
+ }
4
+ function s(n) {
5
+ return u(n);
6
+ }
7
+ function u(n, e) {
8
+ for (let t of n)
9
+ return t;
10
+ }
11
+ function $(n, e, t) {
12
+ if (e.parentKey === t.parentKey) return e.index - t.index;
13
+ let r = [
14
+ ...c(n, e),
15
+ e
16
+ ], f = [
17
+ ...c(n, t),
18
+ t
19
+ ], d = r.slice(0, f.length).findIndex((i, o) => i !== f[o]);
20
+ return d !== -1 ? (e = r[d], t = f[d], e.index - t.index) : r.findIndex((i) => i === t) >= 0 ? 1 : (f.findIndex((i) => i === e) >= 0, -1);
21
+ }
22
+ function c(n, e) {
23
+ let t = [], r = e;
24
+ for (; (r == null ? void 0 : r.parentKey) != null; )
25
+ r = n.getItem(r.parentKey), r && t.unshift(r);
26
+ return t;
27
+ }
28
+ export {
29
+ $ as compareNodeOrder,
30
+ a as getChildNodes,
31
+ s as getFirstItem,
32
+ u as getNthItem
33
+ };
34
+ //# sourceMappingURL=getChildNodes.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getChildNodes.es.js","sources":["../../../../../node_modules/@react-stately/collections/dist/getChildNodes.mjs"],"sourcesContent":["/*\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 */ function $c5a24bc478652b5f$export$1005530eda016c13(node, collection) {\n // New API: call collection.getChildren with the node key.\n if (typeof collection.getChildren === 'function') return collection.getChildren(node.key);\n // Old API: access childNodes directly.\n return node.childNodes;\n}\nfunction $c5a24bc478652b5f$export$fbdeaa6a76694f71(iterable) {\n return $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, 0);\n}\nfunction $c5a24bc478652b5f$export$5f3398f8733f90e2(iterable, index) {\n if (index < 0) return undefined;\n let i = 0;\n for (let item of iterable){\n if (i === index) return item;\n i++;\n }\n}\nfunction $c5a24bc478652b5f$export$7475b2c64539e4cf(iterable) {\n let lastItem = undefined;\n for (let value of iterable)lastItem = value;\n return lastItem;\n}\nfunction $c5a24bc478652b5f$export$8c434b3a7a4dad6(collection, a, b) {\n // If the two nodes have the same parent, compare their indices.\n if (a.parentKey === b.parentKey) return a.index - b.index;\n // Otherwise, collect all of the ancestors from each node, and find the first one that doesn't match starting from the root.\n // Include the base nodes in case we are comparing nodes of different levels so that we can compare the higher node to the lower level node's\n // ancestor of the same level\n let aAncestors = [\n ...$c5a24bc478652b5f$var$getAncestors(collection, a),\n a\n ];\n let bAncestors = [\n ...$c5a24bc478652b5f$var$getAncestors(collection, b),\n b\n ];\n let firstNonMatchingAncestor = aAncestors.slice(0, bAncestors.length).findIndex((a, i)=>a !== bAncestors[i]);\n if (firstNonMatchingAncestor !== -1) {\n // Compare the indices of two children within the common ancestor.\n a = aAncestors[firstNonMatchingAncestor];\n b = bAncestors[firstNonMatchingAncestor];\n return a.index - b.index;\n }\n // If there isn't a non matching ancestor, we might be in a case where one of the nodes is the ancestor of the other.\n if (aAncestors.findIndex((node)=>node === b) >= 0) return 1;\n else if (bAncestors.findIndex((node)=>node === a) >= 0) return -1;\n // 🤷\n return -1;\n}\nfunction $c5a24bc478652b5f$var$getAncestors(collection, node) {\n let parents = [];\n let currNode = node;\n while((currNode === null || currNode === void 0 ? void 0 : currNode.parentKey) != null){\n currNode = collection.getItem(currNode.parentKey);\n if (currNode) parents.unshift(currNode);\n }\n return parents;\n}\n\n\nexport {$c5a24bc478652b5f$export$1005530eda016c13 as getChildNodes, $c5a24bc478652b5f$export$fbdeaa6a76694f71 as getFirstItem, $c5a24bc478652b5f$export$5f3398f8733f90e2 as getNthItem, $c5a24bc478652b5f$export$7475b2c64539e4cf as getLastItem, $c5a24bc478652b5f$export$8c434b3a7a4dad6 as compareNodeOrder};\n//# sourceMappingURL=getChildNodes.module.js.map\n"],"names":["$c5a24bc478652b5f$export$1005530eda016c13","node","collection","$c5a24bc478652b5f$export$fbdeaa6a76694f71","iterable","$c5a24bc478652b5f$export$5f3398f8733f90e2","index","item","$c5a24bc478652b5f$export$8c434b3a7a4dad6","a","b","aAncestors","$c5a24bc478652b5f$var$getAncestors","bAncestors","firstNonMatchingAncestor","i","parents","currNode"],"mappings":"AAUI,SAASA,EAA0CC,GAAMC,GAAY;AAErE,SAAI,OAAOA,EAAW,eAAgB,aAAmBA,EAAW,YAAYD,EAAK,GAAG,IAEjFA,EAAK;AAChB;AACA,SAASE,EAA0CC,GAAU;AACzD,SAAOC,EAA0CD,CAAW;AAChE;AACA,SAASC,EAA0CD,GAAUE,GAAO;AAGhE,WAASC,KAAQH;AACI,WAAOG;AAGhC;AAMA,SAASC,EAAyCN,GAAYO,GAAGC,GAAG;AAEhE,MAAID,EAAE,cAAcC,EAAE,UAAW,QAAOD,EAAE,QAAQC,EAAE;AAIpD,MAAIC,IAAa;AAAA,IACb,GAAGC,EAAmCV,GAAYO,CAAC;AAAA,IACnDA;AAAA,EACR,GACQI,IAAa;AAAA,IACb,GAAGD,EAAmCV,GAAYQ,CAAC;AAAA,IACnDA;AAAA,EACR,GACQI,IAA2BH,EAAW,MAAM,GAAGE,EAAW,MAAM,EAAE,UAAU,CAACJ,GAAGM,MAAIN,MAAMI,EAAWE,CAAC,CAAC;AAC3G,SAAID,MAA6B,MAE7BL,IAAIE,EAAWG,CAAwB,GACvCJ,IAAIG,EAAWC,CAAwB,GAChCL,EAAE,QAAQC,EAAE,SAGnBC,EAAW,UAAU,CAACV,MAAOA,MAASS,CAAC,KAAK,IAAU,KACjDG,EAAW,UAAU,CAACZ,MAAOA,MAASQ,CAAC,KAAK,GAAU;AAGnE;AACA,SAASG,EAAmCV,GAAYD,GAAM;AAC1D,MAAIe,IAAU,CAAA,GACVC,IAAWhB;AACf,UAAOgB,KAAa,OAA8B,SAASA,EAAS,cAAc;AAC9E,IAAAA,IAAWf,EAAW,QAAQe,EAAS,SAAS,GAC5CA,KAAUD,EAAQ,QAAQC,CAAQ;AAE1C,SAAOD;AACX;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./getChildNodes.cjs.js"),u=new WeakMap;function o(e){let f=u.get(e);if(f!=null)return f;let t=0,n=a=>{for(let r of a)r.type==="section"?n(c.getChildNodes(r,e)):r.type==="item"&&t++};return n(e),u.set(e,t),t}exports.getItemCount=o;
2
+ //# sourceMappingURL=getItemCount.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getItemCount.cjs.js","sources":["../../../../../node_modules/@react-stately/collections/dist/getItemCount.mjs"],"sourcesContent":["import {getChildNodes as $c5a24bc478652b5f$export$1005530eda016c13} from \"./getChildNodes.mjs\";\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 */ \nconst $453cc9f0df89c0a5$var$cache = new WeakMap();\nfunction $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {\n let count = $453cc9f0df89c0a5$var$cache.get(collection);\n if (count != null) return count;\n // TS isn't smart enough to know we've ensured count is a number, so use a new variable\n let counter = 0;\n let countItems = (items)=>{\n for (let item of items){\n if (item.type === 'section') countItems((0, $c5a24bc478652b5f$export$1005530eda016c13)(item, collection));\n else if (item.type === 'item') counter++;\n }\n };\n countItems(collection);\n $453cc9f0df89c0a5$var$cache.set(collection, counter);\n return counter;\n}\n\n\nexport {$453cc9f0df89c0a5$export$77d5aafae4e095b2 as getItemCount};\n//# sourceMappingURL=getItemCount.module.js.map\n"],"names":["$453cc9f0df89c0a5$var$cache","$453cc9f0df89c0a5$export$77d5aafae4e095b2","collection","count","counter","countItems","items","item","$c5a24bc478652b5f$export$1005530eda016c13"],"mappings":"0HAaMA,EAA8B,IAAI,QACxC,SAASC,EAA0CC,EAAY,CAC3D,IAAIC,EAAQH,EAA4B,IAAIE,CAAU,EACtD,GAAIC,GAAS,KAAM,OAAOA,EAE1B,IAAIC,EAAU,EACVC,EAAcC,GAAQ,CACtB,QAASC,KAAQD,EACTC,EAAK,OAAS,UAAWF,EAAeG,gBAA2CD,EAAML,CAAU,CAAC,EAC/FK,EAAK,OAAS,QAAQH,GAE3C,EACI,OAAAC,EAAWH,CAAU,EACrBF,EAA4B,IAAIE,EAAYE,CAAO,EAC5CA,CACX","x_google_ignoreList":[0]}
@@ -0,0 +1,15 @@
1
+ import { getChildNodes as o } from "./getChildNodes.es.js";
2
+ const c = /* @__PURE__ */ new WeakMap();
3
+ function s(e) {
4
+ let f = c.get(e);
5
+ if (f != null) return f;
6
+ let t = 0, r = (n) => {
7
+ for (let a of n)
8
+ a.type === "section" ? r(o(a, e)) : a.type === "item" && t++;
9
+ };
10
+ return r(e), c.set(e, t), t;
11
+ }
12
+ export {
13
+ s as getItemCount
14
+ };
15
+ //# sourceMappingURL=getItemCount.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getItemCount.es.js","sources":["../../../../../node_modules/@react-stately/collections/dist/getItemCount.mjs"],"sourcesContent":["import {getChildNodes as $c5a24bc478652b5f$export$1005530eda016c13} from \"./getChildNodes.mjs\";\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 */ \nconst $453cc9f0df89c0a5$var$cache = new WeakMap();\nfunction $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {\n let count = $453cc9f0df89c0a5$var$cache.get(collection);\n if (count != null) return count;\n // TS isn't smart enough to know we've ensured count is a number, so use a new variable\n let counter = 0;\n let countItems = (items)=>{\n for (let item of items){\n if (item.type === 'section') countItems((0, $c5a24bc478652b5f$export$1005530eda016c13)(item, collection));\n else if (item.type === 'item') counter++;\n }\n };\n countItems(collection);\n $453cc9f0df89c0a5$var$cache.set(collection, counter);\n return counter;\n}\n\n\nexport {$453cc9f0df89c0a5$export$77d5aafae4e095b2 as getItemCount};\n//# sourceMappingURL=getItemCount.module.js.map\n"],"names":["$453cc9f0df89c0a5$var$cache","$453cc9f0df89c0a5$export$77d5aafae4e095b2","collection","count","counter","countItems","items","item","$c5a24bc478652b5f$export$1005530eda016c13"],"mappings":";AAaA,MAAMA,IAA8B,oBAAI;AACxC,SAASC,EAA0CC,GAAY;AAC3D,MAAIC,IAAQH,EAA4B,IAAIE,CAAU;AACtD,MAAIC,KAAS,KAAM,QAAOA;AAE1B,MAAIC,IAAU,GACVC,IAAa,CAACC,MAAQ;AACtB,aAASC,KAAQD;AACb,MAAIC,EAAK,SAAS,YAAWF,EAAeG,EAA2CD,GAAML,CAAU,CAAC,IAC/FK,EAAK,SAAS,UAAQH;AAAA,EAE3C;AACI,SAAAC,EAAWH,CAAU,GACrBF,EAA4B,IAAIE,GAAYE,CAAO,GAC5CA;AACX;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./CollectionBuilder.cjs.js"),n=require("react");function s(u,l,t){let r=n.useMemo(()=>new d.CollectionBuilder,[]),{children:i,items:o,collection:e}=u;return n.useMemo(()=>{if(e)return e;let c=r.build({children:i,items:o},t);return l(c)},[r,i,o,e,t,l])}exports.useCollection=s;
2
+ //# sourceMappingURL=useCollection.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCollection.cjs.js","sources":["../../../../../node_modules/@react-stately/collections/dist/useCollection.mjs"],"sourcesContent":["import {CollectionBuilder as $eb2240fc39a57fa5$export$bf788dd355e3a401} from \"./CollectionBuilder.mjs\";\nimport {useMemo as $lbNth$useMemo} from \"react\";\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 $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context) {\n let builder = (0, $lbNth$useMemo)(()=>new (0, $eb2240fc39a57fa5$export$bf788dd355e3a401)(), []);\n let { children: children, items: items, collection: collection } = props;\n let result = (0, $lbNth$useMemo)(()=>{\n if (collection) return collection;\n let nodes = builder.build({\n children: children,\n items: items\n }, context);\n return factory(nodes);\n }, [\n builder,\n children,\n items,\n collection,\n context,\n factory\n ]);\n return result;\n}\n\n\nexport {$7613b1592d41b092$export$6cd28814d92fa9c9 as useCollection};\n//# sourceMappingURL=useCollection.module.js.map\n"],"names":["$7613b1592d41b092$export$6cd28814d92fa9c9","props","factory","context","builder","$lbNth$useMemo","$eb2240fc39a57fa5$export$bf788dd355e3a401","children","items","collection","nodes"],"mappings":"iJAeA,SAASA,EAA0CC,EAAOC,EAASC,EAAS,CACxE,IAAIC,EAAcC,EAAc,QAAE,IAAI,IAAQC,EAAyC,kBAAK,CAAA,CAAE,EAC1F,CAAE,SAAUC,EAAU,MAAOC,EAAO,WAAYC,CAAY,EAAGR,EAgBnE,OAfiBI,EAAAA,QAAgB,IAAI,CACjC,GAAII,EAAY,OAAOA,EACvB,IAAIC,EAAQN,EAAQ,MAAM,CACtB,SAAUG,EACV,MAAOC,CACV,EAAEL,CAAO,EACV,OAAOD,EAAQQ,CAAK,CAC5B,EAAO,CACCN,EACAG,EACAC,EACAC,EACAN,EACAD,CACR,CAAK,CAEL","x_google_ignoreList":[0]}
@@ -0,0 +1,24 @@
1
+ import { CollectionBuilder as u } from "./CollectionBuilder.es.js";
2
+ import { useMemo as n } from "react";
3
+ function b(d, l, r) {
4
+ let t = n(() => new u(), []), { children: i, items: o, collection: e } = d;
5
+ return n(() => {
6
+ if (e) return e;
7
+ let c = t.build({
8
+ children: i,
9
+ items: o
10
+ }, r);
11
+ return l(c);
12
+ }, [
13
+ t,
14
+ i,
15
+ o,
16
+ e,
17
+ r,
18
+ l
19
+ ]);
20
+ }
21
+ export {
22
+ b as useCollection
23
+ };
24
+ //# sourceMappingURL=useCollection.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCollection.es.js","sources":["../../../../../node_modules/@react-stately/collections/dist/useCollection.mjs"],"sourcesContent":["import {CollectionBuilder as $eb2240fc39a57fa5$export$bf788dd355e3a401} from \"./CollectionBuilder.mjs\";\nimport {useMemo as $lbNth$useMemo} from \"react\";\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 $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context) {\n let builder = (0, $lbNth$useMemo)(()=>new (0, $eb2240fc39a57fa5$export$bf788dd355e3a401)(), []);\n let { children: children, items: items, collection: collection } = props;\n let result = (0, $lbNth$useMemo)(()=>{\n if (collection) return collection;\n let nodes = builder.build({\n children: children,\n items: items\n }, context);\n return factory(nodes);\n }, [\n builder,\n children,\n items,\n collection,\n context,\n factory\n ]);\n return result;\n}\n\n\nexport {$7613b1592d41b092$export$6cd28814d92fa9c9 as useCollection};\n//# sourceMappingURL=useCollection.module.js.map\n"],"names":["$7613b1592d41b092$export$6cd28814d92fa9c9","props","factory","context","builder","$lbNth$useMemo","$eb2240fc39a57fa5$export$bf788dd355e3a401","children","items","collection","nodes"],"mappings":";;AAeA,SAASA,EAA0CC,GAAOC,GAASC,GAAS;AACxE,MAAIC,IAAcC,EAAgB,MAAI,IAAQC,EAAyC,GAAK,CAAA,CAAE,GAC1F,EAAE,UAAUC,GAAU,OAAOC,GAAO,YAAYC,EAAY,IAAGR;AAgBnE,SAfiBI,EAAgB,MAAI;AACjC,QAAII,EAAY,QAAOA;AACvB,QAAIC,IAAQN,EAAQ,MAAM;AAAA,MACtB,UAAUG;AAAA,MACV,OAAOC;AAAA,IACV,GAAEL,CAAO;AACV,WAAOD,EAAQQ,CAAK;AAAA,EAC5B,GAAO;AAAA,IACCN;AAAA,IACAG;AAAA,IACAC;AAAA,IACAC;AAAA,IACAN;AAAA,IACAD;AAAA,EACR,CAAK;AAEL;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),A={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},h={...A,customError:!0,valid:!1},s={isInvalid:!1,validationDetails:A,validationErrors:[]},x=r.createContext({}),y="__formValidationState"+Date.now();function R(e){if(e[y]){let{realtimeValidation:a,displayValidation:i,updateValidation:l,resetValidation:d,commitValidation:n}=e[y];return{realtimeValidation:a,displayValidation:i,updateValidation:l,resetValidation:d,commitValidation:n}}return F(e)}function F(e){let{isInvalid:a,validationState:i,name:l,value:d,builtinValidation:n,validate:f,validationBehavior:u="aria"}=e;i&&(a||(a=i==="invalid"));let v=a!==void 0?{isInvalid:a,validationErrors:[],validationDetails:h}:null,V=r.useMemo(()=>{if(!f||d==null)return null;let t=U(f,d);return T(t)},[f,d]);n!=null&&n.validationDetails.valid&&(n=void 0);let o=r.useContext(x),D=r.useMemo(()=>l?Array.isArray(l)?l.flatMap(t=>I(o[t])):I(o[l]):[],[o,l]),[C,L]=r.useState(o),[g,m]=r.useState(!1);o!==C&&(L(o),m(!1));let $=r.useMemo(()=>T(g?[]:D),[g,D]),M=r.useRef(s),[b,E]=r.useState(s),c=r.useRef(s),_=()=>{if(!O)return;p(!1);let t=V||n||M.current;S(t,c.current)||(c.current=t,E(t))},[O,p]=r.useState(!1);return r.useEffect(_),{realtimeValidation:v||$||V||n||s,displayValidation:u==="native"?v||$||b:v||$||V||n||b,updateValidation(t){u==="aria"&&!S(b,t)?E(t):M.current=t},resetValidation(){let t=s;S(t,c.current)||(c.current=t,E(t)),u==="native"&&p(!1),m(!0)},commitValidation(){u==="native"&&p(!0),m(!0)}}}function I(e){return e?Array.isArray(e)?e:[e]:[]}function U(e,a){if(typeof e=="function"){let i=e(a);if(i&&typeof i!="boolean")return I(i)}return[]}function T(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:h}:null}function S(e,a){return e===a?!0:!!e&&!!a&&e.isInvalid===a.isInvalid&&e.validationErrors.length===a.validationErrors.length&&e.validationErrors.every((i,l)=>i===a.validationErrors[l])&&Object.entries(e.validationDetails).every(([i,l])=>a.validationDetails[i]===l)}exports.DEFAULT_VALIDATION_RESULT=s;exports.FormValidationContext=x;exports.VALID_VALIDITY_STATE=A;exports.privateValidationStateProp=y;exports.useFormValidationState=R;
2
+ //# sourceMappingURL=useFormValidationState.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFormValidationState.cjs.js","sources":["../../../../../node_modules/@react-stately/form/dist/useFormValidationState.mjs"],"sourcesContent":["import {createContext as $69F46$createContext, useMemo as $69F46$useMemo, useContext as $69F46$useContext, useState as $69F46$useState, useRef as $69F46$useRef, useEffect as $69F46$useEffect} from \"react\";\n\n/*\n * Copyright 2023 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 */ \nconst $e5be200c675c3b3a$export$aca958c65c314e6c = {\n badInput: false,\n customError: false,\n patternMismatch: false,\n rangeOverflow: false,\n rangeUnderflow: false,\n stepMismatch: false,\n tooLong: false,\n tooShort: false,\n typeMismatch: false,\n valueMissing: false,\n valid: true\n};\nconst $e5be200c675c3b3a$var$CUSTOM_VALIDITY_STATE = {\n ...$e5be200c675c3b3a$export$aca958c65c314e6c,\n customError: true,\n valid: false\n};\nconst $e5be200c675c3b3a$export$dad6ae84456c676a = {\n isInvalid: false,\n validationDetails: $e5be200c675c3b3a$export$aca958c65c314e6c,\n validationErrors: []\n};\nconst $e5be200c675c3b3a$export$571b5131b7e65c11 = (0, $69F46$createContext)({});\nconst $e5be200c675c3b3a$export$a763b9476acd3eb = '__formValidationState' + Date.now();\nfunction $e5be200c675c3b3a$export$fc1a364ae1f3ff10(props) {\n // Private prop for parent components to pass state to children.\n if (props[$e5be200c675c3b3a$export$a763b9476acd3eb]) {\n let { realtimeValidation: realtimeValidation, displayValidation: displayValidation, updateValidation: updateValidation, resetValidation: resetValidation, commitValidation: commitValidation } = props[$e5be200c675c3b3a$export$a763b9476acd3eb];\n return {\n realtimeValidation: realtimeValidation,\n displayValidation: displayValidation,\n updateValidation: updateValidation,\n resetValidation: resetValidation,\n commitValidation: commitValidation\n };\n }\n // eslint-disable-next-line react-hooks/rules-of-hooks\n return $e5be200c675c3b3a$var$useFormValidationStateImpl(props);\n}\nfunction $e5be200c675c3b3a$var$useFormValidationStateImpl(props) {\n let { isInvalid: isInvalid, validationState: validationState, name: name, value: value, builtinValidation: builtinValidation, validate: validate, validationBehavior: validationBehavior = 'aria' } = props;\n // backward compatibility.\n if (validationState) isInvalid || (isInvalid = validationState === 'invalid');\n // If the isInvalid prop is controlled, update validation result in realtime.\n let controlledError = isInvalid !== undefined ? {\n isInvalid: isInvalid,\n validationErrors: [],\n validationDetails: $e5be200c675c3b3a$var$CUSTOM_VALIDITY_STATE\n } : null;\n // Perform custom client side validation.\n let clientError = (0, $69F46$useMemo)(()=>{\n if (!validate || value == null) return null;\n let validateErrors = $e5be200c675c3b3a$var$runValidate(validate, value);\n return $e5be200c675c3b3a$var$getValidationResult(validateErrors);\n }, [\n validate,\n value\n ]);\n if (builtinValidation === null || builtinValidation === void 0 ? void 0 : builtinValidation.validationDetails.valid) builtinValidation = undefined;\n // Get relevant server errors from the form.\n let serverErrors = (0, $69F46$useContext)($e5be200c675c3b3a$export$571b5131b7e65c11);\n let serverErrorMessages = (0, $69F46$useMemo)(()=>{\n if (name) return Array.isArray(name) ? name.flatMap((name)=>$e5be200c675c3b3a$var$asArray(serverErrors[name])) : $e5be200c675c3b3a$var$asArray(serverErrors[name]);\n return [];\n }, [\n serverErrors,\n name\n ]);\n // Show server errors when the form gets a new value, and clear when the user changes the value.\n let [lastServerErrors, setLastServerErrors] = (0, $69F46$useState)(serverErrors);\n let [isServerErrorCleared, setServerErrorCleared] = (0, $69F46$useState)(false);\n if (serverErrors !== lastServerErrors) {\n setLastServerErrors(serverErrors);\n setServerErrorCleared(false);\n }\n let serverError = (0, $69F46$useMemo)(()=>$e5be200c675c3b3a$var$getValidationResult(isServerErrorCleared ? [] : serverErrorMessages), [\n isServerErrorCleared,\n serverErrorMessages\n ]);\n // Track the next validation state in a ref until commitValidation is called.\n let nextValidation = (0, $69F46$useRef)($e5be200c675c3b3a$export$dad6ae84456c676a);\n let [currentValidity, setCurrentValidity] = (0, $69F46$useState)($e5be200c675c3b3a$export$dad6ae84456c676a);\n let lastError = (0, $69F46$useRef)($e5be200c675c3b3a$export$dad6ae84456c676a);\n let commitValidation = ()=>{\n if (!commitQueued) return;\n setCommitQueued(false);\n let error = clientError || builtinValidation || nextValidation.current;\n if (!$e5be200c675c3b3a$var$isEqualValidation(error, lastError.current)) {\n lastError.current = error;\n setCurrentValidity(error);\n }\n };\n let [commitQueued, setCommitQueued] = (0, $69F46$useState)(false);\n (0, $69F46$useEffect)(commitValidation);\n // realtimeValidation is used to update the native input element's state based on custom validation logic.\n // displayValidation is the currently displayed validation state that the user sees (e.g. on input change/form submit).\n // With validationBehavior=\"aria\", all errors are displayed in realtime rather than on submit.\n let realtimeValidation = controlledError || serverError || clientError || builtinValidation || $e5be200c675c3b3a$export$dad6ae84456c676a;\n let displayValidation = validationBehavior === 'native' ? controlledError || serverError || currentValidity : controlledError || serverError || clientError || builtinValidation || currentValidity;\n return {\n realtimeValidation: realtimeValidation,\n displayValidation: displayValidation,\n updateValidation (value) {\n // If validationBehavior is 'aria', update in realtime. Otherwise, store in a ref until commit.\n if (validationBehavior === 'aria' && !$e5be200c675c3b3a$var$isEqualValidation(currentValidity, value)) setCurrentValidity(value);\n else nextValidation.current = value;\n },\n resetValidation () {\n // Update the currently displayed validation state to valid on form reset,\n // even if the native validity says it isn't. It'll show again on the next form submit.\n let error = $e5be200c675c3b3a$export$dad6ae84456c676a;\n if (!$e5be200c675c3b3a$var$isEqualValidation(error, lastError.current)) {\n lastError.current = error;\n setCurrentValidity(error);\n }\n // Do not commit validation after the next render. This avoids a condition where\n // useSelect calls commitValidation inside an onReset handler.\n if (validationBehavior === 'native') setCommitQueued(false);\n setServerErrorCleared(true);\n },\n commitValidation () {\n // Commit validation state so the user sees it on blur/change/submit. Also clear any server errors.\n // Wait until after the next render to commit so that the latest value has been validated.\n if (validationBehavior === 'native') setCommitQueued(true);\n setServerErrorCleared(true);\n }\n };\n}\nfunction $e5be200c675c3b3a$var$asArray(v) {\n if (!v) return [];\n return Array.isArray(v) ? v : [\n v\n ];\n}\nfunction $e5be200c675c3b3a$var$runValidate(validate, value) {\n if (typeof validate === 'function') {\n let e = validate(value);\n if (e && typeof e !== 'boolean') return $e5be200c675c3b3a$var$asArray(e);\n }\n return [];\n}\nfunction $e5be200c675c3b3a$var$getValidationResult(errors) {\n return errors.length ? {\n isInvalid: true,\n validationErrors: errors,\n validationDetails: $e5be200c675c3b3a$var$CUSTOM_VALIDITY_STATE\n } : null;\n}\nfunction $e5be200c675c3b3a$var$isEqualValidation(a, b) {\n if (a === b) return true;\n return !!a && !!b && a.isInvalid === b.isInvalid && a.validationErrors.length === b.validationErrors.length && a.validationErrors.every((a, i)=>a === b.validationErrors[i]) && Object.entries(a.validationDetails).every(([k, v])=>b.validationDetails[k] === v);\n}\nfunction $e5be200c675c3b3a$export$75ee7c75d68f5b0e(...results) {\n let errors = new Set();\n let isInvalid = false;\n let validationDetails = {\n ...$e5be200c675c3b3a$export$aca958c65c314e6c\n };\n for (let v of results){\n var _validationDetails, _key;\n for (let e of v.validationErrors)errors.add(e);\n // Only these properties apply for checkboxes.\n isInvalid || (isInvalid = v.isInvalid);\n for(let key in validationDetails)(_validationDetails = validationDetails)[_key = key] || (_validationDetails[_key] = v.validationDetails[key]);\n }\n validationDetails.valid = !isInvalid;\n return {\n isInvalid: isInvalid,\n validationErrors: [\n ...errors\n ],\n validationDetails: validationDetails\n };\n}\n\n\nexport {$e5be200c675c3b3a$export$aca958c65c314e6c as VALID_VALIDITY_STATE, $e5be200c675c3b3a$export$dad6ae84456c676a as DEFAULT_VALIDATION_RESULT, $e5be200c675c3b3a$export$571b5131b7e65c11 as FormValidationContext, $e5be200c675c3b3a$export$a763b9476acd3eb as privateValidationStateProp, $e5be200c675c3b3a$export$fc1a364ae1f3ff10 as useFormValidationState, $e5be200c675c3b3a$export$75ee7c75d68f5b0e as mergeValidation};\n//# sourceMappingURL=useFormValidationState.module.js.map\n"],"names":["$e5be200c675c3b3a$export$aca958c65c314e6c","$e5be200c675c3b3a$var$CUSTOM_VALIDITY_STATE","$e5be200c675c3b3a$export$dad6ae84456c676a","$e5be200c675c3b3a$export$571b5131b7e65c11","$69F46$createContext","$e5be200c675c3b3a$export$a763b9476acd3eb","$e5be200c675c3b3a$export$fc1a364ae1f3ff10","props","realtimeValidation","displayValidation","updateValidation","resetValidation","commitValidation","$e5be200c675c3b3a$var$useFormValidationStateImpl","isInvalid","validationState","name","value","builtinValidation","validate","validationBehavior","controlledError","clientError","$69F46$useMemo","validateErrors","$e5be200c675c3b3a$var$runValidate","$e5be200c675c3b3a$var$getValidationResult","serverErrors","$69F46$useContext","serverErrorMessages","$e5be200c675c3b3a$var$asArray","lastServerErrors","setLastServerErrors","$69F46$useState","isServerErrorCleared","setServerErrorCleared","serverError","nextValidation","$69F46$useRef","currentValidity","setCurrentValidity","lastError","commitQueued","setCommitQueued","error","$e5be200c675c3b3a$var$isEqualValidation","$69F46$useEffect","v","e","errors","a","b","i","k"],"mappings":"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","x_google_ignoreList":[0]}