@intlayer/design-system 8.4.8 → 8.4.10
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/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +5 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Table/Table.mjs +40 -3
- package/dist/esm/components/Table/Table.mjs.map +1 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +8 -0
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -25
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +9 -193
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/Carousel/index.content.d.ts +3 -73
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
- package/dist/types/components/Command/index.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +2 -2
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -25
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -649
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -73
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -49
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -361
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -26
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +3 -49
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +3 -49
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +7 -145
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- 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 +2 -25
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -193
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -145
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +5 -121
- package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -49
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/Table/Table.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +2 -25
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +3 -49
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
|
|
2
1
|
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
3
2
|
|
|
4
3
|
//#region src/components/ExpandCollapse/expandCollapse.content.d.ts
|
|
5
4
|
declare const expandCollapseContent: {
|
|
6
5
|
key: string;
|
|
7
6
|
content: {
|
|
8
|
-
expandCollapseContent:
|
|
7
|
+
expandCollapseContent: _intlayer_core_transpiler0.ConditionContent<_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
8
|
en: string;
|
|
10
9
|
fr: string;
|
|
11
10
|
es: string;
|
|
@@ -24,30 +23,7 @@ declare const expandCollapseContent: {
|
|
|
24
23
|
id: string;
|
|
25
24
|
vi: string;
|
|
26
25
|
uk: string;
|
|
27
|
-
}
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
en: string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
'en-GB': string;
|
|
35
|
-
de: string;
|
|
36
|
-
ja: string;
|
|
37
|
-
ko: string;
|
|
38
|
-
zh: string;
|
|
39
|
-
it: string;
|
|
40
|
-
pt: string;
|
|
41
|
-
hi: string;
|
|
42
|
-
ar: string;
|
|
43
|
-
ru: string;
|
|
44
|
-
tr: string;
|
|
45
|
-
pl: string;
|
|
46
|
-
id: string;
|
|
47
|
-
vi: string;
|
|
48
|
-
uk: string;
|
|
49
|
-
};
|
|
50
|
-
}>>, {}>;
|
|
26
|
+
}>>;
|
|
51
27
|
};
|
|
52
28
|
title: string;
|
|
53
29
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expandCollapse.content.d.ts","names":[],"sources":["../../../../src/components/ExpandCollapse/expandCollapse.content.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"expandCollapse.content.d.ts","names":[],"sources":["../../../../src/components/ExpandCollapse/expandCollapse.content.ts"],"mappings":";;;cAEM,qBAAA;;;2BAkDgB,0BAAA,CAAA,gBAAA,CAAA,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/code.content.d.ts
|
|
4
4
|
declare const codeContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
title:
|
|
7
|
+
title: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -23,31 +23,8 @@ declare const codeContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
es: string;
|
|
32
|
-
pt: string;
|
|
33
|
-
fr: string;
|
|
34
|
-
de: string;
|
|
35
|
-
it: string;
|
|
36
|
-
ja: string;
|
|
37
|
-
ko: string;
|
|
38
|
-
zh: string;
|
|
39
|
-
hi: string;
|
|
40
|
-
'en-GB': string;
|
|
41
|
-
ru: string;
|
|
42
|
-
ar: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
description:
|
|
27
|
+
description: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
es: string;
|
|
53
30
|
pt: string;
|
|
@@ -66,29 +43,6 @@ declare const codeContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
es: string;
|
|
75
|
-
pt: string;
|
|
76
|
-
fr: string;
|
|
77
|
-
de: string;
|
|
78
|
-
it: string;
|
|
79
|
-
ja: string;
|
|
80
|
-
ko: string;
|
|
81
|
-
zh: string;
|
|
82
|
-
hi: string;
|
|
83
|
-
'en-GB': string;
|
|
84
|
-
ru: string;
|
|
85
|
-
ar: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
47
|
};
|
|
94
48
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"mappings":";;;cAEM,WAAA;;;WAgDgB,
|
|
1
|
+
{"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"mappings":";;;cAEM,WAAA;;;WAgDgB,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;iBAAA,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/copyCode.content.d.ts
|
|
4
4
|
declare const copyContentContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
title:
|
|
7
|
+
title: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -23,31 +23,8 @@ declare const copyContentContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
es: string;
|
|
32
|
-
pt: string;
|
|
33
|
-
fr: string;
|
|
34
|
-
de: string;
|
|
35
|
-
it: string;
|
|
36
|
-
ja: string;
|
|
37
|
-
ko: string;
|
|
38
|
-
zh: string;
|
|
39
|
-
hi: string;
|
|
40
|
-
'en-GB': string;
|
|
41
|
-
ru: string;
|
|
42
|
-
ar: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
description:
|
|
27
|
+
description: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
es: string;
|
|
53
30
|
pt: string;
|
|
@@ -66,29 +43,6 @@ declare const copyContentContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
es: string;
|
|
75
|
-
pt: string;
|
|
76
|
-
fr: string;
|
|
77
|
-
de: string;
|
|
78
|
-
it: string;
|
|
79
|
-
ja: string;
|
|
80
|
-
ko: string;
|
|
81
|
-
zh: string;
|
|
82
|
-
hi: string;
|
|
83
|
-
'en-GB': string;
|
|
84
|
-
ru: string;
|
|
85
|
-
ar: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
47
|
};
|
|
94
48
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"mappings":";;;cAEM,kBAAA;;;WAgDgB,
|
|
1
|
+
{"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"mappings":";;;cAEM,kBAAA;;;WAgDgB,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;iBAAA,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/selectors.content.d.ts
|
|
4
4
|
declare const selectorsContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
packageManager: {
|
|
8
|
-
placeholder:
|
|
8
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
9
|
en: string;
|
|
10
10
|
es: string;
|
|
11
11
|
pt: string;
|
|
@@ -24,31 +24,8 @@ declare const selectorsContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
|
-
}, {
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
en: string;
|
|
32
|
-
es: string;
|
|
33
|
-
pt: string;
|
|
34
|
-
fr: string;
|
|
35
|
-
de: string;
|
|
36
|
-
it: string;
|
|
37
|
-
ja: string;
|
|
38
|
-
ko: string;
|
|
39
|
-
zh: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
'en-GB': string;
|
|
42
|
-
ru: string;
|
|
43
|
-
ar: string;
|
|
44
|
-
tr: string;
|
|
45
|
-
pl: string;
|
|
46
|
-
id: string;
|
|
47
|
-
vi: string;
|
|
48
|
-
uk: string;
|
|
49
|
-
};
|
|
50
27
|
}>;
|
|
51
|
-
label:
|
|
28
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
52
29
|
en: string;
|
|
53
30
|
es: string;
|
|
54
31
|
pt: string;
|
|
@@ -67,33 +44,10 @@ declare const selectorsContent: {
|
|
|
67
44
|
id: string;
|
|
68
45
|
vi: string;
|
|
69
46
|
uk: string;
|
|
70
|
-
}, {
|
|
71
|
-
nodeType: "translation";
|
|
72
|
-
} & {
|
|
73
|
-
translation: {
|
|
74
|
-
en: string;
|
|
75
|
-
es: string;
|
|
76
|
-
pt: string;
|
|
77
|
-
fr: string;
|
|
78
|
-
de: string;
|
|
79
|
-
it: string;
|
|
80
|
-
ja: string;
|
|
81
|
-
ko: string;
|
|
82
|
-
zh: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
'en-GB': string;
|
|
85
|
-
ru: string;
|
|
86
|
-
ar: string;
|
|
87
|
-
tr: string;
|
|
88
|
-
pl: string;
|
|
89
|
-
id: string;
|
|
90
|
-
vi: string;
|
|
91
|
-
uk: string;
|
|
92
|
-
};
|
|
93
47
|
}>;
|
|
94
48
|
};
|
|
95
49
|
codeFormat: {
|
|
96
|
-
placeholder:
|
|
50
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
97
51
|
en: string;
|
|
98
52
|
es: string;
|
|
99
53
|
pt: string;
|
|
@@ -112,31 +66,8 @@ declare const selectorsContent: {
|
|
|
112
66
|
id: string;
|
|
113
67
|
vi: string;
|
|
114
68
|
uk: string;
|
|
115
|
-
}, {
|
|
116
|
-
nodeType: "translation";
|
|
117
|
-
} & {
|
|
118
|
-
translation: {
|
|
119
|
-
en: string;
|
|
120
|
-
es: string;
|
|
121
|
-
pt: string;
|
|
122
|
-
fr: string;
|
|
123
|
-
de: string;
|
|
124
|
-
it: string;
|
|
125
|
-
ja: string;
|
|
126
|
-
ko: string;
|
|
127
|
-
zh: string;
|
|
128
|
-
hi: string;
|
|
129
|
-
'en-GB': string;
|
|
130
|
-
ru: string;
|
|
131
|
-
ar: string;
|
|
132
|
-
tr: string;
|
|
133
|
-
pl: string;
|
|
134
|
-
id: string;
|
|
135
|
-
vi: string;
|
|
136
|
-
uk: string;
|
|
137
|
-
};
|
|
138
69
|
}>;
|
|
139
|
-
label:
|
|
70
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
140
71
|
en: string;
|
|
141
72
|
es: string;
|
|
142
73
|
pt: string;
|
|
@@ -155,33 +86,10 @@ declare const selectorsContent: {
|
|
|
155
86
|
id: string;
|
|
156
87
|
vi: string;
|
|
157
88
|
uk: string;
|
|
158
|
-
}, {
|
|
159
|
-
nodeType: "translation";
|
|
160
|
-
} & {
|
|
161
|
-
translation: {
|
|
162
|
-
en: string;
|
|
163
|
-
es: string;
|
|
164
|
-
pt: string;
|
|
165
|
-
fr: string;
|
|
166
|
-
de: string;
|
|
167
|
-
it: string;
|
|
168
|
-
ja: string;
|
|
169
|
-
ko: string;
|
|
170
|
-
zh: string;
|
|
171
|
-
hi: string;
|
|
172
|
-
'en-GB': string;
|
|
173
|
-
ru: string;
|
|
174
|
-
ar: string;
|
|
175
|
-
tr: string;
|
|
176
|
-
pl: string;
|
|
177
|
-
id: string;
|
|
178
|
-
vi: string;
|
|
179
|
-
uk: string;
|
|
180
|
-
};
|
|
181
89
|
}>;
|
|
182
90
|
};
|
|
183
91
|
contentDeclarationFormat: {
|
|
184
|
-
placeholder:
|
|
92
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
185
93
|
en: string;
|
|
186
94
|
es: string;
|
|
187
95
|
pt: string;
|
|
@@ -200,31 +108,8 @@ declare const selectorsContent: {
|
|
|
200
108
|
id: string;
|
|
201
109
|
vi: string;
|
|
202
110
|
uk: string;
|
|
203
|
-
}, {
|
|
204
|
-
nodeType: "translation";
|
|
205
|
-
} & {
|
|
206
|
-
translation: {
|
|
207
|
-
en: string;
|
|
208
|
-
es: string;
|
|
209
|
-
pt: string;
|
|
210
|
-
fr: string;
|
|
211
|
-
de: string;
|
|
212
|
-
it: string;
|
|
213
|
-
ja: string;
|
|
214
|
-
ko: string;
|
|
215
|
-
zh: string;
|
|
216
|
-
hi: string;
|
|
217
|
-
'en-GB': string;
|
|
218
|
-
ru: string;
|
|
219
|
-
ar: string;
|
|
220
|
-
tr: string;
|
|
221
|
-
pl: string;
|
|
222
|
-
id: string;
|
|
223
|
-
vi: string;
|
|
224
|
-
uk: string;
|
|
225
|
-
};
|
|
226
111
|
}>;
|
|
227
|
-
label:
|
|
112
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
228
113
|
en: string;
|
|
229
114
|
es: string;
|
|
230
115
|
pt: string;
|
|
@@ -243,29 +128,6 @@ declare const selectorsContent: {
|
|
|
243
128
|
id: string;
|
|
244
129
|
vi: string;
|
|
245
130
|
uk: string;
|
|
246
|
-
}, {
|
|
247
|
-
nodeType: "translation";
|
|
248
|
-
} & {
|
|
249
|
-
translation: {
|
|
250
|
-
en: string;
|
|
251
|
-
es: string;
|
|
252
|
-
pt: string;
|
|
253
|
-
fr: string;
|
|
254
|
-
de: string;
|
|
255
|
-
it: string;
|
|
256
|
-
ja: string;
|
|
257
|
-
ko: string;
|
|
258
|
-
zh: string;
|
|
259
|
-
hi: string;
|
|
260
|
-
'en-GB': string;
|
|
261
|
-
ru: string;
|
|
262
|
-
ar: string;
|
|
263
|
-
tr: string;
|
|
264
|
-
pl: string;
|
|
265
|
-
id: string;
|
|
266
|
-
vi: string;
|
|
267
|
-
uk: string;
|
|
268
|
-
};
|
|
269
131
|
}>;
|
|
270
132
|
};
|
|
271
133
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"mappings":";;;cAEM,gBAAA;;;;mBAsIgB,
|
|
1
|
+
{"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"mappings":";;;cAEM,gBAAA;;;;mBAsIgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
8
|
size?: "xs" | "sm" | "md" | "lg";
|
|
9
|
-
color?: "error" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "
|
|
9
|
+
color?: "error" | "success" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "custom";
|
|
10
10
|
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
11
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
@@ -53,9 +53,9 @@ declare enum LinkUnderlined {
|
|
|
53
53
|
FALSE = "false"
|
|
54
54
|
}
|
|
55
55
|
declare const linkVariants: (props?: {
|
|
56
|
-
variant?: "default" | "
|
|
56
|
+
variant?: "default" | "button" | "hoverable" | "invisible-link" | "button-outlined";
|
|
57
57
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
58
|
-
color?: "text" | "primary" | "secondary" | "destructive" | "
|
|
58
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom" | "text-inverse";
|
|
59
59
|
size?: "sm" | "md" | "lg" | "xl" | "custom";
|
|
60
60
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
61
61
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Loader/index.content.d.ts
|
|
4
4
|
declare const loaderContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
label:
|
|
7
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,29 +23,6 @@ declare const loaderContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
'en-GB': string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
de: string;
|
|
35
|
-
ja: string;
|
|
36
|
-
ko: string;
|
|
37
|
-
zh: string;
|
|
38
|
-
it: string;
|
|
39
|
-
pt: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
ar: string;
|
|
42
|
-
ru: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
27
|
};
|
|
51
28
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"mappings":";;;cAEa,aAAA;;;WA4BS,
|
|
1
|
+
{"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"mappings":";;;cAEa,aAAA;;;WA4BS,0BAAA,CAAA,kBAAA"}
|