@slashid/jump-page 1.0.13 → 1.0.15
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/package/astro.config.d.mts +1 -1
- package/package/main.js +2676 -2634
- package/package/main.js.map +1 -1
- package/package/package/main.d.ts +103 -0
- package/package/src/components/text/use-i18n.d.ts +1 -1
- package/package.json +6 -7
- package/tsconfig.json +3 -1
- /package/package/{style.css → main.css} +0 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
declare function Is({ children: e, className: t, header: n, footer: r, style: o }: {
|
|
2
|
+
children: any;
|
|
3
|
+
className: any;
|
|
4
|
+
header?: any;
|
|
5
|
+
footer?: any;
|
|
6
|
+
style: any;
|
|
7
|
+
}): any;
|
|
8
|
+
declare function co({ errorCode: e, type: t, redirectUri: n }: {
|
|
9
|
+
errorCode: any;
|
|
10
|
+
type: any;
|
|
11
|
+
redirectUri: any;
|
|
12
|
+
}): any;
|
|
13
|
+
declare namespace Ps {
|
|
14
|
+
export { fe as en };
|
|
15
|
+
export let ja: {
|
|
16
|
+
"footer.text": string;
|
|
17
|
+
"initial.title": string;
|
|
18
|
+
"initial.details": string;
|
|
19
|
+
"success.title": string;
|
|
20
|
+
"success.details.default": string;
|
|
21
|
+
"success.details.autoclose": string;
|
|
22
|
+
"recover.password.title": string;
|
|
23
|
+
"recover.password.details": string;
|
|
24
|
+
"recover.password.input.password.label": string;
|
|
25
|
+
"recover.password.input.confirmPassword.label": string;
|
|
26
|
+
"recover.password.input.placeholder": string;
|
|
27
|
+
"recover.password.submit": string;
|
|
28
|
+
"recover.password.validation.passwordsDoNotMatch": string;
|
|
29
|
+
"recover.password.validation.length": string;
|
|
30
|
+
"recover.password.validation.password_variants": string;
|
|
31
|
+
"recover.password.validation.admin_variants": string;
|
|
32
|
+
"recover.password.validation.user_variants": string;
|
|
33
|
+
"recover.password.validation.alphanumeric_sequences_1": string;
|
|
34
|
+
"recover.password.validation.alphanumeric_sequences_2": string;
|
|
35
|
+
"recover.password.validation.numeric_sequences_ascending": string;
|
|
36
|
+
"recover.password.validation.numeric_subsequences_ascending": string;
|
|
37
|
+
"recover.password.validation.numeric_sequences_descending": string;
|
|
38
|
+
"recover.password.validation.numeric_subsequences_descending": string;
|
|
39
|
+
"recover.password.validation.common_password_xkcd": string;
|
|
40
|
+
"error.title": string;
|
|
41
|
+
"error.title.authentication_expired": string;
|
|
42
|
+
"error.title.registration_already_completed": string;
|
|
43
|
+
"error.detail": string;
|
|
44
|
+
"error.detail.authentication_expired": string;
|
|
45
|
+
"error.detail.registration_already_completed": string;
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
declare function fm({ onSuccess: e, onError: t, flowType: n, onRedirectDiscovered: r }: {
|
|
49
|
+
onSuccess: any;
|
|
50
|
+
onError: any;
|
|
51
|
+
flowType: any;
|
|
52
|
+
onRedirectDiscovered: any;
|
|
53
|
+
}): any;
|
|
54
|
+
declare function Ef(): any;
|
|
55
|
+
declare function vf({ redirectUri: e, autoClose: t }?: {
|
|
56
|
+
redirectUri: any;
|
|
57
|
+
autoClose?: boolean | undefined;
|
|
58
|
+
}): any;
|
|
59
|
+
declare function tf({ text: e, children: t }: {
|
|
60
|
+
text: any;
|
|
61
|
+
children: any;
|
|
62
|
+
}): any;
|
|
63
|
+
declare function Cd({ children: e, theme: t, className: n }: {
|
|
64
|
+
children: any;
|
|
65
|
+
theme?: string | undefined;
|
|
66
|
+
className: any;
|
|
67
|
+
}): any;
|
|
68
|
+
declare function E5({ environment: e }: {
|
|
69
|
+
environment?: string | undefined;
|
|
70
|
+
}): any;
|
|
71
|
+
declare const fe: {
|
|
72
|
+
"footer.text": string;
|
|
73
|
+
"initial.title": string;
|
|
74
|
+
"initial.details": string;
|
|
75
|
+
"recover.password.title": string;
|
|
76
|
+
"recover.password.details": string;
|
|
77
|
+
"recover.password.input.password.label": string;
|
|
78
|
+
"recover.password.input.confirmPassword.label": string;
|
|
79
|
+
"recover.password.input.placeholder": string;
|
|
80
|
+
"recover.password.submit": string;
|
|
81
|
+
"recover.password.validation.passwordsDoNotMatch": string;
|
|
82
|
+
"recover.password.validation.length": string;
|
|
83
|
+
"recover.password.validation.password_variants": string;
|
|
84
|
+
"recover.password.validation.admin_variants": string;
|
|
85
|
+
"recover.password.validation.user_variants": string;
|
|
86
|
+
"recover.password.validation.alphanumeric_sequences_1": string;
|
|
87
|
+
"recover.password.validation.alphanumeric_sequences_2": string;
|
|
88
|
+
"recover.password.validation.numeric_sequences_ascending": string;
|
|
89
|
+
"recover.password.validation.numeric_subsequences_ascending": string;
|
|
90
|
+
"recover.password.validation.numeric_sequences_descending": string;
|
|
91
|
+
"recover.password.validation.numeric_subsequences_descending": string;
|
|
92
|
+
"recover.password.validation.common_password_xkcd": string;
|
|
93
|
+
"success.title": string;
|
|
94
|
+
"success.details.default": string;
|
|
95
|
+
"success.details.autoclose": string;
|
|
96
|
+
"error.title": string;
|
|
97
|
+
"error.title.authentication_expired": string;
|
|
98
|
+
"error.title.registration_already_completed": string;
|
|
99
|
+
"error.detail": string;
|
|
100
|
+
"error.detail.authentication_expired": string;
|
|
101
|
+
"error.detail.registration_already_completed": string;
|
|
102
|
+
};
|
|
103
|
+
export { Is as Card, co as Error, Ps as I18N, fm as Progress, Ef as Recover, vf as Success, tf as TextProvider, Cd as ThemeRoot, E5 as Verification };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useI18n(): (key: "footer.text" | "
|
|
1
|
+
export declare function useI18n(): (key: "footer.text" | "success.details.autoclose" | "recover.password.title" | "recover.password.details" | "recover.password.input.password.label" | "recover.password.input.confirmPassword.label" | "recover.password.input.placeholder" | "recover.password.submit" | "recover.password.validation.passwordsDoNotMatch" | "recover.password.validation.length" | "recover.password.validation.password_variants" | "recover.password.validation.admin_variants" | "recover.password.validation.user_variants" | "recover.password.validation.alphanumeric_sequences_1" | "recover.password.validation.alphanumeric_sequences_2" | "recover.password.validation.numeric_sequences_ascending" | "recover.password.validation.numeric_subsequences_ascending" | "recover.password.validation.numeric_sequences_descending" | "recover.password.validation.numeric_subsequences_descending" | "recover.password.validation.common_password_xkcd" | "error.title" | "error.title.authentication_expired" | "error.title.registration_already_completed" | "error.detail.authentication_expired" | "error.detail.registration_already_completed" | "error.detail" | "success.title" | "success.details.default" | "initial.title" | "initial.details") => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slashid/jump-page",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"homepage": "https://slashid.dev",
|
|
5
5
|
"author": "SlashID",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"default": "./package/main.js"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
"./style.css": "./package/
|
|
23
|
+
"./style.css": "./package/main.css"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"package",
|
|
@@ -40,18 +40,17 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@astrojs/check": "0.9.4",
|
|
43
|
-
"@astrojs/react": "3.
|
|
43
|
+
"@astrojs/react": "^4.3.0",
|
|
44
44
|
"@sentry/react": "^7.118.0",
|
|
45
45
|
"@slashid/react": "^1.32.6",
|
|
46
46
|
"@slashid/react-primitives": "^0.6.1",
|
|
47
47
|
"@types/react": "^18.0.21",
|
|
48
48
|
"@types/react-dom": "^18.0.6",
|
|
49
49
|
"@vitejs/plugin-react": "^4.2.1",
|
|
50
|
-
"astro": "^
|
|
50
|
+
"astro": "^5.9.3",
|
|
51
51
|
"clsx": "^2.1.0",
|
|
52
52
|
"commander": "^11.1.0",
|
|
53
|
-
"typescript": "^5.3.3"
|
|
54
|
-
"vite": "^5.2.14"
|
|
53
|
+
"typescript": "^5.3.3"
|
|
55
54
|
},
|
|
56
55
|
"peerDependencies": {
|
|
57
56
|
"@slashid/slashid": "3.29.6",
|
|
@@ -62,7 +61,7 @@
|
|
|
62
61
|
"@sentry/vite-plugin": "^2.21.1",
|
|
63
62
|
"@slashid/slashid": "^3.29.6",
|
|
64
63
|
"@vanilla-extract/css": "^1.9.2",
|
|
65
|
-
"@vanilla-extract/vite-plugin": "^
|
|
64
|
+
"@vanilla-extract/vite-plugin": "^5.0.6",
|
|
66
65
|
"react": "^18.2.0",
|
|
67
66
|
"react-dom": "^18.2.0"
|
|
68
67
|
},
|
package/tsconfig.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "astro/tsconfigs/strict",
|
|
3
|
+
"include": [".astro/types.d.ts", "**/*"],
|
|
4
|
+
"exclude": ["dist"],
|
|
3
5
|
"compilerOptions": {
|
|
4
6
|
"jsx": "react-jsx",
|
|
5
7
|
"jsxImportSource": "react",
|
|
6
8
|
"declaration": true,
|
|
7
9
|
"noEmit": false,
|
|
8
10
|
"emitDeclarationOnly": true,
|
|
9
|
-
"declarationDir": "./package"
|
|
11
|
+
"declarationDir": "./package"
|
|
10
12
|
}
|
|
11
13
|
}
|
|
File without changes
|