@intlayer/design-system 7.6.0-canary.0 → 7.6.0-canary.1
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/Browser/{browser.content.mjs → Browser.content.mjs} +4 -4
- package/dist/esm/components/Browser/{browser.content.mjs.map → Browser.content.mjs.map} +1 -1
- package/dist/esm/components/Container/index.mjs +1 -0
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +226 -122
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +147 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +80 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +9 -2
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +56 -55
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +8 -16
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockClient.mjs +2 -2
- package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockServer.mjs +2 -2
- package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/esm/components/Input/Checkbox.mjs +3 -2
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +8 -2
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +2 -2
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs +1 -1
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs +20 -14
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- package/dist/esm/components/Terminal/Terminal.mjs +2 -2
- package/dist/esm/components/Terminal/Terminal.mjs.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/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/{browser.content.d.ts → Browser.content.d.ts} +19 -19
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -0
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Button/Button.d.ts +7 -7
- package/dist/types/components/Carousel/index.content.d.ts +8 -8
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
- 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/Container/index.d.ts +9 -9
- 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/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/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +338 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +197 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +7 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/JSONEditor.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/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/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/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/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/CodeBlockClient.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeBlockServer.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/MonacoCode.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/selectors.content.d.ts +13 -13
- 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 +1 -1
- 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/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +6 -6
- 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/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/MarkDownRender.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/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/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +4 -4
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +12 -12
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- 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 +7 -7
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +11 -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/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/Tag/index.d.ts +5 -5
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/package.json +19 -19
- package/dist/types/components/Browser/browser.content.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
2
|
import "../TabSelector/index.js";
|
|
3
3
|
import { ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Navbar/index.d.ts
|
|
7
7
|
/**
|
|
@@ -97,7 +97,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
|
|
|
97
97
|
rightItemsMobile,
|
|
98
98
|
selectedChoice,
|
|
99
99
|
mobileRollable
|
|
100
|
-
}: NavbarProps<T>) =>
|
|
100
|
+
}: NavbarProps<T>) => react_jsx_runtime18.JSX.Element;
|
|
101
101
|
//#endregion
|
|
102
102
|
export { Navbar };
|
|
103
103
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { FC, HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Pagination/Pagination.d.ts
|
|
6
6
|
declare const paginationVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg";
|
|
8
|
-
color?: "
|
|
9
|
-
variant?: "default" | "
|
|
10
|
-
} &
|
|
8
|
+
color?: "primary" | "secondary" | "neutral" | "text" | "destructive";
|
|
9
|
+
variant?: "default" | "ghost" | "bordered";
|
|
10
|
+
} & class_variance_authority_types9.ClassProp) => string;
|
|
11
11
|
declare enum PaginationSize {
|
|
12
12
|
SM = "sm",
|
|
13
13
|
MD = "md",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":[],"mappings":";;;;;cAea,0BA6Ba;;;EA7Bb,OAAA,CAAA,EAAA,SAAA,GA2BZ,
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":[],"mappings":";;;;;cAea,0BA6Ba;;;EA7Bb,OAAA,CAAA,EAAA,SAAA,GA2BZ,OAAA,GAAA,UAAA;AAED,CAAA,GAFC,+BAAA,CAAA,SAEyB,EAAA,GAAA,MAAA;AAMd,aANA,cAAA;EAYA,EAAA,GAAA,IAAA;EAAiC,EAAA,GAAA,IAAA;EAAf,EAAA,GAAA,IAAA;;AAC5B,aAPU,iBAAA;EAOE,OAAA,GAAA,SAAA;EA+ED,QAAA,GAAA,UAiJZ;;;KAjOW,eAAA,GAAkB,eAAe,kBAC3C,oBAAoB;;;;;;;;;cA+ET,YAAY,GAAG"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _intlayer_types445 from "@intlayer/types";
|
|
2
|
+
import * as _intlayer_core1 from "@intlayer/core";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Pagination/pagination.content.d.ts
|
|
5
5
|
declare const paginationContent: {
|
|
6
6
|
key: string;
|
|
7
7
|
content: {
|
|
8
|
-
numberItemsSelector:
|
|
8
|
+
numberItemsSelector: _intlayer_types445.TypedNodeModel<_intlayer_types445.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -25,7 +25,7 @@ declare const paginationContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: "translation" |
|
|
28
|
+
nodeType: "translation" | _intlayer_types445.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -48,7 +48,7 @@ declare const paginationContent: {
|
|
|
48
48
|
uk: string;
|
|
49
49
|
};
|
|
50
50
|
}>;
|
|
51
|
-
showingResults:
|
|
51
|
+
showingResults: _intlayer_core1.InsertionContent<_intlayer_types445.TypedNodeModel<_intlayer_types445.NodeType.Translation, {
|
|
52
52
|
ar: string;
|
|
53
53
|
de: string;
|
|
54
54
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const paginationContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
zh: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: "translation" |
|
|
71
|
+
nodeType: "translation" | _intlayer_types445.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
ar: string;
|
|
@@ -91,7 +91,7 @@ declare const paginationContent: {
|
|
|
91
91
|
zh: string;
|
|
92
92
|
};
|
|
93
93
|
}>>;
|
|
94
|
-
selectPageSize:
|
|
94
|
+
selectPageSize: _intlayer_types445.TypedNodeModel<_intlayer_types445.NodeType.Translation, {
|
|
95
95
|
en: string;
|
|
96
96
|
fr: string;
|
|
97
97
|
es: string;
|
|
@@ -111,7 +111,7 @@ declare const paginationContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType: "translation" |
|
|
114
|
+
nodeType: "translation" | _intlayer_types445.NodeType.Translation;
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -134,7 +134,7 @@ declare const paginationContent: {
|
|
|
134
134
|
uk: string;
|
|
135
135
|
};
|
|
136
136
|
}>;
|
|
137
|
-
goToNextPage:
|
|
137
|
+
goToNextPage: _intlayer_types445.TypedNodeModel<_intlayer_types445.NodeType.Translation, {
|
|
138
138
|
en: string;
|
|
139
139
|
fr: string;
|
|
140
140
|
es: string;
|
|
@@ -154,7 +154,7 @@ declare const paginationContent: {
|
|
|
154
154
|
vi: string;
|
|
155
155
|
uk: string;
|
|
156
156
|
}, {
|
|
157
|
-
nodeType: "translation" |
|
|
157
|
+
nodeType: "translation" | _intlayer_types445.NodeType.Translation;
|
|
158
158
|
} & {
|
|
159
159
|
translation: {
|
|
160
160
|
en: string;
|
|
@@ -177,7 +177,7 @@ declare const paginationContent: {
|
|
|
177
177
|
uk: string;
|
|
178
178
|
};
|
|
179
179
|
}>;
|
|
180
|
-
goToPreviousPage:
|
|
180
|
+
goToPreviousPage: _intlayer_types445.TypedNodeModel<_intlayer_types445.NodeType.Translation, {
|
|
181
181
|
en: string;
|
|
182
182
|
fr: string;
|
|
183
183
|
es: string;
|
|
@@ -197,7 +197,7 @@ declare const paginationContent: {
|
|
|
197
197
|
vi: string;
|
|
198
198
|
uk: string;
|
|
199
199
|
}, {
|
|
200
|
-
nodeType: "translation" |
|
|
200
|
+
nodeType: "translation" | _intlayer_types445.NodeType.Translation;
|
|
201
201
|
} & {
|
|
202
202
|
translation: {
|
|
203
203
|
en: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types460 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/RightDrawer/rightDrawer.content.d.ts
|
|
4
4
|
declare const rightDrawerContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
goBack:
|
|
7
|
+
goBack: _intlayer_types460.TypedNodeModel<_intlayer_types460.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
ru: string;
|
|
@@ -24,7 +24,7 @@ declare const rightDrawerContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types460.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const rightDrawerContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
closeDrawer:
|
|
50
|
+
closeDrawer: _intlayer_types460.TypedNodeModel<_intlayer_types460.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
'en-GB': string;
|
|
53
53
|
ru: string;
|
|
@@ -67,7 +67,7 @@ declare const rightDrawerContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types460.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react2 from "react";
|
|
2
2
|
import { ComponentProps, FC } from "react";
|
|
3
3
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
4
4
|
|
|
@@ -16,8 +16,8 @@ declare enum SelectContentPosition {
|
|
|
16
16
|
ITEM_ALIGNED = "item-aligned",
|
|
17
17
|
}
|
|
18
18
|
declare const SelectRoot: FC<SelectPrimitive.SelectProps>;
|
|
19
|
-
declare const SelectGroup:
|
|
20
|
-
declare const SelectValue:
|
|
19
|
+
declare const SelectGroup: react2.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react2.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
declare const SelectValue: react2.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react2.RefAttributes<HTMLSpanElement>>;
|
|
21
21
|
/**
|
|
22
22
|
* Select trigger button component that displays the current selection and opens the dropdown
|
|
23
23
|
*
|
|
@@ -7,12 +7,12 @@ import { TiktokLogo } from "./TiktokLogo.js";
|
|
|
7
7
|
import { XLogo } from "./XLogo.js";
|
|
8
8
|
import { YoutubeLogo } from "./YoutubeLogo.js";
|
|
9
9
|
import { AnchorHTMLAttributes, DetailedHTMLProps, ReactNode } from "react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
11
11
|
|
|
12
12
|
//#region src/components/SocialNetworks/index.d.ts
|
|
13
13
|
declare const socialNetworks: {
|
|
14
14
|
href: string;
|
|
15
|
-
component:
|
|
15
|
+
component: react_jsx_runtime23.JSX.Element;
|
|
16
16
|
label: string;
|
|
17
17
|
}[];
|
|
18
18
|
type SocialNetworksProps = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types10 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/SwitchSelector/index.d.ts
|
|
7
7
|
type SwitchSelectorChoice<T = boolean> = {
|
|
@@ -28,17 +28,17 @@ declare enum SwitchSelectorColor {
|
|
|
28
28
|
TEXT = "text",
|
|
29
29
|
}
|
|
30
30
|
declare const switchSelectorVariant: (props?: {
|
|
31
|
-
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark"
|
|
31
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
|
|
32
32
|
disabled?: boolean;
|
|
33
|
-
} &
|
|
33
|
+
} & class_variance_authority_types10.ClassProp) => string;
|
|
34
34
|
declare enum SwitchSelectorSize {
|
|
35
35
|
SM = "sm",
|
|
36
36
|
MD = "md",
|
|
37
37
|
LG = "lg",
|
|
38
38
|
}
|
|
39
39
|
declare const choiceVariant: (props?: {
|
|
40
|
-
size?: "
|
|
41
|
-
} &
|
|
40
|
+
size?: "lg" | "md" | "sm";
|
|
41
|
+
} & class_variance_authority_types10.ClassProp) => string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* Component that allows the user to select one of the provided choices.
|
|
@@ -66,7 +66,7 @@ declare const SwitchSelector: <T>({
|
|
|
66
66
|
className,
|
|
67
67
|
hoverable,
|
|
68
68
|
disabled
|
|
69
|
-
}: SwitchSelectorProps<T>) =>
|
|
69
|
+
}: SwitchSelectorProps<T>) => react_jsx_runtime19.JSX.Element;
|
|
70
70
|
//#endregion
|
|
71
71
|
export { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize };
|
|
72
72
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,MAAA,GAAA,SAAkB,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA;EAMxB,QAAA,CAAA,EAAA,OAcL;AA2CD,CAAA,GAjEC,gCAAA,CAAA,SAsKA,EAAA,GAAA,MAAA;AArGkC,aA/DvB,kBAAA;EA+DuB,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;;cAzD7B,aAyD6B,EAAA,CAAA,KAAA,CAAA,EAAA;EAAA,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA;CAAA,GA3ClC,gCAAA,CAAA,SA2CkC,EAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;cAAtB;;;;;;;;;;GAUV,oBAAoB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types12 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
declare const tabContainerVariant: (props?: {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
background?: "with" | "without";
|
|
9
|
+
variant?: "default" | "ghost" | "bordered";
|
|
10
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
10
11
|
type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
|
|
11
12
|
defaultTab?: string;
|
|
12
13
|
group?: string;
|
|
13
14
|
children: ReactNode;
|
|
15
|
+
headerClassName?: string;
|
|
16
|
+
fullHeight?: boolean;
|
|
14
17
|
};
|
|
15
18
|
type TabItemProps = HTMLAttributes<HTMLDivElement> & {
|
|
16
19
|
label: string;
|
|
@@ -24,13 +27,15 @@ declare const Tab: (({
|
|
|
24
27
|
variant,
|
|
25
28
|
children,
|
|
26
29
|
className,
|
|
30
|
+
headerClassName,
|
|
31
|
+
fullHeight,
|
|
27
32
|
...props
|
|
28
|
-
}: TabProps) =>
|
|
33
|
+
}: TabProps) => react_jsx_runtime20.JSX.Element) & {
|
|
29
34
|
Item: {
|
|
30
35
|
({
|
|
31
36
|
children,
|
|
32
37
|
...props
|
|
33
|
-
}: TabItemProps):
|
|
38
|
+
}: TabItemProps): react_jsx_runtime20.JSX.Element;
|
|
34
39
|
displayName: string;
|
|
35
40
|
};
|
|
36
41
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM
|
|
1
|
+
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;;IAeJ,gCAAA,CAAA;AAfI,KAiBM,QAAA,GAAW,cAFrB,CAEoC,cAFpC,CAAA,GAGA,YAHA,CAAA,OAGoB,mBAHpB,CAAA,GAAA;EAEU,UAAA,CAAQ,EAAA,MAAA;EAAkB,KAAA,CAAA,EAAA,MAAA;EAAf,QAAA,EAIT,SAJS;EACD,eAAA,CAAA,EAAA,MAAA;EAApB,UAAA,CAAA,EAAA,OAAA;CAGY;AAAS,KAKX,YAAA,GAAe,cALJ,CAKmB,cALnB,CAAA,GAAA;EAKX,KAAA,EAAA,MAAA;EAA8B,KAAA,EAAA,MAAA;EAAf,QAAA,CAAA,EAAA,OAAA;EAIf,QAAA,EAAA,SAAA;CAAS;AAgMR,cAAA,GAEX,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,eAAA;EAAA,UAAA;EAAA,GAAA;AAAA,CAAA,EA1JC,QA0JD,EAAA,GA1JS,mBAAA,CAAA,GAAA,CAAA,OA0JT,CAAA,GAAA;EAFc,IAAA,EAAA;IAAA,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAzLyB,YAyLzB,CAAA,EAzLqC,mBAAA,CAAA,GAAA,CAAA,OAyLrC;IAAA,WAAA,EAAA,MAAA;EAAA,CAAA;CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react1 from "react";
|
|
2
2
|
import { Dispatch, FC, PropsWithChildren, SetStateAction } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/TabContext.d.ts
|
|
@@ -9,7 +9,7 @@ type TabContextValue = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Context that store the current locale on the client side
|
|
11
11
|
*/
|
|
12
|
-
declare const TabContext:
|
|
12
|
+
declare const TabContext: react1.Context<TabContextValue>;
|
|
13
13
|
/**
|
|
14
14
|
* Hook that provides the current locale
|
|
15
15
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactElement } 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
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
5
5
|
import { ItemSelectorOrientation } from "@hooks/useItemSelector";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TabSelector/TabSelector.d.ts
|
|
@@ -15,8 +15,8 @@ declare enum TabSelectorColor {
|
|
|
15
15
|
TEXT = "text",
|
|
16
16
|
}
|
|
17
17
|
declare const tabSelectorVariant: (props?: {
|
|
18
|
-
color?: "
|
|
19
|
-
} &
|
|
18
|
+
color?: "primary" | "secondary" | "neutral" | "text" | "destructive" | "light" | "dark";
|
|
19
|
+
} & class_variance_authority_types13.ClassProp) => string;
|
|
20
20
|
type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
|
|
21
21
|
key: string | number;
|
|
22
22
|
};
|
|
@@ -54,7 +54,7 @@ declare const TabSelector: <T extends TabSelectorItemProps>({
|
|
|
54
54
|
hoverable,
|
|
55
55
|
orientation,
|
|
56
56
|
className
|
|
57
|
-
}: TabSelectorProps<T>) =>
|
|
57
|
+
}: TabSelectorProps<T>) => react_jsx_runtime22.JSX.Element;
|
|
58
58
|
//#endregion
|
|
59
59
|
export { TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps };
|
|
60
60
|
//# sourceMappingURL=TabSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,
|
|
1
|
+
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,aAAA,GAAA,OAAA,GAAA,MAAA;CACU,GAhCjB,gCAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types466 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Table/table.content.d.ts
|
|
4
4
|
declare const tableContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
show:
|
|
7
|
+
show: _intlayer_types466.TypedNodeModel<_intlayer_types466.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -24,7 +24,7 @@ declare const tableContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types466.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, HTMLAttributes, PropsWithChildren } 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/Tag/index.d.ts
|
|
@@ -186,12 +186,12 @@ declare enum TagBackground {
|
|
|
186
186
|
WITH = "with",
|
|
187
187
|
}
|
|
188
188
|
declare const containerVariants: (props?: {
|
|
189
|
-
roundedSize?: "
|
|
190
|
-
color?: "
|
|
191
|
-
size?: "
|
|
189
|
+
roundedSize?: "none" | "lg" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full";
|
|
190
|
+
color?: "text" | "error" | "success" | "primary" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
191
|
+
size?: "lg" | "md" | "xs" | "sm" | "xl";
|
|
192
192
|
border?: "none" | "with";
|
|
193
193
|
background?: "none" | "with";
|
|
194
|
-
} &
|
|
194
|
+
} & class_variance_authority_types14.ClassProp) => string;
|
|
195
195
|
/**
|
|
196
196
|
* Tag component for displaying labels, categories, status indicators, and badges
|
|
197
197
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA2CA;AAuBA;AAoBA;AAGC;AA0JD;;;;;;;;;;;;;;;KArTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA2CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA+DJ
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA2CA;AAuBA;AAoBA;AAGC;AA0JD;;;;;;;;;;;;;;;KArTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA2CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA+DJ,gCAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyFW,KAAK,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Terminal.d.ts","names":[],"sources":["../../../../src/components/Terminal/Terminal.tsx"],"sourcesContent":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Terminal.d.ts","names":[],"sources":["../../../../src/components/Terminal/Terminal.tsx"],"sourcesContent":[],"mappings":";;;KA2EY,aAAA;;EAAA,UAAA,CAAA,EAAA,OAAa;EAMD,KAAA,CAAA,EAAA,MAAA;EAAf,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAAL,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,MAAA,EAAA,GAAA,IAAA;CAAI,GAAJ,IAAI,CAAC,cAAD,CAAgB,cAAhB,CAAA,EAAA,UAAA,GAAA,UAAA,CAAA;AAEK,cAAA,QAAa,EAAH,EAAG,CAAA,aAAD,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types53 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Terminal/terminal.content.d.ts
|
|
4
4
|
declare const terminalContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
closeTab:
|
|
7
|
+
closeTab: _intlayer_types53.TypedNodeModel<_intlayer_types53.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -24,7 +24,7 @@ declare const terminalContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types53.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const terminalContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
terminalInput:
|
|
50
|
+
terminalInput: _intlayer_types53.TypedNodeModel<_intlayer_types53.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
fr: string;
|
|
53
53
|
es: string;
|
|
@@ -67,7 +67,7 @@ declare const terminalContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types53.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,QAAA,
|
|
1
|
+
{"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,QAAA,kCAgDgB,yCAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Toaster/Toaster.d.ts
|
|
4
4
|
|
|
@@ -44,7 +44,7 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
|
44
44
|
*
|
|
45
45
|
* @returns JSX element rendering the toast viewport and active toasts
|
|
46
46
|
*/
|
|
47
|
-
declare const Toaster: () =>
|
|
47
|
+
declare const Toaster: () => react_jsx_runtime3.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { Toaster };
|
|
50
50
|
//# sourceMappingURL=Toaster.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "7.6.0-canary.
|
|
3
|
+
"version": "7.6.0-canary.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
"typecheck_": "tsc --noEmit --project tsconfig.types.json"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@better-auth/passkey": "1.4.
|
|
107
|
-
"@better-auth/sso": "1.4.
|
|
108
|
-
"@intlayer/api": "7.6.0-canary.
|
|
109
|
-
"@intlayer/config": "7.6.0-canary.
|
|
110
|
-
"@intlayer/core": "7.6.0-canary.
|
|
111
|
-
"@intlayer/dictionaries-entry": "7.6.0-canary.
|
|
112
|
-
"@intlayer/editor-react": "7.6.0-canary.
|
|
113
|
-
"@intlayer/types": "7.6.0-canary.
|
|
106
|
+
"@better-auth/passkey": "1.4.13",
|
|
107
|
+
"@better-auth/sso": "1.4.13",
|
|
108
|
+
"@intlayer/api": "7.6.0-canary.1",
|
|
109
|
+
"@intlayer/config": "7.6.0-canary.1",
|
|
110
|
+
"@intlayer/core": "7.6.0-canary.1",
|
|
111
|
+
"@intlayer/dictionaries-entry": "7.6.0-canary.1",
|
|
112
|
+
"@intlayer/editor-react": "7.6.0-canary.1",
|
|
113
|
+
"@intlayer/types": "7.6.0-canary.1",
|
|
114
114
|
"@radix-ui/react-dialog": "1.1.15",
|
|
115
115
|
"@radix-ui/react-select": "2.2.6",
|
|
116
116
|
"@radix-ui/react-slot": "1.2.4",
|
|
117
117
|
"@radix-ui/react-toast": "1.2.15",
|
|
118
|
-
"better-auth": "1.4.
|
|
118
|
+
"better-auth": "1.4.13",
|
|
119
119
|
"bun": "^1.3.2",
|
|
120
120
|
"class-variance-authority": "0.7.1",
|
|
121
121
|
"cmdk": "1.1.1",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"zod": "4.3.5"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
|
-
"@intlayer/backend": "7.6.0-canary.
|
|
126
|
+
"@intlayer/backend": "7.6.0-canary.1",
|
|
127
127
|
"@shikijs/transformers": "3.21.0",
|
|
128
128
|
"@storybook/addon-a11y": "8.6.14",
|
|
129
129
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -153,35 +153,35 @@
|
|
|
153
153
|
"@utils/ts-config": "1.0.4",
|
|
154
154
|
"@utils/ts-config-types": "1.0.4",
|
|
155
155
|
"fast-glob": "3.3.3",
|
|
156
|
-
"intlayer": "7.6.0-canary.
|
|
157
|
-
"react-intlayer": "7.
|
|
156
|
+
"intlayer": "7.6.0-canary.1",
|
|
157
|
+
"react-intlayer": "7.5.14",
|
|
158
158
|
"rimraf": "6.1.2",
|
|
159
159
|
"shiki": "3.21.0",
|
|
160
160
|
"storybook": "8.6.14",
|
|
161
161
|
"tsdown": "0.19.0",
|
|
162
162
|
"typescript": "5.9.3",
|
|
163
163
|
"vite": "7.3.1",
|
|
164
|
-
"vite-intlayer": "7.6.0-canary.
|
|
164
|
+
"vite-intlayer": "7.6.0-canary.1",
|
|
165
165
|
"vite-plugin-dts": "4.5.4",
|
|
166
166
|
"vitest": "4.0.17"
|
|
167
167
|
},
|
|
168
168
|
"peerDependencies": {
|
|
169
169
|
"@better-fetch/fetch": "1.1.21",
|
|
170
170
|
"@hookform/resolvers": "5.2.2",
|
|
171
|
-
"@intlayer/backend": "7.6.0-canary.
|
|
171
|
+
"@intlayer/backend": "7.6.0-canary.1",
|
|
172
172
|
"@monaco-editor/react": "4.7.0",
|
|
173
173
|
"@shikijs/transformers": "3.21.0",
|
|
174
|
-
"@tanstack/react-query": "5.90.
|
|
174
|
+
"@tanstack/react-query": "5.90.18",
|
|
175
175
|
"@tanstack/react-query-devtools": "5.91.2",
|
|
176
176
|
"clsx": "2.1.1",
|
|
177
|
-
"framer-motion": "12.26.
|
|
177
|
+
"framer-motion": "12.26.2",
|
|
178
178
|
"fuse.js": "7.1.0",
|
|
179
|
-
"intlayer": "7.6.0-canary.
|
|
179
|
+
"intlayer": "7.6.0-canary.1",
|
|
180
180
|
"lucide-react": "0.562.0",
|
|
181
181
|
"react": ">=16.0.0",
|
|
182
182
|
"react-dom": ">=16.0.0",
|
|
183
183
|
"react-hook-form": "7.71.0",
|
|
184
|
-
"react-intlayer": "7.
|
|
184
|
+
"react-intlayer": "7.5.14",
|
|
185
185
|
"shiki": "3.21.0",
|
|
186
186
|
"tailwind-merge": "3.4.0",
|
|
187
187
|
"tailwindcss": "4.1.18",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/browser.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,SAAA,mCAyKS,0CAAA"}
|