@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.
- package/README.md +30 -2
- package/declaration.d.ts +13 -13
- package/dist/assets/index.d.ts +1 -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 +7 -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/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 +1362 -212
- package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
- package/dist/{index-gCpu5f9z.js → index-0Kl4O08s.js} +2 -2
- package/dist/{index-CdYmr155.js → index-BR_Xw8UL.js} +3 -3
- package/dist/{index-BnWtXPyg.js → index-BanaQPDD.js} +2 -2
- package/dist/{index-DeFVFcsM.js → index-BdtnG5GK.js} +2 -2
- package/dist/{index-UtVdSkzn.js → index-Bl6SIpvf.js} +1 -1
- package/dist/{index-CpqYJ_HN.js → index-CBU4Yqx5.js} +2 -2
- package/dist/{index-CoLGWgXI.js → index-CU2W3qym.js} +4 -4
- package/dist/{index-D__Z8Xsw.js → index-CypPvn_s.js} +2 -2
- package/dist/{index-Dk_KmVF1.js → index-D-1klt9M.js} +2 -2
- package/dist/{index-CC4UK1JX.js → index-D-lNUR0y.js} +2 -2
- package/dist/{index-CJOU7Mdg.js → index-D5ysDxCf.js} +2 -2
- package/dist/{index-CcWdcPha.js → index-DK4YUg-N.js} +2 -2
- package/dist/index-DR4nDzIn.js +117421 -0
- package/dist/{index-DPrXPSAH.js → index-DRApEyFE.js} +2 -2
- package/dist/{index-DkWj0imP.js → index-DS8zE3ca.js} +3 -3
- package/dist/{index-CcegjcGh.js → index-DYCXaPIH.js} +4 -4
- package/dist/{index-BJmWMt0A.js → index-DmM6klgp.js} +3 -3
- package/dist/{index-CsDN-X8K.js → index-DmUCpN76.js} +2 -2
- package/dist/{index-7woO6Vmb.js → index-KCcZKXY3.js} +3 -3
- package/dist/{index-DQ_TxTA-.js → index-SiHpvGQe.js} +2 -2
- package/dist/{index-DI8Xbxr-.js → index-UEOwaY3O.js} +4 -4
- package/dist/{index-wecGNuMv.js → index-okqeKiVw.js} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +236 -116
- 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 +25 -7
- package/tsconfig.json +35 -37
- package/vite.config.ts +68 -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-CJY4ItlM.js +0 -122719
- package/dist/stylesheet.d.ts +0 -124
- package/dist/web-DaGNjxku.js +0 -18
- /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-
|
|
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-
|
|
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-
|
|
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, 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-
|
|
2
|
-
import { html as m } from "./index-
|
|
3
|
-
import { javascriptLanguage as b } from "./index-
|
|
4
|
-
import { L as S, a as r } from "./index-
|
|
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-
|
|
2
|
-
import { html as j } from "./index-
|
|
3
|
-
import { L as X, E as p } from "./index-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
3
|
-
import { defineCSSCompletionSource as N } from "./index-
|
|
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-
|
|
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-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-
|
|
2
|
-
import { html as c } from "./index-
|
|
3
|
-
import { javascriptLanguage as i } from "./index-
|
|
4
|
-
import { L as R, E as p } from "./index-
|
|
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-
|
|
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-
|
|
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
package/dist/index.js
CHANGED
|
@@ -1,118 +1,238 @@
|
|
|
1
|
-
import {
|
|
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
|
|
4
|
-
e as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
d as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
M as
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$ as
|
|
54
|
-
J as
|
|
55
|
-
aa as
|
|
56
|
-
sa as
|
|
57
|
-
oa as
|
|
58
|
-
ea as
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
da as
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
Ma as
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
$a as
|
|
108
|
-
Ja as
|
|
109
|
-
as as
|
|
110
|
-
ss as
|
|
111
|
-
os as
|
|
112
|
-
es as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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>, 'MuiTextField' | 'MuiFilledInput' | 'MuiOutlinedInput' | 'MuiSelect' | 'MuiAutocomplete' | 'MuiSlider' | 'MuiInputLabel' | 'MuiInputBase' | 'MuiSwitch' | 'MuiCheckbox' | 'MuiRadio' | 'MuiFormControlLabel'>;
|
|
3
|
+
export declare const inputOverrides: Overrides;
|
|
4
|
+
export {};
|
|
@@ -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';
|