carbon-react 106.1.7 → 106.2.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.
@@ -108,7 +108,6 @@ const getWeight = variant => {
108
108
  case "h1":
109
109
  case "segment-header":
110
110
  case "segment-header-small":
111
- case "strong":
112
111
  return "900";
113
112
 
114
113
  case "h2":
@@ -117,6 +116,7 @@ const getWeight = variant => {
117
116
  case "segment-subheader-alt":
118
117
  case "b":
119
118
  case "em":
119
+ case "strong":
120
120
  return "700";
121
121
 
122
122
  case "h4":
@@ -126,7 +126,6 @@ const getWeight = variant => {
126
126
  case "h1":
127
127
  case "segment-header":
128
128
  case "segment-header-small":
129
- case "strong":
130
129
  return "900";
131
130
 
132
131
  case "h2":
@@ -135,6 +134,7 @@ const getWeight = variant => {
135
134
  case "segment-subheader-alt":
136
135
  case "b":
137
136
  case "em":
137
+ case "strong":
138
138
  return "700";
139
139
 
140
140
  case "h4":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "106.1.7",
3
+ "version": "106.2.0",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {