@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,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
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:
|
|
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:
|
|
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,
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","names":[],"sources":["../../../../src/components/Table/Table.tsx"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","names":[],"sources":["../../../../src/components/Table/Table.tsx"],"mappings":";;;;;AAUe;;;;;;;;;;AAuMf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAnJK,UAAA,GAAa,cAAA,CAAe,gBAAA;EAC/B,UAAA;EACA,YAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiJW,KAAA,EAAO,EAAA,CAAG,UAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
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:
|
|
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,
|
|
1
|
+
{"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"mappings":";;;cAEM,YAAA;;;UA4BgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -186,7 +186,7 @@ declare enum TagBackground {
|
|
|
186
186
|
}
|
|
187
187
|
declare const containerVariants: (props?: {
|
|
188
188
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
189
|
-
color?: "text" | "primary" | "
|
|
189
|
+
color?: "text" | "primary" | "success" | "error" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
190
190
|
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
191
191
|
border?: "none" | "with";
|
|
192
192
|
background?: "none" | "with";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
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:
|
|
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:
|
|
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,
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactQueryProvider.d.ts","names":[],"sources":["../../../src/providers/ReactQueryProvider.tsx"],"mappings":";;;;;YAiCY,QAAA;IACR,YAAA;MACE,SAAA,GAAY,kBAAA;MACZ,OAAA,GAAU,kBAAA;MACV,iBAAA,GAAoB,QAAA;MACpB,YAAA,GAAe,QAAA;IAAA;EAAA;AAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"ReactQueryProvider.d.ts","names":[],"sources":["../../../src/providers/ReactQueryProvider.tsx"],"mappings":";;;;;YAiCY,QAAA;IACR,YAAA;MACE,SAAA,GAAY,kBAAA;MACZ,OAAA,GAAU,kBAAA;MACV,iBAAA,GAAoB,QAAA;MACpB,YAAA,GAAe,QAAA;IAAA;EAAA;AAAA;AAAA,cA0ER,kBAAA,EAAoB,EAAA,CAAG,iBAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.10",
|
|
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.
|
|
110
|
-
"@intlayer/config": "8.4.
|
|
111
|
-
"@intlayer/core": "8.4.
|
|
112
|
-
"@intlayer/dictionaries-entry": "8.4.
|
|
113
|
-
"@intlayer/editor-react": "8.4.
|
|
114
|
-
"@intlayer/types": "8.4.
|
|
109
|
+
"@intlayer/api": "8.4.10",
|
|
110
|
+
"@intlayer/config": "8.4.10",
|
|
111
|
+
"@intlayer/core": "8.4.10",
|
|
112
|
+
"@intlayer/dictionaries-entry": "8.4.10",
|
|
113
|
+
"@intlayer/editor-react": "8.4.10",
|
|
114
|
+
"@intlayer/types": "8.4.10",
|
|
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.
|
|
123
|
+
"react-intlayer": "8.4.10",
|
|
124
124
|
"rollup-preserve-directives": "1.1.3",
|
|
125
125
|
"zod": "4.3.6"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@intlayer/backend": "8.4.
|
|
128
|
+
"@intlayer/backend": "8.4.10",
|
|
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.
|
|
157
|
+
"intlayer": "8.4.10",
|
|
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": "
|
|
163
|
-
"vite": "8.0.
|
|
164
|
-
"vite-intlayer": "8.4.
|
|
162
|
+
"typescript": "6.0.2",
|
|
163
|
+
"vite": "8.0.2",
|
|
164
|
+
"vite-intlayer": "8.4.10",
|
|
165
165
|
"vite-plugin-dts": "4.5.4",
|
|
166
166
|
"vite-tsconfig-paths": "6.1.1",
|
|
167
|
-
"vitest": "4.1.
|
|
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.
|
|
172
|
+
"@intlayer/backend": "8.4.10",
|
|
173
173
|
"@monaco-editor/react": "4.7.0",
|
|
174
174
|
"@shikijs/transformers": "4.0.2",
|
|
175
|
-
"@tanstack/react-query": "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.
|
|
181
|
-
"lucide-react": "0.
|
|
180
|
+
"intlayer": "8.4.10",
|
|
181
|
+
"lucide-react": "1.0.1",
|
|
182
182
|
"react": ">=16.0.0",
|
|
183
183
|
"react-dom": ">=16.0.0",
|
|
184
184
|
"react-hook-form": "7.71.2",
|
|
185
|
-
"react-intlayer": "8.4.
|
|
185
|
+
"react-intlayer": "8.4.10",
|
|
186
186
|
"shiki": "4.0.2",
|
|
187
187
|
"tailwind-merge": "3.5.0",
|
|
188
188
|
"tailwindcss": "4.2.1"
|