intlayer-editor 7.0.0 → 7.0.2-canary.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.
- package/client/dist/assets/{CodeBlockShiki-DSxtdBJf.js → CodeBlockShiki-DsXJYGZ5.js} +2 -2
- package/client/dist/assets/{bundle-web-BMXsc5R8.js → bundle-web-DnEI-7cA.js} +1 -1
- package/client/dist/assets/index-CESxQJ7_.js +349 -0
- package/client/dist/index.html +1 -1
- package/package.json +24 -24
- package/client/dist/assets/index-IBF8ectu.js +0 -329
package/client/dist/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Intlayer Editor</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-CESxQJ7_.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-DhJQvNNZ.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-editor",
|
|
3
|
-
"version": "7.0.0",
|
|
3
|
+
"version": "7.0.2-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Integrate the Intlayer visual editor into your Intlayer projects, enabling CMS-like content management with multilingual support.",
|
|
6
6
|
"keywords": [
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"typecheck": "tsc --project ./server/tsconfig.types.json --noEmit"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@intlayer/api": "7.0.0",
|
|
86
|
-
"@intlayer/config": "7.0.0",
|
|
87
|
-
"@intlayer/core": "7.0.0",
|
|
88
|
-
"@intlayer/design-system": "7.0.0",
|
|
89
|
-
"@intlayer/editor-react": "7.0.0",
|
|
90
|
-
"@intlayer/types": "7.0.0",
|
|
91
|
-
"@intlayer/unmerged-dictionaries-entry": "7.0.0",
|
|
85
|
+
"@intlayer/api": "7.0.2-canary.0",
|
|
86
|
+
"@intlayer/config": "7.0.2-canary.0",
|
|
87
|
+
"@intlayer/core": "7.0.2-canary.0",
|
|
88
|
+
"@intlayer/design-system": "7.0.2-canary.0",
|
|
89
|
+
"@intlayer/editor-react": "7.0.2-canary.0",
|
|
90
|
+
"@intlayer/types": "7.0.2-canary.0",
|
|
91
|
+
"@intlayer/unmerged-dictionaries-entry": "7.0.2-canary.0",
|
|
92
92
|
"@tanstack/query-persist-client-core": "5.90.2",
|
|
93
93
|
"@tanstack/query-sync-storage-persister": "5.90.2",
|
|
94
94
|
"@tanstack/react-query": "5.90.5",
|
|
@@ -96,18 +96,18 @@
|
|
|
96
96
|
"cookie-parser": "1.4.7",
|
|
97
97
|
"cors": "2.8.5",
|
|
98
98
|
"express": "5.1.0",
|
|
99
|
-
"express-intlayer": "7.0.0",
|
|
99
|
+
"express-intlayer": "7.0.2-canary.0",
|
|
100
100
|
"framer-motion": "12.23.24",
|
|
101
101
|
"helmet": "8.1.0",
|
|
102
|
-
"intlayer": "7.0.0",
|
|
102
|
+
"intlayer": "7.0.2-canary.0",
|
|
103
103
|
"lucide-react": "0.547.0",
|
|
104
104
|
"mime": "4.1.0",
|
|
105
105
|
"react": "19.2.0",
|
|
106
106
|
"react-dom": "19.2.0",
|
|
107
|
-
"react-intlayer": "7.0.0",
|
|
107
|
+
"react-intlayer": "7.0.2-canary.0",
|
|
108
108
|
"react-router-dom": "7.9.4",
|
|
109
109
|
"rimraf": "6.0.1",
|
|
110
|
-
"vite-intlayer": "7.0.0"
|
|
110
|
+
"vite-intlayer": "7.0.2-canary.0"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@tailwindcss/vite": "4.1.16",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@types/node": "24.9.1",
|
|
119
119
|
"@types/react": "19.2.2",
|
|
120
120
|
"@types/react-dom": "19.2.2",
|
|
121
|
-
"@utils/ts-config": "7.0.0",
|
|
121
|
+
"@utils/ts-config": "7.0.2-canary.0",
|
|
122
122
|
"@vitejs/plugin-react": "5.1.0",
|
|
123
123
|
"autoprefixer": "10.4.21",
|
|
124
124
|
"globals": "16.4.0",
|
|
@@ -129,23 +129,23 @@
|
|
|
129
129
|
"vitest": "4.0.3"
|
|
130
130
|
},
|
|
131
131
|
"peerDependencies": {
|
|
132
|
-
"@intlayer/chokidar": "7.0.0",
|
|
133
|
-
"@intlayer/config": "7.0.0",
|
|
134
|
-
"@intlayer/core": "7.0.0",
|
|
135
|
-
"@intlayer/design-system": "7.0.0",
|
|
136
|
-
"@intlayer/dictionaries-entry": "7.0.0",
|
|
137
|
-
"@intlayer/editor-react": "7.0.0",
|
|
138
|
-
"@intlayer/types": "7.0.0",
|
|
139
|
-
"@intlayer/unmerged-dictionaries-entry": "7.0.0",
|
|
132
|
+
"@intlayer/chokidar": "7.0.2-canary.0",
|
|
133
|
+
"@intlayer/config": "7.0.2-canary.0",
|
|
134
|
+
"@intlayer/core": "7.0.2-canary.0",
|
|
135
|
+
"@intlayer/design-system": "7.0.2-canary.0",
|
|
136
|
+
"@intlayer/dictionaries-entry": "7.0.2-canary.0",
|
|
137
|
+
"@intlayer/editor-react": "7.0.2-canary.0",
|
|
138
|
+
"@intlayer/types": "7.0.2-canary.0",
|
|
139
|
+
"@intlayer/unmerged-dictionaries-entry": "7.0.2-canary.0",
|
|
140
140
|
"clsx": "2.1.1",
|
|
141
141
|
"framer-motion": "12.23.24",
|
|
142
|
-
"intlayer": "7.0.0",
|
|
142
|
+
"intlayer": "7.0.2-canary.0",
|
|
143
143
|
"react": ">=16.0.0",
|
|
144
144
|
"react-dom": ">=16.0.0",
|
|
145
|
-
"react-intlayer": "7.0.0",
|
|
145
|
+
"react-intlayer": "7.0.2-canary.0",
|
|
146
146
|
"react-router-dom": ">=6.0.0",
|
|
147
147
|
"tailwind-merge": "3.3.1",
|
|
148
|
-
"vite-intlayer": "7.0.0"
|
|
148
|
+
"vite-intlayer": "7.0.2-canary.0"
|
|
149
149
|
},
|
|
150
150
|
"engines": {
|
|
151
151
|
"node": ">=14.18"
|