@n8n/design-system 1.98.0 → 1.100.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 +7 -7
- package/dist/design-system.css +1 -1
- package/dist/n8n-design-system.es.js +13209 -12648
- package/dist/n8n-design-system.umd.js +55 -55
- package/eslint.config.mjs +3 -0
- package/package.json +1 -1
- package/src/components/N8nIcon/custom/node-validation-error.svg +3 -0
- package/tsconfig.json +1 -1
- /package/src/components/N8nIcon/custom/{node-error.svg → node-execution-error.svg} +0 -0
package/eslint.config.mjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import storybook from 'eslint-plugin-storybook';
|
|
2
|
+
|
|
1
3
|
import { defineConfig } from 'eslint/config';
|
|
2
4
|
import { frontendConfig } from '@n8n/eslint-config/frontend';
|
|
3
5
|
|
|
@@ -49,4 +51,5 @@ export default defineConfig(
|
|
|
49
51
|
],
|
|
50
52
|
},
|
|
51
53
|
},
|
|
54
|
+
storybook.configs['flat/recommended'],
|
|
52
55
|
);
|
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.0506 2.38452C10.9161 0.882058 13.0845 0.882058 13.95 2.38452L23.3065 18.6267C24.1706 20.1267 23.0883 21.9997 21.3572 21.9998H2.6424C0.911559 21.9994 -0.170877 20.1266 0.693176 18.6267L10.0506 2.38452ZM11.9998 15.9998C11.1715 15.9999 10.4999 16.6715 10.4998 17.4998C10.4998 18.3281 11.1715 18.9997 11.9998 18.9998C12.8282 18.9998 13.4998 18.3282 13.4998 17.4998C13.4997 16.6714 12.8282 15.9998 11.9998 15.9998ZM11.9998 7.49976C11.1715 7.49986 10.4999 8.17148 10.4998 8.99976V12.4998C10.4998 13.3281 11.1715 13.9997 11.9998 13.9998C12.8282 13.9998 13.4998 13.3282 13.4998 12.4998V8.99976C13.4997 8.17142 12.8282 7.49976 11.9998 7.49976Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
package/tsconfig.json
CHANGED
|
File without changes
|