labsense-ui-kit 1.1.81 → 1.1.82

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.
@@ -12,6 +12,7 @@ export interface SidebarItems {
12
12
  export interface logoDetails {
13
13
  icon: IconNames;
14
14
  name?: string;
15
+ iconColor?: string;
15
16
  }
16
17
  export interface SidebarProps {
17
18
  logo?: logoDetails;
package/dist/index.js CHANGED
@@ -7007,7 +7007,8 @@ var Sidebar = function Sidebar(_ref12) {
7007
7007
  "$gap": '28px',
7008
7008
  "$width": '100%'
7009
7009
  }, logo && React__default.createElement(Logo, null, React__default.createElement(Icon, {
7010
- icon: logo.icon
7010
+ icon: logo.icon,
7011
+ color: logo.iconColor
7011
7012
  }), React__default.createElement(TextContainer, {
7012
7013
  "$isExpanded": isExpanded,
7013
7014
  "$fontWeight": '700'