@umami/react-zen 0.33.0 → 0.34.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/styles.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "React components built by Umami",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "@fontsource/jetbrains-mono": "^5.0.18",
50
50
  "@react-spring/web": "^9.7.5",
51
51
  "@umami/esbuild-plugin-css-modules": "0.2.0",
52
- "@umami/shiso": "^0.17.0",
52
+ "@umami/shiso": "^0.20.0",
53
53
  "classnames": "^2.5.1",
54
54
  "dts-bundle": "^0.7.3",
55
55
  "glob": "^10.3.10",
package/styles.css CHANGED
@@ -254,7 +254,7 @@ li {
254
254
  :where(html, body) {
255
255
  font-size: var(--font-size);
256
256
  color: var(--font-color);
257
- background: var(--background-color);
257
+ background-color: var(--background-color);
258
258
  }
259
259
 
260
260
  :where(a, a:active, a:visited, a:hover) {