@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,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/RightDrawer/rightDrawer.content.d.ts
4
4
  declare const rightDrawerContent: {
5
5
  key: string;
6
6
  content: {
7
- goBack: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
7
+ goBack: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  ru: string;
@@ -23,31 +23,8 @@ declare const rightDrawerContent: {
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
- ru: string;
33
- ja: string;
34
- fr: string;
35
- ko: string;
36
- zh: string;
37
- es: string;
38
- de: string;
39
- ar: string;
40
- it: string;
41
- pt: string;
42
- hi: string;
43
- tr: string;
44
- pl: string;
45
- id: string;
46
- vi: string;
47
- uk: string;
48
- };
49
26
  }>;
50
- closeDrawer: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
27
+ closeDrawer: _intlayer_core_transpiler0.TranslationContent<unknown, {
51
28
  en: string;
52
29
  'en-GB': string;
53
30
  ru: string;
@@ -66,29 +43,6 @@ declare const rightDrawerContent: {
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
- ru: string;
76
- ja: string;
77
- fr: string;
78
- ko: string;
79
- zh: string;
80
- es: string;
81
- de: string;
82
- ar: string;
83
- it: string;
84
- pt: string;
85
- hi: 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":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"mappings":";;;cAEM,kBAAA;;;YAgDgB,yBAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAA,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"mappings":";;;cAEM,kBAAA;;;YAgDgB,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;iBAAA,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/Table/table.content.d.ts
4
4
  declare const tableContent: {
5
5
  key: string;
6
6
  content: {
7
- show: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
7
+ show: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,29 +23,6 @@ declare const tableContent: {
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":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"mappings":";;;cAEM,YAAA;;;UA4BgB,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"mappings":";;;cAEM,YAAA;;;UA4BgB,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/Terminal/terminal.content.d.ts
4
4
  declare const terminalContent: {
5
5
  key: string;
6
6
  content: {
7
- closeTab: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
7
+ closeTab: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,31 +23,8 @@ declare const terminalContent: {
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
- terminalInput: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
27
+ terminalInput: _intlayer_core_transpiler0.TranslationContent<unknown, {
51
28
  en: string;
52
29
  fr: string;
53
30
  es: string;
@@ -66,29 +43,6 @@ declare const terminalContent: {
66
43
  id: string;
67
44
  vi: string;
68
45
  uk: string;
69
- }, {
70
- nodeType: "translation";
71
- } & {
72
- translation: {
73
- en: string;
74
- fr: string;
75
- es: string;
76
- 'en-GB': 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
  };
94
48
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"mappings":";;;cAEM,eAAA;;;cAgDgB,yBAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAAA,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"mappings":";;;cAEM,eAAA;;;cAgDgB,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;mBAAA,0BAAA,CAAA,kBAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "8.4.9",
3
+ "version": "8.5.0",
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": [
@@ -106,12 +106,12 @@
106
106
  "dependencies": {
107
107
  "@better-auth/passkey": "1.5.5",
108
108
  "@better-auth/sso": "1.5.5",
109
- "@intlayer/api": "8.4.9",
110
- "@intlayer/config": "8.4.9",
111
- "@intlayer/core": "8.4.9",
112
- "@intlayer/dictionaries-entry": "8.4.9",
113
- "@intlayer/editor-react": "8.4.9",
114
- "@intlayer/types": "8.4.9",
109
+ "@intlayer/api": "8.5.0",
110
+ "@intlayer/config": "8.5.0",
111
+ "@intlayer/core": "8.5.0",
112
+ "@intlayer/dictionaries-entry": "8.5.0",
113
+ "@intlayer/editor-react": "8.5.0",
114
+ "@intlayer/types": "8.5.0",
115
115
  "@radix-ui/react-dialog": "1.1.15",
116
116
  "@radix-ui/react-select": "2.2.6",
117
117
  "@radix-ui/react-slot": "1.2.4",
@@ -120,12 +120,12 @@
120
120
  "better-auth": "1.5.5",
121
121
  "class-variance-authority": "0.7.1",
122
122
  "cmdk": "1.1.1",
123
- "react-intlayer": "8.4.9",
123
+ "react-intlayer": "8.5.0",
124
124
  "rollup-preserve-directives": "1.1.3",
125
125
  "zod": "4.3.6"
126
126
  },
127
127
  "devDependencies": {
128
- "@intlayer/backend": "8.4.9",
128
+ "@intlayer/backend": "8.5.0",
129
129
  "@shikijs/transformers": "4.0.2",
130
130
  "@storybook/addon-a11y": "8.6.14",
131
131
  "@storybook/addon-essentials": "8.6.14",
@@ -154,35 +154,35 @@
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.4.9",
157
+ "intlayer": "8.5.0",
158
158
  "rimraf": "6.1.3",
159
159
  "shiki": "4.0.2",
160
160
  "storybook": "8.6.17",
161
161
  "tsdown": "0.21.4",
162
- "typescript": "5.9.3",
163
- "vite": "8.0.1",
164
- "vite-intlayer": "8.4.9",
162
+ "typescript": "6.0.2",
163
+ "vite": "8.0.2",
164
+ "vite-intlayer": "8.5.0",
165
165
  "vite-plugin-dts": "4.5.4",
166
166
  "vite-tsconfig-paths": "6.1.1",
167
- "vitest": "4.1.0"
167
+ "vitest": "4.1.1"
168
168
  },
169
169
  "peerDependencies": {
170
170
  "@better-fetch/fetch": "1.1.21",
171
171
  "@hookform/resolvers": "5.2.2",
172
- "@intlayer/backend": "8.4.9",
172
+ "@intlayer/backend": "8.5.0",
173
173
  "@monaco-editor/react": "4.7.0",
174
174
  "@shikijs/transformers": "4.0.2",
175
- "@tanstack/react-query": "5.94.5",
175
+ "@tanstack/react-query": "5.95.2",
176
176
  "@tanstack/react-query-devtools": "5.91.3",
177
177
  "clsx": "2.1.1",
178
178
  "framer-motion": "12.38.0",
179
179
  "fuse.js": "7.1.0",
180
- "intlayer": "8.4.9",
181
- "lucide-react": "0.577.0",
180
+ "intlayer": "8.5.0",
181
+ "lucide-react": "1.0.1",
182
182
  "react": ">=16.0.0",
183
183
  "react-dom": ">=16.0.0",
184
- "react-hook-form": "7.71.2",
185
- "react-intlayer": "8.4.9",
184
+ "react-hook-form": "7.72.0",
185
+ "react-intlayer": "8.5.0",
186
186
  "shiki": "4.0.2",
187
187
  "tailwind-merge": "3.5.0",
188
188
  "tailwindcss": "4.2.1"