@n8n/design-system 2.18.1 → 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "2.18.1",
4
+ "version": "2.19.0",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
package/src/index.ts CHANGED
@@ -22,4 +22,5 @@ export { default as N8nDropdownMenu } from './v2/components/DropdownMenu/Dropdow
22
22
  export type * from './v2/components/DropdownMenu/DropdownMenu.types';
23
23
  export { default as N8nSwitch2 } from './v2/components/Switch/Switch.vue';
24
24
  export type * from './v2/components/Switch/Switch.types';
25
+ export { createPasswordRules } from './components/N8nFormInput/validators';
25
26
  export { locale };
package/tsconfig.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "@n8n/typescript-config/tsconfig.frontend.json",
3
3
  "compilerOptions": {
4
- "baseUrl": ".",
5
4
  "rootDirs": [".", "../composables/src"],
6
5
  "noEmit": true,
7
6
  "moduleResolution": "bundler",
@@ -1,2 +0,0 @@
1
- import { t as e } from "./en-D3Ikf1yc.js";
2
- export { e as default };