@mittwald/flow-react-components 0.2.0-alpha.293 → 0.2.0-alpha.294
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.
|
@@ -4,7 +4,9 @@ const locales = {"de-DE": { "button.generate": `Generieren`,
|
|
|
4
4
|
"button.generate.tooltip.hide": `Passwort verbergen`,
|
|
5
5
|
"button.generate.tooltip.show": `Passwort anzeigen`,
|
|
6
6
|
"password.requirements.heading": `Anforderungen an dein Passwort`,
|
|
7
|
+
"validation.allowedSpecialCharacters": `Erlaubte Sonderzeichen: #!~%^*_+-=?()<>|.,;\$:/`,
|
|
7
8
|
"validation.atLeastOneCapitalLetter": `Mindestens ein Großbuchstabe`,
|
|
9
|
+
"validation.atLeastOneLowercaseLetter": `Mindestens ein Kleinbuchstabe`,
|
|
8
10
|
"validation.blocklist": (args, formatter) => `${formatter.select({true: `Das Passwort enthält keine verbotenen Wörter.`, other: () => `Das Passwort enthält ein verbotenes Wort "${args.blockedSubstrings}".`}, args.isValid)}`,
|
|
9
11
|
"validation.blocklist.short": (args, formatter) => `${formatter.select({true: `Keine verbotenen Wörter`, other: () => `Verbotenes Wort "${args.blockedSubstrings}"`}, args.isValid)}`,
|
|
10
12
|
"validation.canNotStartWithSpecialCharacter": `Darf nicht mit Sonderzeichen anfangen`,
|
|
@@ -35,7 +37,9 @@ const locales = {"de-DE": { "button.generate": `Generieren`,
|
|
|
35
37
|
"button.generate.tooltip.hide": `Hide password`,
|
|
36
38
|
"button.generate.tooltip.show": `Show password`,
|
|
37
39
|
"password.requirements.heading": `Requirements for your password`,
|
|
40
|
+
"validation.allowedSpecialCharacters": `Allowed special characters: #!~%^*_+-=?()<>|.,;\$:/`,
|
|
38
41
|
"validation.atLeastOneCapitalLetter": `At least one capital letter`,
|
|
42
|
+
"validation.atLeastOneLowercaseLetter": `At least one lowercase letter`,
|
|
39
43
|
"validation.blocklist": (args, formatter) => `${formatter.select({true: `The password does not contain any forbidden words.`, other: () => `The password contains a forbidden word "${args.blockedSubstrings}".`}, args.isValid)}`,
|
|
40
44
|
"validation.blocklist.short": (args, formatter) => `${formatter.select({true: `No forbidden words`, other: () => `Forbidden word "${args.blockedSubstrings}"`}, args.isValid)}`,
|
|
41
45
|
"validation.canNotStartWithSpecialCharacter": `Can not start with special character`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.294",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.4",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.294",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.0.16",
|
|
64
64
|
"@react-aria/utils": "^3.29.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.8.0",
|
|
100
100
|
"@internationalized/date": "^3.8.1",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.294",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"optional": true
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "3f383ba19b07fabaae70935fab8d2476d331b06e"
|
|
185
185
|
}
|