@gitlab/ui 80.16.2 → 80.17.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/CHANGELOG.md +7 -0
- package/dist/tokens/build/js/tokens.dark.js +15 -1
- package/dist/tokens/build/js/tokens.js +15 -1
- package/dist/tokens/css/tokens.css +14 -0
- package/dist/tokens/css/tokens.dark.css +14 -0
- package/dist/tokens/js/tokens.dark.js +14 -0
- package/dist/tokens/js/tokens.js +14 -0
- package/dist/tokens/json/tokens.dark.json +296 -13
- package/dist/tokens/json/tokens.json +296 -13
- package/dist/tokens/scss/_tokens.dark.scss +14 -0
- package/dist/tokens/scss/_tokens.scss +14 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +14 -0
- package/dist/tokens/tailwind/tokens.cjs +21 -0
- package/package.json +1 -1
- package/src/tokens/build/css/tokens.css +14 -0
- package/src/tokens/build/css/tokens.dark.css +14 -0
- package/src/tokens/build/js/tokens.dark.js +14 -0
- package/src/tokens/build/js/tokens.js +14 -0
- package/src/tokens/build/json/tokens.dark.json +296 -13
- package/src/tokens/build/json/tokens.json +296 -13
- package/src/tokens/build/scss/_tokens.dark.scss +14 -0
- package/src/tokens/build/scss/_tokens.scss +14 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +14 -0
- package/src/tokens/build/tailwind/tokens.cjs +21 -0
- package/src/tokens/color.alpha.tokens.json +66 -0
- package/src/tokens/color.transparency.tokens.json +26 -13
|
@@ -4,37 +4,43 @@
|
|
|
4
4
|
"$value": "rgba(31, 30, 36, 0.02)",
|
|
5
5
|
"$type": "color",
|
|
6
6
|
"themeable": true,
|
|
7
|
-
"prefix": false
|
|
7
|
+
"prefix": false,
|
|
8
|
+
"deprecated": true
|
|
8
9
|
},
|
|
9
10
|
"04": {
|
|
10
11
|
"$value": "rgba(31, 30, 36, 0.04)",
|
|
11
12
|
"$type": "color",
|
|
12
13
|
"themeable": true,
|
|
13
|
-
"prefix": false
|
|
14
|
+
"prefix": false,
|
|
15
|
+
"deprecated": true
|
|
14
16
|
},
|
|
15
17
|
"06": {
|
|
16
18
|
"$value": "rgba(31, 30, 36, 0.06)",
|
|
17
19
|
"$type": "color",
|
|
18
20
|
"themeable": true,
|
|
19
|
-
"prefix": false
|
|
21
|
+
"prefix": false,
|
|
22
|
+
"deprecated": true
|
|
20
23
|
},
|
|
21
24
|
"08": {
|
|
22
25
|
"$value": "rgba(31, 30, 36, 0.08)",
|
|
23
26
|
"$type": "color",
|
|
24
27
|
"themeable": true,
|
|
25
|
-
"prefix": false
|
|
28
|
+
"prefix": false,
|
|
29
|
+
"deprecated": true
|
|
26
30
|
},
|
|
27
31
|
"16": {
|
|
28
32
|
"$value": "rgba(31, 30, 36, 0.16)",
|
|
29
33
|
"$type": "color",
|
|
30
34
|
"themeable": true,
|
|
31
|
-
"prefix": false
|
|
35
|
+
"prefix": false,
|
|
36
|
+
"deprecated": true
|
|
32
37
|
},
|
|
33
38
|
"24": {
|
|
34
39
|
"$value": "rgba(31, 30, 36, 0.24)",
|
|
35
40
|
"$type": "color",
|
|
36
41
|
"themeable": true,
|
|
37
|
-
"prefix": false
|
|
42
|
+
"prefix": false,
|
|
43
|
+
"deprecated": true
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"t-white-a": {
|
|
@@ -42,43 +48,50 @@
|
|
|
42
48
|
"$value": "rgba(255, 255, 255, 0.02)",
|
|
43
49
|
"$type": "color",
|
|
44
50
|
"themeable": true,
|
|
45
|
-
"prefix": false
|
|
51
|
+
"prefix": false,
|
|
52
|
+
"deprecated": true
|
|
46
53
|
},
|
|
47
54
|
"04": {
|
|
48
55
|
"$value": "rgba(255, 255, 255, 0.04)",
|
|
49
56
|
"$type": "color",
|
|
50
57
|
"themeable": true,
|
|
51
|
-
"prefix": false
|
|
58
|
+
"prefix": false,
|
|
59
|
+
"deprecated": true
|
|
52
60
|
},
|
|
53
61
|
"06": {
|
|
54
62
|
"$value": "rgba(255, 255, 255, 0.06)",
|
|
55
63
|
"$type": "color",
|
|
56
64
|
"themeable": true,
|
|
57
|
-
"prefix": false
|
|
65
|
+
"prefix": false,
|
|
66
|
+
"deprecated": true
|
|
58
67
|
},
|
|
59
68
|
"08": {
|
|
60
69
|
"$value": "rgba(255, 255, 255, 0.08)",
|
|
61
70
|
"$type": "color",
|
|
62
71
|
"themeable": true,
|
|
63
|
-
"prefix": false
|
|
72
|
+
"prefix": false,
|
|
73
|
+
"deprecated": true
|
|
64
74
|
},
|
|
65
75
|
"16": {
|
|
66
76
|
"$value": "rgba(255, 255, 255, 0.16)",
|
|
67
77
|
"$type": "color",
|
|
68
78
|
"themeable": true,
|
|
69
|
-
"prefix": false
|
|
79
|
+
"prefix": false,
|
|
80
|
+
"deprecated": true
|
|
70
81
|
},
|
|
71
82
|
"24": {
|
|
72
83
|
"$value": "rgba(255, 255, 255, 0.24)",
|
|
73
84
|
"$type": "color",
|
|
74
85
|
"themeable": true,
|
|
75
|
-
"prefix": false
|
|
86
|
+
"prefix": false,
|
|
87
|
+
"deprecated": true
|
|
76
88
|
},
|
|
77
89
|
"36": {
|
|
78
90
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
79
91
|
"$type": "color",
|
|
80
92
|
"themeable": true,
|
|
81
|
-
"prefix": false
|
|
93
|
+
"prefix": false,
|
|
94
|
+
"deprecated": true
|
|
82
95
|
}
|
|
83
96
|
}
|
|
84
97
|
}
|