@n8n/design-system 2.19.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.
- package/.turbo/turbo-build.log +85 -84
- package/dist/design-system.css +1 -1
- package/dist/n8n-design-system.es.js +11613 -11458
- package/dist/n8n-design-system.umd.js +34 -34
- package/package.json +1 -1
- package/src/index.ts +2 -2
- package/src/styleguide/colour.mdx +52 -0
- package/src/styleguide/css-tokens.mdx +97 -0
- package/src/styleguide/motion.mdx +104 -0
- package/src/styleguide/shadow.mdx +96 -0
- package/src/styleguide/spacing-size.mdx +78 -0
- package/src/styleguide/type.mdx +91 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,115 +1,116 @@
|
|
|
1
1
|
|
|
2
|
-
> @n8n/design-system@2.
|
|
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
|
[36mvite v8.0.2 [32mbuilding client environment for production...[36m[39m
|
|
6
|
-
Browserslist: browsers data (caniuse-lite) is
|
|
6
|
+
Browserslist: browsers data (caniuse-lite) is 12 months old. Please run:
|
|
7
7
|
npx update-browserslist-db@latest
|
|
8
8
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
9
|
-
[2K
|
|
9
|
+
[2K
|
|
10
10
|
rendering chunks...
|
|
11
11
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
511 | */
|
|
13
|
+
512 | /** @deprecated Use a semantic variant instead of success color */
|
|
14
|
+
513 | :global(.n8n-button--success) {
|
|
15
|
+
| ^
|
|
16
|
+
514 | --button--color--background: var(--color--success);
|
|
17
|
+
515 | --button--color--background-hover: var(--color--success--shade-1);[39m
|
|
18
18
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
20
|
+
521 | }
|
|
21
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
22
|
+
| ^
|
|
23
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
24
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
25
25
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
27
|
+
521 | }
|
|
28
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
29
|
+
| ^
|
|
30
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
31
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
32
32
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
526 |
|
|
34
|
+
527 | /** @deprecated Use a semantic variant instead of warning color */
|
|
35
|
+
528 | :global(.n8n-button--warning) {
|
|
36
|
+
| ^
|
|
37
|
+
529 | --button--color--background: var(--color--warning);
|
|
38
|
+
530 | --button--color--background-hover: var(--color--warning--shade-1);[39m
|
|
39
39
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
41
|
+
536 | }
|
|
42
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
43
|
+
| ^
|
|
44
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
45
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
46
46
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
48
|
+
536 | }
|
|
49
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
50
|
+
| ^
|
|
51
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
52
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
53
53
|
computing gzip size...
|
|
54
|
-
dist/design-system.css
|
|
54
|
+
dist/design-system.css 201.34 kB │ gzip: 28.78 kB
|
|
55
55
|
dist/en-DvkYRIDi.js 0.06 kB │ gzip: 0.08 kB
|
|
56
56
|
dist/en-Bi7fwnFT.js 6.77 kB │ gzip: 2.20 kB
|
|
57
57
|
dist/node-icons-VCyExEKH.js 50.40 kB │ gzip: 8.42 kB
|
|
58
58
|
dist/compact-Q0gG5s1Q.js 660.36 kB │ gzip: 87.46 kB
|
|
59
|
-
dist/n8n-design-system.es.js 1,
|
|
59
|
+
dist/n8n-design-system.es.js 1,822.24 kB │ gzip: 482.13 kB
|
|
60
60
|
|
|
61
61
|
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
62
|
-
- unplugin-icons (
|
|
63
|
-
-
|
|
64
|
-
-
|
|
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
|
[39m
|
|
67
|
-
[2K
|
|
68
|
+
[2K
|
|
68
69
|
rendering chunks...
|
|
69
70
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
511 | */
|
|
72
|
+
512 | /** @deprecated Use a semantic variant instead of success color */
|
|
73
|
+
513 | :global(.n8n-button--success) {
|
|
74
|
+
| ^
|
|
75
|
+
514 | --button--color--background: var(--color--success);
|
|
76
|
+
515 | --button--color--background-hover: var(--color--success--shade-1);[39m
|
|
76
77
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
79
|
+
521 | }
|
|
80
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
81
|
+
| ^
|
|
82
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
83
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
83
84
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
85
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
86
|
+
521 | }
|
|
87
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
88
|
+
| ^
|
|
89
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
90
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
90
91
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
526 |
|
|
93
|
+
527 | /** @deprecated Use a semantic variant instead of warning color */
|
|
94
|
+
528 | :global(.n8n-button--warning) {
|
|
95
|
+
| ^
|
|
96
|
+
529 | --button--color--background: var(--color--warning);
|
|
97
|
+
530 | --button--color--background-hover: var(--color--warning--shade-1);[39m
|
|
97
98
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
100
|
+
536 | }
|
|
101
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
102
|
+
| ^
|
|
103
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
104
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
104
105
|
[33m[lightningcss minify] 'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
106
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
107
|
+
536 | }
|
|
108
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
109
|
+
| ^
|
|
110
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
111
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
111
112
|
computing gzip size...
|
|
112
|
-
dist/design-system.css
|
|
113
|
-
dist/n8n-design-system.umd.js 2,
|
|
113
|
+
dist/design-system.css 201.34 kB │ gzip: 28.78 kB
|
|
114
|
+
dist/n8n-design-system.umd.js 2,182.97 kB │ gzip: 534.37 kB
|
|
114
115
|
|
|
115
|
-
[32m✓ built in
|
|
116
|
+
[32m✓ built in 12.89s[39m
|