@carbon-labs/react-ui-shell 0.17.0 → 0.19.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/README.md CHANGED
@@ -74,6 +74,11 @@ before diving into our developer guide:
74
74
 
75
75
  - [Developer Guide](https://github.com/carbon-design-system/carbon-labs/blob/main/docs/developing.md)
76
76
 
77
+ ## 📖 Changelog
78
+
79
+ See the latest updates and version history in the
80
+ [changelog](https://github.com/carbon-design-system/carbon-labs/blob/main/packages/react/src/components/UIShell/CHANGELOG.md).
81
+
77
82
  ## 📝 License
78
83
 
79
84
  Licensed under the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-ui-shell",
3
- "version": "0.17.0",
3
+ "version": "0.19.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": "b9ed739e909accebbb96349c611213832b779c84"
36
+ "gitHead": "91dde120d99da5e4454f7411733aeabe037e222f"
37
37
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ $prefix: 'cds' !default;
9
+
10
+ .#{$prefix}--header__action:focus {
11
+ border-width: 2px;
12
+ }
@@ -5,5 +5,6 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
+ @use 'styles/header';
8
9
  @use 'styles/side-nav';
9
10
  @use 'styles/content';