@carbon/elements 11.80.0-rc.0 → 11.81.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.81.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@carbon/colors": "^11.
|
|
43
|
-
"@carbon/grid": "^11.
|
|
44
|
-
"@carbon/icons": "^11.
|
|
45
|
-
"@carbon/layout": "^11.
|
|
46
|
-
"@carbon/motion": "^11.
|
|
47
|
-
"@carbon/themes": "^11.
|
|
48
|
-
"@carbon/type": "^11.
|
|
42
|
+
"@carbon/colors": "^11.44.0",
|
|
43
|
+
"@carbon/grid": "^11.47.0",
|
|
44
|
+
"@carbon/icons": "^11.72.0",
|
|
45
|
+
"@carbon/layout": "^11.45.0",
|
|
46
|
+
"@carbon/motion": "^11.39.0",
|
|
47
|
+
"@carbon/themes": "^11.65.0",
|
|
48
|
+
"@carbon/type": "^11.51.0",
|
|
49
49
|
"@ibm/telemetry-js": "^1.5.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@carbon/cli": "^11.
|
|
52
|
+
"@carbon/cli": "^11.38.0",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"klaw-sync": "^6.0.0",
|
|
55
55
|
"rimraf": "^6.0.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "57fdbc7bfad9349b5c4359c7d621e709cd4daa25"
|
|
58
58
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
2
|
|
|
3
3
|
exports[`Public API should only change with a semver change 1`] = `
|
|
4
4
|
[
|
|
@@ -76,8 +76,10 @@ exports[`Public API should only change with a semver change 1`] = `
|
|
|
76
76
|
"chatAvatarBot",
|
|
77
77
|
"chatAvatarUser",
|
|
78
78
|
"chatBubbleAgent",
|
|
79
|
+
"chatBubbleAgentText",
|
|
79
80
|
"chatBubbleBorder",
|
|
80
81
|
"chatBubbleUser",
|
|
82
|
+
"chatBubbleUserText",
|
|
81
83
|
"chatButton",
|
|
82
84
|
"chatButtonActive",
|
|
83
85
|
"chatButtonHover",
|
|
@@ -85,9 +87,11 @@ exports[`Public API should only change with a semver change 1`] = `
|
|
|
85
87
|
"chatButtonTextHover",
|
|
86
88
|
"chatButtonTextSelected",
|
|
87
89
|
"chatHeaderBackground",
|
|
90
|
+
"chatHeaderText",
|
|
88
91
|
"chatPromptBackground",
|
|
89
92
|
"chatPromptBorderEnd",
|
|
90
93
|
"chatPromptBorderStart",
|
|
94
|
+
"chatPromptText",
|
|
91
95
|
"chatShellBackground",
|
|
92
96
|
"code01",
|
|
93
97
|
"code02",
|
|
@@ -341,6 +345,47 @@ exports[`Public API should only change with a semver change 1`] = `
|
|
|
341
345
|
"supportSuccessInverse",
|
|
342
346
|
"supportWarning",
|
|
343
347
|
"supportWarningInverse",
|
|
348
|
+
"syntaxAtom",
|
|
349
|
+
"syntaxAttribute",
|
|
350
|
+
"syntaxAttributeName",
|
|
351
|
+
"syntaxAttributeValue",
|
|
352
|
+
"syntaxBlockComment",
|
|
353
|
+
"syntaxBool",
|
|
354
|
+
"syntaxCharacter",
|
|
355
|
+
"syntaxClassName",
|
|
356
|
+
"syntaxColor",
|
|
357
|
+
"syntaxComment",
|
|
358
|
+
"syntaxControlKeyword",
|
|
359
|
+
"syntaxDefinitionKeyword",
|
|
360
|
+
"syntaxDocComment",
|
|
361
|
+
"syntaxDocString",
|
|
362
|
+
"syntaxEscape",
|
|
363
|
+
"syntaxFloat",
|
|
364
|
+
"syntaxInteger",
|
|
365
|
+
"syntaxKeyword",
|
|
366
|
+
"syntaxLabelName",
|
|
367
|
+
"syntaxLineComment",
|
|
368
|
+
"syntaxLiteral",
|
|
369
|
+
"syntaxMacroName",
|
|
370
|
+
"syntaxModuleKeyword",
|
|
371
|
+
"syntaxName",
|
|
372
|
+
"syntaxNamespace",
|
|
373
|
+
"syntaxNull",
|
|
374
|
+
"syntaxNumber",
|
|
375
|
+
"syntaxOperatorKeyword",
|
|
376
|
+
"syntaxPropertyName",
|
|
377
|
+
"syntaxRegexp",
|
|
378
|
+
"syntaxSelf",
|
|
379
|
+
"syntaxSpecialString",
|
|
380
|
+
"syntaxString",
|
|
381
|
+
"syntaxTag",
|
|
382
|
+
"syntaxTagName",
|
|
383
|
+
"syntaxType",
|
|
384
|
+
"syntaxTypeName",
|
|
385
|
+
"syntaxUnit",
|
|
386
|
+
"syntaxUrl",
|
|
387
|
+
"syntaxVariable",
|
|
388
|
+
"syntaxVariableName",
|
|
344
389
|
"tagTokens",
|
|
345
390
|
"teal",
|
|
346
391
|
"teal10",
|