@carbon-labs/react-ui-shell 0.22.0 → 0.24.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-ui-shell",
3
- "version": "0.22.0",
3
+ "version": "0.24.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@ibm/telemetry-js": "^1.9.1"
35
35
  },
36
- "gitHead": "8462ddc3f3be6e2d63e5e036630d12e7caf5c20c"
36
+ "gitHead": "943c8b8a3670e86c92caf65853e204b279e1d318"
37
37
  }
@@ -182,4 +182,9 @@ div:has(.#{$prefix}--header)
182
182
  margin-inline-end: 0;
183
183
  }
184
184
  }
185
+
186
+ // TODO: remove when https://github.com/carbon-design-system/carbon/pull/18725 is released
187
+ .#{$prefix}--tooltip-content {
188
+ color: $text-primary;
189
+ }
185
190
  }