@abyss-project/commons-front-core 1.0.135 → 1.0.140

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 (264) hide show
  1. package/README.md +30 -2
  2. package/declaration.d.ts +13 -13
  3. package/dist/assets/index.d.ts +1 -1
  4. package/dist/assets/logo/index.d.ts +1 -0
  5. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
  6. package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
  7. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
  8. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  9. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
  10. package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
  11. package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
  12. package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
  13. package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
  14. package/dist/components/Avatars/index.d.ts +2 -0
  15. package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
  16. package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
  17. package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
  18. package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
  19. package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
  20. package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
  21. package/dist/components/Cards/index.d.ts +2 -0
  22. package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
  23. package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
  24. package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
  25. package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
  26. package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
  27. package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
  28. package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
  29. package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
  30. package/dist/components/Charts/index.d.ts +4 -0
  31. package/dist/components/Charts/useNivoTheme.d.ts +65 -0
  32. package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
  33. package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
  34. package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
  35. package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
  36. package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
  37. package/dist/components/CookieConsent/index.d.ts +7 -0
  38. package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
  39. package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
  40. package/dist/components/CookieConsent/types.d.ts +11 -0
  41. package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
  42. package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
  43. package/dist/components/Data/AbyssTable/index.d.ts +2 -0
  44. package/dist/components/Data/index.d.ts +1 -0
  45. package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
  46. package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
  47. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
  48. package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
  49. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
  50. package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
  51. package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
  52. package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
  53. package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
  54. package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
  55. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
  56. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
  57. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
  58. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
  59. package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
  60. package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
  61. package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
  62. package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
  63. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
  64. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  65. package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
  66. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
  67. package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
  68. package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
  69. package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
  70. package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
  71. package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
  72. package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
  73. package/dist/components/Inputs/index.d.ts +13 -6
  74. package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
  75. package/dist/components/Invitations/index.d.ts +2 -0
  76. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
  77. package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
  78. package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
  79. package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
  80. package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
  81. package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
  82. package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
  83. package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
  84. package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
  85. package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
  86. package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
  87. package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
  88. package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
  89. package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
  90. package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
  91. package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
  92. package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
  93. package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
  94. package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
  95. package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
  96. package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
  97. package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
  98. package/dist/components/Layouts/index.d.ts +8 -0
  99. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
  100. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
  101. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
  102. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
  103. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
  104. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
  105. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
  106. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
  107. package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
  108. package/dist/components/Modals/index.d.ts +2 -2
  109. package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
  110. package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
  111. package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
  112. package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
  113. package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
  114. package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
  115. package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
  116. package/dist/components/PdfEditor/index.d.ts +3 -0
  117. package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
  118. package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
  119. package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
  120. package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
  121. package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
  122. package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
  123. package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
  124. package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
  125. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
  126. package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
  127. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
  128. package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
  129. package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
  130. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
  131. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
  132. package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
  133. package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
  134. package/dist/components/PdfEditor/types.d.ts +217 -0
  135. package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
  136. package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
  137. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
  138. package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
  139. package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
  140. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
  141. package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
  142. package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
  143. package/dist/components/QuotaReached/index.d.ts +6 -0
  144. package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
  145. package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
  146. package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
  147. package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
  148. package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
  149. package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
  150. package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
  151. package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
  152. package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
  153. package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
  154. package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
  155. package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
  156. package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
  157. package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
  158. package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
  159. package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
  160. package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
  161. package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
  162. package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
  163. package/dist/components/Support/index.d.ts +18 -0
  164. package/dist/components/Support/types.d.ts +252 -0
  165. package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
  166. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
  167. package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
  168. package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
  169. package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
  170. package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
  171. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
  172. package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
  173. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
  174. package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
  175. package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
  176. package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
  177. package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
  178. package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
  179. package/dist/components/Utils/Toast/index.d.ts +1 -0
  180. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
  181. package/dist/components/Utils/index.d.ts +6 -3
  182. package/dist/components/index.d.ts +10 -8
  183. package/dist/hooks/index.d.ts +4 -1
  184. package/dist/hooks/use-cloud.hook.d.ts +3 -3
  185. package/dist/hooks/use-public-users.hook.d.ts +13 -0
  186. package/dist/hooks/use-rich-intl.hook.d.ts +1362 -212
  187. package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
  188. package/dist/{index-gCpu5f9z.js → index-0Kl4O08s.js} +2 -2
  189. package/dist/{index-CdYmr155.js → index-BR_Xw8UL.js} +3 -3
  190. package/dist/{index-BnWtXPyg.js → index-BanaQPDD.js} +2 -2
  191. package/dist/{index-DeFVFcsM.js → index-BdtnG5GK.js} +2 -2
  192. package/dist/{index-UtVdSkzn.js → index-Bl6SIpvf.js} +1 -1
  193. package/dist/{index-CpqYJ_HN.js → index-CBU4Yqx5.js} +2 -2
  194. package/dist/{index-CoLGWgXI.js → index-CU2W3qym.js} +4 -4
  195. package/dist/{index-D__Z8Xsw.js → index-CypPvn_s.js} +2 -2
  196. package/dist/{index-Dk_KmVF1.js → index-D-1klt9M.js} +2 -2
  197. package/dist/{index-CC4UK1JX.js → index-D-lNUR0y.js} +2 -2
  198. package/dist/{index-CJOU7Mdg.js → index-D5ysDxCf.js} +2 -2
  199. package/dist/{index-CcWdcPha.js → index-DK4YUg-N.js} +2 -2
  200. package/dist/index-DR4nDzIn.js +117421 -0
  201. package/dist/{index-DPrXPSAH.js → index-DRApEyFE.js} +2 -2
  202. package/dist/{index-DkWj0imP.js → index-DS8zE3ca.js} +3 -3
  203. package/dist/{index-CcegjcGh.js → index-DYCXaPIH.js} +4 -4
  204. package/dist/{index-BJmWMt0A.js → index-DmM6klgp.js} +3 -3
  205. package/dist/{index-CsDN-X8K.js → index-DmUCpN76.js} +2 -2
  206. package/dist/{index-7woO6Vmb.js → index-KCcZKXY3.js} +3 -3
  207. package/dist/{index-DQ_TxTA-.js → index-SiHpvGQe.js} +2 -2
  208. package/dist/{index-DI8Xbxr-.js → index-UEOwaY3O.js} +4 -4
  209. package/dist/{index-wecGNuMv.js → index-okqeKiVw.js} +2 -2
  210. package/dist/index.d.ts +1 -1
  211. package/dist/index.js +236 -116
  212. package/dist/theme/augmentation.d.ts +78 -0
  213. package/dist/theme/components/buttons.d.ts +35 -0
  214. package/dist/theme/components/data-display.d.ts +4 -0
  215. package/dist/theme/components/index.d.ts +2 -0
  216. package/dist/theme/components/inputs.d.ts +4 -0
  217. package/dist/theme/components/navigation.d.ts +4 -0
  218. package/dist/theme/components/surfaces.d.ts +4 -0
  219. package/dist/theme/create-theme.d.ts +3 -0
  220. package/dist/theme/index.d.ts +15 -0
  221. package/dist/theme/palettes/common.d.ts +61 -0
  222. package/dist/theme/palettes/dark.d.ts +66 -0
  223. package/dist/theme/palettes/light.d.ts +66 -0
  224. package/dist/theme/tokens/animations.d.ts +30 -0
  225. package/dist/theme/tokens/borders.d.ts +11 -0
  226. package/dist/theme/tokens/colors.d.ts +102 -0
  227. package/dist/theme/tokens/shadows.d.ts +45 -0
  228. package/dist/theme/tokens/transitions.d.ts +21 -0
  229. package/dist/theme/tokens/typography.d.ts +93 -0
  230. package/dist/translations/en.d.ts +668 -9
  231. package/dist/translations/fr.d.ts +668 -9
  232. package/dist/utils/billing.utils.d.ts +7 -0
  233. package/dist/utils/index.d.ts +5 -0
  234. package/dist/utils/locale.utils.d.ts +2 -0
  235. package/dist/utils/share-notification.utils.d.ts +1 -0
  236. package/dist/utils/space-display-name.utils.d.ts +9 -0
  237. package/package.json +25 -7
  238. package/tsconfig.json +35 -37
  239. package/vite.config.ts +68 -77
  240. package/vitest.config.ts +14 -0
  241. package/.eslintrc.cjs +0 -30
  242. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
  243. package/dist/components/AllCloudMetrics/index.d.ts +0 -1
  244. package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
  245. package/dist/components/FiltersBox/index.d.ts +0 -1
  246. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
  247. package/dist/components/FreepikSearch/index.d.ts +0 -1
  248. package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
  249. package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
  250. package/dist/components/Inputs/Toggle/index.d.ts +0 -1
  251. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
  252. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
  253. package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
  254. package/dist/components/Modals/UserSettings/index.d.ts +0 -2
  255. package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
  256. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
  257. package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
  258. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
  259. package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
  260. package/dist/hooks/use-theme.hook.d.ts +0 -1
  261. package/dist/index-CJY4ItlM.js +0 -122719
  262. package/dist/stylesheet.d.ts +0 -124
  263. package/dist/web-DaGNjxku.js +0 -18
  264. /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
@@ -1,5 +1,5 @@
1
- import { L as o, E as t } from "./index-UtVdSkzn.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-CJY4ItlM.js";
1
+ import { L as o, E as t } from "./index-Bl6SIpvf.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-DR4nDzIn.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,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-CJY4ItlM.js";
2
- import { defineCSSCompletionSource as m } from "./index-CpqYJ_HN.js";
3
- import { L as c, E as S } from "./index-UtVdSkzn.js";
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-DR4nDzIn.js";
2
+ import { defineCSSCompletionSource as m } from "./index-CBU4Yqx5.js";
3
+ import { L as c, E as S } from "./index-Bl6SIpvf.js";
4
4
  const f = 110, l = 1, s = 2, r = [
5
5
  9,
6
6
  10,
@@ -1,7 +1,7 @@
1
- import { a as p, L as u, p as n, s as l, t as e } from "./index-CJY4ItlM.js";
2
- import { html as m } from "./index-CoLGWgXI.js";
3
- import { javascriptLanguage as b } from "./index-CsDN-X8K.js";
4
- import { L as S, a as r } from "./index-UtVdSkzn.js";
1
+ import { a as p, L as u, p as n, s as l, t as e } from "./index-DR4nDzIn.js";
2
+ import { html as m } from "./index-CU2W3qym.js";
3
+ import { javascriptLanguage as b } from "./index-DmUCpN76.js";
4
+ import { L as S, a as r } from "./index-Bl6SIpvf.js";
5
5
  const c = /* @__PURE__ */ S.deserialize({
6
6
  version: 14,
7
7
  states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
@@ -1,6 +1,6 @@
1
- import { E as d, L as y, l as b, a as _, p as g, e as u, s as S, i as T, f as k, g as W, t } from "./index-CJY4ItlM.js";
2
- import { html as j } from "./index-CoLGWgXI.js";
3
- import { L as X, E as p } from "./index-UtVdSkzn.js";
1
+ import { E as d, L as y, l as b, a as _, p as g, e as u, s as S, i as T, f as k, g as W, t } from "./index-DR4nDzIn.js";
2
+ import { html as j } from "./index-CU2W3qym.js";
3
+ import { L as X, E as p } from "./index-Bl6SIpvf.js";
4
4
  const Y = 1, U = 2, G = 3, R = 179, z = 4, v = 180, x = 5, Z = 181, V = 6;
5
5
  function E(O) {
6
6
  return O >= 65 && O <= 90 || O >= 97 && O <= 122;
@@ -1,5 +1,5 @@
1
- import { L as M, E as X, a as h, C as E } from "./index-UtVdSkzn.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-CJY4ItlM.js";
1
+ import { L as M, E as X, a as h, C as E } from "./index-Bl6SIpvf.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-DR4nDzIn.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 { L as v, E as i, C as _ } from "./index-UtVdSkzn.js";
2
- import { s as W, t as e, a as g, L as x, f as p, i as U, j as V, c as E } from "./index-CJY4ItlM.js";
3
- import { defineCSSCompletionSource as N } from "./index-CpqYJ_HN.js";
1
+ import { L as v, E as i, C as _ } from "./index-Bl6SIpvf.js";
2
+ import { s as W, t as e, a as g, L as x, f as p, i as U, j as V, c as E } from "./index-DR4nDzIn.js";
3
+ import { defineCSSCompletionSource as N } from "./index-CBU4Yqx5.js";
4
4
  const j = 168, X = 169, C = 170, I = 1, D = 2, w = 3, L = 171, F = 172, Y = 4, z = 173, K = 5, A = 174, T = 175, Z = 176, s = 177, G = 6, q = 7, B = 8, H = 9, c = 0, 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-CJY4ItlM.js";
2
- import { L as de, E as me } from "./index-UtVdSkzn.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-DR4nDzIn.js";
2
+ import { L as de, E as me } from "./index-Bl6SIpvf.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,7 +1,7 @@
1
- import { a as g, L as P, p as l, s as q, t as r } from "./index-CJY4ItlM.js";
2
- import { html as c } from "./index-CoLGWgXI.js";
3
- import { javascriptLanguage as i } from "./index-CsDN-X8K.js";
4
- import { L as R, E as p } from "./index-UtVdSkzn.js";
1
+ import { a as g, L as P, p as l, s as q, t as r } from "./index-DR4nDzIn.js";
2
+ import { html as c } from "./index-CU2W3qym.js";
3
+ import { javascriptLanguage as i } from "./index-DmUCpN76.js";
4
+ import { L as R, E as p } from "./index-Bl6SIpvf.js";
5
5
  const b = 1, $ = 33, m = 34, v = 35, x = 36, W = /* @__PURE__ */ new p((O) => {
6
6
  let t = O.pos;
7
7
  for (; ; ) {
@@ -1,5 +1,5 @@
1
- import { L as D, E as h, C as L } from "./index-UtVdSkzn.js";
2
- import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, g as f, j as aO, N as nO, I as rO, d as QO, k as d } from "./index-CJY4ItlM.js";
1
+ import { L as D, E as h, C as L } from "./index-Bl6SIpvf.js";
2
+ import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, g as f, j as aO, N as nO, I as rO, d as QO, k as d } from "./index-DR4nDzIn.js";
3
3
  const tO = 1, Z = 194, j = 195, oO = 196, x = 197, dO = 198, sO = 199, lO = 200, TO = 2, E = 3, u = 201, SO = 24, pO = 25, qO = 49, gO = 50, PO = 55, mO = 56, $O = 57, hO = 59, cO = 60, fO = 61, XO = 62, yO = 63, zO = 65, WO = 238, vO = 71, RO = 241, kO = 242, _O = 243, xO = 244, uO = 245, UO = 246, bO = 247, VO = 248, Y = 72, GO = 249, wO = 250, ZO = 251, jO = 252, EO = 253, YO = 254, FO = 255, CO = 256, JO = 73, AO = 77, NO = 263, IO = 112, DO = 130, LO = 151, HO = 152, BO = 155, p = 10, q = 13, k = 32, c = 9, _ = 35, KO = 40, MO = 46, R = 123, U = 125, F = 39, C = 34, b = 92, Oe = 111, ee = 120, ie = 78, ae = 117, ne = 85, re = /* @__PURE__ */ new Set([
4
4
  pO,
5
5
  qO,
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,118 +1,238 @@
1
- import { aK as o, R as e, O as r, Q as t, bg as b, bp as i, bh as A, bq as l, bv as C, bi as n, af as d, ae as y, bo as g, aw as L, bj as S, az as I, bu as p, aC as c, aA as u, ag as D, bk as T, aj as P, bl as R, aB as _, bs as O, ai as m, br as E, bm as h, bn as F, bt 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, bw 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, aW as Ua, aU as Wa, ah as fa, U as va, S as ja, ao as Ha, a6 as wa, av as xa, Y as Ga, Z as Xa, aX as Za, b6 as Ka, bA as Va, aZ as Qa, bB as Ya, b4 as qa, b9 as za, b8 as $a, b7 as Ja, b0 as as, a_ as ss, b5 as os, aY as es, a$ as rs, bx as ts, by as bs, bz as is, b3 as As } from "./index-CJY4ItlM.js";
1
+ import { bB as o, aQ as e, aR as t, R as r, M as i, Q as c, b1 as b, cX as n, Z as l, aU as A, d4 as d, $ as C, cY as S, d5 as y, da as p, a7 as g, cZ as u, aN as L, aq as T, ar as P, d3 as h, b3 as I, bf as _, be as E, c_ as R, aO as k, bb as m, d9 as D, bc as O, b8 as B, aK as f, Y as v, aV as M, at as N, c$ as U, bd as W, aX as w, d0 as F, b9 as x, au as H, bD as Q, _ as j, d7 as V, aF as G, aT as Y, aB as z, aA as X, bA as K, by as Z, bz as q, d6 as $, aP as J, d1 as aa, d2 as sa, ai as oa, aS as ea, ba as ta, db as ra, d8 as ia, V as ca, a5 as ba, a4 as na, cw as la, ab as Aa, cz as da, av as Ca, ax as Sa, aw as ya, ay as pa, ao as ga, an as ua, aY as La, dc as Ta, a8 as Pa, a9 as ha, b5 as Ia, b4 as _a, aI as Ea, aJ as Ra, ap as ka, cU as ma, az as Da, cA as Oa, ak as Ba, cD as fa, cV as va, cx as Ma, cy as Na, b6 as Ua, aZ as Wa, aj as wa, X as Fa, aH as xa, a0 as Ha, cT as Qa, cR as ja, cS as Va, b7 as Ga, aG as Ya, O as za, cC as Xa, cv as Ka, as as Za, bE as qa, bF as $a, K as Ja, W as as, aD as ss, aE as os, a1 as es, aC as ts, a_ as rs, bK as is, bG as cs, di as bs, ag as ns, a$ as ls, cW as As, am as ds, bm as Cs, bn as Ss, bo as ys, br as ps, bw as gs, bu as us, bl as Ls, bk as Ts, bh as Ps, bp as hs, bg as Is, bj as _s, bx as Es, bq as Rs, bi as ks, bv as ms, U as Ds, S as Os, aW as Bs, b0 as fs, ac as vs, al as Ms, b2 as Ns, a2 as Us, a3 as Ws, bU as ws, bJ as Fs, ch as xs, cl as Hs, bN as Qs, bY as js, af as Vs, bZ as Gs, b_ as Ys, bQ as zs, aM as Xs, bP as Ks, bT as Zs, cs as qs, cr as $s, cH as Js, c4 as ao, c5 as so, ds as oo, cj as eo, dh as to, cd as ro, cb as io, cc as co, dt as bo, cL as no, bt as lo, bs as Ao, cF as Co, cK as So, cJ as yo, cN as po, cI as go, c0 as uo, c1 as Lo, cB as To, bL as Po, bC as ho, cn as Io, co as _o, c8 as Eo, c9 as Ro, cp as ko, cq as mo, bW as Do, cO as Oo, ce as Bo, bR as fo, dr as vo, cu as Mo, ct as No, bS as Uo, bI as Wo, dp as wo, dl as Fo, ck as xo, bX as Ho, c2 as Qo, ad as jo, ah as Vo, bV as Go, bM as Yo, cQ as zo, cP as Xo, cG as Ko, cM as Zo, c6 as qo, c7 as $o, cg as Jo, ci as ae, cm as se, b$ as oe, ca as ee, bO as te, c3 as re, dg as ie, cf as ce, a6 as be, aL as ne, dd as le, aa as Ae, dk as de, dq as Ce, dm as Se, dn as ye, bH as pe, dj as ge, de as ue, df as Le, ae as Te, cE as Pe } from "./index-DR4nDzIn.js";
2
2
  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 TEXT_SHADOWS,
91
- Wa as TRANSITIONS,
92
- fa as Toggle,
93
- va as UserAvatar,
94
- ja as UserAvatarList,
95
- Ha as UserSettings,
96
- wa as WarnInfoBox,
97
- xa as WaterParticles,
98
- Ga as WebhookResponseCodeChip,
99
- Xa as WebhookTypeChip,
100
- Za as Z_INDEX,
101
- Ka as deleteCookie,
102
- Va as en,
103
- Qa as fadeIn,
104
- Ya as fr,
105
- qa as getCookie,
106
- za as getFileColor,
107
- $a as getFileIcon,
108
- Ja as getOrCreatePersistentId,
109
- as as getProjectColor,
110
- ss as pulseGlow,
111
- os as setCookie,
112
- es as slideInUp,
113
- rs as theme,
114
- ts as useConfirm,
115
- bs as useFetchClouds,
116
- is as useSSE,
117
- As as writeToClipboard
3
+ o as ABYSS_SERVICE_CONFIG,
4
+ e as ABYSS_SIDEBAR_WIDTH,
5
+ t as ABYSS_SIDEBAR_WIDTH_COLLAPSED,
6
+ r as AVATAR_BASE_SX,
7
+ i as AVATAR_BASE_WIDTH,
8
+ c as AVATAR_WIDTH_RATIO,
9
+ b as AbyssBackground,
10
+ n as AbyssBankingLogo,
11
+ l as AbyssBarChart,
12
+ A as AbyssBillingPlan,
13
+ d as AbyssBoard,
14
+ C as AbyssCashFlowChart,
15
+ S as AbyssCloudLogo,
16
+ y as AbyssCodex,
17
+ p as AbyssConsoleLogo,
18
+ g as AbyssCookieConsentProvider,
19
+ u as AbyssCryptLogo,
20
+ L as AbyssDashboardLayout,
21
+ T as AbyssDatePicker,
22
+ P as AbyssDateTimePicker,
23
+ h as AbyssDraw,
24
+ I as AbyssDrawer,
25
+ _ as AbyssErrorBoundary,
26
+ E as AbyssErrorPage,
27
+ R as AbyssFormLogo,
28
+ k as AbyssHeader,
29
+ m as AbyssHeaderTitle,
30
+ D as AbyssHealthLogo,
31
+ O as AbyssLayoutMenu,
32
+ B as AbyssLayoutNotifications,
33
+ f as AbyssLayoutProvider,
34
+ v as AbyssLineChart,
35
+ M as AbyssLoadingScreen,
36
+ N as AbyssMarkdownEditor,
37
+ U as AbyssMemoriesLogo,
38
+ W as AbyssMenuItem,
39
+ w as AbyssModal,
40
+ F as AbyssMonitorLogo,
41
+ x as AbyssNotifications,
42
+ H as AbyssNumberField,
43
+ Q as AbyssPendingInvitations,
44
+ j as AbyssPieChart,
45
+ V as AbyssRetro,
46
+ G as AbyssScopeSwitcher,
47
+ Y as AbyssSearchBar,
48
+ z as AbyssSelectOrganization,
49
+ X as AbyssSelectProject,
50
+ K as AbyssServiceChip,
51
+ Z as AbyssServiceSelect,
52
+ q as AbyssServiceSingleSelect,
53
+ $ as AbyssShortLinks,
54
+ J as AbyssSidebar,
55
+ aa as AbyssSpotlightLogo,
56
+ sa as AbyssStorageLogo,
57
+ oa as AbyssTable,
58
+ ea as AbyssThemeToggle,
59
+ ta as AbyssToast,
60
+ ra as AbyssToolsLogo,
61
+ ia as AbyssTrainingLogo,
62
+ ca as AccountTransactionsRow,
63
+ ba as ApplicationSentinelTypeChip,
64
+ na as ApplicationWebhookTypeChip,
65
+ la as BILLING_ACCOUNT_STATUS_COLORS,
66
+ Aa as COOKIE_NAME,
67
+ da as CREDIT_TRANSACTION_TYPE_COLORS,
68
+ Ca as CloudImport,
69
+ Sa as CloudImportFile,
70
+ ya as CloudImportFolder,
71
+ pa as CloudSave,
72
+ ga as ColorPalette,
73
+ ua as ColorPicker,
74
+ La as ConfirmModal,
75
+ Ta as ConfirmModalContextProvider,
76
+ Pa as CookieConsentBanner,
77
+ ha as CookieConsentSettings,
78
+ Ia as DRAWER_WIDTH_COLLAPSED,
79
+ _a as DRAWER_WIDTH_EXPANDED,
80
+ Ea as DashboardLayout,
81
+ Ra as DashboardLayoutHeader,
82
+ ka as DatePeriodPicker,
83
+ ma as DiscordLogo,
84
+ Da as DropZone,
85
+ Oa as EUR_TRANSACTION_TYPE_COLORS,
86
+ Ba as ErrorInfoBox,
87
+ fa as GROUP_COLORS,
88
+ va as GoogleLogo,
89
+ Ma as INVOICE_STATUS_COLORS,
90
+ Na as INVOICE_TYPE_COLORS,
91
+ Ua as ImportButton,
92
+ Wa as ImportFromCloudModal,
93
+ wa as InfoBox,
94
+ Fa as InternalProjectCard,
95
+ xa as LoadingLayout,
96
+ Ha as LogTypeChip,
97
+ Qa as LogoAbyss,
98
+ ja as LogoAbyssFlat,
99
+ Va as LogoAbyssSmall,
100
+ Ga as MAX_PICTURE_SIZE,
101
+ Ya as MainLayout,
102
+ za as OrganizationAvatar,
103
+ Xa as PAGE_ICONS,
104
+ Ka as PLAN_TIER_COLORS,
105
+ Za as PasswordInput,
106
+ qa as PdfEditor,
107
+ $a as PdfOperationType,
108
+ Ja as ProjectAvatar,
109
+ as as ProjectCard,
110
+ ss as ProjectCategoryBadge,
111
+ os as ProjectLinkSelector,
112
+ es as ProjectStatusChip,
113
+ ts as ProjectTagChip,
114
+ rs as QRCodeModal,
115
+ is as QUOTA_SERVICE_META,
116
+ cs as QuotaReachedDialog,
117
+ bs as RICH_TAGS,
118
+ ns as ReconcileAction,
119
+ ls as SaveCloudModal,
120
+ As as SlackLogo,
121
+ ds as SuccessInfoBox,
122
+ Cs as SupportActionButtons,
123
+ Ss as SupportActivityLog,
124
+ ys as SupportAttachmentsPanel,
125
+ ps as SupportCategoryChip,
126
+ gs as SupportCategoryGroupCards,
127
+ us as SupportCategorySelect,
128
+ Ls as SupportMessageInput,
129
+ Ts as SupportMessageThread,
130
+ Ps as SupportPriorityChip,
131
+ hs as SupportSidebar,
132
+ Is as SupportStatusBadge,
133
+ _s as SupportTicketCreateForm,
134
+ Es as SupportTicketCreateStepper,
135
+ Rs as SupportTicketDetail,
136
+ ks as SupportTicketList,
137
+ ms as SupportTopBar,
138
+ Ds as UserAvatar,
139
+ Os as UserAvatarList,
140
+ Bs as UserSettings,
141
+ fs as UserSettingsModal,
142
+ vs as VALIDITY_DAYS,
143
+ Ms as WarnInfoBox,
144
+ Ns as WaterParticles,
145
+ Us as WebhookResponseCodeChip,
146
+ Ws as WebhookTypeChip,
147
+ ws as amber,
148
+ Fs as attachQuotaInterceptor,
149
+ xs as bioluminescentPulse,
150
+ Hs as brand,
151
+ Qs as buildQuotaServiceChipSx,
152
+ js as chipColors,
153
+ Vs as clearCookie,
154
+ Gs as colorPool,
155
+ Ys as colorPoolExtended,
156
+ zs as colors,
157
+ Xs as createAbyssLayoutStore,
158
+ Ks as createAbyssTheme,
159
+ Zs as cyan,
160
+ qs as darkCustom,
161
+ $s as darkPalette,
162
+ Js as deleteCookie,
163
+ ao as duration,
164
+ so as easing,
165
+ oo as en,
166
+ eo as fadeIn,
167
+ to as flattenTranslations,
168
+ ro as fontFamily,
169
+ io as fontSize,
170
+ co as fontWeight,
171
+ bo as fr,
172
+ no as getAbyssLinkWording,
173
+ lo as getCategoryConfig,
174
+ Ao as getCategoryGroup,
175
+ Co as getCookie,
176
+ So as getFileColor,
177
+ yo as getFileIcon,
178
+ po as getLocale,
179
+ go as getOrCreatePersistentId,
180
+ uo as getPoolColor,
181
+ Lo as getPoolColorExtended,
182
+ To as getProjectColor,
183
+ Po as getQuotaServiceColor,
184
+ ho as getServiceConfig,
185
+ Io as glassDark,
186
+ _o as glassLight,
187
+ Eo as glow,
188
+ Ro as glowCyan,
189
+ ko as gradientsDark,
190
+ mo as gradientsLight,
191
+ Do as green,
192
+ Oo as handleShareNotificationNavigation,
193
+ Bo as iconSize,
194
+ fo as indigo,
195
+ vo as invalidatePublicUsers,
196
+ Mo as lightCustom,
197
+ No as lightPalette,
198
+ Uo as neutral,
199
+ Wo as parseQuotaError,
200
+ wo as primePublicUsers,
201
+ Fo as publicUserQueryKey,
202
+ xo as pulseGlow,
203
+ Ho as purple,
204
+ Qo as radius,
205
+ jo as readCookie,
206
+ Vo as reconcile,
207
+ Go as red,
208
+ Yo as renderQuotaServiceIcon,
209
+ zo as resolveSpaceDisplayName,
210
+ Xo as resolveSpaceScope,
211
+ Ko as setCookie,
212
+ Zo as setLocale,
213
+ qo as shadow,
214
+ $o as shadowLight,
215
+ Jo as shimmer,
216
+ ae as slideInUp,
217
+ se as social,
218
+ oe as tagColorPool,
219
+ ee as textShadow,
220
+ te as theme,
221
+ re as transition,
222
+ ie as translations,
223
+ ce as typographyVariants,
224
+ be as useAbyssCookieConsent,
225
+ ne as useAbyssLayoutStore,
226
+ le as useConfirm,
227
+ Ae as useCookieConsent,
228
+ de as useFetchClouds,
229
+ Ce as usePrimePublicUsers,
230
+ Se as usePublicUser,
231
+ ye as usePublicUsers,
232
+ pe as useQuotaDialogStore,
233
+ ge as useRichIntl,
234
+ ue as useSSE,
235
+ Le as useThemeTransition,
236
+ Te as writeCookie,
237
+ Pe as writeToClipboard
118
238
  };
@@ -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
+ }
@@ -0,0 +1,35 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiButton' | 'MuiIconButton' | 'MuiListItemButton' | 'MuiToggleButton' | 'MuiToggleButtonGroup'>;
3
+ export declare const buttonOverrides: Overrides;
4
+ export declare const loadingButtonOverrides: {
5
+ MuiLoadingButton: {
6
+ variants: ({
7
+ props: {
8
+ variant: "text";
9
+ };
10
+ style: {
11
+ textTransform: string;
12
+ '&:hover': {
13
+ backgroundColor: string;
14
+ };
15
+ fontWeight?: undefined;
16
+ borderRadius?: undefined;
17
+ padding?: undefined;
18
+ fontSize?: undefined;
19
+ };
20
+ } | {
21
+ props: {
22
+ variant: "contained";
23
+ };
24
+ style: {
25
+ fontWeight: number;
26
+ borderRadius: "8px";
27
+ padding: string;
28
+ fontSize: number;
29
+ textTransform?: undefined;
30
+ '&:hover'?: undefined;
31
+ };
32
+ })[];
33
+ };
34
+ };
35
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiChip' | 'MuiTooltip' | 'MuiTableRow' | 'MuiLink'> & Record<string, unknown>;
3
+ export declare const dataDisplayOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,2 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ export declare const componentOverrides: Components<Theme> & Record<string, unknown>;
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiTextField' | 'MuiFilledInput' | 'MuiOutlinedInput' | 'MuiSelect' | 'MuiAutocomplete' | 'MuiSlider' | 'MuiInputLabel' | 'MuiInputBase' | 'MuiSwitch' | 'MuiCheckbox' | 'MuiRadio' | 'MuiFormControlLabel'>;
3
+ export declare const inputOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiMenu' | 'MuiPopover' | 'MuiMenuItem'>;
3
+ export declare const navigationOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiPaper' | 'MuiDialog' | 'MuiDrawer' | 'MuiCard' | 'MuiCardContent' | 'MuiTableContainer' | 'MuiAlert'>;
3
+ export declare const surfaceOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,3 @@
1
+ import { Theme } from '@mui/material';
2
+ export type ThemeMode = 'light' | 'dark';
3
+ export declare function createAbyssTheme(mode?: ThemeMode): Theme;
@@ -0,0 +1,15 @@
1
+ import { Theme } from '@mui/material';
2
+ export { createAbyssTheme } from './create-theme';
3
+ export type { ThemeMode } from './create-theme';
4
+ export declare const theme: Theme;
5
+ export * as colors from './tokens/colors';
6
+ export { indigo, neutral, cyan, amber, red, green, purple, chipColors, colorPool, colorPoolExtended, tagColorPool, getPoolColor, getPoolColorExtended } from './tokens/colors';
7
+ export { radius } from './tokens/borders';
8
+ export { transition, duration, easing } from './tokens/transitions';
9
+ export { shadow, shadowLight, glow, glowCyan, textShadow } from './tokens/shadows';
10
+ export { fontSize, fontWeight, fontFamily, iconSize, typographyVariants } from './tokens/typography';
11
+ export { shimmer, bioluminescentPulse } from './tokens/animations';
12
+ export { slideInUp, fadeIn, pulseGlow } from './tokens/animations';
13
+ export { brand, social, glassDark, glassLight, gradientsDark, gradientsLight } from './palettes/common';
14
+ export { darkPalette, darkCustom } from './palettes/dark';
15
+ export { lightPalette, lightCustom } from './palettes/light';