@carbon/elements 11.37.0 → 11.38.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/elements",
|
|
3
3
|
"description": "A collection of design elements in code for the IBM Design Language",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.38.0-rc.0",
|
|
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.
|
|
41
|
+
"@carbon/icons": "^11.35.0-rc.0",
|
|
42
42
|
"@carbon/layout": "^11.20.0",
|
|
43
43
|
"@carbon/motion": "^11.16.0",
|
|
44
|
-
"@carbon/themes": "^11.
|
|
44
|
+
"@carbon/themes": "^11.30.0-rc.0",
|
|
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": "79048666dc3d8f66c3d64b46de45b25ce13d9adf"
|
|
55
55
|
}
|
|
@@ -2,9 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Public API should only change with a semver change 1`] = `
|
|
4
4
|
Array [
|
|
5
|
+
"aiAuraEnd",
|
|
6
|
+
"aiAuraHoverBackground",
|
|
7
|
+
"aiAuraHoverEnd",
|
|
8
|
+
"aiAuraHoverStart",
|
|
9
|
+
"aiAuraStart",
|
|
10
|
+
"aiBorderEnd",
|
|
11
|
+
"aiBorderStart",
|
|
12
|
+
"aiBorderStrong",
|
|
13
|
+
"aiDropShadow",
|
|
5
14
|
"aiGradientEnd",
|
|
6
15
|
"aiGradientStart01",
|
|
7
16
|
"aiGradientStart02",
|
|
17
|
+
"aiInnerShadow",
|
|
8
18
|
"background",
|
|
9
19
|
"backgroundActive",
|
|
10
20
|
"backgroundBrand",
|
|
@@ -54,6 +64,15 @@ Array [
|
|
|
54
64
|
"buttonTokens",
|
|
55
65
|
"caption01",
|
|
56
66
|
"caption02",
|
|
67
|
+
"chatAvatarAgent",
|
|
68
|
+
"chatAvatarBot",
|
|
69
|
+
"chatAvatarUser",
|
|
70
|
+
"chatBubbleAgent",
|
|
71
|
+
"chatBubbleAgentBorder",
|
|
72
|
+
"chatBubbleUser",
|
|
73
|
+
"chatPromptBackground",
|
|
74
|
+
"chatPromptBorderEnd",
|
|
75
|
+
"chatPromptBorderStart",
|
|
57
76
|
"code01",
|
|
58
77
|
"code02",
|
|
59
78
|
"colors",
|
|
@@ -284,8 +303,6 @@ Array [
|
|
|
284
303
|
"slugCalloutAuraStartHover01",
|
|
285
304
|
"slugCalloutAuraStartHover02",
|
|
286
305
|
"slugCalloutAuraStartSelected",
|
|
287
|
-
"slugCalloutBorder01",
|
|
288
|
-
"slugCalloutBorder02",
|
|
289
306
|
"slugCalloutCaretBottom",
|
|
290
307
|
"slugCalloutCaretBottomBackground",
|
|
291
308
|
"slugCalloutCaretBottomBackgroundActions",
|
|
@@ -296,7 +313,6 @@ Array [
|
|
|
296
313
|
"slugCalloutGradientTop",
|
|
297
314
|
"slugCalloutGradientTopHover",
|
|
298
315
|
"slugCalloutGradientTopSelected",
|
|
299
|
-
"slugCalloutShadowInner",
|
|
300
316
|
"slugCalloutShadowOuter01",
|
|
301
317
|
"slugCalloutShadowOuter02",
|
|
302
318
|
"slugGradient",
|