@carbon-labs/react-ui-shell 0.37.0 → 0.39.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
@@ -42,7 +42,7 @@ components are provided by `@carbon-labs/react-ui-shell`:
42
42
  - `SharkFinIcon`
43
43
 
44
44
  ```jsx
45
- import { SideNav } from '@carbon-labs/react-ui-shell/es/index';
45
+ import { SideNav } from '@carbon-labs/react-ui-shell';
46
46
  import { Header } from '@carbon/react';
47
47
 
48
48
  function MyComponent() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-ui-shell",
3
- "version": "0.37.0",
3
+ "version": "0.39.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -41,5 +41,5 @@
41
41
  "dependencies": {
42
42
  "@ibm/telemetry-js": "^1.9.1"
43
43
  },
44
- "gitHead": "d27d3f01e1c442d5124f01abe060ff8d01c6134d"
44
+ "gitHead": "36a6e456f79f042c833be0ea7ffad9d5f44ee8c2"
45
45
  }
@@ -346,3 +346,10 @@ div:has(.#{$prefix}--header)
346
346
  background: $background-hover;
347
347
  }
348
348
  }
349
+
350
+ //----------------------------------------------------------------------------
351
+ // Side-nav Rail
352
+ //----------------------------------------------------------------------------
353
+ .#{$prefix}--side-nav--rail {
354
+ z-index: 7999; /* needs to be below header */
355
+ }