@slashid/jump-page 0.0.16 → 0.0.18
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/astro.config.mjs +16 -6
- package/dist/_astro/app.3c4221d3.js +96 -0
- package/dist/_astro/{client.4ae44ca9.js → client.94beb9db.js} +1 -1
- package/dist/_astro/{index.8afb8bf6.js → index.6b0f5ae5.js} +7 -7
- package/dist/sdk.html +1 -1
- package/package/dist/_astro/app.3c4221d3.d.ts +2 -0
- package/package/dist/_astro/index.6b0f5ae5.d.ts +4 -0
- package/package/main.js +695 -658
- package/package/main.js.map +1 -1
- package/package/src/components/flow/flow.success.d.ts +2 -1
- package/package/src/components/flow/flow.types.d.ts +1 -0
- package/package/src/components/text/use-i18n.d.ts +1 -1
- package/package/src/config.d.ts +3 -0
- package/package/src/domain/i18n.d.ts +2 -1
- package/package.json +4 -3
- package/dist/_astro/app.54413f1a.js +0 -101
- package/package/dist/_astro/app.54413f1a.d.ts +0 -2
- package/package/dist/_astro/index.8afb8bf6.d.ts +0 -5
- /package/package/dist/_astro/{client.4ae44ca9.d.ts → client.94beb9db.d.ts} +0 -0
|
@@ -33,6 +33,7 @@ export type ThemeVars = Record<`--sid-${string}`, string | number>;
|
|
|
33
33
|
export type SlashIDUIConfig = {
|
|
34
34
|
logoUrl: string;
|
|
35
35
|
showBadge: boolean;
|
|
36
|
+
autoClose?: boolean;
|
|
36
37
|
themeVars: ThemeVars;
|
|
37
38
|
};
|
|
38
39
|
export type ErrorCode = "authentication_expired" | "registration_already_completed";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useI18n(): (key: "footer.text" | "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" | "initial.title" | "initial.details" | "success.title" | "success.details") => string;
|
|
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" | "initial.title" | "initial.details" | "success.title" | "success.details.default") => string;
|
package/package/src/config.d.ts
CHANGED
|
@@ -27,7 +27,8 @@ export declare const defaultStrings: {
|
|
|
27
27
|
"recover.password.validation.numeric_subsequences_descending": string;
|
|
28
28
|
"recover.password.validation.common_password_xkcd": string;
|
|
29
29
|
"success.title": string;
|
|
30
|
-
"success.details": string;
|
|
30
|
+
"success.details.default": string;
|
|
31
|
+
"success.details.autoclose": string;
|
|
31
32
|
"error.title": string;
|
|
32
33
|
"error.title.authentication_expired": string;
|
|
33
34
|
"error.title.registration_already_completed": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slashid/jump-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"homepage": "https://slashid.dev",
|
|
5
5
|
"author": "SlashID",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@astrojs/check": "^0.3.1",
|
|
45
45
|
"@astrojs/react": "^3.0.5",
|
|
46
|
-
"@sentry/react": "^7.
|
|
47
|
-
"@slashid/react": "^1.25.4
|
|
46
|
+
"@sentry/react": "^7.118.0",
|
|
47
|
+
"@slashid/react": "^1.25.4",
|
|
48
48
|
"@slashid/react-primitives": "0.5.2",
|
|
49
49
|
"@types/react": "^18.0.21",
|
|
50
50
|
"@types/react-dom": "^18.0.6",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"react-dom": "^18.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
+
"@sentry/vite-plugin": "^2.21.1",
|
|
64
65
|
"@slashid/slashid": "^3.26.2",
|
|
65
66
|
"@vanilla-extract/css": "^1.9.2",
|
|
66
67
|
"@vanilla-extract/vite-plugin": "^4.0.6",
|