@intlayer/design-system 7.5.0-canary.0 → 7.5.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/Avatar/index.mjs +5 -28
- package/dist/esm/components/Avatar/index.mjs.map +1 -1
- package/dist/esm/components/Badge/index.mjs +1 -1
- package/dist/esm/components/Badge/index.mjs.map +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -0
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Button/Button.mjs +15 -11
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs +7 -4
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/esm/components/DropDown/index.mjs +6 -2
- package/dist/esm/components/DropDown/index.mjs.map +1 -1
- package/dist/esm/components/Form/elements/CheckboxElement.mjs +8 -4
- package/dist/esm/components/Form/elements/CheckboxElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -5
- package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
- package/dist/esm/components/Input/Input.mjs.map +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +1 -2
- package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +225 -0
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -0
- package/dist/esm/components/KeyboardShortcut/index.mjs +3 -0
- package/dist/esm/components/Link/Link.mjs +5 -10
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/Navbar/DesktopNavbar.mjs +1 -1
- package/dist/esm/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs +83 -43
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs +3 -6
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +2 -2
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/esm/components/Tag/index.mjs +2 -2
- package/dist/esm/components/Tag/index.mjs.map +1 -1
- package/dist/esm/components/Terminal/Terminal.mjs +4 -1
- package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
- package/dist/esm/components/Terminal/terminal.content.mjs +51 -0
- package/dist/esm/components/Terminal/terminal.content.mjs.map +1 -0
- package/dist/esm/components/index.mjs +2 -1
- package/dist/esm/hooks/index.mjs +2 -2
- package/dist/esm/hooks/reactQuery.mjs +8 -1
- package/dist/esm/hooks/reactQuery.mjs.map +1 -1
- package/dist/esm/hooks/useItemSelector.mjs +51 -28
- package/dist/esm/hooks/useItemSelector.mjs.map +1 -1
- package/dist/esm/libs/auth.mjs +9 -3
- package/dist/esm/libs/auth.mjs.map +1 -1
- package/dist/types/components/Avatar/index.d.ts.map +1 -1
- package/dist/types/components/Badge/index.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +5 -5
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +17 -17
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +12 -10
- 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/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.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/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- 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/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.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/OTPElement.d.ts.map +1 -1
- 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/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/FileTree.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/Input/Checkbox.d.ts +3 -3
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +7 -9
- 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/Input/SearchInput.d.ts.map +1 -1
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts +90 -0
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -0
- package/dist/types/components/KeyboardShortcut/index.d.ts +2 -0
- package/dist/types/components/Link/Link.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/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/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Popover/static.d.ts +1 -17
- package/dist/types/components/Popover/static.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts +3 -3
- 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 +5 -5
- 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/TabSelector/TabSelector.d.ts +4 -4
- 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 +4 -4
- 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 +93 -0
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -0
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- 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 +3 -1
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/reactQuery.d.ts +2 -1
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/hooks/useDevice.d.ts.map +1 -1
- package/dist/types/libs/auth.d.ts +1 -0
- package/dist/types/libs/auth.d.ts.map +1 -1
- package/package.json +40 -34
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types145 from "@intlayer/types";
|
|
2
2
|
import * as _intlayer_core0 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_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -24,7 +24,7 @@ declare const paginationContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -46,7 +46,7 @@ declare const paginationContent: {
|
|
|
46
46
|
vi: string;
|
|
47
47
|
};
|
|
48
48
|
}>;
|
|
49
|
-
showingResults: _intlayer_core0.InsertionContent<
|
|
49
|
+
showingResults: _intlayer_core0.InsertionContent<_intlayer_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
50
50
|
ar: string;
|
|
51
51
|
de: string;
|
|
52
52
|
en: string;
|
|
@@ -65,7 +65,7 @@ declare const paginationContent: {
|
|
|
65
65
|
vi: string;
|
|
66
66
|
zh: string;
|
|
67
67
|
}, {
|
|
68
|
-
nodeType:
|
|
68
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
69
69
|
} & {
|
|
70
70
|
translation: {
|
|
71
71
|
ar: string;
|
|
@@ -87,7 +87,7 @@ declare const paginationContent: {
|
|
|
87
87
|
zh: string;
|
|
88
88
|
};
|
|
89
89
|
}>>;
|
|
90
|
-
selectPageSize:
|
|
90
|
+
selectPageSize: _intlayer_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
91
91
|
en: string;
|
|
92
92
|
fr: string;
|
|
93
93
|
es: string;
|
|
@@ -106,7 +106,7 @@ declare const paginationContent: {
|
|
|
106
106
|
id: string;
|
|
107
107
|
vi: string;
|
|
108
108
|
}, {
|
|
109
|
-
nodeType:
|
|
109
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
110
110
|
} & {
|
|
111
111
|
translation: {
|
|
112
112
|
en: string;
|
|
@@ -128,7 +128,7 @@ declare const paginationContent: {
|
|
|
128
128
|
vi: string;
|
|
129
129
|
};
|
|
130
130
|
}>;
|
|
131
|
-
goToNextPage:
|
|
131
|
+
goToNextPage: _intlayer_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
132
132
|
en: string;
|
|
133
133
|
fr: string;
|
|
134
134
|
es: string;
|
|
@@ -147,7 +147,7 @@ declare const paginationContent: {
|
|
|
147
147
|
id: string;
|
|
148
148
|
vi: string;
|
|
149
149
|
}, {
|
|
150
|
-
nodeType:
|
|
150
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
151
151
|
} & {
|
|
152
152
|
translation: {
|
|
153
153
|
en: string;
|
|
@@ -169,7 +169,7 @@ declare const paginationContent: {
|
|
|
169
169
|
vi: string;
|
|
170
170
|
};
|
|
171
171
|
}>;
|
|
172
|
-
goToPreviousPage:
|
|
172
|
+
goToPreviousPage: _intlayer_types145.TypedNodeModel<_intlayer_types145.NodeType.Translation, {
|
|
173
173
|
en: string;
|
|
174
174
|
fr: string;
|
|
175
175
|
es: string;
|
|
@@ -188,7 +188,7 @@ declare const paginationContent: {
|
|
|
188
188
|
id: string;
|
|
189
189
|
vi: string;
|
|
190
190
|
}, {
|
|
191
|
-
nodeType:
|
|
191
|
+
nodeType: _intlayer_types145.NodeType.Translation | "translation";
|
|
192
192
|
} & {
|
|
193
193
|
translation: {
|
|
194
194
|
en: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as react16 from "react";
|
|
2
1
|
import { DetailedHTMLProps, FC, HTMLAttributes } from "react";
|
|
3
2
|
|
|
4
3
|
//#region src/components/Popover/static.d.ts
|
|
@@ -201,22 +200,7 @@ type DetailProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
201
200
|
* @param props - Popover Detail component props
|
|
202
201
|
* @returns Positioned popover content with animations and accessibility
|
|
203
202
|
*/
|
|
204
|
-
declare const Detail:
|
|
205
|
-
/** Whether the popover responds to focus events on the trigger */
|
|
206
|
-
isFocusable?: boolean;
|
|
207
|
-
/** Controls visibility state - undefined allows automatic hover/focus control */
|
|
208
|
-
isHidden?: boolean;
|
|
209
|
-
/** Whether the popover responds to hover events on the trigger */
|
|
210
|
-
isOverable?: boolean;
|
|
211
|
-
/** Unique identifier matching the trigger's identifier for accessibility */
|
|
212
|
-
identifier: string;
|
|
213
|
-
/** Horizontal positioning relative to trigger */
|
|
214
|
-
xAlign?: PopoverXAlign | `${PopoverXAlign}`;
|
|
215
|
-
/** Vertical positioning relative to trigger */
|
|
216
|
-
yAlign?: PopoverYAlign | `${PopoverYAlign}`;
|
|
217
|
-
/** Whether to display the directional arrow indicator */
|
|
218
|
-
displayArrow?: boolean;
|
|
219
|
-
} & react16.RefAttributes<HTMLDivElement>>;
|
|
203
|
+
declare const Detail: FC<DetailProps>;
|
|
220
204
|
//#endregion
|
|
221
205
|
export { Detail, DetailProps, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign };
|
|
222
206
|
//# sourceMappingURL=static.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static.d.ts","names":[],"sources":["../../../../src/components/Popover/static.tsx"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"static.d.ts","names":[],"sources":["../../../../src/components/Popover/static.tsx"],"sourcesContent":[],"mappings":";;;;;;AAQA;;AACE,KADU,YAAA,GAAe,iBACzB,CAAA,cAAA,CAAe,cAAf,CAAA,EACA,cADA,CAAA,GAAA;EACA;EAFyB,UAAA,EAAA,MAAA;CAAiB;AAY5C;;;;AACU,KADE,WAAA,GAAc,EAChB,CADmB,YACnB,CAAA,GAAA;EAAE,MAAA,EAAF,EAAE,CAAC,WAAD,CAAA;AAMZ,CAAA;AAUA;AAwFA;AAoBA;AAAyC,aAtH7B,aAAA;EAsHc;EAUf,KAAA,GAAA,OAAA;EAAmB;EAEnB,GAAA,GAAA,KAAA;;;AAGT;;aA3HU,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwFC,eAAe;;;;;KAoBhB,WAAA,GAAc,eAAe;;;;;;;;;;WAU9B,mBAAmB;;WAEnB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoExB,QAAQ,GAAG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react16 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: react16.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react16.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
declare const SelectValue: react16.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react16.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_runtime20 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_runtime20.JSX.Element;
|
|
16
16
|
label: string;
|
|
17
17
|
}[];
|
|
18
18
|
type SocialNetworksProps = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,mBAAA,CAAA,GAAA,CAAA;;;KAEI,mBAAA;8BACyB,4BAA4B;IACtD,kBACF,qBAAqB,oBACrB;cA4BW;;;GAGV,wBAAmB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
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_runtime18 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/SwitchSelector/index.d.ts
|
|
7
7
|
type SwitchSelectorChoice<T = boolean> = {
|
|
@@ -28,7 +28,7 @@ declare enum SwitchSelectorColor {
|
|
|
28
28
|
}
|
|
29
29
|
declare const switchSelectorVariant: (props?: {
|
|
30
30
|
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
|
|
31
|
-
} &
|
|
31
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
32
32
|
declare enum SwitchSelectorSize {
|
|
33
33
|
SM = "sm",
|
|
34
34
|
MD = "md",
|
|
@@ -36,7 +36,7 @@ declare enum SwitchSelectorSize {
|
|
|
36
36
|
}
|
|
37
37
|
declare const choiceVariant: (props?: {
|
|
38
38
|
size?: "sm" | "md" | "lg";
|
|
39
|
-
} &
|
|
39
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* Component that allows the user to select one of the provided choices.
|
|
@@ -63,7 +63,7 @@ declare const SwitchSelector: <T>({
|
|
|
63
63
|
size,
|
|
64
64
|
className,
|
|
65
65
|
hoverable
|
|
66
|
-
}: SwitchSelectorProps<T>) =>
|
|
66
|
+
}: SwitchSelectorProps<T>) => react_jsx_runtime18.JSX.Element;
|
|
67
67
|
//#endregion
|
|
68
68
|
export { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize };
|
|
69
69
|
//# 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;CACsB,GAM9B,YAN8B,CAAA,OAMV,qBANU,CAAA,GAOhC,YAPgC,CAAA,OAOZ,aAPY,CAAA;AAAtB,aASA,mBAAA;EARF,OAAA,GAAA,SAAA;EACO,SAAA,GAAA,WAAA;EACK,WAAA,GAAA,aAAA;EAGE,OAAA,GAAA,SAAA;EAApB,KAAA,GAAA,OAAA;EACkB,IAAA,GAAA,MAAA;EAApB,IAAA,GAAA,MAAA;;AAEF,cAUM,qBAVyB,EAAA,CAAA,KA+BD,CA/BC,EAAA;EAUzB,KAAA,CAAA,EAAA,SAAA,GAAA,WAmBL,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;AAED,CAAA,GAFC
|
|
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;CACsB,GAM9B,YAN8B,CAAA,OAMV,qBANU,CAAA,GAOhC,YAPgC,CAAA,OAOZ,aAPY,CAAA;AAAtB,aASA,mBAAA;EARF,OAAA,GAAA,SAAA;EACO,SAAA,GAAA,WAAA;EACK,WAAA,GAAA,aAAA;EAGE,OAAA,GAAA,SAAA;EAApB,KAAA,GAAA,OAAA;EACkB,IAAA,GAAA,MAAA;EAApB,IAAA,GAAA,MAAA;;AAEF,cAUM,qBAVyB,EAAA,CAAA,KA+BD,CA/BC,EAAA;EAUzB,KAAA,CAAA,EAAA,SAAA,GAAA,WAmBL,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;AAED,CAAA,GAFC,gCAAA,CAAA,SAE6B,EAAA,GAAA,MAAA;AAMxB,aANM,kBAAA;EA+DC,EAAA,GAAA,IAAA;EAAsB,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;;;;;;;;;GASV,oBAAoB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } 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
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
declare const tabContainerVariant: (props?: {
|
|
8
|
-
variant?: "default" | "
|
|
9
|
-
} &
|
|
8
|
+
variant?: "default" | "bordered" | "ghost";
|
|
9
|
+
} & class_variance_authority_types14.ClassProp) => string;
|
|
10
10
|
type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
|
|
11
11
|
defaultTab?: string;
|
|
12
12
|
group?: string;
|
|
@@ -25,12 +25,12 @@ declare const Tab: (({
|
|
|
25
25
|
children,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: TabProps) =>
|
|
28
|
+
}: TabProps) => react_jsx_runtime21.JSX.Element) & {
|
|
29
29
|
Item: {
|
|
30
30
|
({
|
|
31
31
|
children,
|
|
32
32
|
...props
|
|
33
|
-
}: TabItemProps):
|
|
33
|
+
}: TabItemProps): react_jsx_runtime21.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL
|
|
1
|
+
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,gCAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAkLd,GAlLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,mBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,mBAAA,CAAA,GAAA,CAAA,OAPhC;IA8KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react20 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: react20.Context<TabContextValue>;
|
|
13
13
|
/**
|
|
14
14
|
* Hook that provides the current locale
|
|
15
15
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ItemSelectorOrientation } from "../../hooks/useItemSelector.js";
|
|
2
2
|
import { HTMLAttributes, ReactElement } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TabSelector/TabSelector.d.ts
|
|
8
8
|
declare enum TabSelectorColor {
|
|
@@ -16,7 +16,7 @@ declare enum TabSelectorColor {
|
|
|
16
16
|
}
|
|
17
17
|
declare const tabSelectorVariant: (props?: {
|
|
18
18
|
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
|
|
19
|
-
} &
|
|
19
|
+
} & class_variance_authority_types6.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_runtime5.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,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;CACU,GAhCjB,
|
|
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,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;CACU,GAhCjB,+BAAA,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,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types391 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_types391.TypedNodeModel<_intlayer_types391.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,7 +23,7 @@ declare const tableContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: _intlayer_types391.NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,IAAA,
|
|
1
|
+
{"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,IAAA,mCA2BgB,0CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, HTMLAttributes, PropsWithChildren } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Tag/index.d.ts
|
|
@@ -185,12 +185,12 @@ declare enum TagBackground {
|
|
|
185
185
|
WITH = "with",
|
|
186
186
|
}
|
|
187
187
|
declare const containerVariants: (props?: {
|
|
188
|
-
roundedSize?: "sm" | "md" | "lg" | "xl" | "
|
|
188
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
|
|
189
189
|
color?: "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
190
|
-
size?: "
|
|
190
|
+
size?: "sm" | "md" | "lg" | "xl" | "xs";
|
|
191
191
|
border?: "none" | "with";
|
|
192
192
|
background?: "none" | "with";
|
|
193
|
-
} &
|
|
193
|
+
} & class_variance_authority_types8.ClassProp) => string;
|
|
194
194
|
/**
|
|
195
195
|
* Tag component for displaying labels, categories, status indicators, and badges
|
|
196
196
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA0CA;AAuBA;AAoBA;AAGC;AAyJD;;;;;;;;;;;;;;;KAnTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA0CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA8DJ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA0CA;AAuBA;AAoBA;AAGC;AAyJD;;;;;;;;;;;;;;;KAnTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA0CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA8DJ,+BAAA,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":";;;KA0EY,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"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as _intlayer_types71 from "@intlayer/types";
|
|
2
|
+
|
|
3
|
+
//#region src/components/Terminal/terminal.content.d.ts
|
|
4
|
+
declare const terminalContent: {
|
|
5
|
+
key: string;
|
|
6
|
+
content: {
|
|
7
|
+
closeTab: _intlayer_types71.TypedNodeModel<_intlayer_types71.NodeType.Translation, {
|
|
8
|
+
en: string;
|
|
9
|
+
fr: string;
|
|
10
|
+
es: string;
|
|
11
|
+
'en-GB': string;
|
|
12
|
+
de: string;
|
|
13
|
+
ja: string;
|
|
14
|
+
ko: string;
|
|
15
|
+
zh: string;
|
|
16
|
+
it: string;
|
|
17
|
+
pt: string;
|
|
18
|
+
hi: string;
|
|
19
|
+
ar: string;
|
|
20
|
+
ru: string;
|
|
21
|
+
tr: string;
|
|
22
|
+
pl: string;
|
|
23
|
+
id: string;
|
|
24
|
+
vi: string;
|
|
25
|
+
}, {
|
|
26
|
+
nodeType: _intlayer_types71.NodeType.Translation | "translation";
|
|
27
|
+
} & {
|
|
28
|
+
translation: {
|
|
29
|
+
en: string;
|
|
30
|
+
fr: string;
|
|
31
|
+
es: string;
|
|
32
|
+
'en-GB': string;
|
|
33
|
+
de: string;
|
|
34
|
+
ja: string;
|
|
35
|
+
ko: string;
|
|
36
|
+
zh: string;
|
|
37
|
+
it: string;
|
|
38
|
+
pt: string;
|
|
39
|
+
hi: string;
|
|
40
|
+
ar: string;
|
|
41
|
+
ru: string;
|
|
42
|
+
tr: string;
|
|
43
|
+
pl: string;
|
|
44
|
+
id: string;
|
|
45
|
+
vi: string;
|
|
46
|
+
};
|
|
47
|
+
}>;
|
|
48
|
+
terminalInput: _intlayer_types71.TypedNodeModel<_intlayer_types71.NodeType.Translation, {
|
|
49
|
+
en: string;
|
|
50
|
+
fr: string;
|
|
51
|
+
es: string;
|
|
52
|
+
'en-GB': string;
|
|
53
|
+
de: string;
|
|
54
|
+
ja: string;
|
|
55
|
+
ko: string;
|
|
56
|
+
zh: string;
|
|
57
|
+
it: string;
|
|
58
|
+
pt: string;
|
|
59
|
+
hi: string;
|
|
60
|
+
ar: string;
|
|
61
|
+
ru: string;
|
|
62
|
+
tr: string;
|
|
63
|
+
pl: string;
|
|
64
|
+
id: string;
|
|
65
|
+
vi: string;
|
|
66
|
+
}, {
|
|
67
|
+
nodeType: _intlayer_types71.NodeType.Translation | "translation";
|
|
68
|
+
} & {
|
|
69
|
+
translation: {
|
|
70
|
+
en: string;
|
|
71
|
+
fr: string;
|
|
72
|
+
es: string;
|
|
73
|
+
'en-GB': string;
|
|
74
|
+
de: string;
|
|
75
|
+
ja: string;
|
|
76
|
+
ko: string;
|
|
77
|
+
zh: string;
|
|
78
|
+
it: string;
|
|
79
|
+
pt: string;
|
|
80
|
+
hi: string;
|
|
81
|
+
ar: string;
|
|
82
|
+
ru: string;
|
|
83
|
+
tr: string;
|
|
84
|
+
pl: string;
|
|
85
|
+
id: string;
|
|
86
|
+
vi: string;
|
|
87
|
+
};
|
|
88
|
+
}>;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
//#endregion
|
|
92
|
+
export { terminalContent as default };
|
|
93
|
+
//# sourceMappingURL=terminal.content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,QAAA,kCA0CgB,yCAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps, FC, ReactElement } 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
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
@@ -26,7 +26,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
|
|
|
26
26
|
*/
|
|
27
27
|
declare const toastVariants: (props?: {
|
|
28
28
|
variant?: "error" | "success" | "default";
|
|
29
|
-
} &
|
|
29
|
+
} & class_variance_authority_types9.ClassProp) => string;
|
|
30
30
|
/**
|
|
31
31
|
* Toast Component
|
|
32
32
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,OAAA,GAAA,SAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,OAAA,GAAA,SAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,+BAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime10 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_runtime11 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_runtime10.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { Toaster };
|
|
50
50
|
//# sourceMappingURL=Toaster.d.ts.map
|
|
@@ -62,6 +62,8 @@ import { IDE, IDEProps } from "./IDE/IDE.js";
|
|
|
62
62
|
import "./IDE/index.js";
|
|
63
63
|
import { InformationTag } from "./InformationTag/index.js";
|
|
64
64
|
import { KeyboardScreenAdapter } from "./KeyboardScreenAdapter/index.js";
|
|
65
|
+
import { KeyList, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType } from "./KeyboardShortcut/KeyboardShortcut.js";
|
|
66
|
+
import "./KeyboardShortcut/index.js";
|
|
65
67
|
import { Loader, LoaderProps } from "./Loader/index.js";
|
|
66
68
|
import { LocaleSwitcherContent, LocaleSwitcherContentProps } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContent.js";
|
|
67
69
|
import { LocaleSwitcherContentProvider, useLocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.js";
|
|
@@ -124,4 +126,4 @@ import { Toaster } from "./Toaster/Toaster.js";
|
|
|
124
126
|
import { reducer, toast, useToast } from "./Toaster/useToast.js";
|
|
125
127
|
import "./Toaster/index.js";
|
|
126
128
|
import { WithResizer } from "./WithResizer/index.js";
|
|
127
|
-
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyboardScreenAdapter, Label, LabelProps, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, linkVariants, paginationVariants, reducer, toast, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
|
|
129
|
+
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, linkVariants, paginationVariants, reducer, toast, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ItemSelectorOrientation, useItemSelector } from "./useItemSelector.js";
|
|
2
|
-
import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
|
|
2
|
+
import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
|
|
3
3
|
import { useAuth } from "./useAuth/useAuth.js";
|
|
4
4
|
import { useOAuth2 } from "./useAuth/useOAuth2.js";
|
|
5
5
|
import { UseSessionResult, useSession } from "./useAuth/useSession.js";
|
|
@@ -19,4 +19,4 @@ import { useScrollDetection } from "./useScrollDetection.js";
|
|
|
19
19
|
import { useScrollY } from "./useScrollY.js";
|
|
20
20
|
import { useSearch } from "./useSearch.js";
|
|
21
21
|
import { useUser } from "./useUser/index.js";
|
|
22
|
-
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useHorizontalSwipe, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useLogin, useLogout, useOAuth2, usePersistedStore, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
22
|
+
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useHorizontalSwipe, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useLogin, useLogout, useOAuth2, usePersistedStore, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
@@ -28,6 +28,7 @@ declare const useSignInPasskey: () => any;
|
|
|
28
28
|
declare const useDeletePasskey: () => any;
|
|
29
29
|
declare const useListPasskeys: () => QueryObserverResult<TData, TError>;
|
|
30
30
|
declare const useSignInMagicLink: () => any;
|
|
31
|
+
declare const useSignInSSO: () => any;
|
|
31
32
|
/**
|
|
32
33
|
* User
|
|
33
34
|
*/
|
|
@@ -115,5 +116,5 @@ declare const useGetNewsletterStatus: () => any;
|
|
|
115
116
|
declare const useGetEditorDictionaries: () => QueryObserverResult<TData, TError>;
|
|
116
117
|
declare const useWriteDictionary: () => any;
|
|
117
118
|
//#endregion
|
|
118
|
-
export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
119
|
+
export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
119
120
|
//# sourceMappingURL=reactQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":";;;;cAuGa,uBACF;EADE,WAAA,CAAA,EAoBZ,OAAA;EAnBU,cAAA,CAAA,EAAA,OAAA;EAIR,mBAAA,CAAA,EAAA,OAAA;CAAA,EAAA,GAAA,mBAAA,CAAA,KAAA,EAAA,MAAA,CAAA;;;AAuBH;AAqBa,cArBA,QAqBA,EAQZ,GAAA,GAAA,GAAA;AAEY,cAVA,uBAqBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAbA,WA8BZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAnBA,SA2BZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,iBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,mBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,gBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,cAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,mBAiBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,kBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,mBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,aAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,mBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,aAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,gBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,gBAeZ,EAAA,GAAA,GAAA,GAAA;AAN2B,cAAf,eAAe,EAAA,GAAA,GAAA,mBAAA,CAAA,KAAA,EAAA,MAAA,CAAA;AAAA,cAQf,kBARe,EAAA,GAAA,GAAA,GAAA
|
|
1
|
+
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDevice.d.ts","names":[],"sources":["../../../src/hooks/useDevice.ts"],"sourcesContent":[],"mappings":";KAIY,QAAA;AAAA,cAEC,qBAFO,EAAA,CAAA,UAAA,EAE8B,QAF9B,GAAA,MAAA,EAAA,GAAA,MAAA;AAEP,cAmBA,sBAnBqC,EAAA,GAAQ,
|
|
1
|
+
{"version":3,"file":"useDevice.d.ts","names":[],"sources":["../../../src/hooks/useDevice.ts"],"sourcesContent":[],"mappings":";KAIY,QAAA;AAAA,cAEC,qBAFO,EAAA,CAAA,UAAA,EAE8B,QAF9B,GAAA,MAAA,EAAA,GAAA,MAAA;AAEP,cAmBA,sBAnBqC,EAAA,GAAA,GAAQ,OAAA,GAAA,SAAA;AAmB7C,cAYA,2BAFZ,EAAA,GAAA,GAAA,OAAA,GAAA,SAAA;AAEY,cAgBA,UAhBA,EAAA,GAcZ,GAAA,OAAA,GAAA,SAAA;AAEY,cAWA,UAFZ,EAAA,GAAA,GAAA,OAAA,GAAA,SAAA;AAEY,cAWA,mBAFZ,EAAA,CAAA,UAAA,EAAA,MAAA,EAAA,GAAA,OAAA,GAAA,SAAA;AAED,KAQK,cAAA,GARQ;EAQR,cAAA,EAAA,OAAc,GAAA,SAAA;EAQN,iBAAA,EAAA,OAgBZ,GAAA,SAhB6C;EAkBjC,QAAA,EAAA,OAiBZ,GAAA,SAjBqC;;;;cAlBzB,iCAAiC;;;;;;;cAkBjC,yBAAyB,sBAAwB"}
|