@carbon/themes 10.50.0 → 10.51.0-rc.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.51.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@carbon/colors": "^10.
|
|
33
|
-
"@carbon/layout": "^10.
|
|
34
|
-
"@carbon/type": "^10.
|
|
32
|
+
"@carbon/colors": "^10.36.0-rc.0",
|
|
33
|
+
"@carbon/layout": "^10.36.0-rc.0",
|
|
34
|
+
"@carbon/type": "^10.41.0-rc.0",
|
|
35
35
|
"color": "^3.1.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/node": "^7.16.7",
|
|
39
39
|
"@babel/preset-env": "^7.16.7",
|
|
40
|
-
"@carbon/cli": "^10.
|
|
40
|
+
"@carbon/cli": "^10.33.0-rc.0",
|
|
41
41
|
"@carbon/cli-reporter": "^10.5.0",
|
|
42
42
|
"@carbon/scss-generator": "^10.13.0",
|
|
43
43
|
"@carbon/test-utils": "^10.21.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rimraf": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "6f5bca3be0e19dc7590617c704a2834514b3176b"
|
|
53
53
|
}
|
|
@@ -77,6 +77,8 @@ $white: (
|
|
|
77
77
|
layer-selected-hover-03: #d1d1d1,
|
|
78
78
|
layer-selected-inverse: #161616,
|
|
79
79
|
link-inverse: #78a9ff,
|
|
80
|
+
link-inverse-active: #f4f4f4,
|
|
81
|
+
link-inverse-hover: #a6c8ff,
|
|
80
82
|
link-primary: #0f62fe,
|
|
81
83
|
link-primary-hover: #0043ce,
|
|
82
84
|
link-secondary: #0043ce,
|
|
@@ -180,6 +182,8 @@ $g10: (
|
|
|
180
182
|
layer-selected-hover-03: #d1d1d1,
|
|
181
183
|
layer-selected-inverse: #161616,
|
|
182
184
|
link-inverse: #78a9ff,
|
|
185
|
+
link-inverse-active: #f4f4f4,
|
|
186
|
+
link-inverse-hover: #a6c8ff,
|
|
183
187
|
link-primary: #0f62fe,
|
|
184
188
|
link-primary-hover: #0043ce,
|
|
185
189
|
link-secondary: #0043ce,
|
|
@@ -283,6 +287,8 @@ $g90: (
|
|
|
283
287
|
layer-selected-hover-03: #7a7a7a,
|
|
284
288
|
layer-selected-inverse: #f4f4f4,
|
|
285
289
|
link-inverse: #0f62fe,
|
|
290
|
+
link-inverse-active: #161616,
|
|
291
|
+
link-inverse-hover: #0043ce,
|
|
286
292
|
link-primary: #78a9ff,
|
|
287
293
|
link-primary-hover: #a6c8ff,
|
|
288
294
|
link-secondary: #a6c8ff,
|
|
@@ -386,6 +392,8 @@ $g100: (
|
|
|
386
392
|
layer-selected-hover-03: #5e5e5e,
|
|
387
393
|
layer-selected-inverse: #f4f4f4,
|
|
388
394
|
link-inverse: #0f62fe,
|
|
395
|
+
link-inverse-active: #161616,
|
|
396
|
+
link-inverse-hover: #0043ce,
|
|
389
397
|
link-primary: #78a9ff,
|
|
390
398
|
link-primary-hover: #a6c8ff,
|
|
391
399
|
link-secondary: #a6c8ff,
|
|
@@ -217,11 +217,17 @@ $link-primary-hover: _get('link-primary-hover') !default;
|
|
|
217
217
|
/// The CSS Custom Property for the `link-secondary` token
|
|
218
218
|
$link-secondary: _get('link-secondary') !default;
|
|
219
219
|
|
|
220
|
+
/// The CSS Custom Property for the `link-visited` token
|
|
221
|
+
$link-visited: _get('link-visited') !default;
|
|
222
|
+
|
|
220
223
|
/// The CSS Custom Property for the `link-inverse` token
|
|
221
224
|
$link-inverse: _get('link-inverse') !default;
|
|
222
225
|
|
|
223
|
-
/// The CSS Custom Property for the `link-
|
|
224
|
-
$link-
|
|
226
|
+
/// The CSS Custom Property for the `link-inverse-active` token
|
|
227
|
+
$link-inverse-active: _get('link-inverse-active') !default;
|
|
228
|
+
|
|
229
|
+
/// The CSS Custom Property for the `link-inverse-hover` token
|
|
230
|
+
$link-inverse-hover: _get('link-inverse-hover') !default;
|
|
225
231
|
|
|
226
232
|
/// The CSS Custom Property for the `icon-primary` token
|
|
227
233
|
$icon-primary: _get('icon-primary') !default;
|
package/src/next/g10.js
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
import {
|
|
9
9
|
// Blue
|
|
10
10
|
blue20,
|
|
11
|
+
blue30,
|
|
11
12
|
blue40,
|
|
12
13
|
blue60,
|
|
13
14
|
blue70,
|
|
@@ -153,6 +154,8 @@ export const linkPrimaryHover = blue70;
|
|
|
153
154
|
export const linkSecondary = blue70;
|
|
154
155
|
export const linkInverse = blue40;
|
|
155
156
|
export const linkVisited = purple60;
|
|
157
|
+
export const linkInverseActive = gray10;
|
|
158
|
+
export const linkInverseHover = blue30;
|
|
156
159
|
|
|
157
160
|
// Icon
|
|
158
161
|
export const iconPrimary = gray100;
|
package/src/next/g100.js
CHANGED
|
@@ -162,6 +162,8 @@ export const linkPrimaryHover = blue30;
|
|
|
162
162
|
export const linkSecondary = blue30;
|
|
163
163
|
export const linkInverse = blue60;
|
|
164
164
|
export const linkVisited = purple40;
|
|
165
|
+
export const linkInverseActive = gray100;
|
|
166
|
+
export const linkInverseHover = blue70;
|
|
165
167
|
|
|
166
168
|
// Icon
|
|
167
169
|
export const iconPrimary = gray10;
|
package/src/next/g90.js
CHANGED
|
@@ -161,6 +161,8 @@ export const linkPrimaryHover = blue30;
|
|
|
161
161
|
export const linkSecondary = blue30;
|
|
162
162
|
export const linkInverse = blue60;
|
|
163
163
|
export const linkVisited = purple40;
|
|
164
|
+
export const linkInverseActive = gray100;
|
|
165
|
+
export const linkInverseHover = blue70;
|
|
164
166
|
|
|
165
167
|
// Icon
|
|
166
168
|
export const iconPrimary = gray10;
|
|
@@ -253,11 +253,13 @@ export const link = TokenGroup.create({
|
|
|
253
253
|
name: 'link-primary-hover',
|
|
254
254
|
},
|
|
255
255
|
'link-secondary',
|
|
256
|
-
'link-inverse',
|
|
257
256
|
{
|
|
258
257
|
state: 'visited',
|
|
259
258
|
name: 'link-visited',
|
|
260
259
|
},
|
|
260
|
+
'link-inverse',
|
|
261
|
+
'link-inverse-active',
|
|
262
|
+
'link-inverse-hover',
|
|
261
263
|
],
|
|
262
264
|
});
|
|
263
265
|
|
package/src/next/white.js
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
import {
|
|
9
9
|
// Blue
|
|
10
10
|
blue20,
|
|
11
|
+
blue30,
|
|
11
12
|
blue40,
|
|
12
13
|
blue60,
|
|
13
14
|
blue70,
|
|
@@ -153,6 +154,8 @@ export const linkPrimaryHover = blue70;
|
|
|
153
154
|
export const linkSecondary = blue70;
|
|
154
155
|
export const linkInverse = blue40;
|
|
155
156
|
export const linkVisited = purple60;
|
|
157
|
+
export const linkInverseActive = gray10;
|
|
158
|
+
export const linkInverseHover = blue30;
|
|
156
159
|
|
|
157
160
|
// Icon
|
|
158
161
|
export const iconPrimary = gray100;
|