@intlayer/design-system 8.11.0-canary.0 → 8.11.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/api/hooks/ai.mjs +66 -0
- package/dist/esm/api/hooks/ai.mjs.map +1 -0
- package/dist/esm/api/hooks/audit.mjs +34 -0
- package/dist/esm/api/hooks/audit.mjs.map +1 -0
- package/dist/esm/api/hooks/auth.mjs +217 -0
- package/dist/esm/api/hooks/auth.mjs.map +1 -0
- package/dist/esm/api/hooks/bitbucket.mjs +39 -0
- package/dist/esm/api/hooks/bitbucket.mjs.map +1 -0
- package/dist/esm/api/hooks/dictionary.mjs +105 -0
- package/dist/esm/api/hooks/dictionary.mjs.map +1 -0
- package/dist/esm/api/hooks/discussions.mjs +37 -0
- package/dist/esm/api/hooks/discussions.mjs.map +1 -0
- package/dist/esm/api/hooks/editor.mjs +24 -0
- package/dist/esm/api/hooks/editor.mjs.map +1 -0
- package/dist/esm/api/hooks/github.mjs +54 -0
- package/dist/esm/api/hooks/github.mjs.map +1 -0
- package/dist/esm/api/hooks/gitlab.mjs +43 -0
- package/dist/esm/api/hooks/gitlab.mjs.map +1 -0
- package/dist/esm/api/hooks/newsletter.mjs +31 -0
- package/dist/esm/api/hooks/newsletter.mjs.map +1 -0
- package/dist/esm/api/hooks/organization.mjs +123 -0
- package/dist/esm/api/hooks/organization.mjs.map +1 -0
- package/dist/esm/api/hooks/project.mjs +187 -0
- package/dist/esm/api/hooks/project.mjs.map +1 -0
- package/dist/esm/api/hooks/reviewer.mjs +288 -0
- package/dist/esm/api/hooks/reviewer.mjs.map +1 -0
- package/dist/esm/api/hooks/search.mjs +18 -0
- package/dist/esm/api/hooks/search.mjs.map +1 -0
- package/dist/esm/api/hooks/showcaseProject.mjs +95 -0
- package/dist/esm/api/hooks/showcaseProject.mjs.map +1 -0
- package/dist/esm/api/hooks/stripe.mjs +261 -0
- package/dist/esm/api/hooks/stripe.mjs.map +1 -0
- package/dist/esm/api/hooks/tag.mjs +45 -0
- package/dist/esm/api/hooks/tag.mjs.map +1 -0
- package/dist/esm/api/hooks/translate.mjs +47 -0
- package/dist/esm/api/hooks/translate.mjs.map +1 -0
- package/dist/esm/api/hooks/user.mjs +58 -0
- package/dist/esm/api/hooks/user.mjs.map +1 -0
- package/dist/esm/api/hooks/utils.mjs +30 -0
- package/dist/esm/api/hooks/utils.mjs.map +1 -0
- package/dist/esm/api/index.mjs +26 -0
- package/dist/esm/{hooks → api}/useAuth/useAuth.mjs +1 -1
- package/dist/esm/api/useAuth/useAuth.mjs.map +1 -0
- package/dist/esm/{hooks → api}/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/api/useAuth/useOAuth2.mjs.map +1 -0
- package/dist/esm/{hooks → api}/useAuth/useSession.mjs +2 -3
- package/dist/esm/api/useAuth/useSession.mjs.map +1 -0
- package/dist/esm/api/useIntlayerAPI.mjs +123 -0
- package/dist/esm/api/useIntlayerAPI.mjs.map +1 -0
- package/dist/esm/{hooks → api}/useUser/index.mjs +2 -2
- package/dist/esm/api/useUser/index.mjs.map +1 -0
- package/dist/esm/components/Badge/index.mjs +1 -3
- package/dist/esm/components/Badge/index.mjs.map +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +0 -1
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Button/Button.mjs +2 -4
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +3 -2
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +5 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- 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 +4 -3
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/Input/Checkbox.mjs +0 -2
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/Label/index.mjs +2 -2
- package/dist/esm/components/Label/index.mjs.map +1 -1
- package/dist/esm/components/LanguageBackground/LanguageSection.mjs +8 -6
- package/dist/esm/components/LanguageBackground/LanguageSection.mjs.map +1 -1
- package/dist/esm/components/LanguageBackground/index.mjs +7 -5
- package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +0 -7
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +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 +2 -3
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs +3 -5
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs +3 -3
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +3 -3
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/components/Toaster/Toast.mjs +3 -3
- package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
- package/dist/esm/hooks/index.mjs +9 -15
- package/dist/esm/routes.mjs +4 -1
- package/dist/esm/routes.mjs.map +1 -1
- package/dist/types/api/hooks/ai.d.ts +12 -0
- package/dist/types/api/hooks/ai.d.ts.map +1 -0
- package/dist/types/api/hooks/audit.d.ts +10 -0
- package/dist/types/api/hooks/audit.d.ts.map +1 -0
- package/dist/types/api/hooks/auth.d.ts +29 -0
- package/dist/types/api/hooks/auth.d.ts.map +1 -0
- package/dist/types/api/hooks/bitbucket.d.ts +8 -0
- package/dist/types/api/hooks/bitbucket.d.ts.map +1 -0
- package/dist/types/api/hooks/dictionary.d.ts +15 -0
- package/dist/types/api/hooks/dictionary.d.ts.map +1 -0
- package/dist/types/api/hooks/discussions.d.ts +8 -0
- package/dist/types/api/hooks/discussions.d.ts.map +1 -0
- package/dist/types/api/hooks/editor.d.ts +6 -0
- package/dist/types/api/hooks/editor.d.ts.map +1 -0
- package/dist/types/api/hooks/github.d.ts +12 -0
- package/dist/types/api/hooks/github.d.ts.map +1 -0
- package/dist/types/api/hooks/gitlab.d.ts +8 -0
- package/dist/types/api/hooks/gitlab.d.ts.map +1 -0
- package/dist/types/api/hooks/newsletter.d.ts +7 -0
- package/dist/types/api/hooks/newsletter.d.ts.map +1 -0
- package/dist/types/api/hooks/organization.d.ts +16 -0
- package/dist/types/api/hooks/organization.d.ts.map +1 -0
- package/dist/types/api/hooks/project.d.ts +23 -0
- package/dist/types/api/hooks/project.d.ts.map +1 -0
- package/dist/types/api/hooks/reviewer.d.ts +39 -0
- package/dist/types/api/hooks/reviewer.d.ts.map +1 -0
- package/dist/types/api/hooks/search.d.ts +7 -0
- package/dist/types/api/hooks/search.d.ts.map +1 -0
- package/dist/types/api/hooks/showcaseProject.d.ts +16 -0
- package/dist/types/api/hooks/showcaseProject.d.ts.map +1 -0
- package/dist/types/api/hooks/stripe.d.ts +33 -0
- package/dist/types/api/hooks/stripe.d.ts.map +1 -0
- package/dist/types/api/hooks/tag.d.ts +11 -0
- package/dist/types/api/hooks/tag.d.ts.map +1 -0
- package/dist/types/api/hooks/translate.d.ts +8 -0
- package/dist/types/api/hooks/translate.d.ts.map +1 -0
- package/dist/types/api/hooks/user.d.ts +13 -0
- package/dist/types/api/hooks/user.d.ts.map +1 -0
- package/dist/types/api/hooks/utils.d.ts +23 -0
- package/dist/types/api/hooks/utils.d.ts.map +1 -0
- package/dist/types/api/index.d.ts +25 -0
- package/dist/types/{hooks → api}/useAuth/useAuth.d.ts +1 -1
- package/dist/types/api/useAuth/useAuth.d.ts.map +1 -0
- package/dist/types/{hooks → api}/useAuth/useOAuth2.d.ts +1 -1
- package/dist/types/api/useAuth/useOAuth2.d.ts.map +1 -0
- package/dist/types/{hooks → api}/useAuth/useSession.d.ts +1 -1
- package/dist/types/api/useAuth/useSession.d.ts.map +1 -0
- package/dist/types/api/useIntlayerAPI.d.ts +297 -0
- package/dist/types/api/useIntlayerAPI.d.ts.map +1 -0
- package/dist/types/{hooks → api}/useUser/index.d.ts +1 -1
- package/dist/types/api/useUser/index.d.ts.map +1 -0
- package/dist/types/components/Badge/index.d.ts +3 -4
- package/dist/types/components/Badge/index.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +5 -6
- 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/Command/index.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +6 -6
- package/dist/types/components/Input/Checkbox.d.ts +2 -3
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +1 -1
- package/dist/types/components/LanguageBackground/index.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +3 -4
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +2 -3
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +1 -1
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +2 -2
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/hooks/index.d.ts +1 -7
- package/dist/types/providers/ReactQueryProvider.d.ts +1 -1
- package/dist/types/routes.d.ts +4 -1
- package/dist/types/routes.d.ts.map +1 -1
- package/package.json +28 -23
- package/tailwind.css +3 -24
- package/dist/esm/hooks/reactQuery.mjs +0 -1586
- package/dist/esm/hooks/reactQuery.mjs.map +0 -1
- package/dist/esm/hooks/useAuth/useAuth.mjs.map +0 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs.map +0 -1
- package/dist/esm/hooks/useAuth/useSession.mjs.map +0 -1
- package/dist/esm/hooks/useIntlayerAPI.mjs +0 -22
- package/dist/esm/hooks/useIntlayerAPI.mjs.map +0 -1
- package/dist/esm/hooks/useUser/index.mjs.map +0 -1
- package/dist/types/hooks/reactQuery.d.ts +0 -236
- package/dist/types/hooks/reactQuery.d.ts.map +0 -1
- package/dist/types/hooks/useAuth/useAuth.d.ts.map +0 -1
- package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +0 -1
- package/dist/types/hooks/useAuth/useSession.d.ts.map +0 -1
- package/dist/types/hooks/useIntlayerAPI.d.ts +0 -14
- package/dist/types/hooks/useIntlayerAPI.d.ts.map +0 -1
- package/dist/types/hooks/useUser/index.d.ts.map +0 -1
- /package/dist/esm/{hooks → api}/useAuth/index.mjs +0 -0
- /package/dist/types/{hooks → api}/useAuth/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIntlayerAPI.d.ts","names":[],"sources":["../../../src/api/useIntlayerAPI.ts"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/api/useUser/index.ts"],"mappings":";cAKa,OAAA;;;;2BAuBZ,OAAA;gBAAA,OAAA;AAAA"}
|
|
@@ -9,7 +9,6 @@ import { VariantProps } from "class-variance-authority";
|
|
|
9
9
|
declare enum BadgeColor {
|
|
10
10
|
PRIMARY = "primary",
|
|
11
11
|
SECONDARY = "secondary",
|
|
12
|
-
DESTRUCTIVE = "destructive",
|
|
13
12
|
SUCCESS = "success",
|
|
14
13
|
ERROR = "error",
|
|
15
14
|
NEUTRAL = "neutral",
|
|
@@ -42,8 +41,8 @@ declare enum BadgeSize {
|
|
|
42
41
|
* @description Defines the styling variants for different badge combinations
|
|
43
42
|
*/
|
|
44
43
|
declare const badgeVariants: (props?: {
|
|
45
|
-
color?: "text" | "error" | "
|
|
46
|
-
variant?: "
|
|
44
|
+
color?: "text" | "error" | "primary" | "custom" | "secondary" | "neutral" | "light" | "dark" | "success";
|
|
45
|
+
variant?: "default" | "none" | "hoverable" | "outline";
|
|
47
46
|
size?: "sm" | "md" | "lg";
|
|
48
47
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
49
48
|
/**
|
|
@@ -79,7 +78,7 @@ type BadgeVariantProps = VariantProps<typeof badgeVariants>;
|
|
|
79
78
|
* <Badge>New</Badge>
|
|
80
79
|
*
|
|
81
80
|
* // Colored badge
|
|
82
|
-
* <Badge color={BadgeColor.
|
|
81
|
+
* <Badge color={BadgeColor.ERROR}>Error</Badge>
|
|
83
82
|
*
|
|
84
83
|
* // Clickable badge
|
|
85
84
|
* <Badge clickable onClick={() => console.log('clicked')}>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Badge/index.tsx"],"mappings":";;;;;;AAQA;;aAAY,UAAA;EACV,OAAA;EACA,SAAA;EACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Badge/index.tsx"],"mappings":";;;;;;AAQA;;aAAY,UAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,KAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;EACA,MAAA;AAAA;;AAAM;AAOR;;aAAY,YAAA;EACV,OAAA;EACA,IAAA;EACA,OAAA;EACA,SAAA;AAAA;;AAAS;AAOX;;aAAY,SAAA;EACV,KAAA;EACA,MAAA;EACA,KAAA;AAAA;;AAAK;AAOP;;cAAa,aAAA,GAAa,KAAA;;;;;;;;;KAkDd,UAAA,GAAa,cAAA,CAAe,WAAA;EAAlB,8CAEpB,QAAA,GAAW,KAAA,CAAM,SAAA,EAFqB;EAItC,KAAA,GAAQ,UAAA,MAAgB,UAAA,IAFb;EAIX,OAAA,GAAU,YAAA,MAAkB,YAAA,IAFJ;EAIxB,IAAA,GAAO,SAAA,MAAe,SAAA,IAFM;EAI5B,SAAA,YAFsB;EAItB,WAAA,YAEkB;EAAlB,OAAA,IAAW,KAAA,EAAO,KAAA,CAAM,UAAA,CAAW,WAAA,YAAD;EAElC,SAAA,eAhBsC;EAkBtC,YAAA,WAhBW;EAkBX,IAAA,oCAhBA;EAkBA,QAAA;AAAA;;;;KAMU,iBAAA,GAAoB,YAAY,QAAQ,aAAA;;;;;;;;;;;;;;;AAN1C;AAMV;;;;AAAiE;AA2BjE;;;;;cAAa,KAAA,EAAO,KAAA,CAAM,EAAE,CAAC,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"mappings":";;;;;;;;;cA0EM,kBAAA,GAAkB,KAAA;;;;;;;KA4InB,sBAAA;;;;EAIH,IAAA;;;;EAIA,IAAA;EAIA;;AAAO;EAAP,OAAA;AAAA;;;AAQ0D;AAE5D;;KAFY,cAAA,YAA0B,sBAAsB;AAAA,KAEhD,eAAA;EASF;;;EALR,KAAA,EAAO,cAAA;EAkCe;;;;EA7BtB,KAAA,GAAQ,SAAA,MAAe,SAAA;EA8BT;;;EA1Bd,MAAA,GAAS,aAAA;EAJD;;;;EASR,WAAA;EAKA;;;;EAAA,SAAA,GAAY,SAAA;EAeV;;;;EAVF,SAAA;EAW+B;AA4BjC;;;EAlCE,qBAAA;EAkCyC;;;EA9BzC,QAAA;AAAA,IACE,YAAA,QAAoB,kBAAA,IACtB,cAAA,CAAe,gBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BJ,UAAA,EAAY,EAAE,CAAC,eAAA"}
|
|
@@ -36,7 +36,6 @@ declare enum ButtonVariant {
|
|
|
36
36
|
declare enum ButtonColor {
|
|
37
37
|
PRIMARY = "primary",
|
|
38
38
|
SECONDARY = "secondary",
|
|
39
|
-
DESTRUCTIVE = "destructive",
|
|
40
39
|
NEUTRAL = "neutral",
|
|
41
40
|
LIGHT = "light",
|
|
42
41
|
DARK = "dark",
|
|
@@ -61,9 +60,9 @@ declare enum ButtonTextAlign {
|
|
|
61
60
|
*/
|
|
62
61
|
declare const buttonVariants: (props?: {
|
|
63
62
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
64
|
-
color?: "text" | "error" | "
|
|
65
|
-
roundedSize?: "
|
|
66
|
-
variant?: "
|
|
63
|
+
color?: "text" | "error" | "primary" | "custom" | "secondary" | "neutral" | "light" | "dark" | "text-inverse" | "success" | "card" | "current";
|
|
64
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full" | "4xl" | "5xl";
|
|
65
|
+
variant?: "default" | "input" | "none" | "invisible-link" | "hoverable" | "outline" | "link" | "fade";
|
|
67
66
|
textAlign?: "left" | "center" | "right";
|
|
68
67
|
isFullWidth?: boolean;
|
|
69
68
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -148,10 +147,10 @@ type ButtonProps = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HT
|
|
|
148
147
|
* Save
|
|
149
148
|
* </Button>
|
|
150
149
|
*
|
|
151
|
-
* //
|
|
150
|
+
* // Error action button
|
|
152
151
|
* <Button
|
|
153
152
|
* variant={`${ButtonVariant.OUTLINE}`}
|
|
154
|
-
* color={ButtonColor.
|
|
153
|
+
* color={ButtonColor.ERROR}
|
|
155
154
|
* label="Delete item permanently"
|
|
156
155
|
* aria-describedby="delete-warning"
|
|
157
156
|
* >
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;AAUA;aAAY,UAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,OAAA;EACA,OAAA;EACA,OAAA;EACA,OAAA;AAAA;;;AAAO;aAyBG,aAAA;EACV,OAAA;EACA,IAAA;EACA,OAAA;EACA,IAAA;EACA,cAAA;EACA,SAAA;EACA,IAAA;EACA,KAAA;AAAA;;;;aAMU,WAAA;EACV,OAAA;EACA,SAAA;EACA,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;AAUA;aAAY,UAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,OAAA;EACA,OAAA;EACA,OAAA;EACA,OAAA;AAAA;;;AAAO;aAyBG,aAAA;EACV,OAAA;EACA,IAAA;EACA,OAAA;EACA,IAAA;EACA,cAAA;EACA,SAAA;EACA,IAAA;EACA,KAAA;AAAA;;;;aAMU,WAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;EACA,IAAA;EACA,YAAA;EACA,OAAA;EACA,KAAA;EACA,OAAA;EACA,MAAA;AAAA;;;;aAMU,eAAA;EACV,IAAA;EACA,MAAA;EACA,KAAA;AAAA;;;;cAMW,cAAA,GAAc,KAAA;;;;;;;;;;;KAiJf,WAAA,GAAc,iBAAA,CACxB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,cAAA;;;;;EAKlB,KAAA;EATQ;;;EAcR,IAAA,GAAO,EAAA,GAAK,UAAA;EAbd;;;EAkBE,SAAA,GAAY,EAAA,GAAK,UAAA;EAfnB;;;EAoBE,aAAA;EALiB;;;EAUjB,SAAA;EA5BF;;;EAiCE,QAAA;EA9BkB;;;EAmClB,UAAA;EAzBY;;;EA8BZ,WAAA;EApBA;;;EAyBA,kBAAA;EALA;;;EAUA,eAAA;EAkBA;;AAAc;EAbd,eAAA;EAwKH;;;EA3JG,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyCS,MAAA,EAAQ,EAAE,CAAC,WAAA"}
|
|
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
5
5
|
declare const collapsibleTableVariants: (props?: {
|
|
6
6
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
7
|
-
variant?: "default" | "
|
|
8
|
-
spacing?: "
|
|
7
|
+
variant?: "default" | "dark" | "ghost" | "outlined";
|
|
8
|
+
spacing?: "sm" | "md" | "lg" | "auto" | "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,7 +27,7 @@ declare const Command: {
|
|
|
27
27
|
ref?: React.Ref<HTMLInputElement>;
|
|
28
28
|
} & {
|
|
29
29
|
asChild?: boolean;
|
|
30
|
-
}, "key" |
|
|
30
|
+
}, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "value" | "onChange" | "type"> & {
|
|
31
31
|
value?: string;
|
|
32
32
|
onValueChange?: (search: string) => void;
|
|
33
33
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -71,7 +71,7 @@ declare const Command: {
|
|
|
71
71
|
ref?: React.Ref<HTMLDivElement>;
|
|
72
72
|
} & {
|
|
73
73
|
asChild?: boolean;
|
|
74
|
-
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "
|
|
74
|
+
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "disabled" | "value" | "onSelect"> & {
|
|
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?: "
|
|
10
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full" | "4xl";
|
|
11
|
+
transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
|
|
12
|
+
padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
13
13
|
separator?: "both" | "without" | "x" | "y";
|
|
14
14
|
border?: "with" | "none";
|
|
15
|
-
borderColor?: "error" | "
|
|
16
|
-
background?: "with" | "
|
|
17
|
-
gap?: "
|
|
15
|
+
borderColor?: "error" | "text" | "primary" | "secondary" | "neutral" | "success" | "card" | "warning";
|
|
16
|
+
background?: "with" | "hoverable" | "none";
|
|
17
|
+
gap?: "sm" | "md" | "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 {
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
declare const checkboxVariants: (props?: {
|
|
6
6
|
variant?: "default";
|
|
7
7
|
size?: "xs" | "sm" | "md" | "lg";
|
|
8
|
-
color?: "error" | "
|
|
9
|
-
validationStyleEnabled?: "
|
|
8
|
+
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark" | "custom" | "success" | "text-inverse";
|
|
9
|
+
validationStyleEnabled?: "disabled" | "enabled";
|
|
10
10
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
11
11
|
declare enum CheckboxSize {
|
|
12
12
|
XS = "xs",
|
|
@@ -17,7 +17,6 @@ declare enum CheckboxSize {
|
|
|
17
17
|
declare enum CheckboxColor {
|
|
18
18
|
PRIMARY = "primary",
|
|
19
19
|
SECONDARY = "secondary",
|
|
20
|
-
DESTRUCTIVE = "destructive",
|
|
21
20
|
NEUTRAL = "neutral",
|
|
22
21
|
LIGHT = "light",
|
|
23
22
|
TEXT = "text",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"mappings":";;;;cASa,gBAAA,GAAgB,KAAA;;;;;;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"mappings":";;;;cASa,gBAAA,GAAgB,KAAA;;;;;;aAoEjB,YAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;AAAA;AAAA,aAGU,aAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,YAAA;EACA,IAAA;EACA,KAAA;EACA,OAAA;EACA,MAAA;AAAA;AAAA,KAGU,aAAA,GAAgB,IAAA,CAC1B,iBAAA,CAAkB,mBAAA,CAAoB,gBAAA,GAAmB,gBAAA;EAGzD,IAAA;EACA,sBAAA;EACA,KAAA,GAAQ,SAAA;AAAA,IACN,IAAA,CACA,YAAA,QAAoB,gBAAA;EAGpB,IAAA,GAAO,YAAA,MAAkB,YAAA;EACzB,KAAA,GAAQ,aAAA,MAAmB,aAAA;EAC3B,cAAA;AAAA;AAAA,cA6BS,QAAA,EAAU,EAAE,CAAC,aAAA"}
|
|
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
declare const inputVariants: (props?: {
|
|
6
6
|
variant?: "default" | "invisible";
|
|
7
7
|
size?: "sm" | "md" | "lg";
|
|
8
|
-
validationStyleEnabled?: "
|
|
8
|
+
validationStyleEnabled?: "disabled" | "enabled";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
10
10
|
declare enum InputVariant {
|
|
11
11
|
DEFAULT = "default",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/LanguageBackground/index.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/LanguageBackground/index.tsx"],"mappings":";;;;cAkBa,kBAAA,EAAoB,EAAE,CAAC,iBAAA"}
|
|
@@ -19,7 +19,6 @@ declare enum LinkVariant {
|
|
|
19
19
|
declare enum LinkColor {
|
|
20
20
|
PRIMARY = "primary",
|
|
21
21
|
SECONDARY = "secondary",
|
|
22
|
-
DESTRUCTIVE = "destructive",
|
|
23
22
|
NEUTRAL = "neutral",
|
|
24
23
|
LIGHT = "light",
|
|
25
24
|
DARK = "dark",
|
|
@@ -52,9 +51,9 @@ declare enum LinkUnderlined {
|
|
|
52
51
|
FALSE = "false"
|
|
53
52
|
}
|
|
54
53
|
declare const linkVariants: (props?: {
|
|
55
|
-
variant?: "default" | "
|
|
56
|
-
roundedSize?: "
|
|
57
|
-
color?: "text" | "error" | "
|
|
54
|
+
variant?: "default" | "invisible-link" | "button" | "button-outlined" | "hoverable";
|
|
55
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
56
|
+
color?: "text" | "error" | "primary" | "custom" | "secondary" | "neutral" | "light" | "dark" | "text-inverse" | "success";
|
|
58
57
|
size?: "sm" | "md" | "lg" | "xl" | "custom";
|
|
59
58
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
60
59
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"mappings":";;;;;;;AAgBA;aAAY,WAAA;EACV,OAAA;EACA,cAAA;EACA,MAAA;EACA,eAAA;EACA,SAAA;AAAA;;;AAAS;aAMC,SAAA;EACV,OAAA;EACA,SAAA;EACA,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"mappings":";;;;;;;AAgBA;aAAY,WAAA;EACV,OAAA;EACA,cAAA;EACA,MAAA;EACA,eAAA;EACA,SAAA;AAAA;;;AAAS;aAMC,SAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;EACA,YAAA;EACA,KAAA;EACA,OAAA;EACA,MAAA;AAAA;AAAA,aAGU,eAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;EACA,QAAA;EACA,IAAA;AAAA;AAAA,aAGU,QAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;AAAA;AAAA,aAGU,cAAA;EACV,OAAA;EACA,IAAA;EACA,KAAA;AAAA;AAAA,cAGW,YAAA,GAAY,KAAA;;;;;yBA8JxB,cAAA,CAAA,OAAA;AAAA;KAEW,SAAA,GAAY,iBAAA,CACtB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,YAAA;EAClB,KAAA;EACA,cAAA;EACA,aAAA;EACA,QAAA;EACA,MAAA,GAAS,aAAA;AAAA;AAAA,cAGA,mBAAA;EAAuB,IAAA;EAAA,cAAA,EAAA;AAAA,GAGjC,IAAA,CAAK,SAAA;AAAA,cAWK,cAAA,GAAkB,QAAmB,EAAT,SAAS;AAAA,cAerC,IAAA,EAAM,EAAE,CAAC,SAAA"}
|
|
@@ -4,7 +4,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/Pagination/Pagination.d.ts
|
|
5
5
|
declare const paginationVariants: (props?: {
|
|
6
6
|
size?: "sm" | "md" | "lg";
|
|
7
|
-
color?: "text" | "primary" | "secondary" | "neutral"
|
|
7
|
+
color?: "text" | "primary" | "secondary" | "neutral";
|
|
8
8
|
variant?: "default" | "bordered" | "ghost";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
10
10
|
declare enum PaginationSize {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"mappings":";;;;cAgBa,kBAAA,GAAkB,KAAA;;;;;
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"mappings":";;;;cAgBa,kBAAA,GAAkB,KAAA;;;;;aA4BnB,cAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;AAAA;AAAA,aAGU,iBAAA;EACV,OAAA;EACA,QAAA;EACA,KAAA;AAAA;AAAA,KAGU,eAAA,GAAkB,cAAA,CAAe,cAAA,IAC3C,YAAA,QAAoB,kBAAA;EAClB,WAAA;EACA,UAAA;EACA,YAAA,GAAe,IAAA;EACf,aAAA;EACA,YAAA;EACA,eAAA;EACA,QAAA;AAAA;AAAA,cAwES,UAAA,EAAY,EAAE,CAAC,eAAA"}
|
|
@@ -11,7 +11,6 @@ declare const defaultChoices: SwitchSelectorChoices<boolean>;
|
|
|
11
11
|
declare enum SwitchSelectorColor {
|
|
12
12
|
PRIMARY = "primary",
|
|
13
13
|
SECONDARY = "secondary",
|
|
14
|
-
DESTRUCTIVE = "destructive",
|
|
15
14
|
NEUTRAL = "neutral",
|
|
16
15
|
LIGHT = "light",
|
|
17
16
|
DARK = "dark",
|
|
@@ -36,14 +35,14 @@ type SwitchSelectorBaseProps<T = boolean> = {
|
|
|
36
35
|
};
|
|
37
36
|
type SwitchSelectorProps<T = boolean> = SwitchSelectorBaseProps<T> & VariantProps<typeof switchSelectorVariant> & VariantProps<typeof choiceVariant>;
|
|
38
37
|
declare const switchSelectorVariant: (props?: {
|
|
39
|
-
color?: "text" | "primary" | "secondary" | "
|
|
38
|
+
color?: "text" | "primary" | "secondary" | "neutral" | "light" | "dark";
|
|
40
39
|
disabled?: boolean;
|
|
41
40
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
42
41
|
declare const choiceVariant: (props?: {
|
|
43
42
|
size?: "xs" | "sm" | "md" | "lg";
|
|
44
43
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
45
44
|
declare const indicatorVariant: (props?: {
|
|
46
|
-
color?:
|
|
45
|
+
color?: string | number;
|
|
47
46
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
48
47
|
/**
|
|
49
48
|
* Component that allows the user to select one of the provided choices.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/SwitchSelector.tsx"],"mappings":";;;;KAOY,oBAAA;EACV,OAAA,EAAS,SAAA;EACT,KAAA,EAAO,CAAA;AAAA,IACL,cAAA,CAAe,iBAAA;AAAA,KACP,qBAAA,MAA2B,oBAAoB,CAAC,CAAA;AAAA,cAE/C,cAAA,EAAgB,qBAAqB;AAAA,aAKtC,mBAAA;EACV,OAAA;EACA,SAAA;EACA,
|
|
1
|
+
{"version":3,"file":"SwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/SwitchSelector.tsx"],"mappings":";;;;KAOY,oBAAA;EACV,OAAA,EAAS,SAAA;EACT,KAAA,EAAO,CAAA;AAAA,IACL,cAAA,CAAe,iBAAA;AAAA,KACP,qBAAA,MAA2B,oBAAoB,CAAC,CAAA;AAAA,cAE/C,cAAA,EAAgB,qBAAqB;AAAA,aAKtC,mBAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;AAAA;AAAA,aAGU,kBAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;AAAA;AAAA,KAGU,uBAAA;EACV,OAAA,GAAU,qBAAA,CAAsB,CAAA;EAChC,KAAA,GAAQ,CAAA;EACR,YAAA,GAAe,CAAA;EACf,QAAA,IAAY,MAAA,EAAQ,CAAA;EACpB,SAAA;EACA,aAAA;EACA,SAAA;EACA,QAAA;EAAA,CACC,GAAA;AAAA;AAAA,KAGS,mBAAA,gBAAmC,uBAAA,CAAwB,CAAA,IACrE,YAAA,QAAoB,qBAAA,IACpB,YAAA,QAAoB,aAAA;AAAA,cAET,qBAAA,GAAqB,KAAA;;;;cAwBrB,aAAA,GAAa,KAAA;;;cAiBb,gBAAA,GAAgB,KAAA;;;;;;AAnEvB;cA+FO,cAAA,MAAsB,KAAA,EAAO,mBAAmB,CAAC,CAAA,kCAAE,GAAA,CAAA,OAAA"}
|
|
@@ -3,7 +3,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/SwitchSelector/VerticalSwitchSelector.d.ts
|
|
5
5
|
declare const verticalSwitchSelectorVariant: (props?: {
|
|
6
|
-
color?:
|
|
6
|
+
color?: string | number;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
9
9
|
declare const verticalChoiceVariant: (props?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalSwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/VerticalSwitchSelector.tsx"],"mappings":";;;;cAaM,6BAAA,GAA6B,KAAA;;;;
|
|
1
|
+
{"version":3,"file":"VerticalSwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/VerticalSwitchSelector.tsx"],"mappings":";;;;cAaM,6BAAA,GAA6B,KAAA;;;;cAyB7B,qBAAA,GAAqB,KAAA;;;KAwCf,2BAAA,gBACV,uBAAA,CAAwB,CAAA,IACtB,YAAA,QAAoB,6BAAA,IACpB,YAAA,QAAoB,qBAAA;;;;;cAMX,sBAAA,MACX,KAAA,EAAO,2BAA2B,CAAC,CAAA,kCAAE,GAAA,CAAA,OAAA"}
|
|
@@ -6,14 +6,14 @@ import { ItemSelectorOrientation } from "@hooks/useItemSelector";
|
|
|
6
6
|
declare enum TabSelectorColor {
|
|
7
7
|
PRIMARY = "primary",
|
|
8
8
|
SECONDARY = "secondary",
|
|
9
|
-
|
|
9
|
+
ERROR = "error",
|
|
10
10
|
NEUTRAL = "neutral",
|
|
11
11
|
LIGHT = "light",
|
|
12
12
|
DARK = "dark",
|
|
13
13
|
TEXT = "text"
|
|
14
14
|
}
|
|
15
15
|
declare const tabSelectorVariant: (props?: {
|
|
16
|
-
color?: "
|
|
16
|
+
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark";
|
|
17
17
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
18
18
|
type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
|
|
19
19
|
key: string | number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"mappings":";;;;;aAiBY,gBAAA;EACV,OAAA;EACA,SAAA;EACA,
|
|
1
|
+
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"mappings":";;;;;aAiBY,gBAAA;EACV,OAAA;EACA,SAAA;EACA,KAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;AAAA;AAAA,cAGI,kBAAA,GAAkB,KAAA;;;KA4CZ,oBAAA,GAAuB,cAAc,CAAC,WAAA;EAChD,GAAA;AAAA;AAAA,KAGU,gBAAA,WAA2B,oBAAA;EACrC,IAAA,EAAM,YAAA,CAAa,CAAA;EACnB,cAAA,EAAgB,CAAA;EAChB,UAAA,IAAc,MAAA,EAAQ,CAAA;EACtB,SAAA;EACA,WAAA,GAAc,uBAAA;AAAA,IACZ,cAAA,CAAe,WAAA,IACjB,IAAA,CAAK,YAAA,QAAoB,kBAAA;EACvB,KAAA,GAAQ,gBAAA,MAAsB,gBAAA;AAAA;AAZlC;;;;;;;;AACK;AAGL;;;;;;;;AAJA,cAgCa,WAAA,aAAyB,oBAAA;EAAsB,IAAA;EAAA,cAAA;EAAA,UAAA;EAAA,KAAA;EAAA,SAAA;EAAA,WAAA;EAAA;AAAA,GAQzD,gBAAA,CAAiB,CAAA,kCAAE,GAAA,CAAA,OAAA"}
|
|
@@ -184,8 +184,8 @@ declare enum TagBackground {
|
|
|
184
184
|
WITH = "with"
|
|
185
185
|
}
|
|
186
186
|
declare const containerVariants: (props?: {
|
|
187
|
-
roundedSize?: "
|
|
188
|
-
color?: "text" | "error" | "primary" | "
|
|
187
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
188
|
+
color?: "text" | "error" | "primary" | "neutral" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
189
189
|
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
190
190
|
border?: "none" | "with";
|
|
191
191
|
background?: "none" | "with";
|
|
@@ -75,7 +75,7 @@ declare const Toast: FC<ComponentProps<typeof ToastPrimitives.Root> & VariantPro
|
|
|
75
75
|
* ## Features
|
|
76
76
|
* - **Accessibility**: Requires `altText` prop for screen readers
|
|
77
77
|
* - **Visual States**: Hover, focus, and disabled state styling
|
|
78
|
-
* - **Theme Integration**: Supports
|
|
78
|
+
* - **Theme Integration**: Supports error and default themes
|
|
79
79
|
* - **Keyboard Navigation**: Full keyboard accessibility support
|
|
80
80
|
*
|
|
81
81
|
* ## Usage Guidelines
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import { UseIntlayerAuthProps, useIntlayerAuth, useIntlayerOAuth } from "./useIntlayerAPI.js";
|
|
2
|
-
import { useAcceptAffiliateInvitation, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useInfiniteGetDictionaries, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePauseTranslationJob, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useQueryClient, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResumeTranslationJob, useSearchDoc, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
|
|
3
|
-
import { useAuth } from "./useAuth/useAuth.js";
|
|
4
|
-
import { useOAuth2 } from "./useAuth/useOAuth2.js";
|
|
5
|
-
import { UseSessionResult, useSession } from "./useAuth/useSession.js";
|
|
6
1
|
import { SizeType, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useDevice } from "./useDevice.js";
|
|
7
2
|
import { useGetElementById } from "./useGetElementById.js";
|
|
8
3
|
import { useGetElementOrWindow } from "./useGetElementOrWindow.js";
|
|
@@ -17,5 +12,4 @@ import { useScrollBlockage } from "./useScrollBlockage/index.js";
|
|
|
17
12
|
import { useScrollDetection } from "./useScrollDetection.js";
|
|
18
13
|
import { useScrollY } from "./useScrollY.js";
|
|
19
14
|
import { useSearch } from "./useSearch.js";
|
|
20
|
-
|
|
21
|
-
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseIntlayerAuthProps, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAcceptAffiliateInvitation, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useHorizontalSwipe, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePauseTranslationJob, usePersistedStore, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useQueryClient, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResumeTranslationJob, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useUser, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
15
|
+
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useDevice, useGetElementById, useGetElementOrWindow, useHorizontalSwipe, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, usePersistedStore, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FC, PropsWithChildren } from "react";
|
|
2
1
|
import { QueryClient, QueryKey, UseMutationOptions } from "@tanstack/react-query";
|
|
2
|
+
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/providers/ReactQueryProvider.d.ts
|
|
5
5
|
declare module '@tanstack/react-query' {
|
package/dist/types/routes.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const App_Admin_Management_Path: "/admin/management";
|
|
|
37
37
|
declare const App_Admin_Discussions_Path: "/admin/discussions";
|
|
38
38
|
declare const App_Admin_Affiliate_Path: "/admin/affiliate";
|
|
39
39
|
declare const getAppAdminAffiliateRoute: (id: string) => `/admin/affiliate/${string}`;
|
|
40
|
+
declare const App_Admin_PromoCodes_Path: "/admin/promo-code";
|
|
41
|
+
declare const getAppAdminPromoCodeRoute: (id: string) => `/admin/promo-code/${string}`;
|
|
40
42
|
declare const App_Admin_Reviewers_Path: "/admin/reviewers";
|
|
41
43
|
declare const getAppAdminReviewerRoute: (id: string) => `/admin/reviewers/${string}`;
|
|
42
44
|
declare const App_Onboarding_Path: "/onboarding";
|
|
@@ -72,6 +74,7 @@ declare const App_Admin_Dashboard: "https://app.intlayer.org/admin/dashboard";
|
|
|
72
74
|
declare const App_Admin_Management: "https://app.intlayer.org/admin/management";
|
|
73
75
|
declare const App_Admin_Discussions: "https://app.intlayer.org/admin/discussions";
|
|
74
76
|
declare const App_Admin_Affiliate: "https://app.intlayer.org/admin/affiliate";
|
|
77
|
+
declare const App_Admin_PromoCodes: "https://app.intlayer.org/admin/promo-code";
|
|
75
78
|
declare const App_Admin_Reviewers: "https://app.intlayer.org/admin/reviewers";
|
|
76
79
|
declare const App_Onboarding: "https://app.intlayer.org/onboarding";
|
|
77
80
|
declare const getAppAdminUserAbsoluteRoute: (id: string) => `https://app.intlayer.org/admin/users/${string}`;
|
|
@@ -271,5 +274,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: "https://github.com/aym
|
|
|
271
274
|
declare const External_ExampleIntlayerWithReactNative: "https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app";
|
|
272
275
|
declare const External_ExampleIntlayerWithExpress: "https://github.com/aymericzip/intlayer/tree/main/examples/express-app";
|
|
273
276
|
//#endregion
|
|
274
|
-
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_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, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
|
|
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 };
|
|
275
278
|
//# 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,
|
|
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.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -44,6 +44,11 @@
|
|
|
44
44
|
"import": "./dist/esm/hooks/index.mjs",
|
|
45
45
|
"default": "./dist/esm/hooks/index.mjs"
|
|
46
46
|
},
|
|
47
|
+
"./api": {
|
|
48
|
+
"types": "./dist/types/api/index.d.ts",
|
|
49
|
+
"import": "./dist/esm/api/index.mjs",
|
|
50
|
+
"default": "./dist/esm/api/index.mjs"
|
|
51
|
+
},
|
|
47
52
|
"./providers": {
|
|
48
53
|
"types": "./dist/types/providers/index.d.ts",
|
|
49
54
|
"import": "./dist/esm/providers/index.mjs",
|
|
@@ -421,32 +426,32 @@
|
|
|
421
426
|
"dependencies": {
|
|
422
427
|
"@better-auth/passkey": "1.6.11",
|
|
423
428
|
"@better-auth/sso": "1.6.11",
|
|
424
|
-
"@intlayer/api": "8.11.
|
|
425
|
-
"@intlayer/config": "8.11.
|
|
426
|
-
"@intlayer/core": "8.11.
|
|
427
|
-
"@intlayer/dictionaries-entry": "8.11.
|
|
428
|
-
"@intlayer/editor-react": "8.11.
|
|
429
|
-
"@intlayer/types": "8.11.
|
|
429
|
+
"@intlayer/api": "8.11.1",
|
|
430
|
+
"@intlayer/config": "8.11.1",
|
|
431
|
+
"@intlayer/core": "8.11.1",
|
|
432
|
+
"@intlayer/dictionaries-entry": "8.11.1",
|
|
433
|
+
"@intlayer/editor-react": "8.11.1",
|
|
434
|
+
"@intlayer/types": "8.11.1",
|
|
430
435
|
"@radix-ui/react-dialog": "1.1.15",
|
|
431
436
|
"@radix-ui/react-select": "2.2.6",
|
|
432
437
|
"@radix-ui/react-slot": "1.2.4",
|
|
433
438
|
"@radix-ui/react-toast": "1.2.15",
|
|
434
439
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
|
435
|
-
"@tanstack/query-async-storage-persister": "5.100.
|
|
436
|
-
"@tanstack/react-query-persist-client": "5.100.
|
|
437
|
-
"@tanstack/react-virtual": "^3.13.
|
|
440
|
+
"@tanstack/query-async-storage-persister": "5.100.14",
|
|
441
|
+
"@tanstack/react-query-persist-client": "5.100.14",
|
|
442
|
+
"@tanstack/react-virtual": "^3.13.26",
|
|
438
443
|
"better-auth": "1.6.11",
|
|
439
444
|
"class-variance-authority": "0.7.1",
|
|
440
445
|
"cmdk": "1.1.1",
|
|
441
446
|
"defu": "6.1.7",
|
|
442
|
-
"dompurify": "^3.4.
|
|
443
|
-
"isomorphic-dompurify": "^3.
|
|
444
|
-
"react-intlayer": "8.11.
|
|
447
|
+
"dompurify": "^3.4.6",
|
|
448
|
+
"isomorphic-dompurify": "^3.14.0",
|
|
449
|
+
"react-intlayer": "8.11.1",
|
|
445
450
|
"rollup-preserve-directives": "1.1.3",
|
|
446
451
|
"zod": "4.4.3"
|
|
447
452
|
},
|
|
448
453
|
"devDependencies": {
|
|
449
|
-
"@intlayer/backend": "8.11.
|
|
454
|
+
"@intlayer/backend": "8.11.1",
|
|
450
455
|
"@shikijs/transformers": "4.1.0",
|
|
451
456
|
"@storybook/addon-a11y": "8.6.14",
|
|
452
457
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -477,7 +482,7 @@
|
|
|
477
482
|
"@utils/ts-config-types": "1.0.4",
|
|
478
483
|
"clsx": "2.1.1",
|
|
479
484
|
"fast-glob": "3.3.3",
|
|
480
|
-
"intlayer": "8.11.
|
|
485
|
+
"intlayer": "8.11.1",
|
|
481
486
|
"rimraf": "6.1.3",
|
|
482
487
|
"shiki": "4.1.0",
|
|
483
488
|
"storybook": "8.6.17",
|
|
@@ -485,26 +490,26 @@
|
|
|
485
490
|
"tsdown": "0.22.00",
|
|
486
491
|
"typescript": "6.0.3",
|
|
487
492
|
"vite": "8.0.14",
|
|
488
|
-
"vite-intlayer": "8.11.
|
|
493
|
+
"vite-intlayer": "8.11.1",
|
|
489
494
|
"vite-plugin-dts": "5.0.1",
|
|
490
495
|
"vitest": "4.1.7"
|
|
491
496
|
},
|
|
492
497
|
"peerDependencies": {
|
|
493
498
|
"@better-fetch/fetch": "1.1.21",
|
|
494
|
-
"@hookform/resolvers": "5.
|
|
495
|
-
"@intlayer/backend": "8.11.
|
|
499
|
+
"@hookform/resolvers": "5.4.0",
|
|
500
|
+
"@intlayer/backend": "8.11.1",
|
|
496
501
|
"@monaco-editor/react": "4.7.0",
|
|
497
502
|
"@shikijs/transformers": "4.1.0",
|
|
498
|
-
"@tanstack/react-query": "5.100.
|
|
499
|
-
"@tanstack/react-query-devtools": "5.100.
|
|
503
|
+
"@tanstack/react-query": "5.100.14",
|
|
504
|
+
"@tanstack/react-query-devtools": "5.100.14",
|
|
500
505
|
"framer-motion": "12.40.0",
|
|
501
506
|
"fuse.js": "7.3.0",
|
|
502
|
-
"intlayer": "8.11.
|
|
507
|
+
"intlayer": "8.11.1",
|
|
503
508
|
"lucide-react": "1.16.0",
|
|
504
509
|
"react": ">=16.0.0",
|
|
505
510
|
"react-dom": ">=16.0.0",
|
|
506
|
-
"react-hook-form": "7.76.
|
|
507
|
-
"react-intlayer": "8.11.
|
|
511
|
+
"react-hook-form": "7.76.1",
|
|
512
|
+
"react-intlayer": "8.11.1",
|
|
508
513
|
"shiki": "4.1.0",
|
|
509
514
|
"tailwindcss": "4.3.0"
|
|
510
515
|
},
|