@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.
Files changed (147) hide show
  1. package/README.md +16 -6
  2. package/build/bundle.css +1 -0
  3. package/build/bundled-styles.d.ts +1 -1
  4. package/build/components/CSVImporter/index.d.ts +32 -35
  5. package/build/i18n/de.d.ts +32 -32
  6. package/build/i18n/es.d.ts +32 -32
  7. package/build/i18n/fr.d.ts +32 -32
  8. package/build/i18n/i18n.d.ts +6 -6
  9. package/build/i18n/it.d.ts +32 -32
  10. package/build/i18n/useTranslation.d.ts +9 -9
  11. package/build/importer/components/Box/index.d.ts +2 -2
  12. package/build/importer/components/Box/types/index.d.ts +6 -6
  13. package/build/importer/components/Checkbox/index.d.ts +2 -2
  14. package/build/importer/components/Checkbox/types/index.d.ts +4 -4
  15. package/build/importer/components/Errors/index.d.ts +4 -4
  16. package/build/importer/components/IframeWrapper/index.d.ts +25 -25
  17. package/build/importer/components/ImporterLayout.d.ts +15 -0
  18. package/build/importer/components/Input/index.d.ts +2 -2
  19. package/build/importer/components/Input/types/index.d.ts +18 -18
  20. package/build/importer/components/Stepper/hooks/useStepper.d.ts +2 -2
  21. package/build/importer/components/Stepper/index.d.ts +2 -2
  22. package/build/importer/components/Stepper/types/index.d.ts +14 -13
  23. package/build/importer/components/Table/index.d.ts +9 -9
  24. package/build/importer/components/Table/types/index.d.ts +42 -42
  25. package/build/importer/components/ToggleFilter/index.d.ts +3 -3
  26. package/build/importer/components/ToggleFilter/types/index.d.ts +11 -11
  27. package/build/importer/components/Tooltip/index.d.ts +2 -2
  28. package/build/importer/components/Tooltip/types/index.d.ts +11 -11
  29. package/build/importer/components/UploaderWrapper/UploaderWrapper.d.ts +2 -2
  30. package/build/importer/components/UploaderWrapper/types/index.d.ts +2 -2
  31. package/build/importer/components/ui/alert.d.ts +8 -8
  32. package/build/importer/components/ui/button.d.ts +12 -12
  33. package/build/importer/components/ui/card.d.ts +8 -8
  34. package/build/importer/components/ui/checkbox.d.ts +4 -4
  35. package/build/importer/components/ui/dialog.d.ts +19 -19
  36. package/build/importer/components/ui/flex.d.ts +14 -14
  37. package/build/importer/components/ui/input.d.ts +5 -5
  38. package/build/importer/components/ui/select.d.ts +13 -13
  39. package/build/importer/components/ui/switch.d.ts +4 -4
  40. package/build/importer/components/ui/toast.d.ts +15 -15
  41. package/build/importer/components/ui/toaster.d.ts +1 -1
  42. package/build/importer/components/ui/tooltip.d.ts +13 -13
  43. package/build/importer/components/ui/use-toast.d.ts +44 -44
  44. package/build/importer/features/complete/index.d.ts +2 -2
  45. package/build/importer/features/complete/types/index.d.ts +5 -5
  46. package/build/importer/features/configure-import/index.d.ts +13 -13
  47. package/build/importer/features/configure-import/types/index.d.ts +13 -19
  48. package/build/importer/features/main/hooks/useMutableLocalStorage.d.ts +1 -1
  49. package/build/importer/features/main/hooks/useStepNavigation.d.ts +17 -18
  50. package/build/importer/features/main/index.d.ts +2 -2
  51. package/build/importer/features/main/types/index.d.ts +16 -16
  52. package/build/importer/features/map-columns/components/DropDownFields.d.ts +21 -19
  53. package/build/importer/features/map-columns/hooks/useMapColumnsTable.d.ts +16 -15
  54. package/build/importer/features/map-columns/index.d.ts +2 -2
  55. package/build/importer/features/map-columns/types/index.d.ts +16 -23
  56. package/build/importer/features/row-selection/index.d.ts +2 -2
  57. package/build/importer/features/row-selection/types/index.d.ts +8 -8
  58. package/build/importer/features/uploader/hooks/useTemplateTable.d.ts +10 -10
  59. package/build/importer/features/uploader/index.d.ts +2 -2
  60. package/build/importer/features/uploader/types/index.d.ts +9 -9
  61. package/build/importer/features/validation/Validation.d.ts +2 -2
  62. package/build/importer/features/validation/components/TransformModal.d.ts +18 -18
  63. package/build/importer/features/validation/index.d.ts +1 -1
  64. package/build/importer/features/validation/types.d.ts +32 -32
  65. package/build/importer/hooks/useClickOutside.d.ts +1 -1
  66. package/build/importer/hooks/useCustomStyles.d.ts +1 -1
  67. package/build/importer/hooks/useDemoData.d.ts +16 -0
  68. package/build/importer/hooks/useEventListener.d.ts +4 -4
  69. package/build/importer/hooks/useImporterSchema.d.ts +21 -0
  70. package/build/importer/hooks/useIsomorphicLayoutEffect.d.ts +3 -3
  71. package/build/importer/hooks/useRect.d.ts +12 -12
  72. package/build/importer/hooks/useWindowSize.d.ts +1 -1
  73. package/build/importer/providers/Theme.d.ts +5 -6
  74. package/build/importer/providers/index.d.ts +5 -5
  75. package/build/importer/providers/types/index.d.ts +4 -4
  76. package/build/importer/services/api.d.ts +1 -0
  77. package/build/importer/services/dataProcessor.d.ts +38 -0
  78. package/build/importer/services/mapping.d.ts +31 -31
  79. package/build/importer/services/transformation.d.ts +70 -70
  80. package/build/importer/settings/theme/colors.d.ts +4 -4
  81. package/build/importer/settings/theme/index.d.ts +2 -2
  82. package/build/importer/settings/theme/sizes.d.ts +7 -7
  83. package/build/importer/stores/theme.d.ts +17 -17
  84. package/build/importer/types/index.d.ts +9 -17
  85. package/build/importer/utils/colorUtils.d.ts +48 -44
  86. package/build/importer/utils/getStringLengthOfChildren.d.ts +2 -2
  87. package/build/importer/utils/stringSimilarity.d.ts +1 -1
  88. package/build/importer/utils/template.d.ts +2 -2
  89. package/build/importer/utils/utils.d.ts +19 -11
  90. package/build/index.d.ts +4 -3
  91. package/build/index.esm.js +10896 -34418
  92. package/build/index.esm.js.map +1 -1
  93. package/build/index.js +262 -37879
  94. package/build/index.js.map +1 -1
  95. package/build/js.d.ts +39 -40
  96. package/build/settings/defaults.d.ts +3 -3
  97. package/build/styles.d.ts +1 -1
  98. package/build/types/index.d.ts +105 -33
  99. package/build/utils/cn.d.ts +6 -0
  100. package/build/validation/transformer.d.ts +33 -0
  101. package/build/validation/validator.d.ts +23 -0
  102. package/package.json +14 -41
  103. package/build/App.d.ts +0 -2
  104. package/build/build/bundle.css +0 -3789
  105. package/build/config/index.d.ts +0 -5
  106. package/build/importer/components/Portal/index.d.ts +0 -3
  107. package/build/importer/components/Portal/types/index.d.ts +0 -5
  108. package/build/importer/components/Table/storyData.d.ts +0 -36
  109. package/build/importer/features/map-columns/hooks/useNameChange.d.ts +0 -5
  110. package/build/importer/features/validation/SimpleValidation.d.ts +0 -2
  111. package/build/importer/features/validation/components/SimpleSpreadsheetGrid/SimpleSpreadsheetGrid.d.ts +0 -27
  112. package/build/importer/features/validation/components/SimpleSpreadsheetGrid/index.d.ts +0 -1
  113. package/build/importer/features/validation/components/SpreadsheetGrid/CellSelection.d.ts +0 -15
  114. package/build/importer/features/validation/components/SpreadsheetGrid/ClipboardManager.d.ts +0 -20
  115. package/build/importer/features/validation/components/SpreadsheetGrid/FindReplaceModal.d.ts +0 -14
  116. package/build/importer/features/validation/components/SpreadsheetGrid/SpreadsheetGrid.d.ts +0 -37
  117. package/build/importer/features/validation/components/SpreadsheetGrid/UndoRedoManager.d.ts +0 -15
  118. package/build/importer/features/validation/components/SpreadsheetGrid/index.d.ts +0 -1
  119. package/build/importer/hooks/useDelayLoader.d.ts +0 -2
  120. package/build/importer/settings/chakra/components/alert.d.ts +0 -31
  121. package/build/importer/settings/chakra/components/button.d.ts +0 -37
  122. package/build/importer/settings/chakra/components/index.d.ts +0 -2
  123. package/build/importer/settings/chakra/foundations/blur.d.ts +0 -11
  124. package/build/importer/settings/chakra/foundations/borders.d.ts +0 -8
  125. package/build/importer/settings/chakra/foundations/breakpoints.d.ts +0 -9
  126. package/build/importer/settings/chakra/foundations/colors.d.ts +0 -247
  127. package/build/importer/settings/chakra/foundations/index.d.ts +0 -487
  128. package/build/importer/settings/chakra/foundations/radius.d.ts +0 -12
  129. package/build/importer/settings/chakra/foundations/shadows.d.ts +0 -14
  130. package/build/importer/settings/chakra/foundations/sizes.d.ts +0 -60
  131. package/build/importer/settings/chakra/foundations/spacing.d.ts +0 -35
  132. package/build/importer/settings/chakra/foundations/transition.d.ts +0 -24
  133. package/build/importer/settings/chakra/foundations/typography.d.ts +0 -61
  134. package/build/importer/settings/chakra/foundations/z-index.d.ts +0 -16
  135. package/build/importer/settings/chakra/index.d.ts +0 -592
  136. package/build/importer/settings/chakra/semantic-tokens.d.ts +0 -32
  137. package/build/importer/settings/chakra/styles.d.ts +0 -2
  138. package/build/importer/settings/chakra/theme.types.d.ts +0 -93
  139. package/build/importer/settings/chakra/utils/is-chakra-theme.d.ts +0 -3
  140. package/build/importer/settings/chakra/utils/run-if-fn.d.ts +0 -1
  141. package/build/importer/utils/classes.d.ts +0 -2
  142. package/build/importer/utils/debounce.d.ts +0 -2
  143. package/build/index.dev.d.ts +0 -1
  144. package/build/package.json +0 -92
  145. package/build/services/api.d.ts +0 -18
  146. package/build/services/apiClient.d.ts +0 -21
  147. package/build/utils/classes.d.ts +0 -6
@@ -1,5 +0,0 @@
1
- export function getApiBaseUrl(): any;
2
- declare namespace _default {
3
- const apiBaseUrl: any;
4
- }
5
- export default _default;
@@ -1,3 +0,0 @@
1
- import { ReactPortal } from "react";
2
- import { PortalProps } from "./types";
3
- export default function Portal({ children, className, el }: PortalProps): ReactPortal;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export type PortalProps = React.PropsWithChildren<{
3
- className?: string;
4
- el?: string;
5
- }>;
@@ -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,5 +0,0 @@
1
- declare const useTransformValue: (initialValue: string) => {
2
- transformedValue: string;
3
- transformValue: (value: string) => void;
4
- };
5
- export default useTransformValue;
@@ -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,2 +0,0 @@
1
- declare const useDelayedLoader: (isLoading: boolean, delay: number) => boolean;
2
- export default useDelayedLoader;
@@ -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,2 +0,0 @@
1
- export { Button } from "./button";
2
- export { Alert } from "./alert";
@@ -1,11 +0,0 @@
1
- declare const blur: {
2
- none: number;
3
- sm: string;
4
- base: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- "2xl": string;
9
- "3xl": string;
10
- };
11
- export default blur;
@@ -1,8 +0,0 @@
1
- declare const borders: {
2
- none: number;
3
- "1px": string;
4
- "2px": string;
5
- "4px": string;
6
- "8px": string;
7
- };
8
- export default borders;
@@ -1,9 +0,0 @@
1
- declare const breakpoints: {
2
- base: string;
3
- sm: string;
4
- md: string;
5
- lg: string;
6
- xl: string;
7
- "2xl": string;
8
- };
9
- export default breakpoints;
@@ -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;