@importcsv/react 0.1.17 → 0.2.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/README.md +16 -6
- package/build/bundle.css +1 -0
- package/build/bundled-styles.d.ts +1 -1
- package/build/components/CSVImporter/index.d.ts +32 -35
- package/build/i18n/de.d.ts +32 -32
- package/build/i18n/es.d.ts +32 -32
- package/build/i18n/fr.d.ts +32 -32
- package/build/i18n/i18n.d.ts +6 -6
- package/build/i18n/it.d.ts +32 -32
- package/build/i18n/useTranslation.d.ts +9 -9
- package/build/importer/components/Box/index.d.ts +2 -2
- package/build/importer/components/Box/types/index.d.ts +6 -6
- package/build/importer/components/Checkbox/index.d.ts +2 -2
- package/build/importer/components/Checkbox/types/index.d.ts +4 -4
- package/build/importer/components/Errors/index.d.ts +4 -4
- package/build/importer/components/IframeWrapper/index.d.ts +25 -25
- package/build/importer/components/ImporterLayout.d.ts +15 -0
- package/build/importer/components/Input/index.d.ts +2 -2
- package/build/importer/components/Input/types/index.d.ts +18 -18
- package/build/importer/components/Stepper/hooks/useStepper.d.ts +2 -2
- package/build/importer/components/Stepper/index.d.ts +2 -2
- package/build/importer/components/Stepper/types/index.d.ts +14 -13
- package/build/importer/components/Table/index.d.ts +9 -9
- package/build/importer/components/Table/types/index.d.ts +42 -42
- package/build/importer/components/ToggleFilter/index.d.ts +3 -3
- package/build/importer/components/ToggleFilter/types/index.d.ts +11 -11
- package/build/importer/components/Tooltip/index.d.ts +2 -2
- package/build/importer/components/Tooltip/types/index.d.ts +11 -11
- package/build/importer/components/UploaderWrapper/UploaderWrapper.d.ts +2 -2
- package/build/importer/components/UploaderWrapper/types/index.d.ts +2 -2
- package/build/importer/components/ui/alert.d.ts +8 -8
- package/build/importer/components/ui/button.d.ts +12 -12
- package/build/importer/components/ui/card.d.ts +8 -8
- package/build/importer/components/ui/checkbox.d.ts +4 -4
- package/build/importer/components/ui/dialog.d.ts +19 -19
- package/build/importer/components/ui/flex.d.ts +14 -14
- package/build/importer/components/ui/input.d.ts +5 -5
- package/build/importer/components/ui/select.d.ts +13 -13
- package/build/importer/components/ui/switch.d.ts +4 -4
- package/build/importer/components/ui/toast.d.ts +15 -15
- package/build/importer/components/ui/toaster.d.ts +1 -1
- package/build/importer/components/ui/tooltip.d.ts +13 -13
- package/build/importer/components/ui/use-toast.d.ts +44 -44
- package/build/importer/features/complete/index.d.ts +2 -2
- package/build/importer/features/complete/types/index.d.ts +5 -5
- package/build/importer/features/configure-import/index.d.ts +13 -13
- package/build/importer/features/configure-import/types/index.d.ts +13 -19
- package/build/importer/features/main/hooks/useMutableLocalStorage.d.ts +1 -1
- package/build/importer/features/main/hooks/useStepNavigation.d.ts +17 -18
- package/build/importer/features/main/index.d.ts +2 -2
- package/build/importer/features/main/types/index.d.ts +16 -16
- package/build/importer/features/map-columns/components/DropDownFields.d.ts +21 -19
- package/build/importer/features/map-columns/hooks/useMapColumnsTable.d.ts +16 -15
- package/build/importer/features/map-columns/index.d.ts +2 -2
- package/build/importer/features/map-columns/types/index.d.ts +16 -23
- package/build/importer/features/row-selection/index.d.ts +2 -2
- package/build/importer/features/row-selection/types/index.d.ts +8 -8
- package/build/importer/features/uploader/hooks/useTemplateTable.d.ts +10 -10
- package/build/importer/features/uploader/index.d.ts +2 -2
- package/build/importer/features/uploader/types/index.d.ts +9 -9
- package/build/importer/features/validation/Validation.d.ts +2 -2
- package/build/importer/features/validation/components/TransformModal.d.ts +18 -18
- package/build/importer/features/validation/index.d.ts +1 -1
- package/build/importer/features/validation/types.d.ts +32 -32
- package/build/importer/hooks/useClickOutside.d.ts +1 -1
- package/build/importer/hooks/useCustomStyles.d.ts +1 -1
- package/build/importer/hooks/useDemoData.d.ts +16 -0
- package/build/importer/hooks/useEventListener.d.ts +4 -4
- package/build/importer/hooks/useImporterSchema.d.ts +21 -0
- package/build/importer/hooks/useIsomorphicLayoutEffect.d.ts +3 -3
- package/build/importer/hooks/useRect.d.ts +12 -12
- package/build/importer/hooks/useWindowSize.d.ts +1 -1
- package/build/importer/providers/Theme.d.ts +5 -6
- package/build/importer/providers/index.d.ts +5 -5
- package/build/importer/providers/types/index.d.ts +4 -4
- package/build/importer/services/api.d.ts +1 -0
- package/build/importer/services/dataProcessor.d.ts +38 -0
- package/build/importer/services/mapping.d.ts +31 -31
- package/build/importer/services/transformation.d.ts +70 -70
- package/build/importer/settings/theme/colors.d.ts +4 -4
- package/build/importer/settings/theme/index.d.ts +2 -2
- package/build/importer/settings/theme/sizes.d.ts +7 -7
- package/build/importer/stores/theme.d.ts +17 -17
- package/build/importer/types/index.d.ts +9 -17
- package/build/importer/utils/colorUtils.d.ts +48 -44
- package/build/importer/utils/getStringLengthOfChildren.d.ts +2 -2
- package/build/importer/utils/stringSimilarity.d.ts +1 -1
- package/build/importer/utils/template.d.ts +2 -2
- package/build/importer/utils/utils.d.ts +19 -11
- package/build/index.d.ts +4 -3
- package/build/index.esm.js +10896 -34418
- package/build/index.esm.js.map +1 -1
- package/build/index.js +262 -37879
- package/build/index.js.map +1 -1
- package/build/js.d.ts +39 -40
- package/build/settings/defaults.d.ts +3 -3
- package/build/styles.d.ts +1 -1
- package/build/types/index.d.ts +105 -33
- package/build/utils/cn.d.ts +6 -0
- package/build/validation/transformer.d.ts +33 -0
- package/build/validation/validator.d.ts +23 -0
- package/package.json +14 -41
- package/build/App.d.ts +0 -2
- package/build/build/bundle.css +0 -3789
- package/build/config/index.d.ts +0 -5
- package/build/importer/components/Portal/index.d.ts +0 -3
- package/build/importer/components/Portal/types/index.d.ts +0 -5
- package/build/importer/components/Table/storyData.d.ts +0 -36
- package/build/importer/features/map-columns/hooks/useNameChange.d.ts +0 -5
- package/build/importer/features/validation/SimpleValidation.d.ts +0 -2
- package/build/importer/features/validation/components/SimpleSpreadsheetGrid/SimpleSpreadsheetGrid.d.ts +0 -27
- package/build/importer/features/validation/components/SimpleSpreadsheetGrid/index.d.ts +0 -1
- package/build/importer/features/validation/components/SpreadsheetGrid/CellSelection.d.ts +0 -15
- package/build/importer/features/validation/components/SpreadsheetGrid/ClipboardManager.d.ts +0 -20
- package/build/importer/features/validation/components/SpreadsheetGrid/FindReplaceModal.d.ts +0 -14
- package/build/importer/features/validation/components/SpreadsheetGrid/SpreadsheetGrid.d.ts +0 -37
- package/build/importer/features/validation/components/SpreadsheetGrid/UndoRedoManager.d.ts +0 -15
- package/build/importer/features/validation/components/SpreadsheetGrid/index.d.ts +0 -1
- package/build/importer/hooks/useDelayLoader.d.ts +0 -2
- package/build/importer/settings/chakra/components/alert.d.ts +0 -31
- package/build/importer/settings/chakra/components/button.d.ts +0 -37
- package/build/importer/settings/chakra/components/index.d.ts +0 -2
- package/build/importer/settings/chakra/foundations/blur.d.ts +0 -11
- package/build/importer/settings/chakra/foundations/borders.d.ts +0 -8
- package/build/importer/settings/chakra/foundations/breakpoints.d.ts +0 -9
- package/build/importer/settings/chakra/foundations/colors.d.ts +0 -247
- package/build/importer/settings/chakra/foundations/index.d.ts +0 -487
- package/build/importer/settings/chakra/foundations/radius.d.ts +0 -12
- package/build/importer/settings/chakra/foundations/shadows.d.ts +0 -14
- package/build/importer/settings/chakra/foundations/sizes.d.ts +0 -60
- package/build/importer/settings/chakra/foundations/spacing.d.ts +0 -35
- package/build/importer/settings/chakra/foundations/transition.d.ts +0 -24
- package/build/importer/settings/chakra/foundations/typography.d.ts +0 -61
- package/build/importer/settings/chakra/foundations/z-index.d.ts +0 -16
- package/build/importer/settings/chakra/index.d.ts +0 -592
- package/build/importer/settings/chakra/semantic-tokens.d.ts +0 -32
- package/build/importer/settings/chakra/styles.d.ts +0 -2
- package/build/importer/settings/chakra/theme.types.d.ts +0 -93
- package/build/importer/settings/chakra/utils/is-chakra-theme.d.ts +0 -3
- package/build/importer/settings/chakra/utils/run-if-fn.d.ts +0 -1
- package/build/importer/utils/classes.d.ts +0 -2
- package/build/importer/utils/debounce.d.ts +0 -2
- package/build/index.dev.d.ts +0 -1
- package/build/package.json +0 -92
- package/build/services/api.d.ts +0 -18
- package/build/services/apiClient.d.ts +0 -21
- package/build/utils/classes.d.ts +0 -6
package/build/config/index.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
declare const storyData: ({
|
|
2
|
-
id: number;
|
|
3
|
-
Name: {
|
|
4
|
-
raw: string;
|
|
5
|
-
content: string;
|
|
6
|
-
captionInfo: string;
|
|
7
|
-
tooltip?: undefined;
|
|
8
|
-
};
|
|
9
|
-
Age: number;
|
|
10
|
-
Email: string;
|
|
11
|
-
email?: undefined;
|
|
12
|
-
} | {
|
|
13
|
-
id: number;
|
|
14
|
-
Name: {
|
|
15
|
-
raw: string;
|
|
16
|
-
content: string;
|
|
17
|
-
tooltip: string;
|
|
18
|
-
captionInfo?: undefined;
|
|
19
|
-
};
|
|
20
|
-
Age: number;
|
|
21
|
-
Email: string;
|
|
22
|
-
email?: undefined;
|
|
23
|
-
} | {
|
|
24
|
-
id: number;
|
|
25
|
-
Name: string;
|
|
26
|
-
Age: number;
|
|
27
|
-
Email: string;
|
|
28
|
-
email?: undefined;
|
|
29
|
-
} | {
|
|
30
|
-
id: number;
|
|
31
|
-
Name: string;
|
|
32
|
-
Age: number;
|
|
33
|
-
email: string;
|
|
34
|
-
Email?: undefined;
|
|
35
|
-
})[];
|
|
36
|
-
export default storyData;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { ValidationProps } from './types';
|
|
2
|
-
export default function SimpleValidation({ template, data: fileData, columnMapping, selectedHeaderRow, onSuccess, onCancel, isSubmitting, backendUrl, importerKey, filterInvalidRows, disableOnInvalidRows, }: ValidationProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RowData } from '@tanstack/react-table';
|
|
3
|
-
import './SimpleSpreadsheetGrid.scss';
|
|
4
|
-
declare module '@tanstack/react-table' {
|
|
5
|
-
interface TableMeta<TData extends RowData> {
|
|
6
|
-
updateData: (rowIndex: number, columnId: string, value: unknown) => void;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
interface ValidationError {
|
|
10
|
-
rowIndex: number;
|
|
11
|
-
columnIndex: number;
|
|
12
|
-
message: string;
|
|
13
|
-
}
|
|
14
|
-
interface SimpleSpreadsheetGridProps {
|
|
15
|
-
headerRow: any;
|
|
16
|
-
dataRows: any[];
|
|
17
|
-
columnMapping: Record<string, any>;
|
|
18
|
-
template: any;
|
|
19
|
-
errors: ValidationError[];
|
|
20
|
-
onCellEdit: (rowIdx: number, colIdx: number, value: string) => void;
|
|
21
|
-
showOnlyErrors: boolean;
|
|
22
|
-
onShowOnlyErrorsChange: (show: boolean) => void;
|
|
23
|
-
filterInvalidRows?: boolean;
|
|
24
|
-
headerRowIndex: number;
|
|
25
|
-
}
|
|
26
|
-
export declare const SimpleSpreadsheetGrid: React.FC<SimpleSpreadsheetGridProps>;
|
|
27
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SimpleSpreadsheetGrid } from './SimpleSpreadsheetGrid';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CellPosition {
|
|
3
|
-
row: number;
|
|
4
|
-
col: number;
|
|
5
|
-
}
|
|
6
|
-
interface Selection {
|
|
7
|
-
start: CellPosition;
|
|
8
|
-
end: CellPosition;
|
|
9
|
-
}
|
|
10
|
-
interface CellSelectionProps {
|
|
11
|
-
selection: Selection | null;
|
|
12
|
-
cellRefs: Map<string, HTMLDivElement>;
|
|
13
|
-
}
|
|
14
|
-
export declare const CellSelection: React.FC<CellSelectionProps>;
|
|
15
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
interface Selection {
|
|
2
|
-
start: {
|
|
3
|
-
row: number;
|
|
4
|
-
col: number;
|
|
5
|
-
};
|
|
6
|
-
end: {
|
|
7
|
-
row: number;
|
|
8
|
-
col: number;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare class ClipboardManager {
|
|
12
|
-
private clipboardData;
|
|
13
|
-
private clipboardSelection;
|
|
14
|
-
copy(data: string[], selection: Selection): void;
|
|
15
|
-
paste(): Promise<string | null>;
|
|
16
|
-
private formatAsTable;
|
|
17
|
-
private getInternalClipboard;
|
|
18
|
-
clear(): void;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface FindReplaceModalProps {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
onClose: () => void;
|
|
5
|
-
data: any[];
|
|
6
|
-
includedColumns: number[];
|
|
7
|
-
onReplace: (edits: Array<{
|
|
8
|
-
rowIdx: number;
|
|
9
|
-
colIdx: number;
|
|
10
|
-
value: string;
|
|
11
|
-
}>) => void;
|
|
12
|
-
}
|
|
13
|
-
export declare const FindReplaceModal: React.FC<FindReplaceModalProps>;
|
|
14
|
-
export {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RowData } from '@tanstack/react-table';
|
|
3
|
-
import './SpreadsheetGrid.scss';
|
|
4
|
-
declare module '@tanstack/react-table' {
|
|
5
|
-
interface TableMeta<TData extends RowData> {
|
|
6
|
-
updateData: (rowIndex: number, columnId: string, value: unknown) => void;
|
|
7
|
-
updateBulkData: (updates: Array<{
|
|
8
|
-
rowIndex: number;
|
|
9
|
-
columnId: string;
|
|
10
|
-
value: unknown;
|
|
11
|
-
}>) => void;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
interface ValidationError {
|
|
15
|
-
rowIndex: number;
|
|
16
|
-
columnIndex: number;
|
|
17
|
-
message: string;
|
|
18
|
-
}
|
|
19
|
-
interface SpreadsheetGridProps {
|
|
20
|
-
headerRow: any;
|
|
21
|
-
dataRows: any[];
|
|
22
|
-
columnMapping: Record<string, any>;
|
|
23
|
-
template: any;
|
|
24
|
-
errors: ValidationError[];
|
|
25
|
-
onCellEdit: (rowIdx: number, colIdx: number, value: string) => void;
|
|
26
|
-
onBulkEdit?: (edits: Array<{
|
|
27
|
-
rowIdx: number;
|
|
28
|
-
colIdx: number;
|
|
29
|
-
value: string;
|
|
30
|
-
}>) => void;
|
|
31
|
-
showOnlyErrors: boolean;
|
|
32
|
-
onShowOnlyErrorsChange: (show: boolean) => void;
|
|
33
|
-
filterInvalidRows?: boolean;
|
|
34
|
-
headerRowIndex: number;
|
|
35
|
-
}
|
|
36
|
-
export declare const SpreadsheetGrid: React.FC<SpreadsheetGridProps>;
|
|
37
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface Action {
|
|
2
|
-
type: string;
|
|
3
|
-
data: any;
|
|
4
|
-
}
|
|
5
|
-
export declare class UndoRedoManager {
|
|
6
|
-
private undoStack;
|
|
7
|
-
private redoStack;
|
|
8
|
-
private maxStackSize;
|
|
9
|
-
addAction(action: Action): void;
|
|
10
|
-
undo(): Action | null;
|
|
11
|
-
redo(): Action | null;
|
|
12
|
-
canUndo(): boolean;
|
|
13
|
-
canRedo(): boolean;
|
|
14
|
-
clear(): void;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SpreadsheetGrid } from './SpreadsheetGrid';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
declare const Alert: {
|
|
2
|
-
baseStyle?: ((props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
|
|
3
|
-
container: {
|
|
4
|
-
backgroundColor: string;
|
|
5
|
-
border: string;
|
|
6
|
-
borderRadius: string;
|
|
7
|
-
fontWeight: string;
|
|
8
|
-
};
|
|
9
|
-
title: {
|
|
10
|
-
color: string;
|
|
11
|
-
};
|
|
12
|
-
description: {
|
|
13
|
-
color: string;
|
|
14
|
-
};
|
|
15
|
-
icon: {
|
|
16
|
-
color: string;
|
|
17
|
-
};
|
|
18
|
-
}) | undefined;
|
|
19
|
-
sizes?: {
|
|
20
|
-
[key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
|
|
21
|
-
} | undefined;
|
|
22
|
-
variants?: {
|
|
23
|
-
[key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
|
|
24
|
-
} | undefined;
|
|
25
|
-
defaultProps?: {
|
|
26
|
-
size?: string | number | undefined;
|
|
27
|
-
variant?: string | number | undefined;
|
|
28
|
-
colorScheme?: string | undefined;
|
|
29
|
-
} | undefined;
|
|
30
|
-
};
|
|
31
|
-
export { Alert };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
declare const Button: {
|
|
2
|
-
baseStyle?: {
|
|
3
|
-
fontWeight: string;
|
|
4
|
-
borderRadius: string;
|
|
5
|
-
height: string;
|
|
6
|
-
lineHeight: string;
|
|
7
|
-
fontSize: string;
|
|
8
|
-
border: string;
|
|
9
|
-
cursor: string;
|
|
10
|
-
} | undefined;
|
|
11
|
-
sizes?: {
|
|
12
|
-
sm: {
|
|
13
|
-
fontSize: string;
|
|
14
|
-
px: number;
|
|
15
|
-
py: number;
|
|
16
|
-
};
|
|
17
|
-
md: {
|
|
18
|
-
fontSize: string;
|
|
19
|
-
px: number;
|
|
20
|
-
py: number;
|
|
21
|
-
};
|
|
22
|
-
} | undefined;
|
|
23
|
-
variants?: {
|
|
24
|
-
solid: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => {
|
|
25
|
-
_hover: {
|
|
26
|
-
backgroundColor: string;
|
|
27
|
-
};
|
|
28
|
-
color: string;
|
|
29
|
-
};
|
|
30
|
-
} | undefined;
|
|
31
|
-
defaultProps?: {
|
|
32
|
-
size?: "sm" | "md" | undefined;
|
|
33
|
-
variant?: "solid" | undefined;
|
|
34
|
-
colorScheme?: string | undefined;
|
|
35
|
-
} | undefined;
|
|
36
|
-
};
|
|
37
|
-
export { Button };
|
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
declare const colors: {
|
|
2
|
-
transparent: string;
|
|
3
|
-
current: string;
|
|
4
|
-
black: string;
|
|
5
|
-
white: string;
|
|
6
|
-
primary: {
|
|
7
|
-
50: string;
|
|
8
|
-
100: string;
|
|
9
|
-
200: string;
|
|
10
|
-
300: string;
|
|
11
|
-
400: string;
|
|
12
|
-
500: string;
|
|
13
|
-
600: string;
|
|
14
|
-
700: string;
|
|
15
|
-
800: string;
|
|
16
|
-
900: string;
|
|
17
|
-
};
|
|
18
|
-
secondary: {
|
|
19
|
-
50: string;
|
|
20
|
-
100: string;
|
|
21
|
-
200: string;
|
|
22
|
-
300: string;
|
|
23
|
-
400: string;
|
|
24
|
-
500: string;
|
|
25
|
-
600: string;
|
|
26
|
-
700: string;
|
|
27
|
-
800: string;
|
|
28
|
-
900: string;
|
|
29
|
-
};
|
|
30
|
-
whiteAlpha: {
|
|
31
|
-
50: string;
|
|
32
|
-
100: string;
|
|
33
|
-
200: string;
|
|
34
|
-
300: string;
|
|
35
|
-
400: string;
|
|
36
|
-
500: string;
|
|
37
|
-
600: string;
|
|
38
|
-
700: string;
|
|
39
|
-
800: string;
|
|
40
|
-
900: string;
|
|
41
|
-
};
|
|
42
|
-
blackAlpha: {
|
|
43
|
-
50: string;
|
|
44
|
-
100: string;
|
|
45
|
-
200: string;
|
|
46
|
-
300: string;
|
|
47
|
-
400: string;
|
|
48
|
-
500: string;
|
|
49
|
-
600: string;
|
|
50
|
-
700: string;
|
|
51
|
-
800: string;
|
|
52
|
-
900: string;
|
|
53
|
-
};
|
|
54
|
-
gray: {
|
|
55
|
-
50: string;
|
|
56
|
-
100: string;
|
|
57
|
-
200: string;
|
|
58
|
-
300: string;
|
|
59
|
-
400: string;
|
|
60
|
-
500: string;
|
|
61
|
-
600: string;
|
|
62
|
-
700: string;
|
|
63
|
-
800: string;
|
|
64
|
-
900: string;
|
|
65
|
-
};
|
|
66
|
-
red: {
|
|
67
|
-
50: string;
|
|
68
|
-
100: string;
|
|
69
|
-
200: string;
|
|
70
|
-
300: string;
|
|
71
|
-
400: string;
|
|
72
|
-
500: string;
|
|
73
|
-
600: string;
|
|
74
|
-
700: string;
|
|
75
|
-
800: string;
|
|
76
|
-
900: string;
|
|
77
|
-
};
|
|
78
|
-
orange: {
|
|
79
|
-
50: string;
|
|
80
|
-
100: string;
|
|
81
|
-
200: string;
|
|
82
|
-
300: string;
|
|
83
|
-
400: string;
|
|
84
|
-
500: string;
|
|
85
|
-
600: string;
|
|
86
|
-
700: string;
|
|
87
|
-
800: string;
|
|
88
|
-
900: string;
|
|
89
|
-
};
|
|
90
|
-
yellow: {
|
|
91
|
-
50: string;
|
|
92
|
-
100: string;
|
|
93
|
-
200: string;
|
|
94
|
-
300: string;
|
|
95
|
-
400: string;
|
|
96
|
-
500: string;
|
|
97
|
-
600: string;
|
|
98
|
-
700: string;
|
|
99
|
-
800: string;
|
|
100
|
-
900: string;
|
|
101
|
-
};
|
|
102
|
-
green: {
|
|
103
|
-
50: string;
|
|
104
|
-
100: string;
|
|
105
|
-
200: string;
|
|
106
|
-
300: string;
|
|
107
|
-
400: string;
|
|
108
|
-
500: string;
|
|
109
|
-
600: string;
|
|
110
|
-
700: string;
|
|
111
|
-
800: string;
|
|
112
|
-
900: string;
|
|
113
|
-
};
|
|
114
|
-
teal: {
|
|
115
|
-
50: string;
|
|
116
|
-
100: string;
|
|
117
|
-
200: string;
|
|
118
|
-
300: string;
|
|
119
|
-
400: string;
|
|
120
|
-
500: string;
|
|
121
|
-
600: string;
|
|
122
|
-
700: string;
|
|
123
|
-
800: string;
|
|
124
|
-
900: string;
|
|
125
|
-
};
|
|
126
|
-
blue: {
|
|
127
|
-
50: string;
|
|
128
|
-
100: string;
|
|
129
|
-
200: string;
|
|
130
|
-
300: string;
|
|
131
|
-
400: string;
|
|
132
|
-
500: string;
|
|
133
|
-
600: string;
|
|
134
|
-
700: string;
|
|
135
|
-
800: string;
|
|
136
|
-
900: string;
|
|
137
|
-
};
|
|
138
|
-
cyan: {
|
|
139
|
-
50: string;
|
|
140
|
-
100: string;
|
|
141
|
-
200: string;
|
|
142
|
-
300: string;
|
|
143
|
-
400: string;
|
|
144
|
-
500: string;
|
|
145
|
-
600: string;
|
|
146
|
-
700: string;
|
|
147
|
-
800: string;
|
|
148
|
-
900: string;
|
|
149
|
-
};
|
|
150
|
-
purple: {
|
|
151
|
-
50: string;
|
|
152
|
-
100: string;
|
|
153
|
-
200: string;
|
|
154
|
-
300: string;
|
|
155
|
-
400: string;
|
|
156
|
-
500: string;
|
|
157
|
-
600: string;
|
|
158
|
-
700: string;
|
|
159
|
-
800: string;
|
|
160
|
-
900: string;
|
|
161
|
-
};
|
|
162
|
-
pink: {
|
|
163
|
-
50: string;
|
|
164
|
-
100: string;
|
|
165
|
-
200: string;
|
|
166
|
-
300: string;
|
|
167
|
-
400: string;
|
|
168
|
-
500: string;
|
|
169
|
-
600: string;
|
|
170
|
-
700: string;
|
|
171
|
-
800: string;
|
|
172
|
-
900: string;
|
|
173
|
-
};
|
|
174
|
-
linkedin: {
|
|
175
|
-
50: string;
|
|
176
|
-
100: string;
|
|
177
|
-
200: string;
|
|
178
|
-
300: string;
|
|
179
|
-
400: string;
|
|
180
|
-
500: string;
|
|
181
|
-
600: string;
|
|
182
|
-
700: string;
|
|
183
|
-
800: string;
|
|
184
|
-
900: string;
|
|
185
|
-
};
|
|
186
|
-
facebook: {
|
|
187
|
-
50: string;
|
|
188
|
-
100: string;
|
|
189
|
-
200: string;
|
|
190
|
-
300: string;
|
|
191
|
-
400: string;
|
|
192
|
-
500: string;
|
|
193
|
-
600: string;
|
|
194
|
-
700: string;
|
|
195
|
-
800: string;
|
|
196
|
-
900: string;
|
|
197
|
-
};
|
|
198
|
-
messenger: {
|
|
199
|
-
50: string;
|
|
200
|
-
100: string;
|
|
201
|
-
200: string;
|
|
202
|
-
300: string;
|
|
203
|
-
400: string;
|
|
204
|
-
500: string;
|
|
205
|
-
600: string;
|
|
206
|
-
700: string;
|
|
207
|
-
800: string;
|
|
208
|
-
900: string;
|
|
209
|
-
};
|
|
210
|
-
whatsapp: {
|
|
211
|
-
50: string;
|
|
212
|
-
100: string;
|
|
213
|
-
200: string;
|
|
214
|
-
300: string;
|
|
215
|
-
400: string;
|
|
216
|
-
500: string;
|
|
217
|
-
600: string;
|
|
218
|
-
700: string;
|
|
219
|
-
800: string;
|
|
220
|
-
900: string;
|
|
221
|
-
};
|
|
222
|
-
twitter: {
|
|
223
|
-
50: string;
|
|
224
|
-
100: string;
|
|
225
|
-
200: string;
|
|
226
|
-
300: string;
|
|
227
|
-
400: string;
|
|
228
|
-
500: string;
|
|
229
|
-
600: string;
|
|
230
|
-
700: string;
|
|
231
|
-
800: string;
|
|
232
|
-
900: string;
|
|
233
|
-
};
|
|
234
|
-
telegram: {
|
|
235
|
-
50: string;
|
|
236
|
-
100: string;
|
|
237
|
-
200: string;
|
|
238
|
-
300: string;
|
|
239
|
-
400: string;
|
|
240
|
-
500: string;
|
|
241
|
-
600: string;
|
|
242
|
-
700: string;
|
|
243
|
-
800: string;
|
|
244
|
-
900: string;
|
|
245
|
-
};
|
|
246
|
-
};
|
|
247
|
-
export default colors;
|