@n8n/design-system 1.95.0 → 1.96.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @n8n/design-system@1.95.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
2
+ > @n8n/design-system@1.96.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
3
3
  > vite build
4
4
 
5
5
  vite v6.3.5 building for production...
@@ -17,4 +17,4 @@ computing gzip size...
17
17
  dist/n8n-design-system.es.js 1,488.14 kB │ gzip: 391.89 kB
18
18
  dist/design-system.css  105.71 kB │ gzip: 14.96 kB
19
19
  dist/n8n-design-system.umd.js 1,099.60 kB │ gzip: 333.10 kB
20
- ✓ built in 46.12s
20
+ ✓ built in 42.69s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@n8n/design-system",
4
- "version": "1.95.0",
4
+ "version": "1.96.0",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
@@ -1279,7 +1279,7 @@
1279
1279
  var g = parseInt(result[2], 16);
1280
1280
  var b = parseInt(result[3], 16);
1281
1281
 
1282
- (r /= 255), (g /= 255), (b /= 255);
1282
+ ((r /= 255), (g /= 255), (b /= 255));
1283
1283
  var max = Math.max(r, g, b),
1284
1284
  min = Math.min(r, g, b);
1285
1285
  var h,