@intlayer/design-system 5.3.1 → 5.3.2

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/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
  2. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
  3. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
  4. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
  5. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
  6. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
  7. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
  8. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
  9. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
  10. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  11. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
  12. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
  13. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
  14. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
  15. package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
  16. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
  17. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
  18. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
  19. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
  20. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
  21. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
  22. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
  23. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
  24. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
  25. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
  26. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  27. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
  28. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  29. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
  30. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
  32. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
  34. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  35. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
  36. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  37. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
  38. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  39. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
  40. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  41. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
  42. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  43. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
  44. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  45. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
  46. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  47. package/dist/components/IDE/CopyButton.content.d.ts +18 -0
  48. package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
  49. package/dist/components/Loader/index.content.d.ts +15 -0
  50. package/dist/components/Loader/index.content.d.ts.map +1 -1
  51. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +144 -0
  52. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  53. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +108 -0
  54. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  55. package/package.json +20 -20
@@ -16,6 +16,24 @@ export declare const saveDictionaryContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ 'en-GB': string;
25
+ fr: string;
26
+ es: string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const saveDictionaryContent: {
31
49
  hi: string;
32
50
  ar: string;
33
51
  ru: string;
52
+ }, {
53
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
54
+ } & {
55
+ translation: {
56
+ en: string;
57
+ 'en-GB': string;
58
+ fr: string;
59
+ es: string;
60
+ de: string;
61
+ ja: string;
62
+ ko: string;
63
+ zh: string;
64
+ it: string;
65
+ pt: string;
66
+ hi: string;
67
+ ar: string;
68
+ ru: string;
69
+ };
34
70
  }>;
35
71
  };
36
72
  saveButton: {
@@ -48,6 +84,24 @@ export declare const saveDictionaryContent: {
48
84
  hi: string;
49
85
  ar: string;
50
86
  ru: string;
87
+ }, {
88
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
89
+ } & {
90
+ translation: {
91
+ en: string;
92
+ 'en-GB': string;
93
+ fr: string;
94
+ es: string;
95
+ de: string;
96
+ ja: string;
97
+ ko: string;
98
+ zh: string;
99
+ it: string;
100
+ pt: string;
101
+ hi: string;
102
+ ar: string;
103
+ ru: string;
104
+ };
51
105
  }>;
52
106
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ export declare const saveDictionaryContent: {
63
117
  hi: string;
64
118
  ar: string;
65
119
  ru: string;
120
+ }, {
121
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
122
+ } & {
123
+ translation: {
124
+ en: string;
125
+ 'en-GB': string;
126
+ fr: string;
127
+ es: string;
128
+ de: string;
129
+ ja: string;
130
+ ko: string;
131
+ zh: string;
132
+ it: string;
133
+ pt: string;
134
+ hi: string;
135
+ ar: string;
136
+ ru: string;
137
+ };
66
138
  }>;
67
139
  };
68
140
  publishButton: {
@@ -80,6 +152,24 @@ export declare const saveDictionaryContent: {
80
152
  hi: string;
81
153
  ar: string;
82
154
  ru: string;
155
+ }, {
156
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
157
+ } & {
158
+ translation: {
159
+ en: string;
160
+ 'en-GB': string;
161
+ fr: string;
162
+ es: string;
163
+ de: string;
164
+ ja: string;
165
+ ko: string;
166
+ zh: string;
167
+ it: string;
168
+ pt: string;
169
+ hi: string;
170
+ ar: string;
171
+ ru: string;
172
+ };
83
173
  }>;
84
174
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
85
175
  en: string;
@@ -95,6 +185,24 @@ export declare const saveDictionaryContent: {
95
185
  hi: string;
96
186
  ar: string;
97
187
  ru: string;
188
+ }, {
189
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
190
+ } & {
191
+ translation: {
192
+ en: string;
193
+ 'en-GB': string;
194
+ fr: string;
195
+ es: string;
196
+ de: string;
197
+ ja: string;
198
+ ko: string;
199
+ zh: string;
200
+ it: string;
201
+ pt: string;
202
+ hi: string;
203
+ ar: string;
204
+ ru: string;
205
+ };
98
206
  }>;
99
207
  };
100
208
  downloadButton: {
@@ -112,6 +220,24 @@ export declare const saveDictionaryContent: {
112
220
  hi: string;
113
221
  ar: string;
114
222
  ru: string;
223
+ }, {
224
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
225
+ } & {
226
+ translation: {
227
+ en: string;
228
+ 'en-GB': string;
229
+ fr: string;
230
+ es: string;
231
+ de: string;
232
+ ja: string;
233
+ ko: string;
234
+ zh: string;
235
+ it: string;
236
+ pt: string;
237
+ hi: string;
238
+ ar: string;
239
+ ru: string;
240
+ };
115
241
  }>;
116
242
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
117
243
  en: string;
@@ -127,6 +253,24 @@ export declare const saveDictionaryContent: {
127
253
  hi: string;
128
254
  ar: string;
129
255
  ru: string;
256
+ }, {
257
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
258
+ } & {
259
+ translation: {
260
+ en: string;
261
+ 'en-GB': string;
262
+ fr: string;
263
+ es: string;
264
+ de: string;
265
+ ja: string;
266
+ ko: string;
267
+ zh: string;
268
+ it: string;
269
+ pt: string;
270
+ hi: string;
271
+ ar: string;
272
+ ru: string;
273
+ };
130
274
  }>;
131
275
  };
132
276
  };
@@ -1 +1 @@
1
- {"version":3,"file":"saveForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoIZ,CAAC"}
1
+ {"version":3,"file":"saveForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoIZ,CAAC"}
@@ -16,6 +16,24 @@ export declare const structureViewContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ 'en-GB': string;
25
+ fr: string;
26
+ es: string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  };
21
39
  deleteButton: {
@@ -33,6 +51,24 @@ export declare const structureViewContent: {
33
51
  hi: string;
34
52
  ar: string;
35
53
  ru: string;
54
+ }, {
55
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
56
+ } & {
57
+ translation: {
58
+ en: string;
59
+ 'en-GB': string;
60
+ fr: string;
61
+ es: string;
62
+ de: string;
63
+ ja: string;
64
+ ko: string;
65
+ zh: string;
66
+ it: string;
67
+ pt: string;
68
+ hi: string;
69
+ ar: string;
70
+ ru: string;
71
+ };
36
72
  }>;
37
73
  };
38
74
  addNodeButton: {
@@ -50,6 +86,24 @@ export declare const structureViewContent: {
50
86
  hi: string;
51
87
  ar: string;
52
88
  ru: string;
89
+ }, {
90
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
91
+ } & {
92
+ translation: {
93
+ en: string;
94
+ 'en-GB': string;
95
+ fr: string;
96
+ es: string;
97
+ de: string;
98
+ ja: string;
99
+ ko: string;
100
+ zh: string;
101
+ it: string;
102
+ pt: string;
103
+ hi: string;
104
+ ar: string;
105
+ ru: string;
106
+ };
53
107
  }>;
54
108
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
55
109
  en: string;
@@ -65,6 +119,24 @@ export declare const structureViewContent: {
65
119
  hi: string;
66
120
  ar: string;
67
121
  ru: string;
122
+ }, {
123
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
124
+ } & {
125
+ translation: {
126
+ en: string;
127
+ 'en-GB': string;
128
+ fr: string;
129
+ es: string;
130
+ de: string;
131
+ ja: string;
132
+ ko: string;
133
+ zh: string;
134
+ it: string;
135
+ pt: string;
136
+ hi: string;
137
+ ar: string;
138
+ ru: string;
139
+ };
68
140
  }>;
69
141
  };
70
142
  };
@@ -1 +1 @@
1
- {"version":3,"file":"structureView.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/StructureView/structureView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEX,CAAC"}
1
+ {"version":3,"file":"structureView.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/StructureView/structureView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEX,CAAC"}
@@ -15,6 +15,24 @@ declare const versionSwitcherContent: {
15
15
  hi: string;
16
16
  ar: string;
17
17
  ru: string;
18
+ }, {
19
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
20
+ } & {
21
+ translation: {
22
+ en: string;
23
+ 'en-GB': string;
24
+ fr: string;
25
+ es: string;
26
+ de: string;
27
+ ja: string;
28
+ ko: string;
29
+ zh: string;
30
+ it: string;
31
+ pt: string;
32
+ hi: string;
33
+ ar: string;
34
+ ru: string;
35
+ };
18
36
  }>;
19
37
  versionListLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
38
  en: string;
@@ -30,6 +48,24 @@ declare const versionSwitcherContent: {
30
48
  hi: string;
31
49
  ar: string;
32
50
  ru: string;
51
+ }, {
52
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
53
+ } & {
54
+ translation: {
55
+ en: string;
56
+ 'en-GB': string;
57
+ fr: string;
58
+ es: string;
59
+ de: string;
60
+ ja: string;
61
+ ko: string;
62
+ zh: string;
63
+ it: string;
64
+ pt: string;
65
+ hi: string;
66
+ ar: string;
67
+ ru: string;
68
+ };
33
69
  }>;
34
70
  switchTo: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ declare const versionSwitcherContent: {
45
81
  hi: string;
46
82
  ar: string;
47
83
  ru: string;
84
+ }, {
85
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
86
+ } & {
87
+ translation: {
88
+ en: string;
89
+ fr: string;
90
+ es: string;
91
+ 'en-GB': string;
92
+ de: string;
93
+ ja: string;
94
+ ko: string;
95
+ zh: string;
96
+ it: string;
97
+ pt: string;
98
+ hi: string;
99
+ ar: string;
100
+ ru: string;
101
+ };
48
102
  }>;
49
103
  };
50
104
  };
@@ -1 +1 @@
1
- {"version":3,"file":"versionSwitcherDropDown.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDN,CAAC;AAEvB,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"versionSwitcherDropDown.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDN,CAAC;AAEvB,eAAe,sBAAsB,CAAC"}
@@ -16,6 +16,24 @@ export declare const dictionaryFieldEditorContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ 'en-GB': string;
25
+ fr: string;
26
+ es: string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const dictionaryFieldEditorContent: {
31
49
  hi: string;
32
50
  ar: string;
33
51
  ru: string;
52
+ }, {
53
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
54
+ } & {
55
+ translation: {
56
+ en: string;
57
+ 'en-GB': string;
58
+ fr: string;
59
+ es: string;
60
+ de: string;
61
+ ja: string;
62
+ ko: string;
63
+ zh: string;
64
+ it: string;
65
+ pt: string;
66
+ hi: string;
67
+ ar: string;
68
+ ru: string;
69
+ };
34
70
  }>;
35
71
  };
36
72
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryFieldEditor.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCnB,CAAC"}
1
+ {"version":3,"file":"dictionaryFieldEditor.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCnB,CAAC"}