@intlayer/design-system 7.0.6 → 7.0.8-canary.0
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/Button/Button.mjs +6 -0
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/IDE/CopyCode.mjs +2 -1
- package/dist/esm/components/IDE/CopyCode.mjs.map +1 -1
- package/dist/esm/components/IDE/index.mjs +2 -1
- package/dist/esm/components/Input/Checkbox.mjs +3 -2
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/processor.mjs +5 -0
- package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
- package/dist/esm/components/Popover/index.mjs +3 -190
- package/dist/esm/components/SocialNetworks/DiscordLogo.mjs +1 -1
- package/dist/esm/components/SocialNetworks/DiscordLogo.mjs.map +1 -1
- package/dist/esm/components/SocialNetworks/index.mjs +1 -1
- package/dist/esm/components/SocialNetworks/index.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +8 -102
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/esm/components/Tag/index.mjs +28 -28
- package/dist/esm/components/Tag/index.mjs.map +1 -1
- package/dist/esm/components/index.mjs +4 -2
- package/dist/types/components/Accordion/Accordion.d.ts +1 -0
- package/dist/types/components/Accordion/Accordion.d.ts.map +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 +3 -2
- 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/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +7 -4
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +5 -5
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +20 -20
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +8 -8
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/ContentEditor/ContentEditorInput.d.ts +1 -0
- package/dist/types/components/ContentEditor/ContentEditorInput.d.ts.map +1 -1
- package/dist/types/components/ContentEditor/ContentEditorTextArea.d.ts +1 -0
- package/dist/types/components/ContentEditor/ContentEditorTextArea.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/CopyButton/index.d.ts +1 -1
- package/dist/types/components/CopyButton/index.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/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- 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/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/index.d.ts +1 -0
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/DropDown/index.d.ts +1 -1
- package/dist/types/components/DropDown/index.d.ts.map +1 -1
- package/dist/types/components/EditableField/EditableFieldInput.d.ts +1 -1
- package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/types/components/EditableField/EditableFieldTextArea.d.ts +1 -1
- package/dist/types/components/EditableField/EditableFieldTextArea.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/Form.d.ts +3 -0
- package/dist/types/components/Form/Form.d.ts.map +1 -1
- 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/CheckboxElement.d.ts +1 -0
- package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- 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 +3 -2
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/InputElement.d.ts +1 -0
- package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts +1 -0
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/index.d.ts +2 -1
- package/dist/types/components/Input/Checkbox.d.ts +5 -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/Link/Link.d.ts +3 -3
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- 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/Loader/spinner.d.ts.map +1 -1
- 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/MarkDownRender/processor.d.ts.map +1 -1
- 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 +3 -3
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +3 -3
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +3 -3
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Popover/index.d.ts +3 -142
- package/dist/types/components/Popover/static.d.ts +3 -3
- 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 +13 -163
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +6 -6
- 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 +3 -3
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +33 -33
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/TextArea/TextArea.d.ts +1 -0
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +3 -3
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/index.d.ts +35 -2
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/package.json +29 -29
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types121 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_types121.TypedNodeModel<_intlayer_types121.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: "translation" | _intlayer_types121.NodeType.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_types121.TypedNodeModel<_intlayer_types121.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: "translation" | _intlayer_types121.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types127 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_types127.TypedNodeModel<_intlayer_types127.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: "translation" | _intlayer_types127.NodeType.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_types127.TypedNodeModel<_intlayer_types127.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: "translation" | _intlayer_types127.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Code, CodeCompAttributes } from "./Code.js";
|
|
2
|
+
import { CodeBlock, CodeBlockProps, CodeDefault } from "./CodeBlockClient.js";
|
|
2
3
|
import { FileList, FileListProps } from "./FileList.js";
|
|
3
4
|
import { IDE, IDEProps } from "./IDE.js";
|
|
4
|
-
export { Code, CodeCompAttributes, FileList, FileListProps, IDE, IDEProps };
|
|
5
|
+
export { Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, FileList, FileListProps, IDE, IDEProps };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DetailedHTMLProps, FC, InputHTMLAttributes, ReactNode } 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
|
|
|
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?: "
|
|
10
|
-
validationStyleEnabled?: "
|
|
11
|
-
} &
|
|
9
|
+
color?: "error" | "dark" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "text" | "success" | "custom";
|
|
10
|
+
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
|
+
} & class_variance_authority_types5.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
13
13
|
SM = "sm",
|
|
14
14
|
MD = "md",
|
|
@@ -33,6 +33,7 @@ type CheckboxProps = Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement
|
|
|
33
33
|
} & Omit<VariantProps<typeof checkboxVariants>, 'validationStyleEnabled' | 'size' | 'color'> & {
|
|
34
34
|
size?: CheckboxSize | `${CheckboxSize}`;
|
|
35
35
|
color?: CheckboxColor | `${CheckboxColor}`;
|
|
36
|
+
labelClassName?: string;
|
|
36
37
|
};
|
|
37
38
|
declare const Checkbox: FC<CheckboxProps>;
|
|
38
39
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cASa,wBA8CY;;;EA9CZ,KAAA,CAAA,EAAA,OAAA,GAAA,MAsCX,GAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,SAAA,GAAA,QAAA;EAEU,sBAAY,CAAA,EAAA,SAAA,GAAA,UAAA;AAMxB,CAAA,GARE,+BAAA,CAAA,SAQuB,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;EA4B/B,MAAA,GAAA,QAiBZ;;KAzDW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;;cA4BlB,UAAU,GAAG"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { DetailedHTMLProps, FC, InputHTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types6 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_types6.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":";;;;;cAGa,qBA6BW;;;EA7BX,sBA2BX,CAAA,EAAA,
|
|
1
|
+
{"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"sourcesContent":[],"mappings":";;;;;cAGa,qBA6BW;;;EA7BX,sBA2BX,CAAA,EAAA,SAAA,GAAA,UAAA;AAEF,CAAA,GAFE,+BAAA,CAAA,SAEsB,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,SAmBV;;cAhBY,OAAO,GAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnchorHTMLAttributes, DetailedHTMLProps, FC } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types4 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?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "
|
|
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_types4.ClassProp) => string;
|
|
76
76
|
/**
|
|
77
77
|
* Props interface for the Link component
|
|
78
78
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA8BY,aAhDA,WAAA;EA6DC;EAmDD,OAAA,GAAA,SAAS;EACE;EAArB,cAAA,GAAA,gBAAA;EACA;EAFsB,MAAA,GAAA,QAAA;EAIF;EAApB,eAAA,GAAA,iBAAA;EAkCW;EAAa,SAAA,GAAA,WAAA;AAgB1B;;;;;AAwGA;aA5PY,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA8BA,cAAA;;;;;;;;;;;;cAaC;;;yBA0CZ,cAAA,CAAA;IAAA,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA8BY,aAhDA,WAAA;EA6DC;EAmDD,OAAA,GAAA,SAAS;EACE;EAArB,cAAA,GAAA,gBAAA;EACA;EAFsB,MAAA,GAAA,QAAA;EAIF;EAApB,eAAA,GAAA,iBAAA;EAkCW;EAAa,SAAA,GAAA,WAAA;AAgB1B;;;;;AAwGA;aA5PY,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA8BA,cAAA;;;;;;;;;;;;cAaC;;;yBA0CZ,cAAA,CAAA;IAAA,+BAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqGU,MAAM,GAAG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types76 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_types76.TypedNodeModel<_intlayer_types76.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: "translation" | _intlayer_types76.NodeType.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,kCA2BS,yCAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SVGProps } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 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_runtime1.JSX.Element;
|
|
68
68
|
//#endregion
|
|
69
69
|
export { Spinner };
|
|
70
70
|
//# sourceMappingURL=spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAAsC,KAMjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,
|
|
1
|
+
{"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAAsC,KAMjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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: "translation" | _intlayer_types79.NodeType.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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types103 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts
|
|
4
4
|
declare const localeSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
localeSwitcherLabel:
|
|
7
|
+
localeSwitcherLabel: _intlayer_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.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_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.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_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.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_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.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_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.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_types103.TypedNodeModel<_intlayer_types103.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: "translation" | _intlayer_types103.NodeType.Translation;
|
|
233
233
|
} & {
|
|
234
234
|
translation: {
|
|
235
235
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"processor.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/processor.tsx"],"sourcesContent":[],"mappings":";;;;AA8qCA;AA+OA;AAmzCA;;AACO,cA7rFM,QA6rFN,EAAA;EAAL,SAAA,UAAA,EAAA,GAAA;EAEY,SAAA,SAAA,EAAA,GAAA;EAHkB,SAAA,aAAA,EAAA,GAAA;EAAE,SAAA,SAAA,EAAA,GAAA;EAsB7B,SAAA,UAAA,EAAiB,GAAA;EAAuB,SAAA,UAAA,EAAA,GAAA;EAAU,SAAA,QAAA,EAAA,GAAA;EACrD,SAAA,iBAAA,EAAA,GAAA;EACc,SAAA,OAAA,EAAA,GAAA;EAAG,SAAA,OAAA,EAAA,GAAA;EAAjB,SAAA,aAAA,EAAA,IAAA;EAF0D;EAKlD,SAAA,SAAA,EAAA,IAAA;EAAuB,SAAA,WAAA,EAAA,IAAA;EAAG;EAAR,SAAA,eAAA,EAAA,IAAA;EAAT;EAAoC,SAAA,eAAA,EAAA,IAAA;EAAW,SAAA,KAAA,EAAA,IAAA;EAAM,SAAA,IAAA,EAAA,IAAA;EAAd;EAAR,SAAA,2BAAA,EAAA,IAAA;EAAR;EACtC,SAAA,mBAAA,EAAA,IAAA;EAAI;EAEH,SAAA,gBAAa,EAAA,IAAU;EAEvB,SAAA,WAAQ,EAAA,IAAS;EAEjB,SAAK,SAAA,
|
|
1
|
+
{"version":3,"file":"processor.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/processor.tsx"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MaxWidthSmoother/index.d.ts
|
|
5
5
|
type Align = 'left' | 'right';
|
|
@@ -15,7 +15,7 @@ declare const MaxWidthSmoother: ({
|
|
|
15
15
|
align,
|
|
16
16
|
className,
|
|
17
17
|
...props
|
|
18
|
-
}: MaxHeightSmootherProps) =>
|
|
18
|
+
}: MaxHeightSmootherProps) => react_jsx_runtime18.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { MaxWidthSmoother };
|
|
21
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,sBAAA,GAAyB,eAAe;;EAFxC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAwC;AAAf,cAMjB,gBANiB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa3B,sBAb2B,EAAA,GAaL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,sBAAA,GAAyB,eAAe;;EAFxC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAwC;AAAf,cAMjB,gBANiB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa3B,sBAb2B,EAAA,GAaL,mBAAA,CAAA,GAAA,CAAA,OAbK"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Navbar/Burger.d.ts
|
|
5
5
|
/**
|
|
@@ -63,7 +63,7 @@ declare const Burger: ({
|
|
|
63
63
|
isActive,
|
|
64
64
|
className,
|
|
65
65
|
...props
|
|
66
|
-
}: BurgerProps) =>
|
|
66
|
+
}: BurgerProps) => react_jsx_runtime17.JSX.Element;
|
|
67
67
|
//#endregion
|
|
68
68
|
export { Burger };
|
|
69
69
|
//# sourceMappingURL=Burger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAA4C,UAMlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,
|
|
1
|
+
{"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAA4C,UAMlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
|
+
import "../TabSelector/index.js";
|
|
2
3
|
import { ReactElement, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
4
5
|
|
|
5
6
|
//#region src/components/Navbar/DesktopNavbar.d.ts
|
|
6
|
-
|
|
7
7
|
/**
|
|
8
8
|
* Props for the DesktopNavbar component
|
|
9
9
|
* @template T - The tab props type extending TabProps
|
|
@@ -93,7 +93,7 @@ declare const DesktopNavbar: <T extends TabSelectorItemProps>({
|
|
|
93
93
|
sections,
|
|
94
94
|
rightItems,
|
|
95
95
|
selectedChoice
|
|
96
|
-
}: DesktopNavbarProps<T>) =>
|
|
96
|
+
}: DesktopNavbarProps<T>) => react_jsx_runtime14.JSX.Element;
|
|
97
97
|
//#endregion
|
|
98
98
|
export { DesktopNavbar };
|
|
99
99
|
//# sourceMappingURL=DesktopNavbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAOwB,KAMnB,kBAAA,CAAA,UAA6B,oBAAX,CAAA,GAAA;EAAW;EAE1B,IAAA,EAAA,SAAA;EAEiB;EAAb,QAAA,EAAA,YAAA,CAAa,CAAb,CAAA,EAAA;EAEG;EAEG,UAAA,CAAA,EAFH,SAEG;EAAC;EAyEN,cAAA,EAzEK,CA8FjB,CAAA,KAAA,CAAA;CArBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,0BAA2B;;;;;GAKrC,mBAAmB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
|
+
import "../TabSelector/index.js";
|
|
2
3
|
import { ReactElement, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
4
5
|
|
|
5
6
|
//#region src/components/Navbar/MobileNavbar.d.ts
|
|
6
|
-
|
|
7
7
|
/**
|
|
8
8
|
* Props for the MobileNavbar component
|
|
9
9
|
* @template T - The tab props type extending TabProps
|
|
@@ -107,7 +107,7 @@ declare const MobileNavbar: <T extends TabSelectorItemProps>({
|
|
|
107
107
|
bottomChildren,
|
|
108
108
|
bottomSections,
|
|
109
109
|
rightItems
|
|
110
|
-
}: MobileNavbarProps<T>) =>
|
|
110
|
+
}: MobileNavbarProps<T>) => react_jsx_runtime15.JSX.Element;
|
|
111
111
|
//#endregion
|
|
112
112
|
export { MobileNavbar };
|
|
113
113
|
//# sourceMappingURL=MobileNavbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAO2D,KAOtD,iBAAA,CAAA,UAA4B,oBAAX,CAAA,GAAA;EAAW;EAEzB,IAAA,EAAA,SAAA;EAEQ;EAEa,WAAA,CAAA,EAFb,SAEa;EAAb;EAEG,WAAA,CAAA,EAFH,YAEG,CAFU,CAEV,CAAA,EAAA;EAEa;EAAb,cAAA,CAAA,EAFA,SAEA;EAEJ;EAAS,cAAA,CAAA,EAFL,YAEK,CAFQ,CAER,CAAA,EAAA;EAqGX;EAA0B,UAAA,CAAA,EArGxB,SAqGwB;CAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhD,yBAA0B;;;;;;;GAOpC,kBAAkB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
|
+
import "../TabSelector/index.js";
|
|
2
3
|
import { ReactElement, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
4
5
|
|
|
5
6
|
//#region src/components/Navbar/index.d.ts
|
|
6
|
-
|
|
7
7
|
/**
|
|
8
8
|
* Props for the responsive Navbar component
|
|
9
9
|
* @template T - The tab props type extending TabProps
|
|
@@ -94,7 +94,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
|
|
|
94
94
|
rightItemsDesktop,
|
|
95
95
|
rightItemsMobile,
|
|
96
96
|
selectedChoice
|
|
97
|
-
}: NavbarProps<T>) =>
|
|
97
|
+
}: NavbarProps<T>) => react_jsx_runtime13.JSX.Element;
|
|
98
98
|
//#endregion
|
|
99
99
|
export { Navbar };
|
|
100
100
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAI2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA2DjB;EAAoB,iBAAA,CAAA,EA7DX,SA6DW;EAAsB;EAAA,gBAAA,CAAA,EA3DlC,SA2DkC;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;GAU9B,YAAY,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|