intlayer-editor 7.5.7 → 7.5.8
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-ZhuEVylZ.js → CodeBlockShiki-DOHz3hxi.js} +3 -3
- package/client/dist/assets/{bundle-web-BpJ3Y2L8.js → bundle-web-BeYtMvYb.js} +1 -1
- package/client/dist/assets/{index-CqmNuhYP.js → index-BfDGXG1A.js} +27236 -27020
- package/client/dist/assets/{index-CETKah65.css → index-ROdmYOAM.css} +8 -4
- package/client/dist/index.html +2 -2
- package/package.json +11 -11
|
@@ -624,6 +624,10 @@
|
|
|
624
624
|
top: calc(var(--spacing) * 10);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
+
.top-30 {
|
|
628
|
+
top: calc(var(--spacing) * 30);
|
|
629
|
+
}
|
|
630
|
+
|
|
627
631
|
.top-36 {
|
|
628
632
|
top: calc(var(--spacing) * 36);
|
|
629
633
|
}
|
|
@@ -4450,10 +4454,6 @@
|
|
|
4450
4454
|
opacity: .7;
|
|
4451
4455
|
}
|
|
4452
4456
|
|
|
4453
|
-
.opacity-80 {
|
|
4454
|
-
opacity: .8;
|
|
4455
|
-
}
|
|
4456
|
-
|
|
4457
4457
|
.opacity-90 {
|
|
4458
4458
|
opacity: .9;
|
|
4459
4459
|
}
|
|
@@ -5754,6 +5754,10 @@
|
|
|
5754
5754
|
color: var(--color-blue-900);
|
|
5755
5755
|
}
|
|
5756
5756
|
|
|
5757
|
+
.hover\:text-error:hover {
|
|
5758
|
+
color: var(--color-error);
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5757
5761
|
.hover\:text-gray-900:hover {
|
|
5758
5762
|
color: var(--color-gray-900);
|
|
5759
5763
|
}
|
package/client/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
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-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BfDGXG1A.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-ROdmYOAM.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-editor",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.8",
|
|
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": [
|
|
@@ -85,21 +85,21 @@
|
|
|
85
85
|
"typecheck": "tsc --project ./server/tsconfig.types.json --noEmit"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@intlayer/chokidar": "7.5.
|
|
89
|
-
"@intlayer/config": "7.5.
|
|
90
|
-
"@intlayer/unmerged-dictionaries-entry": "7.5.
|
|
88
|
+
"@intlayer/chokidar": "7.5.8",
|
|
89
|
+
"@intlayer/config": "7.5.8",
|
|
90
|
+
"@intlayer/unmerged-dictionaries-entry": "7.5.8",
|
|
91
91
|
"compression": "1.8.1",
|
|
92
92
|
"cookie-parser": "1.4.7",
|
|
93
93
|
"cors": "2.8.5",
|
|
94
94
|
"express": "5.2.1",
|
|
95
|
-
"express-intlayer": "7.5.
|
|
95
|
+
"express-intlayer": "7.5.8",
|
|
96
96
|
"helmet": "8.1.0",
|
|
97
97
|
"mime": "4.1.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@intlayer/design-system": "7.5.
|
|
101
|
-
"@intlayer/editor-react": "7.5.
|
|
102
|
-
"@intlayer/types": "7.5.
|
|
100
|
+
"@intlayer/design-system": "7.5.8",
|
|
101
|
+
"@intlayer/editor-react": "7.5.8",
|
|
102
|
+
"@intlayer/types": "7.5.8",
|
|
103
103
|
"@tailwindcss/vite": "4.1.18",
|
|
104
104
|
"@tanstack/react-query": "5.90.12",
|
|
105
105
|
"@types/compression": "1.8.1",
|
|
@@ -117,18 +117,18 @@
|
|
|
117
117
|
"framer-motion": "12.23.26",
|
|
118
118
|
"fuse.js": "7.1.0",
|
|
119
119
|
"globals": "16.5.0",
|
|
120
|
-
"intlayer": "7.5.
|
|
120
|
+
"intlayer": "7.5.8",
|
|
121
121
|
"lucide-react": "0.562.0",
|
|
122
122
|
"react": "19.2.3",
|
|
123
123
|
"react-dom": "19.2.3",
|
|
124
|
-
"react-intlayer": "7.5.
|
|
124
|
+
"react-intlayer": "7.5.8",
|
|
125
125
|
"react-router-dom": "7.9.6",
|
|
126
126
|
"tailwind-merge": "3.4.0",
|
|
127
127
|
"tailwindcss": "4.1.18",
|
|
128
128
|
"tsdown": "0.18.2",
|
|
129
129
|
"typescript": "5.9.3",
|
|
130
130
|
"vite": "7.3.0",
|
|
131
|
-
"vite-intlayer": "7.5.
|
|
131
|
+
"vite-intlayer": "7.5.8",
|
|
132
132
|
"vitest": "4.0.16"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|