intlayer-editor 7.5.6 → 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-Dwb7xm70.js → CodeBlockShiki-DOHz3hxi.js} +3 -3
- package/client/dist/assets/{bundle-web-Bhtri4qi.js → bundle-web-BeYtMvYb.js} +1 -1
- package/client/dist/assets/{index-DCbmyY2P.js → index-BfDGXG1A.js} +28279 -27992
- package/client/dist/assets/{index-CINYmeyx.css → index-ROdmYOAM.css} +78 -77
- package/client/dist/index.html +2 -2
- package/package.json +14 -14
- package/server/dist/_virtual/rolldown_runtime.mjs +9 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -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
|
}
|
|
@@ -668,6 +672,10 @@
|
|
|
668
672
|
bottom: calc(var(--spacing) * 2);
|
|
669
673
|
}
|
|
670
674
|
|
|
675
|
+
.bottom-\[calc\(100\%\+0\.5rem\)\] {
|
|
676
|
+
bottom: calc(100% + .5rem);
|
|
677
|
+
}
|
|
678
|
+
|
|
671
679
|
.bottom-\[calc\(100\%\+1rem\)\] {
|
|
672
680
|
bottom: calc(100% + 1rem);
|
|
673
681
|
}
|
|
@@ -1200,26 +1208,6 @@
|
|
|
1200
1208
|
height: 2px;
|
|
1201
1209
|
}
|
|
1202
1210
|
|
|
1203
|
-
.h-\[400px\] {
|
|
1204
|
-
height: 400px;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.h-\[500px\] {
|
|
1208
|
-
height: 500px;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.h-\[600px\] {
|
|
1212
|
-
height: 600px;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.h-\[800px\] {
|
|
1216
|
-
height: 800px;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
.h-\[1000px\] {
|
|
1220
|
-
height: 1000px;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
1211
|
.h-auto {
|
|
1224
1212
|
height: auto;
|
|
1225
1213
|
}
|
|
@@ -1260,6 +1248,10 @@
|
|
|
1260
1248
|
max-height: 50vh;
|
|
1261
1249
|
}
|
|
1262
1250
|
|
|
1251
|
+
.max-h-\[60vh\] {
|
|
1252
|
+
max-height: 60vh;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1263
1255
|
.max-h-\[70vh\] {
|
|
1264
1256
|
max-height: 70vh;
|
|
1265
1257
|
}
|
|
@@ -2742,13 +2734,13 @@
|
|
|
2742
2734
|
}
|
|
2743
2735
|
}
|
|
2744
2736
|
|
|
2745
|
-
.bg-current\/
|
|
2737
|
+
.bg-current\/10 {
|
|
2746
2738
|
background-color: currentColor;
|
|
2747
2739
|
}
|
|
2748
2740
|
|
|
2749
2741
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2750
|
-
.bg-current\/
|
|
2751
|
-
background-color: color-mix(in oklab, currentcolor
|
|
2742
|
+
.bg-current\/10 {
|
|
2743
|
+
background-color: color-mix(in oklab, currentcolor 10%, transparent);
|
|
2752
2744
|
}
|
|
2753
2745
|
}
|
|
2754
2746
|
|
|
@@ -2900,14 +2892,6 @@
|
|
|
2900
2892
|
}
|
|
2901
2893
|
}
|
|
2902
2894
|
|
|
2903
|
-
.bg-neutral-900 {
|
|
2904
|
-
background-color: var(--color-neutral-900);
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
.bg-neutral-950 {
|
|
2908
|
-
background-color: var(--color-neutral-950);
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
2895
|
.bg-neutral\/5 {
|
|
2912
2896
|
background-color: #5d5d5d0d;
|
|
2913
2897
|
}
|
|
@@ -3124,6 +3108,16 @@
|
|
|
3124
3108
|
}
|
|
3125
3109
|
}
|
|
3126
3110
|
|
|
3111
|
+
.bg-text\/15 {
|
|
3112
|
+
background-color: #12121226;
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3116
|
+
.bg-text\/15 {
|
|
3117
|
+
background-color: color-mix(in oklab, var(--color-text) 15%, transparent);
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
|
|
3127
3121
|
.bg-text\/20 {
|
|
3128
3122
|
background-color: #12121233;
|
|
3129
3123
|
}
|
|
@@ -3588,14 +3582,26 @@
|
|
|
3588
3582
|
padding: calc(var(--spacing) * 0);
|
|
3589
3583
|
}
|
|
3590
3584
|
|
|
3585
|
+
.p-0\! {
|
|
3586
|
+
padding: calc(var(--spacing) * 0) !important;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3591
3589
|
.p-0\.5 {
|
|
3592
3590
|
padding: calc(var(--spacing) * .5);
|
|
3593
3591
|
}
|
|
3594
3592
|
|
|
3593
|
+
.p-0\.5\! {
|
|
3594
|
+
padding: calc(var(--spacing) * .5) !important;
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3595
3597
|
.p-1 {
|
|
3596
3598
|
padding: calc(var(--spacing) * 1);
|
|
3597
3599
|
}
|
|
3598
3600
|
|
|
3601
|
+
.p-1\! {
|
|
3602
|
+
padding: calc(var(--spacing) * 1) !important;
|
|
3603
|
+
}
|
|
3604
|
+
|
|
3599
3605
|
.p-1\.5 {
|
|
3600
3606
|
padding: calc(var(--spacing) * 1.5);
|
|
3601
3607
|
}
|
|
@@ -3696,10 +3702,6 @@
|
|
|
3696
3702
|
padding-block: calc(var(--spacing) * 2);
|
|
3697
3703
|
}
|
|
3698
3704
|
|
|
3699
|
-
.py-2\.5 {
|
|
3700
|
-
padding-block: calc(var(--spacing) * 2.5);
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
3705
|
.py-3 {
|
|
3704
3706
|
padding-block: calc(var(--spacing) * 3);
|
|
3705
3707
|
}
|
|
@@ -3768,10 +3770,6 @@
|
|
|
3768
3770
|
padding-right: calc(var(--spacing) * 8);
|
|
3769
3771
|
}
|
|
3770
3772
|
|
|
3771
|
-
.pr-11 {
|
|
3772
|
-
padding-right: calc(var(--spacing) * 11);
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
3773
|
.pr-12 {
|
|
3776
3774
|
padding-right: calc(var(--spacing) * 12);
|
|
3777
3775
|
}
|
|
@@ -3914,11 +3912,6 @@
|
|
|
3914
3912
|
line-height: calc(var(--spacing) * 6);
|
|
3915
3913
|
}
|
|
3916
3914
|
|
|
3917
|
-
.leading-\[1\.4\] {
|
|
3918
|
-
--tw-leading: 1.4;
|
|
3919
|
-
line-height: 1.4;
|
|
3920
|
-
}
|
|
3921
|
-
|
|
3922
3915
|
.leading-\[1\.45rem\] {
|
|
3923
3916
|
--tw-leading: 1.45rem;
|
|
3924
3917
|
line-height: 1.45rem;
|
|
@@ -4453,10 +4446,6 @@
|
|
|
4453
4446
|
opacity: 0;
|
|
4454
4447
|
}
|
|
4455
4448
|
|
|
4456
|
-
.opacity-40 {
|
|
4457
|
-
opacity: .4;
|
|
4458
|
-
}
|
|
4459
|
-
|
|
4460
4449
|
.opacity-50 {
|
|
4461
4450
|
opacity: .5;
|
|
4462
4451
|
}
|
|
@@ -4465,10 +4454,6 @@
|
|
|
4465
4454
|
opacity: .7;
|
|
4466
4455
|
}
|
|
4467
4456
|
|
|
4468
|
-
.opacity-80 {
|
|
4469
|
-
opacity: .8;
|
|
4470
|
-
}
|
|
4471
|
-
|
|
4472
4457
|
.opacity-90 {
|
|
4473
4458
|
opacity: .9;
|
|
4474
4459
|
}
|
|
@@ -4555,6 +4540,16 @@
|
|
|
4555
4540
|
--tw-ring-color: var(--color-blue-300);
|
|
4556
4541
|
}
|
|
4557
4542
|
|
|
4543
|
+
.ring-current\/5 {
|
|
4544
|
+
--tw-ring-color: currentcolor;
|
|
4545
|
+
}
|
|
4546
|
+
|
|
4547
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4548
|
+
.ring-current\/5 {
|
|
4549
|
+
--tw-ring-color: color-mix(in oklab, currentcolor 5%, transparent);
|
|
4550
|
+
}
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4558
4553
|
.ring-current\/10 {
|
|
4559
4554
|
--tw-ring-color: currentcolor;
|
|
4560
4555
|
}
|
|
@@ -4613,13 +4608,13 @@
|
|
|
4613
4608
|
--tw-ring-color: var(--color-neutral-100);
|
|
4614
4609
|
}
|
|
4615
4610
|
|
|
4616
|
-
.ring-neutral-500\/
|
|
4617
|
-
--tw-ring-color: #
|
|
4611
|
+
.ring-neutral-500\/5 {
|
|
4612
|
+
--tw-ring-color: #6d6d6d0d;
|
|
4618
4613
|
}
|
|
4619
4614
|
|
|
4620
4615
|
@supports (color: color-mix(in lab, red, red)) {
|
|
4621
|
-
.ring-neutral-500\/
|
|
4622
|
-
--tw-ring-color: color-mix(in oklab, var(--color-neutral-500)
|
|
4616
|
+
.ring-neutral-500\/5 {
|
|
4617
|
+
--tw-ring-color: color-mix(in oklab, var(--color-neutral-500) 5%, transparent);
|
|
4623
4618
|
}
|
|
4624
4619
|
}
|
|
4625
4620
|
|
|
@@ -5047,8 +5042,14 @@
|
|
|
5047
5042
|
opacity: .7;
|
|
5048
5043
|
}
|
|
5049
5044
|
|
|
5050
|
-
.placeholder\:text-neutral
|
|
5051
|
-
color:
|
|
5045
|
+
.placeholder\:text-neutral\/80::placeholder {
|
|
5046
|
+
color: #5d5d5dcc;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
5050
|
+
.placeholder\:text-neutral\/80::placeholder {
|
|
5051
|
+
color: color-mix(in oklab, var(--color-neutral) 80%, transparent);
|
|
5052
|
+
}
|
|
5052
5053
|
}
|
|
5053
5054
|
|
|
5054
5055
|
.before\:absolute:before {
|
|
@@ -5426,6 +5427,11 @@
|
|
|
5426
5427
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
5427
5428
|
}
|
|
5428
5429
|
|
|
5430
|
+
.focus-within\:ring-4:focus-within {
|
|
5431
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
5432
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
5433
|
+
}
|
|
5434
|
+
|
|
5429
5435
|
.focus-within\:ring-neutral-200:focus-within {
|
|
5430
5436
|
--tw-ring-color: var(--color-neutral-200);
|
|
5431
5437
|
}
|
|
@@ -5620,10 +5626,6 @@
|
|
|
5620
5626
|
background-color: var(--color-neutral-600);
|
|
5621
5627
|
}
|
|
5622
5628
|
|
|
5623
|
-
.hover\:bg-neutral-800:hover {
|
|
5624
|
-
background-color: var(--color-neutral-800);
|
|
5625
|
-
}
|
|
5626
|
-
|
|
5627
5629
|
.hover\:bg-neutral-900:hover {
|
|
5628
5630
|
background-color: var(--color-neutral-900);
|
|
5629
5631
|
}
|
|
@@ -5752,12 +5754,12 @@
|
|
|
5752
5754
|
color: var(--color-blue-900);
|
|
5753
5755
|
}
|
|
5754
5756
|
|
|
5755
|
-
.hover\:text-
|
|
5756
|
-
color: var(--color-
|
|
5757
|
+
.hover\:text-error:hover {
|
|
5758
|
+
color: var(--color-error);
|
|
5757
5759
|
}
|
|
5758
5760
|
|
|
5759
|
-
.hover\:text-
|
|
5760
|
-
color: var(--color-
|
|
5761
|
+
.hover\:text-gray-900:hover {
|
|
5762
|
+
color: var(--color-gray-900);
|
|
5761
5763
|
}
|
|
5762
5764
|
|
|
5763
5765
|
.hover\:text-primary:hover {
|
|
@@ -5947,16 +5949,6 @@
|
|
|
5947
5949
|
--tw-ring-color: var(--color-indigo-300);
|
|
5948
5950
|
}
|
|
5949
5951
|
|
|
5950
|
-
.focus\:ring-neutral-400\/30:focus {
|
|
5951
|
-
--tw-ring-color: #8888884d;
|
|
5952
|
-
}
|
|
5953
|
-
|
|
5954
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
5955
|
-
.focus\:ring-neutral-400\/30:focus {
|
|
5956
|
-
--tw-ring-color: color-mix(in oklab, var(--color-neutral-400) 30%, transparent);
|
|
5957
|
-
}
|
|
5958
|
-
}
|
|
5959
|
-
|
|
5960
5952
|
.focus\:ring-purple-300:focus {
|
|
5961
5953
|
--tw-ring-color: var(--color-purple-300);
|
|
5962
5954
|
}
|
|
@@ -6416,6 +6408,10 @@
|
|
|
6416
6408
|
padding-block: calc(var(--spacing) * 1);
|
|
6417
6409
|
}
|
|
6418
6410
|
|
|
6411
|
+
.md\:py-1\.5 {
|
|
6412
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
6413
|
+
}
|
|
6414
|
+
|
|
6419
6415
|
.md\:py-2 {
|
|
6420
6416
|
padding-block: calc(var(--spacing) * 2);
|
|
6421
6417
|
}
|
|
@@ -6425,6 +6421,11 @@
|
|
|
6425
6421
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
6426
6422
|
}
|
|
6427
6423
|
|
|
6424
|
+
.md\:text-xs {
|
|
6425
|
+
font-size: var(--text-xs);
|
|
6426
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
6427
|
+
}
|
|
6428
|
+
|
|
6428
6429
|
.md\:leading-\[1\.23rem\] {
|
|
6429
6430
|
--tw-leading: 1.23rem;
|
|
6430
6431
|
line-height: 1.23rem;
|
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,22 +85,22 @@
|
|
|
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.
|
|
103
|
-
"@tailwindcss/vite": "4.1.
|
|
100
|
+
"@intlayer/design-system": "7.5.8",
|
|
101
|
+
"@intlayer/editor-react": "7.5.8",
|
|
102
|
+
"@intlayer/types": "7.5.8",
|
|
103
|
+
"@tailwindcss/vite": "4.1.18",
|
|
104
104
|
"@tanstack/react-query": "5.90.12",
|
|
105
105
|
"@types/compression": "1.8.1",
|
|
106
106
|
"@types/cookie-parser": "1.4.10",
|
|
@@ -111,24 +111,24 @@
|
|
|
111
111
|
"@types/react-dom": "19.2.3",
|
|
112
112
|
"@utils/ts-config": "1.0.4",
|
|
113
113
|
"@vitejs/plugin-react": "^5.1.0",
|
|
114
|
-
"autoprefixer": "10.4.
|
|
114
|
+
"autoprefixer": "10.4.23",
|
|
115
115
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
116
116
|
"clsx": "2.1.1",
|
|
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.
|
|
125
|
-
"react-router-dom": "7.9.
|
|
124
|
+
"react-intlayer": "7.5.8",
|
|
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": {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
3
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
4
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
5
|
+
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { __commonJSMin, __require };
|