@carbon/elements 10.20.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.20.0",
4
+ "version": "10.21.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -37,7 +37,7 @@
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.20.0",
40
+ "@carbon/themes": "^10.21.0",
41
41
  "@carbon/type": "^10.16.0"
42
42
  },
43
43
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "replace-in-file": "^3.4.2",
48
48
  "rimraf": "^3.0.0"
49
49
  },
50
- "gitHead": "744f76d920cf90464b8bf04b19d4deddcbb4206d"
50
+ "gitHead": "12b1828e9230a446d79e9e6c2e4ed426e9af962f"
51
51
  }
@@ -505,6 +505,7 @@ $carbon--theme--g10: map-merge(
505
505
  field-01: #ffffff,
506
506
  field-02: #f4f4f4,
507
507
  disabled-01: #ffffff,
508
+ highlight: #edf5ff,
508
509
  )
509
510
  ) !default;
510
511