@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.
- package/dist/esm/components/Accordion/Accordion.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Button/Button.mjs +1 -2
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/esm/components/CopyButton/index.mjs +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/HideShow/index.mjs +1 -1
- package/dist/esm/components/IDE/FileTree.mjs +1 -1
- package/dist/esm/components/Input/InputPassword.mjs +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +2 -2
- package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -3
- package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Select/Multiselect.mjs +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/Table/Table.mjs +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +11 -11
- package/dist/types/components/Button/Button.d.ts +3 -3
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +4 -4
- package/dist/types/components/Container/index.d.ts +4 -4
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +4 -4
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +4 -4
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +6 -6
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +5 -5
- package/dist/types/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Tab/TabContext.d.ts +2 -2
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +5 -5
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/hooks/reactQuery.d.ts +40 -40
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/hooks/useAuth/useOAuth2.d.ts +1 -2
- package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/types/hooks/useUser/index.d.ts +2 -2
- package/package.json +14 -14
- package/dist/esm/components/Form/elements/CodeInputElement.mjs +0 -40
- package/dist/esm/components/Form/elements/CodeInputElement.mjs.map +0 -1
- package/dist/esm/components/Input/CodeInput.mjs +0 -84
- package/dist/esm/components/Input/CodeInput.mjs.map +0 -1
- package/dist/esm/components/Input/OTPInput/Input.mjs +0 -426
- package/dist/esm/components/Input/OTPInput/Input.mjs.map +0 -1
- package/dist/esm/components/Input/OTPInput/index.mjs +0 -495
- package/dist/esm/components/Input/OTPInput/index.mjs.map +0 -1
- package/dist/types/Checkbox.d.ts +0 -2
- package/dist/types/Input.d.ts +0 -16
- package/dist/types/Input.d.ts.map +0 -1
- package/dist/types/InputPassword.d.ts +0 -2
- package/dist/types/OTPElement.d.ts +0 -30
- package/dist/types/OTPElement.d.ts.map +0 -1
- package/dist/types/OTPInput.d.ts +0 -3
- package/dist/types/SearchInput.d.ts +0 -1
- package/dist/types/components/Input/OTPInput/Input.d.ts +0 -57
- package/dist/types/components/Input/OTPInput/Input.d.ts.map +0 -1
- package/dist/types/components/Input/OTPInput/index.d.ts +0 -78
- package/dist/types/components/Input/OTPInput/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
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:
|
|
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:
|
|
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
|
|
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>) =>
|
|
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
|
|
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>) =>
|
|
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
|
|
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:
|
|
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
|
|
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) =>
|
|
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
|
|
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) =>
|
|
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
|
|
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>) =>
|
|
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
|
|
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) =>
|
|
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
|
|
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) =>
|
|
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
|
|
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) =>
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
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
|
|
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" | "
|
|
10
|
-
validationStyleEnabled?: "
|
|
11
|
-
} &
|
|
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,
|
|
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
|
|
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?: "
|
|
10
|
-
} &
|
|
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,
|
|
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
|
|
6
|
-
import * as
|
|
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
|
-
} &
|
|
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">) =>
|
|
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
|
|
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) =>
|
|
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
|
|
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" | "
|
|
73
|
+
color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "success" | "custom";
|
|
74
74
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
75
|
-
} &
|
|
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
|
|
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:
|
|
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:
|
|
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,
|
|
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
|
|
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) =>
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,kCAoKgB,yCAAA"}
|