intlayer-editor 8.4.9 → 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/client/dist/assets/{CodeBlockShiki-67WBbfIc.js → CodeBlockShiki-CjD7FtGt.js} +1 -1
- package/client/dist/assets/{index-Bp3XDFNZ.js → index-C5gyL3b-.js} +90 -76
- package/client/dist/assets/{markdown-CTJeKACB.js → markdown-DJYH1etf.js} +1 -1
- package/client/dist/index.html +1 -1
- package/package.json +16 -16
|
@@ -3,7 +3,7 @@ import { a as __toESM } from "./chunk-C0u3WHrm.js";
|
|
|
3
3
|
import { t as require_react } from "./react-BI_C_976.js";
|
|
4
4
|
import { t as require_jsx_runtime } from "./jsx-runtime-BkWmzJHO.js";
|
|
5
5
|
import { t as __vitePreload } from "./preload-helper-B4JcPOPd.js";
|
|
6
|
-
import { t as CodeDefault } from "./index-
|
|
6
|
+
import { t as CodeDefault } from "./index-C5gyL3b-.js";
|
|
7
7
|
//#region ../@intlayer/design-system/dist/esm/components/IDE/CodeBlockShiki.mjs
|
|
8
8
|
var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
|
|
9
9
|
var import_jsx_runtime = require_jsx_runtime();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/markdown-B_VAQu_B.js","assets/chunk-C0u3WHrm.js","assets/markdown-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/markdown-B_VAQu_B.js","assets/chunk-C0u3WHrm.js","assets/markdown-DJYH1etf.js","assets/html-CC2iD1GB.js","assets/react-BI_C_976.js","assets/CodeBlockShiki-CjD7FtGt.js","assets/preload-helper-B4JcPOPd.js","assets/jsx-runtime-BkWmzJHO.js","assets/dist-B9LA40uC.js"])))=>i.map(i=>d[i]);
|
|
2
2
|
import { a as __toESM, i as __toCommonJS, n as __esmMin, r as __exportAll, t as __commonJSMin } from "./chunk-C0u3WHrm.js";
|
|
3
3
|
import { t as require_react } from "./react-BI_C_976.js";
|
|
4
4
|
import { t as require_jsx_runtime } from "./jsx-runtime-BkWmzJHO.js";
|
|
@@ -9570,7 +9570,7 @@ var configuration_default = {
|
|
|
9570
9570
|
},
|
|
9571
9571
|
metadata: {
|
|
9572
9572
|
"name": "Intlayer",
|
|
9573
|
-
"version": "8.4.
|
|
9573
|
+
"version": "8.4.10",
|
|
9574
9574
|
"doc": "https://intlayer.org/docs"
|
|
9575
9575
|
}
|
|
9576
9576
|
};
|
|
@@ -10278,7 +10278,7 @@ var _getMarkdownMetadata = null;
|
|
|
10278
10278
|
__vitePreload(() => import("./markdown-B_VAQu_B.js").then((n) => n.t).then((m) => {
|
|
10279
10279
|
_getMarkdownMetadata = m.getMarkdownMetadata;
|
|
10280
10280
|
}), __vite__mapDeps([0,1]));
|
|
10281
|
-
var LazyMarkdownRendererPlugin = (0, import_react.lazy)(() => __vitePreload(() => import("./markdown-
|
|
10281
|
+
var LazyMarkdownRendererPlugin = (0, import_react.lazy)(() => __vitePreload(() => import("./markdown-DJYH1etf.js").then((m) => ({ default: m.MarkdownRendererPlugin })), __vite__mapDeps([2,1,0])));
|
|
10282
10282
|
var LazyHTMLRendererPlugin = (0, import_react.lazy)(() => __vitePreload(() => import("./html-CC2iD1GB.js").then((m) => ({ default: m.HTMLRendererPlugin })), __vite__mapDeps([3,1,4])));
|
|
10283
10283
|
/** Translation plugin. Replaces node with a locale string if nodeType = Translation. */
|
|
10284
10284
|
var intlayerNodePlugins = {
|
|
@@ -16492,9 +16492,9 @@ var cva = (base, config) => (props) => {
|
|
|
16492
16492
|
}, []), props === null || props === void 0 ? void 0 : props.class, props === null || props === void 0 ? void 0 : props.className);
|
|
16493
16493
|
};
|
|
16494
16494
|
//#endregion
|
|
16495
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16495
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js
|
|
16496
16496
|
/**
|
|
16497
|
-
* @license lucide-react
|
|
16497
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16498
16498
|
*
|
|
16499
16499
|
* This source code is licensed under the ISC license.
|
|
16500
16500
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -16503,27 +16503,27 @@ var mergeClasses = (...classes) => classes.filter((className, index, array) => {
|
|
|
16503
16503
|
return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
|
|
16504
16504
|
}).join(" ").trim();
|
|
16505
16505
|
//#endregion
|
|
16506
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16506
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.js
|
|
16507
16507
|
/**
|
|
16508
|
-
* @license lucide-react
|
|
16508
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16509
16509
|
*
|
|
16510
16510
|
* This source code is licensed under the ISC license.
|
|
16511
16511
|
* See the LICENSE file in the root directory of this source tree.
|
|
16512
16512
|
*/
|
|
16513
16513
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
16514
16514
|
//#endregion
|
|
16515
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16515
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.js
|
|
16516
16516
|
/**
|
|
16517
|
-
* @license lucide-react
|
|
16517
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16518
16518
|
*
|
|
16519
16519
|
* This source code is licensed under the ISC license.
|
|
16520
16520
|
* See the LICENSE file in the root directory of this source tree.
|
|
16521
16521
|
*/
|
|
16522
16522
|
var toCamelCase = (string) => string.replace(/^([A-Z])|[\s-_]+(\w)/g, (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase());
|
|
16523
16523
|
//#endregion
|
|
16524
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16524
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.js
|
|
16525
16525
|
/**
|
|
16526
|
-
* @license lucide-react
|
|
16526
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16527
16527
|
*
|
|
16528
16528
|
* This source code is licensed under the ISC license.
|
|
16529
16529
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -16533,9 +16533,9 @@ var toPascalCase = (string) => {
|
|
|
16533
16533
|
return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
|
|
16534
16534
|
};
|
|
16535
16535
|
//#endregion
|
|
16536
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16536
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
16537
16537
|
/**
|
|
16538
|
-
* @license lucide-react
|
|
16538
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16539
16539
|
*
|
|
16540
16540
|
* This source code is licensed under the ISC license.
|
|
16541
16541
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -16552,9 +16552,9 @@ var defaultAttributes = {
|
|
|
16552
16552
|
strokeLinejoin: "round"
|
|
16553
16553
|
};
|
|
16554
16554
|
//#endregion
|
|
16555
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16555
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.js
|
|
16556
16556
|
/**
|
|
16557
|
-
* @license lucide-react
|
|
16557
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16558
16558
|
*
|
|
16559
16559
|
* This source code is licensed under the ISC license.
|
|
16560
16560
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -16564,28 +16564,42 @@ var hasA11yProp = (props) => {
|
|
|
16564
16564
|
return false;
|
|
16565
16565
|
};
|
|
16566
16566
|
//#endregion
|
|
16567
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16567
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/context.js
|
|
16568
16568
|
/**
|
|
16569
|
-
* @license lucide-react
|
|
16569
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16570
16570
|
*
|
|
16571
16571
|
* This source code is licensed under the ISC license.
|
|
16572
16572
|
* See the LICENSE file in the root directory of this source tree.
|
|
16573
16573
|
*/
|
|
16574
|
-
var
|
|
16575
|
-
|
|
16576
|
-
|
|
16577
|
-
|
|
16578
|
-
|
|
16579
|
-
|
|
16580
|
-
|
|
16581
|
-
|
|
16582
|
-
|
|
16583
|
-
|
|
16584
|
-
|
|
16574
|
+
var LucideContext = (0, import_react.createContext)({});
|
|
16575
|
+
var useLucideContext = () => (0, import_react.useContext)(LucideContext);
|
|
16576
|
+
//#endregion
|
|
16577
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/Icon.js
|
|
16578
|
+
/**
|
|
16579
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16580
|
+
*
|
|
16581
|
+
* This source code is licensed under the ISC license.
|
|
16582
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
16583
|
+
*/
|
|
16584
|
+
var Icon$1 = (0, import_react.forwardRef)(({ color, size, strokeWidth, absoluteStrokeWidth, className = "", children, iconNode, ...rest }, ref) => {
|
|
16585
|
+
const { size: contextSize = 24, strokeWidth: contextStrokeWidth = 2, absoluteStrokeWidth: contextAbsoluteStrokeWidth = false, color: contextColor = "currentColor", className: contextClass = "" } = useLucideContext() ?? {};
|
|
16586
|
+
const calculatedStrokeWidth = absoluteStrokeWidth ?? contextAbsoluteStrokeWidth ? Number(strokeWidth ?? contextStrokeWidth) * 24 / Number(size ?? contextSize) : strokeWidth ?? contextStrokeWidth;
|
|
16587
|
+
return (0, import_react.createElement)("svg", {
|
|
16588
|
+
ref,
|
|
16589
|
+
...defaultAttributes,
|
|
16590
|
+
width: size ?? contextSize ?? defaultAttributes.width,
|
|
16591
|
+
height: size ?? contextSize ?? defaultAttributes.height,
|
|
16592
|
+
stroke: color ?? contextColor,
|
|
16593
|
+
strokeWidth: calculatedStrokeWidth,
|
|
16594
|
+
className: mergeClasses("lucide", contextClass, className),
|
|
16595
|
+
...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
|
|
16596
|
+
...rest
|
|
16597
|
+
}, [...iconNode.map(([tag, attrs]) => (0, import_react.createElement)(tag, attrs)), ...Array.isArray(children) ? children : [children]]);
|
|
16598
|
+
});
|
|
16585
16599
|
//#endregion
|
|
16586
|
-
//#region ../../node_modules/.bun/lucide-react@0.
|
|
16600
|
+
//#region ../../node_modules/.bun/lucide-react@1.0.1+b1ab299f0a400331/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
16587
16601
|
/**
|
|
16588
|
-
* @license lucide-react
|
|
16602
|
+
* @license lucide-react v1.0.1 - ISC
|
|
16589
16603
|
*
|
|
16590
16604
|
* This source code is licensed under the ISC license.
|
|
16591
16605
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -28355,7 +28369,7 @@ var CodeDefault = ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
|
28355
28369
|
}, `line-${index}-${line.slice(0, 10)}`)) : children })
|
|
28356
28370
|
})
|
|
28357
28371
|
});
|
|
28358
|
-
var CodeBlockShiki = (0, import_react.lazy)(() => __vitePreload(() => import("./CodeBlockShiki-
|
|
28372
|
+
var CodeBlockShiki = (0, import_react.lazy)(() => __vitePreload(() => import("./CodeBlockShiki-CjD7FtGt.js").then((mod) => ({ default: mod.CodeBlockShiki })), __vite__mapDeps([5,1,6,7,4])));
|
|
28359
28373
|
var CodeBlock = ({ className, onChange, isEditable, children, lang, isDarkMode, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
28360
28374
|
className: cn$2("flex w-full min-w-0 max-w-full overflow-x-auto", className),
|
|
28361
28375
|
...props,
|
|
@@ -43500,7 +43514,7 @@ var ContentEditorInput$1 = ({ children, onContentChange, disabled, validate, add
|
|
|
43500
43514
|
}, String(children));
|
|
43501
43515
|
};
|
|
43502
43516
|
//#endregion
|
|
43503
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43517
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/subscribable.js
|
|
43504
43518
|
var Subscribable = class {
|
|
43505
43519
|
constructor() {
|
|
43506
43520
|
this.listeners = /* @__PURE__ */ new Set();
|
|
@@ -43521,7 +43535,7 @@ var Subscribable = class {
|
|
|
43521
43535
|
onUnsubscribe() {}
|
|
43522
43536
|
};
|
|
43523
43537
|
//#endregion
|
|
43524
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43538
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/focusManager.js
|
|
43525
43539
|
var FocusManager = class extends Subscribable {
|
|
43526
43540
|
#focused;
|
|
43527
43541
|
#cleanup;
|
|
@@ -43574,7 +43588,7 @@ var FocusManager = class extends Subscribable {
|
|
|
43574
43588
|
};
|
|
43575
43589
|
var focusManager = new FocusManager();
|
|
43576
43590
|
//#endregion
|
|
43577
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43591
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/timeoutManager.js
|
|
43578
43592
|
var defaultTimeoutProvider = {
|
|
43579
43593
|
setTimeout: (callback, delay) => setTimeout(callback, delay),
|
|
43580
43594
|
clearTimeout: (timeoutId) => clearTimeout(timeoutId),
|
|
@@ -43605,7 +43619,7 @@ function systemSetTimeoutZero(callback) {
|
|
|
43605
43619
|
setTimeout(callback, 0);
|
|
43606
43620
|
}
|
|
43607
43621
|
//#endregion
|
|
43608
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43622
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/utils.js
|
|
43609
43623
|
var isServer$1 = typeof window === "undefined" || "Deno" in globalThis;
|
|
43610
43624
|
function noop() {}
|
|
43611
43625
|
function functionalUpdate(updater, input) {
|
|
@@ -43763,7 +43777,7 @@ function addConsumeAwareSignal(object, getSignal, onCancelled) {
|
|
|
43763
43777
|
return object;
|
|
43764
43778
|
}
|
|
43765
43779
|
//#endregion
|
|
43766
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43780
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/environmentManager.js
|
|
43767
43781
|
var environmentManager = /* @__PURE__ */ (() => {
|
|
43768
43782
|
let isServerFn = () => isServer$1;
|
|
43769
43783
|
return {
|
|
@@ -43776,7 +43790,7 @@ var environmentManager = /* @__PURE__ */ (() => {
|
|
|
43776
43790
|
};
|
|
43777
43791
|
})();
|
|
43778
43792
|
//#endregion
|
|
43779
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43793
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/thenable.js
|
|
43780
43794
|
function pendingThenable() {
|
|
43781
43795
|
let resolve;
|
|
43782
43796
|
let reject;
|
|
@@ -43808,7 +43822,7 @@ function pendingThenable() {
|
|
|
43808
43822
|
return thenable;
|
|
43809
43823
|
}
|
|
43810
43824
|
//#endregion
|
|
43811
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43825
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/notifyManager.js
|
|
43812
43826
|
var defaultScheduler = systemSetTimeoutZero;
|
|
43813
43827
|
function createNotifyManager() {
|
|
43814
43828
|
let queue = [];
|
|
@@ -43870,7 +43884,7 @@ function createNotifyManager() {
|
|
|
43870
43884
|
}
|
|
43871
43885
|
var notifyManager = createNotifyManager();
|
|
43872
43886
|
//#endregion
|
|
43873
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43887
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/onlineManager.js
|
|
43874
43888
|
var OnlineManager = class extends Subscribable {
|
|
43875
43889
|
#online = true;
|
|
43876
43890
|
#cleanup;
|
|
@@ -43918,7 +43932,7 @@ var OnlineManager = class extends Subscribable {
|
|
|
43918
43932
|
};
|
|
43919
43933
|
var onlineManager = new OnlineManager();
|
|
43920
43934
|
//#endregion
|
|
43921
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
43935
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/retryer.js
|
|
43922
43936
|
function defaultRetryDelay(failureCount) {
|
|
43923
43937
|
return Math.min(1e3 * 2 ** failureCount, 3e4);
|
|
43924
43938
|
}
|
|
@@ -44024,7 +44038,7 @@ function createRetryer(config) {
|
|
|
44024
44038
|
};
|
|
44025
44039
|
}
|
|
44026
44040
|
//#endregion
|
|
44027
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
44041
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/removable.js
|
|
44028
44042
|
var Removable = class {
|
|
44029
44043
|
#gcTimeout;
|
|
44030
44044
|
destroy() {
|
|
@@ -44047,7 +44061,7 @@ var Removable = class {
|
|
|
44047
44061
|
}
|
|
44048
44062
|
};
|
|
44049
44063
|
//#endregion
|
|
44050
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
44064
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/query.js
|
|
44051
44065
|
var Query = class extends Removable {
|
|
44052
44066
|
#initialState;
|
|
44053
44067
|
#revertState;
|
|
@@ -44415,7 +44429,7 @@ function getDefaultState$1(options) {
|
|
|
44415
44429
|
};
|
|
44416
44430
|
}
|
|
44417
44431
|
//#endregion
|
|
44418
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
44432
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/queryObserver.js
|
|
44419
44433
|
var QueryObserver = class extends Subscribable {
|
|
44420
44434
|
constructor(client, options) {
|
|
44421
44435
|
super();
|
|
@@ -44758,7 +44772,7 @@ function shouldAssignObserverCurrentProperties(observer, optimisticResult) {
|
|
|
44758
44772
|
return false;
|
|
44759
44773
|
}
|
|
44760
44774
|
//#endregion
|
|
44761
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
44775
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js
|
|
44762
44776
|
function infiniteQueryBehavior(pages) {
|
|
44763
44777
|
return { onFetch: (context, query) => {
|
|
44764
44778
|
const options = context.options;
|
|
@@ -44836,7 +44850,7 @@ function getPreviousPageParam(options, { pages, pageParams }) {
|
|
|
44836
44850
|
return pages.length > 0 ? options.getPreviousPageParam?.(pages[0], pages, pageParams[0], pageParams) : void 0;
|
|
44837
44851
|
}
|
|
44838
44852
|
//#endregion
|
|
44839
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
44853
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/mutation.js
|
|
44840
44854
|
var Mutation = class extends Removable {
|
|
44841
44855
|
#client;
|
|
44842
44856
|
#observers;
|
|
@@ -45050,7 +45064,7 @@ function getDefaultState() {
|
|
|
45050
45064
|
};
|
|
45051
45065
|
}
|
|
45052
45066
|
//#endregion
|
|
45053
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
45067
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/mutationCache.js
|
|
45054
45068
|
var MutationCache = class extends Subscribable {
|
|
45055
45069
|
constructor(config = {}) {
|
|
45056
45070
|
super();
|
|
@@ -45157,7 +45171,7 @@ function scopeFor(mutation) {
|
|
|
45157
45171
|
return mutation.options.scope?.id;
|
|
45158
45172
|
}
|
|
45159
45173
|
//#endregion
|
|
45160
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
45174
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/mutationObserver.js
|
|
45161
45175
|
var MutationObserver$1 = class extends Subscribable {
|
|
45162
45176
|
#client;
|
|
45163
45177
|
#currentResult = void 0;
|
|
@@ -45261,7 +45275,7 @@ var MutationObserver$1 = class extends Subscribable {
|
|
|
45261
45275
|
}
|
|
45262
45276
|
};
|
|
45263
45277
|
//#endregion
|
|
45264
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
45278
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/queryCache.js
|
|
45265
45279
|
var QueryCache = class extends Subscribable {
|
|
45266
45280
|
constructor(config = {}) {
|
|
45267
45281
|
super();
|
|
@@ -45353,7 +45367,7 @@ var QueryCache = class extends Subscribable {
|
|
|
45353
45367
|
}
|
|
45354
45368
|
};
|
|
45355
45369
|
//#endregion
|
|
45356
|
-
//#region ../../node_modules/.bun/@tanstack+query-core@5.
|
|
45370
|
+
//#region ../../node_modules/.bun/@tanstack+query-core@5.95.2/node_modules/@tanstack/query-core/build/modern/queryClient.js
|
|
45357
45371
|
var QueryClient = class {
|
|
45358
45372
|
#queryCache;
|
|
45359
45373
|
#mutationCache;
|
|
@@ -45594,7 +45608,7 @@ var QueryClient = class {
|
|
|
45594
45608
|
}
|
|
45595
45609
|
};
|
|
45596
45610
|
//#endregion
|
|
45597
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45611
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js
|
|
45598
45612
|
var QueryClientContext = import_react.createContext(void 0);
|
|
45599
45613
|
var useQueryClient = (queryClient) => {
|
|
45600
45614
|
const client = import_react.useContext(QueryClientContext);
|
|
@@ -45615,12 +45629,12 @@ var QueryClientProvider = ({ client, children }) => {
|
|
|
45615
45629
|
});
|
|
45616
45630
|
};
|
|
45617
45631
|
//#endregion
|
|
45618
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45632
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js
|
|
45619
45633
|
var IsRestoringContext = import_react.createContext(false);
|
|
45620
45634
|
var useIsRestoring = () => import_react.useContext(IsRestoringContext);
|
|
45621
45635
|
IsRestoringContext.Provider;
|
|
45622
45636
|
//#endregion
|
|
45623
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45637
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js
|
|
45624
45638
|
function createValue() {
|
|
45625
45639
|
let isReset = false;
|
|
45626
45640
|
return {
|
|
@@ -45638,7 +45652,7 @@ function createValue() {
|
|
|
45638
45652
|
var QueryErrorResetBoundaryContext = import_react.createContext(createValue());
|
|
45639
45653
|
var useQueryErrorResetBoundary = () => import_react.useContext(QueryErrorResetBoundaryContext);
|
|
45640
45654
|
//#endregion
|
|
45641
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45655
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js
|
|
45642
45656
|
var ensurePreventErrorBoundaryRetry = (options, errorResetBoundary, query) => {
|
|
45643
45657
|
const throwOnError = query?.state.error && typeof options.throwOnError === "function" ? shouldThrowError(options.throwOnError, [query.state.error, query]) : options.throwOnError;
|
|
45644
45658
|
if (options.suspense || options.experimental_prefetchInRender || throwOnError) {
|
|
@@ -45654,7 +45668,7 @@ var getHasError = ({ result, errorResetBoundary, throwOnError, query, suspense }
|
|
|
45654
45668
|
return result.isError && !errorResetBoundary.isReset() && !result.isFetching && query && (suspense && result.data === void 0 || shouldThrowError(throwOnError, [result.error, query]));
|
|
45655
45669
|
};
|
|
45656
45670
|
//#endregion
|
|
45657
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45671
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/suspense.js
|
|
45658
45672
|
var ensureSuspenseTimers = (defaultedOptions) => {
|
|
45659
45673
|
if (defaultedOptions.suspense) {
|
|
45660
45674
|
const MIN_SUSPENSE_TIME_MS = 1e3;
|
|
@@ -45670,7 +45684,7 @@ var fetchOptimistic = (defaultedOptions, observer, errorResetBoundary) => observ
|
|
|
45670
45684
|
errorResetBoundary.clearReset();
|
|
45671
45685
|
});
|
|
45672
45686
|
//#endregion
|
|
45673
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45687
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js
|
|
45674
45688
|
function useBaseQuery(options, Observer, queryClient) {
|
|
45675
45689
|
const isRestoring = useIsRestoring();
|
|
45676
45690
|
const errorResetBoundary = useQueryErrorResetBoundary();
|
|
@@ -45709,12 +45723,12 @@ function useBaseQuery(options, Observer, queryClient) {
|
|
|
45709
45723
|
return !defaultedOptions.notifyOnChangeProps ? observer.trackResult(result) : result;
|
|
45710
45724
|
}
|
|
45711
45725
|
//#endregion
|
|
45712
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45726
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/useQuery.js
|
|
45713
45727
|
function useQuery(options, queryClient) {
|
|
45714
45728
|
return useBaseQuery(options, QueryObserver, queryClient);
|
|
45715
45729
|
}
|
|
45716
45730
|
//#endregion
|
|
45717
|
-
//#region ../../node_modules/.bun/@tanstack+react-query@5.
|
|
45731
|
+
//#region ../../node_modules/.bun/@tanstack+react-query@5.95.2+b1ab299f0a400331/node_modules/@tanstack/react-query/build/modern/useMutation.js
|
|
45718
45732
|
function useMutation(options, queryClient) {
|
|
45719
45733
|
const client = useQueryClient(queryClient);
|
|
45720
45734
|
const [observer] = import_react.useState(() => new MutationObserver$1(client, options));
|
|
@@ -46971,7 +46985,7 @@ function defineErrorCodes(codes) {
|
|
|
46971
46985
|
}]));
|
|
46972
46986
|
}
|
|
46973
46987
|
//#endregion
|
|
46974
|
-
//#region ../../node_modules/.bun/@better-auth+passkey@1.5.5+
|
|
46988
|
+
//#region ../../node_modules/.bun/@better-auth+passkey@1.5.5+06b9efb931663ad4/node_modules/@better-auth/passkey/dist/error-codes-Dvu2mv33.mjs
|
|
46975
46989
|
var PASSKEY_ERROR_CODES = defineErrorCodes({
|
|
46976
46990
|
CHALLENGE_NOT_FOUND: "Challenge not found",
|
|
46977
46991
|
YOU_ARE_NOT_ALLOWED_TO_REGISTER_THIS_PASSKEY: "You are not allowed to register this passkey",
|
|
@@ -47433,7 +47447,7 @@ async function startAuthentication(options) {
|
|
|
47433
47447
|
};
|
|
47434
47448
|
}
|
|
47435
47449
|
//#endregion
|
|
47436
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47450
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/broadcast-channel.mjs
|
|
47437
47451
|
var kBroadcastChannel = Symbol.for("better-auth:broadcast-channel");
|
|
47438
47452
|
var now$1 = () => Math.floor(Date.now() / 1e3);
|
|
47439
47453
|
var WindowBroadcastChannel = class {
|
|
@@ -47476,7 +47490,7 @@ function getGlobalBroadcastChannel(name = "better-auth.message") {
|
|
|
47476
47490
|
return globalThis[kBroadcastChannel];
|
|
47477
47491
|
}
|
|
47478
47492
|
//#endregion
|
|
47479
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47493
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/focus-manager.mjs
|
|
47480
47494
|
var kFocusManager = Symbol.for("better-auth:focus-manager");
|
|
47481
47495
|
var WindowFocusManager = class {
|
|
47482
47496
|
listeners = /* @__PURE__ */ new Set();
|
|
@@ -47505,7 +47519,7 @@ function getGlobalFocusManager() {
|
|
|
47505
47519
|
return globalThis[kFocusManager];
|
|
47506
47520
|
}
|
|
47507
47521
|
//#endregion
|
|
47508
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47522
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/online-manager.mjs
|
|
47509
47523
|
var kOnlineManager = Symbol.for("better-auth:online-manager");
|
|
47510
47524
|
var WindowOnlineManager = class {
|
|
47511
47525
|
listeners = /* @__PURE__ */ new Set();
|
|
@@ -47537,7 +47551,7 @@ function getGlobalOnlineManager() {
|
|
|
47537
47551
|
return globalThis[kOnlineManager];
|
|
47538
47552
|
}
|
|
47539
47553
|
//#endregion
|
|
47540
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47554
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/parser.mjs
|
|
47541
47555
|
var PROTO_POLLUTION_PATTERNS = {
|
|
47542
47556
|
proto: /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,
|
|
47543
47557
|
constructor: /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,
|
|
@@ -47719,7 +47733,7 @@ var onMount = ($store, initialize) => {
|
|
|
47719
47733
|
});
|
|
47720
47734
|
};
|
|
47721
47735
|
//#endregion
|
|
47722
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47736
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/query.mjs
|
|
47723
47737
|
var isServer = () => typeof window === "undefined";
|
|
47724
47738
|
var useAuthQuery = (initializedAtom, path, $fetch, options) => {
|
|
47725
47739
|
const value = /* @__PURE__ */ atom({
|
|
@@ -47813,7 +47827,7 @@ var useAuthQuery = (initializedAtom, path, $fetch, options) => {
|
|
|
47813
47827
|
return value;
|
|
47814
47828
|
};
|
|
47815
47829
|
//#endregion
|
|
47816
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
47830
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/session-refresh.mjs
|
|
47817
47831
|
var now = () => Math.floor(Date.now() / 1e3);
|
|
47818
47832
|
/**
|
|
47819
47833
|
* Rate limit: don't refetch on focus if a session request was made within this many seconds
|
|
@@ -48012,7 +48026,7 @@ var BetterAuthError = class extends Error {
|
|
|
48012
48026
|
}
|
|
48013
48027
|
};
|
|
48014
48028
|
//#endregion
|
|
48015
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48029
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/utils/url.mjs
|
|
48016
48030
|
function checkHasPath(url) {
|
|
48017
48031
|
try {
|
|
48018
48032
|
return (new URL(url).pathname.replace(/\/+$/, "") || "/") !== "/";
|
|
@@ -48084,7 +48098,7 @@ function getOrigin(url) {
|
|
|
48084
48098
|
}
|
|
48085
48099
|
}
|
|
48086
48100
|
//#endregion
|
|
48087
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48101
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/fetch-plugins.mjs
|
|
48088
48102
|
var redirectPlugin = {
|
|
48089
48103
|
id: "redirect",
|
|
48090
48104
|
name: "Redirect",
|
|
@@ -48099,7 +48113,7 @@ var redirectPlugin = {
|
|
|
48099
48113
|
} }
|
|
48100
48114
|
};
|
|
48101
48115
|
//#endregion
|
|
48102
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48116
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/session-atom.mjs
|
|
48103
48117
|
function getSessionAtom($fetch, options) {
|
|
48104
48118
|
const $signal = /* @__PURE__ */ atom(false);
|
|
48105
48119
|
const session = useAuthQuery($signal, "/get-session", $fetch, { method: "GET" });
|
|
@@ -48558,7 +48572,7 @@ var betterFetch = async (url, options) => {
|
|
|
48558
48572
|
};
|
|
48559
48573
|
};
|
|
48560
48574
|
//#endregion
|
|
48561
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48575
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/config.mjs
|
|
48562
48576
|
var resolvePublicAuthUrl = (basePath) => {
|
|
48563
48577
|
if (typeof process === "undefined") return void 0;
|
|
48564
48578
|
const path = basePath ?? "/api/auth";
|
|
@@ -48656,12 +48670,12 @@ var getClientConfig = (options, loadEnv) => {
|
|
|
48656
48670
|
};
|
|
48657
48671
|
};
|
|
48658
48672
|
//#endregion
|
|
48659
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48673
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/utils/is-atom.mjs
|
|
48660
48674
|
function isAtom(value) {
|
|
48661
48675
|
return typeof value === "object" && value !== null && "get" in value && typeof value.get === "function" && "lc" in value && typeof value.lc === "number";
|
|
48662
48676
|
}
|
|
48663
48677
|
//#endregion
|
|
48664
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48678
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/proxy.mjs
|
|
48665
48679
|
function getMethod(path, knownPathMethods, args) {
|
|
48666
48680
|
const method = knownPathMethods[path];
|
|
48667
48681
|
const { fetchOptions, query: _query, ...body } = args || {};
|
|
@@ -48741,7 +48755,7 @@ function capitalizeFirstLetter(str) {
|
|
|
48741
48755
|
return str.charAt(0).toUpperCase() + str.slice(1);
|
|
48742
48756
|
}
|
|
48743
48757
|
//#endregion
|
|
48744
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48758
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/client/vanilla.mjs
|
|
48745
48759
|
function createAuthClient(options) {
|
|
48746
48760
|
const { pluginPathMethods, pluginsActions, pluginsAtoms, $fetch, atomListeners, $store } = getClientConfig(options);
|
|
48747
48761
|
const resolvedHooks = {};
|
|
@@ -48754,7 +48768,7 @@ function createAuthClient(options) {
|
|
|
48754
48768
|
}, $fetch, pluginPathMethods, pluginsAtoms, atomListeners);
|
|
48755
48769
|
}
|
|
48756
48770
|
//#endregion
|
|
48757
|
-
//#region ../../node_modules/.bun/@better-auth+passkey@1.5.5+
|
|
48771
|
+
//#region ../../node_modules/.bun/@better-auth+passkey@1.5.5+06b9efb931663ad4/node_modules/@better-auth/passkey/dist/client.mjs
|
|
48758
48772
|
var getPasskeyActions = ($fetch, { $listPasskeys, $store }) => {
|
|
48759
48773
|
const signInPasskey = async (opts, options) => {
|
|
48760
48774
|
const response = await $fetch("/passkey/generate-authenticate-options", {
|
|
@@ -48896,7 +48910,7 @@ var passkeyClient = () => {
|
|
|
48896
48910
|
};
|
|
48897
48911
|
};
|
|
48898
48912
|
//#endregion
|
|
48899
|
-
//#region ../../node_modules/.bun/@better-auth+sso@1.5.5+
|
|
48913
|
+
//#region ../../node_modules/.bun/@better-auth+sso@1.5.5+c13bcbbab381f6fe/node_modules/@better-auth/sso/dist/client.mjs
|
|
48900
48914
|
var ssoClient = (options) => {
|
|
48901
48915
|
return {
|
|
48902
48916
|
id: "sso-client",
|
|
@@ -48908,7 +48922,7 @@ var ssoClient = (options) => {
|
|
|
48908
48922
|
};
|
|
48909
48923
|
};
|
|
48910
48924
|
//#endregion
|
|
48911
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48925
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/plugins/magic-link/client.mjs
|
|
48912
48926
|
var magicLinkClient = () => {
|
|
48913
48927
|
return {
|
|
48914
48928
|
id: "magic-link",
|
|
@@ -48916,7 +48930,7 @@ var magicLinkClient = () => {
|
|
|
48916
48930
|
};
|
|
48917
48931
|
};
|
|
48918
48932
|
//#endregion
|
|
48919
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48933
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
|
|
48920
48934
|
var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
|
|
48921
48935
|
OTP_NOT_ENABLED: "OTP not enabled",
|
|
48922
48936
|
OTP_HAS_EXPIRED: "OTP has expired",
|
|
@@ -48929,7 +48943,7 @@ var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
|
|
|
48929
48943
|
INVALID_TWO_FACTOR_COOKIE: "Invalid two factor cookie"
|
|
48930
48944
|
});
|
|
48931
48945
|
//#endregion
|
|
48932
|
-
//#region ../../node_modules/.bun/better-auth@1.5.5+
|
|
48946
|
+
//#region ../../node_modules/.bun/better-auth@1.5.5+e56975f313122268/node_modules/better-auth/dist/plugins/two-factor/client.mjs
|
|
48933
48947
|
var twoFactorClient = (options) => {
|
|
48934
48948
|
return {
|
|
48935
48949
|
id: "two-factor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunk-C0u3WHrm.js";
|
|
2
2
|
import "./markdown-B_VAQu_B.js";
|
|
3
|
-
import { r as useMarkdownContext } from "./index-
|
|
3
|
+
import { r as useMarkdownContext } from "./index-C5gyL3b-.js";
|
|
4
4
|
//#region ../react-intlayer/dist/esm/markdown/MarkdownRendererPlugin.mjs
|
|
5
5
|
var MarkdownRendererPlugin = (props) => {
|
|
6
6
|
const { children, options, components } = props;
|
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-C5gyL3b-.js"></script>
|
|
9
9
|
<link rel="modulepreload" crossorigin href="/assets/chunk-C0u3WHrm.js">
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/preload-helper-B4JcPOPd.js">
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/jsx-runtime-BkWmzJHO.js">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-editor",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.10",
|
|
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": [
|
|
@@ -93,19 +93,19 @@
|
|
|
93
93
|
"@fastify/formbody": "8.0.2",
|
|
94
94
|
"@fastify/helmet": "13.0.2",
|
|
95
95
|
"@fastify/static": "9.0.0",
|
|
96
|
-
"@intlayer/chokidar": "8.4.
|
|
97
|
-
"@intlayer/config": "8.4.
|
|
98
|
-
"@intlayer/unmerged-dictionaries-entry": "8.4.
|
|
96
|
+
"@intlayer/chokidar": "8.4.10",
|
|
97
|
+
"@intlayer/config": "8.4.10",
|
|
98
|
+
"@intlayer/unmerged-dictionaries-entry": "8.4.10",
|
|
99
99
|
"fastify": "5.8.2",
|
|
100
|
-
"fastify-intlayer": "8.4.
|
|
100
|
+
"fastify-intlayer": "8.4.10",
|
|
101
101
|
"mime": "4.1.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@intlayer/design-system": "8.4.
|
|
105
|
-
"@intlayer/editor-react": "8.4.
|
|
106
|
-
"@intlayer/types": "8.4.
|
|
104
|
+
"@intlayer/design-system": "8.4.10",
|
|
105
|
+
"@intlayer/editor-react": "8.4.10",
|
|
106
|
+
"@intlayer/types": "8.4.10",
|
|
107
107
|
"@tailwindcss/vite": "4.2.2",
|
|
108
|
-
"@tanstack/react-query": "5.
|
|
108
|
+
"@tanstack/react-query": "5.95.2",
|
|
109
109
|
"@types/node": "25.5.0",
|
|
110
110
|
"@types/react": "19.2.14",
|
|
111
111
|
"@types/react-dom": "19.2.3",
|
|
@@ -117,19 +117,19 @@
|
|
|
117
117
|
"framer-motion": "12.38.0",
|
|
118
118
|
"fuse.js": "7.1.0",
|
|
119
119
|
"globals": "17.4.0",
|
|
120
|
-
"intlayer": "8.4.
|
|
121
|
-
"lucide-react": "0.
|
|
120
|
+
"intlayer": "8.4.10",
|
|
121
|
+
"lucide-react": "1.0.1",
|
|
122
122
|
"react": "19.2.4",
|
|
123
123
|
"react-dom": "19.2.4",
|
|
124
|
-
"react-intlayer": "8.4.
|
|
124
|
+
"react-intlayer": "8.4.10",
|
|
125
125
|
"react-router-dom": "7.13.1",
|
|
126
126
|
"tailwind-merge": "3.5.0",
|
|
127
127
|
"tailwindcss": "4.2.2",
|
|
128
128
|
"tsdown": "0.21.4",
|
|
129
|
-
"typescript": "
|
|
130
|
-
"vite": "8.0.
|
|
131
|
-
"vite-intlayer": "8.4.
|
|
132
|
-
"vitest": "4.1.
|
|
129
|
+
"typescript": "6.0.2",
|
|
130
|
+
"vite": "8.0.2",
|
|
131
|
+
"vite-intlayer": "8.4.10",
|
|
132
|
+
"vitest": "4.1.1"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=18.0.0"
|