@carbon/elements 11.12.0 → 11.13.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": "11.
|
|
4
|
+
"version": "11.13.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"clean": "rimraf es lib umd"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@carbon/colors": "^11.
|
|
38
|
+
"@carbon/colors": "^11.7.0",
|
|
39
39
|
"@carbon/grid": "^11.7.0",
|
|
40
40
|
"@carbon/icons": "^11.10.0",
|
|
41
41
|
"@carbon/layout": "^11.7.0",
|
|
42
42
|
"@carbon/motion": "^11.5.0",
|
|
43
|
-
"@carbon/themes": "^11.
|
|
44
|
-
"@carbon/type": "^11.
|
|
43
|
+
"@carbon/themes": "^11.11.0",
|
|
44
|
+
"@carbon/type": "^11.11.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@carbon/cli": "^11.5.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"replace-in-file": "^3.4.2",
|
|
51
51
|
"rimraf": "^3.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "c77cccfd9ee14e87f60daefbc518d63204606e2b"
|
|
54
54
|
}
|
|
@@ -45,6 +45,7 @@ Array [
|
|
|
45
45
|
"breakpointDown",
|
|
46
46
|
"breakpointUp",
|
|
47
47
|
"breakpoints",
|
|
48
|
+
"buttonTokens",
|
|
48
49
|
"caption01",
|
|
49
50
|
"caption02",
|
|
50
51
|
"code01",
|
|
@@ -112,6 +113,7 @@ Array [
|
|
|
112
113
|
"fontFamily",
|
|
113
114
|
"fontWeight",
|
|
114
115
|
"fontWeights",
|
|
116
|
+
"formatTokenName",
|
|
115
117
|
"g10",
|
|
116
118
|
"g100",
|
|
117
119
|
"g90",
|
|
@@ -204,6 +206,7 @@ Array [
|
|
|
204
206
|
"moderate01",
|
|
205
207
|
"moderate02",
|
|
206
208
|
"motion",
|
|
209
|
+
"notificationTokens",
|
|
207
210
|
"orange",
|
|
208
211
|
"orange40",
|
|
209
212
|
"orange60",
|
|
@@ -283,6 +286,7 @@ Array [
|
|
|
283
286
|
"supportSuccessInverse",
|
|
284
287
|
"supportWarning",
|
|
285
288
|
"supportWarningInverse",
|
|
289
|
+
"tagTokens",
|
|
286
290
|
"teal",
|
|
287
291
|
"teal10",
|
|
288
292
|
"teal100",
|