@carbon/elements 10.19.0-rc.0 → 10.21.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/elements",
|
|
3
3
|
"description": "A collection of design elements in code for the IBM Design Language",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.21.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"clean": "rimraf es lib umd && node tasks/clean.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@carbon/colors": "^10.
|
|
34
|
+
"@carbon/colors": "^10.14.0",
|
|
35
35
|
"@carbon/grid": "^10.15.0",
|
|
36
|
-
"@carbon/icons": "^10.
|
|
36
|
+
"@carbon/icons": "^10.19.0",
|
|
37
37
|
"@carbon/import-once": "^10.3.0",
|
|
38
38
|
"@carbon/layout": "^10.13.0",
|
|
39
39
|
"@carbon/motion": "^10.9.0",
|
|
40
|
-
"@carbon/themes": "^10.
|
|
41
|
-
"@carbon/type": "^10.16.0
|
|
40
|
+
"@carbon/themes": "^10.21.0",
|
|
41
|
+
"@carbon/type": "^10.16.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@carbon/bundler": "^10.9.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"replace-in-file": "^3.4.2",
|
|
48
48
|
"rimraf": "^3.0.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "12b1828e9230a446d79e9e6c2e4ed426e9af962f"
|
|
51
51
|
}
|
package/scss/colors/mixins.scss
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
$ibm-color__magenta-30: #ffafd2 !default !global;
|
|
67
67
|
$ibm-color__magenta-40: #ff7eb6 !default !global;
|
|
68
68
|
$ibm-color__magenta-50: #ee5396 !default !global;
|
|
69
|
-
$ibm-color__magenta-60: #
|
|
69
|
+
$ibm-color__magenta-60: #d02670 !default !global;
|
|
70
70
|
$ibm-color__magenta-70: #9f1853 !default !global;
|
|
71
71
|
$ibm-color__magenta-80: #740937 !default !global;
|
|
72
72
|
$ibm-color__magenta-90: #510224 !default !global;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
$ibm-color__warm-gray-30: #cac5c4 !default !global;
|
|
108
108
|
$ibm-color__warm-gray-40: #ada8a8 !default !global;
|
|
109
109
|
$ibm-color__warm-gray-50: #8f8b8b !default !global;
|
|
110
|
-
$ibm-color__warm-gray-60: #
|
|
110
|
+
$ibm-color__warm-gray-60: #726e6e !default !global;
|
|
111
111
|
$ibm-color__warm-gray-70: #565151 !default !global;
|
|
112
112
|
$ibm-color__warm-gray-80: #3c3838 !default !global;
|
|
113
113
|
$ibm-color__warm-gray-90: #272525 !default !global;
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
30: #ffafd2,
|
|
198
198
|
40: #ff7eb6,
|
|
199
199
|
50: #ee5396,
|
|
200
|
-
60: #
|
|
200
|
+
60: #d02670,
|
|
201
201
|
70: #9f1853,
|
|
202
202
|
80: #740937,
|
|
203
203
|
90: #510224,
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
30: #cac5c4,
|
|
249
249
|
40: #ada8a8,
|
|
250
250
|
50: #8f8b8b,
|
|
251
|
-
60: #
|
|
251
|
+
60: #726e6e,
|
|
252
252
|
70: #565151,
|
|
253
253
|
80: #3c3838,
|
|
254
254
|
90: #272525,
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
30: #cac5c4,
|
|
261
261
|
40: #ada8a8,
|
|
262
262
|
50: #8f8b8b,
|
|
263
|
-
60: #
|
|
263
|
+
60: #726e6e,
|
|
264
264
|
70: #565151,
|
|
265
265
|
80: #3c3838,
|
|
266
266
|
90: #272525,
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
$carbon--magenta-30: #ffafd2 !default !global;
|
|
336
336
|
$carbon--magenta-40: #ff7eb6 !default !global;
|
|
337
337
|
$carbon--magenta-50: #ee5396 !default !global;
|
|
338
|
-
$carbon--magenta-60: #
|
|
338
|
+
$carbon--magenta-60: #d02670 !default !global;
|
|
339
339
|
$carbon--magenta-70: #9f1853 !default !global;
|
|
340
340
|
$carbon--magenta-80: #740937 !default !global;
|
|
341
341
|
$carbon--magenta-90: #510224 !default !global;
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
$carbon--warm-gray-30: #cac5c4 !default !global;
|
|
377
377
|
$carbon--warm-gray-40: #ada8a8 !default !global;
|
|
378
378
|
$carbon--warm-gray-50: #8f8b8b !default !global;
|
|
379
|
-
$carbon--warm-gray-60: #
|
|
379
|
+
$carbon--warm-gray-60: #726e6e !default !global;
|
|
380
380
|
$carbon--warm-gray-70: #565151 !default !global;
|
|
381
381
|
$carbon--warm-gray-80: #3c3838 !default !global;
|
|
382
382
|
$carbon--warm-gray-90: #272525 !default !global;
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
$magenta-30: #ffafd2 !default !global;
|
|
441
441
|
$magenta-40: #ff7eb6 !default !global;
|
|
442
442
|
$magenta-50: #ee5396 !default !global;
|
|
443
|
-
$magenta-60: #
|
|
443
|
+
$magenta-60: #d02670 !default !global;
|
|
444
444
|
$magenta-70: #9f1853 !default !global;
|
|
445
445
|
$magenta-80: #740937 !default !global;
|
|
446
446
|
$magenta-90: #510224 !default !global;
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
$warm-gray-30: #cac5c4 !default !global;
|
|
482
482
|
$warm-gray-40: #ada8a8 !default !global;
|
|
483
483
|
$warm-gray-50: #8f8b8b !default !global;
|
|
484
|
-
$warm-gray-60: #
|
|
484
|
+
$warm-gray-60: #726e6e !default !global;
|
|
485
485
|
$warm-gray-70: #565151 !default !global;
|
|
486
486
|
$warm-gray-80: #3c3838 !default !global;
|
|
487
487
|
$warm-gray-90: #272525 !default !global;
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
30: #ffafd2,
|
|
572
572
|
40: #ff7eb6,
|
|
573
573
|
50: #ee5396,
|
|
574
|
-
60: #
|
|
574
|
+
60: #d02670,
|
|
575
575
|
70: #9f1853,
|
|
576
576
|
80: #740937,
|
|
577
577
|
90: #510224,
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
30: #cac5c4,
|
|
623
623
|
40: #ada8a8,
|
|
624
624
|
50: #8f8b8b,
|
|
625
|
-
60: #
|
|
625
|
+
60: #726e6e,
|
|
626
626
|
70: #565151,
|
|
627
627
|
80: #3c3838,
|
|
628
628
|
90: #272525,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
30: #cac5c4,
|
|
635
635
|
40: #ada8a8,
|
|
636
636
|
50: #8f8b8b,
|
|
637
|
-
60: #
|
|
637
|
+
60: #726e6e,
|
|
638
638
|
70: #565151,
|
|
639
639
|
80: #3c3838,
|
|
640
640
|
90: #272525,
|
|
@@ -23,7 +23,7 @@ $carbon--font-families: (
|
|
|
23
23
|
"'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif"
|
|
24
24
|
),
|
|
25
25
|
'serif': unquote("'IBM Plex Serif', 'Georgia', Times, serif"),
|
|
26
|
-
);
|
|
26
|
+
) !default;
|
|
27
27
|
|
|
28
28
|
/// Get the font-family for an IBM Plex font
|
|
29
29
|
/// @param {String} $name
|
|
@@ -50,7 +50,7 @@ $carbon--font-weights: (
|
|
|
50
50
|
'light': 300,
|
|
51
51
|
'regular': 400,
|
|
52
52
|
'semibold': 600,
|
|
53
|
-
);
|
|
53
|
+
) !default;
|
|
54
54
|
|
|
55
55
|
/// Retrieve the font-weight value for a given name
|
|
56
56
|
/// @param {String} $weight
|
|
@@ -23,7 +23,7 @@ $carbon--font-families: (
|
|
|
23
23
|
"'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif"
|
|
24
24
|
),
|
|
25
25
|
'serif': unquote("'IBM Plex Serif', 'Georgia', Times, serif"),
|
|
26
|
-
);
|
|
26
|
+
) !default;
|
|
27
27
|
|
|
28
28
|
/// Get the font-family for an IBM Plex font
|
|
29
29
|
/// @param {String} $name
|
|
@@ -50,7 +50,7 @@ $carbon--font-weights: (
|
|
|
50
50
|
'light': 300,
|
|
51
51
|
'regular': 400,
|
|
52
52
|
'semibold': 600,
|
|
53
|
-
);
|
|
53
|
+
) !default;
|
|
54
54
|
|
|
55
55
|
/// Retrieve the font-weight value for a given name
|
|
56
56
|
/// @param {String} $weight
|