@admin-layout/tailwind-ui 12.2.4-alpha.33 → 12.2.4-alpha.35

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 (331) hide show
  1. package/lib/components/AIToolbar/components/AIToolBar.d.ts +22 -0
  2. package/lib/components/AIToolbar/components/AIToolBar.d.ts.map +1 -0
  3. package/lib/components/AIToolbar/components/AIToolBar.js +83 -0
  4. package/lib/components/AIToolbar/components/AIToolBar.js.map +1 -0
  5. package/lib/components/AIToolbar/components/AIToolbarPrimitives.d.ts +14 -0
  6. package/lib/components/AIToolbar/components/AIToolbarPrimitives.d.ts.map +1 -0
  7. package/lib/components/AIToolbar/components/AIToolbarPrimitives.js +60 -0
  8. package/lib/components/AIToolbar/components/AIToolbarPrimitives.js.map +1 -0
  9. package/lib/components/AIToolbar/components/CustomCursor.d.ts +2 -0
  10. package/lib/components/AIToolbar/components/CustomCursor.d.ts.map +1 -0
  11. package/lib/components/AIToolbar/components/CustomCursor.js +66 -0
  12. package/lib/components/AIToolbar/components/CustomCursor.js.map +1 -0
  13. package/lib/components/AIToolbar/components/DragButton.d.ts +9 -0
  14. package/lib/components/AIToolbar/components/DragButton.d.ts.map +1 -0
  15. package/lib/components/AIToolbar/components/DragButton.js +57 -0
  16. package/lib/components/AIToolbar/components/DragButton.js.map +1 -0
  17. package/lib/components/AIToolbar/components/Markdown/copy-button.d.ts +7 -0
  18. package/lib/components/AIToolbar/components/Markdown/copy-button.d.ts.map +1 -0
  19. package/lib/components/AIToolbar/components/Markdown/copy-button.js +30 -0
  20. package/lib/components/AIToolbar/components/Markdown/copy-button.js.map +1 -0
  21. package/lib/components/AIToolbar/components/Markdown/index.d.ts +7 -0
  22. package/lib/components/AIToolbar/components/Markdown/index.d.ts.map +1 -0
  23. package/lib/components/AIToolbar/components/Markdown/index.js +46 -0
  24. package/lib/components/AIToolbar/components/Markdown/index.js.map +1 -0
  25. package/lib/components/AIToolbar/components/completion/Audio.d.ts +3 -0
  26. package/lib/components/AIToolbar/components/completion/Audio.d.ts.map +1 -0
  27. package/lib/components/AIToolbar/components/completion/Audio.js +65 -0
  28. package/lib/components/AIToolbar/components/completion/Audio.js.map +1 -0
  29. package/lib/components/AIToolbar/components/completion/AutoSpeechVad.d.ts +11 -0
  30. package/lib/components/AIToolbar/components/completion/AutoSpeechVad.d.ts.map +1 -0
  31. package/lib/components/AIToolbar/components/completion/AutoSpeechVad.js +66 -0
  32. package/lib/components/AIToolbar/components/completion/AutoSpeechVad.js.map +1 -0
  33. package/lib/components/AIToolbar/components/completion/Files.d.ts +6 -0
  34. package/lib/components/AIToolbar/components/completion/Files.d.ts.map +1 -0
  35. package/lib/components/AIToolbar/components/completion/Files.js +134 -0
  36. package/lib/components/AIToolbar/components/completion/Files.js.map +1 -0
  37. package/lib/components/AIToolbar/components/completion/Input.d.ts +5 -0
  38. package/lib/components/AIToolbar/components/completion/Input.d.ts.map +1 -0
  39. package/lib/components/AIToolbar/components/completion/Input.js +169 -0
  40. package/lib/components/AIToolbar/components/completion/Input.js.map +1 -0
  41. package/lib/components/AIToolbar/components/completion/MessageHistory.d.ts +11 -0
  42. package/lib/components/AIToolbar/components/completion/MessageHistory.d.ts.map +1 -0
  43. package/lib/components/AIToolbar/components/completion/MessageHistory.js +90 -0
  44. package/lib/components/AIToolbar/components/completion/MessageHistory.js.map +1 -0
  45. package/lib/components/AIToolbar/components/completion/Screenshot.d.ts +6 -0
  46. package/lib/components/AIToolbar/components/completion/Screenshot.d.ts.map +1 -0
  47. package/lib/components/AIToolbar/components/completion/Screenshot.js +28 -0
  48. package/lib/components/AIToolbar/components/completion/Screenshot.js.map +1 -0
  49. package/lib/components/AIToolbar/components/completion/index.d.ts +10 -0
  50. package/lib/components/AIToolbar/components/completion/index.d.ts.map +1 -0
  51. package/lib/components/AIToolbar/components/completion/index.js +20 -0
  52. package/lib/components/AIToolbar/components/completion/index.js.map +1 -0
  53. package/lib/components/AIToolbar/components/index.d.ts +17 -0
  54. package/lib/components/AIToolbar/components/index.d.ts.map +1 -0
  55. package/lib/components/AIToolbar/components/speech/Header.d.ts +14 -0
  56. package/lib/components/AIToolbar/components/speech/Header.d.ts.map +1 -0
  57. package/lib/components/AIToolbar/components/speech/Header.js +82 -0
  58. package/lib/components/AIToolbar/components/speech/Header.js.map +1 -0
  59. package/lib/components/AIToolbar/components/speech/ModeSwitcher.d.ts +8 -0
  60. package/lib/components/AIToolbar/components/speech/ModeSwitcher.d.ts.map +1 -0
  61. package/lib/components/AIToolbar/components/speech/ModeSwitcher.js +44 -0
  62. package/lib/components/AIToolbar/components/speech/ModeSwitcher.js.map +1 -0
  63. package/lib/components/AIToolbar/components/speech/PermissionFlow.d.ts +8 -0
  64. package/lib/components/AIToolbar/components/speech/PermissionFlow.d.ts.map +1 -0
  65. package/lib/components/AIToolbar/components/speech/PermissionFlow.js +161 -0
  66. package/lib/components/AIToolbar/components/speech/PermissionFlow.js.map +1 -0
  67. package/lib/components/AIToolbar/components/speech/QuickActions.d.ts +13 -0
  68. package/lib/components/AIToolbar/components/speech/QuickActions.d.ts.map +1 -0
  69. package/lib/components/AIToolbar/components/speech/QuickActions.js +100 -0
  70. package/lib/components/AIToolbar/components/speech/QuickActions.js.map +1 -0
  71. package/lib/components/AIToolbar/components/speech/RecordingPanel.d.ts +14 -0
  72. package/lib/components/AIToolbar/components/speech/RecordingPanel.d.ts.map +1 -0
  73. package/lib/components/AIToolbar/components/speech/RecordingPanel.js +101 -0
  74. package/lib/components/AIToolbar/components/speech/RecordingPanel.js.map +1 -0
  75. package/lib/components/AIToolbar/components/speech/ResultsSection.d.ts +12 -0
  76. package/lib/components/AIToolbar/components/speech/ResultsSection.d.ts.map +1 -0
  77. package/lib/components/AIToolbar/components/speech/ResultsSection.js +132 -0
  78. package/lib/components/AIToolbar/components/speech/ResultsSection.js.map +1 -0
  79. package/lib/components/AIToolbar/components/speech/SettingsPanel.d.ts +12 -0
  80. package/lib/components/AIToolbar/components/speech/SettingsPanel.d.ts.map +1 -0
  81. package/lib/components/AIToolbar/components/speech/SettingsPanel.js +289 -0
  82. package/lib/components/AIToolbar/components/speech/SettingsPanel.js.map +1 -0
  83. package/lib/components/AIToolbar/components/speech/StatusIndicator.d.ts +10 -0
  84. package/lib/components/AIToolbar/components/speech/StatusIndicator.d.ts.map +1 -0
  85. package/lib/components/AIToolbar/components/speech/StatusIndicator.js +48 -0
  86. package/lib/components/AIToolbar/components/speech/StatusIndicator.js.map +1 -0
  87. package/lib/components/AIToolbar/components/speech/Warning.d.ts +6 -0
  88. package/lib/components/AIToolbar/components/speech/Warning.d.ts.map +1 -0
  89. package/lib/components/AIToolbar/components/speech/Warning.js +154 -0
  90. package/lib/components/AIToolbar/components/speech/Warning.js.map +1 -0
  91. package/lib/components/AIToolbar/components/speech/audio-visualizer.d.ts +7 -0
  92. package/lib/components/AIToolbar/components/speech/audio-visualizer.d.ts.map +1 -0
  93. package/lib/components/AIToolbar/components/speech/audio-visualizer.js +194 -0
  94. package/lib/components/AIToolbar/components/speech/audio-visualizer.js.map +1 -0
  95. package/lib/components/AIToolbar/components/speech/floatArrayToWav.d.ts +2 -0
  96. package/lib/components/AIToolbar/components/speech/floatArrayToWav.d.ts.map +1 -0
  97. package/lib/components/AIToolbar/components/speech/floatArrayToWav.js +32 -0
  98. package/lib/components/AIToolbar/components/speech/floatArrayToWav.js.map +1 -0
  99. package/lib/components/AIToolbar/components/speech/index.d.ts +4 -0
  100. package/lib/components/AIToolbar/components/speech/index.d.ts.map +1 -0
  101. package/lib/components/AIToolbar/components/speech/index.js +292 -0
  102. package/lib/components/AIToolbar/components/speech/index.js.map +1 -0
  103. package/lib/components/AIToolbar/components/speech/promptTemplates.d.ts +12 -0
  104. package/lib/components/AIToolbar/components/speech/promptTemplates.d.ts.map +1 -0
  105. package/lib/components/AIToolbar/components/speech/promptTemplates.js +114 -0
  106. package/lib/components/AIToolbar/components/speech/promptTemplates.js.map +1 -0
  107. package/lib/components/AIToolbar/components/types.d.ts +175 -0
  108. package/lib/components/AIToolbar/components/types.d.ts.map +1 -0
  109. package/lib/components/AIToolbar/index.d.ts +5 -0
  110. package/lib/components/AIToolbar/index.d.ts.map +1 -0
  111. package/lib/components/Button/Button.d.ts +1 -1
  112. package/lib/components/Button/Button.d.ts.map +1 -1
  113. package/lib/components/Button/Button.js +7 -6
  114. package/lib/components/Button/Button.js.map +1 -1
  115. package/lib/components/DatePicker/DatePicker.js +157 -139
  116. package/lib/components/DatePicker/DatePicker.js.map +1 -1
  117. package/lib/components/Dialog/Dialog.d.ts +2 -2
  118. package/lib/components/Dialog/Dialog.d.ts.map +1 -1
  119. package/lib/components/Dialog/Dialog.js +54 -41
  120. package/lib/components/Dialog/Dialog.js.map +1 -1
  121. package/lib/components/ErrorHandlers/ApplicationErrorHandler.d.ts +1 -2
  122. package/lib/components/ErrorHandlers/ApplicationErrorHandler.d.ts.map +1 -1
  123. package/lib/components/ErrorHandlers/ApplicationErrorHandler.js +2 -2
  124. package/lib/components/ErrorHandlers/ErrorBoundary.d.ts +1 -2
  125. package/lib/components/ErrorHandlers/ErrorBoundary.d.ts.map +1 -1
  126. package/lib/components/ErrorHandlers/ErrorBoundary.js +35 -28
  127. package/lib/components/ErrorHandlers/ErrorBoundary.js.map +1 -1
  128. package/lib/components/ErrorHandlers/LayoutErrorBoundary.d.ts +1 -2
  129. package/lib/components/ErrorHandlers/LayoutErrorBoundary.d.ts.map +1 -1
  130. package/lib/components/ErrorHandlers/LayoutErrorBoundary.js +20 -15
  131. package/lib/components/ErrorHandlers/LayoutErrorBoundary.js.map +1 -1
  132. package/lib/components/ErrorHandlers/RemixErrorBoundary.d.ts +1 -2
  133. package/lib/components/ErrorHandlers/RemixErrorBoundary.d.ts.map +1 -1
  134. package/lib/components/ErrorHandlers/RemixErrorBoundary.js +177 -152
  135. package/lib/components/ErrorHandlers/RemixErrorBoundary.js.map +1 -1
  136. package/lib/components/ErrorHandlers/SPAErrorBoundary.d.ts +1 -2
  137. package/lib/components/ErrorHandlers/SPAErrorBoundary.d.ts.map +1 -1
  138. package/lib/components/ErrorHandlers/SPAErrorBoundary.js +207 -168
  139. package/lib/components/ErrorHandlers/SPAErrorBoundary.js.map +1 -1
  140. package/lib/components/ErrorPages/403.d.ts +1 -2
  141. package/lib/components/ErrorPages/403.d.ts.map +1 -1
  142. package/lib/components/ErrorPages/403.js +26 -18
  143. package/lib/components/ErrorPages/403.js.map +1 -1
  144. package/lib/components/ErrorPages/404.d.ts +1 -2
  145. package/lib/components/ErrorPages/404.d.ts.map +1 -1
  146. package/lib/components/ErrorPages/404.js +26 -18
  147. package/lib/components/ErrorPages/404.js.map +1 -1
  148. package/lib/components/ErrorPages/500.d.ts +1 -2
  149. package/lib/components/ErrorPages/500.d.ts.map +1 -1
  150. package/lib/components/ErrorPages/500.js +26 -18
  151. package/lib/components/ErrorPages/500.js.map +1 -1
  152. package/lib/components/InputToolBar/InputToolBar.d.ts +1 -2
  153. package/lib/components/InputToolBar/InputToolBar.d.ts.map +1 -1
  154. package/lib/components/InputToolBar/InputToolBar.js +286 -242
  155. package/lib/components/InputToolBar/InputToolBar.js.map +1 -1
  156. package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.d.ts +1 -2
  157. package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.d.ts.map +1 -1
  158. package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.js +24 -19
  159. package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.js.map +1 -1
  160. package/lib/components/Markdown/MarkdownBreadcrumbs.js +25 -18
  161. package/lib/components/Markdown/MarkdownBreadcrumbs.js.map +1 -1
  162. package/lib/components/Markdown/MarkdownCopyButton.js +136 -107
  163. package/lib/components/Markdown/MarkdownCopyButton.js.map +1 -1
  164. package/lib/components/Markdown/MarkdownHeader.js +35 -20
  165. package/lib/components/Markdown/MarkdownHeader.js.map +1 -1
  166. package/lib/components/Markdown/MarkdownNavigation.js +29 -22
  167. package/lib/components/Markdown/MarkdownNavigation.js.map +1 -1
  168. package/lib/components/Markdown/MarkdownPage.js +133 -116
  169. package/lib/components/Markdown/MarkdownPage.js.map +1 -1
  170. package/lib/components/Markdown/MarkdownTableOfContents.js +31 -25
  171. package/lib/components/Markdown/MarkdownTableOfContents.js.map +1 -1
  172. package/lib/components/OTP/OTPInput.js +32 -30
  173. package/lib/components/OTP/OTPInput.js.map +1 -1
  174. package/lib/components/OTP/OTPVerification.js +75 -55
  175. package/lib/components/OTP/OTPVerification.js.map +1 -1
  176. package/lib/components/OTP/SingleInput.js +2 -2
  177. package/lib/components/OTP/SingleInput.js.map +1 -1
  178. package/lib/components/PageContainer/PageContainer.js +29 -22
  179. package/lib/components/PageContainer/PageContainer.js.map +1 -1
  180. package/lib/components/PageLoading/index.js +8 -7
  181. package/lib/components/PageLoading/index.js.map +1 -1
  182. package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts +1 -2
  183. package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts.map +1 -1
  184. package/lib/components/ReactTable/Table.d.ts +1 -2
  185. package/lib/components/ReactTable/Table.d.ts.map +1 -1
  186. package/lib/components/ReactTable/Table.js +92 -71
  187. package/lib/components/ReactTable/Table.js.map +1 -1
  188. package/lib/components/ReactTable/TableFilters.d.ts +2 -3
  189. package/lib/components/ReactTable/TableFilters.d.ts.map +1 -1
  190. package/lib/components/ReactTable/TableFilters.js +40 -34
  191. package/lib/components/ReactTable/TableFilters.js.map +1 -1
  192. package/lib/components/Search/SearchInput.d.ts +1 -2
  193. package/lib/components/Search/SearchInput.d.ts.map +1 -1
  194. package/lib/components/Search/SearchInput.js +14 -13
  195. package/lib/components/Search/SearchInput.js.map +1 -1
  196. package/lib/components/Select/Select.d.ts +6 -6
  197. package/lib/components/Select/Select.d.ts.map +1 -1
  198. package/lib/components/Select/Select.js +60 -45
  199. package/lib/components/Select/Select.js.map +1 -1
  200. package/lib/components/Spin/index.js +14 -11
  201. package/lib/components/Spin/index.js.map +1 -1
  202. package/lib/components/ThemeProvider/ThemeProvider.js +5 -4
  203. package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -1
  204. package/lib/components/ThemeProvider/ThemeToggle.js +27 -24
  205. package/lib/components/ThemeProvider/ThemeToggle.js.map +1 -1
  206. package/lib/components/index.d.ts +2 -0
  207. package/lib/components/index.d.ts.map +1 -1
  208. package/lib/hooks/useToast.d.ts +1 -1
  209. package/lib/hooks/useToast.d.ts.map +1 -1
  210. package/lib/hooks/useToast.js +46 -37
  211. package/lib/hooks/useToast.js.map +1 -1
  212. package/lib/index.js +1 -1
  213. package/lib/shardui/accordion.js +20 -16
  214. package/lib/shardui/accordion.js.map +1 -1
  215. package/lib/shardui/alert-dialog.d.ts +2 -2
  216. package/lib/shardui/alert-dialog.js +15 -13
  217. package/lib/shardui/alert-dialog.js.map +1 -1
  218. package/lib/shardui/alert.js +4 -4
  219. package/lib/shardui/alert.js.map +1 -1
  220. package/lib/shardui/avatar.js +4 -4
  221. package/lib/shardui/avatar.js.map +1 -1
  222. package/lib/shardui/badge.d.ts +1 -1
  223. package/lib/shardui/badge.d.ts.map +1 -1
  224. package/lib/shardui/badge.js +2 -2
  225. package/lib/shardui/badge.js.map +1 -1
  226. package/lib/shardui/breadcrumb.d.ts +2 -2
  227. package/lib/shardui/breadcrumb.js +19 -16
  228. package/lib/shardui/breadcrumb.js.map +1 -1
  229. package/lib/shardui/button.js +2 -2
  230. package/lib/shardui/button.js.map +1 -1
  231. package/lib/shardui/calendar.d.ts +1 -1
  232. package/lib/shardui/calendar.d.ts.map +1 -1
  233. package/lib/shardui/calendar.js +4 -4
  234. package/lib/shardui/card.js +7 -7
  235. package/lib/shardui/card.js.map +1 -1
  236. package/lib/shardui/carousel.js +40 -33
  237. package/lib/shardui/carousel.js.map +1 -1
  238. package/lib/shardui/chart.d.ts +1 -1
  239. package/lib/shardui/chart.d.ts.map +1 -1
  240. package/lib/shardui/chart.js +81 -66
  241. package/lib/shardui/chart.js.map +1 -1
  242. package/lib/shardui/checkbox.js +10 -8
  243. package/lib/shardui/checkbox.js.map +1 -1
  244. package/lib/shardui/command.d.ts +2 -2
  245. package/lib/shardui/command.d.ts.map +1 -1
  246. package/lib/shardui/command.js +28 -24
  247. package/lib/shardui/command.js.map +1 -1
  248. package/lib/shardui/context-menu.d.ts +1 -1
  249. package/lib/shardui/context-menu.js +41 -30
  250. package/lib/shardui/context-menu.js.map +1 -1
  251. package/lib/shardui/dialog.d.ts +2 -2
  252. package/lib/shardui/dialog.js +22 -17
  253. package/lib/shardui/dialog.js.map +1 -1
  254. package/lib/shardui/drawer.d.ts +3 -3
  255. package/lib/shardui/drawer.js +17 -14
  256. package/lib/shardui/drawer.js.map +1 -1
  257. package/lib/shardui/dropdown-menu.d.ts +1 -1
  258. package/lib/shardui/dropdown-menu.js +42 -31
  259. package/lib/shardui/dropdown-menu.js.map +1 -1
  260. package/lib/shardui/form.d.ts +1 -1
  261. package/lib/shardui/form.d.ts.map +1 -1
  262. package/lib/shardui/form.js +22 -19
  263. package/lib/shardui/form.js.map +1 -1
  264. package/lib/shardui/hover-card.js +2 -2
  265. package/lib/shardui/hover-card.js.map +1 -1
  266. package/lib/shardui/input-otp.js +16 -13
  267. package/lib/shardui/input-otp.js.map +1 -1
  268. package/lib/shardui/input.js +2 -2
  269. package/lib/shardui/input.js.map +1 -1
  270. package/lib/shardui/label.js +2 -2
  271. package/lib/shardui/label.js.map +1 -1
  272. package/lib/shardui/menubar.d.ts +1 -1
  273. package/lib/shardui/menubar.js +46 -35
  274. package/lib/shardui/menubar.js.map +1 -1
  275. package/lib/shardui/navigation-menu.js +28 -24
  276. package/lib/shardui/navigation-menu.js.map +1 -1
  277. package/lib/shardui/pagination.d.ts +5 -5
  278. package/lib/shardui/pagination.js +30 -22
  279. package/lib/shardui/pagination.js.map +1 -1
  280. package/lib/shardui/popover.js +10 -8
  281. package/lib/shardui/popover.js.map +1 -1
  282. package/lib/shardui/progress.js +10 -9
  283. package/lib/shardui/progress.js.map +1 -1
  284. package/lib/shardui/radio-group.js +11 -9
  285. package/lib/shardui/radio-group.js.map +1 -1
  286. package/lib/shardui/resizable.d.ts +3 -3
  287. package/lib/shardui/resizable.d.ts.map +1 -1
  288. package/lib/shardui/resizable.js +11 -9
  289. package/lib/shardui/resizable.js.map +1 -1
  290. package/lib/shardui/scroll-area.js +14 -11
  291. package/lib/shardui/scroll-area.js.map +1 -1
  292. package/lib/shardui/select.js +49 -35
  293. package/lib/shardui/select.js.map +1 -1
  294. package/lib/shardui/separator.js +2 -2
  295. package/lib/shardui/separator.js.map +1 -1
  296. package/lib/shardui/sheet.d.ts +2 -2
  297. package/lib/shardui/sheet.js +24 -19
  298. package/lib/shardui/sheet.js.map +1 -1
  299. package/lib/shardui/sidebar.js +104 -88
  300. package/lib/shardui/sidebar.js.map +1 -1
  301. package/lib/shardui/skeleton.d.ts +1 -1
  302. package/lib/shardui/skeleton.d.ts.map +1 -1
  303. package/lib/shardui/skeleton.js +2 -2
  304. package/lib/shardui/skeleton.js.map +1 -1
  305. package/lib/shardui/slider.js +12 -10
  306. package/lib/shardui/slider.js.map +1 -1
  307. package/lib/shardui/sonner.d.ts +1 -1
  308. package/lib/shardui/sonner.d.ts.map +1 -1
  309. package/lib/shardui/sonner.js +2 -2
  310. package/lib/shardui/sonner.js.map +1 -1
  311. package/lib/shardui/switch.js +7 -6
  312. package/lib/shardui/switch.js.map +1 -1
  313. package/lib/shardui/table.js +16 -15
  314. package/lib/shardui/table.js.map +1 -1
  315. package/lib/shardui/tabs.js +4 -4
  316. package/lib/shardui/tabs.js.map +1 -1
  317. package/lib/shardui/textarea.js +2 -2
  318. package/lib/shardui/textarea.js.map +1 -1
  319. package/lib/shardui/toast.js +12 -11
  320. package/lib/shardui/toast.js.map +1 -1
  321. package/lib/shardui/toaster.d.ts +1 -2
  322. package/lib/shardui/toaster.d.ts.map +1 -1
  323. package/lib/shardui/toaster.js +21 -14
  324. package/lib/shardui/toaster.js.map +1 -1
  325. package/lib/shardui/toggle-group.js +15 -12
  326. package/lib/shardui/toggle-group.js.map +1 -1
  327. package/lib/shardui/toggle.js +2 -2
  328. package/lib/shardui/toggle.js.map +1 -1
  329. package/lib/shardui/tooltip.js +2 -2
  330. package/lib/shardui/tooltip.js.map +1 -1
  331. package/package.json +6 -3
@@ -1,4 +1,4 @@
1
- import*as React from'react';import {useRouteError,isRouteErrorResponse,Meta,Links,Scripts}from'@remix-run/react';import {logger}from'@cdm-logger/client';// Inline styles as fallback when Tailwind CSS is unavailable (e.g., during SSR error recovery)
1
+ import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import {useRouteError,isRouteErrorResponse,Meta,Links,Scripts}from'@remix-run/react';import {logger}from'@cdm-logger/client';// Inline styles as fallback when Tailwind CSS is unavailable (e.g., during SSR error recovery)
2
2
  const containerStyle = {
3
3
  display: 'flex',
4
4
  minHeight: '100vh',
@@ -63,174 +63,213 @@ function SPAErrorBoundary() {
63
63
  window.location.href = '/';
64
64
  };
65
65
  if (isRouteErrorResponse(error)) {
66
- return React.createElement("html", {
67
- lang: "en"
68
- }, React.createElement("head", null, React.createElement("meta", {
69
- charSet: "utf-8"
70
- }), React.createElement("meta", {
71
- name: "viewport",
72
- content: "width=device-width, initial-scale=1"
73
- }), React.createElement("title", null, error.status, " - ", error.statusText), React.createElement(Meta, null), React.createElement(Links, null)), React.createElement("body", null, React.createElement("div", {
74
- className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
75
- style: containerStyle
76
- }, React.createElement("div", {
77
- className: "w-full max-w-md space-y-8 text-center",
78
- style: {
79
- maxWidth: '28rem',
80
- width: '100%',
81
- textAlign: 'center'
82
- }
83
- }, React.createElement("div", {
84
- className: "mb-4 flex justify-center",
85
- style: {
86
- display: 'flex',
87
- justifyContent: 'center',
88
- marginBottom: '1rem'
89
- }
90
- }, React.createElement("div", {
91
- className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
92
- style: iconContainerStyle
93
- }, React.createElement("svg", {
94
- className: "h-8 w-8 text-red-500",
95
- width: "32",
96
- height: "32",
97
- style: svgStyle,
98
- fill: "none",
99
- viewBox: "0 0 24 24",
100
- stroke: "currentColor"
101
- }, React.createElement("path", {
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round",
104
- strokeWidth: 2,
105
- d: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"
106
- })))), React.createElement("div", null, React.createElement("h1", {
107
- className: "text-6xl font-bold text-gray-900",
108
- style: {
109
- fontSize: '3.75rem',
110
- fontWeight: 700,
111
- color: '#111827'
112
- }
113
- }, error.status), React.createElement("h2", {
114
- className: "mt-2 text-2xl font-bold tracking-tight text-gray-900",
115
- style: {
116
- marginTop: '0.5rem',
117
- fontSize: '1.5rem',
118
- fontWeight: 700,
119
- color: '#111827'
120
- }
121
- }, error.statusText), error.data && React.createElement("p", {
122
- className: "mt-2 text-sm text-gray-600",
123
- style: {
124
- marginTop: '0.5rem',
125
- fontSize: '0.875rem',
126
- color: '#4b5563'
127
- }
128
- }, error.data)), React.createElement("div", {
129
- className: "mt-6",
130
- style: {
131
- marginTop: '1.5rem'
132
- }
133
- }, React.createElement("button", {
134
- onClick: handleGoHome,
135
- className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
136
- style: buttonStyle
137
- }, "Go back home")))), React.createElement(Scripts, null)));
66
+ return jsxs("html", {
67
+ lang: "en",
68
+ children: [jsxs("head", {
69
+ children: [jsx("meta", {
70
+ charSet: "utf-8"
71
+ }), jsx("meta", {
72
+ name: "viewport",
73
+ content: "width=device-width, initial-scale=1"
74
+ }), jsxs("title", {
75
+ children: [error.status, " - ", error.statusText]
76
+ }), jsx(Meta, {}), jsx(Links, {})]
77
+ }), jsxs("body", {
78
+ children: [jsx("div", {
79
+ className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
80
+ style: containerStyle,
81
+ children: jsxs("div", {
82
+ className: "w-full max-w-md space-y-8 text-center",
83
+ style: {
84
+ maxWidth: '28rem',
85
+ width: '100%',
86
+ textAlign: 'center'
87
+ },
88
+ children: [jsx("div", {
89
+ className: "mb-4 flex justify-center",
90
+ style: {
91
+ display: 'flex',
92
+ justifyContent: 'center',
93
+ marginBottom: '1rem'
94
+ },
95
+ children: jsx("div", {
96
+ className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
97
+ style: iconContainerStyle,
98
+ children: jsx("svg", {
99
+ className: "h-8 w-8 text-red-500",
100
+ width: "32",
101
+ height: "32",
102
+ style: svgStyle,
103
+ fill: "none",
104
+ viewBox: "0 0 24 24",
105
+ stroke: "currentColor",
106
+ children: jsx("path", {
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round",
109
+ strokeWidth: 2,
110
+ d: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"
111
+ })
112
+ })
113
+ })
114
+ }), jsxs("div", {
115
+ children: [jsx("h1", {
116
+ className: "text-6xl font-bold text-gray-900",
117
+ style: {
118
+ fontSize: '3.75rem',
119
+ fontWeight: 700,
120
+ color: '#111827'
121
+ },
122
+ children: error.status
123
+ }), jsx("h2", {
124
+ className: "mt-2 text-2xl font-bold tracking-tight text-gray-900",
125
+ style: {
126
+ marginTop: '0.5rem',
127
+ fontSize: '1.5rem',
128
+ fontWeight: 700,
129
+ color: '#111827'
130
+ },
131
+ children: error.statusText
132
+ }), error.data && jsx("p", {
133
+ className: "mt-2 text-sm text-gray-600",
134
+ style: {
135
+ marginTop: '0.5rem',
136
+ fontSize: '0.875rem',
137
+ color: '#4b5563'
138
+ },
139
+ children: error.data
140
+ })]
141
+ }), jsx("div", {
142
+ className: "mt-6",
143
+ style: {
144
+ marginTop: '1.5rem'
145
+ },
146
+ children: jsx("button", {
147
+ onClick: handleGoHome,
148
+ className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
149
+ style: buttonStyle,
150
+ children: "Go back home"
151
+ })
152
+ })]
153
+ })
154
+ }), jsx(Scripts, {})]
155
+ })]
156
+ });
138
157
  }
139
158
  const errorMessage = error instanceof Error ? error.message : 'An unexpected error occurred';
140
159
  const errorStack = error instanceof Error ? error.stack : undefined;
141
- return React.createElement("html", {
142
- lang: "en"
143
- }, React.createElement("head", null, React.createElement("meta", {
144
- charSet: "utf-8"
145
- }), React.createElement("meta", {
146
- name: "viewport",
147
- content: "width=device-width, initial-scale=1"
148
- }), React.createElement("title", null, "Application Error"), React.createElement(Meta, null), React.createElement(Links, null)), React.createElement("body", null, React.createElement("div", {
149
- className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
150
- style: containerStyle
151
- }, React.createElement("div", {
152
- className: "w-full max-w-2xl space-y-8",
153
- style: {
154
- maxWidth: '42rem',
155
- width: '100%'
156
- }
157
- }, React.createElement("div", {
158
- className: "mb-4 flex justify-center",
159
- style: {
160
- display: 'flex',
161
- justifyContent: 'center',
162
- marginBottom: '1rem'
163
- }
164
- }, React.createElement("div", {
165
- className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
166
- style: iconContainerStyle
167
- }, React.createElement("svg", {
168
- className: "h-8 w-8 text-red-500",
169
- width: "32",
170
- height: "32",
171
- style: svgStyle,
172
- fill: "none",
173
- viewBox: "0 0 24 24",
174
- stroke: "currentColor"
175
- }, React.createElement("path", {
176
- strokeLinecap: "round",
177
- strokeLinejoin: "round",
178
- strokeWidth: 2,
179
- d: "M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
180
- })))), React.createElement("div", {
181
- className: "text-center",
182
- style: {
183
- textAlign: 'center'
184
- }
185
- }, React.createElement("h1", {
186
- className: "text-3xl font-bold tracking-tight text-gray-900",
187
- style: {
188
- fontSize: '1.875rem',
189
- fontWeight: 700,
190
- color: '#111827'
191
- }
192
- }, "Application Error"), React.createElement("p", {
193
- className: "mt-2 text-lg text-red-600",
194
- style: {
195
- marginTop: '0.5rem',
196
- fontSize: '1.125rem',
197
- color: '#dc2626'
198
- }
199
- }, errorMessage), errorStack && process.env.NODE_ENV !== 'production' && React.createElement("details", {
200
- className: "mt-4 text-left",
201
- style: {
202
- marginTop: '1rem',
203
- textAlign: 'left'
204
- }
205
- }, React.createElement("summary", {
206
- className: "cursor-pointer text-sm font-medium text-gray-700 hover:text-gray-900",
207
- style: {
208
- cursor: 'pointer',
209
- fontSize: '0.875rem',
210
- fontWeight: 500,
211
- color: '#374151'
212
- }
213
- }, "Stack trace (development only)"), React.createElement("pre", {
214
- className: "mt-2 overflow-auto rounded-md bg-gray-100 p-4 text-xs text-gray-800 max-h-96",
215
- style: {
216
- marginTop: '0.5rem',
217
- overflow: 'auto',
218
- borderRadius: '0.375rem',
219
- backgroundColor: '#f3f4f6',
220
- padding: '1rem',
221
- fontSize: '0.75rem',
222
- color: '#1f2937',
223
- maxHeight: '24rem'
224
- }
225
- }, errorStack))), React.createElement("div", {
226
- className: "mt-6 text-center",
227
- style: {
228
- marginTop: '1.5rem',
229
- textAlign: 'center'
230
- }
231
- }, React.createElement("button", {
232
- onClick: handleGoHome,
233
- className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
234
- style: buttonStyle
235
- }, "Go back home")))), React.createElement(Scripts, null)));
160
+ return jsxs("html", {
161
+ lang: "en",
162
+ children: [jsxs("head", {
163
+ children: [jsx("meta", {
164
+ charSet: "utf-8"
165
+ }), jsx("meta", {
166
+ name: "viewport",
167
+ content: "width=device-width, initial-scale=1"
168
+ }), jsx("title", {
169
+ children: "Application Error"
170
+ }), jsx(Meta, {}), jsx(Links, {})]
171
+ }), jsxs("body", {
172
+ children: [jsx("div", {
173
+ className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
174
+ style: containerStyle,
175
+ children: jsxs("div", {
176
+ className: "w-full max-w-2xl space-y-8",
177
+ style: {
178
+ maxWidth: '42rem',
179
+ width: '100%'
180
+ },
181
+ children: [jsx("div", {
182
+ className: "mb-4 flex justify-center",
183
+ style: {
184
+ display: 'flex',
185
+ justifyContent: 'center',
186
+ marginBottom: '1rem'
187
+ },
188
+ children: jsx("div", {
189
+ className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
190
+ style: iconContainerStyle,
191
+ children: jsx("svg", {
192
+ className: "h-8 w-8 text-red-500",
193
+ width: "32",
194
+ height: "32",
195
+ style: svgStyle,
196
+ fill: "none",
197
+ viewBox: "0 0 24 24",
198
+ stroke: "currentColor",
199
+ children: jsx("path", {
200
+ strokeLinecap: "round",
201
+ strokeLinejoin: "round",
202
+ strokeWidth: 2,
203
+ d: "M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
204
+ })
205
+ })
206
+ })
207
+ }), jsxs("div", {
208
+ className: "text-center",
209
+ style: {
210
+ textAlign: 'center'
211
+ },
212
+ children: [jsx("h1", {
213
+ className: "text-3xl font-bold tracking-tight text-gray-900",
214
+ style: {
215
+ fontSize: '1.875rem',
216
+ fontWeight: 700,
217
+ color: '#111827'
218
+ },
219
+ children: "Application Error"
220
+ }), jsx("p", {
221
+ className: "mt-2 text-lg text-red-600",
222
+ style: {
223
+ marginTop: '0.5rem',
224
+ fontSize: '1.125rem',
225
+ color: '#dc2626'
226
+ },
227
+ children: errorMessage
228
+ }), errorStack && process.env.NODE_ENV !== 'production' && jsxs("details", {
229
+ className: "mt-4 text-left",
230
+ style: {
231
+ marginTop: '1rem',
232
+ textAlign: 'left'
233
+ },
234
+ children: [jsx("summary", {
235
+ className: "cursor-pointer text-sm font-medium text-gray-700 hover:text-gray-900",
236
+ style: {
237
+ cursor: 'pointer',
238
+ fontSize: '0.875rem',
239
+ fontWeight: 500,
240
+ color: '#374151'
241
+ },
242
+ children: "Stack trace (development only)"
243
+ }), jsx("pre", {
244
+ className: "mt-2 overflow-auto rounded-md bg-gray-100 p-4 text-xs text-gray-800 max-h-96",
245
+ style: {
246
+ marginTop: '0.5rem',
247
+ overflow: 'auto',
248
+ borderRadius: '0.375rem',
249
+ backgroundColor: '#f3f4f6',
250
+ padding: '1rem',
251
+ fontSize: '0.75rem',
252
+ color: '#1f2937',
253
+ maxHeight: '24rem'
254
+ },
255
+ children: errorStack
256
+ })]
257
+ })]
258
+ }), jsx("div", {
259
+ className: "mt-6 text-center",
260
+ style: {
261
+ marginTop: '1.5rem',
262
+ textAlign: 'center'
263
+ },
264
+ children: jsx("button", {
265
+ onClick: handleGoHome,
266
+ className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
267
+ style: buttonStyle,
268
+ children: "Go back home"
269
+ })
270
+ })]
271
+ })
272
+ }), jsx(Scripts, {})]
273
+ })]
274
+ });
236
275
  }export{SPAErrorBoundary};//# sourceMappingURL=SPAErrorBoundary.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SPAErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;AA8DG,EAAA,cAAA,EAAA,QAAA;AACH,EAAA,YAAA,EAAA,QAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"SPAErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AA8DG,EAAA,MAAA,EAAA,MAAA;AACH,EAAA,UAAA,EAAA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- export declare const Error403: () => React.JSX.Element;
1
+ export declare const Error403: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=403.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"403.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/403.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,eAAO,MAAM,QAAQ,yBAuBpB,CAAC"}
1
+ {"version":3,"file":"403.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/403.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,+CAuBpB,CAAC"}
@@ -1,21 +1,29 @@
1
- import*as React from'react';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error403 = () => {
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error403 = () => {
2
2
  const navigate = useNavigate();
3
3
  const goBack = () => navigate(-1);
4
- return React.createElement("div", {
5
- className: "flex justify-center items-center"
6
- }, React.createElement("div", null, React.createElement("div", {
7
- className: "text-center"
8
- }, React.createElement("h5", {
9
- className: "text-2xl font-bold"
10
- }, "Error: 403 Forbidden")), React.createElement("div", {
11
- className: "mt-10"
12
- }, React.createElement("img", {
13
- src: assets['error-403-540x432.png'],
14
- alt: "403 Error"
15
- })), React.createElement("div", {
16
- className: "flex justify-center"
17
- }, React.createElement("button", {
18
- className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
19
- onClick: goBack
20
- }, "Go Home"))));
4
+ return jsx("div", {
5
+ className: "flex justify-center items-center",
6
+ children: jsxs("div", {
7
+ children: [jsx("div", {
8
+ className: "text-center",
9
+ children: jsx("h5", {
10
+ className: "text-2xl font-bold",
11
+ children: "Error: 403 Forbidden"
12
+ })
13
+ }), jsx("div", {
14
+ className: "mt-10",
15
+ children: jsx("img", {
16
+ src: assets['error-403-540x432.png'],
17
+ alt: "403 Error"
18
+ })
19
+ }), jsx("div", {
20
+ className: "flex justify-center",
21
+ children: jsx("button", {
22
+ className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
23
+ onClick: goBack,
24
+ children: "Go Home"
25
+ })
26
+ })]
27
+ })
28
+ });
21
29
  };export{Error403};//# sourceMappingURL=403.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"403.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"403.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- export declare const Error404: () => React.JSX.Element;
1
+ export declare const Error404: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=404.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"404.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/404.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,eAAO,MAAM,QAAQ,yBAuBpB,CAAC"}
1
+ {"version":3,"file":"404.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/404.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,+CAuBpB,CAAC"}
@@ -1,21 +1,29 @@
1
- import*as React from'react';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error404 = () => {
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error404 = () => {
2
2
  const navigate = useNavigate();
3
3
  const goBack = () => navigate(-1);
4
- return React.createElement("div", {
5
- className: "flex justify-center items-center"
6
- }, React.createElement("div", null, React.createElement("div", {
7
- className: "text-center"
8
- }, React.createElement("h5", {
9
- className: "text-2xl font-bold"
10
- }, "Error: 404 Page Not Found")), React.createElement("div", {
11
- className: "mt-10"
12
- }, React.createElement("img", {
13
- src: assets['error-404-540x432.png'],
14
- alt: "404 Error"
15
- })), React.createElement("div", {
16
- className: "flex justify-center"
17
- }, React.createElement("button", {
18
- className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
19
- onClick: goBack
20
- }, "Go Home"))));
4
+ return jsx("div", {
5
+ className: "flex justify-center items-center",
6
+ children: jsxs("div", {
7
+ children: [jsx("div", {
8
+ className: "text-center",
9
+ children: jsx("h5", {
10
+ className: "text-2xl font-bold",
11
+ children: "Error: 404 Page Not Found"
12
+ })
13
+ }), jsx("div", {
14
+ className: "mt-10",
15
+ children: jsx("img", {
16
+ src: assets['error-404-540x432.png'],
17
+ alt: "404 Error"
18
+ })
19
+ }), jsx("div", {
20
+ className: "flex justify-center",
21
+ children: jsx("button", {
22
+ className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
23
+ onClick: goBack,
24
+ children: "Go Home"
25
+ })
26
+ })]
27
+ })
28
+ });
21
29
  };export{Error404};//# sourceMappingURL=404.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"404.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"404.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- export declare const Error500: () => React.JSX.Element;
1
+ export declare const Error500: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=500.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"500.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/500.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,eAAO,MAAM,QAAQ,yBAuBpB,CAAC"}
1
+ {"version":3,"file":"500.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorPages/500.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,+CAuBpB,CAAC"}
@@ -1,21 +1,29 @@
1
- import*as React from'react';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error500 = () => {
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useNavigate}from'@remix-run/react';import assets from'@admin-layout/assets';const Error500 = () => {
2
2
  const navigate = useNavigate();
3
3
  const goBack = () => navigate(-1);
4
- return React.createElement("div", {
5
- className: "flex justify-center items-center"
6
- }, React.createElement("div", null, React.createElement("div", {
7
- className: "text-center"
8
- }, React.createElement("h5", {
9
- className: "text-2xl font-bold"
10
- }, "Error: 500 Unexpected Error")), React.createElement("div", {
11
- className: "mt-10"
12
- }, React.createElement("img", {
13
- src: assets['error-500-252x475.png'],
14
- alt: "500 Error"
15
- })), React.createElement("div", {
16
- className: "flex justify-center"
17
- }, React.createElement("button", {
18
- className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
19
- onClick: goBack
20
- }, "Go Home"))));
4
+ return jsx("div", {
5
+ className: "flex justify-center items-center",
6
+ children: jsxs("div", {
7
+ children: [jsx("div", {
8
+ className: "text-center",
9
+ children: jsx("h5", {
10
+ className: "text-2xl font-bold",
11
+ children: "Error: 500 Unexpected Error"
12
+ })
13
+ }), jsx("div", {
14
+ className: "mt-10",
15
+ children: jsx("img", {
16
+ src: assets['error-500-252x475.png'],
17
+ alt: "500 Error"
18
+ })
19
+ }), jsx("div", {
20
+ className: "flex justify-center",
21
+ children: jsx("button", {
22
+ className: "mt-8 mb-8 w-64 h-20 bg-yellow-400 rounded-full text-white hover:bg-yellow-500 transition-colors",
23
+ onClick: goBack,
24
+ children: "Go Home"
25
+ })
26
+ })]
27
+ })
28
+ });
21
29
  };export{Error500};//# sourceMappingURL=500.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"500.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"500.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,9 +1,8 @@
1
- import React from 'react';
2
1
  import type { InputToolBarProps } from './types';
3
2
  /**
4
3
  * InputToolBar – UI only. Renders toolbar and optional built-in textarea from props.
5
4
  * All data (leftItems, rightItems, templateButton, inputConfig, micSendButton) and behavior (onClick, onChange, etc.) come from props.
6
5
  */
7
- export declare function InputToolBar({ className, classNames, inputConfig, topContent, leftItems: leftItemsProp, rightItems: rightItemsProp, templateButton, templateModalConfig, templateModalRender, projectSettingsModalOpen, onProjectSettingsModalClose, projectSettingsModalRender, leftCustomRender, rightCustomRender, micSendButton, children, onContainerClick, }: InputToolBarProps): React.JSX.Element;
6
+ export declare function InputToolBar({ className, classNames, inputConfig, topContent, leftItems: leftItemsProp, rightItems: rightItemsProp, templateButton, templateModalConfig, templateModalRender, projectSettingsModalOpen, onProjectSettingsModalClose, projectSettingsModalRender, leftCustomRender, rightCustomRender, micSendButton, children, onContainerClick, }: InputToolBarProps): import("react/jsx-runtime").JSX.Element;
8
7
  export default InputToolBar;
9
8
  //# sourceMappingURL=InputToolBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputToolBar.d.ts","sourceRoot":"","sources":["../../../src/components/InputToolBar/InputToolBar.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAER,iBAAiB,EAQpB,MAAM,SAAS,CAAC;AAgdjB;;;GAGG;AACH,wBAAgB,YAAY,CAAC,EACzB,SAAS,EACT,UAAU,EACV,WAAW,EACX,UAAU,EACV,SAAS,EAAE,aAAa,EACxB,UAAU,EAAE,cAAc,EAC1B,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,QAAQ,EACR,gBAAgB,GACnB,EAAE,iBAAiB,qBAwFnB;AAED,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"InputToolBar.d.ts","sourceRoot":"","sources":["../../../src/components/InputToolBar/InputToolBar.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAER,iBAAiB,EAQpB,MAAM,SAAS,CAAC;AAgdjB;;;GAGG;AACH,wBAAgB,YAAY,CAAC,EACzB,SAAS,EACT,UAAU,EACV,WAAW,EACX,UAAU,EACV,SAAS,EAAE,aAAa,EACxB,UAAU,EAAE,cAAc,EAC1B,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,QAAQ,EACR,gBAAgB,GACnB,EAAE,iBAAiB,2CAwFnB;AAED,eAAe,YAAY,CAAC"}