@atom8n/design-system 2.4.0 → 2.4.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,18 +1,18 @@
1
1
 
2
2
  
3
- > @n8n/design-system@2.4.0 build /Users/Shared/Data/Syncthing/MyApp/n8n-solution/n8n/packages/frontend/@n8n/design-system
3
+ > @n8n/design-system@2.4.1 build /Users/Shared/Data/Syncthing/MyApp/n8n-solution/n8n/packages/frontend/@n8n/design-system
4
4
  > vite build
5
5
 
6
6
  rolldown-vite v7.1.16 building for production...
7
- 
7
+ 
8
8
  npx update-browserslist-db@latest
9
9
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
10
- 
10
+ 
11
11
  
12
12
  dist/en-DIkeR_FB.js  0.08 kB │ gzip: 0.08 kB
13
13
  dist/en-D-D4Ol9N.js  5.66 kB │ gzip: 1.90 kB
14
14
  dist/n8n-design-system.es.js 1,943.69 kB │ gzip: 478.73 kB
15
- 
15
+ 
16
16
  
17
17
  dist/n8n-design-system.umd.js 1,455.63 kB │ gzip: 418.54 kB
18
- ✓ built in 3.28s
18
+ ✓ built in 3.27s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@atom8n/design-system",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "main": "src/index.ts",
6
6
  "import": "src/index.ts",
7
7
  "scripts": {
@@ -26,8 +26,8 @@
26
26
  "@n8n/eslint-config": "*",
27
27
  "@n8n/storybook": "*",
28
28
  "@n8n/stylelint-config": "*",
29
- "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.0",
30
- "@n8n/vitest-config": "npm:@atom8n/vitest-config@1.7.0",
29
+ "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.1",
30
+ "@n8n/vitest-config": "npm:@atom8n/vitest-config@1.7.1",
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/user-event": "^14.6.1",
33
33
  "@testing-library/vue": "^8.1.0",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@internationalized/date": "^3.9.0",
54
- "@n8n/composables": "npm:@atom8n/composables@1.15.0",
55
- "@n8n/utils": "npm:@atom8n/utils@1.23.0",
54
+ "@n8n/composables": "npm:@atom8n/composables@1.15.1",
55
+ "@n8n/utils": "npm:@atom8n/utils@1.23.1",
56
56
  "@tanstack/vue-table": "^8.21.2",
57
57
  "element-plus": "2.4.3",
58
58
  "is-emoji-supported": "^0.0.5",