@intlayer/design-system 7.5.2 → 7.5.3

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.
Files changed (86) hide show
  1. package/dist/types/components/Badge/index.d.ts +2 -2
  2. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  3. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  4. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  5. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  6. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  7. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  8. package/dist/types/components/Button/Button.d.ts +6 -6
  9. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  10. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  11. package/dist/types/components/Command/index.d.ts +20 -20
  12. package/dist/types/components/Command/index.d.ts.map +1 -1
  13. package/dist/types/components/Container/index.d.ts +9 -9
  14. package/dist/types/components/Container/index.d.ts.map +1 -1
  15. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  16. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  17. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  18. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  19. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  20. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  21. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  22. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  23. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  24. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  25. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  26. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  27. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  28. package/dist/types/components/Form/FormBase.d.ts +2 -2
  29. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  30. package/dist/types/components/Form/FormField.d.ts +2 -2
  31. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  32. package/dist/types/components/Form/FormItem.d.ts +2 -2
  33. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  34. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  35. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  36. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  37. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  38. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  39. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  40. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  41. package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
  42. package/dist/types/components/IDE/code.content.d.ts +5 -5
  43. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  44. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  45. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  46. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  47. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  48. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  49. package/dist/types/components/Input/Input.d.ts +2 -2
  50. package/dist/types/components/Input/OTPInput.d.ts +7 -7
  51. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  52. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  53. package/dist/types/components/Link/Link.d.ts +5 -5
  54. package/dist/types/components/Loader/index.content.d.ts +3 -3
  55. package/dist/types/components/Loader/spinner.d.ts +2 -2
  56. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  57. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  58. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  59. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  60. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  61. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  62. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  63. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  64. package/dist/types/components/Navbar/index.d.ts +2 -2
  65. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  66. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  67. package/dist/types/components/Select/Select.d.ts +3 -3
  68. package/dist/types/components/Select/Select.d.ts.map +1 -1
  69. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  70. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  71. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  72. package/dist/types/components/Tab/Tab.d.ts +5 -5
  73. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  74. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  75. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  76. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  77. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  78. package/dist/types/components/Table/table.content.d.ts +3 -3
  79. package/dist/types/components/Tag/index.d.ts +5 -5
  80. package/dist/types/components/Tag/index.d.ts.map +1 -1
  81. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  82. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  83. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  84. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  85. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  86. package/package.json +14 -14
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,OAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,OAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
1
+ {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,MAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,MAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,MAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,MAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
@@ -7,12 +7,12 @@ import { TiktokLogo } from "./TiktokLogo.js";
7
7
  import { XLogo } from "./XLogo.js";
8
8
  import { YoutubeLogo } from "./YoutubeLogo.js";
9
9
  import { AnchorHTMLAttributes, DetailedHTMLProps, ReactNode } from "react";
10
- import * as react_jsx_runtime11 from "react/jsx-runtime";
10
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
11
11
 
12
12
  //#region src/components/SocialNetworks/index.d.ts
13
13
  declare const socialNetworks: {
14
14
  href: string;
15
- component: react_jsx_runtime11.JSX.Element;
15
+ component: react_jsx_runtime10.JSX.Element;
16
16
  label: string;
17
17
  }[];
18
18
  type SocialNetworksProps = {
@@ -1,7 +1,7 @@
1
1
  import { HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types9 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types10 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as react_jsx_runtime10 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/SwitchSelector/index.d.ts
7
7
  type SwitchSelectorChoice<T = boolean> = {
@@ -28,17 +28,17 @@ declare enum SwitchSelectorColor {
28
28
  TEXT = "text",
29
29
  }
30
30
  declare const switchSelectorVariant: (props?: {
31
- color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
31
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
32
32
  disabled?: boolean;
33
- } & class_variance_authority_types9.ClassProp) => string;
33
+ } & class_variance_authority_types10.ClassProp) => string;
34
34
  declare enum SwitchSelectorSize {
35
35
  SM = "sm",
36
36
  MD = "md",
37
37
  LG = "lg",
38
38
  }
39
39
  declare const choiceVariant: (props?: {
40
- size?: "lg" | "md" | "sm";
41
- } & class_variance_authority_types9.ClassProp) => string;
40
+ size?: "md" | "sm" | "lg";
41
+ } & class_variance_authority_types10.ClassProp) => string;
42
42
  /**
43
43
  *
44
44
  * Component that allows the user to select one of the provided choices.
@@ -66,7 +66,7 @@ declare const SwitchSelector: <T>({
66
66
  className,
67
67
  hoverable,
68
68
  disabled
69
- }: SwitchSelectorProps<T>) => react_jsx_runtime10.JSX.Element;
69
+ }: SwitchSelectorProps<T>) => react_jsx_runtime12.JSX.Element;
70
70
  //#endregion
71
71
  export { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize };
72
72
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,MAAA,GAAA,SAAkB,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA;EAMxB,QAAA,CAAA,EAAA,OAcL;AA2CD,CAAA,GAjEC,+BAAA,CAAA,SAsKA,EAAA,GAAA,MAAA;AArGkC,aA/DvB,kBAAA;EA+DuB,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;;cAzD7B,aAyD6B,EAAA,CAAA,KAAA,CAAA,EAAA;EAAA,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA;CAAA,GA3ClC,+BAAA,CAAA,SA2CkC,EAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;cAAtB;;;;;;;;;;GAUV,oBAAoB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,SAAA,GAAA,WAAkB,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;EAMxB,QAAA,CAAA,EAAA,OAcL;AA2CD,CAAA,GAjEC,gCAAA,CAAA,SAsKA,EAAA,GAAA,MAAA;AArGkC,aA/DvB,kBAAA;EA+DuB,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;;cAzD7B,aAyD6B,EAAA,CAAA,KAAA,CAAA,EAAA;EAAA,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA;CAAA,GA3ClC,gCAAA,CAAA,SA2CkC,EAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;cAAtB;;;;;;;;;;GAUV,oBAAoB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,12 +1,12 @@
1
1
  import { HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types11 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types6 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as react_jsx_runtime12 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Tab/Tab.d.ts
7
7
  declare const tabContainerVariant: (props?: {
8
8
  variant?: "default" | "ghost" | "bordered";
9
- } & class_variance_authority_types11.ClassProp) => string;
9
+ } & class_variance_authority_types6.ClassProp) => string;
10
10
  type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
11
11
  defaultTab?: string;
12
12
  group?: string;
@@ -25,12 +25,12 @@ declare const Tab: (({
25
25
  children,
26
26
  className,
27
27
  ...props
28
- }: TabProps) => react_jsx_runtime12.JSX.Element) & {
28
+ }: TabProps) => react_jsx_runtime7.JSX.Element) & {
29
29
  Item: {
30
30
  ({
31
31
  children,
32
32
  ...props
33
- }: TabItemProps): react_jsx_runtime12.JSX.Element;
33
+ }: TabItemProps): react_jsx_runtime7.JSX.Element;
34
34
  displayName: string;
35
35
  };
36
36
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,gCAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAkLd,GAlLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,mBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,mBAAA,CAAA,GAAA,CAAA,OAPhC;IA8KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
1
+ {"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,+BAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAkLd,GAlLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,kBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,kBAAA,CAAA,GAAA,CAAA,OAPhC;IA8KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react17 from "react";
1
+ import * as react1 from "react";
2
2
  import { Dispatch, FC, PropsWithChildren, SetStateAction } from "react";
3
3
 
4
4
  //#region src/components/Tab/TabContext.d.ts
@@ -9,7 +9,7 @@ type TabContextValue = {
9
9
  /**
10
10
  * Context that store the current locale on the client side
11
11
  */
12
- declare const TabContext: react17.Context<TabContextValue>;
12
+ declare const TabContext: react1.Context<TabContextValue>;
13
13
  /**
14
14
  * Hook that provides the current locale
15
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,OAAA,CAAA,OANN,CAMM,eANN,CAAA;;AAMjB;AAQA;AAKa,cALA,aAKgB,EAAA,GAAA,GALH,eAKE;;;;cAAf,aAAa,GAAG"}
1
+ {"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,MAAA,CAAA,OANN,CAMM,eANN,CAAA;;AAMjB;AAQA;AAKa,cALA,aAKgB,EAAA,GAAA,GALH,eAKE;;;;cAAf,aAAa,GAAG"}
@@ -1,8 +1,8 @@
1
1
  import { ItemSelectorOrientation } from "../../hooks/useItemSelector.js";
2
2
  import { HTMLAttributes, ReactElement } from "react";
3
- import * as class_variance_authority_types14 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types9 from "class-variance-authority/types";
4
4
  import { VariantProps } from "class-variance-authority";
5
- import * as react_jsx_runtime15 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/TabSelector/TabSelector.d.ts
8
8
  declare enum TabSelectorColor {
@@ -15,8 +15,8 @@ declare enum TabSelectorColor {
15
15
  TEXT = "text",
16
16
  }
17
17
  declare const tabSelectorVariant: (props?: {
18
- color?: "primary" | "secondary" | "neutral" | "text" | "destructive" | "light" | "dark";
19
- } & class_variance_authority_types14.ClassProp) => string;
18
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
19
+ } & class_variance_authority_types9.ClassProp) => string;
20
20
  type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
21
21
  key: string | number;
22
22
  };
@@ -54,7 +54,7 @@ declare const TabSelector: <T extends TabSelectorItemProps>({
54
54
  hoverable,
55
55
  orientation,
56
56
  className
57
- }: TabSelectorProps<T>) => react_jsx_runtime15.JSX.Element;
57
+ }: TabSelectorProps<T>) => react_jsx_runtime11.JSX.Element;
58
58
  //#endregion
59
59
  export { TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps };
60
60
  //# sourceMappingURL=TabSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,aAAA,GAAA,OAAA,GAAA,MAAA;CACU,GAhCjB,gCAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;CACU,GAhCjB,+BAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types157 from "@intlayer/types";
1
+ import * as _intlayer_types115 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Table/table.content.d.ts
4
4
  declare const tableContent: {
5
5
  key: string;
6
6
  content: {
7
- show: _intlayer_types157.TypedNodeModel<_intlayer_types157.NodeType.Translation, {
7
+ show: _intlayer_types115.TypedNodeModel<_intlayer_types115.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const tableContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types157.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types115.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { FC, HTMLAttributes, PropsWithChildren } from "react";
2
- import * as class_variance_authority_types12 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types7 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Tag/index.d.ts
@@ -185,12 +185,12 @@ declare enum TagBackground {
185
185
  WITH = "with",
186
186
  }
187
187
  declare const containerVariants: (props?: {
188
- roundedSize?: "lg" | "none" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full";
189
- color?: "text" | "neutral" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
- size?: "lg" | "md" | "sm" | "xl" | "xs";
188
+ roundedSize?: "md" | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
189
+ color?: "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
+ size?: "md" | "sm" | "lg" | "xl" | "xs";
191
191
  border?: "none" | "with";
192
192
  background?: "none" | "with";
193
- } & class_variance_authority_types12.ClassProp) => string;
193
+ } & class_variance_authority_types7.ClassProp) => string;
194
194
  /**
195
195
  * Tag component for displaying labels, categories, status indicators, and badges
196
196
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA0CA;AAuBA;AAoBA;AAGC;AAyJD;;;;;;;;;;;;;;;KAnTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA0CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA8DJ,gCAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyFW,KAAK,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA0CA;AAuBA;AAoBA;AAGC;AAyJD;;;;;;;;;;;;;;;KAnTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA0CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA8DJ,+BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyFW,KAAK,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types160 from "@intlayer/types";
1
+ import * as _intlayer_types118 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Terminal/terminal.content.d.ts
4
4
  declare const terminalContent: {
5
5
  key: string;
6
6
  content: {
7
- closeTab: _intlayer_types160.TypedNodeModel<_intlayer_types160.NodeType.Translation, {
7
+ closeTab: _intlayer_types118.TypedNodeModel<_intlayer_types118.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const terminalContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types160.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types118.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const terminalContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- terminalInput: _intlayer_types160.TypedNodeModel<_intlayer_types160.NodeType.Translation, {
48
+ terminalInput: _intlayer_types118.TypedNodeModel<_intlayer_types118.NodeType.Translation, {
49
49
  en: string;
50
50
  fr: string;
51
51
  es: string;
@@ -64,7 +64,7 @@ declare const terminalContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types160.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types118.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps, FC, ReactElement } from "react";
2
- import * as class_variance_authority_types13 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types8 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as ToastPrimitives from "@radix-ui/react-toast";
5
5
 
@@ -25,8 +25,8 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
25
25
  * ```
26
26
  */
27
27
  declare const toastVariants: (props?: {
28
- variant?: "error" | "success" | "default";
29
- } & class_variance_authority_types13.ClassProp) => string;
28
+ variant?: "default" | "error" | "success";
29
+ } & class_variance_authority_types8.ClassProp) => string;
30
30
  /**
31
31
  * Toast Component
32
32
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,OAAA,GAAA,SAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,gCAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
1
+ {"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,SAAA,GAAA,OAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,+BAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Toaster/Toaster.d.ts
4
4
 
@@ -44,7 +44,7 @@ import * as react_jsx_runtime14 from "react/jsx-runtime";
44
44
  *
45
45
  * @returns JSX element rendering the toast viewport and active toasts
46
46
  */
47
- declare const Toaster: () => react_jsx_runtime14.JSX.Element;
47
+ declare const Toaster: () => react_jsx_runtime9.JSX.Element;
48
48
  //#endregion
49
49
  export { Toaster };
50
50
  //# sourceMappingURL=Toaster.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toaster.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toaster.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAsDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,eAAO,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"Toaster.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toaster.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAsDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,eAAO,kBAAA,CAAA,GAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "private": false,
5
5
  "description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
6
6
  "keywords": [
@@ -105,12 +105,12 @@
105
105
  "dependencies": {
106
106
  "@better-auth/passkey": "1.4.7",
107
107
  "@better-auth/sso": "1.4.7",
108
- "@intlayer/api": "7.5.2",
109
- "@intlayer/config": "7.5.2",
110
- "@intlayer/core": "7.5.2",
111
- "@intlayer/dictionaries-entry": "7.5.2",
112
- "@intlayer/editor-react": "7.5.2",
113
- "@intlayer/types": "7.5.2",
108
+ "@intlayer/api": "7.5.3",
109
+ "@intlayer/config": "7.5.3",
110
+ "@intlayer/core": "7.5.3",
111
+ "@intlayer/dictionaries-entry": "7.5.3",
112
+ "@intlayer/editor-react": "7.5.3",
113
+ "@intlayer/types": "7.5.3",
114
114
  "@radix-ui/react-dialog": "1.1.15",
115
115
  "@radix-ui/react-select": "2.2.6",
116
116
  "@radix-ui/react-slot": "1.2.4",
@@ -123,7 +123,7 @@
123
123
  "zod": "4.2.1"
124
124
  },
125
125
  "devDependencies": {
126
- "@intlayer/backend": "7.5.2",
126
+ "@intlayer/backend": "7.5.3",
127
127
  "@shikijs/transformers": "3.20.0",
128
128
  "@storybook/addon-a11y": "8.6.14",
129
129
  "@storybook/addon-essentials": "8.6.14",
@@ -153,22 +153,22 @@
153
153
  "@utils/ts-config": "1.0.4",
154
154
  "@utils/ts-config-types": "1.0.4",
155
155
  "fast-glob": "3.3.3",
156
- "intlayer": "7.5.2",
157
- "react-intlayer": "7.5.2",
156
+ "intlayer": "7.5.3",
157
+ "react-intlayer": "7.5.3",
158
158
  "rimraf": "6.1.2",
159
159
  "shiki": "3.20.0",
160
160
  "storybook": "8.6.14",
161
161
  "tsdown": "0.18.2",
162
162
  "typescript": "5.9.3",
163
163
  "vite": "7.3.0",
164
- "vite-intlayer": "7.5.2",
164
+ "vite-intlayer": "7.5.3",
165
165
  "vite-plugin-dts": "4.5.4",
166
166
  "vitest": "4.0.16"
167
167
  },
168
168
  "peerDependencies": {
169
169
  "@better-fetch/fetch": "1.1.21",
170
170
  "@hookform/resolvers": "5.2.2",
171
- "@intlayer/backend": "7.5.2",
171
+ "@intlayer/backend": "7.5.3",
172
172
  "@monaco-editor/react": "4.7.0",
173
173
  "@shikijs/transformers": "3.20.0",
174
174
  "@tanstack/react-query": "5.90.12",
@@ -176,12 +176,12 @@
176
176
  "clsx": "2.1.1",
177
177
  "framer-motion": "12.23.26",
178
178
  "fuse.js": "7.1.0",
179
- "intlayer": "7.5.2",
179
+ "intlayer": "7.5.3",
180
180
  "lucide-react": "0.562.0",
181
181
  "react": ">=16.0.0",
182
182
  "react-dom": ">=16.0.0",
183
183
  "react-hook-form": "7.69.0",
184
- "react-intlayer": "7.5.2",
184
+ "react-intlayer": "7.5.3",
185
185
  "shiki": "3.20.0",
186
186
  "tailwind-merge": "3.4.0",
187
187
  "tailwindcss": "4.1.18",