@carbon-labs/react-ui-shell 0.89.0 → 0.90.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2025
2
+ * Copyright IBM Corp. 2025, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -42,7 +42,8 @@ const SideNavLink = /*#__PURE__*/forwardRef(function SideNavLink({
42
42
  if (!expanded && navType === SIDE_NAV_TYPE.RAIL_PANEL) {
43
43
  return /*#__PURE__*/React.createElement(SideNavLinkPopover, _extends({
44
44
  align: "right",
45
- label: children
45
+ label: children,
46
+ className: className
46
47
  }, rest), SideNavLinkIcon);
47
48
  }
48
49
  return /*#__PURE__*/React.createElement(SideNavItem, {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2025
2
+ * Copyright IBM Corp. 2025, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -46,7 +46,8 @@ const SideNavLink = /*#__PURE__*/React.forwardRef(function SideNavLink({
46
46
  if (!expanded && navType === SideNav.SIDE_NAV_TYPE.RAIL_PANEL) {
47
47
  return /*#__PURE__*/React.createElement(SideNavLinkPopover.SideNavLinkPopover, _rollupPluginBabelHelpers.extends({
48
48
  align: "right",
49
- label: children
49
+ label: children,
50
+ className: className
50
51
  }, rest), SideNavLinkIcon);
51
52
  }
52
53
  return /*#__PURE__*/React.createElement(react.SideNavItem, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-ui-shell",
3
- "version": "0.89.0",
3
+ "version": "0.90.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -42,5 +42,5 @@
42
42
  "dependencies": {
43
43
  "@ibm/telemetry-js": "^1.10.2"
44
44
  },
45
- "gitHead": "5ea24fc7a8a62a1d2bc90a52cde2ce1478c29eb2"
45
+ "gitHead": "3d5cf28f2998ba7b1bebb822c956289eb8e7d8bc"
46
46
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2025
2
+ * Copyright IBM Corp. 2025, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -554,9 +554,11 @@ div:has(.#{$prefix}--header)
554
554
  }
555
555
  }
556
556
 
557
- // TODO: remove when https://github.com/carbon-design-system/carbon/pull/18725 is released
558
- .#{$prefix}--tooltip-content {
559
- color: $text-primary;
557
+ // Active state for Side Nav Link Popover
558
+ .#{$prefix}--side-nav-link-popover.#{$prefix}--side-nav__link--current::before {
559
+ block-size: $spacing-07;
560
+ inset-block-start: -1px;
561
+ margin-inline-start: -1px;
560
562
  }
561
563
  }
562
564