@intlayer/design-system 8.11.1 → 8.11.2
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/api/useAuth/useOAuth2.mjs +4 -4
- package/dist/esm/api/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/esm/api/useAuth/useSession.mjs +3 -3
- package/dist/esm/api/useAuth/useSession.mjs.map +1 -1
- package/dist/esm/api/useIntlayerAPI.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/Form/FormBase.mjs +2 -1
- package/dist/esm/components/Form/FormBase.mjs.map +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/IDE/Code.mjs +1 -1
- package/dist/esm/components/IDE/Code.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownIframe.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownIframe.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +2 -2
- package/dist/esm/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs +1 -2
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/esm/hooks/index.mjs +8 -8
- package/dist/esm/libs/auth.mjs +2 -6
- package/dist/esm/libs/auth.mjs.map +1 -1
- package/dist/esm/routes.mjs +3 -1
- package/dist/esm/routes.mjs.map +1 -1
- package/dist/types/api/useAuth/useOAuth2.d.ts +1 -1
- package/dist/types/api/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/types/api/useIntlayerAPI.d.ts.map +1 -1
- package/dist/types/components/Badge/index.d.ts +3 -3
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +11 -11
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +1 -1
- package/dist/types/components/Form/FormBase.d.ts +4 -1
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +2 -2
- package/dist/types/components/Input/Input.d.ts +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +3 -3
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +1 -1
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +1 -1
- package/dist/types/components/Tag/index.d.ts +3 -3
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/libs/auth.d.ts +1 -1
- package/dist/types/libs/auth.d.ts.map +1 -1
- package/dist/types/routes.d.ts +3 -1
- package/dist/types/routes.d.ts.map +1 -1
- package/package.json +24 -24
- package/tailwind.css +1 -1
|
@@ -59,10 +59,10 @@ declare enum ButtonTextAlign {
|
|
|
59
59
|
* Enhanced button variants with improved accessibility and focus states
|
|
60
60
|
*/
|
|
61
61
|
declare const buttonVariants: (props?: {
|
|
62
|
-
size?: "
|
|
63
|
-
color?: "
|
|
64
|
-
roundedSize?: "
|
|
65
|
-
variant?: "default" | "input" | "none" | "
|
|
62
|
+
size?: "md" | "xs" | "sm" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
63
|
+
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "card" | "light" | "dark" | "current" | "text-inverse" | "success" | "custom";
|
|
64
|
+
roundedSize?: "md" | "sm" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
|
|
65
|
+
variant?: "default" | "input" | "none" | "outline" | "link" | "invisible-link" | "hoverable" | "fade";
|
|
66
66
|
textAlign?: "left" | "center" | "right";
|
|
67
67
|
isFullWidth?: boolean;
|
|
68
68
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -3,9 +3,9 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
5
5
|
declare const collapsibleTableVariants: (props?: {
|
|
6
|
-
size?: "
|
|
6
|
+
size?: "md" | "sm" | "lg" | "xl" | "full";
|
|
7
7
|
variant?: "default" | "dark" | "ghost" | "outlined";
|
|
8
|
-
spacing?: "
|
|
8
|
+
spacing?: "auto" | "md" | "sm" | "lg" | "none";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
10
10
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
11
11
|
/** Table title displayed in the header */
|
|
@@ -27,51 +27,51 @@ declare const Command: {
|
|
|
27
27
|
ref?: React.Ref<HTMLInputElement>;
|
|
28
28
|
} & {
|
|
29
29
|
asChild?: boolean;
|
|
30
|
-
}, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "
|
|
30
|
+
}, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "type" | "value"> & {
|
|
31
31
|
value?: string;
|
|
32
32
|
onValueChange?: (search: string) => void;
|
|
33
33
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
34
34
|
List: FC<{
|
|
35
35
|
children?: React.ReactNode;
|
|
36
|
-
} & Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
36
|
+
} & Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
|
|
37
37
|
ref?: React.Ref<HTMLDivElement>;
|
|
38
38
|
} & {
|
|
39
39
|
asChild?: boolean;
|
|
40
|
-
},
|
|
40
|
+
}, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
|
|
41
41
|
label?: string;
|
|
42
42
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
43
43
|
Empty: FC<{
|
|
44
44
|
children?: React.ReactNode;
|
|
45
|
-
} & Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
45
|
+
} & Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
|
|
46
46
|
ref?: React.Ref<HTMLDivElement>;
|
|
47
47
|
} & {
|
|
48
48
|
asChild?: boolean;
|
|
49
|
-
},
|
|
49
|
+
}, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
50
50
|
Group: FC<{
|
|
51
51
|
children?: React.ReactNode;
|
|
52
|
-
} & Omit<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
52
|
+
} & Omit<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
|
|
53
53
|
ref?: React.Ref<HTMLDivElement>;
|
|
54
54
|
} & {
|
|
55
55
|
asChild?: boolean;
|
|
56
|
-
},
|
|
56
|
+
}, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "value" | "heading"> & {
|
|
57
57
|
heading?: React.ReactNode;
|
|
58
58
|
value?: string;
|
|
59
59
|
forceMount?: boolean;
|
|
60
60
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
61
|
-
Separator: FC<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
61
|
+
Separator: FC<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
|
|
62
62
|
ref?: React.Ref<HTMLDivElement>;
|
|
63
63
|
} & {
|
|
64
64
|
asChild?: boolean;
|
|
65
|
-
},
|
|
65
|
+
}, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
|
|
66
66
|
alwaysRender?: boolean;
|
|
67
67
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
68
68
|
Item: FC<{
|
|
69
69
|
children?: React.ReactNode;
|
|
70
|
-
} & Omit<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
70
|
+
} & Omit<Pick<Pick<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
|
|
71
71
|
ref?: React.Ref<HTMLDivElement>;
|
|
72
72
|
} & {
|
|
73
73
|
asChild?: boolean;
|
|
74
|
-
},
|
|
74
|
+
}, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
75
75
|
disabled?: boolean;
|
|
76
76
|
onSelect?: (value: string) => void;
|
|
77
77
|
value?: string;
|
|
@@ -7,14 +7,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
7
7
|
* Provides flexible styling options for background, padding, borders, and layout
|
|
8
8
|
*/
|
|
9
9
|
declare const containerVariants: (props?: {
|
|
10
|
-
roundedSize?: "
|
|
11
|
-
transparency?: "
|
|
12
|
-
padding?: "
|
|
13
|
-
separator?: "
|
|
10
|
+
roundedSize?: "md" | "sm" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
|
|
11
|
+
transparency?: "md" | "xs" | "sm" | "lg" | "xl" | "none" | "full";
|
|
12
|
+
padding?: "md" | "sm" | "lg" | "xl" | "2xl" | "none";
|
|
13
|
+
separator?: "without" | "x" | "y" | "both";
|
|
14
14
|
border?: "with" | "none";
|
|
15
|
-
borderColor?: "error" | "text" | "
|
|
16
|
-
background?: "with" | "
|
|
17
|
-
gap?: "
|
|
15
|
+
borderColor?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
16
|
+
background?: "with" | "none" | "hoverable";
|
|
17
|
+
gap?: "md" | "sm" | "lg" | "xl" | "2xl" | "none";
|
|
18
18
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
19
19
|
/** Available rounded corner sizes for the container */
|
|
20
20
|
declare enum ContainerRoundedSize {
|
|
@@ -8,8 +8,8 @@ declare const useDictionaryDetailsSchema: (projectId: string) => z.ZodObject<{
|
|
|
8
8
|
projectIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
9
9
|
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
10
10
|
location: z.ZodOptional<z.ZodEnum<{
|
|
11
|
-
remote: "remote";
|
|
12
11
|
local: "local";
|
|
12
|
+
remote: "remote";
|
|
13
13
|
hybrid: "hybrid";
|
|
14
14
|
plugin: "plugin";
|
|
15
15
|
}>>;
|
|
@@ -18,8 +18,11 @@ declare const Form: <T extends ZodObject>({
|
|
|
18
18
|
className,
|
|
19
19
|
children,
|
|
20
20
|
autoComplete,
|
|
21
|
+
method,
|
|
21
22
|
...props
|
|
22
|
-
}: FormProps<T>
|
|
23
|
+
}: FormProps<T> & {
|
|
24
|
+
method?: string;
|
|
25
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
26
|
declare const useForm: <T extends ZodObject>(schema: T, props?: UseFormProps<z.infer<T>>) => {
|
|
24
27
|
form: import("react-hook-form").UseFormReturn<z.core.output<T>, any, z.core.output<T>>;
|
|
25
28
|
isSubmitting: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"mappings":";;;;;KAcK,SAAA,WAAoB,SAAA,IAAa,cAAA,CAAe,eAAA,IACnD,iBAAA,CAAkB,CAAA,CAAE,KAAA,CAAM,CAAA;EACxB,MAAA,GAAS,CAAA;EACT,QAAA,IAAY,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EACxC,eAAA,IAAmB,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EAC/C,aAAA,IAAiB,KAAA,EAAO,KAAA,YAAiB,OAAA;EACzC,YAAA;AAAA;AAAA,cAcS,IAAA,aAAkB,SAAA;EAAW,MAAA;EAAA,QAAA,EAAA,YAAA;EAAA,eAAA,EAAA,mBAAA;EAAA,aAAA,EAAA,iBAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,GAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"mappings":";;;;;KAcK,SAAA,WAAoB,SAAA,IAAa,cAAA,CAAe,eAAA,IACnD,iBAAA,CAAkB,CAAA,CAAE,KAAA,CAAM,CAAA;EACxB,MAAA,GAAS,CAAA;EACT,QAAA,IAAY,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EACxC,eAAA,IAAmB,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EAC/C,aAAA,IAAiB,KAAA,EAAO,KAAA,YAAiB,OAAA;EACzC,YAAA;AAAA;AAAA,cAcS,IAAA,aAAkB,SAAA;EAAW,MAAA;EAAA,QAAA,EAAA,YAAA;EAAA,eAAA,EAAA,mBAAA;EAAA,aAAA,EAAA,iBAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,MAAA;EAAA,GAAA;AAAA,GAUvC,SAAA,CAAU,CAAA;EAAO,MAAA;AAAA,kCAAiB,GAAA,CAAA,OAAA;AAAA,cAsCxB,OAAA,aAAqB,SAAA,EAChC,MAAA,EAAQ,CAAA,EACR,KAAA,GAAQ,YAAA,CAAa,CAAA,CAAE,KAAA,CAAM,CAAA"}
|
|
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/Input/Checkbox.d.ts
|
|
5
5
|
declare const checkboxVariants: (props?: {
|
|
6
6
|
variant?: "default";
|
|
7
|
-
size?: "
|
|
8
|
-
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark" | "
|
|
7
|
+
size?: "md" | "xs" | "sm" | "lg";
|
|
8
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "light" | "dark" | "text-inverse" | "custom";
|
|
9
9
|
validationStyleEnabled?: "disabled" | "enabled";
|
|
10
10
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
11
11
|
declare enum CheckboxSize {
|
|
@@ -4,7 +4,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/Input/Input.d.ts
|
|
5
5
|
declare const inputVariants: (props?: {
|
|
6
6
|
variant?: "default" | "invisible";
|
|
7
|
-
size?: "
|
|
7
|
+
size?: "md" | "sm" | "lg";
|
|
8
8
|
validationStyleEnabled?: "disabled" | "enabled";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
10
10
|
declare enum InputVariant {
|
|
@@ -54,7 +54,7 @@ declare const OTPInputContext: import("react").Context<RenderProps>;
|
|
|
54
54
|
declare const OTPInput: FC<OTPInputProps>;
|
|
55
55
|
type InputOTPProps = Omit<ComponentProps<typeof OTPInput>, 'children'>;
|
|
56
56
|
declare const inputSlotVariants: (props?: {
|
|
57
|
-
size?: "
|
|
57
|
+
size?: "md" | "sm" | "lg" | "xl";
|
|
58
58
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
59
59
|
declare const InputOTP: FC<InputOTPProps>;
|
|
60
60
|
declare const InputOTPGroup: ({
|
|
@@ -51,10 +51,10 @@ declare enum LinkUnderlined {
|
|
|
51
51
|
FALSE = "false"
|
|
52
52
|
}
|
|
53
53
|
declare const linkVariants: (props?: {
|
|
54
|
-
variant?: "default" | "invisible-link" | "
|
|
55
|
-
roundedSize?: "
|
|
56
|
-
color?: "
|
|
57
|
-
size?: "
|
|
54
|
+
variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
|
|
55
|
+
roundedSize?: "md" | "sm" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
56
|
+
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark" | "text-inverse" | "success" | "custom";
|
|
57
|
+
size?: "md" | "sm" | "lg" | "xl" | "custom";
|
|
58
58
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
59
59
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
60
60
|
type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
|
|
@@ -2,7 +2,7 @@ import { Tab, TabItemProps } from "../Tab/Tab.js";
|
|
|
2
2
|
import { SmartTable } from "../Table/SmartTable.js";
|
|
3
3
|
import { ComponentProps, ComponentPropsWithoutRef, FC } from "react";
|
|
4
4
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
5
|
-
import { MarkdownRenderer as MarkdownRenderer$1 } from "react-intlayer/markdown";
|
|
5
|
+
import { MarkdownRenderer as MarkdownRenderer$1, ParsedMarkdown } from "react-intlayer/markdown";
|
|
6
6
|
|
|
7
7
|
//#region src/components/MarkDownRender/MarkDownRender.d.ts
|
|
8
8
|
declare const baseMarkdownComponents: {
|
|
@@ -68,7 +68,7 @@ declare const baseMarkdownComponents: {
|
|
|
68
68
|
iframe: (props: ComponentProps<"iframe">) => import("react/jsx-runtime").JSX.Element;
|
|
69
69
|
};
|
|
70
70
|
type MarkdownRendererProps = {
|
|
71
|
-
children: string;
|
|
71
|
+
children: string | ParsedMarkdown;
|
|
72
72
|
isDarkMode?: boolean;
|
|
73
73
|
locale?: LocalesValues;
|
|
74
74
|
forceBlock?: boolean;
|
|
@@ -143,5 +143,5 @@ declare const getIntlayerMarkdownOptions: (_isDarkMode?: boolean) => {
|
|
|
143
143
|
};
|
|
144
144
|
declare const MarkdownRenderer: FC<MarkdownRendererProps>;
|
|
145
145
|
//#endregion
|
|
146
|
-
export { MarkdownRenderer, baseMarkdownComponents, getIntlayerMarkdownOptions };
|
|
146
|
+
export { MarkdownRenderer, type ParsedMarkdown, baseMarkdownComponents, getIntlayerMarkdownOptions };
|
|
147
147
|
//# sourceMappingURL=MarkDownRender.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":";;;;;;;cA8Na,sBAAA;cAvMc,cAAA,uCAAoB,GAAA,CAAA,OAAA;cAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;cAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;cAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;cAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;cAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;kBAGhB,cAAA,2CAAwB,GAAA,CAAA,OAAA;;;;KAmDpD,cAAA,+CAA4B,GAAA,CAAA,OAAA;;;;KAUc,cAAA,uCAAoB,GAAA,CAAA,OAAA;;;;KAUpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;;;;;;KAe9D,cAAA,wCAAqB,GAAA,CAAA,OAAA;eA6BI,cAAA,wCAAqB,GAAA,CAAA,OAAA;iBACnB,cAAA,QAAsB,UAAA,kCAAW,GAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;gBAIlC,cAAA,QAAsB,GAAA,kCAAI,GAAA,CAAA,OAAA;;;;;;;;;;;KAUpD,wBAAA,wCAA+B,GAAA,CAAA,OAAA;;;;KAM/B,wBAAA,wCAA+B,GAAA,CAAA,OAAA;kBAIX,cAAA,2CAAwB,GAAA,CAAA,OAAA;AAAA;AAAA,KA2C1C,qBAAA;EACH,QAAA,WAAmB,cAAA;EACnB,UAAA;EACA,MAAA,GAAS,aAAA;EACT,UAAA;EACA,mBAAA;EACA,SAAA;EACA,UAAA,GAAa,cAAA,QAAsB,kBAAA;EACnC,OAAA,GAAU,cAAA,QAAsB,kBAAA;AAAA;AAAA,cAGrB,0BAAA,GAA8B,WAAA;;gBApNhB,cAAA,uCAAoB,GAAA,CAAA,OAAA;gBAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;gBAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;gBAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;gBAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;gBAGpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;oBAGhB,cAAA,2CAAwB,GAAA,CAAA,OAAA;;;;OAmDpD,cAAA,+CAA4B,GAAA,CAAA,OAAA;;;;OAUc,cAAA,uCAAoB,GAAA,CAAA,OAAA;;;;OAUpB,cAAA,uCAAoB,GAAA,CAAA,OAAA;;;;;;OAe9D,cAAA,wCAAqB,GAAA,CAAA,OAAA;iBA6BI,cAAA,wCAAqB,GAAA,CAAA,OAAA;mBACnB,cAAA,QAAsB,UAAA,kCAAW,GAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;kBAIlC,cAAA,QAAsB,GAAA,kCAAI,GAAA,CAAA,OAAA;;;;;;;;;;;OAUpD,wBAAA,wCAA+B,GAAA,CAAA,OAAA;;;;OAM/B,wBAAA,wCAA+B,GAAA,CAAA,OAAA;oBAIX,cAAA,2CAAwB,GAAA,CAAA,OAAA;EAAA;AAAA;AAAA,cA0DlC,gBAAA,EAAkB,EAAE,CAAC,qBAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { MarkDownIframe } from "./MarkDownIframe.js";
|
|
2
|
-
import { MarkdownRenderer, baseMarkdownComponents, getIntlayerMarkdownOptions } from "./MarkDownRender.js";
|
|
3
|
-
export { MarkDownIframe, MarkdownRenderer, baseMarkdownComponents, getIntlayerMarkdownOptions };
|
|
2
|
+
import { MarkdownRenderer, ParsedMarkdown, baseMarkdownComponents, getIntlayerMarkdownOptions } from "./MarkDownRender.js";
|
|
3
|
+
export { MarkDownIframe, MarkdownRenderer, type ParsedMarkdown, baseMarkdownComponents, getIntlayerMarkdownOptions };
|
|
@@ -3,7 +3,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/Pagination/Pagination.d.ts
|
|
5
5
|
declare const paginationVariants: (props?: {
|
|
6
|
-
size?: "
|
|
6
|
+
size?: "md" | "sm" | "lg";
|
|
7
7
|
color?: "text" | "primary" | "secondary" | "neutral";
|
|
8
8
|
variant?: "default" | "bordered" | "ghost";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -39,7 +39,7 @@ declare const switchSelectorVariant: (props?: {
|
|
|
39
39
|
disabled?: boolean;
|
|
40
40
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
41
41
|
declare const choiceVariant: (props?: {
|
|
42
|
-
size?: "
|
|
42
|
+
size?: "md" | "xs" | "sm" | "lg";
|
|
43
43
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
44
44
|
declare const indicatorVariant: (props?: {
|
|
45
45
|
color?: string | number;
|
|
@@ -7,7 +7,7 @@ declare const verticalSwitchSelectorVariant: (props?: {
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
9
9
|
declare const verticalChoiceVariant: (props?: {
|
|
10
|
-
size?: "
|
|
10
|
+
size?: "md" | "sm" | "lg";
|
|
11
11
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
12
12
|
type VerticalSwitchSelectorProps<T = boolean> = SwitchSelectorBaseProps<T> & VariantProps<typeof verticalSwitchSelectorVariant> & VariantProps<typeof verticalChoiceVariant>;
|
|
13
13
|
/**
|
|
@@ -184,9 +184,9 @@ declare enum TagBackground {
|
|
|
184
184
|
WITH = "with"
|
|
185
185
|
}
|
|
186
186
|
declare const containerVariants: (props?: {
|
|
187
|
-
roundedSize?: "
|
|
188
|
-
color?: "
|
|
189
|
-
size?: "
|
|
187
|
+
roundedSize?: "md" | "sm" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
188
|
+
color?: "error" | "text" | "primary" | "neutral" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
189
|
+
size?: "md" | "xs" | "sm" | "lg" | "xl";
|
|
190
190
|
border?: "none" | "with";
|
|
191
191
|
background?: "none" | "with";
|
|
192
192
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -24,7 +24,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
declare const toastVariants: (props?: {
|
|
27
|
-
variant?: "
|
|
27
|
+
variant?: "default" | "error" | "success";
|
|
28
28
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
29
29
|
/**
|
|
30
30
|
* Toast Component
|
|
@@ -116,5 +116,5 @@ import { Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, T
|
|
|
116
116
|
import { Toaster } from "./Toaster/Toaster.js";
|
|
117
117
|
import { reducer, toast, useToast } from "./Toaster/useToast.js";
|
|
118
118
|
import { WithResizer } from "./WithResizer/index.js";
|
|
119
|
-
import { MarkdownRenderer, baseMarkdownComponents, getIntlayerMarkdownOptions } from "./MarkDownRender/MarkDownRender.js";
|
|
120
|
-
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, BitbucketLogo, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Burger, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Carousel, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, type CodeLanguage, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditableTextArea, ContentEditableTextAreaHandle, ContentEditableTextAreaProps, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopNavbar, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GitHubLogo, GitLabLogo, GoogleLogo, GridPattern, H1, H2, H3, H4, H5, H6, HTMLRenderer, HeadingProps, HeightResizer, HideShow, HideShowProps, Hr, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, LanguageBackground, LanguageSection, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkDownIframe, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileNavbar, 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, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SmartTable, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorBaseProps, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, TableProps, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Td, TechLogo, TechLogoName, techLogos_d_exports as TechLogos, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, Th, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tr, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, VerticalSwitchSelector, VerticalSwitchSelectorProps, WithResizer, XLogo, YoutubeLogo, badgeVariants, baseMarkdownComponents, buttonVariants, checkIsExternalLink, checkboxVariants, choiceVariant, containerVariants, defaultChoices, drawerManager, getCapitals, getIntlayerHTMLOptions, getIntlayerMarkdownOptions, indicatorVariant, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, switchSelectorVariant, toast, toastVariants, traceKeys, useContentEditable, useCopyToClipboard, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawer, useToast, useVersionSwitcher };
|
|
119
|
+
import { MarkdownRenderer, ParsedMarkdown, baseMarkdownComponents, getIntlayerMarkdownOptions } from "./MarkDownRender/MarkDownRender.js";
|
|
120
|
+
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, BitbucketLogo, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Burger, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Carousel, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, type CodeLanguage, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditableTextArea, ContentEditableTextAreaHandle, ContentEditableTextAreaProps, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopNavbar, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GitHubLogo, GitLabLogo, GoogleLogo, GridPattern, H1, H2, H3, H4, H5, H6, HTMLRenderer, HeadingProps, HeightResizer, HideShow, HideShowProps, Hr, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, LanguageBackground, LanguageSection, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkDownIframe, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileNavbar, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, type ParsedMarkdown, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SmartTable, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorBaseProps, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, TableProps, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Td, TechLogo, TechLogoName, techLogos_d_exports as TechLogos, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, Th, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tr, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, VerticalSwitchSelector, VerticalSwitchSelectorProps, WithResizer, XLogo, YoutubeLogo, badgeVariants, baseMarkdownComponents, buttonVariants, checkIsExternalLink, checkboxVariants, choiceVariant, containerVariants, defaultChoices, drawerManager, getCapitals, getIntlayerHTMLOptions, getIntlayerMarkdownOptions, indicatorVariant, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, switchSelectorVariant, toast, toastVariants, traceKeys, useContentEditable, useCopyToClipboard, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawer, useToast, useVersionSwitcher };
|
|
@@ -48,7 +48,7 @@ interface AuthAPI {
|
|
|
48
48
|
}) => Promise<any>;
|
|
49
49
|
signInSSO: AuthClient['signIn']['sso'];
|
|
50
50
|
}
|
|
51
|
-
declare const getAuthAPI: (intlayerConfig?: IntlayerConfig) => AuthAPI;
|
|
51
|
+
declare const getAuthAPI: (intlayerConfig?: Pick<IntlayerConfig, "editor">) => AuthAPI;
|
|
52
52
|
//#endregion
|
|
53
53
|
export { AuthAPI, getAuthAPI };
|
|
54
54
|
//# sourceMappingURL=auth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","names":[],"sources":["../../../src/libs/auth.ts"],"mappings":";;;cAQM,aAAA,GAAiB,UAAkB;AAAA,KAsBpC,UAAA,GAAa,UAAU,QAAQ,aAAA;AAAA,UAEnB,OAAA;EACf,aAAA,QAAqB,UAAA;EACrB,WAAA,EAAa,UAAA;EACb,WAAA,EAAa,UAAA;EACb,OAAA,EAAS,UAAA;EACT,YAAA,EAAc,UAAA;EACd,UAAA,EAAY,UAAA;EACZ,qBAAA,EAAuB,UAAA;EACvB,2BAAA,EAA6B,UAAA;EAC7B,aAAA,EAAe,UAAA;EACf,kBAAA,EAAoB,UAAA;EACpB,UAAA,EAAY,UAAA;EACZ,cAAA,EAAgB,UAAA;EAChB,qBAAA,EAAuB,UAAA;EACvB,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,UAAA;EACZ,aAAA,EAAe,UAAA;EACf,cAAA,EAAgB,UAAA;EAChB,mBAAA,EAAqB,UAAA;EACrB,YAAA,EAAc,UAAA;EACd,aAAA,EAAe,UAAA;EACf,YAAA,EAAc,UAAA;EACd,cAAA,EAAgB,UAAA;EAChB,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,UAAA;EACZ,YAAA,EAAc,UAAA;EACd,eAAA,EAAiB,UAAA;EACjB,gBAAA,EAAkB,UAAA;EAClB,UAAA,EAAY,UAAA;EACZ,gBAAA,EAAkB,UAAA;EAClB,UAAA,EAAY,UAAA;EACZ,aAAA,EAAe,UAAA;EACf,aAAA,EAAe,UAAA;EACf,YAAA,QAAoB,OAAA;EACpB,eAAA,GAEE,KAAA;IAAS,KAAA;IAAe,WAAA;EAAA;EAE1B,WAAA,EAAa,UAAA;EACb,gBAAA,QAAwB,OAAA;EACxB,iBAAA,GAAoB,IAAA;IAAQ,UAAA;EAAA,MAAyB,OAAA;EACrD,SAAA,EAAW,UAAA;AAAA;AAAA,cAGA,UAAA,
|
|
1
|
+
{"version":3,"file":"auth.d.ts","names":[],"sources":["../../../src/libs/auth.ts"],"mappings":";;;cAQM,aAAA,GAAiB,UAAkB;AAAA,KAsBpC,UAAA,GAAa,UAAU,QAAQ,aAAA;AAAA,UAEnB,OAAA;EACf,aAAA,QAAqB,UAAA;EACrB,WAAA,EAAa,UAAA;EACb,WAAA,EAAa,UAAA;EACb,OAAA,EAAS,UAAA;EACT,YAAA,EAAc,UAAA;EACd,UAAA,EAAY,UAAA;EACZ,qBAAA,EAAuB,UAAA;EACvB,2BAAA,EAA6B,UAAA;EAC7B,aAAA,EAAe,UAAA;EACf,kBAAA,EAAoB,UAAA;EACpB,UAAA,EAAY,UAAA;EACZ,cAAA,EAAgB,UAAA;EAChB,qBAAA,EAAuB,UAAA;EACvB,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,UAAA;EACZ,aAAA,EAAe,UAAA;EACf,cAAA,EAAgB,UAAA;EAChB,mBAAA,EAAqB,UAAA;EACrB,YAAA,EAAc,UAAA;EACd,aAAA,EAAe,UAAA;EACf,YAAA,EAAc,UAAA;EACd,cAAA,EAAgB,UAAA;EAChB,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,UAAA;EACZ,YAAA,EAAc,UAAA;EACd,eAAA,EAAiB,UAAA;EACjB,gBAAA,EAAkB,UAAA;EAClB,UAAA,EAAY,UAAA;EACZ,gBAAA,EAAkB,UAAA;EAClB,UAAA,EAAY,UAAA;EACZ,aAAA,EAAe,UAAA;EACf,aAAA,EAAe,UAAA;EACf,YAAA,QAAoB,OAAA;EACpB,eAAA,GAEE,KAAA;IAAS,KAAA;IAAe,WAAA;EAAA;EAE1B,WAAA,EAAa,UAAA;EACb,gBAAA,QAAwB,OAAA;EACxB,iBAAA,GAAoB,IAAA;IAAQ,UAAA;EAAA,MAAyB,OAAA;EACrD,SAAA,EAAW,UAAA;AAAA;AAAA,cAGA,UAAA,GACX,cAAA,GAAiB,IAAA,CAAK,cAAA,gBACrB,OAAA"}
|
package/dist/types/routes.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const App_Dashboard_Tags_Path: "/tags";
|
|
|
12
12
|
declare const App_Dashboard_Organization_Path: "/organization";
|
|
13
13
|
declare const App_Dashboard_Profile_Path: "/profile";
|
|
14
14
|
declare const App_Dashboard_IDE_Path: "/ide";
|
|
15
|
+
declare const App_Dashboard_Scanner_Path: "/scanner";
|
|
15
16
|
declare const App_Pricing_Path: "/pricing";
|
|
16
17
|
declare const App_Affiliation_Path: "/affiliation";
|
|
17
18
|
declare const App_Demo_Path: "/demo";
|
|
@@ -55,6 +56,7 @@ declare const App_Dashboard_Tags: "https://app.intlayer.org/tags";
|
|
|
55
56
|
declare const App_Dashboard_Organization: "https://app.intlayer.org/organization";
|
|
56
57
|
declare const App_Dashboard_Profile: "https://app.intlayer.org/profile";
|
|
57
58
|
declare const App_Dashboard_IDE: "https://app.intlayer.org/ide";
|
|
59
|
+
declare const App_Dashboard_Scanner: "https://app.intlayer.org/scanner";
|
|
58
60
|
declare const App_Pricing: "https://app.intlayer.org/pricing";
|
|
59
61
|
declare const App_Affiliation: "https://app.intlayer.org/affiliation";
|
|
60
62
|
declare const App_Demo: "https://app.intlayer.org/demo";
|
|
@@ -274,5 +276,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: "https://github.com/aym
|
|
|
274
276
|
declare const External_ExampleIntlayerWithReactNative: "https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app";
|
|
275
277
|
declare const External_ExampleIntlayerWithExpress: "https://github.com/aymericzip/intlayer/tree/main/examples/express-app";
|
|
276
278
|
//#endregion
|
|
277
|
-
export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
|
|
279
|
+
export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Scanner, App_Dashboard_Scanner_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
|
|
278
280
|
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":";cAGa,UAAA;AAAA,cACA,cAAA;AAAA,cACA,eAAA;AAAA,cAKA,aAAA;AAAA,cACA,iBAAA;AAAA,cAEA,yBAAA;AAAA,cACA,4BAAA;AAAA,cACA,+BAAA;AAAA,cACA,2BAAA;AAAA,cACA,uBAAA;AAAA,cACA,+BAAA;AAAA,cACA,0BAAA;AAAA,cACA,sBAAA;AAAA,cAEA,gBAAA;AAAA,cACA,oBAAA;AAAA,cAEA,aAAA;AAAA,cAEA,4BAAA;AAAA,cACA,sCAAA;AAAA,cAEA,qCAAA;AAAA,cAEA,8CAAA;AAAA,cAGA,0BAAA,GAA8B,UAAkB;AAAA,cAEhD,0BAAA,GAA8B,SAAiB;AAAA,cAG/C,oBAAA;AAAA,cACA,oBAAA;AAAA,cACA,uBAAA;AAAA,cACA,kBAAA;AAAA,cACA,8BAAA;AAAA,cAEA,2BAAA;AAAA,cACA,4BAAA;AAAA,cAEA,cAAA;AAAA,cACA,oBAAA;AAAA,cACA,4BAAA;AAAA,cACA,uBAAA;AAAA,cACA,wBAAA;AAAA,cACA,yBAAA;AAAA,cACA,0BAAA;AAAA,cACA,wBAAA;AAAA,cACA,yBAAA,GAA6B,EAAU;AAAA,cAEvC,yBAAA;AAAA,cACA,yBAAA,GAA6B,EAAU;AAAA,cAGvC,wBAAA;AAAA,cACA,wBAAA,GAA4B,EAAU;AAAA,cAGtC,mBAAA;AAAA,cAEA,oBAAA,GAAwB,EAAU;AAAA,cAElC,4BAAA,GAAgC,EAAU;AAAA,cAE1C,uBAAA,GAA2B,EAAU;AAAA,cAErC,yBAAA,GAA6B,IAAY;AAAA,cAMzC,aAAA;AAAA,cACA,oBAAA;AAAA,cAEA,uBAAA;AAAA,cAEA,0BAAA;AAAA,cAEA,sBAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,0BAAA;AAAA,cAEA,qBAAA;AAAA,cAEA,iBAAA;AAAA,cAGA,WAAA;AAAA,cACA,eAAA;AAAA,cAEA,QAAA;AAAA,cAEA,uBAAA;AAAA,cAEA,iCAAA;AAAA,cAGA,eAAA;AAAA,cAEA,eAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,yBAAA;AAAA,cAEA,sBAAA;AAAA,cAEA,uBAAA;AAAA,cAGA,SAAA;AAAA,cACA,eAAA;AAAA,cAEA,uBAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,mBAAA;AAAA,cAEA,oBAAA;AAAA,cAEA,qBAAA;AAAA,cAEA,mBAAA;AAAA,cAEA,oBAAA;AAAA,cAEA,mBAAA;AAAA,cAGA,cAAA;AAAA,cAGA,4BAAA,GAAgC,EAAU;AAAA,cAE1C,oCAAA,GAAwC,EAAU;AAAA,cAElD,+BAAA,GAAmC,EAAU;AAAA,cAE7C,iCAAA,GACX,IAAA,UACA,IAAA,UACA,MAAA;AAAA,cASW,iBAAA;AAAA,cACA,gBAAA;AAAA,cACA,gBAAA;AAAA,cACA,sBAAA;AAAA,cACA,6BAAA;AAAA,cACA,iBAAA;AAAA,cACA,uBAAA;AAAA,cACA,qBAAA;AAAA,cACA,sBAAA;AAAA,cACA,oBAAA;AAAA,cAEA,qBAAA;AAAA,cACA,gBAAA;AAAA,cACA,oBAAA;AAAA,cACA,uBAAA;AAAA,cACA,qBAAA;AAAA,cACA,qCAAA;AAAA,cAEA,4BAAA;AAAA,cAEA,uBAAA;AAAA,cACA,uBAAA;AAAA,cACA,uBAAA;AAAA,cACA,mCAAA;AAAA,cAEA,sCAAA;AAAA,cAEA,sCAAA;AAAA,cAEA,sCAAA;AAAA,cAEA,gCAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,yCAAA;AAAA,cAEA,uDAAA;AAAA,cAEA,gEAAA;AAAA,cAEA,qCAAA;AAAA,cAEA,gCAAA;AAAA,cACA,mCAAA;AAAA,cACA,mCAAA;AAAA,cAEA,uCAAA;AAAA,cAEA,yCAAA;AAAA,cAEA,0CAAA;AAAA,cAEA,0CAAA;AAAA,cAEA,uCAAA;AAAA,cAEA,6CAAA;AAAA,cAEA,oCAAA;AAAA,cAEA,+CAAA;AAAA,cAEA,iCAAA;AAAA,cAEA,oCAAA;AAAA,cAEA,mCAAA;AAAA,cAEA,oCAAA;AAAA,cAEA,iCAAA;AAAA,cAGA,yBAAA;AAAA,cACA,8BAAA;AAAA,cAEA,2BAAA;AAAA,cAGA,sBAAA;AAAA,cACA,6BAAA;AAAA,cACA,+BAAA;AAAA,cAGA,oBAAA;AAAA,cAEA,sBAAA;AAAA,cACA,iBAAA;AAAA,cACA,wBAAA;AAAA,cACA,8BAAA;AAAA,cAGA,8BAAA;AAAA,cACA,0BAAA;AAAA,cACA,2BAAA;AAAA,cACA,yBAAA;AAAA,cAKA,YAAA;AAAA,cAEA,WAAA;AAAA,cAEA,WAAA;AAAA,cAEA,iBAAA;AAAA,cAEA,wBAAA;AAAA,cAEA,YAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,gBAAA;AAAA,cAEA,iBAAA;AAAA,cAEA,eAAA;AAAA,cAEA,iBAAA;AAAA,cAEA,wBAAA;AAAA,cAEA,0BAAA;AAAA,cAGA,gBAAA;AAAA,cAEA,WAAA;AAAA,cAEA,eAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,gBAAA;AAAA,cAEA,gCAAA;AAAA,cAEA,uBAAA;AAAA,cAGA,kBAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,kBAAA;AAAA,cAEA,8BAAA;AAAA,cAEA,iCAAA;AAAA,cAEA,iCAAA;AAAA,cAEA,iCAAA;AAAA,cAEA,2BAAA;AAAA,cAEA,6BAAA;AAAA,cAEA,oCAAA;AAAA,cAEA,kDAAA;AAAA,cAEA,2DAAA;AAAA,cAEA,gCAAA;AAAA,cAEA,2BAAA;AAAA,cAEA,8BAAA;AAAA,cAEA,8BAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,oCAAA;AAAA,cAEA,qCAAA;AAAA,cAEA,qCAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,wCAAA;AAAA,cAEA,+BAAA;AAAA,cAEA,0CAAA;AAAA,cAEA,4BAAA;AAAA,cAEA,+BAAA;AAAA,cAEA,8BAAA;AAAA,cAEA,+BAAA;AAAA,cAEA,4BAAA;AAAA,cAGA,oBAAA;AAAA,cAEA,yBAAA;AAAA,cAEA,sBAAA;AAAA,cAGA,eAAA;AAAA,cAGA,iBAAA;AAAA,cAEA,YAAA;AAAA,cAEA,mBAAA;AAAA,cAEA,yBAAA;AAAA,cAGA,yBAAA;AAAA,cAEA,qBAAA;AAAA,cAEA,sBAAA;AAAA,cAEA,oBAAA;AAAA,cAMA,aAAA;AAAA,cACA,QAAA;AAAA,cACA,YAAA;AAAA,cACA,eAAA;AAAA,cACA,aAAA;AAAA,cACA,6BAAA;AAAA,cACA,oBAAA;AAAA,cAEA,mBAAA;AAAA,cACA,mBAAA;AAAA,cACA,mBAAA;AAAA,cACA,2BAAA;AAAA,cACA,8BAAA;AAAA,cACA,8BAAA;AAAA,cACA,8BAAA;AAAA,cACA,wBAAA;AAAA,cAEA,0BAAA;AAAA,cACA,iCAAA;AAAA,cAEA,+CAAA;AAAA,cAEA,wDAAA;AAAA,cAEA,6BAAA;AAAA,cACA,wBAAA;AAAA,cACA,2BAAA;AAAA,cACA,2BAAA;AAAA,cACA,+BAAA;AAAA,cAEA,iCAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,+BAAA;AAAA,cAEA,qCAAA;AAAA,cAEA,4BAAA;AAAA,cACA,uCAAA;AAAA,cAEA,yBAAA;AAAA,cACA,4BAAA;AAAA,cACA,2BAAA;AAAA,cACA,4BAAA;AAAA,cACA,yBAAA;AAAA,cAEA,iBAAA;AAAA,cACA,sBAAA;AAAA,cACA,mBAAA;AAAA,cAEA,YAAA;AAAA,cAEA,kBAAA;AAAA,cACA,aAAA;AAAA,cACA,oBAAA;AAAA,cACA,0BAAA;AAAA,cAGA,0BAAA;AAAA,cACA,sBAAA;AAAA,cACA,uBAAA;AAAA,cACA,qBAAA;AAAA,cACA,iBAAA;AAAA,cACA,uBAAA;AAAA,cAKA,kBAAA;AAAA,cACA,oBAAA;AAAA,cAKA,aAAA;AAAA,cACA,eAAA;AAAA,cAMA,eAAA;AAAA,cAGA,8BAAA;AAAA,cAGA,gBAAA;AAAA,cACA,iBAAA;AAAA,cAEA,wBAAA;AAAA,cACA,oBAAA;AAAA,cACA,iBAAA;AAAA,cAEA,kCAAA;AAAA,cAEA,mCAAA;AAAA,cAEA,wCAAA;AAAA,cAEA,sCAAA;AAAA,cAEA,yCAAA;AAAA,cAEA,wCAAA;AAAA,cAEA,yCAAA;AAAA,cAEA,uCAAA;AAAA,cAEA,mCAAA"}
|
|
1
|
+
{"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.2",
|
|
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": [
|
|
@@ -424,14 +424,14 @@
|
|
|
424
424
|
"typecheck_": "tsc --noEmit --project tsconfig.types.json"
|
|
425
425
|
},
|
|
426
426
|
"dependencies": {
|
|
427
|
-
"@better-auth/passkey": "1.6.
|
|
428
|
-
"@better-auth/sso": "1.6.
|
|
429
|
-
"@intlayer/api": "8.11.
|
|
430
|
-
"@intlayer/config": "8.11.
|
|
431
|
-
"@intlayer/core": "8.11.
|
|
432
|
-
"@intlayer/dictionaries-entry": "8.11.
|
|
433
|
-
"@intlayer/editor-react": "8.11.
|
|
434
|
-
"@intlayer/types": "8.11.
|
|
427
|
+
"@better-auth/passkey": "1.6.13",
|
|
428
|
+
"@better-auth/sso": "1.6.13",
|
|
429
|
+
"@intlayer/api": "8.11.2",
|
|
430
|
+
"@intlayer/config": "8.11.2",
|
|
431
|
+
"@intlayer/core": "8.11.2",
|
|
432
|
+
"@intlayer/dictionaries-entry": "8.11.2",
|
|
433
|
+
"@intlayer/editor-react": "8.11.2",
|
|
434
|
+
"@intlayer/types": "8.11.2",
|
|
435
435
|
"@radix-ui/react-dialog": "1.1.15",
|
|
436
436
|
"@radix-ui/react-select": "2.2.6",
|
|
437
437
|
"@radix-ui/react-slot": "1.2.4",
|
|
@@ -440,18 +440,18 @@
|
|
|
440
440
|
"@tanstack/query-async-storage-persister": "5.100.14",
|
|
441
441
|
"@tanstack/react-query-persist-client": "5.100.14",
|
|
442
442
|
"@tanstack/react-virtual": "^3.13.26",
|
|
443
|
-
"better-auth": "1.6.
|
|
443
|
+
"better-auth": "1.6.13",
|
|
444
444
|
"class-variance-authority": "0.7.1",
|
|
445
445
|
"cmdk": "1.1.1",
|
|
446
446
|
"defu": "6.1.7",
|
|
447
|
-
"dompurify": "^3.4.
|
|
448
|
-
"isomorphic-dompurify": "^3.
|
|
449
|
-
"react-intlayer": "8.11.
|
|
447
|
+
"dompurify": "^3.4.7",
|
|
448
|
+
"isomorphic-dompurify": "^3.15.0",
|
|
449
|
+
"react-intlayer": "8.11.2",
|
|
450
450
|
"rollup-preserve-directives": "1.1.3",
|
|
451
451
|
"zod": "4.4.3"
|
|
452
452
|
},
|
|
453
453
|
"devDependencies": {
|
|
454
|
-
"@intlayer/backend": "8.11.
|
|
454
|
+
"@intlayer/backend": "8.11.2",
|
|
455
455
|
"@shikijs/transformers": "4.1.0",
|
|
456
456
|
"@storybook/addon-a11y": "8.6.14",
|
|
457
457
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -482,34 +482,34 @@
|
|
|
482
482
|
"@utils/ts-config-types": "1.0.4",
|
|
483
483
|
"clsx": "2.1.1",
|
|
484
484
|
"fast-glob": "3.3.3",
|
|
485
|
-
"intlayer": "8.11.
|
|
485
|
+
"intlayer": "8.11.2",
|
|
486
486
|
"rimraf": "6.1.3",
|
|
487
487
|
"shiki": "4.1.0",
|
|
488
488
|
"storybook": "8.6.17",
|
|
489
489
|
"tailwind-merge": "3.6.0",
|
|
490
|
-
"tsdown": "0.22.
|
|
490
|
+
"tsdown": "0.22.1",
|
|
491
491
|
"typescript": "6.0.3",
|
|
492
492
|
"vite": "8.0.14",
|
|
493
|
-
"vite-intlayer": "8.11.
|
|
493
|
+
"vite-intlayer": "8.11.2",
|
|
494
494
|
"vite-plugin-dts": "5.0.1",
|
|
495
495
|
"vitest": "4.1.7"
|
|
496
496
|
},
|
|
497
497
|
"peerDependencies": {
|
|
498
498
|
"@better-fetch/fetch": "1.1.21",
|
|
499
|
-
"@hookform/resolvers": "5.4.0",
|
|
500
|
-
"@intlayer/backend": "8.11.
|
|
499
|
+
"@hookform/resolvers": "^5.4.0",
|
|
500
|
+
"@intlayer/backend": "8.11.2",
|
|
501
501
|
"@monaco-editor/react": "4.7.0",
|
|
502
502
|
"@shikijs/transformers": "4.1.0",
|
|
503
503
|
"@tanstack/react-query": "5.100.14",
|
|
504
504
|
"@tanstack/react-query-devtools": "5.100.14",
|
|
505
505
|
"framer-motion": "12.40.0",
|
|
506
|
-
"fuse.js": "7.
|
|
507
|
-
"intlayer": "8.11.
|
|
508
|
-
"lucide-react": "1.
|
|
506
|
+
"fuse.js": "7.4.0",
|
|
507
|
+
"intlayer": "8.11.2",
|
|
508
|
+
"lucide-react": "1.17.0",
|
|
509
509
|
"react": ">=16.0.0",
|
|
510
510
|
"react-dom": ">=16.0.0",
|
|
511
|
-
"react-hook-form": "7.
|
|
512
|
-
"react-intlayer": "8.11.
|
|
511
|
+
"react-hook-form": "7.77.0",
|
|
512
|
+
"react-intlayer": "8.11.2",
|
|
513
513
|
"shiki": "4.1.0",
|
|
514
514
|
"tailwindcss": "4.3.0"
|
|
515
515
|
},
|