@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
package/dist/stylesheet.d.ts
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { Theme } from '@mui/material';
|
|
2
|
-
export declare const COLORS: {
|
|
3
|
-
abyssPrimary: string;
|
|
4
|
-
abyssPrimary2: string;
|
|
5
|
-
abyssPrimaryDarker: string;
|
|
6
|
-
abyssPrimaryDarker2: string;
|
|
7
|
-
abyssPrimaryDarker3: string;
|
|
8
|
-
abyssPrimaryDarker4: string;
|
|
9
|
-
abyssPrimaryLighter: string;
|
|
10
|
-
abyssPrimaryLighter2: string;
|
|
11
|
-
grey: string;
|
|
12
|
-
greyMedium: string;
|
|
13
|
-
greyLight: string;
|
|
14
|
-
greyLight2: string;
|
|
15
|
-
greyLight3: string;
|
|
16
|
-
greySuperLight2: string;
|
|
17
|
-
greySuperLight3: string;
|
|
18
|
-
greySuperLight4: string;
|
|
19
|
-
greySuperLight5: string;
|
|
20
|
-
greyBackground: string;
|
|
21
|
-
greyBackgroundDarker: string;
|
|
22
|
-
greyBackgroundDarker2: string;
|
|
23
|
-
blackSoft: string;
|
|
24
|
-
blackDark: string;
|
|
25
|
-
red: string;
|
|
26
|
-
softRed: string;
|
|
27
|
-
lightRed: string;
|
|
28
|
-
discord: string;
|
|
29
|
-
discordHover: string;
|
|
30
|
-
focusPrimary: string;
|
|
31
|
-
focusPrimarySoft: string;
|
|
32
|
-
focusPrimaryDarker: string;
|
|
33
|
-
white: string;
|
|
34
|
-
pureWhite: string;
|
|
35
|
-
lightGreen: string;
|
|
36
|
-
darkGreen: string;
|
|
37
|
-
green: string;
|
|
38
|
-
background: string;
|
|
39
|
-
purple: string;
|
|
40
|
-
purpleDarker: string;
|
|
41
|
-
};
|
|
42
|
-
export declare const BACKGROUNDS: {
|
|
43
|
-
main: string;
|
|
44
|
-
primaryToPurple: string;
|
|
45
|
-
primaryToFocusPrimary: string;
|
|
46
|
-
primaryToPurpleStrong: string;
|
|
47
|
-
primary2ToPurpleStrong: string;
|
|
48
|
-
};
|
|
49
|
-
export declare const INPUT_BACKGROUND_COLOR: string;
|
|
50
|
-
export declare const CHIP_COLORS: Record<string, string>;
|
|
51
|
-
export declare const FONT_SIZE: {
|
|
52
|
-
xSmall: number;
|
|
53
|
-
small: number;
|
|
54
|
-
smallBig: number;
|
|
55
|
-
big: number;
|
|
56
|
-
large: number;
|
|
57
|
-
xLarge: number;
|
|
58
|
-
xLarger: number;
|
|
59
|
-
largeIcon: number;
|
|
60
|
-
mediumIcon: number;
|
|
61
|
-
};
|
|
62
|
-
export declare const SHADOWS: {
|
|
63
|
-
LIGHT: string;
|
|
64
|
-
LIGHTER: string;
|
|
65
|
-
LIGHT_INSET: string;
|
|
66
|
-
DARK: string;
|
|
67
|
-
DARKER: string;
|
|
68
|
-
DARK_INSET: string;
|
|
69
|
-
DEEP: string;
|
|
70
|
-
WHITE: string;
|
|
71
|
-
WHITE_SMALL: string;
|
|
72
|
-
ABYSS_PRIMARY_SMALLER: string;
|
|
73
|
-
ABYSS_PRIMARY_SMALLER2: string;
|
|
74
|
-
ABYSS_PRIMARY_SMALLER3: string;
|
|
75
|
-
ABYSS_PRIMARY_SMALLER4: string;
|
|
76
|
-
ABYSS_PRIMARY_SMALLER_INSET: string;
|
|
77
|
-
ABYSS_PRIMARY_SMALLER2_INSET: string;
|
|
78
|
-
ABYSS_PRIMARY_SMALLER3_INSET: string;
|
|
79
|
-
ABYSS_PRIMARY_SMALLER4_INSET: string;
|
|
80
|
-
ABYSS_PRIMARY_SMALL: string;
|
|
81
|
-
ABYSS_PRIMARY_SMALL_INSET: string;
|
|
82
|
-
};
|
|
83
|
-
export declare const TRANSITIONS: {
|
|
84
|
-
FASTER: string;
|
|
85
|
-
FASTER_2: string;
|
|
86
|
-
FAST: string;
|
|
87
|
-
NORMAL: string;
|
|
88
|
-
};
|
|
89
|
-
export declare const BORDER_RADIUS: {
|
|
90
|
-
small: string;
|
|
91
|
-
normal: string;
|
|
92
|
-
normal2: string;
|
|
93
|
-
xl: string;
|
|
94
|
-
big: string;
|
|
95
|
-
bigger: string;
|
|
96
|
-
};
|
|
97
|
-
export declare const TEXT_SHADOWS: {
|
|
98
|
-
LIGHT: string;
|
|
99
|
-
LIGHTER: string;
|
|
100
|
-
PRIMARY: string;
|
|
101
|
-
PRIMARY_LIGHTER: string;
|
|
102
|
-
FOCUS: string;
|
|
103
|
-
FOCUS_LIGHTER: string;
|
|
104
|
-
};
|
|
105
|
-
export declare const Z_INDEX: {};
|
|
106
|
-
export declare const slideInUp: {
|
|
107
|
-
name: string;
|
|
108
|
-
styles: string;
|
|
109
|
-
anim: 1;
|
|
110
|
-
toString: () => string;
|
|
111
|
-
} & string;
|
|
112
|
-
export declare const fadeIn: {
|
|
113
|
-
name: string;
|
|
114
|
-
styles: string;
|
|
115
|
-
anim: 1;
|
|
116
|
-
toString: () => string;
|
|
117
|
-
} & string;
|
|
118
|
-
export declare const pulseGlow: {
|
|
119
|
-
name: string;
|
|
120
|
-
styles: string;
|
|
121
|
-
anim: 1;
|
|
122
|
-
toString: () => string;
|
|
123
|
-
} & string;
|
|
124
|
-
export declare const theme: Theme;
|
package/dist/web-DaGNjxku.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { W as a } from "./index-CJY4ItlM.js";
|
|
2
|
-
class n extends a {
|
|
3
|
-
async canShare() {
|
|
4
|
-
return typeof navigator > "u" || !navigator.share ? { value: !1 } : { value: !0 };
|
|
5
|
-
}
|
|
6
|
-
async share(e) {
|
|
7
|
-
if (typeof navigator > "u" || !navigator.share)
|
|
8
|
-
throw this.unavailable("Share API not available in this browser");
|
|
9
|
-
return await navigator.share({
|
|
10
|
-
title: e.title,
|
|
11
|
-
text: e.text,
|
|
12
|
-
url: e.url
|
|
13
|
-
}), {};
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
n as ShareWeb
|
|
18
|
-
};
|
|
File without changes
|