@umami/react-zen 0.152.0 → 0.153.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/dist/index.js CHANGED
@@ -31497,6 +31497,7 @@ function NavMenuItem({ isSelected, className, children, ...props }) {
31497
31497
  {
31498
31498
  ...props,
31499
31499
  backgroundColor: isSelected && itemBackgroundColor,
31500
+ hoverBackgroundColor: itemBackgroundColor,
31500
31501
  className: (0, import_classnames38.default)(NavMenu_default.item, className, isSelected && NavMenu_default.selected),
31501
31502
  children
31502
31503
  }
@@ -31829,6 +31830,7 @@ function SidebarItem({
31829
31830
  {
31830
31831
  ...props,
31831
31832
  backgroundColor: isSelected && itemBackgroundColor,
31833
+ hoverBackgroundColor: itemBackgroundColor,
31832
31834
  className: (0, import_classnames46.default)(Sidebar_default.item, className, isSelected && Sidebar_default.selected),
31833
31835
  children: [
31834
31836
  icon && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon2, { size: "sm", children: icon }),
package/dist/index.mjs CHANGED
@@ -31385,6 +31385,7 @@ function NavMenuItem({ isSelected, className, children, ...props }) {
31385
31385
  {
31386
31386
  ...props,
31387
31387
  backgroundColor: isSelected && itemBackgroundColor,
31388
+ hoverBackgroundColor: itemBackgroundColor,
31388
31389
  className: (0, import_classnames38.default)(NavMenu_default.item, className, isSelected && NavMenu_default.selected),
31389
31390
  children
31390
31391
  }
@@ -31717,6 +31718,7 @@ function SidebarItem({
31717
31718
  {
31718
31719
  ...props,
31719
31720
  backgroundColor: isSelected && itemBackgroundColor,
31721
+ hoverBackgroundColor: itemBackgroundColor,
31720
31722
  className: (0, import_classnames46.default)(Sidebar_default.item, className, isSelected && Sidebar_default.selected),
31721
31723
  children: [
31722
31724
  icon && /* @__PURE__ */ jsx61(Icon2, { size: "sm", children: icon }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.152.0",
3
+ "version": "0.153.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",