@umami/react-zen 0.105.0 → 0.106.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
@@ -30758,6 +30758,7 @@ function getHighlightColor(color) {
30758
30758
  } else if (ACCENT_COLORS.includes(color)) {
30759
30759
  return { "--highlight-color": `var(--accent-color-${color})` };
30760
30760
  }
30761
+ return { "--highlight-color": color };
30761
30762
  }
30762
30763
 
30763
30764
  // css-modules:E:\dev\umami-react-zen\src\components\List.module.css
package/dist/index.mjs CHANGED
@@ -30645,6 +30645,7 @@ function getHighlightColor(color) {
30645
30645
  } else if (ACCENT_COLORS.includes(color)) {
30646
30646
  return { "--highlight-color": `var(--accent-color-${color})` };
30647
30647
  }
30648
+ return { "--highlight-color": color };
30648
30649
  }
30649
30650
 
30650
30651
  // css-modules:E:\dev\umami-react-zen\src\components\List.module.css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.105.0",
3
+ "version": "0.106.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",