@n8n/design-system 2.18.2 → 2.20.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 +83 -83
- package/dist/design-system.css +1 -1
- package/dist/{en-D3Ikf1yc.js → en-Bi7fwnFT.js} +1 -2
- package/dist/en-DvkYRIDi.js +2 -0
- package/dist/n8n-design-system.es.js +11411 -11232
- package/dist/n8n-design-system.umd.js +34 -34
- package/package.json +1 -1
- package/src/index.ts +3 -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/tsconfig.json +0 -1
- package/dist/en-DxGRlcjW.js +0 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,115 +1,115 @@
|
|
|
1
1
|
|
|
2
|
-
> @n8n/design-system@2.
|
|
2
|
+
> @n8n/design-system@2.20.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
|
-
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
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
|
|
55
|
-
dist/en-
|
|
56
|
-
dist/en-
|
|
54
|
+
dist/design-system.css 201.34 kB │ gzip: 28.78 kB
|
|
55
|
+
dist/en-DvkYRIDi.js 0.06 kB │ gzip: 0.08 kB
|
|
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
|
-
-
|
|
63
|
-
-
|
|
62
|
+
- vite:vue (53%)
|
|
63
|
+
- unplugin-icons (36%)
|
|
64
64
|
- svg-loader (7%)
|
|
65
65
|
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
66
66
|
[39m
|
|
67
67
|
[2K
|
|
68
68
|
rendering chunks...
|
|
69
69
|
[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
|
-
|
|
70
|
+
511 | */
|
|
71
|
+
512 | /** @deprecated Use a semantic variant instead of success color */
|
|
72
|
+
513 | :global(.n8n-button--success) {
|
|
73
|
+
| ^
|
|
74
|
+
514 | --button--color--background: var(--color--success);
|
|
75
|
+
515 | --button--color--background-hover: var(--color--success--shade-1);[39m
|
|
76
76
|
[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
|
-
|
|
77
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
78
|
+
521 | }
|
|
79
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
80
|
+
| ^
|
|
81
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
82
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
83
83
|
[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
|
-
|
|
84
|
+
520 | --button--shadow--active: 0 0 0 1px var(--color--success--shade-1);
|
|
85
|
+
521 | }
|
|
86
|
+
522 | :global(.n8n-button--success):disabled, :global(.n8n-button--success)[aria-disabled=true] {
|
|
87
|
+
| ^
|
|
88
|
+
523 | --button--color--background: var(--color--success--tint-3);
|
|
89
|
+
524 | --button--shadow: 0 0 0 1px var(--color--success--tint-3);[39m
|
|
90
90
|
[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
|
-
|
|
91
|
+
526 |
|
|
92
|
+
527 | /** @deprecated Use a semantic variant instead of warning color */
|
|
93
|
+
528 | :global(.n8n-button--warning) {
|
|
94
|
+
| ^
|
|
95
|
+
529 | --button--color--background: var(--color--warning);
|
|
96
|
+
530 | --button--color--background-hover: var(--color--warning--shade-1);[39m
|
|
97
97
|
[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
|
-
|
|
98
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
99
|
+
536 | }
|
|
100
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
101
|
+
| ^
|
|
102
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
103
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
104
104
|
[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
|
-
|
|
105
|
+
535 | --button--shadow--active: 0 0 0 1px var(--color--warning--shade-1);
|
|
106
|
+
536 | }
|
|
107
|
+
537 | :global(.n8n-button--warning):disabled, :global(.n8n-button--warning)[aria-disabled=true] {
|
|
108
|
+
| ^
|
|
109
|
+
538 | --button--color--background: var(--color--warning--tint-1);
|
|
110
|
+
539 | --button--shadow: 0 0 0 1px var(--color--warning--tint-1);[39m
|
|
111
111
|
computing gzip size...
|
|
112
|
-
dist/design-system.css
|
|
113
|
-
dist/n8n-design-system.umd.js 2,
|
|
112
|
+
dist/design-system.css 201.34 kB │ gzip: 28.78 kB
|
|
113
|
+
dist/n8n-design-system.umd.js 2,182.97 kB │ gzip: 534.37 kB
|
|
114
114
|
|
|
115
|
-
[32m✓ built in
|
|
115
|
+
[32m✓ built in 11.05s[39m
|