@n8n/design-system 2.20.0 → 2.20.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @n8n/design-system@2.20.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
2
+ > @n8n/design-system@2.20.1 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
3
3
  > vite build
4
4
 
5
5
  vite v8.0.2 building client environment for production...
@@ -59,9 +59,10 @@ dist/compact-Q0gG5s1Q.js 660.36 kB │ gzip: 87.46 kB
59
59
  dist/n8n-design-system.es.js 1,822.24 kB │ gzip: 482.13 kB
60
60
 
61
61
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
62
- - vite:vue (53%)
63
- - unplugin-icons (36%)
64
- - svg-loader (7%)
62
+ - unplugin-icons (67%)
63
+ - vite:vue (16%)
64
+ - svg-loader (11%)
65
+ - vite:css (5%)
65
66
  See https://rolldown.rs/options/checks#plugintimings for more details.
66
67
  
67
68
  
@@ -112,4 +113,4 @@ computing gzip size...
112
113
  dist/design-system.css 201.34 kB │ gzip: 28.78 kB
113
114
  dist/n8n-design-system.umd.js 2,182.97 kB │ gzip: 534.37 kB
114
115
 
115
- ✓ built in 11.05s
116
+ ✓ built in 12.89s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "2.20.0",
4
+ "version": "2.20.1",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",