@n8n/design-system 2.18.0 → 2.19.0
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/.turbo/turbo-build.log +11 -11
- package/dist/design-system.css +1 -1
- package/dist/{en-D3Ikf1yc.js → en-Bi7fwnFT.js} +1 -2
- package/dist/en-DvkYRIDi.js +2 -0
- package/dist/n8n-design-system.es.js +7230 -7187
- package/dist/n8n-design-system.umd.js +34 -34
- package/package.json +1 -1
- package/src/components/N8nIcon/custom/star-filled.svg +1 -0
- package/src/index.ts +1 -0
- package/tsconfig.json +0 -1
- package/dist/en-DxGRlcjW.js +0 -2
|
@@ -17,7 +17,7 @@ var e = {
|
|
|
17
17
|
"formInput.validator.oneNumbersRequired": (e) => `Must have at least ${e.minimum} number${e.minimum > 1 ? "s" : ""}`,
|
|
18
18
|
"formInput.validator.validEmailRequired": "Must be a valid email",
|
|
19
19
|
"formInput.validator.uppercaseCharsRequired": (e) => `Must have at least ${e.minimum} uppercase character${e.minimum > 1 ? "s" : ""}`,
|
|
20
|
-
"formInput.validator.defaultPasswordRequirements": "
|
|
20
|
+
"formInput.validator.defaultPasswordRequirements": "{minimum}+ characters, at least 1 number and 1 capital letter",
|
|
21
21
|
"sticky.markdownHint": "You can style with <a href=\"https://docs.n8n.io/workflows/components/sticky-notes/\" target=\"_blank\">Markdown</a>",
|
|
22
22
|
"tags.showMore": (e) => `+${e} more`,
|
|
23
23
|
"datatable.pageSize": "Page size",
|
|
@@ -26,7 +26,6 @@ var e = {
|
|
|
26
26
|
"codeDiff.replaceMyCode": "Replace my code",
|
|
27
27
|
"codeDiff.replacing": "Replacing...",
|
|
28
28
|
"codeDiff.undo": "Undo",
|
|
29
|
-
"betaTag.beta": "beta",
|
|
30
29
|
"previewTag.preview": "Preview",
|
|
31
30
|
"askAssistantButton.askAssistant": "n8n AI",
|
|
32
31
|
"assistantChat.builder.name": "AI Builder",
|