@carbon/elements 11.37.0 → 11.37.1
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.37.
|
|
4
|
+
"version": "11.37.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@carbon/colors": "^11.20.0",
|
|
40
40
|
"@carbon/grid": "^11.21.0",
|
|
41
|
-
"@carbon/icons": "^11.34.
|
|
41
|
+
"@carbon/icons": "^11.34.1",
|
|
42
42
|
"@carbon/layout": "^11.20.0",
|
|
43
43
|
"@carbon/motion": "^11.16.0",
|
|
44
|
-
"@carbon/themes": "^11.29.
|
|
44
|
+
"@carbon/themes": "^11.29.1",
|
|
45
45
|
"@carbon/type": "^11.25.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"replace-in-file": "^7.0.0",
|
|
52
52
|
"rimraf": "^5.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "68c58d98fe0c287eb4456c8b5153f6cb7b58c5bf"
|
|
55
55
|
}
|
|
@@ -2,9 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Public API should only change with a semver change 1`] = `
|
|
4
4
|
Array [
|
|
5
|
+
"aiAuraEnd",
|
|
6
|
+
"aiAuraStart",
|
|
7
|
+
"aiBorderEnd",
|
|
8
|
+
"aiBorderStart",
|
|
9
|
+
"aiBorderStrong",
|
|
10
|
+
"aiDropShadow",
|
|
5
11
|
"aiGradientEnd",
|
|
6
12
|
"aiGradientStart01",
|
|
7
13
|
"aiGradientStart02",
|
|
14
|
+
"aiInnerShadow",
|
|
8
15
|
"background",
|
|
9
16
|
"backgroundActive",
|
|
10
17
|
"backgroundBrand",
|
|
@@ -284,8 +291,6 @@ Array [
|
|
|
284
291
|
"slugCalloutAuraStartHover01",
|
|
285
292
|
"slugCalloutAuraStartHover02",
|
|
286
293
|
"slugCalloutAuraStartSelected",
|
|
287
|
-
"slugCalloutBorder01",
|
|
288
|
-
"slugCalloutBorder02",
|
|
289
294
|
"slugCalloutCaretBottom",
|
|
290
295
|
"slugCalloutCaretBottomBackground",
|
|
291
296
|
"slugCalloutCaretBottomBackgroundActions",
|
|
@@ -296,7 +301,6 @@ Array [
|
|
|
296
301
|
"slugCalloutGradientTop",
|
|
297
302
|
"slugCalloutGradientTopHover",
|
|
298
303
|
"slugCalloutGradientTopSelected",
|
|
299
|
-
"slugCalloutShadowInner",
|
|
300
304
|
"slugCalloutShadowOuter01",
|
|
301
305
|
"slugCalloutShadowOuter02",
|
|
302
306
|
"slugGradient",
|