@intlayer/design-system 8.4.9 → 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/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 +1 -1
- package/dist/types/components/Container/index.d.ts +1 -1
- 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/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.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/package.json +19 -19
|
@@ -43,7 +43,7 @@ declare enum BadgeSize {
|
|
|
43
43
|
* @description Defines the styling variants for different badge combinations
|
|
44
44
|
*/
|
|
45
45
|
declare const badgeVariants: (props?: {
|
|
46
|
-
color?: "text" | "primary" | "secondary" | "destructive" | "
|
|
46
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom";
|
|
47
47
|
variant?: "none" | "default" | "outline" | "hoverable";
|
|
48
48
|
size?: "sm" | "md" | "lg";
|
|
49
49
|
} & 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/Breadcrumb/breadcrumb.content.d.ts
|
|
4
4
|
declare const breadCrumbContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
linkLabel:
|
|
7
|
+
linkLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,29 +23,6 @@ declare const breadCrumbContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
fr: string;
|
|
32
|
-
es: string;
|
|
33
|
-
'en-GB': 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":"breadcrumb.content.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/breadcrumb.content.ts"],"mappings":";;;cAEa,iBAAA;;;eA4BS,
|
|
1
|
+
{"version":3,"file":"breadcrumb.content.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/breadcrumb.content.ts"],"mappings":";;;cAEa,iBAAA;;;eA4BS,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/Browser/Browser.content.d.ts
|
|
4
4
|
declare const browserContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
ariaLabel:
|
|
7
|
+
ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const browserContent: {
|
|
|
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
|
-
urlLabel:
|
|
27
|
+
urlLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,32 +43,9 @@ declare const browserContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
'en-GB': string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
de: string;
|
|
78
|
-
ja: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
it: string;
|
|
82
|
-
pt: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
ar: string;
|
|
85
|
-
ru: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
47
|
urlPlaceholder: string;
|
|
94
|
-
errorMessage:
|
|
48
|
+
errorMessage: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
95
49
|
en: string;
|
|
96
50
|
'en-GB': string;
|
|
97
51
|
fr: string;
|
|
@@ -110,31 +64,8 @@ declare const browserContent: {
|
|
|
110
64
|
id: string;
|
|
111
65
|
vi: string;
|
|
112
66
|
uk: string;
|
|
113
|
-
}, {
|
|
114
|
-
nodeType: "translation";
|
|
115
|
-
} & {
|
|
116
|
-
translation: {
|
|
117
|
-
en: string;
|
|
118
|
-
'en-GB': string;
|
|
119
|
-
fr: string;
|
|
120
|
-
es: string;
|
|
121
|
-
de: string;
|
|
122
|
-
ja: string;
|
|
123
|
-
ko: string;
|
|
124
|
-
zh: string;
|
|
125
|
-
it: string;
|
|
126
|
-
pt: string;
|
|
127
|
-
hi: string;
|
|
128
|
-
ar: string;
|
|
129
|
-
ru: string;
|
|
130
|
-
tr: string;
|
|
131
|
-
pl: string;
|
|
132
|
-
id: string;
|
|
133
|
-
vi: string;
|
|
134
|
-
uk: string;
|
|
135
|
-
};
|
|
136
67
|
}>;
|
|
137
|
-
domainRestrictionError:
|
|
68
|
+
domainRestrictionError: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
138
69
|
en: string;
|
|
139
70
|
'en-GB': string;
|
|
140
71
|
fr: string;
|
|
@@ -153,31 +84,8 @@ declare const browserContent: {
|
|
|
153
84
|
id: string;
|
|
154
85
|
vi: string;
|
|
155
86
|
uk: string;
|
|
156
|
-
}, {
|
|
157
|
-
nodeType: "translation";
|
|
158
|
-
} & {
|
|
159
|
-
translation: {
|
|
160
|
-
en: string;
|
|
161
|
-
'en-GB': string;
|
|
162
|
-
fr: string;
|
|
163
|
-
es: string;
|
|
164
|
-
de: string;
|
|
165
|
-
ja: string;
|
|
166
|
-
ko: string;
|
|
167
|
-
zh: string;
|
|
168
|
-
it: string;
|
|
169
|
-
pt: string;
|
|
170
|
-
hi: string;
|
|
171
|
-
ar: string;
|
|
172
|
-
ru: string;
|
|
173
|
-
tr: string;
|
|
174
|
-
pl: string;
|
|
175
|
-
id: string;
|
|
176
|
-
vi: string;
|
|
177
|
-
uk: string;
|
|
178
|
-
};
|
|
179
87
|
}>;
|
|
180
|
-
backButtonLabel:
|
|
88
|
+
backButtonLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
181
89
|
en: string;
|
|
182
90
|
'en-GB': string;
|
|
183
91
|
fr: string;
|
|
@@ -196,31 +104,8 @@ declare const browserContent: {
|
|
|
196
104
|
id: string;
|
|
197
105
|
vi: string;
|
|
198
106
|
uk: string;
|
|
199
|
-
}, {
|
|
200
|
-
nodeType: "translation";
|
|
201
|
-
} & {
|
|
202
|
-
translation: {
|
|
203
|
-
en: string;
|
|
204
|
-
'en-GB': string;
|
|
205
|
-
fr: string;
|
|
206
|
-
es: string;
|
|
207
|
-
de: string;
|
|
208
|
-
ja: string;
|
|
209
|
-
ko: string;
|
|
210
|
-
zh: string;
|
|
211
|
-
it: string;
|
|
212
|
-
pt: string;
|
|
213
|
-
hi: string;
|
|
214
|
-
ar: string;
|
|
215
|
-
ru: string;
|
|
216
|
-
tr: string;
|
|
217
|
-
pl: string;
|
|
218
|
-
id: string;
|
|
219
|
-
vi: string;
|
|
220
|
-
uk: string;
|
|
221
|
-
};
|
|
222
107
|
}>;
|
|
223
|
-
forwardButtonLabel:
|
|
108
|
+
forwardButtonLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
224
109
|
en: string;
|
|
225
110
|
'en-GB': string;
|
|
226
111
|
fr: string;
|
|
@@ -239,31 +124,8 @@ declare const browserContent: {
|
|
|
239
124
|
id: string;
|
|
240
125
|
vi: string;
|
|
241
126
|
uk: string;
|
|
242
|
-
}, {
|
|
243
|
-
nodeType: "translation";
|
|
244
|
-
} & {
|
|
245
|
-
translation: {
|
|
246
|
-
en: string;
|
|
247
|
-
'en-GB': string;
|
|
248
|
-
fr: string;
|
|
249
|
-
es: string;
|
|
250
|
-
de: string;
|
|
251
|
-
ja: string;
|
|
252
|
-
ko: string;
|
|
253
|
-
zh: string;
|
|
254
|
-
it: string;
|
|
255
|
-
pt: string;
|
|
256
|
-
hi: string;
|
|
257
|
-
ar: string;
|
|
258
|
-
ru: string;
|
|
259
|
-
tr: string;
|
|
260
|
-
pl: string;
|
|
261
|
-
id: string;
|
|
262
|
-
vi: string;
|
|
263
|
-
uk: string;
|
|
264
|
-
};
|
|
265
127
|
}>;
|
|
266
|
-
reloadButtonTitle:
|
|
128
|
+
reloadButtonTitle: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
267
129
|
en: string;
|
|
268
130
|
'en-GB': string;
|
|
269
131
|
fr: string;
|
|
@@ -282,31 +144,8 @@ declare const browserContent: {
|
|
|
282
144
|
id: string;
|
|
283
145
|
vi: string;
|
|
284
146
|
uk: string;
|
|
285
|
-
}, {
|
|
286
|
-
nodeType: "translation";
|
|
287
|
-
} & {
|
|
288
|
-
translation: {
|
|
289
|
-
en: string;
|
|
290
|
-
'en-GB': string;
|
|
291
|
-
fr: string;
|
|
292
|
-
es: string;
|
|
293
|
-
de: string;
|
|
294
|
-
ja: string;
|
|
295
|
-
ko: string;
|
|
296
|
-
zh: string;
|
|
297
|
-
it: string;
|
|
298
|
-
pt: string;
|
|
299
|
-
hi: string;
|
|
300
|
-
ar: string;
|
|
301
|
-
ru: string;
|
|
302
|
-
tr: string;
|
|
303
|
-
pl: string;
|
|
304
|
-
id: string;
|
|
305
|
-
vi: string;
|
|
306
|
-
uk: string;
|
|
307
|
-
};
|
|
308
147
|
}>;
|
|
309
|
-
iframeTitle:
|
|
148
|
+
iframeTitle: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
310
149
|
en: string;
|
|
311
150
|
'en-GB': string;
|
|
312
151
|
fr: string;
|
|
@@ -325,29 +164,6 @@ declare const browserContent: {
|
|
|
325
164
|
id: string;
|
|
326
165
|
vi: string;
|
|
327
166
|
uk: string;
|
|
328
|
-
}, {
|
|
329
|
-
nodeType: "translation";
|
|
330
|
-
} & {
|
|
331
|
-
translation: {
|
|
332
|
-
en: string;
|
|
333
|
-
'en-GB': string;
|
|
334
|
-
fr: string;
|
|
335
|
-
es: string;
|
|
336
|
-
de: string;
|
|
337
|
-
ja: string;
|
|
338
|
-
ko: string;
|
|
339
|
-
zh: string;
|
|
340
|
-
it: string;
|
|
341
|
-
pt: string;
|
|
342
|
-
hi: string;
|
|
343
|
-
ar: string;
|
|
344
|
-
ru: string;
|
|
345
|
-
tr: string;
|
|
346
|
-
pl: string;
|
|
347
|
-
id: string;
|
|
348
|
-
vi: string;
|
|
349
|
-
uk: string;
|
|
350
|
-
};
|
|
351
167
|
}>;
|
|
352
168
|
};
|
|
353
169
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.content.ts"],"mappings":";;;cAEa,cAAA;;;eAyKS,
|
|
1
|
+
{"version":3,"file":"Browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.content.ts"],"mappings":";;;cAEa,cAAA;;;eAyKS,0BAAA,CAAA,kBAAA"}
|
|
@@ -61,9 +61,9 @@ declare enum ButtonTextAlign {
|
|
|
61
61
|
*/
|
|
62
62
|
declare const buttonVariants: (props?: {
|
|
63
63
|
size?: "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
64
|
-
color?: "text" | "primary" | "secondary" | "destructive" | "
|
|
64
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom" | "card" | "current" | "text-inverse";
|
|
65
65
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
|
|
66
|
-
variant?: "input" | "none" | "default" | "
|
|
66
|
+
variant?: "input" | "none" | "default" | "link" | "outline" | "hoverable" | "invisible-link" | "fade";
|
|
67
67
|
textAlign?: "left" | "center" | "right";
|
|
68
68
|
isFullWidth?: boolean;
|
|
69
69
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -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/Carousel/index.content.d.ts
|
|
5
4
|
declare const carouselContent: {
|
|
6
5
|
key: string;
|
|
7
6
|
content: {
|
|
8
|
-
goToSlide: _intlayer_core_transpiler0.InsertionContent<
|
|
7
|
+
goToSlide: _intlayer_core_transpiler0.InsertionContent<_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
8
|
ar: string;
|
|
10
9
|
de: string;
|
|
11
10
|
en: string;
|
|
@@ -24,31 +23,8 @@ declare const carouselContent: {
|
|
|
24
23
|
uk: string;
|
|
25
24
|
vi: string;
|
|
26
25
|
zh: string;
|
|
27
|
-
}, {
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
ar: string;
|
|
32
|
-
de: string;
|
|
33
|
-
en: string;
|
|
34
|
-
'en-GB': string;
|
|
35
|
-
es: string;
|
|
36
|
-
fr: string;
|
|
37
|
-
hi: string;
|
|
38
|
-
id: string;
|
|
39
|
-
it: string;
|
|
40
|
-
ja: string;
|
|
41
|
-
ko: string;
|
|
42
|
-
pl: string;
|
|
43
|
-
pt: string;
|
|
44
|
-
ru: string;
|
|
45
|
-
tr: string;
|
|
46
|
-
uk: string;
|
|
47
|
-
vi: string;
|
|
48
|
-
zh: string;
|
|
49
|
-
};
|
|
50
26
|
}>>;
|
|
51
|
-
previousSlide:
|
|
27
|
+
previousSlide: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
52
28
|
en: string;
|
|
53
29
|
'en-GB': string;
|
|
54
30
|
ru: string;
|
|
@@ -67,31 +43,8 @@ declare const carouselContent: {
|
|
|
67
43
|
id: string;
|
|
68
44
|
vi: string;
|
|
69
45
|
uk: string;
|
|
70
|
-
}, {
|
|
71
|
-
nodeType: "translation";
|
|
72
|
-
} & {
|
|
73
|
-
translation: {
|
|
74
|
-
en: string;
|
|
75
|
-
'en-GB': string;
|
|
76
|
-
ru: string;
|
|
77
|
-
ja: string;
|
|
78
|
-
fr: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
es: string;
|
|
82
|
-
de: string;
|
|
83
|
-
ar: string;
|
|
84
|
-
it: string;
|
|
85
|
-
pt: string;
|
|
86
|
-
hi: string;
|
|
87
|
-
tr: string;
|
|
88
|
-
pl: string;
|
|
89
|
-
id: string;
|
|
90
|
-
vi: string;
|
|
91
|
-
uk: string;
|
|
92
|
-
};
|
|
93
46
|
}>;
|
|
94
|
-
nextSlide:
|
|
47
|
+
nextSlide: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
95
48
|
en: string;
|
|
96
49
|
'en-GB': string;
|
|
97
50
|
ru: string;
|
|
@@ -110,29 +63,6 @@ declare const carouselContent: {
|
|
|
110
63
|
id: string;
|
|
111
64
|
vi: string;
|
|
112
65
|
uk: string;
|
|
113
|
-
}, {
|
|
114
|
-
nodeType: "translation";
|
|
115
|
-
} & {
|
|
116
|
-
translation: {
|
|
117
|
-
en: string;
|
|
118
|
-
'en-GB': string;
|
|
119
|
-
ru: string;
|
|
120
|
-
ja: string;
|
|
121
|
-
fr: string;
|
|
122
|
-
ko: string;
|
|
123
|
-
zh: string;
|
|
124
|
-
es: string;
|
|
125
|
-
de: string;
|
|
126
|
-
ar: string;
|
|
127
|
-
it: string;
|
|
128
|
-
pt: string;
|
|
129
|
-
hi: string;
|
|
130
|
-
tr: string;
|
|
131
|
-
pl: string;
|
|
132
|
-
id: string;
|
|
133
|
-
vi: string;
|
|
134
|
-
uk: string;
|
|
135
|
-
};
|
|
136
66
|
}>;
|
|
137
67
|
};
|
|
138
68
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.content.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.content.ts"],"mappings":";;;cAEM,eAAA;;;2DAsEgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
6
6
|
declare const collapsibleTableVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
8
|
-
variant?: "default" | "
|
|
8
|
+
variant?: "default" | "ghost" | "dark" | "outlined";
|
|
9
9
|
spacing?: "sm" | "md" | "lg" | "none" | "auto";
|
|
10
10
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
@@ -29,7 +29,7 @@ declare const Command: {
|
|
|
29
29
|
ref?: React.Ref<HTMLInputElement>;
|
|
30
30
|
} & {
|
|
31
31
|
asChild?: boolean;
|
|
32
|
-
}, "key" | keyof react.InputHTMLAttributes<HTMLInputElement
|
|
32
|
+
}, "key" | "asChild" | keyof react.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
|
|
33
33
|
value?: string;
|
|
34
34
|
onValueChange?: (search: string) => void;
|
|
35
35
|
} & react.RefAttributes<HTMLInputElement>>;
|
|
@@ -14,7 +14,7 @@ declare const containerVariants: (props?: {
|
|
|
14
14
|
separator?: "both" | "without" | "x" | "y";
|
|
15
15
|
border?: "none" | "with";
|
|
16
16
|
borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
17
|
-
background?: "none" | "
|
|
17
|
+
background?: "none" | "with" | "hoverable";
|
|
18
18
|
gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
19
19
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
/** Available rounded corner sizes for the container */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CopyButton/CopyButton.content.d.ts
|
|
4
4
|
declare const copyContentContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
label:
|
|
7
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,29 +23,6 @@ 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
|
-
fr: string;
|
|
32
|
-
es: string;
|
|
33
|
-
'en-GB': 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":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,
|
|
1
|
+
{"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,0BAAA,CAAA,kBAAA"}
|