@n8n/design-system 1.98.0 → 1.99.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 +5 -5
- package/dist/n8n-design-system.es.js +13175 -12625
- package/dist/n8n-design-system.umd.js +55 -55
- package/package.json +1 -1
- package/src/components/N8nIcon/custom/node-validation-error.svg +3 -0
- /package/src/components/N8nIcon/custom/{node-error.svg → node-execution-error.svg} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @n8n/design-system@1.
|
|
2
|
+
> @n8n/design-system@1.99.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -7,14 +7,14 @@ transforming...
|
|
|
7
7
|
Browserslist: browsers data (caniuse-lite) is 7 months old. Please run:
|
|
8
8
|
npx update-browserslist-db@latest
|
|
9
9
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
10
|
-
[32m✓[39m
|
|
10
|
+
[32m✓[39m 2671 modules transformed.
|
|
11
11
|
[33m[plugin vite:reporter]
|
|
12
12
|
(!) /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/locale/lang/en.ts is dynamically imported by /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/locale/index.ts but also statically imported by /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system/src/locale/index.ts, dynamic import will not move module into another chunk.
|
|
13
13
|
[39m
|
|
14
14
|
rendering chunks...
|
|
15
15
|
computing gzip size...
|
|
16
16
|
[2mdist/[22m[35mdesign-system.css [39m[1m[2m 105.73 kB[22m[1m[22m[2m │ gzip: 14.92 kB[22m
|
|
17
|
-
[2mdist/[22m[36mn8n-design-system.es.js [39m[1m[33m1,
|
|
17
|
+
[2mdist/[22m[36mn8n-design-system.es.js [39m[1m[33m1,495.01 kB[39m[22m[2m │ gzip: 391.73 kB[22m
|
|
18
18
|
[2mdist/[22m[35mdesign-system.css [39m[1m[2m 105.73 kB[22m[1m[22m[2m │ gzip: 14.92 kB[22m
|
|
19
|
-
[2mdist/[22m[36mn8n-design-system.umd.js [39m[1m[33m1,
|
|
20
|
-
[32m✓ built in
|
|
19
|
+
[2mdist/[22m[36mn8n-design-system.umd.js [39m[1m[33m1,105.69 kB[39m[22m[2m │ gzip: 334.16 kB[22m
|
|
20
|
+
[32m✓ built in 40.41s[39m
|