@intlayer/design-system 7.1.3 → 7.1.5

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 (145) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/Button/Button.mjs +1 -2
  6. package/dist/esm/components/Button/Button.mjs.map +1 -1
  7. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  10. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  11. package/dist/esm/components/CopyButton/index.mjs +1 -1
  12. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  15. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  16. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  21. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  22. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  23. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  24. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  25. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  26. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  27. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  28. package/dist/esm/components/HideShow/index.mjs +1 -1
  29. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  30. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  31. package/dist/esm/components/Input/OTPInput.mjs +2 -2
  32. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  33. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  34. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  35. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  36. package/dist/esm/components/Modal/Modal.mjs +3 -3
  37. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  38. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  39. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  40. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  41. package/dist/esm/components/Tab/Tab.mjs +1 -1
  42. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  43. package/dist/esm/components/Table/Table.mjs +1 -1
  44. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  45. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  46. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  47. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  48. package/dist/types/components/Badge/index.d.ts +2 -2
  49. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  50. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  51. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  52. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  53. package/dist/types/components/Button/Button.d.ts +3 -3
  54. package/dist/types/components/Button/Button.d.ts.map +1 -1
  55. package/dist/types/components/Command/index.d.ts +4 -4
  56. package/dist/types/components/Container/index.d.ts +4 -4
  57. package/dist/types/components/Container/index.d.ts.map +1 -1
  58. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  59. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  60. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  62. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  64. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  65. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  66. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  67. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  68. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  69. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  70. package/dist/types/components/Form/FormBase.d.ts +2 -2
  71. package/dist/types/components/Form/FormField.d.ts +2 -2
  72. package/dist/types/components/Form/FormItem.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  74. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  76. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  79. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  80. package/dist/types/components/IDE/code.content.d.ts +5 -5
  81. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  82. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  83. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  84. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  85. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  86. package/dist/types/components/Input/Input.d.ts +3 -3
  87. package/dist/types/components/Input/Input.d.ts.map +1 -1
  88. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  89. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  90. package/dist/types/components/Link/Link.d.ts +3 -3
  91. package/dist/types/components/Loader/index.content.d.ts +3 -3
  92. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  93. package/dist/types/components/Loader/spinner.d.ts +2 -2
  94. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  95. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  96. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  97. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  98. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  99. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  100. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  101. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  102. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  103. package/dist/types/components/Navbar/index.d.ts +2 -2
  104. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  105. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  106. package/dist/types/components/Select/Select.d.ts +3 -3
  107. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  108. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  109. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  110. package/dist/types/components/Tab/Tab.d.ts +5 -5
  111. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  112. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  113. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  114. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  115. package/dist/types/components/Table/table.content.d.ts +3 -3
  116. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  117. package/dist/types/components/Tag/index.d.ts +5 -5
  118. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  119. package/dist/types/hooks/reactQuery.d.ts +40 -40
  120. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  121. package/dist/types/hooks/useAuth/useOAuth2.d.ts +1 -2
  122. package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -1
  123. package/dist/types/hooks/useUser/index.d.ts +2 -2
  124. package/package.json +14 -14
  125. package/dist/esm/components/Form/elements/CodeInputElement.mjs +0 -40
  126. package/dist/esm/components/Form/elements/CodeInputElement.mjs.map +0 -1
  127. package/dist/esm/components/Input/CodeInput.mjs +0 -84
  128. package/dist/esm/components/Input/CodeInput.mjs.map +0 -1
  129. package/dist/esm/components/Input/OTPInput/Input.mjs +0 -426
  130. package/dist/esm/components/Input/OTPInput/Input.mjs.map +0 -1
  131. package/dist/esm/components/Input/OTPInput/index.mjs +0 -495
  132. package/dist/esm/components/Input/OTPInput/index.mjs.map +0 -1
  133. package/dist/types/Checkbox.d.ts +0 -2
  134. package/dist/types/Input.d.ts +0 -16
  135. package/dist/types/Input.d.ts.map +0 -1
  136. package/dist/types/InputPassword.d.ts +0 -2
  137. package/dist/types/OTPElement.d.ts +0 -30
  138. package/dist/types/OTPElement.d.ts.map +0 -1
  139. package/dist/types/OTPInput.d.ts +0 -3
  140. package/dist/types/SearchInput.d.ts +0 -1
  141. package/dist/types/components/Input/OTPInput/Input.d.ts +0 -57
  142. package/dist/types/components/Input/OTPInput/Input.d.ts.map +0 -1
  143. package/dist/types/components/Input/OTPInput/index.d.ts +0 -78
  144. package/dist/types/components/Input/OTPInput/index.d.ts.map +0 -1
  145. package/dist/types/index.d.ts +0 -5
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types143 from "@intlayer/types";
1
+ import * as _intlayer_types71 from "@intlayer/types";
2
2
  import * as _intlayer_core0 from "@intlayer/core";
3
3
 
4
4
  //#region src/components/ExpandCollapse/expandCollapse.content.d.ts
5
5
  declare const expandCollapseContent: {
6
6
  key: string;
7
7
  content: {
8
- expandCollapseContent: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
8
+ expandCollapseContent: _intlayer_types71.TypedNodeModel<_intlayer_types71.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types71.TypedNodeModel<_intlayer_types71.NodeType.Translation, {
9
9
  en: string;
10
10
  fr: string;
11
11
  es: string;
@@ -24,7 +24,7 @@ declare const expandCollapseContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: _intlayer_types143.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types71.NodeType.Translation | "translation";
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import { ZodObject, z } from "zod/v4";
4
4
  import * as react_hook_form0 from "react-hook-form";
5
5
  import { FormProviderProps, UseFormProps } from "react-hook-form";
@@ -21,7 +21,7 @@ declare const Form: <T extends ZodObject>({
21
21
  children,
22
22
  autoComplete,
23
23
  ...props
24
- }: FormProps<T>) => react_jsx_runtime5.JSX.Element;
24
+ }: FormProps<T>) => react_jsx_runtime1.JSX.Element;
25
25
  declare const useForm: <T extends ZodObject>(schema: T, props?: UseFormProps<z.infer<T>>) => {
26
26
  form: react_hook_form0.UseFormReturn<z.core.output<T>, any, z.core.output<T>>;
27
27
  isSubmitting: boolean;
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime4 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import * as react_hook_form0 from "react-hook-form";
3
3
  import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
4
4
 
5
5
  //#region src/components/Form/FormField.d.ts
6
6
  declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
7
7
  ...props
8
- }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime4.JSX.Element;
8
+ }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime0.JSX.Element;
9
9
  declare const useFormField: () => {
10
10
  invalid: boolean;
11
11
  isDirty: boolean;
@@ -1,4 +1,4 @@
1
- import * as react15 from "react";
1
+ import * as react14 from "react";
2
2
  import { FC, HTMLAttributes } from "react";
3
3
 
4
4
  //#region src/components/Form/FormItem.d.ts
@@ -6,7 +6,7 @@ declare const FormItem: FC<HTMLAttributes<HTMLDivElement>>;
6
6
  type FormItemContextValue = {
7
7
  id: string;
8
8
  };
9
- declare const FormItemContext: react15.Context<FormItemContextValue>;
9
+ declare const FormItemContext: react14.Context<FormItemContextValue>;
10
10
  //#endregion
11
11
  export { FormItem, FormItemContext };
12
12
  //# sourceMappingURL=FormItem.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { EditableFieldInput } from "../../EditableField/EditableFieldInput.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime13 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldInputElement.d.ts
7
7
  type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableFieldInput>, 'Element'> & Omit<ComponentProps<typeof EditableFieldInput> & {
@@ -11,7 +11,7 @@ type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableField
11
11
  className?: string;
12
12
  children?: ReactNode;
13
13
  }, 'aria-label' | 'aria-labelledby'>;
14
- declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime13.JSX.Element;
14
+ declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime16.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldInputElement };
17
17
  //# sourceMappingURL=EditableFieldInputElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { EditableFieldTextArea } from "../../EditableField/EditableFieldTextArea.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime14 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
7
7
  type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFieldTextArea>, 'Element'> & Omit<ComponentProps<typeof EditableFieldTextArea> & {
@@ -11,7 +11,7 @@ type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFi
11
11
  className?: string;
12
12
  children?: ReactNode;
13
13
  }, 'aria-label' | 'aria-labelledby'>;
14
- declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime14.JSX.Element;
14
+ declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime17.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldTextAreaElement };
17
17
  //# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { FormItemLayoutProps } from "../layout/FormItemLayout.js";
2
2
  import "../layout/index.js";
3
3
  import { ComponentProps, ElementType, ReactNode } from "react";
4
- import * as react_jsx_runtime15 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/FormElement.d.ts
7
7
  type FormElementProps<T extends ElementType> = {
@@ -20,7 +20,7 @@ type FormElementProps<T extends ElementType> = {
20
20
  * This element will interact with the FormContext and will be controlled by the FormControl component.
21
21
  * The props used to control the element will be `value` and `onChange`.
22
22
  */
23
- declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime15.JSX.Element;
23
+ declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime18.JSX.Element;
24
24
  //#endregion
25
25
  export { FormElement, FormElementProps };
26
26
  //# sourceMappingURL=FormElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { MultiSelect } from "../../Select/Multiselect.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime17 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/MultiselectElement.d.ts
7
7
  type SelectElementsProps = Omit<FormElementProps<typeof MultiSelect>, 'Element'> & ComponentProps<typeof MultiSelect> & {
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SelectElementsProps) => react_jsx_runtime17.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime20.JSX.Element;
24
24
  //#endregion
25
25
  export { MultiSelectElement };
26
26
  //# sourceMappingURL=MultiselectElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { InputOTP } from "../../Input/OTPInput.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime16 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/OTPElement.d.ts
7
7
  type OTPElementsProps = Omit<FormElementProps<typeof InputOTP>, 'Element'> & Omit<ComponentProps<typeof InputOTP>, 'children'> & {
@@ -24,7 +24,7 @@ declare const OTPElement: ({
24
24
  slots,
25
25
  maxLength,
26
26
  ...props
27
- }: OTPElementsProps) => react_jsx_runtime16.JSX.Element;
27
+ }: OTPElementsProps) => react_jsx_runtime19.JSX.Element;
28
28
  //#endregion
29
29
  export { OTPElement };
30
30
  //# sourceMappingURL=OTPElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { SwitchSelector } from "../../SwitchSelector/index.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime18 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/SwitchSelectorElement.d.ts
7
7
  type SwitchSelectorElementProps = Omit<FormElementProps<typeof SwitchSelector>, 'Element'> & ComponentProps<typeof SwitchSelector> & {
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SwitchSelectorElementProps) => react_jsx_runtime18.JSX.Element;
23
+ }: SwitchSelectorElementProps) => react_jsx_runtime21.JSX.Element;
24
24
  //#endregion
25
25
  export { SwitchSelectorElement };
26
26
  //# sourceMappingURL=SwitchSelectorElement.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react14 from "react";
1
+ import * as react15 from "react";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/IDE/CodeContext.d.ts
@@ -16,7 +16,7 @@ type CodeContextValue = {
16
16
  /**
17
17
  * Context that store the current locale on the client side
18
18
  */
19
- declare const CodeContext: react14.Context<CodeContextValue>;
19
+ declare const CodeContext: react15.Context<CodeContextValue>;
20
20
  /**
21
21
  * Hook that provides the current locale
22
22
  */
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types26 from "@intlayer/types";
1
+ import * as _intlayer_types136 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/code.content.d.ts
4
4
  declare const codeContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
7
+ title: _intlayer_types136.TypedNodeModel<_intlayer_types136.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const codeContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types26.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types136.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const codeContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
48
+ description: _intlayer_types136.TypedNodeModel<_intlayer_types136.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const codeContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types26.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types136.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,kCA8CgB,yCAAA"}
1
+ {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,mCA8CgB,0CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types32 from "@intlayer/types";
1
+ import * as _intlayer_types379 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/copyCode.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types32.TypedNodeModel<_intlayer_types32.NodeType.Translation, {
7
+ title: _intlayer_types379.TypedNodeModel<_intlayer_types379.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const copyContentContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types32.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types379.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const copyContentContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types32.TypedNodeModel<_intlayer_types32.NodeType.Translation, {
48
+ description: _intlayer_types379.TypedNodeModel<_intlayer_types379.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const copyContentContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types32.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types379.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,kCA8CgB,yCAAA"}
1
+ {"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,mCA8CgB,0CAAA"}
@@ -1,14 +1,14 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types5 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types13 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Input/Checkbox.d.ts
6
6
  declare const checkboxVariants: (props?: {
7
7
  variant?: "default";
8
8
  size?: "sm" | "md" | "lg";
9
- color?: "error" | "dark" | "primary" | "secondary" | "neutral" | "text" | "success" | "destructive" | "light" | "custom";
10
- validationStyleEnabled?: "disabled" | "enabled";
11
- } & class_variance_authority_types5.ClassProp) => string;
9
+ color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "success" | "custom";
10
+ validationStyleEnabled?: "enabled" | "disabled";
11
+ } & class_variance_authority_types13.ClassProp) => string;
12
12
  declare enum CheckboxSize {
13
13
  SM = "sm",
14
14
  MD = "md",
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cASa,wBA+DY;;;EA/DZ,KAAA,CAAA,EAAA,OAAA,GAAA,MAuDZ,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,SAAA,GAAA,aAAA,GAAA,OAAA,GAAA,QAAA;EAEW,sBAAY,CAAA,EAAA,UAAA,GAAA,SAAA;AAMxB,CAAA,GARC,+BAAA,CAAA,SAQwB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA8B/B,MAAA,GAAA,QAiBZ;;KA3DW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;;cA8BlB,UAAU,GAAG"}
1
+ {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cASa,wBA+DY;;;EA/DZ,KAAA,CAAA,EAAA,OAAA,GAAA,SAuDZ,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA,GAAA,SAAA,GAAA,QAAA;EAEW,sBAAY,CAAA,EAAA,SAAA,GAAA,UAAA;AAMxB,CAAA,GARC,gCAAA,CAAA,SAQwB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA8B/B,MAAA,GAAA,QAiBZ;;KA3DW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;;cA8BlB,UAAU,GAAG"}
@@ -1,13 +1,13 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes } from "react";
2
- import * as class_variance_authority_types4 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types14 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Input/Input.d.ts
6
6
  declare const inputVariants: (props?: {
7
7
  variant?: "default" | "invisible";
8
8
  size?: "md" | "lg";
9
- validationStyleEnabled?: "disabled" | "enabled";
10
- } & class_variance_authority_types4.ClassProp) => string;
9
+ validationStyleEnabled?: "enabled" | "disabled";
10
+ } & class_variance_authority_types14.ClassProp) => string;
11
11
  declare enum InputVariant {
12
12
  DEFAULT = "default",
13
13
  INVISIBLE = "invisible",
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"sourcesContent":[],"mappings":";;;;;cAOa,qBAiDW;;;EAjDX,sBA+CZ,CAAA,EAAA,UAAA,GAAA,SAAA;AAED,CAAA,GAFC,+BAAA,CAAA,SAEuB,EAAA,GAAA,MAAA;AAKZ,aALA,YAAA;EAUA,OAAA,GAAA,SAAU;EACA,SAAA,GAAA,WAAA;;AACpB,aAPU,SAAA;EAKa,EAAA,GAAA,IAAA;EAMD,EAAA,GAAA,IAAA;;AADpB,KALQ,UAAA,GAAa,iBAKrB,CAJF,mBAIE,CAJkB,gBAIlB,CAAA,EAHF,gBAGE,CAAA,GAAA;EAIU,sBAAA,CAAA,EAAA,OAAA;CACH,GALP,IAKO,CAJP,YAIO,CAAA,OAJa,aAIb,CAAA,EAAA,wBAAA,GAAA,SAAA,GAAA,MAAA,CAAA,GAAA;EAAS,OAAA,CAAA,EADN,YACM;EAGP,IAAA,CAAA,EAHF,SAqBV;;cAlBY,OAAO,GAAG"}
1
+ {"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"sourcesContent":[],"mappings":";;;;;cAOa,qBAiDW;;;EAjDX,sBA+CZ,CAAA,EAAA,SAAA,GAAA,UAAA;AAED,CAAA,GAFC,gCAAA,CAAA,SAEuB,EAAA,GAAA,MAAA;AAKZ,aALA,YAAA;EAUA,OAAA,GAAA,SAAU;EACA,SAAA,GAAA,WAAA;;AACpB,aAPU,SAAA;EAKa,EAAA,GAAA,IAAA;EAMD,EAAA,GAAA,IAAA;;AADpB,KALQ,UAAA,GAAa,iBAKrB,CAJF,mBAIE,CAJkB,gBAIlB,CAAA,EAHF,gBAGE,CAAA,GAAA;EAIU,sBAAA,CAAA,EAAA,OAAA;CACH,GALP,IAKO,CAJP,YAIO,CAAA,OAJa,aAIb,CAAA,EAAA,wBAAA,GAAA,SAAA,GAAA,MAAA,CAAA,GAAA;EAAS,OAAA,CAAA,EADN,YACM;EAGP,IAAA,CAAA,EAHF,SAqBV;;cAlBY,OAAO,GAAG"}
@@ -2,8 +2,8 @@ import { ButtonProps } from "../Button/Button.js";
2
2
  import "../Button/index.js";
3
3
  import * as react16 from "react";
4
4
  import { ComponentProps, FC, InputHTMLAttributes, ReactNode, RefObject } from "react";
5
- import * as class_variance_authority_types6 from "class-variance-authority/types";
6
- import * as react_jsx_runtime6 from "react/jsx-runtime";
5
+ import * as class_variance_authority_types4 from "class-variance-authority/types";
6
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/Input/OTPInput.d.ts
9
9
  type SlotProps = {
@@ -59,12 +59,12 @@ declare const OTPInput: FC<OTPInputProps>;
59
59
  type InputOTPProps = Omit<ComponentProps<typeof OTPInput>, 'children'>;
60
60
  declare const inputSlotVariants: (props?: {
61
61
  size?: "sm" | "md" | "lg" | "xl";
62
- } & class_variance_authority_types6.ClassProp) => string;
62
+ } & class_variance_authority_types4.ClassProp) => string;
63
63
  declare const InputOTP: FC<InputOTPProps>;
64
64
  declare const InputOTPGroup: ({
65
65
  className,
66
66
  ...props
67
- }: ComponentProps<"div">) => react_jsx_runtime6.JSX.Element;
67
+ }: ComponentProps<"div">) => react_jsx_runtime3.JSX.Element;
68
68
  type InputOTPSlotProps = Omit<ButtonProps, 'variant' | 'label'> & {
69
69
  index: number;
70
70
  };
@@ -1,11 +1,11 @@
1
1
  import { InputProps } from "./Input.js";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Input/SearchInput.d.ts
5
5
  declare const SearchInput: ({
6
6
  className,
7
7
  ...props
8
- }: InputProps) => react_jsx_runtime7.JSX.Element;
8
+ }: InputProps) => react_jsx_runtime2.JSX.Element;
9
9
  //#endregion
10
10
  export { SearchInput };
11
11
  //# sourceMappingURL=SearchInput.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { AnchorHTMLAttributes, DetailedHTMLProps, FC } from "react";
2
- import * as class_variance_authority_types7 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types5 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import { LocalesValues } from "@intlayer/types";
5
5
 
@@ -70,9 +70,9 @@ declare enum LinkUnderlined {
70
70
  */
71
71
  declare const linkVariants: (props?: {
72
72
  variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
73
- color?: "error" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text-inverse" | "success" | "custom";
73
+ color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "success" | "custom";
74
74
  underlined?: boolean | LinkUnderlined.DEFAULT;
75
- } & class_variance_authority_types7.ClassProp) => string;
75
+ } & class_variance_authority_types5.ClassProp) => string;
76
76
  /**
77
77
  * Props interface for the Link component
78
78
  *
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types38 from "@intlayer/types";
1
+ import * as _intlayer_types385 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Loader/index.content.d.ts
4
4
  declare const loaderContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_types38.TypedNodeModel<_intlayer_types38.NodeType.Translation, {
7
+ label: _intlayer_types385.TypedNodeModel<_intlayer_types385.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const loaderContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types38.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types385.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,kCA2BS,yCAAA"}
1
+ {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,mCA2BS,0CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { SVGProps } from "react";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Loader/spinner.d.ts
5
5
  /**
@@ -64,7 +64,7 @@ type SpinnerProps = SVGProps<SVGSVGElement> & {
64
64
  declare const Spinner: ({
65
65
  className,
66
66
  strokeWidth
67
- }: SpinnerProps) => react_jsx_runtime8.JSX.Element;
67
+ }: SpinnerProps) => react_jsx_runtime4.JSX.Element;
68
68
  //#endregion
69
69
  export { Spinner };
70
70
  //# sourceMappingURL=spinner.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types101 from "@intlayer/types";
1
+ import * as _intlayer_types79 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts
4
4
  declare const localeSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- localeSwitcherLabel: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const localeSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const localeSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- languageListLabel: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const localeSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const localeSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
89
+ switchTo: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -128,7 +128,7 @@ declare const localeSwitcherContent: {
128
128
  };
129
129
  }>;
130
130
  searchInput: {
131
- text: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
131
+ text: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
132
132
  en: string;
133
133
  'en-GB': string;
134
134
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
150
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const localeSwitcherContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- placeholder: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
172
+ placeholder: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -188,7 +188,7 @@ declare const localeSwitcherContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
191
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -210,7 +210,7 @@ declare const localeSwitcherContent: {
210
210
  vi: string;
211
211
  };
212
212
  }>;
213
- ariaLabel: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
214
214
  en: string;
215
215
  'en-GB': string;
216
216
  fr: string;
@@ -229,7 +229,7 @@ declare const localeSwitcherContent: {
229
229
  id: string;
230
230
  vi: string;
231
231
  }, {
232
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
232
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
233
233
  } & {
234
234
  translation: {
235
235
  en: string;
@@ -253,7 +253,7 @@ declare const localeSwitcherContent: {
253
253
  }>;
254
254
  };
255
255
  seeAllLocalesSwitch: {
256
- true: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
256
+ true: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
257
257
  en: string;
258
258
  'en-GB': string;
259
259
  fr: string;
@@ -272,7 +272,7 @@ declare const localeSwitcherContent: {
272
272
  id: string;
273
273
  vi: string;
274
274
  }, {
275
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
275
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
276
276
  } & {
277
277
  translation: {
278
278
  en: string;
@@ -294,7 +294,7 @@ declare const localeSwitcherContent: {
294
294
  vi: string;
295
295
  };
296
296
  }>;
297
- false: _intlayer_types101.TypedNodeModel<_intlayer_types101.NodeType.Translation, {
297
+ false: _intlayer_types79.TypedNodeModel<_intlayer_types79.NodeType.Translation, {
298
298
  en: string;
299
299
  'en-GB': string;
300
300
  fr: string;
@@ -313,7 +313,7 @@ declare const localeSwitcherContent: {
313
313
  id: string;
314
314
  vi: string;
315
315
  }, {
316
- nodeType: _intlayer_types101.NodeType.Translation | "translation";
316
+ nodeType: _intlayer_types79.NodeType.Translation | "translation";
317
317
  } & {
318
318
  translation: {
319
319
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCAoKgB,0CAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,kCAoKgB,yCAAA"}