@n8n/design-system 2.29.1 → 2.30.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 +74 -73
- package/dist/design-system.css +1 -1
- package/dist/{en-CeiJ51z2.js → en-CilgL5Ll.js} +1 -0
- package/dist/en-DkOeoXBZ.js +2 -0
- package/dist/n8n-design-system.es.js +14829 -13521
- package/dist/n8n-design-system.umd.js +73 -73
- package/package.json +1 -1
- package/src/index.ts +4 -0
- package/dist/en-CQDOOTzf.js +0 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,113 +1,114 @@
|
|
|
1
1
|
|
|
2
|
-
> @n8n/design-system@2.
|
|
2
|
+
> @n8n/design-system@2.30.0 build /home/runner/work/n8n/n8n/packages/frontend/@n8n/design-system
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.2 [32mbuilding client environment for production...[36m[39m
|
|
6
|
-
[2K
|
|
6
|
+
[2K
|
|
7
7
|
rendering chunks...
|
|
8
8
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
536 | */
|
|
10
|
+
537 | /** @deprecated Use a semantic variant instead of success color */
|
|
11
|
+
538 | :global(.n8n-button--success) {
|
|
12
12
|
| ^
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
539 | --button--color--background: var(--color--success);
|
|
14
|
+
540 | --button--color--background-hover: var(--color--success--shade-1);[39m
|
|
15
15
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
545 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
17
|
+
546 | }
|
|
18
|
+
547 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
19
19
|
| ^
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
548 | --button--color--background: var(--color--success--tint-3);
|
|
21
|
+
549 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
22
22
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
545 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
24
|
+
546 | }
|
|
25
|
+
547 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
26
26
|
| ^
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
548 | --button--color--background: var(--color--success--tint-3);
|
|
28
|
+
549 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
29
29
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
551 |
|
|
31
|
+
552 | /** @deprecated Use a semantic variant instead of warning color */
|
|
32
|
+
553 | :global(.n8n-button--warning) {
|
|
33
33
|
| ^
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
554 | --button--color--background: var(--color--warning);
|
|
35
|
+
555 | --button--color--background-hover: var(--color--warning--shade-1);[39m
|
|
36
36
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
560 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
38
|
+
561 | }
|
|
39
|
+
562 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
40
40
|
| ^
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
563 | --button--color--background: var(--color--warning--tint-1);
|
|
42
|
+
564 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
43
43
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
560 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
45
|
+
561 | }
|
|
46
|
+
562 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
47
47
|
| ^
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
563 | --button--color--background: var(--color--warning--tint-1);
|
|
49
|
+
564 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
50
50
|
computing gzip size...
|
|
51
|
-
dist/design-system.css
|
|
52
|
-
dist/en-
|
|
53
|
-
dist/en-
|
|
51
|
+
dist/design-system.css 283.83 kB │ gzip: 38.30 kB
|
|
52
|
+
dist/en-DkOeoXBZ.js 0.06 kB │ gzip: 0.08 kB
|
|
53
|
+
dist/en-CilgL5Ll.js 11.17 kB │ gzip: 3.22 kB
|
|
54
54
|
dist/node-icons-Cn_NF7qq.js 50.40 kB │ gzip: 8.42 kB
|
|
55
55
|
dist/lucideIconData-D_Sr0JOU.js 312.38 kB │ gzip: 51.96 kB
|
|
56
56
|
dist/emojiData-B2DmDStL.js 335.28 kB │ gzip: 56.50 kB
|
|
57
|
-
dist/n8n-design-system.es.js 2,
|
|
57
|
+
dist/n8n-design-system.es.js 2,627.65 kB │ gzip: 705.65 kB
|
|
58
58
|
|
|
59
59
|
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
60
|
-
- unplugin-icons (
|
|
61
|
-
- vite:vue (
|
|
62
|
-
- svg-loader (
|
|
60
|
+
- unplugin-icons (60%)
|
|
61
|
+
- vite:vue (23%)
|
|
62
|
+
- svg-loader (9%)
|
|
63
|
+
- vite:css (5%)
|
|
63
64
|
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
64
65
|
[39m
|
|
65
|
-
[2K
|
|
66
|
+
[2K
|
|
66
67
|
rendering chunks...
|
|
67
68
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
536 | */
|
|
70
|
+
537 | /** @deprecated Use a semantic variant instead of success color */
|
|
71
|
+
538 | :global(.n8n-button--success) {
|
|
71
72
|
| ^
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
539 | --button--color--background: var(--color--success);
|
|
74
|
+
540 | --button--color--background-hover: var(--color--success--shade-1);[39m
|
|
74
75
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
545 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
77
|
+
546 | }
|
|
78
|
+
547 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
78
79
|
| ^
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
548 | --button--color--background: var(--color--success--tint-3);
|
|
81
|
+
549 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
81
82
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
545 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
84
|
+
546 | }
|
|
85
|
+
547 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
85
86
|
| ^
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
548 | --button--color--background: var(--color--success--tint-3);
|
|
88
|
+
549 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
88
89
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
551 |
|
|
91
|
+
552 | /** @deprecated Use a semantic variant instead of warning color */
|
|
92
|
+
553 | :global(.n8n-button--warning) {
|
|
92
93
|
| ^
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
554 | --button--color--background: var(--color--warning);
|
|
95
|
+
555 | --button--color--background-hover: var(--color--warning--shade-1);[39m
|
|
95
96
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
560 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
98
|
+
561 | }
|
|
99
|
+
562 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
99
100
|
| ^
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
563 | --button--color--background: var(--color--warning--tint-1);
|
|
102
|
+
564 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
102
103
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
560 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
105
|
+
561 | }
|
|
106
|
+
562 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
106
107
|
| ^
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
563 | --button--color--background: var(--color--warning--tint-1);
|
|
109
|
+
564 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
109
110
|
computing gzip size...
|
|
110
|
-
dist/design-system.css
|
|
111
|
-
dist/n8n-design-system.umd.js 2,
|
|
111
|
+
dist/design-system.css 283.83 kB │ gzip: 38.30 kB
|
|
112
|
+
dist/n8n-design-system.umd.js 2,699.89 kB │ gzip: 754.66 kB
|
|
112
113
|
|
|
113
|
-
[32m✓ built in
|
|
114
|
+
[32m✓ built in 7.89s[39m
|