@vritti/quantum-ui 0.2.10 → 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 (939) hide show
  1. package/dist/Alert.js +4 -32
  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 +6 -6
  6. package/dist/Avatar.js.map +1 -1
  7. package/dist/Badge2.js +3 -3
  8. package/dist/Breadcrumb.js +125 -0
  9. package/dist/Breadcrumb.js.map +1 -0
  10. package/dist/Button.js +9 -5
  11. package/dist/Button.js.map +1 -1
  12. package/dist/Button2.js +4 -4
  13. package/dist/Button2.js.map +1 -1
  14. package/dist/Card.js +1 -1
  15. package/dist/CardSkeleton.js +17 -0
  16. package/dist/CardSkeleton.js.map +1 -0
  17. package/dist/Chart.js +6196 -6402
  18. package/dist/Chart.js.map +1 -1
  19. package/dist/Checkbox2.js +7 -6
  20. package/dist/Checkbox2.js.map +1 -1
  21. package/dist/CheckboxGroup.js +74 -0
  22. package/dist/CheckboxGroup.js.map +1 -0
  23. package/dist/CloudProviderSelector.js +37 -0
  24. package/dist/CloudProviderSelector.js.map +1 -0
  25. package/dist/Collapsible.js +8 -0
  26. package/dist/Collapsible.js.map +1 -0
  27. package/dist/Combination.js +10 -2509
  28. package/dist/Combination.js.map +1 -1
  29. package/dist/ConfirmContext.js +75 -0
  30. package/dist/ConfirmContext.js.map +1 -0
  31. package/dist/CurrencySelector.js +194 -0
  32. package/dist/CurrencySelector.js.map +1 -0
  33. package/dist/DangerZoneSkeleton.js +52 -0
  34. package/dist/DangerZoneSkeleton.js.map +1 -0
  35. package/dist/DatePicker.js +36 -18
  36. package/dist/DatePicker.js.map +1 -1
  37. package/dist/DeploymentSelector.js +37 -0
  38. package/dist/DeploymentSelector.js.map +1 -0
  39. package/dist/Dialog.js +159 -0
  40. package/dist/Dialog.js.map +1 -0
  41. package/dist/DropdownMenu.js +66 -1493
  42. package/dist/DropdownMenu.js.map +1 -1
  43. package/dist/Empty.js +49 -0
  44. package/dist/Empty.js.map +1 -0
  45. package/dist/ErrorBoundary.js +255 -0
  46. package/dist/ErrorBoundary.js.map +1 -0
  47. package/dist/FeatureSelector.js +37 -0
  48. package/dist/FeatureSelector.js.map +1 -0
  49. package/dist/FilePreview.js +194 -0
  50. package/dist/FilePreview.js.map +1 -0
  51. package/dist/Form.js +1922 -20
  52. package/dist/Form.js.map +1 -1
  53. package/dist/HierarchyGraph.js +10729 -0
  54. package/dist/HierarchyGraph.js.map +1 -0
  55. package/dist/IndustrySelector.js +37 -0
  56. package/dist/IndustrySelector.js.map +1 -0
  57. package/dist/Input.js +22 -0
  58. package/dist/Input.js.map +1 -0
  59. package/dist/Label.js +2 -22
  60. package/dist/Label.js.map +1 -1
  61. package/dist/LocaleSelector.js +111 -0
  62. package/dist/LocaleSelector.js.map +1 -0
  63. package/dist/MicrofrontendSelector.js +19 -0
  64. package/dist/MicrofrontendSelector.js.map +1 -0
  65. package/dist/OTPField.js +29 -27
  66. package/dist/OTPField.js.map +1 -1
  67. package/dist/PageHeaderSkeleton.js +35 -0
  68. package/dist/PageHeaderSkeleton.js.map +1 -0
  69. package/dist/PasswordField.js +2 -50
  70. package/dist/PasswordField.js.map +1 -1
  71. package/dist/PhoneField.js +9 -14
  72. package/dist/PhoneField.js.map +1 -1
  73. package/dist/PlanSelector.js +37 -0
  74. package/dist/PlanSelector.js.map +1 -0
  75. package/dist/Progress.js +5 -4
  76. package/dist/Progress.js.map +1 -1
  77. package/dist/RadioGroup.js +392 -0
  78. package/dist/RadioGroup.js.map +1 -0
  79. package/dist/RegionSelector.js +37 -0
  80. package/dist/RegionSelector.js.map +1 -0
  81. package/dist/Select.js +780 -0
  82. package/dist/Select.js.map +1 -0
  83. package/dist/SelectFilter.js +387 -0
  84. package/dist/SelectFilter.js.map +1 -0
  85. package/dist/Sidebar.js +616 -0
  86. package/dist/Sidebar.js.map +1 -0
  87. package/dist/SingleSelect.js +429 -0
  88. package/dist/SingleSelect.js.map +1 -0
  89. package/dist/Skeleton.js +1 -1
  90. package/dist/Sonner.js +2 -1134
  91. package/dist/Sonner.js.map +1 -1
  92. package/dist/Sortable.js +4517 -0
  93. package/dist/Sortable.js.map +1 -0
  94. package/dist/Spinner.js +1 -1
  95. package/dist/StepProgressIndicator.js +42 -0
  96. package/dist/StepProgressIndicator.js.map +1 -0
  97. package/dist/Switch.js +16 -16
  98. package/dist/Switch.js.map +1 -1
  99. package/dist/TabsSkeleton.js +188 -0
  100. package/dist/TabsSkeleton.js.map +1 -0
  101. package/dist/TextArea.js +17 -20
  102. package/dist/TextArea.js.map +1 -1
  103. package/dist/TextField.js +3 -19
  104. package/dist/TextField.js.map +1 -1
  105. package/dist/TimezoneSelector.js +144 -0
  106. package/dist/TimezoneSelector.js.map +1 -0
  107. package/dist/Toggle.js +3 -33
  108. package/dist/Toggle.js.map +1 -1
  109. package/dist/Typography.js +1 -1
  110. package/dist/UploadFile.js +232 -0
  111. package/dist/UploadFile.js.map +1 -0
  112. package/dist/ValueFilter.js +123 -0
  113. package/dist/ValueFilter.js.map +1 -0
  114. package/dist/ViewTabs.js +218 -0
  115. package/dist/ViewTabs.js.map +1 -0
  116. package/dist/_commonjsHelpers.js +3 -1
  117. package/dist/_commonjsHelpers.js.map +1 -1
  118. package/dist/assets/quantum-ui.css +808 -38
  119. package/dist/axios.js +4575 -0
  120. package/dist/axios.js.map +1 -0
  121. package/dist/circle-alert.js +19 -0
  122. package/dist/circle-alert.js.map +1 -0
  123. package/dist/circle-check.js +18 -0
  124. package/dist/circle-check.js.map +1 -0
  125. package/dist/collapsible2.js +154 -0
  126. package/dist/collapsible2.js.map +1 -0
  127. package/dist/components/Breadcrumb.js +2 -0
  128. package/dist/components/Breadcrumb.js.map +1 -0
  129. package/dist/components/Card.js +1 -0
  130. package/dist/components/Card.js.map +1 -1
  131. package/dist/components/CheckboxGroup.js +2 -0
  132. package/dist/components/CheckboxGroup.js.map +1 -0
  133. package/dist/components/Collapsible.js +2 -0
  134. package/dist/components/Collapsible.js.map +1 -0
  135. package/dist/components/DangerZone.js +2 -0
  136. package/dist/components/DangerZone.js.map +1 -0
  137. package/dist/components/DataTable.js +1 -1
  138. package/dist/components/Dialog.js +2 -0
  139. package/dist/components/Dialog.js.map +1 -0
  140. package/dist/components/DropdownMenu.js +1 -1
  141. package/dist/components/Empty.js +2 -0
  142. package/dist/components/Empty.js.map +1 -0
  143. package/dist/components/ErrorBoundary.js +2 -0
  144. package/dist/components/ErrorBoundary.js.map +1 -0
  145. package/dist/components/FilePreview.js +2 -0
  146. package/dist/components/FilePreview.js.map +1 -0
  147. package/dist/components/HierarchyGraph.js +2 -0
  148. package/dist/components/HierarchyGraph.js.map +1 -0
  149. package/dist/components/PageHeader.js +2 -0
  150. package/dist/components/PageHeader.js.map +1 -0
  151. package/dist/components/RadioGroup.js +2 -0
  152. package/dist/components/RadioGroup.js.map +1 -0
  153. package/dist/components/RichTextEditor.js +4 -0
  154. package/dist/components/RichTextEditor.js.map +1 -0
  155. package/dist/components/Select.js +6 -1356
  156. package/dist/components/Select.js.map +1 -1
  157. package/dist/components/Sidebar.js +2 -0
  158. package/dist/components/Sidebar.js.map +1 -0
  159. package/dist/components/Sortable.js +2 -0
  160. package/dist/components/Sortable.js.map +1 -0
  161. package/dist/components/StepProgressIndicator.js +2 -0
  162. package/dist/components/StepProgressIndicator.js.map +1 -0
  163. package/dist/components/Tabs.js +2 -0
  164. package/dist/components/Tabs.js.map +1 -0
  165. package/dist/components/UploadFile.js +2 -0
  166. package/dist/components/UploadFile.js.map +1 -0
  167. package/dist/components/ValueFilter.js +2 -0
  168. package/dist/components/ValueFilter.js.map +1 -0
  169. package/dist/components/ViewTabs.js +2 -0
  170. package/dist/components/ViewTabs.js.map +1 -0
  171. package/dist/context/index.js +1 -0
  172. package/dist/context/index.js.map +1 -1
  173. package/dist/dropdown-menu.js +1209 -0
  174. package/dist/dropdown-menu.js.map +1 -0
  175. package/dist/ellipsis.js +19 -0
  176. package/dist/ellipsis.js.map +1 -0
  177. package/dist/eye.js +52 -0
  178. package/dist/eye.js.map +1 -0
  179. package/dist/field.js +2 -2
  180. package/dist/file-text.js +27 -0
  181. package/dist/file-text.js.map +1 -0
  182. package/dist/grip-vertical.js +22 -0
  183. package/dist/grip-vertical.js.map +1 -0
  184. package/dist/hooks/index.js +3 -1
  185. package/dist/hooks/index.js.map +1 -1
  186. package/dist/image-component.js +614 -0
  187. package/dist/image-component.js.map +1 -0
  188. package/dist/index.js +48 -12
  189. package/dist/index.js.map +1 -1
  190. package/dist/index10.js +181 -11
  191. package/dist/index10.js.map +1 -1
  192. package/dist/index11.js +177 -4
  193. package/dist/index11.js.map +1 -1
  194. package/dist/index12.js +17 -38
  195. package/dist/index12.js.map +1 -1
  196. package/dist/index13.js +204 -188
  197. package/dist/index13.js.map +1 -1
  198. package/dist/index14.js +124 -192
  199. package/dist/index14.js.map +1 -1
  200. package/dist/index15.js +79 -0
  201. package/dist/index15.js.map +1 -0
  202. package/dist/index16.js +16 -0
  203. package/dist/index16.js.map +1 -0
  204. package/dist/index17.js +1137 -0
  205. package/dist/index17.js.map +1 -0
  206. package/dist/index18.js +41 -0
  207. package/dist/index18.js.map +1 -0
  208. package/dist/index19.js +314 -0
  209. package/dist/index19.js.map +1 -0
  210. package/dist/index2.js +54030 -59
  211. package/dist/index2.js.map +1 -1
  212. package/dist/index20.js +488 -0
  213. package/dist/index20.js.map +1 -0
  214. package/dist/index21.js +2540 -0
  215. package/dist/index21.js.map +1 -0
  216. package/dist/index22.js +36 -0
  217. package/dist/index22.js.map +1 -0
  218. package/dist/index23.js +13 -0
  219. package/dist/index23.js.map +1 -0
  220. package/dist/index24.js +8 -0
  221. package/dist/index24.js.map +1 -0
  222. package/dist/index25.js +35 -0
  223. package/dist/index25.js.map +1 -0
  224. package/dist/index26.js +65 -0
  225. package/dist/index26.js.map +1 -0
  226. package/dist/index27.js +16 -0
  227. package/dist/index27.js.map +1 -0
  228. package/dist/index28.js +41 -0
  229. package/dist/index28.js.map +1 -0
  230. package/dist/index29.js +84 -0
  231. package/dist/index29.js.map +1 -0
  232. package/dist/index3.js +41 -61
  233. package/dist/index3.js.map +1 -1
  234. package/dist/index30.js +199 -0
  235. package/dist/index30.js.map +1 -0
  236. package/dist/index4.js +290 -92
  237. package/dist/index4.js.map +1 -1
  238. package/dist/index5.js +102 -42
  239. package/dist/index5.js.map +1 -1
  240. package/dist/index6.js +35 -8
  241. package/dist/index6.js.map +1 -1
  242. package/dist/index7.js +1141 -110
  243. package/dist/index7.js.map +1 -1
  244. package/dist/index8.js +19 -34
  245. package/dist/index8.js.map +1 -1
  246. package/dist/index9.js +27 -4
  247. package/dist/index9.js.map +1 -1
  248. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +17 -0
  249. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  250. package/dist/lib/components/Breadcrumb/index.d.ts +4 -0
  251. package/dist/lib/components/Breadcrumb/index.d.ts.map +1 -0
  252. package/dist/lib/components/Button/Button.d.ts +3 -1
  253. package/dist/lib/components/Button/Button.d.ts.map +1 -1
  254. package/dist/lib/components/Card/CardSkeleton.d.ts +9 -0
  255. package/dist/lib/components/Card/CardSkeleton.d.ts.map +1 -0
  256. package/dist/lib/components/Card/index.d.ts +1 -0
  257. package/dist/lib/components/Card/index.d.ts.map +1 -1
  258. package/dist/lib/components/Chart/Chart.d.ts +1 -1
  259. package/dist/lib/components/Chart/Chart.d.ts.map +1 -1
  260. package/dist/lib/components/CheckboxGroup/CheckboxGroup.d.ts +24 -0
  261. package/dist/lib/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
  262. package/dist/lib/components/CheckboxGroup/index.d.ts +3 -0
  263. package/dist/lib/components/CheckboxGroup/index.d.ts.map +1 -0
  264. package/dist/lib/components/Collapsible/Collapsible.d.ts +5 -0
  265. package/dist/lib/components/Collapsible/Collapsible.d.ts.map +1 -0
  266. package/dist/lib/components/Collapsible/index.d.ts +2 -0
  267. package/dist/lib/components/Collapsible/index.d.ts.map +1 -0
  268. package/dist/lib/components/DangerZone/DangerZone.d.ts +13 -0
  269. package/dist/lib/components/DangerZone/DangerZone.d.ts.map +1 -0
  270. package/dist/lib/components/DangerZone/DangerZoneSkeleton.d.ts +9 -0
  271. package/dist/lib/components/DangerZone/DangerZoneSkeleton.d.ts.map +1 -0
  272. package/dist/lib/components/DangerZone/index.d.ts +4 -0
  273. package/dist/lib/components/DangerZone/index.d.ts.map +1 -0
  274. package/dist/lib/components/DataTable/DataTable.d.ts +2 -11
  275. package/dist/lib/components/DataTable/DataTable.d.ts.map +1 -1
  276. package/dist/lib/components/DataTable/components/DataTableColumnHeader.d.ts.map +1 -1
  277. package/dist/lib/components/DataTable/components/DataTableEmpty.d.ts.map +1 -1
  278. package/dist/lib/components/DataTable/components/DataTableFilters.d.ts +11 -0
  279. package/dist/lib/components/DataTable/components/DataTableFilters.d.ts.map +1 -0
  280. package/dist/lib/components/DataTable/components/DataTableImportDialog.d.ts +16 -0
  281. package/dist/lib/components/DataTable/components/DataTableImportDialog.d.ts.map +1 -0
  282. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts +1 -2
  283. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts.map +1 -1
  284. package/dist/lib/components/DataTable/components/DataTableRowDensity.d.ts +11 -0
  285. package/dist/lib/components/DataTable/components/DataTableRowDensity.d.ts.map +1 -0
  286. package/dist/lib/components/DataTable/components/DataTableSearch.d.ts +14 -0
  287. package/dist/lib/components/DataTable/components/DataTableSearch.d.ts.map +1 -0
  288. package/dist/lib/components/DataTable/components/DataTableSelectionBar.d.ts +14 -0
  289. package/dist/lib/components/DataTable/components/DataTableSelectionBar.d.ts.map +1 -0
  290. package/dist/lib/components/DataTable/components/DataTableViewOptions.d.ts.map +1 -1
  291. package/dist/lib/components/DataTable/components/DataTableViewTabs.d.ts +7 -0
  292. package/dist/lib/components/DataTable/components/DataTableViewTabs.d.ts.map +1 -0
  293. package/dist/lib/components/DataTable/components/DataTableViewsMenu.d.ts +14 -0
  294. package/dist/lib/components/DataTable/components/DataTableViewsMenu.d.ts.map +1 -0
  295. package/dist/lib/components/DataTable/components/FilterWrapper.d.ts +21 -0
  296. package/dist/lib/components/DataTable/components/FilterWrapper.d.ts.map +1 -0
  297. package/dist/lib/components/DataTable/components/RowActions.d.ts +20 -0
  298. package/dist/lib/components/DataTable/components/RowActions.d.ts.map +1 -0
  299. package/dist/lib/components/DataTable/hooks/useAutoUpsert.d.ts +3 -0
  300. package/dist/lib/components/DataTable/hooks/useAutoUpsert.d.ts.map +1 -0
  301. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts +24 -2
  302. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts.map +1 -1
  303. package/dist/lib/components/DataTable/index.d.ts +11 -3
  304. package/dist/lib/components/DataTable/index.d.ts.map +1 -1
  305. package/dist/lib/components/DataTable/store/store.d.ts +28 -0
  306. package/dist/lib/components/DataTable/store/store.d.ts.map +1 -0
  307. package/dist/lib/components/DataTable/store/useTableSlice.d.ts +18 -0
  308. package/dist/lib/components/DataTable/store/useTableSlice.d.ts.map +1 -0
  309. package/dist/lib/components/DataTable/types.d.ts +55 -56
  310. package/dist/lib/components/DataTable/types.d.ts.map +1 -1
  311. package/dist/lib/components/DataTable/utils.d.ts +8 -1
  312. package/dist/lib/components/DataTable/utils.d.ts.map +1 -1
  313. package/dist/lib/components/DatePicker/DatePicker.d.ts +1 -1
  314. package/dist/lib/components/DatePicker/DatePicker.d.ts.map +1 -1
  315. package/dist/lib/components/Dialog/Dialog.d.ts +31 -0
  316. package/dist/lib/components/Dialog/Dialog.d.ts.map +1 -0
  317. package/dist/lib/components/Dialog/index.d.ts +3 -0
  318. package/dist/lib/components/Dialog/index.d.ts.map +1 -0
  319. package/dist/lib/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  320. package/dist/lib/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  321. package/dist/lib/components/DropdownMenu/types.d.ts +10 -1
  322. package/dist/lib/components/DropdownMenu/types.d.ts.map +1 -1
  323. package/dist/lib/components/Editor/context/editor-config-context.d.ts +9 -0
  324. package/dist/lib/components/Editor/context/editor-config-context.d.ts.map +1 -0
  325. package/dist/lib/components/Editor/context/toolbar-context.d.ts +18 -0
  326. package/dist/lib/components/Editor/context/toolbar-context.d.ts.map +1 -0
  327. package/dist/lib/components/Editor/editor-hooks/use-debounce.d.ts +2 -0
  328. package/dist/lib/components/Editor/editor-hooks/use-debounce.d.ts.map +1 -0
  329. package/dist/lib/components/Editor/editor-hooks/use-modal.d.ts +6 -0
  330. package/dist/lib/components/Editor/editor-hooks/use-modal.d.ts.map +1 -0
  331. package/dist/lib/components/Editor/editor-hooks/use-report.d.ts +2 -0
  332. package/dist/lib/components/Editor/editor-hooks/use-report.d.ts.map +1 -0
  333. package/dist/lib/components/Editor/editor-hooks/use-update-toolbar.d.ts +3 -0
  334. package/dist/lib/components/Editor/editor-hooks/use-update-toolbar.d.ts.map +1 -0
  335. package/dist/lib/components/Editor/editor-ui/button-group.d.ts +12 -0
  336. package/dist/lib/components/Editor/editor-ui/button-group.d.ts.map +1 -0
  337. package/dist/lib/components/Editor/editor-ui/button.d.ts +11 -0
  338. package/dist/lib/components/Editor/editor-ui/button.d.ts.map +1 -0
  339. package/dist/lib/components/Editor/editor-ui/code-button.d.ts +8 -0
  340. package/dist/lib/components/Editor/editor-ui/code-button.d.ts.map +1 -0
  341. package/dist/lib/components/Editor/editor-ui/color-picker.d.ts +92 -0
  342. package/dist/lib/components/Editor/editor-ui/color-picker.d.ts.map +1 -0
  343. package/dist/lib/components/Editor/editor-ui/command.d.ts +19 -0
  344. package/dist/lib/components/Editor/editor-ui/command.d.ts.map +1 -0
  345. package/dist/lib/components/Editor/editor-ui/content-editable.d.ts +9 -0
  346. package/dist/lib/components/Editor/editor-ui/content-editable.d.ts.map +1 -0
  347. package/dist/lib/components/Editor/editor-ui/dialog.d.ts +16 -0
  348. package/dist/lib/components/Editor/editor-ui/dialog.d.ts.map +1 -0
  349. package/dist/lib/components/Editor/editor-ui/image-component.d.ts +16 -0
  350. package/dist/lib/components/Editor/editor-ui/image-component.d.ts.map +1 -0
  351. package/dist/lib/components/Editor/editor-ui/image-resizer.d.ts +18 -0
  352. package/dist/lib/components/Editor/editor-ui/image-resizer.d.ts.map +1 -0
  353. package/dist/lib/components/Editor/editor-ui/input.d.ts +4 -0
  354. package/dist/lib/components/Editor/editor-ui/input.d.ts.map +1 -0
  355. package/dist/lib/components/Editor/editor-ui/label.d.ts +5 -0
  356. package/dist/lib/components/Editor/editor-ui/label.d.ts.map +1 -0
  357. package/dist/lib/components/Editor/editor-ui/popover.d.ts +8 -0
  358. package/dist/lib/components/Editor/editor-ui/popover.d.ts.map +1 -0
  359. package/dist/lib/components/Editor/editor-ui/scroll-area.d.ts +6 -0
  360. package/dist/lib/components/Editor/editor-ui/scroll-area.d.ts.map +1 -0
  361. package/dist/lib/components/Editor/editor-ui/select.d.ts +16 -0
  362. package/dist/lib/components/Editor/editor-ui/select.d.ts.map +1 -0
  363. package/dist/lib/components/Editor/editor-ui/separator.d.ts +5 -0
  364. package/dist/lib/components/Editor/editor-ui/separator.d.ts.map +1 -0
  365. package/dist/lib/components/Editor/editor-ui/tabs.d.ts +8 -0
  366. package/dist/lib/components/Editor/editor-ui/tabs.d.ts.map +1 -0
  367. package/dist/lib/components/Editor/editor-ui/toggle-group.d.ts +8 -0
  368. package/dist/lib/components/Editor/editor-ui/toggle-group.d.ts.map +1 -0
  369. package/dist/lib/components/Editor/editor-ui/toggle.d.ts +10 -0
  370. package/dist/lib/components/Editor/editor-ui/toggle.d.ts.map +1 -0
  371. package/dist/lib/components/Editor/editor-ui/tooltip.d.ts +8 -0
  372. package/dist/lib/components/Editor/editor-ui/tooltip.d.ts.map +1 -0
  373. package/dist/lib/components/Editor/index.d.ts +4 -0
  374. package/dist/lib/components/Editor/index.d.ts.map +1 -0
  375. package/dist/lib/components/Editor/nodes/autocomplete-node.d.ts +19 -0
  376. package/dist/lib/components/Editor/nodes/autocomplete-node.d.ts.map +1 -0
  377. package/dist/lib/components/Editor/nodes/embeds/tweet-node.d.ts +22 -0
  378. package/dist/lib/components/Editor/nodes/embeds/tweet-node.d.ts.map +1 -0
  379. package/dist/lib/components/Editor/nodes/embeds/youtube-node.d.ts +23 -0
  380. package/dist/lib/components/Editor/nodes/embeds/youtube-node.d.ts.map +1 -0
  381. package/dist/lib/components/Editor/nodes/emoji-node.d.ts +18 -0
  382. package/dist/lib/components/Editor/nodes/emoji-node.d.ts.map +1 -0
  383. package/dist/lib/components/Editor/nodes/image-node.d.ts +49 -0
  384. package/dist/lib/components/Editor/nodes/image-node.d.ts.map +1 -0
  385. package/dist/lib/components/Editor/nodes/keyword-node.d.ts +15 -0
  386. package/dist/lib/components/Editor/nodes/keyword-node.d.ts.map +1 -0
  387. package/dist/lib/components/Editor/nodes/layout-container-node.d.ts +23 -0
  388. package/dist/lib/components/Editor/nodes/layout-container-node.d.ts.map +1 -0
  389. package/dist/lib/components/Editor/nodes/layout-item-node.d.ts +15 -0
  390. package/dist/lib/components/Editor/nodes/layout-item-node.d.ts.map +1 -0
  391. package/dist/lib/components/Editor/nodes/mention-node.d.ts +21 -0
  392. package/dist/lib/components/Editor/nodes/mention-node.d.ts.map +1 -0
  393. package/dist/lib/components/Editor/nodes/nodes.d.ts +3 -0
  394. package/dist/lib/components/Editor/nodes/nodes.d.ts.map +1 -0
  395. package/dist/lib/components/Editor/nodes.d.ts +2 -0
  396. package/dist/lib/components/Editor/nodes.d.ts.map +1 -0
  397. package/dist/lib/components/Editor/plugins/actions/actions-plugin.d.ts +4 -0
  398. package/dist/lib/components/Editor/plugins/actions/actions-plugin.d.ts.map +1 -0
  399. package/dist/lib/components/Editor/plugins/actions/character-limit-plugin.d.ts +5 -0
  400. package/dist/lib/components/Editor/plugins/actions/character-limit-plugin.d.ts.map +1 -0
  401. package/dist/lib/components/Editor/plugins/actions/clear-editor-plugin.d.ts +2 -0
  402. package/dist/lib/components/Editor/plugins/actions/clear-editor-plugin.d.ts.map +1 -0
  403. package/dist/lib/components/Editor/plugins/actions/counter-character-plugin.d.ts +6 -0
  404. package/dist/lib/components/Editor/plugins/actions/counter-character-plugin.d.ts.map +1 -0
  405. package/dist/lib/components/Editor/plugins/actions/edit-mode-toggle-plugin.d.ts +2 -0
  406. package/dist/lib/components/Editor/plugins/actions/edit-mode-toggle-plugin.d.ts.map +1 -0
  407. package/dist/lib/components/Editor/plugins/actions/import-export-plugin.d.ts +2 -0
  408. package/dist/lib/components/Editor/plugins/actions/import-export-plugin.d.ts.map +1 -0
  409. package/dist/lib/components/Editor/plugins/actions/markdown-toggle-plugin.d.ts +6 -0
  410. package/dist/lib/components/Editor/plugins/actions/markdown-toggle-plugin.d.ts.map +1 -0
  411. package/dist/lib/components/Editor/plugins/actions/max-length-plugin.d.ts +4 -0
  412. package/dist/lib/components/Editor/plugins/actions/max-length-plugin.d.ts.map +1 -0
  413. package/dist/lib/components/Editor/plugins/actions/share-content-plugin.d.ts +2 -0
  414. package/dist/lib/components/Editor/plugins/actions/share-content-plugin.d.ts.map +1 -0
  415. package/dist/lib/components/Editor/plugins/actions/speech-to-text-plugin.d.ts +7 -0
  416. package/dist/lib/components/Editor/plugins/actions/speech-to-text-plugin.d.ts.map +1 -0
  417. package/dist/lib/components/Editor/plugins/actions/tree-view-plugin.d.ts +3 -0
  418. package/dist/lib/components/Editor/plugins/actions/tree-view-plugin.d.ts.map +1 -0
  419. package/dist/lib/components/Editor/plugins/auto-link-plugin.d.ts +3 -0
  420. package/dist/lib/components/Editor/plugins/auto-link-plugin.d.ts.map +1 -0
  421. package/dist/lib/components/Editor/plugins/autocomplete-plugin.d.ts +11 -0
  422. package/dist/lib/components/Editor/plugins/autocomplete-plugin.d.ts.map +1 -0
  423. package/dist/lib/components/Editor/plugins/code-action-menu-plugin.d.ts +4 -0
  424. package/dist/lib/components/Editor/plugins/code-action-menu-plugin.d.ts.map +1 -0
  425. package/dist/lib/components/Editor/plugins/code-highlight-plugin.d.ts +3 -0
  426. package/dist/lib/components/Editor/plugins/code-highlight-plugin.d.ts.map +1 -0
  427. package/dist/lib/components/Editor/plugins/component-picker-menu-plugin.d.ts +9 -0
  428. package/dist/lib/components/Editor/plugins/component-picker-menu-plugin.d.ts.map +1 -0
  429. package/dist/lib/components/Editor/plugins/context-menu-plugin.d.ts +3 -0
  430. package/dist/lib/components/Editor/plugins/context-menu-plugin.d.ts.map +1 -0
  431. package/dist/lib/components/Editor/plugins/drag-drop-paste-plugin.d.ts +2 -0
  432. package/dist/lib/components/Editor/plugins/drag-drop-paste-plugin.d.ts.map +1 -0
  433. package/dist/lib/components/Editor/plugins/draggable-block-plugin.d.ts +5 -0
  434. package/dist/lib/components/Editor/plugins/draggable-block-plugin.d.ts.map +1 -0
  435. package/dist/lib/components/Editor/plugins/embeds/auto-embed-plugin.d.ts +18 -0
  436. package/dist/lib/components/Editor/plugins/embeds/auto-embed-plugin.d.ts.map +1 -0
  437. package/dist/lib/components/Editor/plugins/embeds/twitter-plugin.d.ts +5 -0
  438. package/dist/lib/components/Editor/plugins/embeds/twitter-plugin.d.ts.map +1 -0
  439. package/dist/lib/components/Editor/plugins/embeds/youtube-plugin.d.ts +5 -0
  440. package/dist/lib/components/Editor/plugins/embeds/youtube-plugin.d.ts.map +1 -0
  441. package/dist/lib/components/Editor/plugins/emoji-picker-plugin.d.ts +2 -0
  442. package/dist/lib/components/Editor/plugins/emoji-picker-plugin.d.ts.map +1 -0
  443. package/dist/lib/components/Editor/plugins/emojis-plugin.d.ts +3 -0
  444. package/dist/lib/components/Editor/plugins/emojis-plugin.d.ts.map +1 -0
  445. package/dist/lib/components/Editor/plugins/floating-link-editor-plugin.d.ts +7 -0
  446. package/dist/lib/components/Editor/plugins/floating-link-editor-plugin.d.ts.map +1 -0
  447. package/dist/lib/components/Editor/plugins/floating-text-format-plugin.d.ts +7 -0
  448. package/dist/lib/components/Editor/plugins/floating-text-format-plugin.d.ts.map +1 -0
  449. package/dist/lib/components/Editor/plugins/images-plugin.d.ts +25 -0
  450. package/dist/lib/components/Editor/plugins/images-plugin.d.ts.map +1 -0
  451. package/dist/lib/components/Editor/plugins/keywords-plugin.d.ts +3 -0
  452. package/dist/lib/components/Editor/plugins/keywords-plugin.d.ts.map +1 -0
  453. package/dist/lib/components/Editor/plugins/layout-plugin.d.ts +13 -0
  454. package/dist/lib/components/Editor/plugins/layout-plugin.d.ts.map +1 -0
  455. package/dist/lib/components/Editor/plugins/link-plugin.d.ts +3 -0
  456. package/dist/lib/components/Editor/plugins/link-plugin.d.ts.map +1 -0
  457. package/dist/lib/components/Editor/plugins/list-max-indent-level-plugin.d.ts +4 -0
  458. package/dist/lib/components/Editor/plugins/list-max-indent-level-plugin.d.ts.map +1 -0
  459. package/dist/lib/components/Editor/plugins/mentions-plugin.d.ts +3 -0
  460. package/dist/lib/components/Editor/plugins/mentions-plugin.d.ts.map +1 -0
  461. package/dist/lib/components/Editor/plugins/picker/alignment-picker-plugin.d.ts +5 -0
  462. package/dist/lib/components/Editor/plugins/picker/alignment-picker-plugin.d.ts.map +1 -0
  463. package/dist/lib/components/Editor/plugins/picker/bulleted-list-picker-plugin.d.ts +3 -0
  464. package/dist/lib/components/Editor/plugins/picker/bulleted-list-picker-plugin.d.ts.map +1 -0
  465. package/dist/lib/components/Editor/plugins/picker/check-list-picker-plugin.d.ts +3 -0
  466. package/dist/lib/components/Editor/plugins/picker/check-list-picker-plugin.d.ts.map +1 -0
  467. package/dist/lib/components/Editor/plugins/picker/code-picker-plugin.d.ts +3 -0
  468. package/dist/lib/components/Editor/plugins/picker/code-picker-plugin.d.ts.map +1 -0
  469. package/dist/lib/components/Editor/plugins/picker/columns-layout-picker-plugin.d.ts +3 -0
  470. package/dist/lib/components/Editor/plugins/picker/columns-layout-picker-plugin.d.ts.map +1 -0
  471. package/dist/lib/components/Editor/plugins/picker/component-picker-menu-plugin.d.ts +2 -0
  472. package/dist/lib/components/Editor/plugins/picker/component-picker-menu-plugin.d.ts.map +1 -0
  473. package/dist/lib/components/Editor/plugins/picker/component-picker-option.d.ts +17 -0
  474. package/dist/lib/components/Editor/plugins/picker/component-picker-option.d.ts.map +1 -0
  475. package/dist/lib/components/Editor/plugins/picker/divider-picker-plugin.d.ts +3 -0
  476. package/dist/lib/components/Editor/plugins/picker/divider-picker-plugin.d.ts.map +1 -0
  477. package/dist/lib/components/Editor/plugins/picker/embeds-picker-plugin.d.ts +5 -0
  478. package/dist/lib/components/Editor/plugins/picker/embeds-picker-plugin.d.ts.map +1 -0
  479. package/dist/lib/components/Editor/plugins/picker/heading-picker-plugin.d.ts +5 -0
  480. package/dist/lib/components/Editor/plugins/picker/heading-picker-plugin.d.ts.map +1 -0
  481. package/dist/lib/components/Editor/plugins/picker/image-picker-plugin.d.ts +3 -0
  482. package/dist/lib/components/Editor/plugins/picker/image-picker-plugin.d.ts.map +1 -0
  483. package/dist/lib/components/Editor/plugins/picker/numbered-list-picker-plugin.d.ts +3 -0
  484. package/dist/lib/components/Editor/plugins/picker/numbered-list-picker-plugin.d.ts.map +1 -0
  485. package/dist/lib/components/Editor/plugins/picker/paragraph-picker-plugin.d.ts +3 -0
  486. package/dist/lib/components/Editor/plugins/picker/paragraph-picker-plugin.d.ts.map +1 -0
  487. package/dist/lib/components/Editor/plugins/picker/quote-picker-plugin.d.ts +3 -0
  488. package/dist/lib/components/Editor/plugins/picker/quote-picker-plugin.d.ts.map +1 -0
  489. package/dist/lib/components/Editor/plugins/picker/table-picker-plugin.d.ts +6 -0
  490. package/dist/lib/components/Editor/plugins/picker/table-picker-plugin.d.ts.map +1 -0
  491. package/dist/lib/components/Editor/plugins/plugins.d.ts +2 -0
  492. package/dist/lib/components/Editor/plugins/plugins.d.ts.map +1 -0
  493. package/dist/lib/components/Editor/plugins/tab-focus-plugin.d.ts +2 -0
  494. package/dist/lib/components/Editor/plugins/tab-focus-plugin.d.ts.map +1 -0
  495. package/dist/lib/components/Editor/plugins/table-plugin.d.ts +34 -0
  496. package/dist/lib/components/Editor/plugins/table-plugin.d.ts.map +1 -0
  497. package/dist/lib/components/Editor/plugins/toolbar/block-format/block-format-data.d.ts +5 -0
  498. package/dist/lib/components/Editor/plugins/toolbar/block-format/block-format-data.d.ts.map +1 -0
  499. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-bulleted-list.d.ts +2 -0
  500. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-bulleted-list.d.ts.map +1 -0
  501. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-check-list.d.ts +2 -0
  502. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-check-list.d.ts.map +1 -0
  503. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-code-block.d.ts +2 -0
  504. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-code-block.d.ts.map +1 -0
  505. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-heading.d.ts +5 -0
  506. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-heading.d.ts.map +1 -0
  507. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-numbered-list.d.ts +2 -0
  508. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-numbered-list.d.ts.map +1 -0
  509. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-paragraph.d.ts +2 -0
  510. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-paragraph.d.ts.map +1 -0
  511. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-quote.d.ts +2 -0
  512. package/dist/lib/components/Editor/plugins/toolbar/block-format/format-quote.d.ts.map +1 -0
  513. package/dist/lib/components/Editor/plugins/toolbar/block-format-toolbar-plugin.d.ts +4 -0
  514. package/dist/lib/components/Editor/plugins/toolbar/block-format-toolbar-plugin.d.ts.map +1 -0
  515. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-columns-layout.d.ts +2 -0
  516. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-columns-layout.d.ts.map +1 -0
  517. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-embeds.d.ts +2 -0
  518. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-embeds.d.ts.map +1 -0
  519. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-horizontal-rule.d.ts +2 -0
  520. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-horizontal-rule.d.ts.map +1 -0
  521. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-image.d.ts +2 -0
  522. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-image.d.ts.map +1 -0
  523. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-table.d.ts +2 -0
  524. package/dist/lib/components/Editor/plugins/toolbar/block-insert/insert-table.d.ts.map +1 -0
  525. package/dist/lib/components/Editor/plugins/toolbar/block-insert-plugin.d.ts +4 -0
  526. package/dist/lib/components/Editor/plugins/toolbar/block-insert-plugin.d.ts.map +1 -0
  527. package/dist/lib/components/Editor/plugins/toolbar/clear-formatting-toolbar-plugin.d.ts +2 -0
  528. package/dist/lib/components/Editor/plugins/toolbar/clear-formatting-toolbar-plugin.d.ts.map +1 -0
  529. package/dist/lib/components/Editor/plugins/toolbar/code-language-toolbar-plugin.d.ts +2 -0
  530. package/dist/lib/components/Editor/plugins/toolbar/code-language-toolbar-plugin.d.ts.map +1 -0
  531. package/dist/lib/components/Editor/plugins/toolbar/element-format-toolbar-plugin.d.ts +4 -0
  532. package/dist/lib/components/Editor/plugins/toolbar/element-format-toolbar-plugin.d.ts.map +1 -0
  533. package/dist/lib/components/Editor/plugins/toolbar/font-background-toolbar-plugin.d.ts +2 -0
  534. package/dist/lib/components/Editor/plugins/toolbar/font-background-toolbar-plugin.d.ts.map +1 -0
  535. package/dist/lib/components/Editor/plugins/toolbar/font-color-toolbar-plugin.d.ts +2 -0
  536. package/dist/lib/components/Editor/plugins/toolbar/font-color-toolbar-plugin.d.ts.map +1 -0
  537. package/dist/lib/components/Editor/plugins/toolbar/font-family-toolbar-plugin.d.ts +2 -0
  538. package/dist/lib/components/Editor/plugins/toolbar/font-family-toolbar-plugin.d.ts.map +1 -0
  539. package/dist/lib/components/Editor/plugins/toolbar/font-format-toolbar-plugin.d.ts +2 -0
  540. package/dist/lib/components/Editor/plugins/toolbar/font-format-toolbar-plugin.d.ts.map +1 -0
  541. package/dist/lib/components/Editor/plugins/toolbar/font-size-toolbar-plugin.d.ts +2 -0
  542. package/dist/lib/components/Editor/plugins/toolbar/font-size-toolbar-plugin.d.ts.map +1 -0
  543. package/dist/lib/components/Editor/plugins/toolbar/history-toolbar-plugin.d.ts +2 -0
  544. package/dist/lib/components/Editor/plugins/toolbar/history-toolbar-plugin.d.ts.map +1 -0
  545. package/dist/lib/components/Editor/plugins/toolbar/horizontal-rule-toolbar-plugin.d.ts +2 -0
  546. package/dist/lib/components/Editor/plugins/toolbar/horizontal-rule-toolbar-plugin.d.ts.map +1 -0
  547. package/dist/lib/components/Editor/plugins/toolbar/image-toolbar-plugin.d.ts +2 -0
  548. package/dist/lib/components/Editor/plugins/toolbar/image-toolbar-plugin.d.ts.map +1 -0
  549. package/dist/lib/components/Editor/plugins/toolbar/link-toolbar-plugin.d.ts +4 -0
  550. package/dist/lib/components/Editor/plugins/toolbar/link-toolbar-plugin.d.ts.map +1 -0
  551. package/dist/lib/components/Editor/plugins/toolbar/subsuper-toolbar-plugin.d.ts +2 -0
  552. package/dist/lib/components/Editor/plugins/toolbar/subsuper-toolbar-plugin.d.ts.map +1 -0
  553. package/dist/lib/components/Editor/plugins/toolbar/table-toolbar-plugin.d.ts +2 -0
  554. package/dist/lib/components/Editor/plugins/toolbar/table-toolbar-plugin.d.ts.map +1 -0
  555. package/dist/lib/components/Editor/plugins/toolbar/toolbar-plugin.d.ts +6 -0
  556. package/dist/lib/components/Editor/plugins/toolbar/toolbar-plugin.d.ts.map +1 -0
  557. package/dist/lib/components/Editor/plugins/typing-pref-plugin.d.ts +4 -0
  558. package/dist/lib/components/Editor/plugins/typing-pref-plugin.d.ts.map +1 -0
  559. package/dist/lib/components/Editor/plugins.d.ts +2 -0
  560. package/dist/lib/components/Editor/plugins.d.ts.map +1 -0
  561. package/dist/lib/components/Editor/shared/can-use-dom.d.ts +2 -0
  562. package/dist/lib/components/Editor/shared/can-use-dom.d.ts.map +1 -0
  563. package/dist/lib/components/Editor/shared/caret-from-point.d.ts +5 -0
  564. package/dist/lib/components/Editor/shared/caret-from-point.d.ts.map +1 -0
  565. package/dist/lib/components/Editor/shared/environment.d.ts +18 -0
  566. package/dist/lib/components/Editor/shared/environment.d.ts.map +1 -0
  567. package/dist/lib/components/Editor/shared/invariant.d.ts +2 -0
  568. package/dist/lib/components/Editor/shared/invariant.d.ts.map +1 -0
  569. package/dist/lib/components/Editor/shared/normalize-class-names.d.ts +2 -0
  570. package/dist/lib/components/Editor/shared/normalize-class-names.d.ts.map +1 -0
  571. package/dist/lib/components/Editor/shared/react-patches.d.ts +2 -0
  572. package/dist/lib/components/Editor/shared/react-patches.d.ts.map +1 -0
  573. package/dist/lib/components/Editor/shared/react-test-utils.d.ts +3 -0
  574. package/dist/lib/components/Editor/shared/react-test-utils.d.ts.map +1 -0
  575. package/dist/lib/components/Editor/shared/simple-diff-with-cursor.d.ts +6 -0
  576. package/dist/lib/components/Editor/shared/simple-diff-with-cursor.d.ts.map +1 -0
  577. package/dist/lib/components/Editor/shared/use-layout-effect.d.ts +4 -0
  578. package/dist/lib/components/Editor/shared/use-layout-effect.d.ts.map +1 -0
  579. package/dist/lib/components/Editor/shared/warn-only-once.d.ts +2 -0
  580. package/dist/lib/components/Editor/shared/warn-only-once.d.ts.map +1 -0
  581. package/dist/lib/components/Editor/themes/editor-theme.d.ts +3 -0
  582. package/dist/lib/components/Editor/themes/editor-theme.d.ts.map +1 -0
  583. package/dist/lib/components/Editor/transformers/index.d.ts +16 -0
  584. package/dist/lib/components/Editor/transformers/index.d.ts.map +1 -0
  585. package/dist/lib/components/Editor/transformers/markdown-emoji-transformer.d.ts +3 -0
  586. package/dist/lib/components/Editor/transformers/markdown-emoji-transformer.d.ts.map +1 -0
  587. package/dist/lib/components/Editor/transformers/markdown-hr-transformer.d.ts +3 -0
  588. package/dist/lib/components/Editor/transformers/markdown-hr-transformer.d.ts.map +1 -0
  589. package/dist/lib/components/Editor/transformers/markdown-image-transformer.d.ts +3 -0
  590. package/dist/lib/components/Editor/transformers/markdown-image-transformer.d.ts.map +1 -0
  591. package/dist/lib/components/Editor/transformers/markdown-table-transformer.d.ts +3 -0
  592. package/dist/lib/components/Editor/transformers/markdown-table-transformer.d.ts.map +1 -0
  593. package/dist/lib/components/Editor/transformers/markdown-tweet-transformer.d.ts +3 -0
  594. package/dist/lib/components/Editor/transformers/markdown-tweet-transformer.d.ts.map +1 -0
  595. package/dist/lib/components/Editor/types.d.ts +23 -0
  596. package/dist/lib/components/Editor/types.d.ts.map +1 -0
  597. package/dist/lib/components/Editor/utils/can-use-dom.d.ts +2 -0
  598. package/dist/lib/components/Editor/utils/can-use-dom.d.ts.map +1 -0
  599. package/dist/lib/components/Editor/utils/collapsible.d.ts +3 -0
  600. package/dist/lib/components/Editor/utils/collapsible.d.ts.map +1 -0
  601. package/dist/lib/components/Editor/utils/doc-serialization.d.ts +4 -0
  602. package/dist/lib/components/Editor/utils/doc-serialization.d.ts.map +1 -0
  603. package/dist/lib/components/Editor/utils/emoji-list.d.ts +21 -0
  604. package/dist/lib/components/Editor/utils/emoji-list.d.ts.map +1 -0
  605. package/dist/lib/components/Editor/utils/get-dom-range-rect.d.ts +2 -0
  606. package/dist/lib/components/Editor/utils/get-dom-range-rect.d.ts.map +1 -0
  607. package/dist/lib/components/Editor/utils/get-selected-node.d.ts +3 -0
  608. package/dist/lib/components/Editor/utils/get-selected-node.d.ts.map +1 -0
  609. package/dist/lib/components/Editor/utils/guard.d.ts +2 -0
  610. package/dist/lib/components/Editor/utils/guard.d.ts.map +1 -0
  611. package/dist/lib/components/Editor/utils/is-mobile-width.d.ts +2 -0
  612. package/dist/lib/components/Editor/utils/is-mobile-width.d.ts.map +1 -0
  613. package/dist/lib/components/Editor/utils/set-floating-elem-position-for-link-editor.d.ts +2 -0
  614. package/dist/lib/components/Editor/utils/set-floating-elem-position-for-link-editor.d.ts.map +1 -0
  615. package/dist/lib/components/Editor/utils/set-floating-elem-position.d.ts +2 -0
  616. package/dist/lib/components/Editor/utils/set-floating-elem-position.d.ts.map +1 -0
  617. package/dist/lib/components/Editor/utils/swipe.d.ts +5 -0
  618. package/dist/lib/components/Editor/utils/swipe.d.ts.map +1 -0
  619. package/dist/lib/components/Editor/utils/url.d.ts +3 -0
  620. package/dist/lib/components/Editor/utils/url.d.ts.map +1 -0
  621. package/dist/lib/components/Empty/Empty.d.ts +12 -0
  622. package/dist/lib/components/Empty/Empty.d.ts.map +1 -0
  623. package/dist/lib/components/Empty/index.d.ts +3 -0
  624. package/dist/lib/components/Empty/index.d.ts.map +1 -0
  625. package/dist/lib/components/ErrorBoundary/ErrorBoundary.d.ts +7 -0
  626. package/dist/lib/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  627. package/dist/lib/components/ErrorBoundary/ErrorPage.d.ts +38 -0
  628. package/dist/lib/components/ErrorBoundary/ErrorPage.d.ts.map +1 -0
  629. package/dist/lib/components/ErrorBoundary/index.d.ts +3 -0
  630. package/dist/lib/components/ErrorBoundary/index.d.ts.map +1 -0
  631. package/dist/lib/components/FilePreview/FilePreview.d.ts +8 -0
  632. package/dist/lib/components/FilePreview/FilePreview.d.ts.map +1 -0
  633. package/dist/lib/components/FilePreview/index.d.ts +2 -0
  634. package/dist/lib/components/FilePreview/index.d.ts.map +1 -0
  635. package/dist/lib/components/Form/Form.d.ts +5 -3
  636. package/dist/lib/components/Form/Form.d.ts.map +1 -1
  637. package/dist/lib/components/HierarchyGraph/HierarchyGraph.d.ts +24 -0
  638. package/dist/lib/components/HierarchyGraph/HierarchyGraph.d.ts.map +1 -0
  639. package/dist/lib/components/HierarchyGraph/index.d.ts +5 -0
  640. package/dist/lib/components/HierarchyGraph/index.d.ts.map +1 -0
  641. package/dist/lib/components/PageHeader/PageHeader.d.ts +8 -0
  642. package/dist/lib/components/PageHeader/PageHeader.d.ts.map +1 -0
  643. package/dist/lib/components/PageHeader/PageHeaderSkeleton.d.ts +10 -0
  644. package/dist/lib/components/PageHeader/PageHeaderSkeleton.d.ts.map +1 -0
  645. package/dist/lib/components/PageHeader/index.d.ts +3 -0
  646. package/dist/lib/components/PageHeader/index.d.ts.map +1 -0
  647. package/dist/lib/components/PhoneField/PhoneField.d.ts.map +1 -1
  648. package/dist/lib/components/RadioGroup/RadioGroup.d.ts +23 -0
  649. package/dist/lib/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  650. package/dist/lib/components/RadioGroup/index.d.ts +3 -0
  651. package/dist/lib/components/RadioGroup/index.d.ts.map +1 -0
  652. package/dist/lib/components/Select/Select.d.ts +8 -10
  653. package/dist/lib/components/Select/Select.d.ts.map +1 -1
  654. package/dist/lib/components/Select/SelectFilter.d.ts +20 -0
  655. package/dist/lib/components/Select/SelectFilter.d.ts.map +1 -0
  656. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts +3 -1
  657. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  658. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts +13 -6
  659. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts.map +1 -1
  660. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts +17 -1
  661. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts.map +1 -1
  662. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts +9 -2
  663. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts.map +1 -1
  664. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts +2 -1
  665. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts.map +1 -1
  666. package/dist/lib/components/Select/hooks/useSelect.d.ts +3 -1
  667. package/dist/lib/components/Select/hooks/useSelect.d.ts.map +1 -1
  668. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts +2 -1
  669. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts.map +1 -1
  670. package/dist/lib/components/Select/index.d.ts +4 -2
  671. package/dist/lib/components/Select/index.d.ts.map +1 -1
  672. package/dist/lib/components/Select/types.d.ts +8 -1
  673. package/dist/lib/components/Select/types.d.ts.map +1 -1
  674. package/dist/lib/components/Sidebar/Sidebar.d.ts +24 -0
  675. package/dist/lib/components/Sidebar/Sidebar.d.ts.map +1 -0
  676. package/dist/lib/components/Sidebar/index.d.ts +2 -0
  677. package/dist/lib/components/Sidebar/index.d.ts.map +1 -0
  678. package/dist/lib/components/Sortable/Sortable.d.ts +39 -0
  679. package/dist/lib/components/Sortable/Sortable.d.ts.map +1 -0
  680. package/dist/lib/components/Sortable/index.d.ts +3 -0
  681. package/dist/lib/components/Sortable/index.d.ts.map +1 -0
  682. package/dist/lib/components/StepProgressIndicator/StepProgressIndicator.d.ts +12 -0
  683. package/dist/lib/components/StepProgressIndicator/StepProgressIndicator.d.ts.map +1 -0
  684. package/dist/lib/components/StepProgressIndicator/index.d.ts +3 -0
  685. package/dist/lib/components/StepProgressIndicator/index.d.ts.map +1 -0
  686. package/dist/lib/components/Switch/Switch.d.ts.map +1 -1
  687. package/dist/lib/components/Tabs/Tabs.d.ts +27 -0
  688. package/dist/lib/components/Tabs/Tabs.d.ts.map +1 -0
  689. package/dist/lib/components/Tabs/TabsSkeleton.d.ts +11 -0
  690. package/dist/lib/components/Tabs/TabsSkeleton.d.ts.map +1 -0
  691. package/dist/lib/components/Tabs/index.d.ts +3 -0
  692. package/dist/lib/components/Tabs/index.d.ts.map +1 -0
  693. package/dist/lib/components/TextArea/TextArea.d.ts.map +1 -1
  694. package/dist/lib/components/UploadFile/UploadFile.d.ts +26 -0
  695. package/dist/lib/components/UploadFile/UploadFile.d.ts.map +1 -0
  696. package/dist/lib/components/UploadFile/index.d.ts +2 -0
  697. package/dist/lib/components/UploadFile/index.d.ts.map +1 -0
  698. package/dist/lib/components/ValueFilter/ValueFilter.d.ts +11 -0
  699. package/dist/lib/components/ValueFilter/ValueFilter.d.ts.map +1 -0
  700. package/dist/lib/components/ValueFilter/index.d.ts +3 -0
  701. package/dist/lib/components/ValueFilter/index.d.ts.map +1 -0
  702. package/dist/lib/components/ViewTabs/ViewTabs.d.ts +23 -0
  703. package/dist/lib/components/ViewTabs/ViewTabs.d.ts.map +1 -0
  704. package/dist/lib/components/ViewTabs/index.d.ts +3 -0
  705. package/dist/lib/components/ViewTabs/index.d.ts.map +1 -0
  706. package/dist/lib/components/index.d.ts +19 -0
  707. package/dist/lib/components/index.d.ts.map +1 -1
  708. package/dist/lib/config/index.d.ts +6 -0
  709. package/dist/lib/config/index.d.ts.map +1 -1
  710. package/dist/lib/context/ConfirmContext.d.ts +21 -0
  711. package/dist/lib/context/ConfirmContext.d.ts.map +1 -0
  712. package/dist/lib/context/index.d.ts +1 -0
  713. package/dist/lib/context/index.d.ts.map +1 -1
  714. package/dist/lib/hooks/index.d.ts +5 -0
  715. package/dist/lib/hooks/index.d.ts.map +1 -1
  716. package/dist/lib/hooks/useConfirm.d.ts +4 -0
  717. package/dist/lib/hooks/useConfirm.d.ts.map +1 -0
  718. package/dist/lib/hooks/useDialog.d.ts +11 -0
  719. package/dist/lib/hooks/useDialog.d.ts.map +1 -0
  720. package/dist/lib/hooks/useIsMobile.d.ts +2 -0
  721. package/dist/lib/hooks/useIsMobile.d.ts.map +1 -0
  722. package/dist/lib/hooks/useSlugParams.d.ts +12 -0
  723. package/dist/lib/hooks/useSlugParams.d.ts.map +1 -0
  724. package/dist/lib/hooks/useTimer.d.ts +6 -0
  725. package/dist/lib/hooks/useTimer.d.ts.map +1 -0
  726. package/dist/lib/index.d.ts +1 -0
  727. package/dist/lib/index.d.ts.map +1 -1
  728. package/dist/lib/selects/app/AppFilter.d.ts +11 -0
  729. package/dist/lib/selects/app/AppFilter.d.ts.map +1 -0
  730. package/dist/lib/selects/app/AppSelector.d.ts +4 -0
  731. package/dist/lib/selects/app/AppSelector.d.ts.map +1 -0
  732. package/dist/lib/selects/app/index.d.ts +3 -0
  733. package/dist/lib/selects/app/index.d.ts.map +1 -0
  734. package/dist/lib/selects/app-code/AppCodeFilter.d.ts +11 -0
  735. package/dist/lib/selects/app-code/AppCodeFilter.d.ts.map +1 -0
  736. package/dist/lib/selects/app-code/AppCodeSelector.d.ts +4 -0
  737. package/dist/lib/selects/app-code/AppCodeSelector.d.ts.map +1 -0
  738. package/dist/lib/selects/app-code/index.d.ts +3 -0
  739. package/dist/lib/selects/app-code/index.d.ts.map +1 -0
  740. package/dist/lib/selects/cloud-provider/CloudProviderFilter.d.ts +11 -0
  741. package/dist/lib/selects/cloud-provider/CloudProviderFilter.d.ts.map +1 -0
  742. package/dist/lib/selects/cloud-provider/CloudProviderSelector.d.ts +4 -0
  743. package/dist/lib/selects/cloud-provider/CloudProviderSelector.d.ts.map +1 -0
  744. package/dist/lib/selects/cloud-provider/index.d.ts +3 -0
  745. package/dist/lib/selects/cloud-provider/index.d.ts.map +1 -0
  746. package/dist/lib/selects/currency/CurrencyFilter.d.ts +11 -0
  747. package/dist/lib/selects/currency/CurrencyFilter.d.ts.map +1 -0
  748. package/dist/lib/selects/currency/CurrencySelector.d.ts +4 -0
  749. package/dist/lib/selects/currency/CurrencySelector.d.ts.map +1 -0
  750. package/dist/lib/selects/currency/currencies.d.ts +3 -0
  751. package/dist/lib/selects/currency/currencies.d.ts.map +1 -0
  752. package/dist/lib/selects/currency/index.d.ts +3 -0
  753. package/dist/lib/selects/currency/index.d.ts.map +1 -0
  754. package/dist/lib/selects/deployment/DeploymentFilter.d.ts +11 -0
  755. package/dist/lib/selects/deployment/DeploymentFilter.d.ts.map +1 -0
  756. package/dist/lib/selects/deployment/DeploymentSelector.d.ts +4 -0
  757. package/dist/lib/selects/deployment/DeploymentSelector.d.ts.map +1 -0
  758. package/dist/lib/selects/deployment/index.d.ts +3 -0
  759. package/dist/lib/selects/deployment/index.d.ts.map +1 -0
  760. package/dist/lib/selects/feature/FeatureFilter.d.ts +11 -0
  761. package/dist/lib/selects/feature/FeatureFilter.d.ts.map +1 -0
  762. package/dist/lib/selects/feature/FeatureSelector.d.ts +4 -0
  763. package/dist/lib/selects/feature/FeatureSelector.d.ts.map +1 -0
  764. package/dist/lib/selects/feature/index.d.ts +3 -0
  765. package/dist/lib/selects/feature/index.d.ts.map +1 -0
  766. package/dist/lib/selects/index.d.ts +12 -0
  767. package/dist/lib/selects/index.d.ts.map +1 -0
  768. package/dist/lib/selects/industry/IndustryFilter.d.ts +11 -0
  769. package/dist/lib/selects/industry/IndustryFilter.d.ts.map +1 -0
  770. package/dist/lib/selects/industry/IndustrySelector.d.ts +4 -0
  771. package/dist/lib/selects/industry/IndustrySelector.d.ts.map +1 -0
  772. package/dist/lib/selects/industry/index.d.ts +3 -0
  773. package/dist/lib/selects/industry/index.d.ts.map +1 -0
  774. package/dist/lib/selects/locale/LocaleFilter.d.ts +11 -0
  775. package/dist/lib/selects/locale/LocaleFilter.d.ts.map +1 -0
  776. package/dist/lib/selects/locale/LocaleSelector.d.ts +4 -0
  777. package/dist/lib/selects/locale/LocaleSelector.d.ts.map +1 -0
  778. package/dist/lib/selects/locale/index.d.ts +3 -0
  779. package/dist/lib/selects/locale/index.d.ts.map +1 -0
  780. package/dist/lib/selects/locale/locales.d.ts +3 -0
  781. package/dist/lib/selects/locale/locales.d.ts.map +1 -0
  782. package/dist/lib/selects/microfrontend/MicrofrontendSelector.d.ts +4 -0
  783. package/dist/lib/selects/microfrontend/MicrofrontendSelector.d.ts.map +1 -0
  784. package/dist/lib/selects/microfrontend/index.d.ts +2 -0
  785. package/dist/lib/selects/microfrontend/index.d.ts.map +1 -0
  786. package/dist/lib/selects/plan/PlanFilter.d.ts +11 -0
  787. package/dist/lib/selects/plan/PlanFilter.d.ts.map +1 -0
  788. package/dist/lib/selects/plan/PlanSelector.d.ts +4 -0
  789. package/dist/lib/selects/plan/PlanSelector.d.ts.map +1 -0
  790. package/dist/lib/selects/plan/index.d.ts +3 -0
  791. package/dist/lib/selects/plan/index.d.ts.map +1 -0
  792. package/dist/lib/selects/region/RegionFilter.d.ts +11 -0
  793. package/dist/lib/selects/region/RegionFilter.d.ts.map +1 -0
  794. package/dist/lib/selects/region/RegionSelector.d.ts +4 -0
  795. package/dist/lib/selects/region/RegionSelector.d.ts.map +1 -0
  796. package/dist/lib/selects/region/index.d.ts +3 -0
  797. package/dist/lib/selects/region/index.d.ts.map +1 -0
  798. package/dist/lib/selects/timezone/TimezoneFilter.d.ts +11 -0
  799. package/dist/lib/selects/timezone/TimezoneFilter.d.ts.map +1 -0
  800. package/dist/lib/selects/timezone/TimezoneSelector.d.ts +4 -0
  801. package/dist/lib/selects/timezone/TimezoneSelector.d.ts.map +1 -0
  802. package/dist/lib/selects/timezone/index.d.ts +3 -0
  803. package/dist/lib/selects/timezone/index.d.ts.map +1 -0
  804. package/dist/lib/selects/timezone/timezones.d.ts +3 -0
  805. package/dist/lib/selects/timezone/timezones.d.ts.map +1 -0
  806. package/dist/lib/services/table-views.service.d.ts +25 -0
  807. package/dist/lib/services/table-views.service.d.ts.map +1 -0
  808. package/dist/lib/types/api-response.d.ts +21 -0
  809. package/dist/lib/types/api-response.d.ts.map +1 -0
  810. package/dist/lib/types/table-filter.d.ts +41 -0
  811. package/dist/lib/types/table-filter.d.ts.map +1 -0
  812. package/dist/lib/utils/axios.d.ts.map +1 -1
  813. package/dist/lib/utils/index.d.ts +1 -0
  814. package/dist/lib/utils/index.d.ts.map +1 -1
  815. package/dist/lib/utils/motion.d.ts +2 -0
  816. package/dist/lib/utils/motion.d.ts.map +1 -0
  817. package/dist/lib/utils/slug.d.ts +7 -0
  818. package/dist/lib/utils/slug.d.ts.map +1 -0
  819. package/dist/plus.js +18 -0
  820. package/dist/plus.js.map +1 -0
  821. package/dist/popover.js +3 -299
  822. package/dist/popover.js.map +1 -1
  823. package/dist/proxy.js +11392 -0
  824. package/dist/proxy.js.map +1 -0
  825. package/dist/react-error-boundary.js +67 -0
  826. package/dist/react-error-boundary.js.map +1 -0
  827. package/dist/select2.js +116 -0
  828. package/dist/select2.js.map +1 -0
  829. package/dist/selects/app-code.js +37 -0
  830. package/dist/selects/app-code.js.map +1 -0
  831. package/dist/selects/app.js +2 -0
  832. package/dist/selects/app.js.map +1 -0
  833. package/dist/selects/cloud-provider.js +2 -0
  834. package/dist/selects/cloud-provider.js.map +1 -0
  835. package/dist/selects/currency.js +2 -0
  836. package/dist/selects/currency.js.map +1 -0
  837. package/dist/selects/deployment.js +2 -0
  838. package/dist/selects/deployment.js.map +1 -0
  839. package/dist/selects/feature.js +2 -0
  840. package/dist/selects/feature.js.map +1 -0
  841. package/dist/selects/industry.js +2 -0
  842. package/dist/selects/industry.js.map +1 -0
  843. package/dist/selects/locale.js +2 -0
  844. package/dist/selects/locale.js.map +1 -0
  845. package/dist/selects/microfrontend.js +2 -0
  846. package/dist/selects/microfrontend.js.map +1 -0
  847. package/dist/selects/plan.js +2 -0
  848. package/dist/selects/plan.js.map +1 -0
  849. package/dist/selects/region.js +2 -0
  850. package/dist/selects/region.js.map +1 -0
  851. package/dist/selects/timezone.js +2 -0
  852. package/dist/selects/timezone.js.map +1 -0
  853. package/dist/separator2.js +2 -28
  854. package/dist/separator2.js.map +1 -1
  855. package/dist/shadcn/index.d.ts +2 -0
  856. package/dist/shadcn/index.d.ts.map +1 -1
  857. package/dist/shadcn/shadcnBreadcrumb/breadcrumb.d.ts +18 -0
  858. package/dist/shadcn/shadcnBreadcrumb/breadcrumb.d.ts.map +1 -0
  859. package/dist/shadcn/shadcnBreadcrumb/index.d.ts +2 -0
  860. package/dist/shadcn/shadcnBreadcrumb/index.d.ts.map +1 -0
  861. package/dist/shadcn/shadcnCalendar/calendar.d.ts +1 -1
  862. package/dist/shadcn/shadcnCalendar/calendar.d.ts.map +1 -1
  863. package/dist/shadcn/shadcnChart/Chart.d.ts +2 -2
  864. package/dist/shadcn/shadcnChart/Chart.d.ts.map +1 -1
  865. package/dist/shadcn/shadcnCollapsible/collapsible.d.ts +7 -0
  866. package/dist/shadcn/shadcnCollapsible/collapsible.d.ts.map +1 -0
  867. package/dist/shadcn/shadcnCollapsible/index.d.ts +2 -0
  868. package/dist/shadcn/shadcnCollapsible/index.d.ts.map +1 -0
  869. package/dist/shadcn/shadcnDialog/dialog.d.ts +20 -0
  870. package/dist/shadcn/shadcnDialog/dialog.d.ts.map +1 -0
  871. package/dist/shadcn/shadcnDialog/index.d.ts +2 -0
  872. package/dist/shadcn/shadcnDialog/index.d.ts.map +1 -0
  873. package/dist/shadcn/shadcnDropdownMenu/dropdown-menu.d.ts +1 -1
  874. package/dist/shadcn/shadcnDropdownMenu/dropdown-menu.d.ts.map +1 -1
  875. package/dist/shadcn/shadcnForm/form.d.ts +1 -1
  876. package/dist/shadcn/shadcnForm/form.d.ts.map +1 -1
  877. package/dist/shadcn/shadcnInputOTP/InputOTP.d.ts +1 -1
  878. package/dist/shadcn/shadcnInputOTP/InputOTP.d.ts.map +1 -1
  879. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts +1 -1
  880. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts.map +1 -1
  881. package/dist/shadcn/shadcnProgress/Progress.d.ts +1 -1
  882. package/dist/shadcn/shadcnProgress/Progress.d.ts.map +1 -1
  883. package/dist/shadcn/shadcnRadioGroup/RadioGroup.d.ts +6 -0
  884. package/dist/shadcn/shadcnRadioGroup/RadioGroup.d.ts.map +1 -0
  885. package/dist/shadcn/shadcnRadioGroup/index.d.ts +2 -0
  886. package/dist/shadcn/shadcnRadioGroup/index.d.ts.map +1 -0
  887. package/dist/shadcn/shadcnSheet/sheet.d.ts +1 -1
  888. package/dist/shadcn/shadcnSheet/sheet.d.ts.map +1 -1
  889. package/dist/shadcn/shadcnSidebar/index.d.ts +2 -0
  890. package/dist/shadcn/shadcnSidebar/index.d.ts.map +1 -0
  891. package/dist/shadcn/shadcnSidebar/sidebar.d.ts +86 -0
  892. package/dist/shadcn/shadcnSidebar/sidebar.d.ts.map +1 -0
  893. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts +2 -1
  894. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts.map +1 -1
  895. package/dist/shadcn/shadcnSwitch/Switch.d.ts.map +1 -1
  896. package/dist/shadcn/shadcnTable/table.d.ts +1 -1
  897. package/dist/shadcn/shadcnTable/table.d.ts.map +1 -1
  898. package/dist/shadcn/shadcnTabs/index.d.ts +2 -0
  899. package/dist/shadcn/shadcnTabs/index.d.ts.map +1 -0
  900. package/dist/shadcn/shadcnTabs/tabs.d.ts +8 -0
  901. package/dist/shadcn/shadcnTabs/tabs.d.ts.map +1 -0
  902. package/dist/shadcn/shadcnTooltip/tooltip.d.ts +1 -1
  903. package/dist/shadcn/shadcnTooltip/tooltip.d.ts.map +1 -1
  904. package/dist/share-2.js +42 -0
  905. package/dist/share-2.js.map +1 -0
  906. package/dist/text-align-justify.js +34 -0
  907. package/dist/text-align-justify.js.map +1 -0
  908. package/dist/trash-2.js +55 -0
  909. package/dist/trash-2.js.map +1 -0
  910. package/dist/types/api-response.js +2 -0
  911. package/dist/types/api-response.js.map +1 -0
  912. package/dist/types/table-filter.js +17 -0
  913. package/dist/types/table-filter.js.map +1 -0
  914. package/dist/upload.js +19 -0
  915. package/dist/upload.js.map +1 -0
  916. package/dist/useConfirm.js +37 -0
  917. package/dist/useConfirm.js.map +1 -0
  918. package/dist/useDataTable.js +26545 -0
  919. package/dist/useDataTable.js.map +1 -0
  920. package/dist/useIsMobile.js +19 -0
  921. package/dist/useIsMobile.js.map +1 -0
  922. package/dist/{useSSE.js → useTimer.js} +33 -3
  923. package/dist/useTimer.js.map +1 -0
  924. package/dist/utils/axios.js +2 -4167
  925. package/dist/utils/axios.js.map +1 -1
  926. package/dist/utils/motion.js +4425 -0
  927. package/dist/utils/motion.js.map +1 -0
  928. package/dist/utils/slug.js +15 -0
  929. package/dist/utils/slug.js.map +1 -0
  930. package/dist/utils.js +3137 -3750
  931. package/dist/utils.js.map +1 -1
  932. package/dist/value.js +820 -0
  933. package/dist/value.js.map +1 -0
  934. package/package.json +186 -3
  935. package/dist/lib/components/DataTable/components/DataTableToolbar.d.ts +0 -15
  936. package/dist/lib/components/DataTable/components/DataTableToolbar.d.ts.map +0 -1
  937. package/dist/useSSE.js.map +0 -1
  938. package/dist/utils2.js +0 -3042
  939. package/dist/utils2.js.map +0 -1
package/dist/Sonner.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
- import React__default, { useEffect } from 'react';
3
- import ReactDOM__default from 'react-dom';
2
+ import { useEffect } from 'react';
3
+ import { T as Toaster$2, t as toast } from './index17.js';
4
4
  import { T as TOAST_EVENT } from './toast.js';
5
5
  import { u as useTheme } from './useTheme.js';
6
6
  import { L as LoaderCircle } from './loader-circle.js';
@@ -23,1138 +23,6 @@ const __iconNode = [
23
23
  ];
24
24
  const CircleX = createLucideIcon("circle-x", __iconNode);
25
25
 
26
- function __insertCSS(code) {
27
- if (typeof document == 'undefined') return
28
- let head = document.head || document.getElementsByTagName('head')[0];
29
- let style = document.createElement('style');
30
- style.type = 'text/css';
31
- head.appendChild(style)
32
- ;style.styleSheet ? (style.styleSheet.cssText = code) : style.appendChild(document.createTextNode(code));
33
- }
34
-
35
- const getAsset = (type)=>{
36
- switch(type){
37
- case 'success':
38
- return SuccessIcon;
39
- case 'info':
40
- return InfoIcon;
41
- case 'warning':
42
- return WarningIcon;
43
- case 'error':
44
- return ErrorIcon;
45
- default:
46
- return null;
47
- }
48
- };
49
- const bars = Array(12).fill(0);
50
- const Loader = ({ visible, className })=>{
51
- return /*#__PURE__*/ React__default.createElement("div", {
52
- className: [
53
- 'sonner-loading-wrapper',
54
- className
55
- ].filter(Boolean).join(' '),
56
- "data-visible": visible
57
- }, /*#__PURE__*/ React__default.createElement("div", {
58
- className: "sonner-spinner"
59
- }, bars.map((_, i)=>/*#__PURE__*/ React__default.createElement("div", {
60
- className: "sonner-loading-bar",
61
- key: `spinner-bar-${i}`
62
- }))));
63
- };
64
- const SuccessIcon = /*#__PURE__*/ React__default.createElement("svg", {
65
- xmlns: "http://www.w3.org/2000/svg",
66
- viewBox: "0 0 20 20",
67
- fill: "currentColor",
68
- height: "20",
69
- width: "20"
70
- }, /*#__PURE__*/ React__default.createElement("path", {
71
- fillRule: "evenodd",
72
- d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",
73
- clipRule: "evenodd"
74
- }));
75
- const WarningIcon = /*#__PURE__*/ React__default.createElement("svg", {
76
- xmlns: "http://www.w3.org/2000/svg",
77
- viewBox: "0 0 24 24",
78
- fill: "currentColor",
79
- height: "20",
80
- width: "20"
81
- }, /*#__PURE__*/ React__default.createElement("path", {
82
- fillRule: "evenodd",
83
- d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",
84
- clipRule: "evenodd"
85
- }));
86
- const InfoIcon = /*#__PURE__*/ React__default.createElement("svg", {
87
- xmlns: "http://www.w3.org/2000/svg",
88
- viewBox: "0 0 20 20",
89
- fill: "currentColor",
90
- height: "20",
91
- width: "20"
92
- }, /*#__PURE__*/ React__default.createElement("path", {
93
- fillRule: "evenodd",
94
- d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",
95
- clipRule: "evenodd"
96
- }));
97
- const ErrorIcon = /*#__PURE__*/ React__default.createElement("svg", {
98
- xmlns: "http://www.w3.org/2000/svg",
99
- viewBox: "0 0 20 20",
100
- fill: "currentColor",
101
- height: "20",
102
- width: "20"
103
- }, /*#__PURE__*/ React__default.createElement("path", {
104
- fillRule: "evenodd",
105
- d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",
106
- clipRule: "evenodd"
107
- }));
108
- const CloseIcon = /*#__PURE__*/ React__default.createElement("svg", {
109
- xmlns: "http://www.w3.org/2000/svg",
110
- width: "12",
111
- height: "12",
112
- viewBox: "0 0 24 24",
113
- fill: "none",
114
- stroke: "currentColor",
115
- strokeWidth: "1.5",
116
- strokeLinecap: "round",
117
- strokeLinejoin: "round"
118
- }, /*#__PURE__*/ React__default.createElement("line", {
119
- x1: "18",
120
- y1: "6",
121
- x2: "6",
122
- y2: "18"
123
- }), /*#__PURE__*/ React__default.createElement("line", {
124
- x1: "6",
125
- y1: "6",
126
- x2: "18",
127
- y2: "18"
128
- }));
129
-
130
- const useIsDocumentHidden = ()=>{
131
- const [isDocumentHidden, setIsDocumentHidden] = React__default.useState(document.hidden);
132
- React__default.useEffect(()=>{
133
- const callback = ()=>{
134
- setIsDocumentHidden(document.hidden);
135
- };
136
- document.addEventListener('visibilitychange', callback);
137
- return ()=>window.removeEventListener('visibilitychange', callback);
138
- }, []);
139
- return isDocumentHidden;
140
- };
141
-
142
- let toastsCounter = 1;
143
- class Observer {
144
- constructor(){
145
- // We use arrow functions to maintain the correct `this` reference
146
- this.subscribe = (subscriber)=>{
147
- this.subscribers.push(subscriber);
148
- return ()=>{
149
- const index = this.subscribers.indexOf(subscriber);
150
- this.subscribers.splice(index, 1);
151
- };
152
- };
153
- this.publish = (data)=>{
154
- this.subscribers.forEach((subscriber)=>subscriber(data));
155
- };
156
- this.addToast = (data)=>{
157
- this.publish(data);
158
- this.toasts = [
159
- ...this.toasts,
160
- data
161
- ];
162
- };
163
- this.create = (data)=>{
164
- var _data_id;
165
- const { message, ...rest } = data;
166
- const id = typeof (data == null ? void 0 : data.id) === 'number' || ((_data_id = data.id) == null ? void 0 : _data_id.length) > 0 ? data.id : toastsCounter++;
167
- const alreadyExists = this.toasts.find((toast)=>{
168
- return toast.id === id;
169
- });
170
- const dismissible = data.dismissible === undefined ? true : data.dismissible;
171
- if (this.dismissedToasts.has(id)) {
172
- this.dismissedToasts.delete(id);
173
- }
174
- if (alreadyExists) {
175
- this.toasts = this.toasts.map((toast)=>{
176
- if (toast.id === id) {
177
- this.publish({
178
- ...toast,
179
- ...data,
180
- id,
181
- title: message
182
- });
183
- return {
184
- ...toast,
185
- ...data,
186
- id,
187
- dismissible,
188
- title: message
189
- };
190
- }
191
- return toast;
192
- });
193
- } else {
194
- this.addToast({
195
- title: message,
196
- ...rest,
197
- dismissible,
198
- id
199
- });
200
- }
201
- return id;
202
- };
203
- this.dismiss = (id)=>{
204
- if (id) {
205
- this.dismissedToasts.add(id);
206
- requestAnimationFrame(()=>this.subscribers.forEach((subscriber)=>subscriber({
207
- id,
208
- dismiss: true
209
- })));
210
- } else {
211
- this.toasts.forEach((toast)=>{
212
- this.subscribers.forEach((subscriber)=>subscriber({
213
- id: toast.id,
214
- dismiss: true
215
- }));
216
- });
217
- }
218
- return id;
219
- };
220
- this.message = (message, data)=>{
221
- return this.create({
222
- ...data,
223
- message
224
- });
225
- };
226
- this.error = (message, data)=>{
227
- return this.create({
228
- ...data,
229
- message,
230
- type: 'error'
231
- });
232
- };
233
- this.success = (message, data)=>{
234
- return this.create({
235
- ...data,
236
- type: 'success',
237
- message
238
- });
239
- };
240
- this.info = (message, data)=>{
241
- return this.create({
242
- ...data,
243
- type: 'info',
244
- message
245
- });
246
- };
247
- this.warning = (message, data)=>{
248
- return this.create({
249
- ...data,
250
- type: 'warning',
251
- message
252
- });
253
- };
254
- this.loading = (message, data)=>{
255
- return this.create({
256
- ...data,
257
- type: 'loading',
258
- message
259
- });
260
- };
261
- this.promise = (promise, data)=>{
262
- if (!data) {
263
- // Nothing to show
264
- return;
265
- }
266
- let id = undefined;
267
- if (data.loading !== undefined) {
268
- id = this.create({
269
- ...data,
270
- promise,
271
- type: 'loading',
272
- message: data.loading,
273
- description: typeof data.description !== 'function' ? data.description : undefined
274
- });
275
- }
276
- const p = Promise.resolve(promise instanceof Function ? promise() : promise);
277
- let shouldDismiss = id !== undefined;
278
- let result;
279
- const originalPromise = p.then(async (response)=>{
280
- result = [
281
- 'resolve',
282
- response
283
- ];
284
- const isReactElementResponse = React__default.isValidElement(response);
285
- if (isReactElementResponse) {
286
- shouldDismiss = false;
287
- this.create({
288
- id,
289
- type: 'default',
290
- message: response
291
- });
292
- } else if (isHttpResponse(response) && !response.ok) {
293
- shouldDismiss = false;
294
- const promiseData = typeof data.error === 'function' ? await data.error(`HTTP error! status: ${response.status}`) : data.error;
295
- const description = typeof data.description === 'function' ? await data.description(`HTTP error! status: ${response.status}`) : data.description;
296
- const isExtendedResult = typeof promiseData === 'object' && !React__default.isValidElement(promiseData);
297
- const toastSettings = isExtendedResult ? promiseData : {
298
- message: promiseData
299
- };
300
- this.create({
301
- id,
302
- type: 'error',
303
- description,
304
- ...toastSettings
305
- });
306
- } else if (response instanceof Error) {
307
- shouldDismiss = false;
308
- const promiseData = typeof data.error === 'function' ? await data.error(response) : data.error;
309
- const description = typeof data.description === 'function' ? await data.description(response) : data.description;
310
- const isExtendedResult = typeof promiseData === 'object' && !React__default.isValidElement(promiseData);
311
- const toastSettings = isExtendedResult ? promiseData : {
312
- message: promiseData
313
- };
314
- this.create({
315
- id,
316
- type: 'error',
317
- description,
318
- ...toastSettings
319
- });
320
- } else if (data.success !== undefined) {
321
- shouldDismiss = false;
322
- const promiseData = typeof data.success === 'function' ? await data.success(response) : data.success;
323
- const description = typeof data.description === 'function' ? await data.description(response) : data.description;
324
- const isExtendedResult = typeof promiseData === 'object' && !React__default.isValidElement(promiseData);
325
- const toastSettings = isExtendedResult ? promiseData : {
326
- message: promiseData
327
- };
328
- this.create({
329
- id,
330
- type: 'success',
331
- description,
332
- ...toastSettings
333
- });
334
- }
335
- }).catch(async (error)=>{
336
- result = [
337
- 'reject',
338
- error
339
- ];
340
- if (data.error !== undefined) {
341
- shouldDismiss = false;
342
- const promiseData = typeof data.error === 'function' ? await data.error(error) : data.error;
343
- const description = typeof data.description === 'function' ? await data.description(error) : data.description;
344
- const isExtendedResult = typeof promiseData === 'object' && !React__default.isValidElement(promiseData);
345
- const toastSettings = isExtendedResult ? promiseData : {
346
- message: promiseData
347
- };
348
- this.create({
349
- id,
350
- type: 'error',
351
- description,
352
- ...toastSettings
353
- });
354
- }
355
- }).finally(()=>{
356
- if (shouldDismiss) {
357
- // Toast is still in load state (and will be indefinitely — dismiss it)
358
- this.dismiss(id);
359
- id = undefined;
360
- }
361
- data.finally == null ? void 0 : data.finally.call(data);
362
- });
363
- const unwrap = ()=>new Promise((resolve, reject)=>originalPromise.then(()=>result[0] === 'reject' ? reject(result[1]) : resolve(result[1])).catch(reject));
364
- if (typeof id !== 'string' && typeof id !== 'number') {
365
- // cannot Object.assign on undefined
366
- return {
367
- unwrap
368
- };
369
- } else {
370
- return Object.assign(id, {
371
- unwrap
372
- });
373
- }
374
- };
375
- this.custom = (jsx, data)=>{
376
- const id = (data == null ? void 0 : data.id) || toastsCounter++;
377
- this.create({
378
- jsx: jsx(id),
379
- id,
380
- ...data
381
- });
382
- return id;
383
- };
384
- this.getActiveToasts = ()=>{
385
- return this.toasts.filter((toast)=>!this.dismissedToasts.has(toast.id));
386
- };
387
- this.subscribers = [];
388
- this.toasts = [];
389
- this.dismissedToasts = new Set();
390
- }
391
- }
392
- const ToastState = new Observer();
393
- // bind this to the toast function
394
- const toastFunction = (message, data)=>{
395
- const id = (data == null ? void 0 : data.id) || toastsCounter++;
396
- ToastState.addToast({
397
- title: message,
398
- ...data,
399
- id
400
- });
401
- return id;
402
- };
403
- const isHttpResponse = (data)=>{
404
- return data && typeof data === 'object' && 'ok' in data && typeof data.ok === 'boolean' && 'status' in data && typeof data.status === 'number';
405
- };
406
- const basicToast = toastFunction;
407
- const getHistory = ()=>ToastState.toasts;
408
- const getToasts = ()=>ToastState.getActiveToasts();
409
- // We use `Object.assign` to maintain the correct types as we would lose them otherwise
410
- const toast = Object.assign(basicToast, {
411
- success: ToastState.success,
412
- info: ToastState.info,
413
- warning: ToastState.warning,
414
- error: ToastState.error,
415
- custom: ToastState.custom,
416
- message: ToastState.message,
417
- promise: ToastState.promise,
418
- dismiss: ToastState.dismiss,
419
- loading: ToastState.loading
420
- }, {
421
- getHistory,
422
- getToasts
423
- });
424
-
425
- __insertCSS("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");
426
-
427
- function isAction(action) {
428
- return action.label !== undefined;
429
- }
430
-
431
- // Visible toasts amount
432
- const VISIBLE_TOASTS_AMOUNT = 3;
433
- // Viewport padding
434
- const VIEWPORT_OFFSET = '24px';
435
- // Mobile viewport padding
436
- const MOBILE_VIEWPORT_OFFSET = '16px';
437
- // Default lifetime of a toasts (in ms)
438
- const TOAST_LIFETIME = 4000;
439
- // Default toast width
440
- const TOAST_WIDTH = 356;
441
- // Default gap between toasts
442
- const GAP = 14;
443
- // Threshold to dismiss a toast
444
- const SWIPE_THRESHOLD = 45;
445
- // Equal to exit animation duration
446
- const TIME_BEFORE_UNMOUNT = 200;
447
- function cn(...classes) {
448
- return classes.filter(Boolean).join(' ');
449
- }
450
- function getDefaultSwipeDirections(position) {
451
- const [y, x] = position.split('-');
452
- const directions = [];
453
- if (y) {
454
- directions.push(y);
455
- }
456
- if (x) {
457
- directions.push(x);
458
- }
459
- return directions;
460
- }
461
- const Toast = (props)=>{
462
- var _toast_classNames, _toast_classNames1, _toast_classNames2, _toast_classNames3, _toast_classNames4, _toast_classNames5, _toast_classNames6, _toast_classNames7, _toast_classNames8;
463
- const { invert: ToasterInvert, toast, unstyled, interacting, setHeights, visibleToasts, heights, index, toasts, expanded, removeToast, defaultRichColors, closeButton: closeButtonFromToaster, style, cancelButtonStyle, actionButtonStyle, className = '', descriptionClassName = '', duration: durationFromToaster, position, gap, expandByDefault, classNames, icons, closeButtonAriaLabel = 'Close toast' } = props;
464
- const [swipeDirection, setSwipeDirection] = React__default.useState(null);
465
- const [swipeOutDirection, setSwipeOutDirection] = React__default.useState(null);
466
- const [mounted, setMounted] = React__default.useState(false);
467
- const [removed, setRemoved] = React__default.useState(false);
468
- const [swiping, setSwiping] = React__default.useState(false);
469
- const [swipeOut, setSwipeOut] = React__default.useState(false);
470
- const [isSwiped, setIsSwiped] = React__default.useState(false);
471
- const [offsetBeforeRemove, setOffsetBeforeRemove] = React__default.useState(0);
472
- const [initialHeight, setInitialHeight] = React__default.useState(0);
473
- const remainingTime = React__default.useRef(toast.duration || durationFromToaster || TOAST_LIFETIME);
474
- const dragStartTime = React__default.useRef(null);
475
- const toastRef = React__default.useRef(null);
476
- const isFront = index === 0;
477
- const isVisible = index + 1 <= visibleToasts;
478
- const toastType = toast.type;
479
- const dismissible = toast.dismissible !== false;
480
- const toastClassname = toast.className || '';
481
- const toastDescriptionClassname = toast.descriptionClassName || '';
482
- // Height index is used to calculate the offset as it gets updated before the toast array, which means we can calculate the new layout faster.
483
- const heightIndex = React__default.useMemo(()=>heights.findIndex((height)=>height.toastId === toast.id) || 0, [
484
- heights,
485
- toast.id
486
- ]);
487
- const closeButton = React__default.useMemo(()=>{
488
- var _toast_closeButton;
489
- return (_toast_closeButton = toast.closeButton) != null ? _toast_closeButton : closeButtonFromToaster;
490
- }, [
491
- toast.closeButton,
492
- closeButtonFromToaster
493
- ]);
494
- const duration = React__default.useMemo(()=>toast.duration || durationFromToaster || TOAST_LIFETIME, [
495
- toast.duration,
496
- durationFromToaster
497
- ]);
498
- const closeTimerStartTimeRef = React__default.useRef(0);
499
- const offset = React__default.useRef(0);
500
- const lastCloseTimerStartTimeRef = React__default.useRef(0);
501
- const pointerStartRef = React__default.useRef(null);
502
- const [y, x] = position.split('-');
503
- const toastsHeightBefore = React__default.useMemo(()=>{
504
- return heights.reduce((prev, curr, reducerIndex)=>{
505
- // Calculate offset up until current toast
506
- if (reducerIndex >= heightIndex) {
507
- return prev;
508
- }
509
- return prev + curr.height;
510
- }, 0);
511
- }, [
512
- heights,
513
- heightIndex
514
- ]);
515
- const isDocumentHidden = useIsDocumentHidden();
516
- const invert = toast.invert || ToasterInvert;
517
- const disabled = toastType === 'loading';
518
- offset.current = React__default.useMemo(()=>heightIndex * gap + toastsHeightBefore, [
519
- heightIndex,
520
- toastsHeightBefore
521
- ]);
522
- React__default.useEffect(()=>{
523
- remainingTime.current = duration;
524
- }, [
525
- duration
526
- ]);
527
- React__default.useEffect(()=>{
528
- // Trigger enter animation without using CSS animation
529
- setMounted(true);
530
- }, []);
531
- React__default.useEffect(()=>{
532
- const toastNode = toastRef.current;
533
- if (toastNode) {
534
- const height = toastNode.getBoundingClientRect().height;
535
- // Add toast height to heights array after the toast is mounted
536
- setInitialHeight(height);
537
- setHeights((h)=>[
538
- {
539
- toastId: toast.id,
540
- height,
541
- position: toast.position
542
- },
543
- ...h
544
- ]);
545
- return ()=>setHeights((h)=>h.filter((height)=>height.toastId !== toast.id));
546
- }
547
- }, [
548
- setHeights,
549
- toast.id
550
- ]);
551
- React__default.useLayoutEffect(()=>{
552
- // Keep height up to date with the content in case it updates
553
- if (!mounted) return;
554
- const toastNode = toastRef.current;
555
- const originalHeight = toastNode.style.height;
556
- toastNode.style.height = 'auto';
557
- const newHeight = toastNode.getBoundingClientRect().height;
558
- toastNode.style.height = originalHeight;
559
- setInitialHeight(newHeight);
560
- setHeights((heights)=>{
561
- const alreadyExists = heights.find((height)=>height.toastId === toast.id);
562
- if (!alreadyExists) {
563
- return [
564
- {
565
- toastId: toast.id,
566
- height: newHeight,
567
- position: toast.position
568
- },
569
- ...heights
570
- ];
571
- } else {
572
- return heights.map((height)=>height.toastId === toast.id ? {
573
- ...height,
574
- height: newHeight
575
- } : height);
576
- }
577
- });
578
- }, [
579
- mounted,
580
- toast.title,
581
- toast.description,
582
- setHeights,
583
- toast.id,
584
- toast.jsx,
585
- toast.action,
586
- toast.cancel
587
- ]);
588
- const deleteToast = React__default.useCallback(()=>{
589
- // Save the offset for the exit swipe animation
590
- setRemoved(true);
591
- setOffsetBeforeRemove(offset.current);
592
- setHeights((h)=>h.filter((height)=>height.toastId !== toast.id));
593
- setTimeout(()=>{
594
- removeToast(toast);
595
- }, TIME_BEFORE_UNMOUNT);
596
- }, [
597
- toast,
598
- removeToast,
599
- setHeights,
600
- offset
601
- ]);
602
- React__default.useEffect(()=>{
603
- if (toast.promise && toastType === 'loading' || toast.duration === Infinity || toast.type === 'loading') return;
604
- let timeoutId;
605
- // Pause the timer on each hover
606
- const pauseTimer = ()=>{
607
- if (lastCloseTimerStartTimeRef.current < closeTimerStartTimeRef.current) {
608
- // Get the elapsed time since the timer started
609
- const elapsedTime = new Date().getTime() - closeTimerStartTimeRef.current;
610
- remainingTime.current = remainingTime.current - elapsedTime;
611
- }
612
- lastCloseTimerStartTimeRef.current = new Date().getTime();
613
- };
614
- const startTimer = ()=>{
615
- // setTimeout(, Infinity) behaves as if the delay is 0.
616
- // As a result, the toast would be closed immediately, giving the appearance that it was never rendered.
617
- // See: https://github.com/denysdovhan/wtfjs?tab=readme-ov-file#an-infinite-timeout
618
- if (remainingTime.current === Infinity) return;
619
- closeTimerStartTimeRef.current = new Date().getTime();
620
- // Let the toast know it has started
621
- timeoutId = setTimeout(()=>{
622
- toast.onAutoClose == null ? void 0 : toast.onAutoClose.call(toast, toast);
623
- deleteToast();
624
- }, remainingTime.current);
625
- };
626
- if (expanded || interacting || isDocumentHidden) {
627
- pauseTimer();
628
- } else {
629
- startTimer();
630
- }
631
- return ()=>clearTimeout(timeoutId);
632
- }, [
633
- expanded,
634
- interacting,
635
- toast,
636
- toastType,
637
- isDocumentHidden,
638
- deleteToast
639
- ]);
640
- React__default.useEffect(()=>{
641
- if (toast.delete) {
642
- deleteToast();
643
- toast.onDismiss == null ? void 0 : toast.onDismiss.call(toast, toast);
644
- }
645
- }, [
646
- deleteToast,
647
- toast.delete
648
- ]);
649
- function getLoadingIcon() {
650
- var _toast_classNames;
651
- if (icons == null ? void 0 : icons.loading) {
652
- var _toast_classNames1;
653
- return /*#__PURE__*/ React__default.createElement("div", {
654
- className: cn(classNames == null ? void 0 : classNames.loader, toast == null ? void 0 : (_toast_classNames1 = toast.classNames) == null ? void 0 : _toast_classNames1.loader, 'sonner-loader'),
655
- "data-visible": toastType === 'loading'
656
- }, icons.loading);
657
- }
658
- return /*#__PURE__*/ React__default.createElement(Loader, {
659
- className: cn(classNames == null ? void 0 : classNames.loader, toast == null ? void 0 : (_toast_classNames = toast.classNames) == null ? void 0 : _toast_classNames.loader),
660
- visible: toastType === 'loading'
661
- });
662
- }
663
- const icon = toast.icon || (icons == null ? void 0 : icons[toastType]) || getAsset(toastType);
664
- var _toast_richColors, _icons_close;
665
- return /*#__PURE__*/ React__default.createElement("li", {
666
- tabIndex: 0,
667
- ref: toastRef,
668
- className: cn(className, toastClassname, classNames == null ? void 0 : classNames.toast, toast == null ? void 0 : (_toast_classNames = toast.classNames) == null ? void 0 : _toast_classNames.toast, classNames == null ? void 0 : classNames.default, classNames == null ? void 0 : classNames[toastType], toast == null ? void 0 : (_toast_classNames1 = toast.classNames) == null ? void 0 : _toast_classNames1[toastType]),
669
- "data-sonner-toast": "",
670
- "data-rich-colors": (_toast_richColors = toast.richColors) != null ? _toast_richColors : defaultRichColors,
671
- "data-styled": !Boolean(toast.jsx || toast.unstyled || unstyled),
672
- "data-mounted": mounted,
673
- "data-promise": Boolean(toast.promise),
674
- "data-swiped": isSwiped,
675
- "data-removed": removed,
676
- "data-visible": isVisible,
677
- "data-y-position": y,
678
- "data-x-position": x,
679
- "data-index": index,
680
- "data-front": isFront,
681
- "data-swiping": swiping,
682
- "data-dismissible": dismissible,
683
- "data-type": toastType,
684
- "data-invert": invert,
685
- "data-swipe-out": swipeOut,
686
- "data-swipe-direction": swipeOutDirection,
687
- "data-expanded": Boolean(expanded || expandByDefault && mounted),
688
- "data-testid": toast.testId,
689
- style: {
690
- '--index': index,
691
- '--toasts-before': index,
692
- '--z-index': toasts.length - index,
693
- '--offset': `${removed ? offsetBeforeRemove : offset.current}px`,
694
- '--initial-height': expandByDefault ? 'auto' : `${initialHeight}px`,
695
- ...style,
696
- ...toast.style
697
- },
698
- onDragEnd: ()=>{
699
- setSwiping(false);
700
- setSwipeDirection(null);
701
- pointerStartRef.current = null;
702
- },
703
- onPointerDown: (event)=>{
704
- if (event.button === 2) return; // Return early on right click
705
- if (disabled || !dismissible) return;
706
- dragStartTime.current = new Date();
707
- setOffsetBeforeRemove(offset.current);
708
- // Ensure we maintain correct pointer capture even when going outside of the toast (e.g. when swiping)
709
- event.target.setPointerCapture(event.pointerId);
710
- if (event.target.tagName === 'BUTTON') return;
711
- setSwiping(true);
712
- pointerStartRef.current = {
713
- x: event.clientX,
714
- y: event.clientY
715
- };
716
- },
717
- onPointerUp: ()=>{
718
- var _toastRef_current, _toastRef_current1, _dragStartTime_current;
719
- if (swipeOut || !dismissible) return;
720
- pointerStartRef.current = null;
721
- const swipeAmountX = Number(((_toastRef_current = toastRef.current) == null ? void 0 : _toastRef_current.style.getPropertyValue('--swipe-amount-x').replace('px', '')) || 0);
722
- const swipeAmountY = Number(((_toastRef_current1 = toastRef.current) == null ? void 0 : _toastRef_current1.style.getPropertyValue('--swipe-amount-y').replace('px', '')) || 0);
723
- const timeTaken = new Date().getTime() - ((_dragStartTime_current = dragStartTime.current) == null ? void 0 : _dragStartTime_current.getTime());
724
- const swipeAmount = swipeDirection === 'x' ? swipeAmountX : swipeAmountY;
725
- const velocity = Math.abs(swipeAmount) / timeTaken;
726
- if (Math.abs(swipeAmount) >= SWIPE_THRESHOLD || velocity > 0.11) {
727
- setOffsetBeforeRemove(offset.current);
728
- toast.onDismiss == null ? void 0 : toast.onDismiss.call(toast, toast);
729
- if (swipeDirection === 'x') {
730
- setSwipeOutDirection(swipeAmountX > 0 ? 'right' : 'left');
731
- } else {
732
- setSwipeOutDirection(swipeAmountY > 0 ? 'down' : 'up');
733
- }
734
- deleteToast();
735
- setSwipeOut(true);
736
- return;
737
- } else {
738
- var _toastRef_current2, _toastRef_current3;
739
- (_toastRef_current2 = toastRef.current) == null ? void 0 : _toastRef_current2.style.setProperty('--swipe-amount-x', `0px`);
740
- (_toastRef_current3 = toastRef.current) == null ? void 0 : _toastRef_current3.style.setProperty('--swipe-amount-y', `0px`);
741
- }
742
- setIsSwiped(false);
743
- setSwiping(false);
744
- setSwipeDirection(null);
745
- },
746
- onPointerMove: (event)=>{
747
- var _window_getSelection, // Apply transform using both x and y values
748
- _toastRef_current, _toastRef_current1;
749
- if (!pointerStartRef.current || !dismissible) return;
750
- const isHighlighted = ((_window_getSelection = window.getSelection()) == null ? void 0 : _window_getSelection.toString().length) > 0;
751
- if (isHighlighted) return;
752
- const yDelta = event.clientY - pointerStartRef.current.y;
753
- const xDelta = event.clientX - pointerStartRef.current.x;
754
- var _props_swipeDirections;
755
- const swipeDirections = (_props_swipeDirections = props.swipeDirections) != null ? _props_swipeDirections : getDefaultSwipeDirections(position);
756
- // Determine swipe direction if not already locked
757
- if (!swipeDirection && (Math.abs(xDelta) > 1 || Math.abs(yDelta) > 1)) {
758
- setSwipeDirection(Math.abs(xDelta) > Math.abs(yDelta) ? 'x' : 'y');
759
- }
760
- let swipeAmount = {
761
- x: 0,
762
- y: 0
763
- };
764
- const getDampening = (delta)=>{
765
- const factor = Math.abs(delta) / 20;
766
- return 1 / (1.5 + factor);
767
- };
768
- // Only apply swipe in the locked direction
769
- if (swipeDirection === 'y') {
770
- // Handle vertical swipes
771
- if (swipeDirections.includes('top') || swipeDirections.includes('bottom')) {
772
- if (swipeDirections.includes('top') && yDelta < 0 || swipeDirections.includes('bottom') && yDelta > 0) {
773
- swipeAmount.y = yDelta;
774
- } else {
775
- // Smoothly transition to dampened movement
776
- const dampenedDelta = yDelta * getDampening(yDelta);
777
- // Ensure we don't jump when transitioning to dampened movement
778
- swipeAmount.y = Math.abs(dampenedDelta) < Math.abs(yDelta) ? dampenedDelta : yDelta;
779
- }
780
- }
781
- } else if (swipeDirection === 'x') {
782
- // Handle horizontal swipes
783
- if (swipeDirections.includes('left') || swipeDirections.includes('right')) {
784
- if (swipeDirections.includes('left') && xDelta < 0 || swipeDirections.includes('right') && xDelta > 0) {
785
- swipeAmount.x = xDelta;
786
- } else {
787
- // Smoothly transition to dampened movement
788
- const dampenedDelta = xDelta * getDampening(xDelta);
789
- // Ensure we don't jump when transitioning to dampened movement
790
- swipeAmount.x = Math.abs(dampenedDelta) < Math.abs(xDelta) ? dampenedDelta : xDelta;
791
- }
792
- }
793
- }
794
- if (Math.abs(swipeAmount.x) > 0 || Math.abs(swipeAmount.y) > 0) {
795
- setIsSwiped(true);
796
- }
797
- (_toastRef_current = toastRef.current) == null ? void 0 : _toastRef_current.style.setProperty('--swipe-amount-x', `${swipeAmount.x}px`);
798
- (_toastRef_current1 = toastRef.current) == null ? void 0 : _toastRef_current1.style.setProperty('--swipe-amount-y', `${swipeAmount.y}px`);
799
- }
800
- }, closeButton && !toast.jsx && toastType !== 'loading' ? /*#__PURE__*/ React__default.createElement("button", {
801
- "aria-label": closeButtonAriaLabel,
802
- "data-disabled": disabled,
803
- "data-close-button": true,
804
- onClick: disabled || !dismissible ? ()=>{} : ()=>{
805
- deleteToast();
806
- toast.onDismiss == null ? void 0 : toast.onDismiss.call(toast, toast);
807
- },
808
- className: cn(classNames == null ? void 0 : classNames.closeButton, toast == null ? void 0 : (_toast_classNames2 = toast.classNames) == null ? void 0 : _toast_classNames2.closeButton)
809
- }, (_icons_close = icons == null ? void 0 : icons.close) != null ? _icons_close : CloseIcon) : null, (toastType || toast.icon || toast.promise) && toast.icon !== null && ((icons == null ? void 0 : icons[toastType]) !== null || toast.icon) ? /*#__PURE__*/ React__default.createElement("div", {
810
- "data-icon": "",
811
- className: cn(classNames == null ? void 0 : classNames.icon, toast == null ? void 0 : (_toast_classNames3 = toast.classNames) == null ? void 0 : _toast_classNames3.icon)
812
- }, toast.promise || toast.type === 'loading' && !toast.icon ? toast.icon || getLoadingIcon() : null, toast.type !== 'loading' ? icon : null) : null, /*#__PURE__*/ React__default.createElement("div", {
813
- "data-content": "",
814
- className: cn(classNames == null ? void 0 : classNames.content, toast == null ? void 0 : (_toast_classNames4 = toast.classNames) == null ? void 0 : _toast_classNames4.content)
815
- }, /*#__PURE__*/ React__default.createElement("div", {
816
- "data-title": "",
817
- className: cn(classNames == null ? void 0 : classNames.title, toast == null ? void 0 : (_toast_classNames5 = toast.classNames) == null ? void 0 : _toast_classNames5.title)
818
- }, toast.jsx ? toast.jsx : typeof toast.title === 'function' ? toast.title() : toast.title), toast.description ? /*#__PURE__*/ React__default.createElement("div", {
819
- "data-description": "",
820
- className: cn(descriptionClassName, toastDescriptionClassname, classNames == null ? void 0 : classNames.description, toast == null ? void 0 : (_toast_classNames6 = toast.classNames) == null ? void 0 : _toast_classNames6.description)
821
- }, typeof toast.description === 'function' ? toast.description() : toast.description) : null), /*#__PURE__*/ React__default.isValidElement(toast.cancel) ? toast.cancel : toast.cancel && isAction(toast.cancel) ? /*#__PURE__*/ React__default.createElement("button", {
822
- "data-button": true,
823
- "data-cancel": true,
824
- style: toast.cancelButtonStyle || cancelButtonStyle,
825
- onClick: (event)=>{
826
- // We need to check twice because typescript
827
- if (!isAction(toast.cancel)) return;
828
- if (!dismissible) return;
829
- toast.cancel.onClick == null ? void 0 : toast.cancel.onClick.call(toast.cancel, event);
830
- deleteToast();
831
- },
832
- className: cn(classNames == null ? void 0 : classNames.cancelButton, toast == null ? void 0 : (_toast_classNames7 = toast.classNames) == null ? void 0 : _toast_classNames7.cancelButton)
833
- }, toast.cancel.label) : null, /*#__PURE__*/ React__default.isValidElement(toast.action) ? toast.action : toast.action && isAction(toast.action) ? /*#__PURE__*/ React__default.createElement("button", {
834
- "data-button": true,
835
- "data-action": true,
836
- style: toast.actionButtonStyle || actionButtonStyle,
837
- onClick: (event)=>{
838
- // We need to check twice because typescript
839
- if (!isAction(toast.action)) return;
840
- toast.action.onClick == null ? void 0 : toast.action.onClick.call(toast.action, event);
841
- if (event.defaultPrevented) return;
842
- deleteToast();
843
- },
844
- className: cn(classNames == null ? void 0 : classNames.actionButton, toast == null ? void 0 : (_toast_classNames8 = toast.classNames) == null ? void 0 : _toast_classNames8.actionButton)
845
- }, toast.action.label) : null);
846
- };
847
- function getDocumentDirection() {
848
- if (typeof window === 'undefined') return 'ltr';
849
- if (typeof document === 'undefined') return 'ltr'; // For Fresh purpose
850
- const dirAttribute = document.documentElement.getAttribute('dir');
851
- if (dirAttribute === 'auto' || !dirAttribute) {
852
- return window.getComputedStyle(document.documentElement).direction;
853
- }
854
- return dirAttribute;
855
- }
856
- function assignOffset(defaultOffset, mobileOffset) {
857
- const styles = {};
858
- [
859
- defaultOffset,
860
- mobileOffset
861
- ].forEach((offset, index)=>{
862
- const isMobile = index === 1;
863
- const prefix = isMobile ? '--mobile-offset' : '--offset';
864
- const defaultValue = isMobile ? MOBILE_VIEWPORT_OFFSET : VIEWPORT_OFFSET;
865
- function assignAll(offset) {
866
- [
867
- 'top',
868
- 'right',
869
- 'bottom',
870
- 'left'
871
- ].forEach((key)=>{
872
- styles[`${prefix}-${key}`] = typeof offset === 'number' ? `${offset}px` : offset;
873
- });
874
- }
875
- if (typeof offset === 'number' || typeof offset === 'string') {
876
- assignAll(offset);
877
- } else if (typeof offset === 'object') {
878
- [
879
- 'top',
880
- 'right',
881
- 'bottom',
882
- 'left'
883
- ].forEach((key)=>{
884
- if (offset[key] === undefined) {
885
- styles[`${prefix}-${key}`] = defaultValue;
886
- } else {
887
- styles[`${prefix}-${key}`] = typeof offset[key] === 'number' ? `${offset[key]}px` : offset[key];
888
- }
889
- });
890
- } else {
891
- assignAll(defaultValue);
892
- }
893
- });
894
- return styles;
895
- }
896
- const Toaster$2 = /*#__PURE__*/ React__default.forwardRef(function Toaster(props, ref) {
897
- const { id, invert, position = 'bottom-right', hotkey = [
898
- 'altKey',
899
- 'KeyT'
900
- ], expand, closeButton, className, offset, mobileOffset, theme = 'light', richColors, duration, style, visibleToasts = VISIBLE_TOASTS_AMOUNT, toastOptions, dir = getDocumentDirection(), gap = GAP, icons, containerAriaLabel = 'Notifications' } = props;
901
- const [toasts, setToasts] = React__default.useState([]);
902
- const filteredToasts = React__default.useMemo(()=>{
903
- if (id) {
904
- return toasts.filter((toast)=>toast.toasterId === id);
905
- }
906
- return toasts.filter((toast)=>!toast.toasterId);
907
- }, [
908
- toasts,
909
- id
910
- ]);
911
- const possiblePositions = React__default.useMemo(()=>{
912
- return Array.from(new Set([
913
- position
914
- ].concat(filteredToasts.filter((toast)=>toast.position).map((toast)=>toast.position))));
915
- }, [
916
- filteredToasts,
917
- position
918
- ]);
919
- const [heights, setHeights] = React__default.useState([]);
920
- const [expanded, setExpanded] = React__default.useState(false);
921
- const [interacting, setInteracting] = React__default.useState(false);
922
- const [actualTheme, setActualTheme] = React__default.useState(theme !== 'system' ? theme : typeof window !== 'undefined' ? window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light' : 'light');
923
- const listRef = React__default.useRef(null);
924
- const hotkeyLabel = hotkey.join('+').replace(/Key/g, '').replace(/Digit/g, '');
925
- const lastFocusedElementRef = React__default.useRef(null);
926
- const isFocusWithinRef = React__default.useRef(false);
927
- const removeToast = React__default.useCallback((toastToRemove)=>{
928
- setToasts((toasts)=>{
929
- var _toasts_find;
930
- if (!((_toasts_find = toasts.find((toast)=>toast.id === toastToRemove.id)) == null ? void 0 : _toasts_find.delete)) {
931
- ToastState.dismiss(toastToRemove.id);
932
- }
933
- return toasts.filter(({ id })=>id !== toastToRemove.id);
934
- });
935
- }, []);
936
- React__default.useEffect(()=>{
937
- return ToastState.subscribe((toast)=>{
938
- if (toast.dismiss) {
939
- // Prevent batching of other state updates
940
- requestAnimationFrame(()=>{
941
- setToasts((toasts)=>toasts.map((t)=>t.id === toast.id ? {
942
- ...t,
943
- delete: true
944
- } : t));
945
- });
946
- return;
947
- }
948
- // Prevent batching, temp solution.
949
- setTimeout(()=>{
950
- ReactDOM__default.flushSync(()=>{
951
- setToasts((toasts)=>{
952
- const indexOfExistingToast = toasts.findIndex((t)=>t.id === toast.id);
953
- // Update the toast if it already exists
954
- if (indexOfExistingToast !== -1) {
955
- return [
956
- ...toasts.slice(0, indexOfExistingToast),
957
- {
958
- ...toasts[indexOfExistingToast],
959
- ...toast
960
- },
961
- ...toasts.slice(indexOfExistingToast + 1)
962
- ];
963
- }
964
- return [
965
- toast,
966
- ...toasts
967
- ];
968
- });
969
- });
970
- });
971
- });
972
- }, [
973
- toasts
974
- ]);
975
- React__default.useEffect(()=>{
976
- if (theme !== 'system') {
977
- setActualTheme(theme);
978
- return;
979
- }
980
- if (theme === 'system') {
981
- // check if current preference is dark
982
- if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
983
- // it's currently dark
984
- setActualTheme('dark');
985
- } else {
986
- // it's not dark
987
- setActualTheme('light');
988
- }
989
- }
990
- if (typeof window === 'undefined') return;
991
- const darkMediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
992
- try {
993
- // Chrome & Firefox
994
- darkMediaQuery.addEventListener('change', ({ matches })=>{
995
- if (matches) {
996
- setActualTheme('dark');
997
- } else {
998
- setActualTheme('light');
999
- }
1000
- });
1001
- } catch (error) {
1002
- // Safari < 14
1003
- darkMediaQuery.addListener(({ matches })=>{
1004
- try {
1005
- if (matches) {
1006
- setActualTheme('dark');
1007
- } else {
1008
- setActualTheme('light');
1009
- }
1010
- } catch (e) {
1011
- console.error(e);
1012
- }
1013
- });
1014
- }
1015
- }, [
1016
- theme
1017
- ]);
1018
- React__default.useEffect(()=>{
1019
- // Ensure expanded is always false when no toasts are present / only one left
1020
- if (toasts.length <= 1) {
1021
- setExpanded(false);
1022
- }
1023
- }, [
1024
- toasts
1025
- ]);
1026
- React__default.useEffect(()=>{
1027
- const handleKeyDown = (event)=>{
1028
- var _listRef_current;
1029
- const isHotkeyPressed = hotkey.every((key)=>event[key] || event.code === key);
1030
- if (isHotkeyPressed) {
1031
- var _listRef_current1;
1032
- setExpanded(true);
1033
- (_listRef_current1 = listRef.current) == null ? void 0 : _listRef_current1.focus();
1034
- }
1035
- if (event.code === 'Escape' && (document.activeElement === listRef.current || ((_listRef_current = listRef.current) == null ? void 0 : _listRef_current.contains(document.activeElement)))) {
1036
- setExpanded(false);
1037
- }
1038
- };
1039
- document.addEventListener('keydown', handleKeyDown);
1040
- return ()=>document.removeEventListener('keydown', handleKeyDown);
1041
- }, [
1042
- hotkey
1043
- ]);
1044
- React__default.useEffect(()=>{
1045
- if (listRef.current) {
1046
- return ()=>{
1047
- if (lastFocusedElementRef.current) {
1048
- lastFocusedElementRef.current.focus({
1049
- preventScroll: true
1050
- });
1051
- lastFocusedElementRef.current = null;
1052
- isFocusWithinRef.current = false;
1053
- }
1054
- };
1055
- }
1056
- }, [
1057
- listRef.current
1058
- ]);
1059
- return(// Remove item from normal navigation flow, only available via hotkey
1060
- /*#__PURE__*/ React__default.createElement("section", {
1061
- ref: ref,
1062
- "aria-label": `${containerAriaLabel} ${hotkeyLabel}`,
1063
- tabIndex: -1,
1064
- "aria-live": "polite",
1065
- "aria-relevant": "additions text",
1066
- "aria-atomic": "false",
1067
- suppressHydrationWarning: true
1068
- }, possiblePositions.map((position, index)=>{
1069
- var _heights_;
1070
- const [y, x] = position.split('-');
1071
- if (!filteredToasts.length) return null;
1072
- return /*#__PURE__*/ React__default.createElement("ol", {
1073
- key: position,
1074
- dir: dir === 'auto' ? getDocumentDirection() : dir,
1075
- tabIndex: -1,
1076
- ref: listRef,
1077
- className: className,
1078
- "data-sonner-toaster": true,
1079
- "data-sonner-theme": actualTheme,
1080
- "data-y-position": y,
1081
- "data-x-position": x,
1082
- style: {
1083
- '--front-toast-height': `${((_heights_ = heights[0]) == null ? void 0 : _heights_.height) || 0}px`,
1084
- '--width': `${TOAST_WIDTH}px`,
1085
- '--gap': `${gap}px`,
1086
- ...style,
1087
- ...assignOffset(offset, mobileOffset)
1088
- },
1089
- onBlur: (event)=>{
1090
- if (isFocusWithinRef.current && !event.currentTarget.contains(event.relatedTarget)) {
1091
- isFocusWithinRef.current = false;
1092
- if (lastFocusedElementRef.current) {
1093
- lastFocusedElementRef.current.focus({
1094
- preventScroll: true
1095
- });
1096
- lastFocusedElementRef.current = null;
1097
- }
1098
- }
1099
- },
1100
- onFocus: (event)=>{
1101
- const isNotDismissible = event.target instanceof HTMLElement && event.target.dataset.dismissible === 'false';
1102
- if (isNotDismissible) return;
1103
- if (!isFocusWithinRef.current) {
1104
- isFocusWithinRef.current = true;
1105
- lastFocusedElementRef.current = event.relatedTarget;
1106
- }
1107
- },
1108
- onMouseEnter: ()=>setExpanded(true),
1109
- onMouseMove: ()=>setExpanded(true),
1110
- onMouseLeave: ()=>{
1111
- // Avoid setting expanded to false when interacting with a toast, e.g. swiping
1112
- if (!interacting) {
1113
- setExpanded(false);
1114
- }
1115
- },
1116
- onDragEnd: ()=>setExpanded(false),
1117
- onPointerDown: (event)=>{
1118
- const isNotDismissible = event.target instanceof HTMLElement && event.target.dataset.dismissible === 'false';
1119
- if (isNotDismissible) return;
1120
- setInteracting(true);
1121
- },
1122
- onPointerUp: ()=>setInteracting(false)
1123
- }, filteredToasts.filter((toast)=>!toast.position && index === 0 || toast.position === position).map((toast, index)=>{
1124
- var _toastOptions_duration, _toastOptions_closeButton;
1125
- return /*#__PURE__*/ React__default.createElement(Toast, {
1126
- key: toast.id,
1127
- icons: icons,
1128
- index: index,
1129
- toast: toast,
1130
- defaultRichColors: richColors,
1131
- duration: (_toastOptions_duration = toastOptions == null ? void 0 : toastOptions.duration) != null ? _toastOptions_duration : duration,
1132
- className: toastOptions == null ? void 0 : toastOptions.className,
1133
- descriptionClassName: toastOptions == null ? void 0 : toastOptions.descriptionClassName,
1134
- invert: invert,
1135
- visibleToasts: visibleToasts,
1136
- closeButton: (_toastOptions_closeButton = toastOptions == null ? void 0 : toastOptions.closeButton) != null ? _toastOptions_closeButton : closeButton,
1137
- interacting: interacting,
1138
- position: position,
1139
- style: toastOptions == null ? void 0 : toastOptions.style,
1140
- unstyled: toastOptions == null ? void 0 : toastOptions.unstyled,
1141
- classNames: toastOptions == null ? void 0 : toastOptions.classNames,
1142
- cancelButtonStyle: toastOptions == null ? void 0 : toastOptions.cancelButtonStyle,
1143
- actionButtonStyle: toastOptions == null ? void 0 : toastOptions.actionButtonStyle,
1144
- closeButtonAriaLabel: toastOptions == null ? void 0 : toastOptions.closeButtonAriaLabel,
1145
- removeToast: removeToast,
1146
- toasts: filteredToasts.filter((t)=>t.position == toast.position),
1147
- heights: heights.filter((h)=>h.position == toast.position),
1148
- setHeights: setHeights,
1149
- expandByDefault: expand,
1150
- gap: gap,
1151
- expanded: expanded,
1152
- swipeDirections: props.swipeDirections
1153
- });
1154
- }));
1155
- })));
1156
- });
1157
-
1158
26
  const Toaster$1 = ({ theme, ...props }) => {
1159
27
  const { theme: activeTheme } = useTheme();
1160
28
  return /* @__PURE__ */ jsx(