@abyss-project/commons-front-core 1.0.136 → 1.0.141

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 (268) hide show
  1. package/README.md +30 -2
  2. package/declaration.d.ts +13 -13
  3. package/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
  4. package/dist/assets/index.d.ts +0 -1
  5. package/dist/assets/logo/index.d.ts +1 -0
  6. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
  7. package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
  8. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
  9. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  10. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
  11. package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
  12. package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
  13. package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
  14. package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
  15. package/dist/components/Avatars/index.d.ts +2 -0
  16. package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
  17. package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
  18. package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
  19. package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
  20. package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
  21. package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
  22. package/dist/components/Cards/index.d.ts +2 -0
  23. package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
  24. package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
  25. package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
  26. package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
  27. package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
  28. package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
  29. package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
  30. package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
  31. package/dist/components/Charts/index.d.ts +4 -0
  32. package/dist/components/Charts/useNivoTheme.d.ts +65 -0
  33. package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
  34. package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
  35. package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
  36. package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
  37. package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
  38. package/dist/components/CookieConsent/index.d.ts +8 -0
  39. package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
  40. package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
  41. package/dist/components/CookieConsent/types.d.ts +11 -0
  42. package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
  43. package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
  44. package/dist/components/Data/AbyssTable/index.d.ts +2 -0
  45. package/dist/components/Data/index.d.ts +1 -0
  46. package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
  47. package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
  48. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
  49. package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
  50. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
  51. package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
  52. package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
  53. package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
  54. package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
  55. package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
  56. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
  57. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
  58. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
  59. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
  60. package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
  61. package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
  62. package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
  63. package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
  64. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
  65. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  66. package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
  67. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
  68. package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
  69. package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
  70. package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
  71. package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
  72. package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
  73. package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
  74. package/dist/components/Inputs/index.d.ts +13 -6
  75. package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
  76. package/dist/components/Invitations/index.d.ts +2 -0
  77. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
  78. package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
  79. package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
  80. package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
  81. package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
  82. package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
  83. package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
  84. package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
  85. package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
  86. package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
  87. package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
  88. package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
  89. package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
  90. package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
  91. package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
  92. package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
  93. package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
  94. package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
  95. package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
  96. package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
  97. package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
  98. package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
  99. package/dist/components/Layouts/index.d.ts +8 -0
  100. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
  101. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
  102. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
  103. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
  104. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
  105. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
  106. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
  107. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
  108. package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
  109. package/dist/components/Modals/index.d.ts +2 -2
  110. package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
  111. package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
  112. package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
  113. package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
  114. package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
  115. package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
  116. package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
  117. package/dist/components/PdfEditor/index.d.ts +3 -0
  118. package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
  119. package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
  120. package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
  121. package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
  122. package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
  123. package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
  124. package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
  125. package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
  126. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
  127. package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
  128. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
  129. package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
  130. package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
  131. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
  132. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
  133. package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
  134. package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
  135. package/dist/components/PdfEditor/types.d.ts +217 -0
  136. package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
  137. package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
  138. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
  139. package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
  140. package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
  141. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
  142. package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
  143. package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
  144. package/dist/components/QuotaReached/index.d.ts +6 -0
  145. package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
  146. package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
  147. package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
  148. package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
  149. package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
  150. package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
  151. package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
  152. package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
  153. package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
  154. package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
  155. package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
  156. package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
  157. package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
  158. package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
  159. package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
  160. package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
  161. package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
  162. package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
  163. package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
  164. package/dist/components/Support/index.d.ts +18 -0
  165. package/dist/components/Support/types.d.ts +252 -0
  166. package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
  167. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
  168. package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
  169. package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
  170. package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
  171. package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
  172. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
  173. package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
  174. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
  175. package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
  176. package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
  177. package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
  178. package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
  179. package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
  180. package/dist/components/Utils/Toast/index.d.ts +1 -0
  181. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
  182. package/dist/components/Utils/index.d.ts +6 -3
  183. package/dist/components/index.d.ts +10 -8
  184. package/dist/cookie-consent.d.ts +2 -0
  185. package/dist/cookie-consent.js +16 -0
  186. package/dist/hooks/index.d.ts +4 -1
  187. package/dist/hooks/use-cloud.hook.d.ts +3 -3
  188. package/dist/hooks/use-public-users.hook.d.ts +13 -0
  189. package/dist/hooks/use-rich-intl.hook.d.ts +1370 -212
  190. package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
  191. package/dist/{index-CjCtN6N9.js → index-0jt8DKLf.js} +11 -11
  192. package/dist/{index-DsEAU1Su.js → index-B3Y7Rb_Q.js} +1 -1
  193. package/dist/{index-DrwZbK23.js → index-BLr1fOuq.js} +4 -4
  194. package/dist/{index-BirsZhiu.js → index-BWj4TKOS.js} +2 -2
  195. package/dist/{index-Bk2NQz31.js → index-B_fAiFZq.js} +3 -3
  196. package/dist/{index-DE33bhgE.js → index-Blqg9cwf.js} +3 -3
  197. package/dist/{index--QxdNiuT.js → index-BrSAVa-Q.js} +2 -2
  198. package/dist/{index-CzRcWnfQ.js → index-C70H1Rqy.js} +4 -4
  199. package/dist/{index-Vsp-9vGI.js → index-C9HpxdlC.js} +2 -2
  200. package/dist/{index-C9V6yx6I.js → index-CDvwJmU3.js} +8 -8
  201. package/dist/index-CI_ndLtL.js +114828 -0
  202. package/dist/{index-DufXsxfg.js → index-CQv4ue2W.js} +2 -2
  203. package/dist/{index-DyrkSLE1.js → index-CRlvyprK.js} +3 -3
  204. package/dist/{index-BN2zc6Mp.js → index-Cb3RkMZy.js} +2 -2
  205. package/dist/{index-C7YWMnUi.js → index-CkpUdKTG.js} +3 -3
  206. package/dist/{index-yhL2fUpe.js → index-CnuCwLCI.js} +2 -2
  207. package/dist/{index-Cr-guXyg.js → index-CxyWN2Jp.js} +2 -2
  208. package/dist/{index-CLLYU3Ob.js → index-DQJBss56.js} +2 -2
  209. package/dist/{index-CyMfYJL8.js → index-jiAI8FrN.js} +4 -4
  210. package/dist/{index-DdIC_a4G.js → index-prtXdje2.js} +2 -2
  211. package/dist/{index-D39o_sai.js → index-rNuCv1FV.js} +5 -5
  212. package/dist/{index-D4xMvqEH.js → index-tz9rZQUM.js} +8 -8
  213. package/dist/index.d.ts +1 -1
  214. package/dist/index.js +237 -117
  215. package/dist/theme/augmentation.d.ts +78 -0
  216. package/dist/theme/components/buttons.d.ts +35 -0
  217. package/dist/theme/components/data-display.d.ts +4 -0
  218. package/dist/theme/components/index.d.ts +2 -0
  219. package/dist/theme/components/inputs.d.ts +4 -0
  220. package/dist/theme/components/navigation.d.ts +4 -0
  221. package/dist/theme/components/surfaces.d.ts +4 -0
  222. package/dist/theme/create-theme.d.ts +3 -0
  223. package/dist/theme/index.d.ts +15 -0
  224. package/dist/theme/palettes/common.d.ts +61 -0
  225. package/dist/theme/palettes/dark.d.ts +66 -0
  226. package/dist/theme/palettes/light.d.ts +66 -0
  227. package/dist/theme/tokens/animations.d.ts +30 -0
  228. package/dist/theme/tokens/borders.d.ts +11 -0
  229. package/dist/theme/tokens/colors.d.ts +102 -0
  230. package/dist/theme/tokens/shadows.d.ts +45 -0
  231. package/dist/theme/tokens/transitions.d.ts +21 -0
  232. package/dist/theme/tokens/typography.d.ts +93 -0
  233. package/dist/translations/en.d.ts +668 -9
  234. package/dist/translations/fr.d.ts +668 -9
  235. package/dist/utils/billing.utils.d.ts +7 -0
  236. package/dist/utils/index.d.ts +5 -0
  237. package/dist/utils/locale.utils.d.ts +2 -0
  238. package/dist/utils/share-notification.utils.d.ts +1 -0
  239. package/dist/utils/space-display-name.utils.d.ts +9 -0
  240. package/package.json +36 -7
  241. package/tsconfig.json +35 -37
  242. package/vite.config.ts +75 -77
  243. package/vitest.config.ts +14 -0
  244. package/.eslintrc.cjs +0 -30
  245. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
  246. package/dist/components/AllCloudMetrics/index.d.ts +0 -1
  247. package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
  248. package/dist/components/FiltersBox/index.d.ts +0 -1
  249. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
  250. package/dist/components/FreepikSearch/index.d.ts +0 -1
  251. package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
  252. package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
  253. package/dist/components/Inputs/Toggle/index.d.ts +0 -1
  254. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
  255. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
  256. package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
  257. package/dist/components/Modals/UserSettings/index.d.ts +0 -2
  258. package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
  259. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
  260. package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
  261. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
  262. package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
  263. package/dist/hooks/use-theme.hook.d.ts +0 -1
  264. package/dist/index-_UVTFDmE.js +0 -122724
  265. package/dist/stylesheet.d.ts +0 -128
  266. package/dist/web-Bt2mRnhv.js +0 -18
  267. /package/dist/{index.css → commons-front-core.css} +0 -0
  268. /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
@@ -1,5 +1,5 @@
1
- import { L as M, E as X, a as h, C as E } from "./index-DsEAU1Su.js";
2
- import { s as A, t as i, E as C, a as J, k as o, L as I, b as B, d as D, e as u, l as K, i as N, f as H, c as g, g as F, h as OO, j as aO, J as j, x as QO, N as iO, I as eO } from "./index-_UVTFDmE.js";
1
+ import { L as M, E as X, a as h, C as E } from "./index-B3Y7Rb_Q.js";
2
+ import { s as A, t as i, E as C, a as J, n as o, L as I, b as B, d as D, e as u, h as K, i as N, f as H, c as g, j as F, m as OO, g as aO, J as j, x as QO, o as iO, I as eO } from "./index-CI_ndLtL.js";
3
3
  const $O = 315, rO = 316, v = 1, tO = 2, lO = 3, nO = 4, oO = 317, sO = 319, ZO = 320, PO = 5, pO = 6, cO = 0, q = [
4
4
  9,
5
5
  10,
@@ -1,6 +1,6 @@
1
- import { a as t, L as i, i as n, f as $, c as y, j as P, s as X, t as O } from "./index-_UVTFDmE.js";
2
- import { defineCSSCompletionSource as m } from "./index-Vsp-9vGI.js";
3
- import { L as c, E as S } from "./index-DsEAU1Su.js";
1
+ import { a as t, L as i, i as n, f as $, c as y, g as P, s as X, t as O } from "./index-CI_ndLtL.js";
2
+ import { defineCSSCompletionSource as m } from "./index-C9HpxdlC.js";
3
+ import { L as c, E as S } from "./index-B3Y7Rb_Q.js";
4
4
  const f = 110, l = 1, s = 2, r = [
5
5
  9,
6
6
  10,
@@ -1,5 +1,5 @@
1
- import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-_UVTFDmE.js";
2
- import { L as de, E as me } from "./index-DsEAU1Su.js";
1
+ import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-CI_ndLtL.js";
2
+ import { L as de, E as me } from "./index-B3Y7Rb_Q.js";
3
3
  const ue = 36, B = 1, pe = 2, y = 3, C = 4, fe = 5, _e = 6, ge = 7, he = 8, ye = 9, be = 10, ve = 11, ke = 12, xe = 13, Oe = 14, we = 15, Qe = 16, Ce = 17, X = 18, Se = 19, A = 20, E = 21, I = 22, qe = 23, Pe = 24;
4
4
  function q(t) {
5
5
  return t >= 65 && t <= 90 || t >= 97 && t <= 122 || t >= 48 && t <= 57;
@@ -1,6 +1,6 @@
1
- import { L as V, E as X } from "./index-DsEAU1Su.js";
2
- import { s as d, t as $, a as Z, L as R, p as s, i as t, f as y, c, g as U, j as l } from "./index-_UVTFDmE.js";
3
- import { html as w } from "./index-CyMfYJL8.js";
1
+ import { L as V, E as X } from "./index-B3Y7Rb_Q.js";
2
+ import { s as d, t as $, a as Z, L as R, p as s, i as t, f as y, c, j as U, g as l } from "./index-CI_ndLtL.js";
3
+ import { html as w } from "./index-jiAI8FrN.js";
4
4
  const W = 1, p = 2, q = 275, u = 3, b = 276, _ = 277, f = 278, k = 4, m = 5, G = 6, x = 7, z = 8, h = 9, g = 10, v = 11, j = 12, E = 13, I = 14, N = 15, L = 16, F = 17, C = 18, H = 19, A = 20, K = 21, D = 22, B = 23, M = 24, J = 25, OO = 26, $O = 27, QO = 28, iO = 29, aO = 30, TO = 31, PO = 32, XO = 33, SO = 34, cO = 35, eO = 36, oO = 37, _O = 38, zO = 39, nO = 40, rO = 41, YO = 42, VO = 43, dO = 44, ZO = 45, RO = 46, sO = 47, tO = 48, yO = 49, UO = 50, lO = 51, wO = 52, WO = 53, pO = 54, qO = 55, uO = 56, bO = 57, fO = 58, kO = 59, mO = 60, GO = 61, xO = 62, e = 63, hO = 64, gO = 65, vO = 66, jO = {
5
5
  abstract: k,
6
6
  and: m,
@@ -1,5 +1,5 @@
1
- import { L as r } from "./index-DsEAU1Su.js";
2
- import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, g as S, h as o, j as t } from "./index-_UVTFDmE.js";
1
+ import { L as r } from "./index-B3Y7Rb_Q.js";
2
+ import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, j as S, m as o, g as t } from "./index-CI_ndLtL.js";
3
3
  const Z = e({
4
4
  null: O.null,
5
5
  instanceof: O.operatorKeyword,
@@ -1,5 +1,5 @@
1
- import { P as nt, m as j, n as v, T as st, o as Ae, s as Be, p as it, t as c, q as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, l as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, D as he, F as gt } from "./index-_UVTFDmE.js";
2
- import { html as kt, htmlCompletionSource as Lt } from "./index-CyMfYJL8.js";
1
+ import { P as nt, k as j, l as v, q as st, N as Ae, s as Be, p as it, t as c, T as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, h as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, F as he, G as gt } from "./index-CI_ndLtL.js";
2
+ import { html as kt, htmlCompletionSource as Lt } from "./index-jiAI8FrN.js";
3
3
  class $ {
4
4
  static create(e, r, n, s, i) {
5
5
  let o = s + (s << 8) + e + (r << 4) | 0;
@@ -1,5 +1,5 @@
1
- import { L as o, E as t } from "./index-DsEAU1Su.js";
2
- import { s, t as Q, a as j, L as x, i as f, f as c, c as a, g as W, h as S, j as l } from "./index-_UVTFDmE.js";
1
+ import { L as o, E as t } from "./index-B3Y7Rb_Q.js";
2
+ import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-CI_ndLtL.js";
3
3
  const r = 1, q = 2, u = 3, n = 82, Z = 76, V = 117, T = 85, z = 97, w = 122, m = 65, b = 90, y = 95, i = 48, Y = 34, v = 40, P = 41, _ = 32, U = 62, p = new t((O) => {
4
4
  if (O.next == Z || O.next == T ? O.advance() : O.next == V && (O.advance(), O.next == i + 8 && O.advance()), O.next != n || (O.advance(), O.next != Y)) return;
5
5
  O.advance();
@@ -1,7 +1,7 @@
1
- import { L as be, E as $, C as Pe } from "./index-DsEAU1Su.js";
2
- import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, l as ve, i as Xe, f as ke, G as $e } from "./index-_UVTFDmE.js";
3
- import { cssLanguage as J, css as _e } from "./index-Vsp-9vGI.js";
4
- import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-DufXsxfg.js";
1
+ import { L as be, E as $, C as Pe } from "./index-B3Y7Rb_Q.js";
2
+ import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, h as ve, i as Xe, f as ke, H as $e } from "./index-CI_ndLtL.js";
3
+ import { cssLanguage as J, css as _e } from "./index-C9HpxdlC.js";
4
+ import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-CQv4ue2W.js";
5
5
  const Ye = 54, Me = 1, Re = 55, Ee = 2, Ze = 56, Be = 3, z = 4, ze = 5, X = 6, ee = 7, te = 8, ae = 9, le = 10, We = 11, De = 12, Ne = 13, _ = 57, Ge = 14, W = 58, re = 20, Ie = 22, ne = 23, je = 24, Y = 26, se = 27, Ue = 28, Le = 31, Fe = 34, He = 36, Ke = 37, Je = 0, et = 1, tt = {
6
6
  area: !0,
7
7
  base: !0,
@@ -1,5 +1,5 @@
1
- import { L as s } from "./index-DsEAU1Su.js";
2
- import { s as n, t as r, a as o, L as P, i as Q, f as i, c as a, j as c } from "./index-_UVTFDmE.js";
1
+ import { L as s } from "./index-B3Y7Rb_Q.js";
2
+ import { s as n, t as r, a as o, L as P, i as Q, f as i, c as a, g as c } from "./index-CI_ndLtL.js";
3
3
  const g = n({
4
4
  String: r.string,
5
5
  Number: r.number,
@@ -1,6 +1,6 @@
1
- import { L as o, E as a } from "./index-DsEAU1Su.js";
2
- import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, j as V } from "./index-_UVTFDmE.js";
3
- const R = 1, g = 2, b = 3, y = 4, T = 5, s = 98, c = 101, v = 102, t = 114, p = 69, X = 48, W = 46, d = 43, f = 45, Y = 35, z = 34, x = 124, U = 60, h = 62;
1
+ import { L as o, E as a } from "./index-B3Y7Rb_Q.js";
2
+ import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, g as V } from "./index-CI_ndLtL.js";
3
+ const g = 1, R = 2, b = 3, y = 4, T = 5, s = 98, c = 101, v = 102, t = 114, p = 69, X = 48, W = 46, d = 43, f = 45, Y = 35, z = 34, x = 124, U = 60, h = 62;
4
4
  function n(O) {
5
5
  return O >= 48 && O <= 57;
6
6
  }
@@ -57,9 +57,9 @@ const G = new a((O, i) => {
57
57
  }
58
58
  }
59
59
  }), m = new a((O) => {
60
- O.next == x && O.acceptToken(R, 1);
60
+ O.next == x && O.acceptToken(g, 1);
61
61
  }), u = new a((O) => {
62
- O.next == U ? O.acceptToken(g, 1) : O.next == h && O.acceptToken(b, 1);
62
+ O.next == U ? O.acceptToken(R, 1) : O.next == h && O.acceptToken(b, 1);
63
63
  }), k = Z({
64
64
  "const macro_rules struct union enum type fn impl trait let static": Q.definitionKeyword,
65
65
  "mod use crate": Q.moduleKeyword,
@@ -1,6 +1,6 @@
1
- import { L as k, E as A, C as N } from "./index-DsEAU1Su.js";
2
- import { s as I, t as p, E as Y, a as j, L as U, e as G, l as Z, i as B, f as D, G as M } from "./index-_UVTFDmE.js";
3
- const h = 1, F = 2, L = 3, K = 4, H = 5, J = 36, ee = 37, te = 38, Oe = 11, oe = 13;
1
+ import { L as G, E as A, C as N } from "./index-B3Y7Rb_Q.js";
2
+ import { s as I, t as p, E as Y, a as j, L as U, e as k, h as Z, i as B, f as D, H as M } from "./index-CI_ndLtL.js";
3
+ const h = 1, F = 2, L = 3, H = 4, K = 5, J = 36, ee = 37, te = 38, Oe = 11, oe = 13;
4
4
  function re(e) {
5
5
  return e == 45 || e == 46 || e == 58 || e >= 65 && e <= 90 || e == 95 || e >= 97 && e <= 122 || e >= 161;
6
6
  }
@@ -41,10 +41,10 @@ const ae = new N({
41
41
  if (e.advance(), e.next == 47) {
42
42
  e.advance();
43
43
  let o = W(e, 0);
44
- if (!o) return e.acceptToken(H);
44
+ if (!o) return e.acceptToken(K);
45
45
  if (t.context && o == t.context.name) return e.acceptToken(F);
46
46
  for (let O = t.context; O; O = O.parent) if (O.name == o) return e.acceptToken(L, -2);
47
- e.acceptToken(K);
47
+ e.acceptToken(H);
48
48
  } else if (e.next != 33 && e.next != 63)
49
49
  return e.acceptToken(h);
50
50
  }
@@ -74,7 +74,7 @@ const se = y(J, "-->"), ie = y(ee, "?>"), ce = y(te, "]]>"), me = I({
74
74
  ProcessingInst: p.processingInstruction,
75
75
  DoctypeDecl: p.documentMeta,
76
76
  Cdata: p.special(p.string)
77
- }), $e = k.deserialize({
77
+ }), $e = G.deserialize({
78
78
  version: 14,
79
79
  states: ",lOQOaOOOrOxO'#CfOzOpO'#CiO!tOaO'#CgOOOP'#Cg'#CgO!{OrO'#CrO#TOtO'#CsO#]OpO'#CtOOOP'#DT'#DTOOOP'#Cv'#CvQQOaOOOOOW'#Cw'#CwO#eOxO,59QOOOP,59Q,59QOOOO'#Cx'#CxO#mOpO,59TO#uO!bO,59TOOOP'#C|'#C|O$TOaO,59RO$[OpO'#CoOOOP,59R,59ROOOQ'#C}'#C}O$dOrO,59^OOOP,59^,59^OOOS'#DO'#DOO$lOtO,59_OOOP,59_,59_O$tOpO,59`O$|OpO,59`OOOP-E6t-E6tOOOW-E6u-E6uOOOP1G.l1G.lOOOO-E6v-E6vO%UO!bO1G.oO%UO!bO1G.oO%dOpO'#CkO%lO!bO'#CyO%zO!bO1G.oOOOP1G.o1G.oOOOP1G.w1G.wOOOP-E6z-E6zOOOP1G.m1G.mO&VOpO,59ZO&_OpO,59ZOOOQ-E6{-E6{OOOP1G.x1G.xOOOS-E6|-E6|OOOP1G.y1G.yO&gOpO1G.zO&gOpO1G.zOOOP1G.z1G.zO&oO!bO7+$ZO&}O!bO7+$ZOOOP7+$Z7+$ZOOOP7+$c7+$cO'YOpO,59VO'bOpO,59VO'mO!bO,59eOOOO-E6w-E6wO'{OpO1G.uO'{OpO1G.uOOOP1G.u1G.uO(TOpO7+$fOOOP7+$f7+$fO(]O!bO<<GuOOOP<<Gu<<GuOOOP<<G}<<G}O'bOpO1G.qO'bOpO1G.qO(hO#tO'#CnO(vO&jO'#CnOOOO1G.q1G.qO)UOpO7+$aOOOP7+$a7+$aOOOP<<HQ<<HQOOOPAN=aAN=aOOOPAN=iAN=iO'bOpO7+$]OOOO7+$]7+$]OOOO'#Cz'#CzO)^O#tO,59YOOOO,59Y,59YOOOO'#C{'#C{O)lO&jO,59YOOOP<<G{<<G{OOOO<<Gw<<GwOOOO-E6x-E6xOOOO1G.t1G.tOOOO-E6y-E6y",
80
80
  stateData: ")z~OPQOSVOTWOVWOWWOXWOiXOyPO!QTO!SUO~OvZOx]O~O^`Oz^O~OPQOQcOSVOTWOVWOWWOXWOyPO!QTO!SUO~ORdO~P!SOteO!PgO~OuhO!RjO~O^lOz^O~OvZOxoO~O^qOz^O~O[vO`sOdwOz^O~ORyO~P!SO^{Oz^O~OteO!P}O~OuhO!R!PO~O^!QOz^O~O[!SOz^O~O[!VO`sOd!WOz^O~Oa!YOz^O~Oz^O[mX`mXdmX~O[!VO`sOd!WO~O^!]Oz^O~O[!_Oz^O~O[!aOz^O~O[!cO`sOd!dOz^O~O[!cO`sOd!dO~Oa!eOz^O~Oz^O{!gO}!hO~Oz^O[ma`madma~O[!kOz^O~O[!lOz^O~O[!mO`sOd!nO~OW!qOX!qO{!sO|!qO~OW!tOX!tO}!sO!O!tO~O[!vOz^O~OW!qOX!qO{!yO|!qO~OW!tOX!tO}!yO!O!tO~O",
@@ -115,7 +115,7 @@ function C(e) {
115
115
  }
116
116
  function ge(e, t) {
117
117
  var o;
118
- let O = G(e).resolveInner(t, -1), r = null;
118
+ let O = k(e).resolveInner(t, -1), r = null;
119
119
  for (let a = O; !r && a.parent; a = a.parent)
120
120
  (a.name == "OpenTag" || a.name == "CloseTag" || a.name == "SelfClosingTag" || a.name == "MismatchedCloseTag") && (r = a);
121
121
  if (r && (r.to > t || r.lastChild.type.isError)) {
@@ -274,7 +274,7 @@ const fe = /* @__PURE__ */ Y.inputHandler.of((e, t, o, O, r) => {
274
274
  return !1;
275
275
  let a = r(), { state: s } = a, f = s.changeByRange((n) => {
276
276
  var $, c, u;
277
- let { head: l } = n, d = s.doc.sliceString(l - 1, l) == O, S = G(s).resolveInner(l, -1), i;
277
+ let { head: l } = n, d = s.doc.sliceString(l - 1, l) == O, S = k(s).resolveInner(l, -1), i;
278
278
  if (d && O == ">" && S.name == "EndTag") {
279
279
  let m = S.parent;
280
280
  if (((c = ($ = m.parent) === null || $ === void 0 ? void 0 : $.lastChild) === null || c === void 0 ? void 0 : c.name) != "CloseTag" && (i = z(s.doc, m.parent, l))) {
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from './components';
2
- export * from './stylesheet';
2
+ export * from './theme';
3
3
  export * from './utils';
4
4
  export * from './assets';
5
5
  export * from './hooks';
package/dist/index.js CHANGED
@@ -1,119 +1,239 @@
1
- import { aK as o, R as e, O as r, Q as t, bh as b, bq as i, bi as A, br as l, bw as C, bj as n, af as d, ae as y, bp as g, aw as L, bk as S, az as I, bv as p, aC as c, aA as u, ag as D, bl as T, aj as P, bm as R, aB as _, bt as O, ai as m, bs as E, bn as h, bo as F, bu as k, aN as B, K as N, $ as M, _ as U, aP as W, aV as f, aR as v, aO as j, a7 as H, a9 as w, a8 as x, aa as G, bx as X, ar as Z, at as K, as as V, ap as Q, ay as Y, ax as q, aF as z, aG as $, ab as J, be as aa, ad as sa, a5 as oa, aS as ea, a0 as ra, au as ta, a1 as ba, b2 as ia, bf as Aa, aQ as la, a2 as Ca, ak as na, al as da, a4 as ya, aM as ga, aE as La, V as Sa, bc as Ia, ba as pa, bb as ca, a3 as ua, aD as Da, bd as Ta, b1 as Pa, aq as Ra, ac as _a, M as Oa, aH as ma, aI as Ea, aL as ha, X as Fa, aJ as ka, am as Ba, aT as Na, an as Ma, bg as Ua, aW as Wa, aU as fa, ah as va, U as ja, S as Ha, ao as wa, a6 as xa, av as Ga, Y as Xa, Z as Za, aX as Ka, b6 as Va, bB as Qa, aZ as Ya, bC as qa, b4 as za, b9 as $a, b8 as Ja, b7 as as, b0 as ss, a_ as os, b5 as es, aY as rs, a$ as ts, by as bs, bz as is, bA as As, b3 as ls } from "./index-_UVTFDmE.js";
1
+ import { bp as o, aE as e, aF as t, R as r, M as i, Q as b, aR as c, cx as n, Z as l, aI as A, cG as C, $ as S, cy as y, cH as p, cM as g, cz as u, aB as d, ae as L, af as T, cF as P, aT as h, b3 as I, b2 as _, cA as E, aC as R, a$ as k, cL as m, b0 as D, aY as O, ay as B, Y as f, aJ as v, ah as M, cB as N, b1 as U, aL as w, cC as W, aZ as x, ai as F, br as H, _ as Q, cJ as V, at as j, aH as G, ap as Y, ao as z, bo as X, bm as K, bn as Z, cI as q, aD as J, cD as $, cE as aa, a6 as sa, aG as oa, a_ as ea, cN as ta, cK as ra, V as ia, a5 as ba, a4 as ca, c6 as na, c9 as la, aj as Aa, al as Ca, ak as Sa, am as ya, ac as pa, ab as ga, aM as ua, cO as da, aV as La, aU as Ta, aw as Pa, ax as ha, ad as Ia, cu as _a, an as Ea, ca as Ra, a8 as ka, cd as ma, cv as Da, c7 as Oa, c8 as Ba, aW as fa, aN as va, a7 as Ma, X as Na, av as Ua, a0 as wa, ct as Wa, cr as xa, cs as Fa, aX as Ha, au as Qa, O as Va, cc as ja, c5 as Ga, ag as Ya, bs as za, bt as Xa, K as Ka, W as Za, ar as qa, as as Ja, a1 as $a, aq as as, aO as ss, by as os, bu as es, aP as ts, cw as rs, aa as is, ba as bs, bb as cs, bc as ns, bf as ls, bk as As, bi as Cs, b9 as Ss, b8 as ys, b5 as ps, bd as gs, b4 as us, b7 as ds, bl as Ls, be as Ts, b6 as Ps, bj as hs, U as Is, S as _s, aK as Es, aQ as Rs, a9 as ks, aS as ms, a2 as Ds, a3 as Os, bx as Bs, bT as fs, bX as vs, bB as Ms, aA as Ns, bD as Us, c2 as ws, c1 as Ws, ch as xs, bG as Fs, bH as Hs, bV as Qs, bP as Vs, bN as js, bO as Gs, cl as Ys, bh as zs, bg as Xs, cf as Ks, ck as Zs, cj as qs, cn as Js, ci as $s, cb as ao, bz as so, bq as oo, bZ as eo, b_ as to, bK as ro, bL as io, b$ as bo, c0 as co, co as no, bQ as lo, cY as Ao, c4 as Co, c3 as So, bw as yo, cW as po, cT as go, bW as uo, bE as Lo, bA as To, cq as Po, cp as ho, cg as Io, cm as _o, bI as Eo, bJ as Ro, bS as ko, bU as mo, bY as Do, bM as Oo, bC as Bo, bF as fo, bR as vo, az as Mo, cP as No, cS as Uo, cX as wo, cU as Wo, cV as xo, bv as Fo, cQ as Ho, cR as Qo, ce as Vo } from "./index-CI_ndLtL.js";
2
+ import { A as Go, c as Yo, C as zo, a as Xo, B as Ko, R as Zo, V as qo, h as Jo, o as $o, d as ae, q as se, t as oe, m as ee, l as te, D as re, f as ie, E as be, x as ce, y as ne, i as le, j as Ae, n as Ce, p as Se, r as ye, e as pe, g as ge, v as ue, z as de, u as Le, b as Te, k as Pe, w as he } from "./CookieConsentSettings.component-DIIK_rRd.js";
2
3
  export {
3
- o as ABYSS_LINK,
4
- e as AVATAR_BASE_SX,
5
- r as AVATAR_BASE_WIDTH,
6
- t as AVATAR_WIDTH_RATIO,
7
- b as AbyssBankingLogo,
8
- i as AbyssBoard,
9
- A as AbyssCloudLogo,
10
- l as AbyssCodex,
11
- C as AbyssConsoleLogo,
12
- n as AbyssCryptLogo,
13
- d as AbyssDatePicker,
14
- y as AbyssDateTimePicker,
15
- g as AbyssDraw,
16
- L as AbyssDrawer,
17
- S as AbyssFormLogo,
18
- I as AbyssHeaderTitle,
19
- p as AbyssHealthLogo,
20
- c as AbyssLayoutMenu,
21
- u as AbyssLayoutNotifications,
22
- D as AbyssMarkdownEditor,
23
- T as AbyssMemoriesLogo,
24
- P as AbyssModal,
25
- R as AbyssMonitorLogo,
26
- _ as AbyssNotifications,
27
- O as AbyssRetro,
28
- m as AbyssSelectProject,
29
- E as AbyssShortLinks,
30
- h as AbyssSpotlightLogo,
31
- F as AbyssStorageLogo,
32
- k as AbyssTrainingLogo,
33
- B as AccountTransactionsRow,
34
- N as AllCloudMetrics,
35
- M as ApplicationSentinelTypeChip,
36
- U as ApplicationWebhookTypeChip,
37
- W as BACKGROUNDS,
38
- f as BORDER_RADIUS,
39
- v as CHIP_COLORS,
40
- j as COLORS,
41
- H as CloudImport,
42
- w as CloudImportFile,
43
- x as CloudImportFolder,
44
- G as CloudSave,
45
- X as ConfirmModalContextProvider,
46
- Z as CustomDivider,
47
- K as CustomDividerGradientFocusPrimary,
48
- V as CustomDividerGradientPurple,
49
- Q as DELETE_ACCOUNT_SUFFIX,
50
- Y as DRAWER_WIDTH_COLLAPSED,
51
- q as DRAWER_WIDTH_EXPANDED,
52
- z as DashboardLayout,
53
- $ as DashboardLayoutHeader,
54
- J as DatePeriodPicker,
55
- aa as DiscordLogo,
56
- sa as DropZone,
57
- oa as ErrorInfoBox,
58
- ea as FONT_SIZE,
59
- ra as FiltersBox,
60
- ta as FloatingNavigation,
61
- ba as FreepikSearch,
62
- ia as GROUP_COLORS,
63
- Aa as GoogleLogo,
64
- la as INPUT_BACKGROUND_COLOR,
65
- Ca as ImportButton,
66
- na as ImportFromCloudModal,
67
- da as ImportFromCollectionModal,
68
- ya as InfoBox,
69
- ga as InternalProjectCard,
70
- La as LoadingLayout,
71
- Sa as LogTypeChip,
72
- Ia as LogoAbyss,
73
- pa as LogoAbyssFlat,
74
- ca as LogoAbyssSmall,
75
- ua as MAX_PICTURE_SIZE,
76
- Da as MainLayout,
77
- Ta as NewsLogoAbyss,
78
- Pa as PAGE_ICONS,
79
- Ra as PROFILE_SUFFIX,
80
- _a as PasswordInput,
81
- Oa as ProjectAvatar,
82
- ma as ProjectCard,
83
- Ea as ProjectCategoryBadge,
84
- ha as ProjectLinkSelector,
85
- Fa as ProjectStatusChip,
86
- ka as ProjectTagChip,
87
- Ba as QRCodeModal,
88
- Na as SHADOWS,
89
- Ma as SaveCloudModal,
90
- Ua as SlackLogo,
91
- Wa as TEXT_SHADOWS,
92
- fa as TRANSITIONS,
93
- va as Toggle,
94
- ja as UserAvatar,
95
- Ha as UserAvatarList,
96
- wa as UserSettings,
97
- xa as WarnInfoBox,
98
- Ga as WaterParticles,
99
- Xa as WebhookResponseCodeChip,
100
- Za as WebhookTypeChip,
101
- Ka as Z_INDEX,
102
- Va as deleteCookie,
103
- Qa as en,
104
- Ya as fadeIn,
105
- qa as fr,
106
- za as getCookie,
107
- $a as getFileColor,
108
- Ja as getFileIcon,
109
- as as getOrCreatePersistentId,
110
- ss as getProjectColor,
111
- os as pulseGlow,
112
- es as setCookie,
113
- rs as slideInUp,
114
- ts as theme,
115
- bs as useConfirm,
116
- is as useFetchClouds,
117
- As as useSSE,
118
- ls as writeToClipboard
4
+ o as ABYSS_SERVICE_CONFIG,
5
+ e as ABYSS_SIDEBAR_WIDTH,
6
+ t as ABYSS_SIDEBAR_WIDTH_COLLAPSED,
7
+ r as AVATAR_BASE_SX,
8
+ i as AVATAR_BASE_WIDTH,
9
+ b as AVATAR_WIDTH_RATIO,
10
+ c as AbyssBackground,
11
+ n as AbyssBankingLogo,
12
+ l as AbyssBarChart,
13
+ A as AbyssBillingPlan,
14
+ C as AbyssBoard,
15
+ S as AbyssCashFlowChart,
16
+ y as AbyssCloudLogo,
17
+ p as AbyssCodex,
18
+ g as AbyssConsoleLogo,
19
+ Go as AbyssCookieConsentProvider,
20
+ u as AbyssCryptLogo,
21
+ d as AbyssDashboardLayout,
22
+ L as AbyssDatePicker,
23
+ T as AbyssDateTimePicker,
24
+ P as AbyssDraw,
25
+ h as AbyssDrawer,
26
+ I as AbyssErrorBoundary,
27
+ _ as AbyssErrorPage,
28
+ E as AbyssFormLogo,
29
+ R as AbyssHeader,
30
+ k as AbyssHeaderTitle,
31
+ m as AbyssHealthLogo,
32
+ D as AbyssLayoutMenu,
33
+ O as AbyssLayoutNotifications,
34
+ B as AbyssLayoutProvider,
35
+ f as AbyssLineChart,
36
+ v as AbyssLoadingScreen,
37
+ M as AbyssMarkdownEditor,
38
+ N as AbyssMemoriesLogo,
39
+ U as AbyssMenuItem,
40
+ w as AbyssModal,
41
+ W as AbyssMonitorLogo,
42
+ x as AbyssNotifications,
43
+ F as AbyssNumberField,
44
+ H as AbyssPendingInvitations,
45
+ Q as AbyssPieChart,
46
+ V as AbyssRetro,
47
+ j as AbyssScopeSwitcher,
48
+ G as AbyssSearchBar,
49
+ Y as AbyssSelectOrganization,
50
+ z as AbyssSelectProject,
51
+ X as AbyssServiceChip,
52
+ K as AbyssServiceSelect,
53
+ Z as AbyssServiceSingleSelect,
54
+ q as AbyssShortLinks,
55
+ J as AbyssSidebar,
56
+ $ as AbyssSpotlightLogo,
57
+ aa as AbyssStorageLogo,
58
+ sa as AbyssTable,
59
+ oa as AbyssThemeToggle,
60
+ ea as AbyssToast,
61
+ ta as AbyssToolsLogo,
62
+ ra as AbyssTrainingLogo,
63
+ ia as AccountTransactionsRow,
64
+ ba as ApplicationSentinelTypeChip,
65
+ ca as ApplicationWebhookTypeChip,
66
+ na as BILLING_ACCOUNT_STATUS_COLORS,
67
+ Yo as COOKIE_NAME,
68
+ la as CREDIT_TRANSACTION_TYPE_COLORS,
69
+ Aa as CloudImport,
70
+ Ca as CloudImportFile,
71
+ Sa as CloudImportFolder,
72
+ ya as CloudSave,
73
+ pa as ColorPalette,
74
+ ga as ColorPicker,
75
+ ua as ConfirmModal,
76
+ da as ConfirmModalContextProvider,
77
+ zo as CookieConsentBanner,
78
+ Xo as CookieConsentSettings,
79
+ La as DRAWER_WIDTH_COLLAPSED,
80
+ Ta as DRAWER_WIDTH_EXPANDED,
81
+ Pa as DashboardLayout,
82
+ ha as DashboardLayoutHeader,
83
+ Ia as DatePeriodPicker,
84
+ _a as DiscordLogo,
85
+ Ea as DropZone,
86
+ Ra as EUR_TRANSACTION_TYPE_COLORS,
87
+ ka as ErrorInfoBox,
88
+ ma as GROUP_COLORS,
89
+ Da as GoogleLogo,
90
+ Oa as INVOICE_STATUS_COLORS,
91
+ Ba as INVOICE_TYPE_COLORS,
92
+ fa as ImportButton,
93
+ va as ImportFromCloudModal,
94
+ Ma as InfoBox,
95
+ Na as InternalProjectCard,
96
+ Ua as LoadingLayout,
97
+ wa as LogTypeChip,
98
+ Wa as LogoAbyss,
99
+ xa as LogoAbyssFlat,
100
+ Fa as LogoAbyssSmall,
101
+ Ha as MAX_PICTURE_SIZE,
102
+ Qa as MainLayout,
103
+ Va as OrganizationAvatar,
104
+ ja as PAGE_ICONS,
105
+ Ga as PLAN_TIER_COLORS,
106
+ Ya as PasswordInput,
107
+ za as PdfEditor,
108
+ Xa as PdfOperationType,
109
+ Ka as ProjectAvatar,
110
+ Za as ProjectCard,
111
+ qa as ProjectCategoryBadge,
112
+ Ja as ProjectLinkSelector,
113
+ $a as ProjectStatusChip,
114
+ as as ProjectTagChip,
115
+ ss as QRCodeModal,
116
+ os as QUOTA_SERVICE_META,
117
+ es as QuotaReachedDialog,
118
+ Ko as RICH_TAGS,
119
+ Zo as ReconcileAction,
120
+ ts as SaveCloudModal,
121
+ rs as SlackLogo,
122
+ is as SuccessInfoBox,
123
+ bs as SupportActionButtons,
124
+ cs as SupportActivityLog,
125
+ ns as SupportAttachmentsPanel,
126
+ ls as SupportCategoryChip,
127
+ As as SupportCategoryGroupCards,
128
+ Cs as SupportCategorySelect,
129
+ Ss as SupportMessageInput,
130
+ ys as SupportMessageThread,
131
+ ps as SupportPriorityChip,
132
+ gs as SupportSidebar,
133
+ us as SupportStatusBadge,
134
+ ds as SupportTicketCreateForm,
135
+ Ls as SupportTicketCreateStepper,
136
+ Ts as SupportTicketDetail,
137
+ Ps as SupportTicketList,
138
+ hs as SupportTopBar,
139
+ Is as UserAvatar,
140
+ _s as UserAvatarList,
141
+ Es as UserSettings,
142
+ Rs as UserSettingsModal,
143
+ qo as VALIDITY_DAYS,
144
+ ks as WarnInfoBox,
145
+ ms as WaterParticles,
146
+ Ds as WebhookResponseCodeChip,
147
+ Os as WebhookTypeChip,
148
+ Jo as amber,
149
+ Bs as attachQuotaInterceptor,
150
+ fs as bioluminescentPulse,
151
+ vs as brand,
152
+ Ms as buildQuotaServiceChipSx,
153
+ $o as chipColors,
154
+ ae as clearCookie,
155
+ se as colorPool,
156
+ oe as colorPoolExtended,
157
+ ee as colors,
158
+ Ns as createAbyssLayoutStore,
159
+ Us as createAbyssTheme,
160
+ te as cyan,
161
+ ws as darkCustom,
162
+ Ws as darkPalette,
163
+ xs as deleteCookie,
164
+ Fs as duration,
165
+ Hs as easing,
166
+ re as en,
167
+ Qs as fadeIn,
168
+ ie as flattenTranslations,
169
+ Vs as fontFamily,
170
+ js as fontSize,
171
+ Gs as fontWeight,
172
+ be as fr,
173
+ Ys as getAbyssLinkWording,
174
+ zs as getCategoryConfig,
175
+ Xs as getCategoryGroup,
176
+ Ks as getCookie,
177
+ Zs as getFileColor,
178
+ qs as getFileIcon,
179
+ Js as getLocale,
180
+ $s as getOrCreatePersistentId,
181
+ ce as getPoolColor,
182
+ ne as getPoolColorExtended,
183
+ ao as getProjectColor,
184
+ so as getQuotaServiceColor,
185
+ oo as getServiceConfig,
186
+ eo as glassDark,
187
+ to as glassLight,
188
+ ro as glow,
189
+ io as glowCyan,
190
+ bo as gradientsDark,
191
+ co as gradientsLight,
192
+ le as green,
193
+ no as handleShareNotificationNavigation,
194
+ lo as iconSize,
195
+ Ae as indigo,
196
+ Ao as invalidatePublicUsers,
197
+ Co as lightCustom,
198
+ So as lightPalette,
199
+ Ce as neutral,
200
+ yo as parseQuotaError,
201
+ po as primePublicUsers,
202
+ go as publicUserQueryKey,
203
+ uo as pulseGlow,
204
+ Se as purple,
205
+ Lo as radius,
206
+ ye as readCookie,
207
+ pe as reconcile,
208
+ ge as red,
209
+ To as renderQuotaServiceIcon,
210
+ Po as resolveSpaceDisplayName,
211
+ ho as resolveSpaceScope,
212
+ Io as setCookie,
213
+ _o as setLocale,
214
+ Eo as shadow,
215
+ Ro as shadowLight,
216
+ ko as shimmer,
217
+ mo as slideInUp,
218
+ Do as social,
219
+ ue as tagColorPool,
220
+ Oo as textShadow,
221
+ Bo as theme,
222
+ fo as transition,
223
+ de as translations,
224
+ vo as typographyVariants,
225
+ Le as useAbyssCookieConsent,
226
+ Mo as useAbyssLayoutStore,
227
+ No as useConfirm,
228
+ Te as useCookieConsent,
229
+ Uo as useFetchClouds,
230
+ wo as usePrimePublicUsers,
231
+ Wo as usePublicUser,
232
+ xo as usePublicUsers,
233
+ Fo as useQuotaDialogStore,
234
+ Pe as useRichIntl,
235
+ Ho as useSSE,
236
+ Qo as useThemeTransition,
237
+ he as writeCookie,
238
+ Vo as writeToClipboard
119
239
  };
@@ -0,0 +1,78 @@
1
+ export interface GlassTokens {
2
+ background: string;
3
+ backgroundHover: string;
4
+ backgroundActive: string;
5
+ backgroundElevated: string;
6
+ border: string;
7
+ borderHover: string;
8
+ borderFocus: string;
9
+ blur: string;
10
+ blurStrong: string;
11
+ }
12
+ export interface GradientTokens {
13
+ surface: string;
14
+ brand: string;
15
+ brandAlt: string;
16
+ brandSubtle: string;
17
+ warmSubtle: string;
18
+ bioluminescent: string;
19
+ abyss: string;
20
+ }
21
+ export interface BrandTokens {
22
+ primary: string;
23
+ primaryLight: string;
24
+ primaryDark: string;
25
+ accent: string;
26
+ accentLight: string;
27
+ accentDark: string;
28
+ warm: string;
29
+ warmLight: string;
30
+ warmDark: string;
31
+ purple: string;
32
+ purpleLight: string;
33
+ }
34
+ export interface ShadowTokens {
35
+ none: string;
36
+ xs: string;
37
+ sm: string;
38
+ md: string;
39
+ lg: string;
40
+ xl: string;
41
+ '2xl': string;
42
+ inner: string;
43
+ deep: string;
44
+ }
45
+ export interface GlowTokens {
46
+ sm: string;
47
+ md: string;
48
+ lg: string;
49
+ xl: string;
50
+ insetSm: string;
51
+ insetMd: string;
52
+ insetLg: string;
53
+ focus: string;
54
+ }
55
+ export interface TextShadowTokens {
56
+ light: string;
57
+ lighter: string;
58
+ primary: string;
59
+ primaryLighter: string;
60
+ amber: string;
61
+ amberLighter: string;
62
+ }
63
+ export interface AbyssCustomTokens {
64
+ glass: GlassTokens;
65
+ gradients: GradientTokens;
66
+ brand: BrandTokens;
67
+ shadow: ShadowTokens;
68
+ glow: GlowTokens;
69
+ textShadow: TextShadowTokens;
70
+ }
71
+ declare module '@mui/material/styles' {
72
+ interface Theme {
73
+ abyss: AbyssCustomTokens;
74
+ }
75
+ interface ThemeOptions {
76
+ abyss?: AbyssCustomTokens;
77
+ }
78
+ }