@intlayer/design-system 8.4.9 → 8.5.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 (55) hide show
  1. package/dist/esm/components/HTMLRender/HTMLRender.mjs +1 -1
  2. package/dist/esm/components/HTMLRender/HTMLRender.mjs.map +1 -1
  3. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -25
  4. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  5. package/dist/types/components/Browser/Browser.content.d.ts +9 -193
  6. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  7. package/dist/types/components/Carousel/index.content.d.ts +3 -73
  8. package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
  9. package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -25
  10. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  11. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -289
  12. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  13. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -97
  14. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  15. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -649
  16. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  17. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -385
  18. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  19. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -289
  20. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  21. package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +1 -1
  22. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -385
  23. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  24. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -97
  25. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  26. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -73
  27. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  28. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -49
  29. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  30. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -361
  31. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  32. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -26
  33. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
  34. package/dist/types/components/HTMLRender/HTMLRender.d.ts +1 -1
  35. package/dist/types/components/IDE/code.content.d.ts +3 -49
  36. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  37. package/dist/types/components/IDE/copyCode.content.d.ts +3 -49
  38. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  39. package/dist/types/components/IDE/selectors.content.d.ts +7 -145
  40. package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
  41. package/dist/types/components/Loader/index.content.d.ts +2 -25
  42. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  43. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -193
  44. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  45. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -145
  46. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  47. package/dist/types/components/Pagination/pagination.content.d.ts +5 -121
  48. package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
  49. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -49
  50. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
  51. package/dist/types/components/Table/table.content.d.ts +2 -25
  52. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  53. package/dist/types/components/Terminal/terminal.content.d.ts +3 -49
  54. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  55. package/package.json +20 -20
@@ -1,7 +1,7 @@
1
1
  import { Link } from "../Link/Link.mjs";
2
2
  import { H1, H2, H3, H4, H5, H6 } from "../Headers/index.mjs";
3
3
  import { Fragment, jsx } from "react/jsx-runtime";
4
- import { renderHTML } from "react-intlayer";
4
+ import { renderHTML } from "react-intlayer/html";
5
5
 
6
6
  //#region src/components/HTMLRender/HTMLRender.tsx
7
7
  const getIntlayerHTMLOptions = () => ({ components: {
@@ -1 +1 @@
1
- {"version":3,"file":"HTMLRender.mjs","names":[],"sources":["../../../../src/components/HTMLRender/HTMLRender.tsx"],"sourcesContent":["import type { LocalesValues } from '@intlayer/types/module_augmentation';\nimport type { ComponentProps, FC } from 'react';\nimport {\n type HTMLRenderer as HTMLRendererIntlayer,\n type RenderHTMLProps,\n renderHTML,\n} from 'react-intlayer';\nimport { H1, H2, H3, H4, H5, H6 } from '../Headers';\nimport { Link } from '../Link';\n\ntype HTMLRendererProps = {\n children: string;\n isDarkMode?: boolean;\n locale?: LocalesValues;\n components?: ComponentProps<typeof HTMLRendererIntlayer>['components'];\n};\n\nexport const getIntlayerHTMLOptions: (isDarkMode: boolean) => RenderHTMLProps =\n () => ({\n components: {\n h1: (props) => <H1 isClickable={true} {...props} />,\n h2: (props) => <H2 isClickable={true} className=\"mt-16\" {...props} />,\n h3: (props) => <H3 isClickable={true} className=\"mt-5\" {...props} />,\n h4: (props) => <H4 isClickable={true} className=\"mt-3\" {...props} />,\n h5: (props) => <H5 isClickable={true} className=\"mt-3\" {...props} />,\n h6: (props) => <H6 isClickable={true} className=\"mt-3\" {...props} />,\n a: (props) => (\n <Link\n isExternalLink={props.href?.startsWith('http')}\n underlined={true}\n label=\"\"\n {...props}\n color=\"neutral\"\n />\n ),\n },\n });\n\n/**\n * HTMLRenderer Component\n *\n * A comprehensive HTML renderer that transforms HTML text into rich,\n * interactive content with custom styling and Intlayer integration.\n */\nexport const HTMLRenderer: FC<HTMLRendererProps> = ({\n children,\n isDarkMode,\n locale,\n components: componentsProp,\n}) => {\n const htmlOptions = getIntlayerHTMLOptions(isDarkMode ?? false);\n\n const htmlContent = renderHTML(children, {\n components: {\n ...htmlOptions.components,\n a: (props) => (\n <Link\n isExternalLink={props.href?.startsWith('http')}\n underlined={true}\n locale={locale}\n label=\"\"\n {...props}\n color=\"neutral\"\n />\n ),\n ...componentsProp,\n },\n });\n\n return <>{htmlContent}</>;\n};\n"],"mappings":";;;;;;AAiBA,MAAa,gCACJ,EACL,YAAY;CACV,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,GAAI;EAAS;CACnD,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAQ,GAAI;EAAS;CACrE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,IAAI,UACF,oBAAC,MAAD;EACE,gBAAgB,MAAM,MAAM,WAAW,OAAO;EAC9C,YAAY;EACZ,OAAM;EACN,GAAI;EACJ,OAAM;EACN;CAEL,EACF;;;;;;;AAQH,MAAa,gBAAuC,EAClD,UACA,YACA,QACA,YAAY,qBACR;AAoBJ,QAAO,0CAjBa,WAAW,UAAU,EACvC,YAAY;EACV,GAJgB,uBAAuB,cAAc,MAAM,CAI5C;EACf,IAAI,UACF,oBAAC,MAAD;GACE,gBAAgB,MAAM,MAAM,WAAW,OAAO;GAC9C,YAAY;GACJ;GACR,OAAM;GACN,GAAI;GACJ,OAAM;GACN;EAEJ,GAAG;EACJ,EACF,CAAC,EAEuB"}
1
+ {"version":3,"file":"HTMLRender.mjs","names":[],"sources":["../../../../src/components/HTMLRender/HTMLRender.tsx"],"sourcesContent":["import type { LocalesValues } from '@intlayer/types/module_augmentation';\nimport type { ComponentProps, FC } from 'react';\nimport {\n type HTMLRenderer as HTMLRendererIntlayer,\n type RenderHTMLProps,\n renderHTML,\n} from 'react-intlayer/html';\nimport { H1, H2, H3, H4, H5, H6 } from '../Headers';\nimport { Link } from '../Link';\n\ntype HTMLRendererProps = {\n children: string;\n isDarkMode?: boolean;\n locale?: LocalesValues;\n components?: ComponentProps<typeof HTMLRendererIntlayer>['components'];\n};\n\nexport const getIntlayerHTMLOptions: (isDarkMode: boolean) => RenderHTMLProps =\n () => ({\n components: {\n h1: (props) => <H1 isClickable={true} {...props} />,\n h2: (props) => <H2 isClickable={true} className=\"mt-16\" {...props} />,\n h3: (props) => <H3 isClickable={true} className=\"mt-5\" {...props} />,\n h4: (props) => <H4 isClickable={true} className=\"mt-3\" {...props} />,\n h5: (props) => <H5 isClickable={true} className=\"mt-3\" {...props} />,\n h6: (props) => <H6 isClickable={true} className=\"mt-3\" {...props} />,\n a: (props) => (\n <Link\n isExternalLink={props.href?.startsWith('http')}\n underlined={true}\n label=\"\"\n {...props}\n color=\"neutral\"\n />\n ),\n },\n });\n\n/**\n * HTMLRenderer Component\n *\n * A comprehensive HTML renderer that transforms HTML text into rich,\n * interactive content with custom styling and Intlayer integration.\n */\nexport const HTMLRenderer: FC<HTMLRendererProps> = ({\n children,\n isDarkMode,\n locale,\n components: componentsProp,\n}) => {\n const htmlOptions = getIntlayerHTMLOptions(isDarkMode ?? false);\n\n const htmlContent = renderHTML(children, {\n components: {\n ...htmlOptions.components,\n a: (props) => (\n <Link\n isExternalLink={props.href?.startsWith('http')}\n underlined={true}\n locale={locale}\n label=\"\"\n {...props}\n color=\"neutral\"\n />\n ),\n ...componentsProp,\n },\n });\n\n return <>{htmlContent}</>;\n};\n"],"mappings":";;;;;;AAiBA,MAAa,gCACJ,EACL,YAAY;CACV,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,GAAI;EAAS;CACnD,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAQ,GAAI;EAAS;CACrE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,KAAK,UAAU,oBAAC,IAAD;EAAI,aAAa;EAAM,WAAU;EAAO,GAAI;EAAS;CACpE,IAAI,UACF,oBAAC,MAAD;EACE,gBAAgB,MAAM,MAAM,WAAW,OAAO;EAC9C,YAAY;EACZ,OAAM;EACN,GAAI;EACJ,OAAM;EACN;CAEL,EACF;;;;;;;AAQH,MAAa,gBAAuC,EAClD,UACA,YACA,QACA,YAAY,qBACR;AAoBJ,QAAO,0CAjBa,WAAW,UAAU,EACvC,YAAY;EACV,GAJgB,uBAAuB,cAAc,MAAM,CAI5C;EACf,IAAI,UACF,oBAAC,MAAD;GACE,gBAAgB,MAAM,MAAM,WAAW,OAAO;GAC9C,YAAY;GACJ;GACR,OAAM;GACN,GAAI;GACJ,OAAM;GACN;EAEJ,GAAG;EACJ,EACF,CAAC,EAEuB"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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,yBAAA,CAAA,cAAA"}
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 _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"Browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.content.ts"],"mappings":";;;cAEa,cAAA;;;eAyKS,0BAAA,CAAA,kBAAA"}
@@ -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<_intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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":";;;;cAEM,eAAA;;;2DAsEgB,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.content.ts"],"mappings":";;;cAEM,eAAA;;;2DAsEgB,0BAAA,CAAA,kBAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
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: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
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,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,0BAAA,CAAA,kBAAA"}