@intlayer/design-system 8.1.6 → 8.1.7
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/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +8 -8
- package/dist/types/components/Button/Button.d.ts +3 -3
- package/dist/types/components/Carousel/index.content.d.ts +3 -3
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +6 -6
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +12 -12
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +4 -4
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +27 -27
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +16 -16
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +12 -12
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +16 -16
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +4 -4
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +3 -3
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +2 -2
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +15 -15
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +1 -1
- package/dist/types/components/IDE/code.content.d.ts +2 -2
- package/dist/types/components/IDE/copyCode.content.d.ts +2 -2
- package/dist/types/components/IDE/selectors.content.d.ts +6 -6
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Loader/index.content.d.ts +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +8 -8
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +6 -6
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +1 -1
- package/dist/types/components/Tab/Tab.d.ts +1 -1
- package/dist/types/components/Table/table.content.d.ts +1 -1
- package/dist/types/components/Tag/index.d.ts +2 -2
- package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/package.json +14 -14
|
@@ -25,7 +25,7 @@ declare const dictionaryFieldEditorContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const dictionaryFieldEditorContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -153,7 +153,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
156
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
|
@@ -196,7 +196,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
196
196
|
vi: string;
|
|
197
197
|
uk: string;
|
|
198
198
|
}, {
|
|
199
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
199
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
200
200
|
} & {
|
|
201
201
|
translation: {
|
|
202
202
|
en: string;
|
|
@@ -239,7 +239,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
239
239
|
vi: string;
|
|
240
240
|
uk: string;
|
|
241
241
|
}, {
|
|
242
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
242
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
243
243
|
} & {
|
|
244
244
|
translation: {
|
|
245
245
|
en: string;
|
|
@@ -282,7 +282,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
282
282
|
vi: string;
|
|
283
283
|
uk: string;
|
|
284
284
|
}, {
|
|
285
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
285
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
286
286
|
} & {
|
|
287
287
|
translation: {
|
|
288
288
|
en: string;
|
|
@@ -325,7 +325,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
325
325
|
vi: string;
|
|
326
326
|
uk: string;
|
|
327
327
|
}, {
|
|
328
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
328
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
329
329
|
} & {
|
|
330
330
|
translation: {
|
|
331
331
|
en: string;
|
|
@@ -368,7 +368,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
368
368
|
vi: string;
|
|
369
369
|
uk: string;
|
|
370
370
|
}, {
|
|
371
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
371
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
372
372
|
} & {
|
|
373
373
|
translation: {
|
|
374
374
|
en: string;
|
|
@@ -411,7 +411,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
411
411
|
vi: string;
|
|
412
412
|
uk: string;
|
|
413
413
|
}, {
|
|
414
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
414
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
415
415
|
} & {
|
|
416
416
|
translation: {
|
|
417
417
|
en: string;
|
|
@@ -454,7 +454,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
454
454
|
vi: string;
|
|
455
455
|
uk: string;
|
|
456
456
|
}, {
|
|
457
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
457
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
458
458
|
} & {
|
|
459
459
|
translation: {
|
|
460
460
|
en: string;
|
|
@@ -497,7 +497,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
497
497
|
vi: string;
|
|
498
498
|
uk: string;
|
|
499
499
|
}, {
|
|
500
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
500
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
501
501
|
} & {
|
|
502
502
|
translation: {
|
|
503
503
|
en: string;
|
|
@@ -540,7 +540,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
540
540
|
vi: string;
|
|
541
541
|
uk: string;
|
|
542
542
|
}, {
|
|
543
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
543
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
544
544
|
} & {
|
|
545
545
|
translation: {
|
|
546
546
|
en: string;
|
|
@@ -583,7 +583,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
583
583
|
vi: string;
|
|
584
584
|
uk: string;
|
|
585
585
|
}, {
|
|
586
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
586
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
587
587
|
} & {
|
|
588
588
|
translation: {
|
|
589
589
|
en: string;
|
|
@@ -626,7 +626,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
626
626
|
vi: string;
|
|
627
627
|
uk: string;
|
|
628
628
|
}, {
|
|
629
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
629
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
630
630
|
} & {
|
|
631
631
|
translation: {
|
|
632
632
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const codeContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const codeContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const copyContentContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const copyContentContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -25,7 +25,7 @@ declare const selectorsContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const selectorsContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -113,7 +113,7 @@ declare const selectorsContent: {
|
|
|
113
113
|
vi: string;
|
|
114
114
|
uk: string;
|
|
115
115
|
}, {
|
|
116
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
116
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
117
117
|
} & {
|
|
118
118
|
translation: {
|
|
119
119
|
en: string;
|
|
@@ -156,7 +156,7 @@ declare const selectorsContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
159
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -201,7 +201,7 @@ declare const selectorsContent: {
|
|
|
201
201
|
vi: string;
|
|
202
202
|
uk: string;
|
|
203
203
|
}, {
|
|
204
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
204
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
205
205
|
} & {
|
|
206
206
|
translation: {
|
|
207
207
|
en: string;
|
|
@@ -244,7 +244,7 @@ declare const selectorsContent: {
|
|
|
244
244
|
vi: string;
|
|
245
245
|
uk: string;
|
|
246
246
|
}, {
|
|
247
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
247
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
248
248
|
} & {
|
|
249
249
|
translation: {
|
|
250
250
|
en: string;
|
|
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/Input/Checkbox.d.ts
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
|
-
size?: "
|
|
8
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
9
9
|
color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "error" | "success" | "custom";
|
|
10
10
|
validationStyleEnabled?: "disabled" | "enabled";
|
|
11
11
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -54,9 +54,9 @@ declare enum LinkUnderlined {
|
|
|
54
54
|
}
|
|
55
55
|
declare const linkVariants: (props?: {
|
|
56
56
|
variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
|
|
57
|
-
roundedSize?: "
|
|
57
|
+
roundedSize?: "none" | "md" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "full";
|
|
58
58
|
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "error" | "success" | "custom";
|
|
59
|
-
size?: "
|
|
59
|
+
size?: "md" | "sm" | "lg" | "xl" | "custom";
|
|
60
60
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
61
61
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
62
62
|
type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
|
|
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const localeSwitcherContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const localeSwitcherContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -154,7 +154,7 @@ declare const localeSwitcherContent: {
|
|
|
154
154
|
vi: string;
|
|
155
155
|
uk: string;
|
|
156
156
|
}, {
|
|
157
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
157
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
158
158
|
} & {
|
|
159
159
|
translation: {
|
|
160
160
|
en: string;
|
|
@@ -197,7 +197,7 @@ declare const localeSwitcherContent: {
|
|
|
197
197
|
vi: string;
|
|
198
198
|
uk: string;
|
|
199
199
|
}, {
|
|
200
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
200
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
201
201
|
} & {
|
|
202
202
|
translation: {
|
|
203
203
|
en: string;
|
|
@@ -240,7 +240,7 @@ declare const localeSwitcherContent: {
|
|
|
240
240
|
vi: string;
|
|
241
241
|
uk: string;
|
|
242
242
|
}, {
|
|
243
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
243
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
244
244
|
} & {
|
|
245
245
|
translation: {
|
|
246
246
|
en: string;
|
|
@@ -285,7 +285,7 @@ declare const localeSwitcherContent: {
|
|
|
285
285
|
vi: string;
|
|
286
286
|
uk: string;
|
|
287
287
|
}, {
|
|
288
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
288
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
289
289
|
} & {
|
|
290
290
|
translation: {
|
|
291
291
|
en: string;
|
|
@@ -328,7 +328,7 @@ declare const localeSwitcherContent: {
|
|
|
328
328
|
vi: string;
|
|
329
329
|
uk: string;
|
|
330
330
|
}, {
|
|
331
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
331
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
332
332
|
} & {
|
|
333
333
|
translation: {
|
|
334
334
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const localeSwitcherContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const localeSwitcherContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -154,7 +154,7 @@ declare const localeSwitcherContent: {
|
|
|
154
154
|
vi: string;
|
|
155
155
|
uk: string;
|
|
156
156
|
}, {
|
|
157
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
157
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
158
158
|
} & {
|
|
159
159
|
translation: {
|
|
160
160
|
en: string;
|
|
@@ -197,7 +197,7 @@ declare const localeSwitcherContent: {
|
|
|
197
197
|
vi: string;
|
|
198
198
|
uk: string;
|
|
199
199
|
}, {
|
|
200
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
200
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
201
201
|
} & {
|
|
202
202
|
translation: {
|
|
203
203
|
en: string;
|
|
@@ -240,7 +240,7 @@ declare const localeSwitcherContent: {
|
|
|
240
240
|
vi: string;
|
|
241
241
|
uk: string;
|
|
242
242
|
}, {
|
|
243
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
243
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
244
244
|
} & {
|
|
245
245
|
translation: {
|
|
246
246
|
en: string;
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const paginationVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg";
|
|
8
8
|
color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
|
|
9
|
-
variant?: "default" | "
|
|
9
|
+
variant?: "default" | "ghost" | "bordered";
|
|
10
10
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
declare enum PaginationSize {
|
|
12
12
|
SM = "sm",
|
|
@@ -25,7 +25,7 @@ declare const paginationContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const paginationContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
zh: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
ar: string;
|
|
@@ -111,7 +111,7 @@ declare const paginationContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
114
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -154,7 +154,7 @@ declare const paginationContent: {
|
|
|
154
154
|
vi: string;
|
|
155
155
|
uk: string;
|
|
156
156
|
}, {
|
|
157
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
157
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
158
158
|
} & {
|
|
159
159
|
translation: {
|
|
160
160
|
en: string;
|
|
@@ -197,7 +197,7 @@ declare const paginationContent: {
|
|
|
197
197
|
vi: string;
|
|
198
198
|
uk: string;
|
|
199
199
|
}, {
|
|
200
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
200
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
201
201
|
} & {
|
|
202
202
|
translation: {
|
|
203
203
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const rightDrawerContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const rightDrawerContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -6,7 +6,7 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
declare const tabContainerVariant: (props?: {
|
|
8
8
|
background?: "with" | "without";
|
|
9
|
-
variant?: "default" | "
|
|
9
|
+
variant?: "default" | "ghost" | "bordered";
|
|
10
10
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
|
|
12
12
|
defaultTab?: string;
|
|
@@ -185,9 +185,9 @@ declare enum TagBackground {
|
|
|
185
185
|
WITH = "with"
|
|
186
186
|
}
|
|
187
187
|
declare const containerVariants: (props?: {
|
|
188
|
-
roundedSize?: "
|
|
188
|
+
roundedSize?: "none" | "md" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "full";
|
|
189
189
|
color?: "primary" | "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
190
|
-
size?: "
|
|
190
|
+
size?: "md" | "sm" | "lg" | "xl" | "xs";
|
|
191
191
|
border?: "none" | "with";
|
|
192
192
|
background?: "none" | "with";
|
|
193
193
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -24,7 +24,7 @@ declare const terminalContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const terminalContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -25,7 +25,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
declare const toastVariants: (props?: {
|
|
28
|
-
variant?: "
|
|
28
|
+
variant?: "error" | "success" | "default";
|
|
29
29
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
30
30
|
/**
|
|
31
31
|
* Toast Component
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@better-auth/passkey": "1.4.18",
|
|
107
107
|
"@better-auth/sso": "1.4.18",
|
|
108
|
-
"@intlayer/api": "8.1.
|
|
109
|
-
"@intlayer/config": "8.1.
|
|
110
|
-
"@intlayer/core": "8.1.
|
|
111
|
-
"@intlayer/dictionaries-entry": "8.1.
|
|
112
|
-
"@intlayer/editor-react": "8.1.
|
|
113
|
-
"@intlayer/types": "8.1.
|
|
108
|
+
"@intlayer/api": "8.1.7",
|
|
109
|
+
"@intlayer/config": "8.1.7",
|
|
110
|
+
"@intlayer/core": "8.1.7",
|
|
111
|
+
"@intlayer/dictionaries-entry": "8.1.7",
|
|
112
|
+
"@intlayer/editor-react": "8.1.7",
|
|
113
|
+
"@intlayer/types": "8.1.7",
|
|
114
114
|
"@radix-ui/react-dialog": "1.1.15",
|
|
115
115
|
"@radix-ui/react-select": "2.2.6",
|
|
116
116
|
"@radix-ui/react-slot": "1.2.4",
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"bun": "1.3.2",
|
|
120
120
|
"class-variance-authority": "0.7.1",
|
|
121
121
|
"cmdk": "1.1.1",
|
|
122
|
-
"react-intlayer": "8.1.
|
|
122
|
+
"react-intlayer": "8.1.7",
|
|
123
123
|
"rollup-preserve-directives": "1.1.3",
|
|
124
124
|
"zod": "4.3.6"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@intlayer/backend": "8.1.
|
|
127
|
+
"@intlayer/backend": "8.1.7",
|
|
128
128
|
"@shikijs/transformers": "3.22.0",
|
|
129
129
|
"@storybook/addon-a11y": "8.6.14",
|
|
130
130
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
"@utils/ts-config": "1.0.4",
|
|
155
155
|
"@utils/ts-config-types": "1.0.4",
|
|
156
156
|
"fast-glob": "3.3.3",
|
|
157
|
-
"intlayer": "8.1.
|
|
157
|
+
"intlayer": "8.1.7",
|
|
158
158
|
"rimraf": "6.1.3",
|
|
159
159
|
"shiki": "3.22.0",
|
|
160
160
|
"storybook": "8.6.17",
|
|
161
161
|
"tsdown": "0.20.3",
|
|
162
162
|
"typescript": "5.9.3",
|
|
163
163
|
"vite": "7.3.1",
|
|
164
|
-
"vite-intlayer": "8.1.
|
|
164
|
+
"vite-intlayer": "8.1.7",
|
|
165
165
|
"vite-plugin-dts": "4.5.4",
|
|
166
166
|
"vite-tsconfig-paths": "6.1.1",
|
|
167
167
|
"vitest": "4.0.18"
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@better-fetch/fetch": "1.1.21",
|
|
171
171
|
"@hookform/resolvers": "5.2.2",
|
|
172
|
-
"@intlayer/backend": "8.1.
|
|
172
|
+
"@intlayer/backend": "8.1.7",
|
|
173
173
|
"@monaco-editor/react": "4.7.0",
|
|
174
174
|
"@shikijs/transformers": "3.22.0",
|
|
175
175
|
"@tanstack/react-query": "5.90.21",
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
"clsx": "2.1.1",
|
|
178
178
|
"framer-motion": "12.34.3",
|
|
179
179
|
"fuse.js": "7.1.0",
|
|
180
|
-
"intlayer": "8.1.
|
|
180
|
+
"intlayer": "8.1.7",
|
|
181
181
|
"lucide-react": "0.575.0",
|
|
182
182
|
"react": ">=16.0.0",
|
|
183
183
|
"react-dom": ">=16.0.0",
|
|
184
184
|
"react-hook-form": "7.71.2",
|
|
185
|
-
"react-intlayer": "8.1.
|
|
185
|
+
"react-intlayer": "8.1.7",
|
|
186
186
|
"shiki": "3.22.0",
|
|
187
187
|
"tailwind-merge": "3.5.0",
|
|
188
188
|
"tailwindcss": "4.2.0"
|