@intlayer/design-system 7.5.11 → 7.5.13
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/Breadcrumb/breadcrumb.content.mjs +2 -1
- package/dist/esm/components/Breadcrumb/breadcrumb.content.mjs.map +1 -1
- package/dist/esm/components/Browser/browser.content.mjs +16 -8
- package/dist/esm/components/Browser/browser.content.mjs.map +1 -1
- package/dist/esm/components/Carousel/index.content.mjs +25 -14
- package/dist/esm/components/Carousel/index.content.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs +5 -5
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/CopyButton/CopyButton.content.mjs +2 -1
- package/dist/esm/components/CopyButton/CopyButton.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +8 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +32 -16
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +32 -16
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +8 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +6 -3
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +4 -2
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +30 -15
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs +4 -2
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -1
- package/dist/esm/components/IDE/code.content.mjs +4 -2
- package/dist/esm/components/IDE/code.content.mjs.map +1 -1
- package/dist/esm/components/IDE/copyCode.content.mjs +4 -2
- package/dist/esm/components/IDE/copyCode.content.mjs.map +1 -1
- package/dist/esm/components/IDE/selectors.content.mjs +12 -6
- package/dist/esm/components/IDE/selectors.content.mjs.map +1 -1
- package/dist/esm/components/Loader/index.content.mjs +2 -1
- package/dist/esm/components/Loader/index.content.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +16 -8
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +12 -6
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Pagination/pagination.content.mjs +9 -4
- package/dist/esm/components/Pagination/pagination.content.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/rightDrawer.content.mjs +13 -3
- package/dist/esm/components/RightDrawer/rightDrawer.content.mjs.map +1 -1
- package/dist/esm/components/Table/table.content.mjs +2 -1
- package/dist/esm/components/Table/table.content.mjs.map +1 -1
- package/dist/esm/components/Terminal/terminal.content.mjs +14 -3
- package/dist/esm/components/Terminal/terminal.content.mjs.map +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +4 -3
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +5 -3
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Browser/browser.content.d.ts +33 -17
- package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +5 -5
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Carousel/index.content.d.ts +36 -27
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +16 -16
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +5 -3
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +17 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +65 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +65 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +17 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +13 -7
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +9 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +61 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +6 -4
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- 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/EditableFieldTextAreaElement.d.ts.map +1 -1
- 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/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/code.content.d.ts +9 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +9 -5
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +25 -13
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -2
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Loader/index.content.d.ts +5 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +33 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +25 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/Modal/Modal.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/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +2 -2
- package/dist/types/components/Pagination/pagination.content.d.ts +22 -12
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +12 -5
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
- 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/Tab/TabContext.d.ts.map +1 -1
- 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 +5 -3
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +4 -4
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +12 -5
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react0 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: react0.Context<FormItemContextValue>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { FormItem, FormItemContext };
|
|
12
12
|
//# sourceMappingURL=FormItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormItem.d.ts","names":[],"sources":["../../../../src/components/Form/FormItem.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,UAAU,GAAG,eAAe;KAuBpC,oBAAA;;AAvBL,CAAA;AAAyC,cA2B5B,eA3B4B,EA2Bb,
|
|
1
|
+
{"version":3,"file":"FormItem.d.ts","names":[],"sources":["../../../../src/components/Form/FormItem.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,UAAU,GAAG,eAAe;KAuBpC,oBAAA;;AAvBL,CAAA;AAAyC,cA2B5B,eA3B4B,EA2Bb,MAAA,CAAA,OA3Ba,CA2Bb,oBA3Ba,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
4
4
|
import { EditableFieldInput } from "@components/EditableField/EditableFieldInput";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldInputElement.d.ts
|
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
4
4
|
import { EditableFieldTextArea } from "@components/EditableField/EditableFieldTextArea";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
|
|
@@ -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_runtime20.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EditableFieldTextAreaElement };
|
|
17
17
|
//# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,
|
|
1
|
+
{"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,mBAAA,CAAA,GAAA,CAAA,OAXhB"}
|
|
@@ -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_runtime19 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_runtime19.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { FormElement, FormElementProps };
|
|
26
26
|
//# sourceMappingURL=FormElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
4
4
|
import { MultiSelect } from "@components/Select/Multiselect";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/MultiselectElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime22.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { MultiSelectElement };
|
|
26
26
|
//# sourceMappingURL=MultiselectElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
4
4
|
import { InputOTP } from "@components/Input/OTPInput";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/OTPElement.d.ts
|
|
@@ -24,7 +24,7 @@ declare const OTPElement: ({
|
|
|
24
24
|
slots,
|
|
25
25
|
maxLength,
|
|
26
26
|
...props
|
|
27
|
-
}: OTPElementsProps) =>
|
|
27
|
+
}: OTPElementsProps) => react_jsx_runtime21.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { OTPElement };
|
|
30
30
|
//# sourceMappingURL=OTPElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
4
4
|
import { Select } from "@components/Select/Select";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SelectElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const SelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime23.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SelectElement };
|
|
26
26
|
//# sourceMappingURL=SelectElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
4
4
|
import { SwitchSelector } from "@components/SwitchSelector";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SwitchSelectorElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SwitchSelectorElementProps) =>
|
|
23
|
+
}: SwitchSelectorElementProps) => react_jsx_runtime17.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SwitchSelectorElement };
|
|
26
26
|
//# sourceMappingURL=SwitchSelectorElement.d.ts.map
|
|
@@ -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;
|
|
@@ -22,8 +22,9 @@ declare const codeContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types136.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const codeContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
description:
|
|
50
|
+
description: _intlayer_types136.TypedNodeModel<_intlayer_types136.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
es: string;
|
|
51
53
|
pt: string;
|
|
@@ -63,8 +65,9 @@ declare const codeContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types136.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,6 +87,7 @@ declare const codeContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
93
|
};
|
|
@@ -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,mCAgDgB,0CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types145 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_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -22,8 +22,9 @@ declare const copyContentContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const copyContentContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
description:
|
|
50
|
+
description: _intlayer_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
es: string;
|
|
51
53
|
pt: string;
|
|
@@ -63,8 +65,9 @@ declare const copyContentContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,6 +87,7 @@ declare const copyContentContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
93
|
};
|
|
@@ -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,mCAgDgB,0CAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types86 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/selectors.content.d.ts
|
|
4
4
|
declare const selectorsContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
packageManager: {
|
|
8
|
-
placeholder:
|
|
8
|
+
placeholder: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
es: string;
|
|
11
11
|
pt: string;
|
|
@@ -23,8 +23,9 @@ declare const selectorsContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const selectorsContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
label:
|
|
51
|
+
label: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
es: string;
|
|
52
54
|
pt: string;
|
|
@@ -64,8 +66,9 @@ declare const selectorsContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,11 +88,12 @@ declare const selectorsContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
94
|
};
|
|
91
95
|
codeFormat: {
|
|
92
|
-
placeholder:
|
|
96
|
+
placeholder: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
93
97
|
en: string;
|
|
94
98
|
es: string;
|
|
95
99
|
pt: string;
|
|
@@ -107,8 +111,9 @@ declare const selectorsContent: {
|
|
|
107
111
|
pl: string;
|
|
108
112
|
id: string;
|
|
109
113
|
vi: string;
|
|
114
|
+
uk: string;
|
|
110
115
|
}, {
|
|
111
|
-
nodeType:
|
|
116
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
112
117
|
} & {
|
|
113
118
|
translation: {
|
|
114
119
|
en: string;
|
|
@@ -128,9 +133,10 @@ declare const selectorsContent: {
|
|
|
128
133
|
pl: string;
|
|
129
134
|
id: string;
|
|
130
135
|
vi: string;
|
|
136
|
+
uk: string;
|
|
131
137
|
};
|
|
132
138
|
}>;
|
|
133
|
-
label:
|
|
139
|
+
label: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
134
140
|
en: string;
|
|
135
141
|
es: string;
|
|
136
142
|
pt: string;
|
|
@@ -148,8 +154,9 @@ declare const selectorsContent: {
|
|
|
148
154
|
pl: string;
|
|
149
155
|
id: string;
|
|
150
156
|
vi: string;
|
|
157
|
+
uk: string;
|
|
151
158
|
}, {
|
|
152
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
153
160
|
} & {
|
|
154
161
|
translation: {
|
|
155
162
|
en: string;
|
|
@@ -169,11 +176,12 @@ declare const selectorsContent: {
|
|
|
169
176
|
pl: string;
|
|
170
177
|
id: string;
|
|
171
178
|
vi: string;
|
|
179
|
+
uk: string;
|
|
172
180
|
};
|
|
173
181
|
}>;
|
|
174
182
|
};
|
|
175
183
|
contentDeclarationFormat: {
|
|
176
|
-
placeholder:
|
|
184
|
+
placeholder: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
177
185
|
en: string;
|
|
178
186
|
es: string;
|
|
179
187
|
pt: string;
|
|
@@ -191,8 +199,9 @@ declare const selectorsContent: {
|
|
|
191
199
|
pl: string;
|
|
192
200
|
id: string;
|
|
193
201
|
vi: string;
|
|
202
|
+
uk: string;
|
|
194
203
|
}, {
|
|
195
|
-
nodeType:
|
|
204
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
196
205
|
} & {
|
|
197
206
|
translation: {
|
|
198
207
|
en: string;
|
|
@@ -212,9 +221,10 @@ declare const selectorsContent: {
|
|
|
212
221
|
pl: string;
|
|
213
222
|
id: string;
|
|
214
223
|
vi: string;
|
|
224
|
+
uk: string;
|
|
215
225
|
};
|
|
216
226
|
}>;
|
|
217
|
-
label:
|
|
227
|
+
label: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
|
|
218
228
|
en: string;
|
|
219
229
|
es: string;
|
|
220
230
|
pt: string;
|
|
@@ -232,8 +242,9 @@ declare const selectorsContent: {
|
|
|
232
242
|
pl: string;
|
|
233
243
|
id: string;
|
|
234
244
|
vi: string;
|
|
245
|
+
uk: string;
|
|
235
246
|
}, {
|
|
236
|
-
nodeType:
|
|
247
|
+
nodeType: _intlayer_types86.NodeType.Translation | "translation";
|
|
237
248
|
} & {
|
|
238
249
|
translation: {
|
|
239
250
|
en: string;
|
|
@@ -253,6 +264,7 @@ declare const selectorsContent: {
|
|
|
253
264
|
pl: string;
|
|
254
265
|
id: string;
|
|
255
266
|
vi: string;
|
|
267
|
+
uk: string;
|
|
256
268
|
};
|
|
257
269
|
}>;
|
|
258
270
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,cAAA,
|
|
1
|
+
{"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,cAAA,EAsIgB"}
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
8
|
size?: "sm" | "md" | "lg";
|
|
9
|
-
color?: "
|
|
9
|
+
color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "success" | "custom";
|
|
10
10
|
validationStyleEnabled?: "disabled" | "enabled";
|
|
11
11
|
} & class_variance_authority_types1.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
@@ -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,
|
|
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,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,5 +1,5 @@
|
|
|
1
1
|
import { DetailedHTMLProps, FC, InputHTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types2 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Input/Input.d.ts
|
|
@@ -7,7 +7,7 @@ declare const inputVariants: (props?: {
|
|
|
7
7
|
variant?: "default" | "invisible";
|
|
8
8
|
size?: "sm" | "md" | "lg";
|
|
9
9
|
validationStyleEnabled?: "disabled" | "enabled";
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types2.ClassProp) => string;
|
|
11
11
|
declare enum InputVariant {
|
|
12
12
|
DEFAULT = "default",
|
|
13
13
|
INVISIBLE = "invisible",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ButtonProps } from "../Button/Button.js";
|
|
2
2
|
import "../Button/index.js";
|
|
3
|
-
import * as
|
|
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_types6 from "class-variance-authority/types";
|
|
6
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Input/OTPInput.d.ts
|
|
9
9
|
type SlotProps = {
|
|
@@ -54,17 +54,17 @@ declare const usePasswordManagerBadge: ({
|
|
|
54
54
|
PWM_BADGE_SPACE_WIDTH: "40px";
|
|
55
55
|
};
|
|
56
56
|
declare const usePrevious: <T>(value: T) => T | undefined;
|
|
57
|
-
declare const OTPInputContext:
|
|
57
|
+
declare const OTPInputContext: react16.Context<RenderProps>;
|
|
58
58
|
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_types6.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_runtime6.JSX.Element;
|
|
68
68
|
type InputOTPSlotProps = Omit<ButtonProps, 'variant' | 'label'> & {
|
|
69
69
|
index: number;
|
|
70
70
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":";;;;;;;;KAsFY,SAAA;;;;;;AAAA,KAOA,WAAA,GAPS;EAOT,KAAA,EACH,SADc,EAAA;EAOlB,SAAA,EAAA,OAAa;EAAc,UAAA,EAAA,OAAA;EAAS,YAAA,EAAA,CAAA,KAAA,EAAA,MAAA,EAAA,GAAA,IAAA;CAAd;KAAtB,aAAyC,CAAA,CAAA,EAAA,CAAA,CAAA,GAAnB,IAAmB,CAAd,CAAc,EAAA,MAAL,CAAK,CAAA,GAAA,CAAA;KAEzC,iBAAA,GAAoB,aAFsB,CAG7C,mBAH6C,CAGzB,gBAHyB,CAAA,EAAA;EAE1C,KAAA,CAAA,EAAA,MAAA;EACiB,QAAA,CAAA,EAAA,CAAA,QAAA,EAAA,MAAA,EAAA,GAAA,OAAA;EAApB,SAAA,EAAA,MAAA;EADuB,UAAA,CAAA,EAAA,CAAA,GAAA,IAAA,EAAA,GAAA,EAAA,EAAA,GAAA,OAAA;EAAa,kBAAA,CAAA,EAAA,CAAA,eAAA,EAAA,MAAA,GAAA,IAAA,EAAA,GAAA,OAAA;EAmBjC,2BAAgB,CAAA,EAAA,gBAA2B,GAAA,MAAS;EAE7C,gBAAa,CAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,GAAA,MAAA;EAAG,kBAAA,CAAA,EAAA,MAAA;EAGZ,mBAAA,CAAA,EAAA,MAAA,GAAA,IAAA;CAKE,CAAA;KAVb,gBAAA,GAUsB,CAAA,KAAA,EAVK,WAUL,EAAA,GAVqB,SAUrB;AAMd,KAdD,aAAA,GAAgB,iBAkI3B,GAAA,CAAA;EApHuC,MAAA,EAXxB,gBAWwB;EAAA,QAAA,CAAA,EAAA,KAAA;CAAA,GAAA;EAAA,MAAA,CAAA,EAAA,KAAA;EAMd,QAAA,EAZR,SAYQ;CAAV,CAAA;AACM,cAPT,uBAOS,EAAA,CAAA;EAAA,YAAA;EAAA,QAAA;EAAA,2BAAA;EAAA;AAyHtB,CAzHsB,EAAA;EAAV,YAAA,EADI,SACJ,CADc,cACd,GAAA,IAAA,CAAA;EACmB,QAAA,EADnB,SACmB,CADT,gBACS,GAAA,IAAA,CAAA;EAAa,2BAAA,EAAb,aAAa,CAAA,6BAAA,CAAA;EA8G/B,SAAA,EAAA,OAMZ;AAID,CAAA,EAAA,GAAa;EAIA,WAkhBZ,EAAA,OAAA;EAII,gBAAa,EAAA,OAAA;EAA8B,qBAAA,EAAA,MAAA;CAAtB;AAAL,cApiBR,WAoiBQ,EAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EApiBkB,CAoiBlB,EAAA,GApiBsB,CAoiBtB,GAAA,SAAA;AAAI,cA1hBZ,eA0hBY,EA1hBG,
|
|
1
|
+
{"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { InputProps } from "./Input.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime3 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_runtime3.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { SearchInput };
|
|
11
11
|
//# sourceMappingURL=SearchInput.d.ts.map
|
|
@@ -54,9 +54,9 @@ declare enum LinkUnderlined {
|
|
|
54
54
|
}
|
|
55
55
|
declare const linkVariants: (props?: {
|
|
56
56
|
variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
|
|
57
|
-
roundedSize?: "
|
|
57
|
+
roundedSize?: "md" | "sm" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
58
58
|
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "error" | "success" | "custom";
|
|
59
|
-
size?: "
|
|
59
|
+
size?: "md" | "sm" | "lg" | "xl" | "custom";
|
|
60
60
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
61
61
|
} & class_variance_authority_types3.ClassProp) => string;
|
|
62
62
|
type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types142 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_types142.TypedNodeModel<_intlayer_types142.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const loaderContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types142.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,6 +44,7 @@ declare const loaderContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
50
|
};
|
|
@@ -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,mCA4BS,0CAAA"}
|