@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.
- package/README.md +30 -2
- package/declaration.d.ts +13 -13
- package/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
- package/dist/assets/index.d.ts +0 -1
- package/dist/assets/logo/index.d.ts +1 -0
- package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
- package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
- package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
- package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
- package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
- package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
- package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
- package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
- package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
- package/dist/components/Avatars/index.d.ts +2 -0
- package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
- package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
- package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
- package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
- package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
- package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
- package/dist/components/Cards/index.d.ts +2 -0
- package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
- package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
- package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
- package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
- package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
- package/dist/components/Charts/index.d.ts +4 -0
- package/dist/components/Charts/useNivoTheme.d.ts +65 -0
- package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
- package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
- package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
- package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
- package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
- package/dist/components/CookieConsent/index.d.ts +8 -0
- package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
- package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
- package/dist/components/CookieConsent/types.d.ts +11 -0
- package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
- package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
- package/dist/components/Data/AbyssTable/index.d.ts +2 -0
- package/dist/components/Data/index.d.ts +1 -0
- package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
- package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
- package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
- package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
- package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
- package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
- package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
- package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
- package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
- package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
- package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
- package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
- package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
- package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
- package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
- package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
- package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
- package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
- package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
- package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
- package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
- package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
- package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
- package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
- package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
- package/dist/components/Inputs/index.d.ts +13 -6
- package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
- package/dist/components/Invitations/index.d.ts +2 -0
- package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
- package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
- package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
- package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
- package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
- package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
- package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
- package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
- package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
- package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
- package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
- package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
- package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
- package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
- package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
- package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
- package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
- package/dist/components/Layouts/index.d.ts +8 -0
- package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
- package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
- package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
- package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
- package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
- package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
- package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
- package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
- package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
- package/dist/components/Modals/index.d.ts +2 -2
- package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
- package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
- package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
- package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
- package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
- package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
- package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
- package/dist/components/PdfEditor/index.d.ts +3 -0
- package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
- package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
- package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
- package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
- package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
- package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
- package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
- package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
- package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
- package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
- package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
- package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
- package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
- package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
- package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
- package/dist/components/PdfEditor/types.d.ts +217 -0
- package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
- package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
- package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
- package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
- package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
- package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
- package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
- package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
- package/dist/components/QuotaReached/index.d.ts +6 -0
- package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
- package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
- package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
- package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
- package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
- package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
- package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
- package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
- package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
- package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
- package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
- package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
- package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
- package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
- package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
- package/dist/components/Support/index.d.ts +18 -0
- package/dist/components/Support/types.d.ts +252 -0
- package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
- package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
- package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
- package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
- package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
- package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
- package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
- package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
- package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
- package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
- package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
- package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
- package/dist/components/Utils/Toast/index.d.ts +1 -0
- package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
- package/dist/components/Utils/index.d.ts +6 -3
- package/dist/components/index.d.ts +10 -8
- package/dist/cookie-consent.d.ts +2 -0
- package/dist/cookie-consent.js +16 -0
- package/dist/hooks/index.d.ts +4 -1
- package/dist/hooks/use-cloud.hook.d.ts +3 -3
- package/dist/hooks/use-public-users.hook.d.ts +13 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +1370 -212
- package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
- package/dist/{index-CjCtN6N9.js → index-0jt8DKLf.js} +11 -11
- package/dist/{index-DsEAU1Su.js → index-B3Y7Rb_Q.js} +1 -1
- package/dist/{index-DrwZbK23.js → index-BLr1fOuq.js} +4 -4
- package/dist/{index-BirsZhiu.js → index-BWj4TKOS.js} +2 -2
- package/dist/{index-Bk2NQz31.js → index-B_fAiFZq.js} +3 -3
- package/dist/{index-DE33bhgE.js → index-Blqg9cwf.js} +3 -3
- package/dist/{index--QxdNiuT.js → index-BrSAVa-Q.js} +2 -2
- package/dist/{index-CzRcWnfQ.js → index-C70H1Rqy.js} +4 -4
- package/dist/{index-Vsp-9vGI.js → index-C9HpxdlC.js} +2 -2
- package/dist/{index-C9V6yx6I.js → index-CDvwJmU3.js} +8 -8
- package/dist/index-CI_ndLtL.js +114828 -0
- package/dist/{index-DufXsxfg.js → index-CQv4ue2W.js} +2 -2
- package/dist/{index-DyrkSLE1.js → index-CRlvyprK.js} +3 -3
- package/dist/{index-BN2zc6Mp.js → index-Cb3RkMZy.js} +2 -2
- package/dist/{index-C7YWMnUi.js → index-CkpUdKTG.js} +3 -3
- package/dist/{index-yhL2fUpe.js → index-CnuCwLCI.js} +2 -2
- package/dist/{index-Cr-guXyg.js → index-CxyWN2Jp.js} +2 -2
- package/dist/{index-CLLYU3Ob.js → index-DQJBss56.js} +2 -2
- package/dist/{index-CyMfYJL8.js → index-jiAI8FrN.js} +4 -4
- package/dist/{index-DdIC_a4G.js → index-prtXdje2.js} +2 -2
- package/dist/{index-D39o_sai.js → index-rNuCv1FV.js} +5 -5
- package/dist/{index-D4xMvqEH.js → index-tz9rZQUM.js} +8 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +237 -117
- package/dist/theme/augmentation.d.ts +78 -0
- package/dist/theme/components/buttons.d.ts +35 -0
- package/dist/theme/components/data-display.d.ts +4 -0
- package/dist/theme/components/index.d.ts +2 -0
- package/dist/theme/components/inputs.d.ts +4 -0
- package/dist/theme/components/navigation.d.ts +4 -0
- package/dist/theme/components/surfaces.d.ts +4 -0
- package/dist/theme/create-theme.d.ts +3 -0
- package/dist/theme/index.d.ts +15 -0
- package/dist/theme/palettes/common.d.ts +61 -0
- package/dist/theme/palettes/dark.d.ts +66 -0
- package/dist/theme/palettes/light.d.ts +66 -0
- package/dist/theme/tokens/animations.d.ts +30 -0
- package/dist/theme/tokens/borders.d.ts +11 -0
- package/dist/theme/tokens/colors.d.ts +102 -0
- package/dist/theme/tokens/shadows.d.ts +45 -0
- package/dist/theme/tokens/transitions.d.ts +21 -0
- package/dist/theme/tokens/typography.d.ts +93 -0
- package/dist/translations/en.d.ts +668 -9
- package/dist/translations/fr.d.ts +668 -9
- package/dist/utils/billing.utils.d.ts +7 -0
- package/dist/utils/index.d.ts +5 -0
- package/dist/utils/locale.utils.d.ts +2 -0
- package/dist/utils/share-notification.utils.d.ts +1 -0
- package/dist/utils/space-display-name.utils.d.ts +9 -0
- package/package.json +36 -7
- package/tsconfig.json +35 -37
- package/vite.config.ts +75 -77
- package/vitest.config.ts +14 -0
- package/.eslintrc.cjs +0 -30
- package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
- package/dist/components/AllCloudMetrics/index.d.ts +0 -1
- package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
- package/dist/components/FiltersBox/index.d.ts +0 -1
- package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
- package/dist/components/FreepikSearch/index.d.ts +0 -1
- package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
- package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
- package/dist/components/Inputs/Toggle/index.d.ts +0 -1
- package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
- package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
- package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
- package/dist/components/Modals/UserSettings/index.d.ts +0 -2
- package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
- package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
- package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
- package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
- package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
- package/dist/hooks/use-theme.hook.d.ts +0 -1
- package/dist/index-_UVTFDmE.js +0 -122724
- package/dist/stylesheet.d.ts +0 -128
- package/dist/web-Bt2mRnhv.js +0 -18
- /package/dist/{index.css → commons-front-core.css} +0 -0
- /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-
|
|
2
|
-
import { s as A, t as i, E as C, a as J,
|
|
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,
|
|
2
|
-
import { defineCSSCompletionSource as m } from "./index-
|
|
3
|
-
import { L as c, E as S } from "./index-
|
|
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-
|
|
2
|
-
import { L as de, E as me } from "./index-
|
|
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-
|
|
2
|
-
import { s as d, t as $, a as Z, L as R, p as s, i as t, f as y, c,
|
|
3
|
-
import { html as w } from "./index-
|
|
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-
|
|
2
|
-
import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $,
|
|
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,
|
|
2
|
-
import { html as kt, htmlCompletionSource as Lt } from "./index-
|
|
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-
|
|
2
|
-
import { s, t as Q, a as j, L as x, i as f, f as c, c as a,
|
|
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-
|
|
2
|
-
import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K,
|
|
3
|
-
import { cssLanguage as J, css as _e } from "./index-
|
|
4
|
-
import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-
|
|
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-
|
|
2
|
-
import { s as n, t as r, a as o, L as P, i as Q, f as i, c as a,
|
|
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-
|
|
2
|
-
import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r,
|
|
3
|
-
const
|
|
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(
|
|
60
|
+
O.next == x && O.acceptToken(g, 1);
|
|
61
61
|
}), u = new a((O) => {
|
|
62
|
-
O.next == U ? O.acceptToken(
|
|
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
|
|
2
|
-
import { s as I, t as p, E as Y, a as j, L as U, e as
|
|
3
|
-
const h = 1, F = 2, L = 3,
|
|
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(
|
|
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(
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
package/dist/index.js
CHANGED
|
@@ -1,119 +1,239 @@
|
|
|
1
|
-
import {
|
|
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
|
|
4
|
-
e as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
_ as
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
B as
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
J as
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
ta as
|
|
61
|
-
|
|
62
|
-
ia as
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
ka as
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
wa as
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
Va as
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
za as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
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
|
+
}
|