@abyss-project/commons-front-core 1.0.0
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/.eslintrc.cjs +30 -0
- package/README.md +2 -0
- package/declaration.d.ts +9 -0
- package/dist/assets/index.d.ts +6 -0
- package/dist/assets/logo/index.d.ts +8 -0
- package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +14 -0
- package/dist/components/AllCloudMetrics/index.d.ts +1 -0
- package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +14 -0
- package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
- package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +14 -0
- package/dist/components/Avatars/UserAvatar/constant.d.ts +4 -0
- package/dist/components/Avatars/UserAvatar/index.d.ts +2 -0
- package/dist/components/Avatars/index.d.ts +2 -0
- package/dist/components/Chips/LogTypeChip/LogTypeChip.component.d.ts +9 -0
- package/dist/components/Chips/LogTypeChip/index.d.ts +1 -0
- package/dist/components/Chips/ProjectStatusChip/ProjectStatusChip.component.d.ts +9 -0
- package/dist/components/Chips/ProjectStatusChip/index.d.ts +1 -0
- package/dist/components/Chips/WebhookResponseCodeChip/WebhookResponseCodeChip.component.d.ts +9 -0
- package/dist/components/Chips/WebhookResponseCodeChip/index.d.ts +1 -0
- package/dist/components/Chips/WebhookTypeChip/WebhookTypeChip.component.d.ts +9 -0
- package/dist/components/Chips/WebhookTypeChip/index.d.ts +1 -0
- package/dist/components/Chips/index.d.ts +4 -0
- package/dist/components/FiltersBox/FiltersBox.component.d.ts +8 -0
- package/dist/components/FiltersBox/index.d.ts +1 -0
- package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +9 -0
- package/dist/components/FreepikSearch/index.d.ts +1 -0
- package/dist/components/ImportButton/ImportButton.component.d.ts +30 -0
- package/dist/components/ImportButton/index.d.ts +2 -0
- package/dist/components/InfoBox/InfoBox.component.d.ts +4 -0
- package/dist/components/InfoBox/index.d.ts +1 -0
- package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +18 -0
- package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +17 -0
- package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +21 -0
- package/dist/components/Inputs/CloudImport/index.d.ts +1 -0
- package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +15 -0
- package/dist/components/Inputs/CloudSave/index.d.ts +1 -0
- package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +10 -0
- package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
- package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +18 -0
- package/dist/components/Inputs/PasswordInput/index.d.ts +1 -0
- package/dist/components/Inputs/index.d.ts +4 -0
- package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +2 -0
- package/dist/components/Modals/AbyssModal/index.d.ts +1 -0
- package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +20 -0
- package/dist/components/Modals/ConfirmModal/index.d.ts +1 -0
- package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +19 -0
- package/dist/components/Modals/ImportFromCloudModal/index.d.ts +1 -0
- package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +11 -0
- package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +1 -0
- package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +12 -0
- package/dist/components/Modals/QRCodeModal/index.d.ts +1 -0
- package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +16 -0
- package/dist/components/Modals/SaveCloudModal/index.d.ts +1 -0
- package/dist/components/Modals/index.d.ts +6 -0
- package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +4 -0
- package/dist/components/Utils/CustomDivider/index.d.ts +1 -0
- package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +17 -0
- package/dist/components/Utils/FloatingNavigation/index.d.ts +1 -0
- package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +8 -0
- package/dist/components/Utils/WaterParticles/index.d.ts +1 -0
- package/dist/components/Utils/index.d.ts +3 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/hooks/confirm-modal/confirm-modal.context.d.ts +8 -0
- package/dist/hooks/confirm-modal/index.d.ts +1 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/use-cloud.hook.d.ts +8 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +3145 -0
- package/dist/hooks/use-theme.hook.d.ts +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +19762 -0
- package/dist/stylesheet.d.ts +123 -0
- package/dist/translations/en.d.ts +1567 -0
- package/dist/translations/fr.d.ts +1554 -0
- package/dist/utils/color.utils.d.ts +2 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +96 -0
- package/tsconfig.json +35 -0
- package/vite.config.ts +72 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
export declare const COLORS: {
|
|
2
|
+
abyssPrimary: string;
|
|
3
|
+
abyssPrimary2: string;
|
|
4
|
+
abyssPrimaryDarker: string;
|
|
5
|
+
abyssPrimaryDarker2: string;
|
|
6
|
+
abyssPrimaryDarker3: string;
|
|
7
|
+
abyssPrimaryDarker4: string;
|
|
8
|
+
abyssPrimaryLighter: string;
|
|
9
|
+
abyssPrimaryLighter2: string;
|
|
10
|
+
grey: string;
|
|
11
|
+
greyMedium: string;
|
|
12
|
+
greyLight: string;
|
|
13
|
+
greyLight2: string;
|
|
14
|
+
greyLight3: string;
|
|
15
|
+
greySuperLight2: string;
|
|
16
|
+
greySuperLight3: string;
|
|
17
|
+
greySuperLight4: string;
|
|
18
|
+
greySuperLight5: string;
|
|
19
|
+
greyBackground: string;
|
|
20
|
+
greyBackgroundDarker: string;
|
|
21
|
+
greyBackgroundDarker2: string;
|
|
22
|
+
blackSoft: string;
|
|
23
|
+
blackDark: string;
|
|
24
|
+
red: string;
|
|
25
|
+
softRed: string;
|
|
26
|
+
lightRed: string;
|
|
27
|
+
discord: string;
|
|
28
|
+
discordHover: string;
|
|
29
|
+
focusPrimary: string;
|
|
30
|
+
focusPrimarySoft: string;
|
|
31
|
+
focusPrimaryDarker: string;
|
|
32
|
+
white: string;
|
|
33
|
+
pureWhite: string;
|
|
34
|
+
lightGreen: string;
|
|
35
|
+
darkGreen: string;
|
|
36
|
+
green: string;
|
|
37
|
+
background: string;
|
|
38
|
+
purple: string;
|
|
39
|
+
purpleDarker: string;
|
|
40
|
+
};
|
|
41
|
+
export declare const BACKGROUNDS: {
|
|
42
|
+
main: string;
|
|
43
|
+
primaryToPurple: string;
|
|
44
|
+
primaryToFocusPrimary: string;
|
|
45
|
+
primaryToPurpleStrong: string;
|
|
46
|
+
primary2ToPurpleStrong: string;
|
|
47
|
+
};
|
|
48
|
+
export declare const INPUT_BACKGROUND_COLOR: string;
|
|
49
|
+
export declare const CHIP_COLORS: Record<string, string>;
|
|
50
|
+
export declare const FONT_SIZE: {
|
|
51
|
+
xSmall: number;
|
|
52
|
+
small: number;
|
|
53
|
+
smallBig: number;
|
|
54
|
+
big: number;
|
|
55
|
+
large: number;
|
|
56
|
+
xLarge: number;
|
|
57
|
+
xLarger: number;
|
|
58
|
+
largeIcon: number;
|
|
59
|
+
mediumIcon: number;
|
|
60
|
+
};
|
|
61
|
+
export declare const SHADOWS: {
|
|
62
|
+
LIGHT: string;
|
|
63
|
+
LIGHTER: string;
|
|
64
|
+
LIGHT_INSET: string;
|
|
65
|
+
DARK: string;
|
|
66
|
+
DARKER: string;
|
|
67
|
+
DARK_INSET: string;
|
|
68
|
+
DEEP: string;
|
|
69
|
+
WHITE: string;
|
|
70
|
+
WHITE_SMALL: string;
|
|
71
|
+
ABYSS_PRIMARY_SMALLER: string;
|
|
72
|
+
ABYSS_PRIMARY_SMALLER2: string;
|
|
73
|
+
ABYSS_PRIMARY_SMALLER3: string;
|
|
74
|
+
ABYSS_PRIMARY_SMALLER4: string;
|
|
75
|
+
ABYSS_PRIMARY_SMALLER_INSET: string;
|
|
76
|
+
ABYSS_PRIMARY_SMALLER2_INSET: string;
|
|
77
|
+
ABYSS_PRIMARY_SMALLER3_INSET: string;
|
|
78
|
+
ABYSS_PRIMARY_SMALLER4_INSET: string;
|
|
79
|
+
ABYSS_PRIMARY_SMALL: string;
|
|
80
|
+
ABYSS_PRIMARY_SMALL_INSET: string;
|
|
81
|
+
};
|
|
82
|
+
export declare const TRANSITIONS: {
|
|
83
|
+
FASTER: string;
|
|
84
|
+
FASTER_2: string;
|
|
85
|
+
FAST: string;
|
|
86
|
+
NORMAL: string;
|
|
87
|
+
};
|
|
88
|
+
export declare const BORDER_RADIUS: {
|
|
89
|
+
small: string;
|
|
90
|
+
normal: string;
|
|
91
|
+
normal2: string;
|
|
92
|
+
xl: string;
|
|
93
|
+
big: string;
|
|
94
|
+
bigger: string;
|
|
95
|
+
};
|
|
96
|
+
export declare const TEXT_SHADOWS: {
|
|
97
|
+
LIGHT: string;
|
|
98
|
+
LIGHTER: string;
|
|
99
|
+
PRIMARY: string;
|
|
100
|
+
PRIMARY_LIGHTER: string;
|
|
101
|
+
FOCUS: string;
|
|
102
|
+
FOCUS_LIGHTER: string;
|
|
103
|
+
};
|
|
104
|
+
export declare const Z_INDEX: {};
|
|
105
|
+
export declare const slideInUp: {
|
|
106
|
+
name: string;
|
|
107
|
+
styles: string;
|
|
108
|
+
anim: 1;
|
|
109
|
+
toString: () => string;
|
|
110
|
+
} & string;
|
|
111
|
+
export declare const fadeIn: {
|
|
112
|
+
name: string;
|
|
113
|
+
styles: string;
|
|
114
|
+
anim: 1;
|
|
115
|
+
toString: () => string;
|
|
116
|
+
} & string;
|
|
117
|
+
export declare const pulseGlow: {
|
|
118
|
+
name: string;
|
|
119
|
+
styles: string;
|
|
120
|
+
anim: 1;
|
|
121
|
+
toString: () => string;
|
|
122
|
+
} & string;
|
|
123
|
+
export declare const theme: import('@mui/material').Theme;
|