@n8n/design-system 2.28.0 → 2.28.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,9 +1,9 @@
1
1
 
2
- > @n8n/design-system@2.28.0 build:unchecked /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
2
+ > @n8n/design-system@2.28.1 build:unchecked /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
3
3
  > pnpm run build
4
4
 
5
5
 
6
- > @n8n/design-system@2.28.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
6
+ > @n8n/design-system@2.28.1 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
7
7
  > vite build
8
8
 
9
9
  vite v8.0.2 building client environment for production...
@@ -60,6 +60,12 @@ dist/lucideIconData-D_Sr0JOU.js 312.38 kB │ gzip: 51.96 kB
60
60
  dist/emojiData-B2DmDStL.js 335.28 kB │ gzip: 56.50 kB
61
61
  dist/n8n-design-system.es.js 2,543.72 kB │ gzip: 686.32 kB
62
62
 
63
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
64
+ - unplugin-icons (60%)
65
+ - vite:vue (18%)
66
+ - svg-loader (15%)
67
+ See https://rolldown.rs/options/checks#plugintimings for more details.
68
+ 
63
69
  
64
70
  rendering chunks...
65
71
  [lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
@@ -108,4 +114,4 @@ computing gzip size...
108
114
  dist/design-system.css 245.23 kB │ gzip: 33.61 kB
109
115
  dist/n8n-design-system.umd.js 2,623.03 kB │ gzip: 735.20 kB
110
116
 
111
- ✓ built in 12.54s
117
+ ✓ built in 8.34s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "2.28.0",
4
+ "version": "2.28.1",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",