intlayer-editor 7.1.6 → 7.1.7

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.
@@ -12527,7 +12527,7 @@ function requireCompilerRuntime() {
12527
12527
  return compilerRuntime.exports;
12528
12528
  }
12529
12529
  var compilerRuntimeExports = /* @__PURE__ */ requireCompilerRuntime();
12530
- let ANSIColors = /* @__PURE__ */ (function(ANSIColors$1) {
12530
+ let ANSIColors = /* @__PURE__ */ function(ANSIColors$1) {
12531
12531
  ANSIColors$1["RESET"] = "\x1B[0m";
12532
12532
  ANSIColors$1["GREY"] = "\x1B[90m";
12533
12533
  ANSIColors$1["GREY_DARK"] = "\x1B[38;5;239m";
@@ -12543,7 +12543,7 @@ let ANSIColors = /* @__PURE__ */ (function(ANSIColors$1) {
12543
12543
  ANSIColors$1["WHITE"] = "\x1B[37m";
12544
12544
  ANSIColors$1["BOLD"] = "\x1B[1m";
12545
12545
  return ANSIColors$1;
12546
- })({});
12546
+ }({});
12547
12547
  var __defProp$2 = Object.defineProperty;
12548
12548
  var __export$1 = (all) => {
12549
12549
  let target = {};
@@ -13493,7 +13493,7 @@ const ALL_LOCALES = {
13493
13493
  ARABIC_CHAD,
13494
13494
  ARABIC_COMOROS
13495
13495
  };
13496
- let NodeType = /* @__PURE__ */ (function(NodeType$1) {
13496
+ let NodeType = /* @__PURE__ */ function(NodeType$1) {
13497
13497
  NodeType$1["Translation"] = "translation";
13498
13498
  NodeType$1["Enumeration"] = "enumeration";
13499
13499
  NodeType$1["Condition"] = "condition";
@@ -13511,7 +13511,7 @@ let NodeType = /* @__PURE__ */ (function(NodeType$1) {
13511
13511
  NodeType$1["Null"] = "null";
13512
13512
  NodeType$1["Unknown"] = "unknown";
13513
13513
  return NodeType$1;
13514
- })({});
13514
+ }({});
13515
13515
  var internationalization_exports = /* @__PURE__ */ __export$1({
13516
13516
  DEFAULT_LOCALE: () => DEFAULT_LOCALE,
13517
13517
  LOCALES: () => LOCALES,
@@ -14983,7 +14983,7 @@ const mergeIframeClick = (event) => {
14983
14983
  window.dispatchEvent(simulatedClickEvent);
14984
14984
  window.dispatchEvent(simulatedMouseDownEvent);
14985
14985
  };
14986
- let MessageKey = /* @__PURE__ */ (function(MessageKey$1) {
14986
+ let MessageKey = /* @__PURE__ */ function(MessageKey$1) {
14987
14987
  MessageKey$1["INTLAYER_CONFIGURATION"] = "INTLAYER_CONFIGURATION";
14988
14988
  MessageKey$1["INTLAYER_CURRENT_LOCALE"] = "INTLAYER_CURRENT_LOCALE";
14989
14989
  MessageKey$1["INTLAYER_EDITOR_ENABLED"] = "INTLAYER_EDITOR_ENABLED";
@@ -14995,7 +14995,7 @@ let MessageKey = /* @__PURE__ */ (function(MessageKey$1) {
14995
14995
  MessageKey$1["INTLAYER_EDITED_CONTENT_CHANGED"] = "INTLAYER_EDITED_CONTENT_CHANGED";
14996
14996
  MessageKey$1["INTLAYER_IFRAME_CLICKED"] = "INTLAYER_IFRAME_CLICKED";
14997
14997
  return MessageKey$1;
14998
- })({});
14998
+ }({});
14999
14999
  const useCrossFrameMessageListener = (key2, onEventTriggered, revalidator) => {
15000
15000
  const { allowedOrigins, postMessage, senderId } = useCommunicator();
15001
15001
  reactExports.useEffect(() => {
@@ -20978,7 +20978,7 @@ const containerVariants$1 = cva("flex flex-col text-text backdrop-blur", {
20978
20978
  gap: "none"
20979
20979
  }
20980
20980
  });
20981
- let ContainerRoundedSize = /* @__PURE__ */ (function(ContainerRoundedSize$1) {
20981
+ let ContainerRoundedSize = /* @__PURE__ */ function(ContainerRoundedSize$1) {
20982
20982
  ContainerRoundedSize$1["NONE"] = "none";
20983
20983
  ContainerRoundedSize$1["SM"] = "sm";
20984
20984
  ContainerRoundedSize$1["MD"] = "md";
@@ -20988,7 +20988,7 @@ let ContainerRoundedSize = /* @__PURE__ */ (function(ContainerRoundedSize$1) {
20988
20988
  ContainerRoundedSize$1["THREE_XL"] = "3xl";
20989
20989
  ContainerRoundedSize$1["FULL"] = "full";
20990
20990
  return ContainerRoundedSize$1;
20991
- })({});
20991
+ }({});
20992
20992
  const Container = ({ children, roundedSize, padding, transparency, separator, className, border, borderColor, background, gap, ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
20993
20993
  className: cn$2(containerVariants$1({
20994
20994
  roundedSize,
@@ -21081,7 +21081,7 @@ const Loader = ({ children, isLoading = true, keepChildren = false, className, .
21081
21081
  ...props,
21082
21082
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(Spinner, { className: "size-10 max-h-full max-w-full" })
21083
21083
  }) : children ?? /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {}) });
21084
- let ButtonSize = /* @__PURE__ */ (function(ButtonSize$1) {
21084
+ let ButtonSize = /* @__PURE__ */ function(ButtonSize$1) {
21085
21085
  ButtonSize$1["SM"] = "sm";
21086
21086
  ButtonSize$1["MD"] = "md";
21087
21087
  ButtonSize$1["LG"] = "lg";
@@ -21091,7 +21091,7 @@ let ButtonSize = /* @__PURE__ */ (function(ButtonSize$1) {
21091
21091
  ButtonSize$1["ICON_LG"] = "icon-lg";
21092
21092
  ButtonSize$1["ICON_XL"] = "icon-xl";
21093
21093
  return ButtonSize$1;
21094
- })({});
21094
+ }({});
21095
21095
  const buttonIconVariants = cva("flex-none shrink-0", {
21096
21096
  variants: { size: {
21097
21097
  [`${ButtonSize.SM}`]: "size-3",
@@ -21105,7 +21105,7 @@ const buttonIconVariants = cva("flex-none shrink-0", {
21105
21105
  } },
21106
21106
  defaultVariants: { size: ButtonSize.MD }
21107
21107
  });
21108
- let ButtonVariant = /* @__PURE__ */ (function(ButtonVariant$1) {
21108
+ let ButtonVariant = /* @__PURE__ */ function(ButtonVariant$1) {
21109
21109
  ButtonVariant$1["DEFAULT"] = "default";
21110
21110
  ButtonVariant$1["NONE"] = "none";
21111
21111
  ButtonVariant$1["OUTLINE"] = "outline";
@@ -21115,8 +21115,8 @@ let ButtonVariant = /* @__PURE__ */ (function(ButtonVariant$1) {
21115
21115
  ButtonVariant$1["FADE"] = "fade";
21116
21116
  ButtonVariant$1["INPUT"] = "input";
21117
21117
  return ButtonVariant$1;
21118
- })({});
21119
- let ButtonColor = /* @__PURE__ */ (function(ButtonColor$1) {
21118
+ }({});
21119
+ let ButtonColor = /* @__PURE__ */ function(ButtonColor$1) {
21120
21120
  ButtonColor$1["PRIMARY"] = "primary";
21121
21121
  ButtonColor$1["SECONDARY"] = "secondary";
21122
21122
  ButtonColor$1["DESTRUCTIVE"] = "destructive";
@@ -21131,13 +21131,13 @@ let ButtonColor = /* @__PURE__ */ (function(ButtonColor$1) {
21131
21131
  ButtonColor$1["SUCCESS"] = "success";
21132
21132
  ButtonColor$1["CUSTOM"] = "custom";
21133
21133
  return ButtonColor$1;
21134
- })({});
21135
- let ButtonTextAlign = /* @__PURE__ */ (function(ButtonTextAlign$1) {
21134
+ }({});
21135
+ let ButtonTextAlign = /* @__PURE__ */ function(ButtonTextAlign$1) {
21136
21136
  ButtonTextAlign$1["LEFT"] = "left";
21137
21137
  ButtonTextAlign$1["CENTER"] = "center";
21138
21138
  ButtonTextAlign$1["RIGHT"] = "right";
21139
21139
  return ButtonTextAlign$1;
21140
- })({});
21140
+ }({});
21141
21141
  const buttonVariants = cva("relative inline-flex cursor-pointer items-center justify-center font-medium ring-0 transition-all duration-300 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50", {
21142
21142
  variants: {
21143
21143
  size: {
@@ -21602,7 +21602,7 @@ const Accordion = ({ children, header, isOpen, defaultIsOpen = false, onToggle,
21602
21602
  })]
21603
21603
  });
21604
21604
  };
21605
- let BadgeColor = /* @__PURE__ */ (function(BadgeColor$1) {
21605
+ let BadgeColor = /* @__PURE__ */ function(BadgeColor$1) {
21606
21606
  BadgeColor$1["PRIMARY"] = "primary";
21607
21607
  BadgeColor$1["SECONDARY"] = "secondary";
21608
21608
  BadgeColor$1["DESTRUCTIVE"] = "destructive";
@@ -21614,20 +21614,20 @@ let BadgeColor = /* @__PURE__ */ (function(BadgeColor$1) {
21614
21614
  BadgeColor$1["TEXT"] = "text";
21615
21615
  BadgeColor$1["CUSTOM"] = "custom";
21616
21616
  return BadgeColor$1;
21617
- })({});
21618
- let BadgeVariant = /* @__PURE__ */ (function(BadgeVariant$1) {
21617
+ }({});
21618
+ let BadgeVariant = /* @__PURE__ */ function(BadgeVariant$1) {
21619
21619
  BadgeVariant$1["DEFAULT"] = "default";
21620
21620
  BadgeVariant$1["NONE"] = "none";
21621
21621
  BadgeVariant$1["OUTLINE"] = "outline";
21622
21622
  BadgeVariant$1["HOVERABLE"] = "hoverable";
21623
21623
  return BadgeVariant$1;
21624
- })({});
21625
- let BadgeSize = /* @__PURE__ */ (function(BadgeSize$1) {
21624
+ }({});
21625
+ let BadgeSize = /* @__PURE__ */ function(BadgeSize$1) {
21626
21626
  BadgeSize$1["SMALL"] = "sm";
21627
21627
  BadgeSize$1["MEDIUM"] = "md";
21628
21628
  BadgeSize$1["LARGE"] = "lg";
21629
21629
  return BadgeSize$1;
21630
- })({});
21630
+ }({});
21631
21631
  const badgeVariants = cva("inline-flex items-center rounded-md border px-2.5 py-0.5 font-semibold text-xs transition-colors focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2", {
21632
21632
  variants: {
21633
21633
  color: {
@@ -21703,15 +21703,15 @@ const Badge = ({ className, variant = BadgeVariant.DEFAULT, color: color2 = Badg
21703
21703
  })]
21704
21704
  });
21705
21705
  };
21706
- let LinkVariant = /* @__PURE__ */ (function(LinkVariant$1) {
21706
+ let LinkVariant = /* @__PURE__ */ function(LinkVariant$1) {
21707
21707
  LinkVariant$1["DEFAULT"] = "default";
21708
21708
  LinkVariant$1["INVISIBLE_LINK"] = "invisible-link";
21709
21709
  LinkVariant$1["BUTTON"] = "button";
21710
21710
  LinkVariant$1["BUTTON_OUTLINED"] = "button-outlined";
21711
21711
  LinkVariant$1["HOVERABLE"] = "hoverable";
21712
21712
  return LinkVariant$1;
21713
- })({});
21714
- let LinkColor = /* @__PURE__ */ (function(LinkColor$1) {
21713
+ }({});
21714
+ let LinkColor = /* @__PURE__ */ function(LinkColor$1) {
21715
21715
  LinkColor$1["PRIMARY"] = "primary";
21716
21716
  LinkColor$1["SECONDARY"] = "secondary";
21717
21717
  LinkColor$1["DESTRUCTIVE"] = "destructive";
@@ -21724,13 +21724,13 @@ let LinkColor = /* @__PURE__ */ (function(LinkColor$1) {
21724
21724
  LinkColor$1["SUCCESS"] = "success";
21725
21725
  LinkColor$1["CUSTOM"] = "custom";
21726
21726
  return LinkColor$1;
21727
- })({});
21728
- let LinkUnderlined = /* @__PURE__ */ (function(LinkUnderlined$1) {
21727
+ }({});
21728
+ let LinkUnderlined = /* @__PURE__ */ function(LinkUnderlined$1) {
21729
21729
  LinkUnderlined$1["DEFAULT"] = "default";
21730
21730
  LinkUnderlined$1["TRUE"] = "true";
21731
21731
  LinkUnderlined$1["FALSE"] = "false";
21732
21732
  return LinkUnderlined$1;
21733
- })({});
21733
+ }({});
21734
21734
  const linkVariants = cva("gap-3 transition focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50", {
21735
21735
  variants: {
21736
21736
  variant: {
@@ -30018,7 +30018,7 @@ class VisualElementDragControls {
30018
30018
  }
30019
30019
  frame.read(measureDragConstraints);
30020
30020
  const stopResizeListener = addDomEvent(window, "resize", () => this.scalePositionWithinConstraints());
30021
- const stopLayoutUpdateListener = projection.addEventListener("didUpdate", (({ delta, hasLayoutChanged }) => {
30021
+ const stopLayoutUpdateListener = projection.addEventListener("didUpdate", ({ delta, hasLayoutChanged }) => {
30022
30022
  if (this.isDragging && hasLayoutChanged) {
30023
30023
  eachAxis((axis) => {
30024
30024
  const motionValue2 = this.getAxisMotionValue(axis);
@@ -30029,7 +30029,7 @@ class VisualElementDragControls {
30029
30029
  });
30030
30030
  this.visualElement.render();
30031
30031
  }
30032
- }));
30032
+ });
30033
30033
  return () => {
30034
30034
  stopResizeListener();
30035
30035
  stopPointerListener();
@@ -31838,14 +31838,14 @@ const domAnimation = {
31838
31838
  ...animations,
31839
31839
  ...gestureAnimations
31840
31840
  };
31841
- let ModalSize = /* @__PURE__ */ (function(ModalSize$1) {
31841
+ let ModalSize = /* @__PURE__ */ function(ModalSize$1) {
31842
31842
  ModalSize$1["SM"] = "sm";
31843
31843
  ModalSize$1["MD"] = "md";
31844
31844
  ModalSize$1["LG"] = "lg";
31845
31845
  ModalSize$1["XL"] = "xl";
31846
31846
  ModalSize$1["UNSET"] = "unset";
31847
31847
  return ModalSize$1;
31848
- })({});
31848
+ }({});
31849
31849
  const modalVariants = cva("cursor-default justify-center overflow-auto p-3 shadow-sm", {
31850
31850
  variants: { size: {
31851
31851
  sm: "h-auto max-h-[30vh] w-[95vw] max-w-xl",
@@ -32043,11 +32043,11 @@ const inputVariants = cva([
32043
32043
  validationStyleEnabled: "disabled"
32044
32044
  }
32045
32045
  });
32046
- let InputVariant = /* @__PURE__ */ (function(InputVariant$1) {
32046
+ let InputVariant = /* @__PURE__ */ function(InputVariant$1) {
32047
32047
  InputVariant$1["DEFAULT"] = "default";
32048
32048
  InputVariant$1["INVISIBLE"] = "invisible";
32049
32049
  return InputVariant$1;
32050
- })({});
32050
+ }({});
32051
32051
  const Input = ({ validationStyleEnabled = false, variant, size: size2, className, ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsx("input", {
32052
32052
  className: cn$1(inputVariants({
32053
32053
  variant,
@@ -38508,7 +38508,7 @@ function getBaseURL(url, path, request, loadEnv) {
38508
38508
  let listenerQueue = [];
38509
38509
  let lqIndex = 0;
38510
38510
  const QUEUE_ITEMS_PER_LISTENER = 4;
38511
- let atom = (initialValue) => {
38511
+ const atom = /* @__NO_SIDE_EFFECTS__ */ (initialValue) => {
38512
38512
  let listeners2 = [];
38513
38513
  let $atom = {
38514
38514
  get() {
@@ -38633,7 +38633,7 @@ let onMount = ($store, initialize) => {
38633
38633
  };
38634
38634
  const isServer = typeof window === "undefined";
38635
38635
  const useAuthQuery = (initializedAtom, path, $fetch, options) => {
38636
- const value = atom({
38636
+ const value = /* @__PURE__ */ atom({
38637
38637
  data: null,
38638
38638
  error: null,
38639
38639
  isPending: true,
@@ -38868,7 +38868,7 @@ const redirectPlugin = {
38868
38868
  }
38869
38869
  };
38870
38870
  function getSessionAtom($fetch) {
38871
- const $signal = atom(false);
38871
+ const $signal = /* @__PURE__ */ atom(false);
38872
38872
  const session = useAuthQuery($signal, "/get-session", $fetch, {
38873
38873
  method: "GET"
38874
38874
  });
@@ -39666,7 +39666,7 @@ const getPasskeyActions = ($fetch, {
39666
39666
  };
39667
39667
  };
39668
39668
  const passkeyClient = () => {
39669
- const $listPasskeys = atom();
39669
+ const $listPasskeys = /* @__PURE__ */ atom();
39670
39670
  return {
39671
39671
  id: "passkey",
39672
39672
  $InferServerPlugin: {},
@@ -43853,11 +43853,11 @@ var ItemIndicator = SelectItemIndicator;
43853
43853
  var ScrollUpButton = SelectScrollUpButton$1;
43854
43854
  var ScrollDownButton = SelectScrollDownButton$1;
43855
43855
  var Separator = SelectSeparator$1;
43856
- let SelectContentPosition = /* @__PURE__ */ (function(SelectContentPosition$1) {
43856
+ let SelectContentPosition = /* @__PURE__ */ function(SelectContentPosition$1) {
43857
43857
  SelectContentPosition$1["POPPER"] = "popper";
43858
43858
  SelectContentPosition$1["ITEM_ALIGNED"] = "item-aligned";
43859
43859
  return SelectContentPosition$1;
43860
- })({});
43860
+ }({});
43861
43861
  const SelectRoot = Root2$1;
43862
43862
  const SelectGroup = Group;
43863
43863
  const SelectValue = Value;
@@ -44021,7 +44021,7 @@ const defaultChoices = [{
44021
44021
  content: "On",
44022
44022
  value: true
44023
44023
  }];
44024
- let SwitchSelectorColor = /* @__PURE__ */ (function(SwitchSelectorColor$1) {
44024
+ let SwitchSelectorColor = /* @__PURE__ */ function(SwitchSelectorColor$1) {
44025
44025
  SwitchSelectorColor$1["PRIMARY"] = "primary";
44026
44026
  SwitchSelectorColor$1["SECONDARY"] = "secondary";
44027
44027
  SwitchSelectorColor$1["DESTRUCTIVE"] = "destructive";
@@ -44030,7 +44030,7 @@ let SwitchSelectorColor = /* @__PURE__ */ (function(SwitchSelectorColor$1) {
44030
44030
  SwitchSelectorColor$1["DARK"] = "dark";
44031
44031
  SwitchSelectorColor$1["TEXT"] = "text";
44032
44032
  return SwitchSelectorColor$1;
44033
- })({});
44033
+ }({});
44034
44034
  const switchSelectorVariant = cva("flex w-fit cursor-pointer flex-row gap-2 rounded-full border-[1.5px] p-[1.5px]", {
44035
44035
  variants: { color: {
44036
44036
  [`${SwitchSelectorColor.PRIMARY}`]: "border-primary text-primary",
@@ -44043,12 +44043,12 @@ const switchSelectorVariant = cva("flex w-fit cursor-pointer flex-row gap-2 roun
44043
44043
  } },
44044
44044
  defaultVariants: { color: `${SwitchSelectorColor.PRIMARY}` }
44045
44045
  });
44046
- let SwitchSelectorSize = /* @__PURE__ */ (function(SwitchSelectorSize$1) {
44046
+ let SwitchSelectorSize = /* @__PURE__ */ function(SwitchSelectorSize$1) {
44047
44047
  SwitchSelectorSize$1["SM"] = "sm";
44048
44048
  SwitchSelectorSize$1["MD"] = "md";
44049
44049
  SwitchSelectorSize$1["LG"] = "lg";
44050
44050
  return SwitchSelectorSize$1;
44051
- })({});
44051
+ }({});
44052
44052
  const choiceVariant = cva("z-1 w-full flex-1 cursor-pointer font-medium text-sm transition-all duration-300 ease-in-out aria-selected:cursor-default data-[indicator=true]:text-text-opposite motion-reduce:transition-none", {
44053
44053
  variants: { size: {
44054
44054
  [`${SwitchSelectorSize.SM}`]: "px-2 py-1 text-xs",
@@ -46569,36 +46569,36 @@ function i(r2, e) {
46569
46569
  return n2;
46570
46570
  }
46571
46571
  function a(o$1, a2, u2) {
46572
- if (void 0 === u2 && (u2 = {}), (function(r2) {
46572
+ if (void 0 === u2 && (u2 = {}), function(r2) {
46573
46573
  return "_def" in r2 && "object" == typeof r2._def && "typeName" in r2._def;
46574
- })(o$1)) return function(n2, i2, c) {
46574
+ }(o$1)) return function(n2, i2, c) {
46575
46575
  try {
46576
46576
  return Promise.resolve(t(function() {
46577
46577
  return Promise.resolve(o$1["sync" === u2.mode ? "parse" : "parseAsync"](n2, a2)).then(function(e) {
46578
46578
  return c.shouldUseNativeValidation && o({}, c), { errors: {}, values: u2.raw ? Object.assign({}, n2) : e };
46579
46579
  });
46580
46580
  }, function(r2) {
46581
- if ((function(r3) {
46581
+ if (function(r3) {
46582
46582
  return Array.isArray(null == r3 ? void 0 : r3.issues);
46583
- })(r2)) return { values: {}, errors: s$1(s(r2.errors, !c.shouldUseNativeValidation && "all" === c.criteriaMode), c) };
46583
+ }(r2)) return { values: {}, errors: s$1(s(r2.errors, !c.shouldUseNativeValidation && "all" === c.criteriaMode), c) };
46584
46584
  throw r2;
46585
46585
  }));
46586
46586
  } catch (r2) {
46587
46587
  return Promise.reject(r2);
46588
46588
  }
46589
46589
  };
46590
- if ((function(r2) {
46590
+ if (function(r2) {
46591
46591
  return "_zod" in r2 && "object" == typeof r2._zod;
46592
- })(o$1)) return function(s2, c, f) {
46592
+ }(o$1)) return function(s2, c, f) {
46593
46593
  try {
46594
46594
  return Promise.resolve(t(function() {
46595
46595
  return Promise.resolve(("sync" === u2.mode ? parse$2 : parseAsync$1)(o$1, s2, a2)).then(function(e) {
46596
46596
  return f.shouldUseNativeValidation && o({}, f), { errors: {}, values: u2.raw ? Object.assign({}, s2) : e };
46597
46597
  });
46598
46598
  }, function(r2) {
46599
- if ((function(r3) {
46599
+ if (function(r3) {
46600
46600
  return r3 instanceof $ZodError;
46601
- })(r2)) return { values: {}, errors: s$1(i(r2.issues, !f.shouldUseNativeValidation && "all" === f.criteriaMode), f) };
46601
+ }(r2)) return { values: {}, errors: s$1(i(r2.issues, !f.shouldUseNativeValidation && "all" === f.criteriaMode), f) };
46602
46602
  throw r2;
46603
46603
  }));
46604
46604
  } catch (r2) {
@@ -47675,10 +47675,10 @@ const ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
47675
47675
  };
47676
47676
  inst.clone = (def2, params) => clone(inst, def2, params);
47677
47677
  inst.brand = () => inst;
47678
- inst.register = ((reg, meta) => {
47678
+ inst.register = (reg, meta) => {
47679
47679
  reg.add(inst, meta);
47680
47680
  return inst;
47681
- });
47681
+ };
47682
47682
  inst.parse = (data, params) => parse$1(inst, data, params, { callee: inst.parse });
47683
47683
  inst.safeParse = (data, params) => safeParse(inst, data, params);
47684
47684
  inst.parseAsync = async (data, params) => parseAsync(inst, data, params, { callee: inst.parseAsync });
@@ -48162,11 +48162,11 @@ const Trigger = ({ children, identifier, className, label, ...props }) => /* @__
48162
48162
  ...props,
48163
48163
  children
48164
48164
  });
48165
- let DropDownAlign = /* @__PURE__ */ (function(DropDownAlign$1) {
48165
+ let DropDownAlign = /* @__PURE__ */ function(DropDownAlign$1) {
48166
48166
  DropDownAlign$1["START"] = "start";
48167
48167
  DropDownAlign$1["END"] = "end";
48168
48168
  return DropDownAlign$1;
48169
- })({});
48169
+ }({});
48170
48170
  const Panel = ({ children, isHidden: isHidden2 = void 0, isOverable = false, isFocusable = false, align = DropDownAlign.START, identifier, className, ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
48171
48171
  className: cn$2("absolute top-[calc(100%+0.5rem)] z-[1000] min-w-full", align === DropDownAlign.START && "left-0", align === DropDownAlign.END && "right-0", className),
48172
48172
  "aria-hidden": isHidden2,
@@ -48762,7 +48762,7 @@ function createPatternAlphabet(pattern) {
48762
48762
  }
48763
48763
  return mask;
48764
48764
  }
48765
- const stripDiacritics = String.prototype.normalize ? ((str) => str.normalize("NFD").replace(/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/g, "")) : ((str) => str);
48765
+ const stripDiacritics = String.prototype.normalize ? (str) => str.normalize("NFD").replace(/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/g, "") : (str) => str;
48766
48766
  class BitapSearch {
48767
48767
  constructor(pattern, {
48768
48768
  location = Config.location,
@@ -49811,7 +49811,7 @@ const CodeDefault = ({ children }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div
49811
49811
  }, `line-${index2}-${line.slice(0, 10)}`)) })
49812
49812
  })
49813
49813
  });
49814
- const CodeBlockShiki = reactExports.lazy(() => __vitePreload(() => import("./CodeBlockShiki-0jwM_dRT.js"), true ? [] : void 0).then((mod) => ({ default: mod.CodeBlockShiki })));
49814
+ const CodeBlockShiki = reactExports.lazy(() => __vitePreload(() => import("./CodeBlockShiki-BxZAr_ci.js"), true ? [] : void 0).then((mod) => ({ default: mod.CodeBlockShiki })));
49815
49815
  const CodeBlock = ({ className, onChange, isEditable, children, lang, isDarkMode, ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
49816
49816
  className: cn$2("flex w-full min-w-0 max-w-full overflow-x-auto", className),
49817
49817
  ...props,
@@ -49824,16 +49824,16 @@ const CodeBlock = ({ className, onChange, isEditable, children, lang, isDarkMode
49824
49824
  })
49825
49825
  })
49826
49826
  });
49827
- let PopoverXAlign = /* @__PURE__ */ (function(PopoverXAlign$1) {
49827
+ let PopoverXAlign = /* @__PURE__ */ function(PopoverXAlign$1) {
49828
49828
  PopoverXAlign$1["START"] = "start";
49829
49829
  PopoverXAlign$1["END"] = "end";
49830
49830
  return PopoverXAlign$1;
49831
- })({});
49832
- let PopoverYAlign = /* @__PURE__ */ (function(PopoverYAlign$1) {
49831
+ }({});
49832
+ let PopoverYAlign = /* @__PURE__ */ function(PopoverYAlign$1) {
49833
49833
  PopoverYAlign$1["BELOW"] = "bellow";
49834
49834
  PopoverYAlign$1["ABOVE"] = "above";
49835
49835
  return PopoverYAlign$1;
49836
- })({});
49836
+ }({});
49837
49837
  const PopoverStatic = ({ children, className, identifier, ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
49838
49838
  className: cn$2("group/popover relative flex cursor-pointer", className),
49839
49839
  id: `unrollable-panel-button-${identifier}`,
@@ -50128,7 +50128,7 @@ const Code = ({ children, language, isDarkMode, showHeader = true, showLineNumbe
50128
50128
  })
50129
50129
  });
50130
50130
  };
50131
- let TabSelectorColor = /* @__PURE__ */ (function(TabSelectorColor$1) {
50131
+ let TabSelectorColor = /* @__PURE__ */ function(TabSelectorColor$1) {
50132
50132
  TabSelectorColor$1["PRIMARY"] = "primary";
50133
50133
  TabSelectorColor$1["SECONDARY"] = "secondary";
50134
50134
  TabSelectorColor$1["DESTRUCTIVE"] = "destructive";
@@ -50137,7 +50137,7 @@ let TabSelectorColor = /* @__PURE__ */ (function(TabSelectorColor$1) {
50137
50137
  TabSelectorColor$1["DARK"] = "dark";
50138
50138
  TabSelectorColor$1["TEXT"] = "text";
50139
50139
  return TabSelectorColor$1;
50140
- })({});
50140
+ }({});
50141
50141
  const tabSelectorVariant = cva("relative flex size-full flex-row items-center gap-2", {
50142
50142
  variants: { color: {
50143
50143
  primary: "border-primary text-primary",
@@ -50314,8 +50314,8 @@ const useHorizontalSwipe = (config2) => {
50314
50314
  };
50315
50315
  const TabContext$1 = reactExports.createContext({
50316
50316
  tabsValues: {},
50317
- setTabsValues: (() => {
50318
- })
50317
+ setTabsValues: () => {
50318
+ }
50319
50319
  });
50320
50320
  const useTabContext = () => reactExports.useContext(TabContext$1);
50321
50321
  const TabProvider = ({ children }) => {
@@ -52540,11 +52540,11 @@ const ObjectTextEditor = ({ section, keyPath, dictionary, renderSection }) => /*
52540
52540
  })
52541
52541
  })
52542
52542
  }) });
52543
- var MarkdownViewMode = /* @__PURE__ */ (function(MarkdownViewMode$1) {
52543
+ var MarkdownViewMode = /* @__PURE__ */ function(MarkdownViewMode$1) {
52544
52544
  MarkdownViewMode$1[MarkdownViewMode$1["Edit"] = 0] = "Edit";
52545
52545
  MarkdownViewMode$1[MarkdownViewMode$1["Preview"] = 1] = "Preview";
52546
52546
  return MarkdownViewMode$1;
52547
- })(MarkdownViewMode || {});
52547
+ }(MarkdownViewMode || {});
52548
52548
  const MarkdownTextEditor = ({ section, keyPath, dictionary, isDarkMode }) => {
52549
52549
  const [mode, setMode] = reactExports.useState(MarkdownViewMode.Edit);
52550
52550
  const toggleContent$1 = [{
@@ -54113,13 +54113,13 @@ const StructureEditor = ({ dictionary }) => {
54113
54113
  dictionaryLocalId: localId
54114
54114
  });
54115
54115
  };
54116
- var EditorViewType = /* @__PURE__ */ (function(EditorViewType$1) {
54116
+ var EditorViewType = /* @__PURE__ */ function(EditorViewType$1) {
54117
54117
  EditorViewType$1[EditorViewType$1["DetailsEditor"] = 0] = "DetailsEditor";
54118
54118
  EditorViewType$1[EditorViewType$1["ContentEditor"] = 1] = "ContentEditor";
54119
54119
  EditorViewType$1[EditorViewType$1["StructureEditor"] = 2] = "StructureEditor";
54120
54120
  EditorViewType$1[EditorViewType$1["JSONEditor"] = 3] = "JSONEditor";
54121
54121
  return EditorViewType$1;
54122
- })(EditorViewType || {});
54122
+ }(EditorViewType || {});
54123
54123
  const DictionaryFieldEditor = ({ dictionary, onClickDictionaryList, isDarkMode, mode, onDelete, onSave }) => {
54124
54124
  const config2 = useConfiguration();
54125
54125
  const [editorView, setEditorView] = reactExports.useState(EditorViewType.ContentEditor);
@@ -54414,7 +54414,7 @@ const RightDrawer = ({ title, identifier, children, header, closeOnOutsideClick
54414
54414
  })
54415
54415
  });
54416
54416
  };
54417
- let TagRoundedSize = /* @__PURE__ */ (function(TagRoundedSize$1) {
54417
+ let TagRoundedSize = /* @__PURE__ */ function(TagRoundedSize$1) {
54418
54418
  TagRoundedSize$1["NONE"] = "none";
54419
54419
  TagRoundedSize$1["SM"] = "sm";
54420
54420
  TagRoundedSize$1["MD"] = "md";
@@ -54424,8 +54424,8 @@ let TagRoundedSize = /* @__PURE__ */ (function(TagRoundedSize$1) {
54424
54424
  TagRoundedSize$1["XXXL"] = "3xl";
54425
54425
  TagRoundedSize$1["FULL"] = "full";
54426
54426
  return TagRoundedSize$1;
54427
- })({});
54428
- let TagColor = /* @__PURE__ */ (function(TagColor$1) {
54427
+ }({});
54428
+ let TagColor = /* @__PURE__ */ function(TagColor$1) {
54429
54429
  TagColor$1["SUCCESS"] = "success";
54430
54430
  TagColor$1["ERROR"] = "error";
54431
54431
  TagColor$1["WARNING"] = "warning";
@@ -54443,25 +54443,25 @@ let TagColor = /* @__PURE__ */ (function(TagColor$1) {
54443
54443
  TagColor$1["BLACK"] = "black";
54444
54444
  TagColor$1["WHITE"] = "white";
54445
54445
  return TagColor$1;
54446
- })({});
54447
- let TagSize = /* @__PURE__ */ (function(TagSize$1) {
54446
+ }({});
54447
+ let TagSize = /* @__PURE__ */ function(TagSize$1) {
54448
54448
  TagSize$1["XS"] = "xs";
54449
54449
  TagSize$1["SM"] = "sm";
54450
54450
  TagSize$1["MD"] = "md";
54451
54451
  TagSize$1["LG"] = "lg";
54452
54452
  TagSize$1["XL"] = "xl";
54453
54453
  return TagSize$1;
54454
- })({});
54455
- let TagBorder = /* @__PURE__ */ (function(TagBorder$1) {
54454
+ }({});
54455
+ let TagBorder = /* @__PURE__ */ function(TagBorder$1) {
54456
54456
  TagBorder$1["NONE"] = "none";
54457
54457
  TagBorder$1["WITH"] = "with";
54458
54458
  return TagBorder$1;
54459
- })({});
54460
- let TagBackground = /* @__PURE__ */ (function(TagBackground$1) {
54459
+ }({});
54460
+ let TagBackground = /* @__PURE__ */ function(TagBackground$1) {
54461
54461
  TagBackground$1["NONE"] = "none";
54462
54462
  TagBackground$1["WITH"] = "with";
54463
54463
  return TagBackground$1;
54464
- })({});
54464
+ }({});
54465
54465
  const containerVariants = cva("w-fit backdrop-blur", {
54466
54466
  variants: {
54467
54467
  roundedSize: {
@@ -55191,13 +55191,13 @@ const ToastDescription = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime
55191
55191
  });
55192
55192
  const TOAST_LIMIT = 1;
55193
55193
  const TOAST_REMOVE_DELAY = 900 * 1e3;
55194
- var ActionTypes = /* @__PURE__ */ (function(ActionTypes$1) {
55194
+ var ActionTypes = /* @__PURE__ */ function(ActionTypes$1) {
55195
55195
  ActionTypes$1["ADD_TOAST"] = "ADD_TOAST";
55196
55196
  ActionTypes$1["UPDATE_TOAST"] = "UPDATE_TOAST";
55197
55197
  ActionTypes$1["DISMISS_TOAST"] = "DISMISS_TOAST";
55198
55198
  ActionTypes$1["REMOVE_TOAST"] = "REMOVE_TOAST";
55199
55199
  return ActionTypes$1;
55200
- })(ActionTypes || {});
55200
+ }(ActionTypes || {});
55201
55201
  let count = 0;
55202
55202
  const genId = () => {
55203
55203
  count = (count + 1) % Number.MAX_SAFE_INTEGER;
@@ -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-BscemyLr.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-BTD78fi8.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-UvWk4YN-.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.1.6",
3
+ "version": "7.1.7",
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,32 +85,32 @@
85
85
  "typecheck": "tsc --project ./server/tsconfig.types.json --noEmit"
86
86
  },
87
87
  "dependencies": {
88
- "@intlayer/api": "7.1.6",
89
- "@intlayer/chokidar": "7.1.6",
90
- "@intlayer/config": "7.1.6",
91
- "@intlayer/core": "7.1.6",
92
- "@intlayer/design-system": "7.1.6",
93
- "@intlayer/editor-react": "7.1.6",
94
- "@intlayer/types": "7.1.6",
95
- "@intlayer/unmerged-dictionaries-entry": "7.1.6",
88
+ "@intlayer/api": "7.1.7",
89
+ "@intlayer/chokidar": "7.1.7",
90
+ "@intlayer/config": "7.1.7",
91
+ "@intlayer/core": "7.1.7",
92
+ "@intlayer/design-system": "7.1.7",
93
+ "@intlayer/editor-react": "7.1.7",
94
+ "@intlayer/types": "7.1.7",
95
+ "@intlayer/unmerged-dictionaries-entry": "7.1.7",
96
96
  "@tanstack/react-query": "5.90.10",
97
97
  "compression": "1.8.1",
98
98
  "cookie-parser": "1.4.7",
99
99
  "cors": "2.8.5",
100
100
  "express": "5.1.0",
101
- "express-intlayer": "7.1.6",
101
+ "express-intlayer": "7.1.7",
102
102
  "framer-motion": "12.23.24",
103
103
  "fuse.js": "7.1.0",
104
104
  "helmet": "8.1.0",
105
- "intlayer": "7.1.6",
105
+ "intlayer": "7.1.7",
106
106
  "lucide-react": "0.554.0",
107
107
  "mime": "4.1.0",
108
108
  "react": "19.2.0",
109
109
  "react-dom": "19.2.0",
110
- "react-intlayer": "7.1.6",
110
+ "react-intlayer": "7.1.7",
111
111
  "react-router-dom": "7.9.5",
112
112
  "rimraf": "6.1.0",
113
- "vite-intlayer": "7.1.6"
113
+ "vite-intlayer": "7.1.7"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@tailwindcss/vite": "4.1.16",
@@ -130,18 +130,18 @@
130
130
  "tsdown": "0.16.5",
131
131
  "typescript": "5.9.3",
132
132
  "vite": "7.2.2",
133
- "vitest": "4.0.8"
133
+ "vitest": "4.0.10"
134
134
  },
135
135
  "peerDependencies": {
136
136
  "clsx": "2.1.1",
137
137
  "framer-motion": "12.23.24",
138
- "intlayer": "7.1.6",
138
+ "intlayer": "7.1.7",
139
139
  "react": ">=16.0.0",
140
140
  "react-dom": ">=16.0.0",
141
- "react-intlayer": "7.1.6",
141
+ "react-intlayer": "7.1.7",
142
142
  "react-router-dom": ">=6.0.0",
143
143
  "tailwind-merge": "3.4.0",
144
- "vite-intlayer": "7.1.6"
144
+ "vite-intlayer": "7.1.7"
145
145
  },
146
146
  "engines": {
147
147
  "node": ">=14.18"