@vritti/quantum-ui 0.2.9 → 0.3.0

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 (976) hide show
  1. package/dist/Alert.js +8 -31
  2. package/dist/Alert.js.map +1 -1
  3. package/dist/AppSelector.js +37 -0
  4. package/dist/AppSelector.js.map +1 -0
  5. package/dist/Avatar.js +5 -5
  6. package/dist/Avatar.js.map +1 -1
  7. package/dist/Badge.js +2 -28
  8. package/dist/Badge.js.map +1 -1
  9. package/dist/Badge2.js +30 -0
  10. package/dist/Badge2.js.map +1 -0
  11. package/dist/Breadcrumb.js +125 -0
  12. package/dist/Breadcrumb.js.map +1 -0
  13. package/dist/Button.js +8 -4
  14. package/dist/Button.js.map +1 -1
  15. package/dist/Button2.js +34 -15
  16. package/dist/Button2.js.map +1 -1
  17. package/dist/CardSkeleton.js +17 -0
  18. package/dist/CardSkeleton.js.map +1 -0
  19. package/dist/Chart.js +6195 -6401
  20. package/dist/Chart.js.map +1 -1
  21. package/dist/Checkbox.js +2 -289
  22. package/dist/Checkbox.js.map +1 -1
  23. package/dist/Checkbox2.js +293 -0
  24. package/dist/Checkbox2.js.map +1 -0
  25. package/dist/CheckboxGroup.js +74 -0
  26. package/dist/CheckboxGroup.js.map +1 -0
  27. package/dist/CloudProviderSelector.js +37 -0
  28. package/dist/CloudProviderSelector.js.map +1 -0
  29. package/dist/Collapsible.js +8 -0
  30. package/dist/Collapsible.js.map +1 -0
  31. package/dist/Combination.js +10 -2509
  32. package/dist/Combination.js.map +1 -1
  33. package/dist/ConfirmContext.js +75 -0
  34. package/dist/ConfirmContext.js.map +1 -0
  35. package/dist/CurrencySelector.js +194 -0
  36. package/dist/CurrencySelector.js.map +1 -0
  37. package/dist/DangerZoneSkeleton.js +52 -0
  38. package/dist/DangerZoneSkeleton.js.map +1 -0
  39. package/dist/DatePicker.js +36 -340
  40. package/dist/DatePicker.js.map +1 -1
  41. package/dist/DeploymentSelector.js +37 -0
  42. package/dist/DeploymentSelector.js.map +1 -0
  43. package/dist/Dialog.js +159 -0
  44. package/dist/Dialog.js.map +1 -0
  45. package/dist/DropdownMenu.js +66 -1423
  46. package/dist/DropdownMenu.js.map +1 -1
  47. package/dist/Empty.js +49 -0
  48. package/dist/Empty.js.map +1 -0
  49. package/dist/ErrorBoundary.js +255 -0
  50. package/dist/ErrorBoundary.js.map +1 -0
  51. package/dist/FeatureSelector.js +37 -0
  52. package/dist/FeatureSelector.js.map +1 -0
  53. package/dist/FilePreview.js +194 -0
  54. package/dist/FilePreview.js.map +1 -0
  55. package/dist/Form.js +1938 -19
  56. package/dist/Form.js.map +1 -1
  57. package/dist/HierarchyGraph.js +10729 -0
  58. package/dist/HierarchyGraph.js.map +1 -0
  59. package/dist/IndustrySelector.js +37 -0
  60. package/dist/IndustrySelector.js.map +1 -0
  61. package/dist/Input.js +22 -0
  62. package/dist/Input.js.map +1 -0
  63. package/dist/Label.js +1 -21
  64. package/dist/Label.js.map +1 -1
  65. package/dist/LocaleSelector.js +111 -0
  66. package/dist/LocaleSelector.js.map +1 -0
  67. package/dist/MicrofrontendSelector.js +19 -0
  68. package/dist/MicrofrontendSelector.js.map +1 -0
  69. package/dist/OTPField.js +28 -26
  70. package/dist/OTPField.js.map +1 -1
  71. package/dist/PageHeaderSkeleton.js +35 -0
  72. package/dist/PageHeaderSkeleton.js.map +1 -0
  73. package/dist/PasswordField.js +1 -49
  74. package/dist/PasswordField.js.map +1 -1
  75. package/dist/PhoneField.js +11 -16
  76. package/dist/PhoneField.js.map +1 -1
  77. package/dist/PlanSelector.js +37 -0
  78. package/dist/PlanSelector.js.map +1 -0
  79. package/dist/Progress.js +4 -3
  80. package/dist/Progress.js.map +1 -1
  81. package/dist/RadioGroup.js +392 -0
  82. package/dist/RadioGroup.js.map +1 -0
  83. package/dist/RegionSelector.js +37 -0
  84. package/dist/RegionSelector.js.map +1 -0
  85. package/dist/Select.js +780 -0
  86. package/dist/Select.js.map +1 -0
  87. package/dist/SelectFilter.js +387 -0
  88. package/dist/SelectFilter.js.map +1 -0
  89. package/dist/Sidebar.js +616 -0
  90. package/dist/Sidebar.js.map +1 -0
  91. package/dist/SingleSelect.js +429 -0
  92. package/dist/SingleSelect.js.map +1 -0
  93. package/dist/Sonner.js +6 -1135
  94. package/dist/Sonner.js.map +1 -1
  95. package/dist/Sortable.js +4517 -0
  96. package/dist/Sortable.js.map +1 -0
  97. package/dist/StepProgressIndicator.js +42 -0
  98. package/dist/StepProgressIndicator.js.map +1 -0
  99. package/dist/Switch.js +15 -15
  100. package/dist/Switch.js.map +1 -1
  101. package/dist/TabsSkeleton.js +188 -0
  102. package/dist/TabsSkeleton.js.map +1 -0
  103. package/dist/TextArea.js +16 -19
  104. package/dist/TextArea.js.map +1 -1
  105. package/dist/TextField.js +5 -20
  106. package/dist/TextField.js.map +1 -1
  107. package/dist/ThemeContext.js +2 -8
  108. package/dist/ThemeContext.js.map +1 -1
  109. package/dist/TimezoneSelector.js +144 -0
  110. package/dist/TimezoneSelector.js.map +1 -0
  111. package/dist/Toggle.js +2 -32
  112. package/dist/Toggle.js.map +1 -1
  113. package/dist/UploadFile.js +232 -0
  114. package/dist/UploadFile.js.map +1 -0
  115. package/dist/ValueFilter.js +123 -0
  116. package/dist/ValueFilter.js.map +1 -0
  117. package/dist/ViewTabs.js +218 -0
  118. package/dist/ViewTabs.js.map +1 -0
  119. package/dist/_commonjsHelpers.js +3 -1
  120. package/dist/_commonjsHelpers.js.map +1 -1
  121. package/dist/assets/quantum-ui.css +827 -57
  122. package/dist/axios.js +1239 -892
  123. package/dist/axios.js.map +1 -1
  124. package/dist/{chevron-down.js → chevron-left.js} +4 -4
  125. package/dist/chevron-left.js.map +1 -0
  126. package/dist/circle-alert.js +19 -0
  127. package/dist/circle-alert.js.map +1 -0
  128. package/dist/circle-check.js +18 -0
  129. package/dist/circle-check.js.map +1 -0
  130. package/dist/collapsible2.js +154 -0
  131. package/dist/collapsible2.js.map +1 -0
  132. package/dist/components/Badge.js +2 -1
  133. package/dist/components/Badge.js.map +1 -1
  134. package/dist/components/Breadcrumb.js +2 -0
  135. package/dist/components/Breadcrumb.js.map +1 -0
  136. package/dist/components/Card.js +1 -0
  137. package/dist/components/Card.js.map +1 -1
  138. package/dist/components/CheckboxGroup.js +2 -0
  139. package/dist/components/CheckboxGroup.js.map +1 -0
  140. package/dist/components/Collapsible.js +2 -0
  141. package/dist/components/Collapsible.js.map +1 -0
  142. package/dist/components/DangerZone.js +2 -0
  143. package/dist/components/DangerZone.js.map +1 -0
  144. package/dist/components/DataTable.js +2 -0
  145. package/dist/components/DataTable.js.map +1 -0
  146. package/dist/components/Dialog.js +2 -0
  147. package/dist/components/Dialog.js.map +1 -0
  148. package/dist/components/DropdownMenu.js +1 -1
  149. package/dist/components/Empty.js +2 -0
  150. package/dist/components/Empty.js.map +1 -0
  151. package/dist/components/ErrorBoundary.js +2 -0
  152. package/dist/components/ErrorBoundary.js.map +1 -0
  153. package/dist/components/FilePreview.js +2 -0
  154. package/dist/components/FilePreview.js.map +1 -0
  155. package/dist/components/HierarchyGraph.js +2 -0
  156. package/dist/components/HierarchyGraph.js.map +1 -0
  157. package/dist/components/PageHeader.js +2 -0
  158. package/dist/components/PageHeader.js.map +1 -0
  159. package/dist/components/RadioGroup.js +2 -0
  160. package/dist/components/RadioGroup.js.map +1 -0
  161. package/dist/components/RichTextEditor.js +4 -0
  162. package/dist/components/RichTextEditor.js.map +1 -0
  163. package/dist/components/Select.js +29 -0
  164. package/dist/components/Select.js.map +1 -0
  165. package/dist/components/Sidebar.js +2 -0
  166. package/dist/components/Sidebar.js.map +1 -0
  167. package/dist/components/Sortable.js +2 -0
  168. package/dist/components/Sortable.js.map +1 -0
  169. package/dist/components/StepProgressIndicator.js +2 -0
  170. package/dist/components/StepProgressIndicator.js.map +1 -0
  171. package/dist/components/Tabs.js +2 -0
  172. package/dist/components/Tabs.js.map +1 -0
  173. package/dist/components/UploadFile.js +2 -0
  174. package/dist/components/UploadFile.js.map +1 -0
  175. package/dist/components/ValueFilter.js +2 -0
  176. package/dist/components/ValueFilter.js.map +1 -0
  177. package/dist/components/ViewTabs.js +2 -0
  178. package/dist/components/ViewTabs.js.map +1 -0
  179. package/dist/context/index.js +1 -0
  180. package/dist/context/index.js.map +1 -1
  181. package/dist/dropdown-menu.js +1209 -0
  182. package/dist/dropdown-menu.js.map +1 -0
  183. package/dist/ellipsis.js +19 -0
  184. package/dist/ellipsis.js.map +1 -0
  185. package/dist/eye.js +52 -0
  186. package/dist/eye.js.map +1 -0
  187. package/dist/field.js +1 -1
  188. package/dist/file-text.js +27 -0
  189. package/dist/file-text.js.map +1 -0
  190. package/dist/grip-vertical.js +22 -0
  191. package/dist/grip-vertical.js.map +1 -0
  192. package/dist/hooks/index.js +3 -0
  193. package/dist/hooks/index.js.map +1 -1
  194. package/dist/image-component.js +614 -0
  195. package/dist/image-component.js.map +1 -0
  196. package/dist/index.js +49 -9
  197. package/dist/index.js.map +1 -1
  198. package/dist/index10.js +175 -94
  199. package/dist/index10.js.map +1 -1
  200. package/dist/index11.js +202 -67
  201. package/dist/index11.js.map +1 -1
  202. package/dist/index12.js +17 -38
  203. package/dist/index12.js.map +1 -1
  204. package/dist/index13.js +204 -188
  205. package/dist/index13.js.map +1 -1
  206. package/dist/index14.js +124 -192
  207. package/dist/index14.js.map +1 -1
  208. package/dist/index15.js +79 -0
  209. package/dist/index15.js.map +1 -0
  210. package/dist/index16.js +16 -0
  211. package/dist/index16.js.map +1 -0
  212. package/dist/index17.js +1137 -0
  213. package/dist/index17.js.map +1 -0
  214. package/dist/index18.js +41 -0
  215. package/dist/index18.js.map +1 -0
  216. package/dist/index19.js +314 -0
  217. package/dist/index19.js.map +1 -0
  218. package/dist/index2.js +54033 -55
  219. package/dist/index2.js.map +1 -1
  220. package/dist/index20.js +488 -0
  221. package/dist/index20.js.map +1 -0
  222. package/dist/index21.js +2540 -0
  223. package/dist/index21.js.map +1 -0
  224. package/dist/index22.js +36 -0
  225. package/dist/index22.js.map +1 -0
  226. package/dist/index23.js +13 -0
  227. package/dist/index23.js.map +1 -0
  228. package/dist/index24.js +8 -0
  229. package/dist/index24.js.map +1 -0
  230. package/dist/index25.js +35 -0
  231. package/dist/index25.js.map +1 -0
  232. package/dist/index26.js +65 -0
  233. package/dist/index26.js.map +1 -0
  234. package/dist/index27.js +16 -0
  235. package/dist/index27.js.map +1 -0
  236. package/dist/index28.js +41 -0
  237. package/dist/index28.js.map +1 -0
  238. package/dist/index29.js +84 -0
  239. package/dist/index29.js.map +1 -0
  240. package/dist/index3.js +42 -10
  241. package/dist/index3.js.map +1 -1
  242. package/dist/index30.js +199 -0
  243. package/dist/index30.js.map +1 -0
  244. package/dist/index4.js +290 -118
  245. package/dist/index4.js.map +1 -1
  246. package/dist/index5.js +96 -31
  247. package/dist/index5.js.map +1 -1
  248. package/dist/index6.js +36 -4
  249. package/dist/index6.js.map +1 -1
  250. package/dist/index7.js +1157 -11
  251. package/dist/index7.js.map +1 -1
  252. package/dist/index8.js +22 -42
  253. package/dist/index8.js.map +1 -1
  254. package/dist/index9.js +25 -35
  255. package/dist/index9.js.map +1 -1
  256. package/dist/lib/components/Alert/Alert.d.ts +2 -1
  257. package/dist/lib/components/Alert/Alert.d.ts.map +1 -1
  258. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +17 -0
  259. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  260. package/dist/lib/components/Breadcrumb/index.d.ts +4 -0
  261. package/dist/lib/components/Breadcrumb/index.d.ts.map +1 -0
  262. package/dist/lib/components/Button/Button.d.ts +3 -1
  263. package/dist/lib/components/Button/Button.d.ts.map +1 -1
  264. package/dist/lib/components/Card/CardSkeleton.d.ts +9 -0
  265. package/dist/lib/components/Card/CardSkeleton.d.ts.map +1 -0
  266. package/dist/lib/components/Card/index.d.ts +1 -0
  267. package/dist/lib/components/Card/index.d.ts.map +1 -1
  268. package/dist/lib/components/Chart/Chart.d.ts +1 -1
  269. package/dist/lib/components/Chart/Chart.d.ts.map +1 -1
  270. package/dist/lib/components/CheckboxGroup/CheckboxGroup.d.ts +24 -0
  271. package/dist/lib/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
  272. package/dist/lib/components/CheckboxGroup/index.d.ts +3 -0
  273. package/dist/lib/components/CheckboxGroup/index.d.ts.map +1 -0
  274. package/dist/lib/components/Collapsible/Collapsible.d.ts +5 -0
  275. package/dist/lib/components/Collapsible/Collapsible.d.ts.map +1 -0
  276. package/dist/lib/components/Collapsible/index.d.ts +2 -0
  277. package/dist/lib/components/Collapsible/index.d.ts.map +1 -0
  278. package/dist/lib/components/DangerZone/DangerZone.d.ts +13 -0
  279. package/dist/lib/components/DangerZone/DangerZone.d.ts.map +1 -0
  280. package/dist/lib/components/DangerZone/DangerZoneSkeleton.d.ts +9 -0
  281. package/dist/lib/components/DangerZone/DangerZoneSkeleton.d.ts.map +1 -0
  282. package/dist/lib/components/DangerZone/index.d.ts +4 -0
  283. package/dist/lib/components/DangerZone/index.d.ts.map +1 -0
  284. package/dist/lib/components/DataTable/DataTable.d.ts +6 -0
  285. package/dist/lib/components/DataTable/DataTable.d.ts.map +1 -0
  286. package/dist/lib/components/DataTable/components/DataTableColumnHeader.d.ts +12 -0
  287. package/dist/lib/components/DataTable/components/DataTableColumnHeader.d.ts.map +1 -0
  288. package/dist/lib/components/DataTable/components/DataTableEmpty.d.ts +13 -0
  289. package/dist/lib/components/DataTable/components/DataTableEmpty.d.ts.map +1 -0
  290. package/dist/lib/components/DataTable/components/DataTableFilters.d.ts +11 -0
  291. package/dist/lib/components/DataTable/components/DataTableFilters.d.ts.map +1 -0
  292. package/dist/lib/components/DataTable/components/DataTableImportDialog.d.ts +16 -0
  293. package/dist/lib/components/DataTable/components/DataTableImportDialog.d.ts.map +1 -0
  294. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts +12 -0
  295. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts.map +1 -0
  296. package/dist/lib/components/DataTable/components/DataTableRowDensity.d.ts +11 -0
  297. package/dist/lib/components/DataTable/components/DataTableRowDensity.d.ts.map +1 -0
  298. package/dist/lib/components/DataTable/components/DataTableSearch.d.ts +14 -0
  299. package/dist/lib/components/DataTable/components/DataTableSearch.d.ts.map +1 -0
  300. package/dist/lib/components/DataTable/components/DataTableSelectionBar.d.ts +14 -0
  301. package/dist/lib/components/DataTable/components/DataTableSelectionBar.d.ts.map +1 -0
  302. package/dist/lib/components/DataTable/components/DataTableViewOptions.d.ts +11 -0
  303. package/dist/lib/components/DataTable/components/DataTableViewOptions.d.ts.map +1 -0
  304. package/dist/lib/components/DataTable/components/DataTableViewTabs.d.ts +7 -0
  305. package/dist/lib/components/DataTable/components/DataTableViewTabs.d.ts.map +1 -0
  306. package/dist/lib/components/DataTable/components/DataTableViewsMenu.d.ts +14 -0
  307. package/dist/lib/components/DataTable/components/DataTableViewsMenu.d.ts.map +1 -0
  308. package/dist/lib/components/DataTable/components/FilterWrapper.d.ts +21 -0
  309. package/dist/lib/components/DataTable/components/FilterWrapper.d.ts.map +1 -0
  310. package/dist/lib/components/DataTable/components/RowActions.d.ts +20 -0
  311. package/dist/lib/components/DataTable/components/RowActions.d.ts.map +1 -0
  312. package/dist/lib/components/DataTable/hooks/useAutoUpsert.d.ts +3 -0
  313. package/dist/lib/components/DataTable/hooks/useAutoUpsert.d.ts.map +1 -0
  314. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts +25 -0
  315. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts.map +1 -0
  316. package/dist/lib/components/DataTable/index.d.ts +18 -0
  317. package/dist/lib/components/DataTable/index.d.ts.map +1 -0
  318. package/dist/lib/components/DataTable/store/store.d.ts +28 -0
  319. package/dist/lib/components/DataTable/store/store.d.ts.map +1 -0
  320. package/dist/lib/components/DataTable/store/useTableSlice.d.ts +18 -0
  321. package/dist/lib/components/DataTable/store/useTableSlice.d.ts.map +1 -0
  322. package/dist/lib/components/DataTable/types.d.ts +66 -0
  323. package/dist/lib/components/DataTable/types.d.ts.map +1 -0
  324. package/dist/lib/components/DataTable/utils.d.ts +10 -0
  325. package/dist/lib/components/DataTable/utils.d.ts.map +1 -0
  326. package/dist/lib/components/DatePicker/DatePicker.d.ts +1 -1
  327. package/dist/lib/components/DatePicker/DatePicker.d.ts.map +1 -1
  328. package/dist/lib/components/Dialog/Dialog.d.ts +31 -0
  329. package/dist/lib/components/Dialog/Dialog.d.ts.map +1 -0
  330. package/dist/lib/components/Dialog/index.d.ts +3 -0
  331. package/dist/lib/components/Dialog/index.d.ts.map +1 -0
  332. package/dist/lib/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  333. package/dist/lib/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  334. package/dist/lib/components/DropdownMenu/types.d.ts +10 -1
  335. package/dist/lib/components/DropdownMenu/types.d.ts.map +1 -1
  336. package/dist/lib/components/Editor/context/editor-config-context.d.ts +9 -0
  337. package/dist/lib/components/Editor/context/editor-config-context.d.ts.map +1 -0
  338. package/dist/lib/components/Editor/context/toolbar-context.d.ts +18 -0
  339. package/dist/lib/components/Editor/context/toolbar-context.d.ts.map +1 -0
  340. package/dist/lib/components/Editor/editor-hooks/use-debounce.d.ts +2 -0
  341. package/dist/lib/components/Editor/editor-hooks/use-debounce.d.ts.map +1 -0
  342. package/dist/lib/components/Editor/editor-hooks/use-modal.d.ts +6 -0
  343. package/dist/lib/components/Editor/editor-hooks/use-modal.d.ts.map +1 -0
  344. package/dist/lib/components/Editor/editor-hooks/use-report.d.ts +2 -0
  345. package/dist/lib/components/Editor/editor-hooks/use-report.d.ts.map +1 -0
  346. package/dist/lib/components/Editor/editor-hooks/use-update-toolbar.d.ts +3 -0
  347. package/dist/lib/components/Editor/editor-hooks/use-update-toolbar.d.ts.map +1 -0
  348. package/dist/lib/components/Editor/editor-ui/button-group.d.ts +12 -0
  349. package/dist/lib/components/Editor/editor-ui/button-group.d.ts.map +1 -0
  350. package/dist/lib/components/Editor/editor-ui/button.d.ts +11 -0
  351. package/dist/lib/components/Editor/editor-ui/button.d.ts.map +1 -0
  352. package/dist/lib/components/Editor/editor-ui/code-button.d.ts +8 -0
  353. package/dist/lib/components/Editor/editor-ui/code-button.d.ts.map +1 -0
  354. package/dist/lib/components/Editor/editor-ui/color-picker.d.ts +92 -0
  355. package/dist/lib/components/Editor/editor-ui/color-picker.d.ts.map +1 -0
  356. package/dist/lib/components/Editor/editor-ui/command.d.ts +19 -0
  357. package/dist/lib/components/Editor/editor-ui/command.d.ts.map +1 -0
  358. package/dist/lib/components/Editor/editor-ui/content-editable.d.ts +9 -0
  359. package/dist/lib/components/Editor/editor-ui/content-editable.d.ts.map +1 -0
  360. package/dist/lib/components/Editor/editor-ui/dialog.d.ts +16 -0
  361. package/dist/lib/components/Editor/editor-ui/dialog.d.ts.map +1 -0
  362. package/dist/lib/components/Editor/editor-ui/image-component.d.ts +16 -0
  363. package/dist/lib/components/Editor/editor-ui/image-component.d.ts.map +1 -0
  364. package/dist/lib/components/Editor/editor-ui/image-resizer.d.ts +18 -0
  365. package/dist/lib/components/Editor/editor-ui/image-resizer.d.ts.map +1 -0
  366. package/dist/lib/components/Editor/editor-ui/input.d.ts +4 -0
  367. package/dist/lib/components/Editor/editor-ui/input.d.ts.map +1 -0
  368. package/dist/lib/components/Editor/editor-ui/label.d.ts +5 -0
  369. package/dist/lib/components/Editor/editor-ui/label.d.ts.map +1 -0
  370. package/dist/lib/components/Editor/editor-ui/popover.d.ts +8 -0
  371. package/dist/lib/components/Editor/editor-ui/popover.d.ts.map +1 -0
  372. package/dist/lib/components/Editor/editor-ui/scroll-area.d.ts +6 -0
  373. package/dist/lib/components/Editor/editor-ui/scroll-area.d.ts.map +1 -0
  374. package/dist/lib/components/Editor/editor-ui/select.d.ts +16 -0
  375. package/dist/lib/components/Editor/editor-ui/select.d.ts.map +1 -0
  376. package/dist/lib/components/Editor/editor-ui/separator.d.ts +5 -0
  377. package/dist/lib/components/Editor/editor-ui/separator.d.ts.map +1 -0
  378. package/dist/lib/components/Editor/editor-ui/tabs.d.ts +8 -0
  379. package/dist/lib/components/Editor/editor-ui/tabs.d.ts.map +1 -0
  380. package/dist/lib/components/Editor/editor-ui/toggle-group.d.ts +8 -0
  381. package/dist/lib/components/Editor/editor-ui/toggle-group.d.ts.map +1 -0
  382. package/dist/lib/components/Editor/editor-ui/toggle.d.ts +10 -0
  383. package/dist/lib/components/Editor/editor-ui/toggle.d.ts.map +1 -0
  384. package/dist/lib/components/Editor/editor-ui/tooltip.d.ts +8 -0
  385. package/dist/lib/components/Editor/editor-ui/tooltip.d.ts.map +1 -0
  386. package/dist/lib/components/Editor/index.d.ts +4 -0
  387. package/dist/lib/components/Editor/index.d.ts.map +1 -0
  388. package/dist/lib/components/Editor/nodes/autocomplete-node.d.ts +19 -0
  389. package/dist/lib/components/Editor/nodes/autocomplete-node.d.ts.map +1 -0
  390. package/dist/lib/components/Editor/nodes/embeds/tweet-node.d.ts +22 -0
  391. package/dist/lib/components/Editor/nodes/embeds/tweet-node.d.ts.map +1 -0
  392. package/dist/lib/components/Editor/nodes/embeds/youtube-node.d.ts +23 -0
  393. package/dist/lib/components/Editor/nodes/embeds/youtube-node.d.ts.map +1 -0
  394. package/dist/lib/components/Editor/nodes/emoji-node.d.ts +18 -0
  395. package/dist/lib/components/Editor/nodes/emoji-node.d.ts.map +1 -0
  396. package/dist/lib/components/Editor/nodes/image-node.d.ts +49 -0
  397. package/dist/lib/components/Editor/nodes/image-node.d.ts.map +1 -0
  398. package/dist/lib/components/Editor/nodes/keyword-node.d.ts +15 -0
  399. package/dist/lib/components/Editor/nodes/keyword-node.d.ts.map +1 -0
  400. package/dist/lib/components/Editor/nodes/layout-container-node.d.ts +23 -0
  401. package/dist/lib/components/Editor/nodes/layout-container-node.d.ts.map +1 -0
  402. package/dist/lib/components/Editor/nodes/layout-item-node.d.ts +15 -0
  403. package/dist/lib/components/Editor/nodes/layout-item-node.d.ts.map +1 -0
  404. package/dist/lib/components/Editor/nodes/mention-node.d.ts +21 -0
  405. package/dist/lib/components/Editor/nodes/mention-node.d.ts.map +1 -0
  406. package/dist/lib/components/Editor/nodes/nodes.d.ts +3 -0
  407. package/dist/lib/components/Editor/nodes/nodes.d.ts.map +1 -0
  408. package/dist/lib/components/Editor/nodes.d.ts +2 -0
  409. package/dist/lib/components/Editor/nodes.d.ts.map +1 -0
  410. package/dist/lib/components/Editor/plugins/actions/actions-plugin.d.ts +4 -0
  411. package/dist/lib/components/Editor/plugins/actions/actions-plugin.d.ts.map +1 -0
  412. package/dist/lib/components/Editor/plugins/actions/character-limit-plugin.d.ts +5 -0
  413. package/dist/lib/components/Editor/plugins/actions/character-limit-plugin.d.ts.map +1 -0
  414. package/dist/lib/components/Editor/plugins/actions/clear-editor-plugin.d.ts +2 -0
  415. package/dist/lib/components/Editor/plugins/actions/clear-editor-plugin.d.ts.map +1 -0
  416. package/dist/lib/components/Editor/plugins/actions/counter-character-plugin.d.ts +6 -0
  417. package/dist/lib/components/Editor/plugins/actions/counter-character-plugin.d.ts.map +1 -0
  418. package/dist/lib/components/Editor/plugins/actions/edit-mode-toggle-plugin.d.ts +2 -0
  419. package/dist/lib/components/Editor/plugins/actions/edit-mode-toggle-plugin.d.ts.map +1 -0
  420. package/dist/lib/components/Editor/plugins/actions/import-export-plugin.d.ts +2 -0
  421. package/dist/lib/components/Editor/plugins/actions/import-export-plugin.d.ts.map +1 -0
  422. package/dist/lib/components/Editor/plugins/actions/markdown-toggle-plugin.d.ts +6 -0
  423. package/dist/lib/components/Editor/plugins/actions/markdown-toggle-plugin.d.ts.map +1 -0
  424. package/dist/lib/components/Editor/plugins/actions/max-length-plugin.d.ts +4 -0
  425. package/dist/lib/components/Editor/plugins/actions/max-length-plugin.d.ts.map +1 -0
  426. package/dist/lib/components/Editor/plugins/actions/share-content-plugin.d.ts +2 -0
  427. package/dist/lib/components/Editor/plugins/actions/share-content-plugin.d.ts.map +1 -0
  428. package/dist/lib/components/Editor/plugins/actions/speech-to-text-plugin.d.ts +7 -0
  429. package/dist/lib/components/Editor/plugins/actions/speech-to-text-plugin.d.ts.map +1 -0
  430. package/dist/lib/components/Editor/plugins/actions/tree-view-plugin.d.ts +3 -0
  431. package/dist/lib/components/Editor/plugins/actions/tree-view-plugin.d.ts.map +1 -0
  432. package/dist/lib/components/Editor/plugins/auto-link-plugin.d.ts +3 -0
  433. package/dist/lib/components/Editor/plugins/auto-link-plugin.d.ts.map +1 -0
  434. package/dist/lib/components/Editor/plugins/autocomplete-plugin.d.ts +11 -0
  435. package/dist/lib/components/Editor/plugins/autocomplete-plugin.d.ts.map +1 -0
  436. package/dist/lib/components/Editor/plugins/code-action-menu-plugin.d.ts +4 -0
  437. package/dist/lib/components/Editor/plugins/code-action-menu-plugin.d.ts.map +1 -0
  438. package/dist/lib/components/Editor/plugins/code-highlight-plugin.d.ts +3 -0
  439. package/dist/lib/components/Editor/plugins/code-highlight-plugin.d.ts.map +1 -0
  440. package/dist/lib/components/Editor/plugins/component-picker-menu-plugin.d.ts +9 -0
  441. package/dist/lib/components/Editor/plugins/component-picker-menu-plugin.d.ts.map +1 -0
  442. package/dist/lib/components/Editor/plugins/context-menu-plugin.d.ts +3 -0
  443. package/dist/lib/components/Editor/plugins/context-menu-plugin.d.ts.map +1 -0
  444. package/dist/lib/components/Editor/plugins/drag-drop-paste-plugin.d.ts +2 -0
  445. package/dist/lib/components/Editor/plugins/drag-drop-paste-plugin.d.ts.map +1 -0
  446. package/dist/lib/components/Editor/plugins/draggable-block-plugin.d.ts +5 -0
  447. package/dist/lib/components/Editor/plugins/draggable-block-plugin.d.ts.map +1 -0
  448. package/dist/lib/components/Editor/plugins/embeds/auto-embed-plugin.d.ts +18 -0
  449. package/dist/lib/components/Editor/plugins/embeds/auto-embed-plugin.d.ts.map +1 -0
  450. package/dist/lib/components/Editor/plugins/embeds/twitter-plugin.d.ts +5 -0
  451. package/dist/lib/components/Editor/plugins/embeds/twitter-plugin.d.ts.map +1 -0
  452. package/dist/lib/components/Editor/plugins/embeds/youtube-plugin.d.ts +5 -0
  453. package/dist/lib/components/Editor/plugins/embeds/youtube-plugin.d.ts.map +1 -0
  454. package/dist/lib/components/Editor/plugins/emoji-picker-plugin.d.ts +2 -0
  455. package/dist/lib/components/Editor/plugins/emoji-picker-plugin.d.ts.map +1 -0
  456. package/dist/lib/components/Editor/plugins/emojis-plugin.d.ts +3 -0
  457. package/dist/lib/components/Editor/plugins/emojis-plugin.d.ts.map +1 -0
  458. package/dist/lib/components/Editor/plugins/floating-link-editor-plugin.d.ts +7 -0
  459. package/dist/lib/components/Editor/plugins/floating-link-editor-plugin.d.ts.map +1 -0
  460. package/dist/lib/components/Editor/plugins/floating-text-format-plugin.d.ts +7 -0
  461. package/dist/lib/components/Editor/plugins/floating-text-format-plugin.d.ts.map +1 -0
  462. package/dist/lib/components/Editor/plugins/images-plugin.d.ts +25 -0
  463. package/dist/lib/components/Editor/plugins/images-plugin.d.ts.map +1 -0
  464. package/dist/lib/components/Editor/plugins/keywords-plugin.d.ts +3 -0
  465. package/dist/lib/components/Editor/plugins/keywords-plugin.d.ts.map +1 -0
  466. package/dist/lib/components/Editor/plugins/layout-plugin.d.ts +13 -0
  467. package/dist/lib/components/Editor/plugins/layout-plugin.d.ts.map +1 -0
  468. package/dist/lib/components/Editor/plugins/link-plugin.d.ts +3 -0
  469. package/dist/lib/components/Editor/plugins/link-plugin.d.ts.map +1 -0
  470. package/dist/lib/components/Editor/plugins/list-max-indent-level-plugin.d.ts +4 -0
  471. package/dist/lib/components/Editor/plugins/list-max-indent-level-plugin.d.ts.map +1 -0
  472. package/dist/lib/components/Editor/plugins/mentions-plugin.d.ts +3 -0
  473. package/dist/lib/components/Editor/plugins/mentions-plugin.d.ts.map +1 -0
  474. package/dist/lib/components/Editor/plugins/picker/alignment-picker-plugin.d.ts +5 -0
  475. package/dist/lib/components/Editor/plugins/picker/alignment-picker-plugin.d.ts.map +1 -0
  476. package/dist/lib/components/Editor/plugins/picker/bulleted-list-picker-plugin.d.ts +3 -0
  477. package/dist/lib/components/Editor/plugins/picker/bulleted-list-picker-plugin.d.ts.map +1 -0
  478. package/dist/lib/components/Editor/plugins/picker/check-list-picker-plugin.d.ts +3 -0
  479. package/dist/lib/components/Editor/plugins/picker/check-list-picker-plugin.d.ts.map +1 -0
  480. package/dist/lib/components/Editor/plugins/picker/code-picker-plugin.d.ts +3 -0
  481. package/dist/lib/components/Editor/plugins/picker/code-picker-plugin.d.ts.map +1 -0
  482. package/dist/lib/components/Editor/plugins/picker/columns-layout-picker-plugin.d.ts +3 -0
  483. package/dist/lib/components/Editor/plugins/picker/columns-layout-picker-plugin.d.ts.map +1 -0
  484. package/dist/lib/components/Editor/plugins/picker/component-picker-menu-plugin.d.ts +2 -0
  485. package/dist/lib/components/Editor/plugins/picker/component-picker-menu-plugin.d.ts.map +1 -0
  486. package/dist/lib/components/Editor/plugins/picker/component-picker-option.d.ts +17 -0
  487. package/dist/lib/components/Editor/plugins/picker/component-picker-option.d.ts.map +1 -0
  488. package/dist/lib/components/Editor/plugins/picker/divider-picker-plugin.d.ts +3 -0
  489. package/dist/lib/components/Editor/plugins/picker/divider-picker-plugin.d.ts.map +1 -0
  490. package/dist/lib/components/Editor/plugins/picker/embeds-picker-plugin.d.ts +5 -0
  491. package/dist/lib/components/Editor/plugins/picker/embeds-picker-plugin.d.ts.map +1 -0
  492. package/dist/lib/components/Editor/plugins/picker/heading-picker-plugin.d.ts +5 -0
  493. package/dist/lib/components/Editor/plugins/picker/heading-picker-plugin.d.ts.map +1 -0
  494. package/dist/lib/components/Editor/plugins/picker/image-picker-plugin.d.ts +3 -0
  495. package/dist/lib/components/Editor/plugins/picker/image-picker-plugin.d.ts.map +1 -0
  496. package/dist/lib/components/Editor/plugins/picker/numbered-list-picker-plugin.d.ts +3 -0
  497. package/dist/lib/components/Editor/plugins/picker/numbered-list-picker-plugin.d.ts.map +1 -0
  498. package/dist/lib/components/Editor/plugins/picker/paragraph-picker-plugin.d.ts +3 -0
  499. package/dist/lib/components/Editor/plugins/picker/paragraph-picker-plugin.d.ts.map +1 -0
  500. package/dist/lib/components/Editor/plugins/picker/quote-picker-plugin.d.ts +3 -0
  501. package/dist/lib/components/Editor/plugins/picker/quote-picker-plugin.d.ts.map +1 -0
  502. package/dist/lib/components/Editor/plugins/picker/table-picker-plugin.d.ts +6 -0
  503. package/dist/lib/components/Editor/plugins/picker/table-picker-plugin.d.ts.map +1 -0
  504. package/dist/lib/components/Editor/plugins/plugins.d.ts +2 -0
  505. package/dist/lib/components/Editor/plugins/plugins.d.ts.map +1 -0
  506. package/dist/lib/components/Editor/plugins/tab-focus-plugin.d.ts +2 -0
  507. package/dist/lib/components/Editor/plugins/tab-focus-plugin.d.ts.map +1 -0
  508. package/dist/lib/components/Editor/plugins/table-plugin.d.ts +34 -0
  509. package/dist/lib/components/Editor/plugins/table-plugin.d.ts.map +1 -0
  510. package/dist/lib/components/Editor/plugins/toolbar/block-format/block-format-data.d.ts +5 -0
  511. package/dist/lib/components/Editor/plugins/toolbar/block-format/block-format-data.d.ts.map +1 -0
  512. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-bulleted-list.d.ts +2 -0
  513. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-bulleted-list.d.ts.map +1 -0
  514. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-check-list.d.ts +2 -0
  515. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-check-list.d.ts.map +1 -0
  516. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-code-block.d.ts +2 -0
  517. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-code-block.d.ts.map +1 -0
  518. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-heading.d.ts +5 -0
  519. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-heading.d.ts.map +1 -0
  520. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-numbered-list.d.ts +2 -0
  521. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-numbered-list.d.ts.map +1 -0
  522. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-paragraph.d.ts +2 -0
  523. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-paragraph.d.ts.map +1 -0
  524. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-quote.d.ts +2 -0
  525. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-quote.d.ts.map +1 -0
  526. package/dist/lib/components/Editor/plugins/toolbar/block-format-toolbar-plugin.d.ts +4 -0
  527. package/dist/lib/components/Editor/plugins/toolbar/block-format-toolbar-plugin.d.ts.map +1 -0
  528. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-columns-layout.d.ts +2 -0
  529. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-columns-layout.d.ts.map +1 -0
  530. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-embeds.d.ts +2 -0
  531. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-embeds.d.ts.map +1 -0
  532. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-horizontal-rule.d.ts +2 -0
  533. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-horizontal-rule.d.ts.map +1 -0
  534. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-image.d.ts +2 -0
  535. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-image.d.ts.map +1 -0
  536. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-table.d.ts +2 -0
  537. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-table.d.ts.map +1 -0
  538. package/dist/lib/components/Editor/plugins/toolbar/block-insert-plugin.d.ts +4 -0
  539. package/dist/lib/components/Editor/plugins/toolbar/block-insert-plugin.d.ts.map +1 -0
  540. package/dist/lib/components/Editor/plugins/toolbar/clear-formatting-toolbar-plugin.d.ts +2 -0
  541. package/dist/lib/components/Editor/plugins/toolbar/clear-formatting-toolbar-plugin.d.ts.map +1 -0
  542. package/dist/lib/components/Editor/plugins/toolbar/code-language-toolbar-plugin.d.ts +2 -0
  543. package/dist/lib/components/Editor/plugins/toolbar/code-language-toolbar-plugin.d.ts.map +1 -0
  544. package/dist/lib/components/Editor/plugins/toolbar/element-format-toolbar-plugin.d.ts +4 -0
  545. package/dist/lib/components/Editor/plugins/toolbar/element-format-toolbar-plugin.d.ts.map +1 -0
  546. package/dist/lib/components/Editor/plugins/toolbar/font-background-toolbar-plugin.d.ts +2 -0
  547. package/dist/lib/components/Editor/plugins/toolbar/font-background-toolbar-plugin.d.ts.map +1 -0
  548. package/dist/lib/components/Editor/plugins/toolbar/font-color-toolbar-plugin.d.ts +2 -0
  549. package/dist/lib/components/Editor/plugins/toolbar/font-color-toolbar-plugin.d.ts.map +1 -0
  550. package/dist/lib/components/Editor/plugins/toolbar/font-family-toolbar-plugin.d.ts +2 -0
  551. package/dist/lib/components/Editor/plugins/toolbar/font-family-toolbar-plugin.d.ts.map +1 -0
  552. package/dist/lib/components/Editor/plugins/toolbar/font-format-toolbar-plugin.d.ts +2 -0
  553. package/dist/lib/components/Editor/plugins/toolbar/font-format-toolbar-plugin.d.ts.map +1 -0
  554. package/dist/lib/components/Editor/plugins/toolbar/font-size-toolbar-plugin.d.ts +2 -0
  555. package/dist/lib/components/Editor/plugins/toolbar/font-size-toolbar-plugin.d.ts.map +1 -0
  556. package/dist/lib/components/Editor/plugins/toolbar/history-toolbar-plugin.d.ts +2 -0
  557. package/dist/lib/components/Editor/plugins/toolbar/history-toolbar-plugin.d.ts.map +1 -0
  558. package/dist/lib/components/Editor/plugins/toolbar/horizontal-rule-toolbar-plugin.d.ts +2 -0
  559. package/dist/lib/components/Editor/plugins/toolbar/horizontal-rule-toolbar-plugin.d.ts.map +1 -0
  560. package/dist/lib/components/Editor/plugins/toolbar/image-toolbar-plugin.d.ts +2 -0
  561. package/dist/lib/components/Editor/plugins/toolbar/image-toolbar-plugin.d.ts.map +1 -0
  562. package/dist/lib/components/Editor/plugins/toolbar/link-toolbar-plugin.d.ts +4 -0
  563. package/dist/lib/components/Editor/plugins/toolbar/link-toolbar-plugin.d.ts.map +1 -0
  564. package/dist/lib/components/Editor/plugins/toolbar/subsuper-toolbar-plugin.d.ts +2 -0
  565. package/dist/lib/components/Editor/plugins/toolbar/subsuper-toolbar-plugin.d.ts.map +1 -0
  566. package/dist/lib/components/Editor/plugins/toolbar/table-toolbar-plugin.d.ts +2 -0
  567. package/dist/lib/components/Editor/plugins/toolbar/table-toolbar-plugin.d.ts.map +1 -0
  568. package/dist/lib/components/Editor/plugins/toolbar/toolbar-plugin.d.ts +6 -0
  569. package/dist/lib/components/Editor/plugins/toolbar/toolbar-plugin.d.ts.map +1 -0
  570. package/dist/lib/components/Editor/plugins/typing-pref-plugin.d.ts +4 -0
  571. package/dist/lib/components/Editor/plugins/typing-pref-plugin.d.ts.map +1 -0
  572. package/dist/lib/components/Editor/plugins.d.ts +2 -0
  573. package/dist/lib/components/Editor/plugins.d.ts.map +1 -0
  574. package/dist/lib/components/Editor/shared/can-use-dom.d.ts +2 -0
  575. package/dist/lib/components/Editor/shared/can-use-dom.d.ts.map +1 -0
  576. package/dist/lib/components/Editor/shared/caret-from-point.d.ts +5 -0
  577. package/dist/lib/components/Editor/shared/caret-from-point.d.ts.map +1 -0
  578. package/dist/lib/components/Editor/shared/environment.d.ts +18 -0
  579. package/dist/lib/components/Editor/shared/environment.d.ts.map +1 -0
  580. package/dist/lib/components/Editor/shared/invariant.d.ts +2 -0
  581. package/dist/lib/components/Editor/shared/invariant.d.ts.map +1 -0
  582. package/dist/lib/components/Editor/shared/normalize-class-names.d.ts +2 -0
  583. package/dist/lib/components/Editor/shared/normalize-class-names.d.ts.map +1 -0
  584. package/dist/lib/components/Editor/shared/react-patches.d.ts +2 -0
  585. package/dist/lib/components/Editor/shared/react-patches.d.ts.map +1 -0
  586. package/dist/lib/components/Editor/shared/react-test-utils.d.ts +3 -0
  587. package/dist/lib/components/Editor/shared/react-test-utils.d.ts.map +1 -0
  588. package/dist/lib/components/Editor/shared/simple-diff-with-cursor.d.ts +6 -0
  589. package/dist/lib/components/Editor/shared/simple-diff-with-cursor.d.ts.map +1 -0
  590. package/dist/lib/components/Editor/shared/use-layout-effect.d.ts +4 -0
  591. package/dist/lib/components/Editor/shared/use-layout-effect.d.ts.map +1 -0
  592. package/dist/lib/components/Editor/shared/warn-only-once.d.ts +2 -0
  593. package/dist/lib/components/Editor/shared/warn-only-once.d.ts.map +1 -0
  594. package/dist/lib/components/Editor/themes/editor-theme.d.ts +3 -0
  595. package/dist/lib/components/Editor/themes/editor-theme.d.ts.map +1 -0
  596. package/dist/lib/components/Editor/transformers/index.d.ts +16 -0
  597. package/dist/lib/components/Editor/transformers/index.d.ts.map +1 -0
  598. package/dist/lib/components/Editor/transformers/markdown-emoji-transformer.d.ts +3 -0
  599. package/dist/lib/components/Editor/transformers/markdown-emoji-transformer.d.ts.map +1 -0
  600. package/dist/lib/components/Editor/transformers/markdown-hr-transformer.d.ts +3 -0
  601. package/dist/lib/components/Editor/transformers/markdown-hr-transformer.d.ts.map +1 -0
  602. package/dist/lib/components/Editor/transformers/markdown-image-transformer.d.ts +3 -0
  603. package/dist/lib/components/Editor/transformers/markdown-image-transformer.d.ts.map +1 -0
  604. package/dist/lib/components/Editor/transformers/markdown-table-transformer.d.ts +3 -0
  605. package/dist/lib/components/Editor/transformers/markdown-table-transformer.d.ts.map +1 -0
  606. package/dist/lib/components/Editor/transformers/markdown-tweet-transformer.d.ts +3 -0
  607. package/dist/lib/components/Editor/transformers/markdown-tweet-transformer.d.ts.map +1 -0
  608. package/dist/lib/components/Editor/types.d.ts +23 -0
  609. package/dist/lib/components/Editor/types.d.ts.map +1 -0
  610. package/dist/lib/components/Editor/utils/can-use-dom.d.ts +2 -0
  611. package/dist/lib/components/Editor/utils/can-use-dom.d.ts.map +1 -0
  612. package/dist/lib/components/Editor/utils/collapsible.d.ts +3 -0
  613. package/dist/lib/components/Editor/utils/collapsible.d.ts.map +1 -0
  614. package/dist/lib/components/Editor/utils/doc-serialization.d.ts +4 -0
  615. package/dist/lib/components/Editor/utils/doc-serialization.d.ts.map +1 -0
  616. package/dist/lib/components/Editor/utils/emoji-list.d.ts +21 -0
  617. package/dist/lib/components/Editor/utils/emoji-list.d.ts.map +1 -0
  618. package/dist/lib/components/Editor/utils/get-dom-range-rect.d.ts +2 -0
  619. package/dist/lib/components/Editor/utils/get-dom-range-rect.d.ts.map +1 -0
  620. package/dist/lib/components/Editor/utils/get-selected-node.d.ts +3 -0
  621. package/dist/lib/components/Editor/utils/get-selected-node.d.ts.map +1 -0
  622. package/dist/lib/components/Editor/utils/guard.d.ts +2 -0
  623. package/dist/lib/components/Editor/utils/guard.d.ts.map +1 -0
  624. package/dist/lib/components/Editor/utils/is-mobile-width.d.ts +2 -0
  625. package/dist/lib/components/Editor/utils/is-mobile-width.d.ts.map +1 -0
  626. package/dist/lib/components/Editor/utils/set-floating-elem-position-for-link-editor.d.ts +2 -0
  627. package/dist/lib/components/Editor/utils/set-floating-elem-position-for-link-editor.d.ts.map +1 -0
  628. package/dist/lib/components/Editor/utils/set-floating-elem-position.d.ts +2 -0
  629. package/dist/lib/components/Editor/utils/set-floating-elem-position.d.ts.map +1 -0
  630. package/dist/lib/components/Editor/utils/swipe.d.ts +5 -0
  631. package/dist/lib/components/Editor/utils/swipe.d.ts.map +1 -0
  632. package/dist/lib/components/Editor/utils/url.d.ts +3 -0
  633. package/dist/lib/components/Editor/utils/url.d.ts.map +1 -0
  634. package/dist/lib/components/Empty/Empty.d.ts +12 -0
  635. package/dist/lib/components/Empty/Empty.d.ts.map +1 -0
  636. package/dist/lib/components/Empty/index.d.ts +3 -0
  637. package/dist/lib/components/Empty/index.d.ts.map +1 -0
  638. package/dist/lib/components/ErrorBoundary/ErrorBoundary.d.ts +7 -0
  639. package/dist/lib/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  640. package/dist/lib/components/ErrorBoundary/ErrorPage.d.ts +38 -0
  641. package/dist/lib/components/ErrorBoundary/ErrorPage.d.ts.map +1 -0
  642. package/dist/lib/components/ErrorBoundary/index.d.ts +3 -0
  643. package/dist/lib/components/ErrorBoundary/index.d.ts.map +1 -0
  644. package/dist/lib/components/FilePreview/FilePreview.d.ts +8 -0
  645. package/dist/lib/components/FilePreview/FilePreview.d.ts.map +1 -0
  646. package/dist/lib/components/FilePreview/index.d.ts +2 -0
  647. package/dist/lib/components/FilePreview/index.d.ts.map +1 -0
  648. package/dist/lib/components/Form/Form.d.ts +6 -3
  649. package/dist/lib/components/Form/Form.d.ts.map +1 -1
  650. package/dist/lib/components/HierarchyGraph/HierarchyGraph.d.ts +24 -0
  651. package/dist/lib/components/HierarchyGraph/HierarchyGraph.d.ts.map +1 -0
  652. package/dist/lib/components/HierarchyGraph/index.d.ts +5 -0
  653. package/dist/lib/components/HierarchyGraph/index.d.ts.map +1 -0
  654. package/dist/lib/components/PageHeader/PageHeader.d.ts +8 -0
  655. package/dist/lib/components/PageHeader/PageHeader.d.ts.map +1 -0
  656. package/dist/lib/components/PageHeader/PageHeaderSkeleton.d.ts +10 -0
  657. package/dist/lib/components/PageHeader/PageHeaderSkeleton.d.ts.map +1 -0
  658. package/dist/lib/components/PageHeader/index.d.ts +3 -0
  659. package/dist/lib/components/PageHeader/index.d.ts.map +1 -0
  660. package/dist/lib/components/PhoneField/PhoneField.d.ts +1 -0
  661. package/dist/lib/components/PhoneField/PhoneField.d.ts.map +1 -1
  662. package/dist/lib/components/RadioGroup/RadioGroup.d.ts +23 -0
  663. package/dist/lib/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  664. package/dist/lib/components/RadioGroup/index.d.ts +3 -0
  665. package/dist/lib/components/RadioGroup/index.d.ts.map +1 -0
  666. package/dist/lib/components/Select/Select.d.ts +21 -0
  667. package/dist/lib/components/Select/Select.d.ts.map +1 -0
  668. package/dist/lib/components/Select/SelectFilter.d.ts +20 -0
  669. package/dist/lib/components/Select/SelectFilter.d.ts.map +1 -0
  670. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts +27 -0
  671. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts.map +1 -0
  672. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts +28 -0
  673. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts.map +1 -0
  674. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts +41 -0
  675. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts.map +1 -0
  676. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts +28 -0
  677. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts.map +1 -0
  678. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts +33 -0
  679. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts.map +1 -0
  680. package/dist/lib/components/Select/hooks/useSelect.d.ts +25 -0
  681. package/dist/lib/components/Select/hooks/useSelect.d.ts.map +1 -0
  682. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts +31 -0
  683. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts.map +1 -0
  684. package/dist/lib/components/Select/index.d.ts +40 -0
  685. package/dist/lib/components/Select/index.d.ts.map +1 -0
  686. package/dist/lib/components/Select/types.d.ts +38 -0
  687. package/dist/lib/components/Select/types.d.ts.map +1 -0
  688. package/dist/lib/components/Sidebar/Sidebar.d.ts +24 -0
  689. package/dist/lib/components/Sidebar/Sidebar.d.ts.map +1 -0
  690. package/dist/lib/components/Sidebar/index.d.ts +2 -0
  691. package/dist/lib/components/Sidebar/index.d.ts.map +1 -0
  692. package/dist/lib/components/Sortable/Sortable.d.ts +39 -0
  693. package/dist/lib/components/Sortable/Sortable.d.ts.map +1 -0
  694. package/dist/lib/components/Sortable/index.d.ts +3 -0
  695. package/dist/lib/components/Sortable/index.d.ts.map +1 -0
  696. package/dist/lib/components/StepProgressIndicator/StepProgressIndicator.d.ts +12 -0
  697. package/dist/lib/components/StepProgressIndicator/StepProgressIndicator.d.ts.map +1 -0
  698. package/dist/lib/components/StepProgressIndicator/index.d.ts +3 -0
  699. package/dist/lib/components/StepProgressIndicator/index.d.ts.map +1 -0
  700. package/dist/lib/components/Switch/Switch.d.ts.map +1 -1
  701. package/dist/lib/components/Tabs/Tabs.d.ts +27 -0
  702. package/dist/lib/components/Tabs/Tabs.d.ts.map +1 -0
  703. package/dist/lib/components/Tabs/TabsSkeleton.d.ts +11 -0
  704. package/dist/lib/components/Tabs/TabsSkeleton.d.ts.map +1 -0
  705. package/dist/lib/components/Tabs/index.d.ts +3 -0
  706. package/dist/lib/components/Tabs/index.d.ts.map +1 -0
  707. package/dist/lib/components/TextArea/TextArea.d.ts.map +1 -1
  708. package/dist/lib/components/TextField/TextField.d.ts.map +1 -1
  709. package/dist/lib/components/UploadFile/UploadFile.d.ts +26 -0
  710. package/dist/lib/components/UploadFile/UploadFile.d.ts.map +1 -0
  711. package/dist/lib/components/UploadFile/index.d.ts +2 -0
  712. package/dist/lib/components/UploadFile/index.d.ts.map +1 -0
  713. package/dist/lib/components/ValueFilter/ValueFilter.d.ts +11 -0
  714. package/dist/lib/components/ValueFilter/ValueFilter.d.ts.map +1 -0
  715. package/dist/lib/components/ValueFilter/index.d.ts +3 -0
  716. package/dist/lib/components/ValueFilter/index.d.ts.map +1 -0
  717. package/dist/lib/components/ViewTabs/ViewTabs.d.ts +23 -0
  718. package/dist/lib/components/ViewTabs/ViewTabs.d.ts.map +1 -0
  719. package/dist/lib/components/ViewTabs/index.d.ts +3 -0
  720. package/dist/lib/components/ViewTabs/index.d.ts.map +1 -0
  721. package/dist/lib/components/index.d.ts +21 -1
  722. package/dist/lib/components/index.d.ts.map +1 -1
  723. package/dist/lib/config/index.d.ts +6 -0
  724. package/dist/lib/config/index.d.ts.map +1 -1
  725. package/dist/lib/context/ConfirmContext.d.ts +21 -0
  726. package/dist/lib/context/ConfirmContext.d.ts.map +1 -0
  727. package/dist/lib/context/ThemeContext.d.ts +1 -1
  728. package/dist/lib/context/ThemeContext.d.ts.map +1 -1
  729. package/dist/lib/context/index.d.ts +2 -1
  730. package/dist/lib/context/index.d.ts.map +1 -1
  731. package/dist/lib/hooks/index.d.ts +7 -1
  732. package/dist/lib/hooks/index.d.ts.map +1 -1
  733. package/dist/lib/hooks/useConfirm.d.ts +4 -0
  734. package/dist/lib/hooks/useConfirm.d.ts.map +1 -0
  735. package/dist/lib/hooks/useDialog.d.ts +11 -0
  736. package/dist/lib/hooks/useDialog.d.ts.map +1 -0
  737. package/dist/lib/hooks/useIsMobile.d.ts +2 -0
  738. package/dist/lib/hooks/useIsMobile.d.ts.map +1 -0
  739. package/dist/lib/hooks/useSSE.d.ts +21 -0
  740. package/dist/lib/hooks/useSSE.d.ts.map +1 -0
  741. package/dist/lib/hooks/useSlugParams.d.ts +12 -0
  742. package/dist/lib/hooks/useSlugParams.d.ts.map +1 -0
  743. package/dist/lib/hooks/useTimer.d.ts +6 -0
  744. package/dist/lib/hooks/useTimer.d.ts.map +1 -0
  745. package/dist/lib/index.d.ts +3 -2
  746. package/dist/lib/index.d.ts.map +1 -1
  747. package/dist/lib/selects/app/AppFilter.d.ts +11 -0
  748. package/dist/lib/selects/app/AppFilter.d.ts.map +1 -0
  749. package/dist/lib/selects/app/AppSelector.d.ts +4 -0
  750. package/dist/lib/selects/app/AppSelector.d.ts.map +1 -0
  751. package/dist/lib/selects/app/index.d.ts +3 -0
  752. package/dist/lib/selects/app/index.d.ts.map +1 -0
  753. package/dist/lib/selects/app-code/AppCodeFilter.d.ts +11 -0
  754. package/dist/lib/selects/app-code/AppCodeFilter.d.ts.map +1 -0
  755. package/dist/lib/selects/app-code/AppCodeSelector.d.ts +4 -0
  756. package/dist/lib/selects/app-code/AppCodeSelector.d.ts.map +1 -0
  757. package/dist/lib/selects/app-code/index.d.ts +3 -0
  758. package/dist/lib/selects/app-code/index.d.ts.map +1 -0
  759. package/dist/lib/selects/cloud-provider/CloudProviderFilter.d.ts +11 -0
  760. package/dist/lib/selects/cloud-provider/CloudProviderFilter.d.ts.map +1 -0
  761. package/dist/lib/selects/cloud-provider/CloudProviderSelector.d.ts +4 -0
  762. package/dist/lib/selects/cloud-provider/CloudProviderSelector.d.ts.map +1 -0
  763. package/dist/lib/selects/cloud-provider/index.d.ts +3 -0
  764. package/dist/lib/selects/cloud-provider/index.d.ts.map +1 -0
  765. package/dist/lib/selects/currency/CurrencyFilter.d.ts +11 -0
  766. package/dist/lib/selects/currency/CurrencyFilter.d.ts.map +1 -0
  767. package/dist/lib/selects/currency/CurrencySelector.d.ts +4 -0
  768. package/dist/lib/selects/currency/CurrencySelector.d.ts.map +1 -0
  769. package/dist/lib/selects/currency/currencies.d.ts +3 -0
  770. package/dist/lib/selects/currency/currencies.d.ts.map +1 -0
  771. package/dist/lib/selects/currency/index.d.ts +3 -0
  772. package/dist/lib/selects/currency/index.d.ts.map +1 -0
  773. package/dist/lib/selects/deployment/DeploymentFilter.d.ts +11 -0
  774. package/dist/lib/selects/deployment/DeploymentFilter.d.ts.map +1 -0
  775. package/dist/lib/selects/deployment/DeploymentSelector.d.ts +4 -0
  776. package/dist/lib/selects/deployment/DeploymentSelector.d.ts.map +1 -0
  777. package/dist/lib/selects/deployment/index.d.ts +3 -0
  778. package/dist/lib/selects/deployment/index.d.ts.map +1 -0
  779. package/dist/lib/selects/feature/FeatureFilter.d.ts +11 -0
  780. package/dist/lib/selects/feature/FeatureFilter.d.ts.map +1 -0
  781. package/dist/lib/selects/feature/FeatureSelector.d.ts +4 -0
  782. package/dist/lib/selects/feature/FeatureSelector.d.ts.map +1 -0
  783. package/dist/lib/selects/feature/index.d.ts +3 -0
  784. package/dist/lib/selects/feature/index.d.ts.map +1 -0
  785. package/dist/lib/selects/index.d.ts +12 -0
  786. package/dist/lib/selects/index.d.ts.map +1 -0
  787. package/dist/lib/selects/industry/IndustryFilter.d.ts +11 -0
  788. package/dist/lib/selects/industry/IndustryFilter.d.ts.map +1 -0
  789. package/dist/lib/selects/industry/IndustrySelector.d.ts +4 -0
  790. package/dist/lib/selects/industry/IndustrySelector.d.ts.map +1 -0
  791. package/dist/lib/selects/industry/index.d.ts +3 -0
  792. package/dist/lib/selects/industry/index.d.ts.map +1 -0
  793. package/dist/lib/selects/locale/LocaleFilter.d.ts +11 -0
  794. package/dist/lib/selects/locale/LocaleFilter.d.ts.map +1 -0
  795. package/dist/lib/selects/locale/LocaleSelector.d.ts +4 -0
  796. package/dist/lib/selects/locale/LocaleSelector.d.ts.map +1 -0
  797. package/dist/lib/selects/locale/index.d.ts +3 -0
  798. package/dist/lib/selects/locale/index.d.ts.map +1 -0
  799. package/dist/lib/selects/locale/locales.d.ts +3 -0
  800. package/dist/lib/selects/locale/locales.d.ts.map +1 -0
  801. package/dist/lib/selects/microfrontend/MicrofrontendSelector.d.ts +4 -0
  802. package/dist/lib/selects/microfrontend/MicrofrontendSelector.d.ts.map +1 -0
  803. package/dist/lib/selects/microfrontend/index.d.ts +2 -0
  804. package/dist/lib/selects/microfrontend/index.d.ts.map +1 -0
  805. package/dist/lib/selects/plan/PlanFilter.d.ts +11 -0
  806. package/dist/lib/selects/plan/PlanFilter.d.ts.map +1 -0
  807. package/dist/lib/selects/plan/PlanSelector.d.ts +4 -0
  808. package/dist/lib/selects/plan/PlanSelector.d.ts.map +1 -0
  809. package/dist/lib/selects/plan/index.d.ts +3 -0
  810. package/dist/lib/selects/plan/index.d.ts.map +1 -0
  811. package/dist/lib/selects/region/RegionFilter.d.ts +11 -0
  812. package/dist/lib/selects/region/RegionFilter.d.ts.map +1 -0
  813. package/dist/lib/selects/region/RegionSelector.d.ts +4 -0
  814. package/dist/lib/selects/region/RegionSelector.d.ts.map +1 -0
  815. package/dist/lib/selects/region/index.d.ts +3 -0
  816. package/dist/lib/selects/region/index.d.ts.map +1 -0
  817. package/dist/lib/selects/timezone/TimezoneFilter.d.ts +11 -0
  818. package/dist/lib/selects/timezone/TimezoneFilter.d.ts.map +1 -0
  819. package/dist/lib/selects/timezone/TimezoneSelector.d.ts +4 -0
  820. package/dist/lib/selects/timezone/TimezoneSelector.d.ts.map +1 -0
  821. package/dist/lib/selects/timezone/index.d.ts +3 -0
  822. package/dist/lib/selects/timezone/index.d.ts.map +1 -0
  823. package/dist/lib/selects/timezone/timezones.d.ts +3 -0
  824. package/dist/lib/selects/timezone/timezones.d.ts.map +1 -0
  825. package/dist/lib/services/table-views.service.d.ts +25 -0
  826. package/dist/lib/services/table-views.service.d.ts.map +1 -0
  827. package/dist/lib/types/api-response.d.ts +21 -0
  828. package/dist/lib/types/api-response.d.ts.map +1 -0
  829. package/dist/lib/types/table-filter.d.ts +41 -0
  830. package/dist/lib/types/table-filter.d.ts.map +1 -0
  831. package/dist/lib/utils/axios.d.ts.map +1 -1
  832. package/dist/lib/utils/index.d.ts +1 -0
  833. package/dist/lib/utils/index.d.ts.map +1 -1
  834. package/dist/lib/utils/motion.d.ts +2 -0
  835. package/dist/lib/utils/motion.d.ts.map +1 -0
  836. package/dist/lib/utils/slug.d.ts +7 -0
  837. package/dist/lib/utils/slug.d.ts.map +1 -0
  838. package/dist/plus.js +18 -0
  839. package/dist/plus.js.map +1 -0
  840. package/dist/popover.js +33 -0
  841. package/dist/popover.js.map +1 -0
  842. package/dist/proxy.js +11392 -0
  843. package/dist/proxy.js.map +1 -0
  844. package/dist/react-error-boundary.js +67 -0
  845. package/dist/react-error-boundary.js.map +1 -0
  846. package/dist/select2.js +116 -0
  847. package/dist/select2.js.map +1 -0
  848. package/dist/selects/app-code.js +37 -0
  849. package/dist/selects/app-code.js.map +1 -0
  850. package/dist/selects/app.js +2 -0
  851. package/dist/selects/app.js.map +1 -0
  852. package/dist/selects/cloud-provider.js +2 -0
  853. package/dist/selects/cloud-provider.js.map +1 -0
  854. package/dist/selects/currency.js +2 -0
  855. package/dist/selects/currency.js.map +1 -0
  856. package/dist/selects/deployment.js +2 -0
  857. package/dist/selects/deployment.js.map +1 -0
  858. package/dist/selects/feature.js +2 -0
  859. package/dist/selects/feature.js.map +1 -0
  860. package/dist/selects/industry.js +2 -0
  861. package/dist/selects/industry.js.map +1 -0
  862. package/dist/selects/locale.js +2 -0
  863. package/dist/selects/locale.js.map +1 -0
  864. package/dist/selects/microfrontend.js +2 -0
  865. package/dist/selects/microfrontend.js.map +1 -0
  866. package/dist/selects/plan.js +2 -0
  867. package/dist/selects/plan.js.map +1 -0
  868. package/dist/selects/region.js +2 -0
  869. package/dist/selects/region.js.map +1 -0
  870. package/dist/selects/timezone.js +2 -0
  871. package/dist/selects/timezone.js.map +1 -0
  872. package/dist/separator2.js +1 -27
  873. package/dist/separator2.js.map +1 -1
  874. package/dist/shadcn/index.d.ts +2 -0
  875. package/dist/shadcn/index.d.ts.map +1 -1
  876. package/dist/shadcn/shadcnAlert/alert.d.ts.map +1 -1
  877. package/dist/shadcn/shadcnAlert/index.d.ts +1 -1
  878. package/dist/shadcn/shadcnAlert/index.d.ts.map +1 -1
  879. package/dist/shadcn/shadcnBadge/Badge.d.ts +1 -1
  880. package/dist/shadcn/shadcnBreadcrumb/breadcrumb.d.ts +18 -0
  881. package/dist/shadcn/shadcnBreadcrumb/breadcrumb.d.ts.map +1 -0
  882. package/dist/shadcn/shadcnBreadcrumb/index.d.ts +2 -0
  883. package/dist/shadcn/shadcnBreadcrumb/index.d.ts.map +1 -0
  884. package/dist/shadcn/shadcnButton/Button.d.ts +2 -2
  885. package/dist/shadcn/shadcnButton/Button.d.ts.map +1 -1
  886. package/dist/shadcn/shadcnCalendar/calendar.d.ts +1 -1
  887. package/dist/shadcn/shadcnCalendar/calendar.d.ts.map +1 -1
  888. package/dist/shadcn/shadcnChart/Chart.d.ts +2 -2
  889. package/dist/shadcn/shadcnChart/Chart.d.ts.map +1 -1
  890. package/dist/shadcn/shadcnCollapsible/collapsible.d.ts +7 -0
  891. package/dist/shadcn/shadcnCollapsible/collapsible.d.ts.map +1 -0
  892. package/dist/shadcn/shadcnCollapsible/index.d.ts +2 -0
  893. package/dist/shadcn/shadcnCollapsible/index.d.ts.map +1 -0
  894. package/dist/shadcn/shadcnDialog/dialog.d.ts +20 -0
  895. package/dist/shadcn/shadcnDialog/dialog.d.ts.map +1 -0
  896. package/dist/shadcn/shadcnDialog/index.d.ts +2 -0
  897. package/dist/shadcn/shadcnDialog/index.d.ts.map +1 -0
  898. package/dist/shadcn/shadcnDropdownMenu/dropdown-menu.d.ts +1 -1
  899. package/dist/shadcn/shadcnDropdownMenu/dropdown-menu.d.ts.map +1 -1
  900. package/dist/shadcn/shadcnForm/form.d.ts +1 -1
  901. package/dist/shadcn/shadcnForm/form.d.ts.map +1 -1
  902. package/dist/shadcn/shadcnInputOTP/InputOTP.d.ts +3 -3
  903. package/dist/shadcn/shadcnInputOTP/InputOTP.d.ts.map +1 -1
  904. package/dist/shadcn/shadcnMultiSelect/index.d.ts +3 -0
  905. package/dist/shadcn/shadcnMultiSelect/index.d.ts.map +1 -0
  906. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts +61 -0
  907. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts.map +1 -0
  908. package/dist/shadcn/shadcnProgress/Progress.d.ts +1 -1
  909. package/dist/shadcn/shadcnProgress/Progress.d.ts.map +1 -1
  910. package/dist/shadcn/shadcnRadioGroup/RadioGroup.d.ts +6 -0
  911. package/dist/shadcn/shadcnRadioGroup/RadioGroup.d.ts.map +1 -0
  912. package/dist/shadcn/shadcnRadioGroup/index.d.ts +2 -0
  913. package/dist/shadcn/shadcnRadioGroup/index.d.ts.map +1 -0
  914. package/dist/shadcn/shadcnSheet/sheet.d.ts +1 -1
  915. package/dist/shadcn/shadcnSheet/sheet.d.ts.map +1 -1
  916. package/dist/shadcn/shadcnSidebar/index.d.ts +2 -0
  917. package/dist/shadcn/shadcnSidebar/index.d.ts.map +1 -0
  918. package/dist/shadcn/shadcnSidebar/sidebar.d.ts +86 -0
  919. package/dist/shadcn/shadcnSidebar/sidebar.d.ts.map +1 -0
  920. package/dist/shadcn/shadcnSingleSelect/index.d.ts +3 -0
  921. package/dist/shadcn/shadcnSingleSelect/index.d.ts.map +1 -0
  922. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts +61 -0
  923. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts.map +1 -0
  924. package/dist/shadcn/shadcnSonner/sonner.d.ts +1 -1
  925. package/dist/shadcn/shadcnSonner/sonner.d.ts.map +1 -1
  926. package/dist/shadcn/shadcnSwitch/Switch.d.ts.map +1 -1
  927. package/dist/shadcn/shadcnTable/table.d.ts +1 -1
  928. package/dist/shadcn/shadcnTable/table.d.ts.map +1 -1
  929. package/dist/shadcn/shadcnTabs/index.d.ts +2 -0
  930. package/dist/shadcn/shadcnTabs/index.d.ts.map +1 -0
  931. package/dist/shadcn/shadcnTabs/tabs.d.ts +8 -0
  932. package/dist/shadcn/shadcnTabs/tabs.d.ts.map +1 -0
  933. package/dist/shadcn/shadcnTooltip/tooltip.d.ts +1 -1
  934. package/dist/shadcn/shadcnTooltip/tooltip.d.ts.map +1 -1
  935. package/dist/share-2.js +42 -0
  936. package/dist/share-2.js.map +1 -0
  937. package/dist/text-align-justify.js +34 -0
  938. package/dist/text-align-justify.js.map +1 -0
  939. package/dist/trash-2.js +55 -0
  940. package/dist/trash-2.js.map +1 -0
  941. package/dist/types/api-response.js +2 -0
  942. package/dist/types/api-response.js.map +1 -0
  943. package/dist/types/table-filter.js +17 -0
  944. package/dist/types/table-filter.js.map +1 -0
  945. package/dist/upload.js +19 -0
  946. package/dist/upload.js.map +1 -0
  947. package/dist/useConfirm.js +37 -0
  948. package/dist/useConfirm.js.map +1 -0
  949. package/dist/useDataTable.js +26545 -0
  950. package/dist/useDataTable.js.map +1 -0
  951. package/dist/useIsMobile.js +19 -0
  952. package/dist/useIsMobile.js.map +1 -0
  953. package/dist/useTheme.js.map +1 -1
  954. package/dist/useTimer.js +112 -0
  955. package/dist/useTimer.js.map +1 -0
  956. package/dist/utils/axios.js +1 -1
  957. package/dist/utils/motion.js +4425 -0
  958. package/dist/utils/motion.js.map +1 -0
  959. package/dist/utils/slug.js +15 -0
  960. package/dist/utils/slug.js.map +1 -0
  961. package/dist/utils.js +204 -39
  962. package/dist/utils.js.map +1 -1
  963. package/dist/value.js +820 -0
  964. package/dist/value.js.map +1 -0
  965. package/dist/x.js +18 -0
  966. package/dist/x.js.map +1 -0
  967. package/package.json +196 -7
  968. package/dist/SelectField.js +0 -1351
  969. package/dist/SelectField.js.map +0 -1
  970. package/dist/chevron-down.js.map +0 -1
  971. package/dist/components/SelectField.js +0 -2
  972. package/dist/components/SelectField.js.map +0 -1
  973. package/dist/lib/components/SelectField/SelectField.d.ts +0 -24
  974. package/dist/lib/components/SelectField/SelectField.d.ts.map +0 -1
  975. package/dist/lib/components/SelectField/index.d.ts +0 -3
  976. package/dist/lib/components/SelectField/index.d.ts.map +0 -1
package/dist/index14.js CHANGED
@@ -1,199 +1,131 @@
1
- import React__default from 'react';
1
+ import * as React from 'react';
2
+ import { u as useComposedRefs } from './index6.js';
3
+ import { u as useLayoutEffect2 } from './index24.js';
2
4
 
3
- var shim = {exports: {}};
4
-
5
- var useSyncExternalStoreShim_production = {};
6
-
7
- /**
8
- * @license React
9
- * use-sync-external-store-shim.production.js
10
- *
11
- * Copyright (c) Meta Platforms, Inc. and affiliates.
12
- *
13
- * This source code is licensed under the MIT license found in the
14
- * LICENSE file in the root directory of this source tree.
15
- */
16
-
17
- var hasRequiredUseSyncExternalStoreShim_production;
18
-
19
- function requireUseSyncExternalStoreShim_production () {
20
- if (hasRequiredUseSyncExternalStoreShim_production) return useSyncExternalStoreShim_production;
21
- hasRequiredUseSyncExternalStoreShim_production = 1;
22
- var React = React__default;
23
- function is(x, y) {
24
- return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);
25
- }
26
- var objectIs = "function" === typeof Object.is ? Object.is : is,
27
- useState = React.useState,
28
- useEffect = React.useEffect,
29
- useLayoutEffect = React.useLayoutEffect,
30
- useDebugValue = React.useDebugValue;
31
- function useSyncExternalStore$2(subscribe, getSnapshot) {
32
- var value = getSnapshot(),
33
- _useState = useState({ inst: { value: value, getSnapshot: getSnapshot } }),
34
- inst = _useState[0].inst,
35
- forceUpdate = _useState[1];
36
- useLayoutEffect(
37
- function () {
38
- inst.value = value;
39
- inst.getSnapshot = getSnapshot;
40
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
41
- },
42
- [subscribe, value, getSnapshot]
43
- );
44
- useEffect(
45
- function () {
46
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
47
- return subscribe(function () {
48
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
49
- });
50
- },
51
- [subscribe]
52
- );
53
- useDebugValue(value);
54
- return value;
55
- }
56
- function checkIfSnapshotChanged(inst) {
57
- var latestGetSnapshot = inst.getSnapshot;
58
- inst = inst.value;
59
- try {
60
- var nextValue = latestGetSnapshot();
61
- return !objectIs(inst, nextValue);
62
- } catch (error) {
63
- return true;
64
- }
65
- }
66
- function useSyncExternalStore$1(subscribe, getSnapshot) {
67
- return getSnapshot();
68
- }
69
- var shim =
70
- "undefined" === typeof window ||
71
- "undefined" === typeof window.document ||
72
- "undefined" === typeof window.document.createElement
73
- ? useSyncExternalStore$1
74
- : useSyncExternalStore$2;
75
- useSyncExternalStoreShim_production.useSyncExternalStore =
76
- void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;
77
- return useSyncExternalStoreShim_production;
5
+ function useStateMachine(initialState, machine) {
6
+ return React.useReducer((state, event) => {
7
+ const nextState = machine[state][event];
8
+ return nextState ?? state;
9
+ }, initialState);
78
10
  }
79
11
 
80
- var useSyncExternalStoreShim_development = {};
81
-
82
- /**
83
- * @license React
84
- * use-sync-external-store-shim.development.js
85
- *
86
- * Copyright (c) Meta Platforms, Inc. and affiliates.
87
- *
88
- * This source code is licensed under the MIT license found in the
89
- * LICENSE file in the root directory of this source tree.
90
- */
91
-
92
- var hasRequiredUseSyncExternalStoreShim_development;
93
-
94
- function requireUseSyncExternalStoreShim_development () {
95
- if (hasRequiredUseSyncExternalStoreShim_development) return useSyncExternalStoreShim_development;
96
- hasRequiredUseSyncExternalStoreShim_development = 1;
97
- "production" !== process.env.NODE_ENV &&
98
- (function () {
99
- function is(x, y) {
100
- return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);
101
- }
102
- function useSyncExternalStore$2(subscribe, getSnapshot) {
103
- didWarnOld18Alpha ||
104
- void 0 === React.startTransition ||
105
- ((didWarnOld18Alpha = true),
106
- console.error(
107
- "You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
108
- ));
109
- var value = getSnapshot();
110
- if (!didWarnUncachedGetSnapshot) {
111
- var cachedValue = getSnapshot();
112
- objectIs(value, cachedValue) ||
113
- (console.error(
114
- "The result of getSnapshot should be cached to avoid an infinite loop"
115
- ),
116
- (didWarnUncachedGetSnapshot = true));
117
- }
118
- cachedValue = useState({
119
- inst: { value: value, getSnapshot: getSnapshot }
120
- });
121
- var inst = cachedValue[0].inst,
122
- forceUpdate = cachedValue[1];
123
- useLayoutEffect(
124
- function () {
125
- inst.value = value;
126
- inst.getSnapshot = getSnapshot;
127
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
128
- },
129
- [subscribe, value, getSnapshot]
130
- );
131
- useEffect(
132
- function () {
133
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
134
- return subscribe(function () {
135
- checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
136
- });
137
- },
138
- [subscribe]
139
- );
140
- useDebugValue(value);
141
- return value;
142
- }
143
- function checkIfSnapshotChanged(inst) {
144
- var latestGetSnapshot = inst.getSnapshot;
145
- inst = inst.value;
146
- try {
147
- var nextValue = latestGetSnapshot();
148
- return !objectIs(inst, nextValue);
149
- } catch (error) {
150
- return true;
151
- }
152
- }
153
- function useSyncExternalStore$1(subscribe, getSnapshot) {
154
- return getSnapshot();
155
- }
156
- "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
157
- "function" ===
158
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&
159
- __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
160
- var React = React__default,
161
- objectIs = "function" === typeof Object.is ? Object.is : is,
162
- useState = React.useState,
163
- useEffect = React.useEffect,
164
- useLayoutEffect = React.useLayoutEffect,
165
- useDebugValue = React.useDebugValue,
166
- didWarnOld18Alpha = false,
167
- didWarnUncachedGetSnapshot = false,
168
- shim =
169
- "undefined" === typeof window ||
170
- "undefined" === typeof window.document ||
171
- "undefined" === typeof window.document.createElement
172
- ? useSyncExternalStore$1
173
- : useSyncExternalStore$2;
174
- useSyncExternalStoreShim_development.useSyncExternalStore =
175
- void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;
176
- "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
177
- "function" ===
178
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
179
- __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
180
- })();
181
- return useSyncExternalStoreShim_development;
12
+ // src/presence.tsx
13
+ var Presence = (props) => {
14
+ const { present, children } = props;
15
+ const presence = usePresence(present);
16
+ const child = typeof children === "function" ? children({ present: presence.isPresent }) : React.Children.only(children);
17
+ const ref = useComposedRefs(presence.ref, getElementRef(child));
18
+ const forceMount = typeof children === "function";
19
+ return forceMount || presence.isPresent ? React.cloneElement(child, { ref }) : null;
20
+ };
21
+ Presence.displayName = "Presence";
22
+ function usePresence(present) {
23
+ const [node, setNode] = React.useState();
24
+ const stylesRef = React.useRef(null);
25
+ const prevPresentRef = React.useRef(present);
26
+ const prevAnimationNameRef = React.useRef("none");
27
+ const initialState = present ? "mounted" : "unmounted";
28
+ const [state, send] = useStateMachine(initialState, {
29
+ mounted: {
30
+ UNMOUNT: "unmounted",
31
+ ANIMATION_OUT: "unmountSuspended"
32
+ },
33
+ unmountSuspended: {
34
+ MOUNT: "mounted",
35
+ ANIMATION_END: "unmounted"
36
+ },
37
+ unmounted: {
38
+ MOUNT: "mounted"
39
+ }
40
+ });
41
+ React.useEffect(() => {
42
+ const currentAnimationName = getAnimationName(stylesRef.current);
43
+ prevAnimationNameRef.current = state === "mounted" ? currentAnimationName : "none";
44
+ }, [state]);
45
+ useLayoutEffect2(() => {
46
+ const styles = stylesRef.current;
47
+ const wasPresent = prevPresentRef.current;
48
+ const hasPresentChanged = wasPresent !== present;
49
+ if (hasPresentChanged) {
50
+ const prevAnimationName = prevAnimationNameRef.current;
51
+ const currentAnimationName = getAnimationName(styles);
52
+ if (present) {
53
+ send("MOUNT");
54
+ } else if (currentAnimationName === "none" || styles?.display === "none") {
55
+ send("UNMOUNT");
56
+ } else {
57
+ const isAnimating = prevAnimationName !== currentAnimationName;
58
+ if (wasPresent && isAnimating) {
59
+ send("ANIMATION_OUT");
60
+ } else {
61
+ send("UNMOUNT");
62
+ }
63
+ }
64
+ prevPresentRef.current = present;
65
+ }
66
+ }, [present, send]);
67
+ useLayoutEffect2(() => {
68
+ if (node) {
69
+ let timeoutId;
70
+ const ownerWindow = node.ownerDocument.defaultView ?? window;
71
+ const handleAnimationEnd = (event) => {
72
+ const currentAnimationName = getAnimationName(stylesRef.current);
73
+ const isCurrentAnimation = currentAnimationName.includes(CSS.escape(event.animationName));
74
+ if (event.target === node && isCurrentAnimation) {
75
+ send("ANIMATION_END");
76
+ if (!prevPresentRef.current) {
77
+ const currentFillMode = node.style.animationFillMode;
78
+ node.style.animationFillMode = "forwards";
79
+ timeoutId = ownerWindow.setTimeout(() => {
80
+ if (node.style.animationFillMode === "forwards") {
81
+ node.style.animationFillMode = currentFillMode;
82
+ }
83
+ });
84
+ }
85
+ }
86
+ };
87
+ const handleAnimationStart = (event) => {
88
+ if (event.target === node) {
89
+ prevAnimationNameRef.current = getAnimationName(stylesRef.current);
90
+ }
91
+ };
92
+ node.addEventListener("animationstart", handleAnimationStart);
93
+ node.addEventListener("animationcancel", handleAnimationEnd);
94
+ node.addEventListener("animationend", handleAnimationEnd);
95
+ return () => {
96
+ ownerWindow.clearTimeout(timeoutId);
97
+ node.removeEventListener("animationstart", handleAnimationStart);
98
+ node.removeEventListener("animationcancel", handleAnimationEnd);
99
+ node.removeEventListener("animationend", handleAnimationEnd);
100
+ };
101
+ } else {
102
+ send("ANIMATION_END");
103
+ }
104
+ }, [node, send]);
105
+ return {
106
+ isPresent: ["mounted", "unmountSuspended"].includes(state),
107
+ ref: React.useCallback((node2) => {
108
+ stylesRef.current = node2 ? getComputedStyle(node2) : null;
109
+ setNode(node2);
110
+ }, [])
111
+ };
182
112
  }
183
-
184
- var hasRequiredShim;
185
-
186
- function requireShim () {
187
- if (hasRequiredShim) return shim.exports;
188
- hasRequiredShim = 1;
189
-
190
- if (process.env.NODE_ENV === 'production') {
191
- shim.exports = requireUseSyncExternalStoreShim_production();
192
- } else {
193
- shim.exports = requireUseSyncExternalStoreShim_development();
194
- }
195
- return shim.exports;
113
+ function getAnimationName(styles) {
114
+ return styles?.animationName || "none";
115
+ }
116
+ function getElementRef(element) {
117
+ let getter = Object.getOwnPropertyDescriptor(element.props, "ref")?.get;
118
+ let mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
119
+ if (mayWarn) {
120
+ return element.ref;
121
+ }
122
+ getter = Object.getOwnPropertyDescriptor(element, "ref")?.get;
123
+ mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
124
+ if (mayWarn) {
125
+ return element.props.ref;
126
+ }
127
+ return element.props.ref || element.ref;
196
128
  }
197
129
 
198
- export { requireShim as r };
130
+ export { Presence as P };
199
131
  //# sourceMappingURL=index14.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index14.js","sources":["../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js","../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/shim/index.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar React = require(\"react\");\nfunction is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n}\nvar objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useState = React.useState,\n useEffect = React.useEffect,\n useLayoutEffect = React.useLayoutEffect,\n useDebugValue = React.useDebugValue;\nfunction useSyncExternalStore$2(subscribe, getSnapshot) {\n var value = getSnapshot(),\n _useState = useState({ inst: { value: value, getSnapshot: getSnapshot } }),\n inst = _useState[0].inst,\n forceUpdate = _useState[1];\n useLayoutEffect(\n function () {\n inst.value = value;\n inst.getSnapshot = getSnapshot;\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n },\n [subscribe, value, getSnapshot]\n );\n useEffect(\n function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n return subscribe(function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n });\n },\n [subscribe]\n );\n useDebugValue(value);\n return value;\n}\nfunction checkIfSnapshotChanged(inst) {\n var latestGetSnapshot = inst.getSnapshot;\n inst = inst.value;\n try {\n var nextValue = latestGetSnapshot();\n return !objectIs(inst, nextValue);\n } catch (error) {\n return !0;\n }\n}\nfunction useSyncExternalStore$1(subscribe, getSnapshot) {\n return getSnapshot();\n}\nvar shim =\n \"undefined\" === typeof window ||\n \"undefined\" === typeof window.document ||\n \"undefined\" === typeof window.document.createElement\n ? useSyncExternalStore$1\n : useSyncExternalStore$2;\nexports.useSyncExternalStore =\n void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;\n","/**\n * @license React\n * use-sync-external-store-shim.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n }\n function useSyncExternalStore$2(subscribe, getSnapshot) {\n didWarnOld18Alpha ||\n void 0 === React.startTransition ||\n ((didWarnOld18Alpha = !0),\n console.error(\n \"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release.\"\n ));\n var value = getSnapshot();\n if (!didWarnUncachedGetSnapshot) {\n var cachedValue = getSnapshot();\n objectIs(value, cachedValue) ||\n (console.error(\n \"The result of getSnapshot should be cached to avoid an infinite loop\"\n ),\n (didWarnUncachedGetSnapshot = !0));\n }\n cachedValue = useState({\n inst: { value: value, getSnapshot: getSnapshot }\n });\n var inst = cachedValue[0].inst,\n forceUpdate = cachedValue[1];\n useLayoutEffect(\n function () {\n inst.value = value;\n inst.getSnapshot = getSnapshot;\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n },\n [subscribe, value, getSnapshot]\n );\n useEffect(\n function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n return subscribe(function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n });\n },\n [subscribe]\n );\n useDebugValue(value);\n return value;\n }\n function checkIfSnapshotChanged(inst) {\n var latestGetSnapshot = inst.getSnapshot;\n inst = inst.value;\n try {\n var nextValue = latestGetSnapshot();\n return !objectIs(inst, nextValue);\n } catch (error) {\n return !0;\n }\n }\n function useSyncExternalStore$1(subscribe, getSnapshot) {\n return getSnapshot();\n }\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());\n var React = require(\"react\"),\n objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useState = React.useState,\n useEffect = React.useEffect,\n useLayoutEffect = React.useLayoutEffect,\n useDebugValue = React.useDebugValue,\n didWarnOld18Alpha = !1,\n didWarnUncachedGetSnapshot = !1,\n shim =\n \"undefined\" === typeof window ||\n \"undefined\" === typeof window.document ||\n \"undefined\" === typeof window.document.createElement\n ? useSyncExternalStore$1\n : useSyncExternalStore$2;\n exports.useSyncExternalStore =\n void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('../cjs/use-sync-external-store-shim.production.js');\n} else {\n module.exports = require('../cjs/use-sync-external-store-shim.development.js');\n}\n"],"names":["require$$0","shimModule","require$$1"],"mappings":"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","x_google_ignoreList":[0,1,2]}
1
+ {"version":3,"file":"index14.js","sources":["../node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_ed1433b3a7b610ecabc4f5f1045d8cb3/node_modules/@radix-ui/react-presence/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/presence.tsx\nimport * as React2 from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\n\n// src/use-state-machine.tsx\nimport * as React from \"react\";\nfunction useStateMachine(initialState, machine) {\n return React.useReducer((state, event) => {\n const nextState = machine[state][event];\n return nextState ?? state;\n }, initialState);\n}\n\n// src/presence.tsx\nvar Presence = (props) => {\n const { present, children } = props;\n const presence = usePresence(present);\n const child = typeof children === \"function\" ? children({ present: presence.isPresent }) : React2.Children.only(children);\n const ref = useComposedRefs(presence.ref, getElementRef(child));\n const forceMount = typeof children === \"function\";\n return forceMount || presence.isPresent ? React2.cloneElement(child, { ref }) : null;\n};\nPresence.displayName = \"Presence\";\nfunction usePresence(present) {\n const [node, setNode] = React2.useState();\n const stylesRef = React2.useRef(null);\n const prevPresentRef = React2.useRef(present);\n const prevAnimationNameRef = React2.useRef(\"none\");\n const initialState = present ? \"mounted\" : \"unmounted\";\n const [state, send] = useStateMachine(initialState, {\n mounted: {\n UNMOUNT: \"unmounted\",\n ANIMATION_OUT: \"unmountSuspended\"\n },\n unmountSuspended: {\n MOUNT: \"mounted\",\n ANIMATION_END: \"unmounted\"\n },\n unmounted: {\n MOUNT: \"mounted\"\n }\n });\n React2.useEffect(() => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n prevAnimationNameRef.current = state === \"mounted\" ? currentAnimationName : \"none\";\n }, [state]);\n useLayoutEffect(() => {\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = getAnimationName(styles);\n if (present) {\n send(\"MOUNT\");\n } else if (currentAnimationName === \"none\" || styles?.display === \"none\") {\n send(\"UNMOUNT\");\n } else {\n const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) {\n send(\"ANIMATION_OUT\");\n } else {\n send(\"UNMOUNT\");\n }\n }\n prevPresentRef.current = present;\n }\n }, [present, send]);\n useLayoutEffect(() => {\n if (node) {\n let timeoutId;\n const ownerWindow = node.ownerDocument.defaultView ?? window;\n const handleAnimationEnd = (event) => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(CSS.escape(event.animationName));\n if (event.target === node && isCurrentAnimation) {\n send(\"ANIMATION_END\");\n if (!prevPresentRef.current) {\n const currentFillMode = node.style.animationFillMode;\n node.style.animationFillMode = \"forwards\";\n timeoutId = ownerWindow.setTimeout(() => {\n if (node.style.animationFillMode === \"forwards\") {\n node.style.animationFillMode = currentFillMode;\n }\n });\n }\n }\n };\n const handleAnimationStart = (event) => {\n if (event.target === node) {\n prevAnimationNameRef.current = getAnimationName(stylesRef.current);\n }\n };\n node.addEventListener(\"animationstart\", handleAnimationStart);\n node.addEventListener(\"animationcancel\", handleAnimationEnd);\n node.addEventListener(\"animationend\", handleAnimationEnd);\n return () => {\n ownerWindow.clearTimeout(timeoutId);\n node.removeEventListener(\"animationstart\", handleAnimationStart);\n node.removeEventListener(\"animationcancel\", handleAnimationEnd);\n node.removeEventListener(\"animationend\", handleAnimationEnd);\n };\n } else {\n send(\"ANIMATION_END\");\n }\n }, [node, send]);\n return {\n isPresent: [\"mounted\", \"unmountSuspended\"].includes(state),\n ref: React2.useCallback((node2) => {\n stylesRef.current = node2 ? getComputedStyle(node2) : null;\n setNode(node2);\n }, [])\n };\n}\nfunction getAnimationName(styles) {\n return styles?.animationName || \"none\";\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nvar Root = Presence;\nexport {\n Presence,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React2","useLayoutEffect"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,79 @@
1
+ import * as React from 'react';
2
+ import React__default from 'react';
3
+ import { c as createContextScope } from './index12.js';
4
+ import { u as useComposedRefs } from './index6.js';
5
+ import { a as createSlot } from './index11.js';
6
+ import { jsx } from 'react/jsx-runtime';
7
+
8
+ function createCollection(name) {
9
+ const PROVIDER_NAME = name + "CollectionProvider";
10
+ const [createCollectionContext, createCollectionScope] = createContextScope(PROVIDER_NAME);
11
+ const [CollectionProviderImpl, useCollectionContext] = createCollectionContext(
12
+ PROVIDER_NAME,
13
+ { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
14
+ );
15
+ const CollectionProvider = (props) => {
16
+ const { scope, children } = props;
17
+ const ref = React__default.useRef(null);
18
+ const itemMap = React__default.useRef(/* @__PURE__ */ new Map()).current;
19
+ return /* @__PURE__ */ jsx(CollectionProviderImpl, { scope, itemMap, collectionRef: ref, children });
20
+ };
21
+ CollectionProvider.displayName = PROVIDER_NAME;
22
+ const COLLECTION_SLOT_NAME = name + "CollectionSlot";
23
+ const CollectionSlotImpl = createSlot(COLLECTION_SLOT_NAME);
24
+ const CollectionSlot = React__default.forwardRef(
25
+ (props, forwardedRef) => {
26
+ const { scope, children } = props;
27
+ const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);
28
+ const composedRefs = useComposedRefs(forwardedRef, context.collectionRef);
29
+ return /* @__PURE__ */ jsx(CollectionSlotImpl, { ref: composedRefs, children });
30
+ }
31
+ );
32
+ CollectionSlot.displayName = COLLECTION_SLOT_NAME;
33
+ const ITEM_SLOT_NAME = name + "CollectionItemSlot";
34
+ const ITEM_DATA_ATTR = "data-radix-collection-item";
35
+ const CollectionItemSlotImpl = createSlot(ITEM_SLOT_NAME);
36
+ const CollectionItemSlot = React__default.forwardRef(
37
+ (props, forwardedRef) => {
38
+ const { scope, children, ...itemData } = props;
39
+ const ref = React__default.useRef(null);
40
+ const composedRefs = useComposedRefs(forwardedRef, ref);
41
+ const context = useCollectionContext(ITEM_SLOT_NAME, scope);
42
+ React__default.useEffect(() => {
43
+ context.itemMap.set(ref, { ref, ...itemData });
44
+ return () => void context.itemMap.delete(ref);
45
+ });
46
+ return /* @__PURE__ */ jsx(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: "" }, ref: composedRefs, children });
47
+ }
48
+ );
49
+ CollectionItemSlot.displayName = ITEM_SLOT_NAME;
50
+ function useCollection(scope) {
51
+ const context = useCollectionContext(name + "CollectionConsumer", scope);
52
+ const getItems = React__default.useCallback(() => {
53
+ const collectionNode = context.collectionRef.current;
54
+ if (!collectionNode) return [];
55
+ const orderedNodes = Array.from(collectionNode.querySelectorAll(`[${ITEM_DATA_ATTR}]`));
56
+ const items = Array.from(context.itemMap.values());
57
+ const orderedItems = items.sort(
58
+ (a, b) => orderedNodes.indexOf(a.ref.current) - orderedNodes.indexOf(b.ref.current)
59
+ );
60
+ return orderedItems;
61
+ }, [context.collectionRef, context.itemMap]);
62
+ return getItems;
63
+ }
64
+ return [
65
+ { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },
66
+ useCollection,
67
+ createCollectionScope
68
+ ];
69
+ }
70
+
71
+ // packages/react/direction/src/direction.tsx
72
+ var DirectionContext = React.createContext(void 0);
73
+ function useDirection(localDir) {
74
+ const globalDir = React.useContext(DirectionContext);
75
+ return localDir || globalDir || "ltr";
76
+ }
77
+
78
+ export { createCollection as c, useDirection as u };
79
+ //# sourceMappingURL=index15.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index15.js","sources":["../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_866d2b1ec480a6792c715ca737417d06/node_modules/@radix-ui/react-collection/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.14_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/collection-legacy.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nfunction createCollection(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope(PROVIDER_NAME);\n const [CollectionProviderImpl, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }\n );\n const CollectionProvider = (props) => {\n const { scope, children } = props;\n const ref = React.useRef(null);\n const itemMap = React.useRef(/* @__PURE__ */ new Map()).current;\n return /* @__PURE__ */ jsx(CollectionProviderImpl, { scope, itemMap, collectionRef: ref, children });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot(COLLECTION_SLOT_NAME);\n const CollectionSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot(ITEM_SLOT_NAME);\n const CollectionItemSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n React.useEffect(() => {\n context.itemMap.set(ref, { ref, ...itemData });\n return () => void context.itemMap.delete(ref);\n });\n return /* @__PURE__ */ jsx(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useCollection(scope) {\n const context = useCollectionContext(name + \"CollectionConsumer\", scope);\n const getItems = React.useCallback(() => {\n const collectionNode = context.collectionRef.current;\n if (!collectionNode) return [];\n const orderedNodes = Array.from(collectionNode.querySelectorAll(`[${ITEM_DATA_ATTR}]`));\n const items = Array.from(context.itemMap.values());\n const orderedItems = items.sort(\n (a, b) => orderedNodes.indexOf(a.ref.current) - orderedNodes.indexOf(b.ref.current)\n );\n return orderedItems;\n }, [context.collectionRef, context.itemMap]);\n return getItems;\n }\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n useCollection,\n createCollectionScope\n ];\n}\n\n// src/collection.tsx\nimport React2 from \"react\";\nimport { createContextScope as createContextScope2 } from \"@radix-ui/react-context\";\nimport { useComposedRefs as useComposedRefs2 } from \"@radix-ui/react-compose-refs\";\nimport { createSlot as createSlot2 } from \"@radix-ui/react-slot\";\n\n// src/ordered-dictionary.ts\nvar __instanciated = /* @__PURE__ */ new WeakMap();\nvar OrderedDict = class _OrderedDict extends Map {\n #keys;\n constructor(entries) {\n super(entries);\n this.#keys = [...super.keys()];\n __instanciated.set(this, true);\n }\n set(key, value) {\n if (__instanciated.get(this)) {\n if (this.has(key)) {\n this.#keys[this.#keys.indexOf(key)] = key;\n } else {\n this.#keys.push(key);\n }\n }\n super.set(key, value);\n return this;\n }\n insert(index, key, value) {\n const has = this.has(key);\n const length = this.#keys.length;\n const relativeIndex = toSafeInteger(index);\n let actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n const safeIndex = actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n if (safeIndex === this.size || has && safeIndex === this.size - 1 || safeIndex === -1) {\n this.set(key, value);\n return this;\n }\n const size = this.size + (has ? 0 : 1);\n if (relativeIndex < 0) {\n actualIndex++;\n }\n const keys = [...this.#keys];\n let nextValue;\n let shouldSkip = false;\n for (let i = actualIndex; i < size; i++) {\n if (actualIndex === i) {\n let nextKey = keys[i];\n if (keys[i] === key) {\n nextKey = keys[i + 1];\n }\n if (has) {\n this.delete(key);\n }\n nextValue = this.get(nextKey);\n this.set(key, value);\n } else {\n if (!shouldSkip && keys[i - 1] === key) {\n shouldSkip = true;\n }\n const currentKey = keys[shouldSkip ? i : i - 1];\n const currentValue = nextValue;\n nextValue = this.get(currentKey);\n this.delete(currentKey);\n this.set(currentKey, currentValue);\n }\n }\n return this;\n }\n with(index, key, value) {\n const copy = new _OrderedDict(this);\n copy.insert(index, key, value);\n return copy;\n }\n before(key) {\n const index = this.#keys.indexOf(key) - 1;\n if (index < 0) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position before the given key.\n */\n setBefore(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index, newKey, value);\n }\n after(key) {\n let index = this.#keys.indexOf(key);\n index = index === -1 || index === this.size - 1 ? -1 : index + 1;\n if (index === -1) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position after the given key.\n */\n setAfter(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index + 1, newKey, value);\n }\n first() {\n return this.entryAt(0);\n }\n last() {\n return this.entryAt(-1);\n }\n clear() {\n this.#keys = [];\n return super.clear();\n }\n delete(key) {\n const deleted = super.delete(key);\n if (deleted) {\n this.#keys.splice(this.#keys.indexOf(key), 1);\n }\n return deleted;\n }\n deleteAt(index) {\n const key = this.keyAt(index);\n if (key !== void 0) {\n return this.delete(key);\n }\n return false;\n }\n at(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return this.get(key);\n }\n }\n entryAt(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return [key, this.get(key)];\n }\n }\n indexOf(key) {\n return this.#keys.indexOf(key);\n }\n keyAt(index) {\n return at(this.#keys, index);\n }\n from(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.at(dest);\n }\n keyFrom(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.keyAt(dest);\n }\n find(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return entry;\n }\n index++;\n }\n return void 0;\n }\n findIndex(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return index;\n }\n index++;\n }\n return -1;\n }\n filter(predicate, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n entries.push(entry);\n }\n index++;\n }\n return new _OrderedDict(entries);\n }\n map(callbackfn, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n entries.push([entry[0], Reflect.apply(callbackfn, thisArg, [entry, index, this])]);\n index++;\n }\n return new _OrderedDict(entries);\n }\n reduce(...args) {\n const [callbackfn, initialValue] = args;\n let index = 0;\n let accumulator = initialValue ?? this.at(0);\n for (const entry of this) {\n if (index === 0 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n index++;\n }\n return accumulator;\n }\n reduceRight(...args) {\n const [callbackfn, initialValue] = args;\n let accumulator = initialValue ?? this.at(-1);\n for (let index = this.size - 1; index >= 0; index--) {\n const entry = this.at(index);\n if (index === this.size - 1 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n }\n return accumulator;\n }\n toSorted(compareFn) {\n const entries = [...this.entries()].sort(compareFn);\n return new _OrderedDict(entries);\n }\n toReversed() {\n const reversed = new _OrderedDict();\n for (let index = this.size - 1; index >= 0; index--) {\n const key = this.keyAt(index);\n const element = this.get(key);\n reversed.set(key, element);\n }\n return reversed;\n }\n toSpliced(...args) {\n const entries = [...this.entries()];\n entries.splice(...args);\n return new _OrderedDict(entries);\n }\n slice(start, end) {\n const result = new _OrderedDict();\n let stop = this.size - 1;\n if (start === void 0) {\n return result;\n }\n if (start < 0) {\n start = start + this.size;\n }\n if (end !== void 0 && end > 0) {\n stop = end - 1;\n }\n for (let index = start; index <= stop; index++) {\n const key = this.keyAt(index);\n const element = this.get(key);\n result.set(key, element);\n }\n return result;\n }\n every(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (!Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return false;\n }\n index++;\n }\n return true;\n }\n some(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return true;\n }\n index++;\n }\n return false;\n }\n};\nfunction at(array, index) {\n if (\"at\" in Array.prototype) {\n return Array.prototype.at.call(array, index);\n }\n const actualIndex = toSafeIndex(array, index);\n return actualIndex === -1 ? void 0 : array[actualIndex];\n}\nfunction toSafeIndex(array, index) {\n const length = array.length;\n const relativeIndex = toSafeInteger(index);\n const actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n return actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n}\nfunction toSafeInteger(number) {\n return number !== number || number === 0 ? 0 : Math.trunc(number);\n}\n\n// src/collection.tsx\nimport { jsx as jsx2 } from \"react/jsx-runtime\";\nfunction createCollection2(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope2(PROVIDER_NAME);\n const [CollectionContextProvider, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n {\n collectionElement: null,\n collectionRef: { current: null },\n collectionRefObject: { current: null },\n itemMap: new OrderedDict(),\n setItemMap: () => void 0\n }\n );\n const CollectionProvider = ({ state, ...props }) => {\n return state ? /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state }) : /* @__PURE__ */ jsx2(CollectionInit, { ...props });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const CollectionInit = (props) => {\n const state = useInitCollection();\n return /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state });\n };\n CollectionInit.displayName = PROVIDER_NAME + \"Init\";\n const CollectionProviderImpl = (props) => {\n const { scope, children, state } = props;\n const ref = React2.useRef(null);\n const [collectionElement, setCollectionElement] = React2.useState(\n null\n );\n const composeRefs = useComposedRefs2(ref, setCollectionElement);\n const [itemMap, setItemMap] = state;\n React2.useEffect(() => {\n if (!collectionElement) return;\n const observer = getChildListObserver(() => {\n });\n observer.observe(collectionElement, {\n childList: true,\n subtree: true\n });\n return () => {\n observer.disconnect();\n };\n }, [collectionElement]);\n return /* @__PURE__ */ jsx2(\n CollectionContextProvider,\n {\n scope,\n itemMap,\n setItemMap,\n collectionRef: composeRefs,\n collectionRefObject: ref,\n collectionElement,\n children\n }\n );\n };\n CollectionProviderImpl.displayName = PROVIDER_NAME + \"Impl\";\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot2(COLLECTION_SLOT_NAME);\n const CollectionSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs2(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx2(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot2(ITEM_SLOT_NAME);\n const CollectionItemSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React2.useRef(null);\n const [element, setElement] = React2.useState(null);\n const composedRefs = useComposedRefs2(forwardedRef, ref, setElement);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n const { setItemMap } = context;\n const itemDataRef = React2.useRef(itemData);\n if (!shallowEqual(itemDataRef.current, itemData)) {\n itemDataRef.current = itemData;\n }\n const memoizedItemData = itemDataRef.current;\n React2.useEffect(() => {\n const itemData2 = memoizedItemData;\n setItemMap((map) => {\n if (!element) {\n return map;\n }\n if (!map.has(element)) {\n map.set(element, { ...itemData2, element });\n return map.toSorted(sortByDocumentPosition);\n }\n return map.set(element, { ...itemData2, element }).toSorted(sortByDocumentPosition);\n });\n return () => {\n setItemMap((map) => {\n if (!element || !map.has(element)) {\n return map;\n }\n map.delete(element);\n return new OrderedDict(map);\n });\n };\n }, [element, memoizedItemData, setItemMap]);\n return /* @__PURE__ */ jsx2(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useInitCollection() {\n return React2.useState(new OrderedDict());\n }\n function useCollection(scope) {\n const { itemMap } = useCollectionContext(name + \"CollectionConsumer\", scope);\n return itemMap;\n }\n const functions = {\n createCollectionScope,\n useCollection,\n useInitCollection\n };\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n functions\n ];\n}\nfunction shallowEqual(a, b) {\n if (a === b) return true;\n if (typeof a !== \"object\" || typeof b !== \"object\") return false;\n if (a == null || b == null) return false;\n const keysA = Object.keys(a);\n const keysB = Object.keys(b);\n if (keysA.length !== keysB.length) return false;\n for (const key of keysA) {\n if (!Object.prototype.hasOwnProperty.call(b, key)) return false;\n if (a[key] !== b[key]) return false;\n }\n return true;\n}\nfunction isElementPreceding(a, b) {\n return !!(b.compareDocumentPosition(a) & Node.DOCUMENT_POSITION_PRECEDING);\n}\nfunction sortByDocumentPosition(a, b) {\n return !a[1].element || !b[1].element ? 0 : isElementPreceding(a[1].element, b[1].element) ? -1 : 1;\n}\nfunction getChildListObserver(callback) {\n const observer = new MutationObserver((mutationsList) => {\n for (const mutation of mutationsList) {\n if (mutation.type === \"childList\") {\n callback();\n return;\n }\n }\n });\n return observer;\n}\nexport {\n createCollection,\n createCollection2 as unstable_createCollection\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/direction/src/direction.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DirectionContext = React.createContext(void 0);\nvar DirectionProvider = (props) => {\n const { dir, children } = props;\n return /* @__PURE__ */ jsx(DirectionContext.Provider, { value: dir, children });\n};\nfunction useDirection(localDir) {\n const globalDir = React.useContext(DirectionContext);\n return localDir || globalDir || \"ltr\";\n}\nvar Provider = DirectionProvider;\nexport {\n DirectionProvider,\n Provider,\n useDirection\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import { u as useLayoutEffect2 } from './index24.js';
3
+
4
+ // packages/react/id/src/id.tsx
5
+ var useReactId = React[" useId ".trim().toString()] || (() => void 0);
6
+ var count = 0;
7
+ function useId(deterministicId) {
8
+ const [id, setId] = React.useState(useReactId());
9
+ useLayoutEffect2(() => {
10
+ setId((reactId) => reactId ?? String(count++));
11
+ }, [deterministicId]);
12
+ return deterministicId || (id ? `radix-${id}` : "");
13
+ }
14
+
15
+ export { useId as u };
16
+ //# sourceMappingURL=index16.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index16.js","sources":["../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.14_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs"],"sourcesContent":["// packages/react/id/src/id.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nvar useReactId = React[\" useId \".trim().toString()] || (() => void 0);\nvar count = 0;\nfunction useId(deterministicId) {\n const [id, setId] = React.useState(useReactId());\n useLayoutEffect(() => {\n if (!deterministicId) setId((reactId) => reactId ?? String(count++));\n }, [deterministicId]);\n return deterministicId || (id ? `radix-${id}` : \"\");\n}\nexport {\n useId\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["useLayoutEffect"],"mappings":";;;AAAA;AAGA,IAAI,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,MAAM,MAAM,CAAC;AACrE,IAAI,KAAK,GAAG,CAAC;AACb,SAAS,KAAK,CAAC,eAAe,EAAE;AAChC,EAAE,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC;AAClD,EAAEA,gBAAe,CAAC,MAAM;AACxB,IAA0B,KAAK,CAAC,CAAC,OAAO,KAAK,OAAO,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;AACxE,EAAE,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC;AACvB,EAAE,OAAO,eAAe,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;AACrD;;;;","x_google_ignoreList":[0]}