intlayer-editor 7.5.14 → 7.6.0-canary.1

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.
@@ -1384,6 +1384,10 @@
1384
1384
  min-height: 500px;
1385
1385
  }
1386
1386
 
1387
+ .min-h-full {
1388
+ min-height: 100%;
1389
+ }
1390
+
1387
1391
  .min-h-screen {
1388
1392
  min-height: 100vh;
1389
1393
  }
@@ -2633,6 +2637,16 @@
2633
2637
  }
2634
2638
  }
2635
2639
 
2640
+ .bg-background\/20 {
2641
+ background-color: #fff3;
2642
+ }
2643
+
2644
+ @supports (color: color-mix(in lab, red, red)) {
2645
+ .bg-background\/20 {
2646
+ background-color: color-mix(in oklab, var(--color-background) 20%, transparent);
2647
+ }
2648
+ }
2649
+
2636
2650
  .bg-background\/40 {
2637
2651
  background-color: #fff6;
2638
2652
  }
@@ -4468,6 +4482,10 @@
4468
4482
  text-decoration-line: underline;
4469
4483
  }
4470
4484
 
4485
+ .decoration-1 {
4486
+ text-decoration-thickness: 1px;
4487
+ }
4488
+
4471
4489
  .underline-offset-4 {
4472
4490
  text-underline-offset: 4px;
4473
4491
  }
@@ -5301,6 +5319,11 @@
5301
5319
  position: absolute;
5302
5320
  }
5303
5321
 
5322
+ .after\:-inset-2:after {
5323
+ content: var(--tw-content);
5324
+ inset: calc(var(--spacing) * -2);
5325
+ }
5326
+
5304
5327
  .after\:top-0:after {
5305
5328
  content: var(--tw-content);
5306
5329
  top: calc(var(--spacing) * 0);
@@ -5443,6 +5466,11 @@
5443
5466
  content: var(--tw-content);
5444
5467
  }
5445
5468
 
5469
+ .after\:content-\[\'\'\]:after {
5470
+ --tw-content: "";
5471
+ content: var(--tw-content);
5472
+ }
5473
+
5446
5474
  .checked\:border-current:checked {
5447
5475
  border-color: currentColor;
5448
5476
  }
@@ -6411,6 +6439,10 @@
6411
6439
  width: 100%;
6412
6440
  }
6413
6441
 
6442
+ .max-md\:grid-cols-1 {
6443
+ grid-template-columns: repeat(1, minmax(0, 1fr));
6444
+ }
6445
+
6414
6446
  .max-md\:flex-col {
6415
6447
  flex-direction: column;
6416
6448
  }
@@ -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-CEaarEtg.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-Co2seUCg.css">
8
+ <script type="module" crossorigin src="/assets/index-BMYCOw0u.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BPkQAzZY.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.14",
3
+ "version": "7.6.0-canary.1",
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": [
@@ -91,20 +91,20 @@
91
91
  "@fastify/formbody": "^8.0.0",
92
92
  "@fastify/helmet": "^12.0.0",
93
93
  "@fastify/static": "^8.0.0",
94
- "@intlayer/chokidar": "7.5.14",
95
- "@intlayer/config": "7.5.14",
96
- "@intlayer/unmerged-dictionaries-entry": "7.5.14",
94
+ "@intlayer/chokidar": "7.6.0-canary.1",
95
+ "@intlayer/config": "7.6.0-canary.1",
96
+ "@intlayer/unmerged-dictionaries-entry": "7.6.0-canary.1",
97
97
  "fastify": "5.6.2",
98
- "fastify-intlayer": "7.5.14",
98
+ "fastify-intlayer": "7.6.0-canary.1",
99
99
  "mime": "4.1.0"
100
100
  },
101
101
  "devDependencies": {
102
- "@intlayer/design-system": "7.5.14",
103
- "@intlayer/editor-react": "7.5.14",
104
- "@intlayer/types": "7.5.14",
102
+ "@intlayer/design-system": "7.6.0-canary.1",
103
+ "@intlayer/editor-react": "7.6.0-canary.1",
104
+ "@intlayer/types": "7.6.0-canary.1",
105
105
  "@tailwindcss/vite": "4.1.18",
106
- "@tanstack/react-query": "5.90.16",
107
- "@types/node": "25.0.6",
106
+ "@tanstack/react-query": "5.90.18",
107
+ "@types/node": "25.0.7",
108
108
  "@types/react": "19.2.8",
109
109
  "@types/react-dom": "19.2.3",
110
110
  "@utils/ts-config": "1.0.4",
@@ -112,10 +112,10 @@
112
112
  "autoprefixer": "10.4.23",
113
113
  "babel-plugin-react-compiler": "^1.0.0",
114
114
  "clsx": "2.1.1",
115
- "framer-motion": "12.26.1",
115
+ "framer-motion": "12.26.2",
116
116
  "fuse.js": "7.1.0",
117
117
  "globals": "16.5.0",
118
- "intlayer": "7.5.14",
118
+ "intlayer": "7.6.0-canary.1",
119
119
  "lucide-react": "0.562.0",
120
120
  "react": "19.2.3",
121
121
  "react-dom": "19.2.3",
@@ -126,7 +126,7 @@
126
126
  "tsdown": "0.19.0",
127
127
  "typescript": "5.9.3",
128
128
  "vite": "7.3.1",
129
- "vite-intlayer": "7.5.14",
129
+ "vite-intlayer": "7.6.0-canary.1",
130
130
  "vitest": "4.0.17"
131
131
  },
132
132
  "engines": {