@umami/react-zen 0.171.0 → 0.174.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.css +11 -11
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +15146 -15377
- package/dist/index.mjs +13551 -13782
- package/package.json +2 -2
- package/styles.css +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.174.0",
|
|
4
4
|
"description": "Modern, minimalist React component library",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lucide-react": "^0.511.0",
|
|
56
56
|
"next": "^15.5.2",
|
|
57
57
|
"react": "^19.1.1",
|
|
58
|
-
"react-aria-components": "1.
|
|
58
|
+
"react-aria-components": "^1.12.1",
|
|
59
59
|
"react-dom": "^19.1.1",
|
|
60
60
|
"react-hook-form": "^7.62.0",
|
|
61
61
|
"react-icons": "^5.4.0",
|
package/styles.css
CHANGED
|
@@ -4740,16 +4740,15 @@ body a.Button_button__NGQyO {
|
|
|
4740
4740
|
}
|
|
4741
4741
|
|
|
4742
4742
|
/* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
|
|
4743
|
-
.
|
|
4743
|
+
.NavMenu_navmenu__MzRmN {
|
|
4744
4744
|
font-size: var(--font-size);
|
|
4745
4745
|
width: 100%;
|
|
4746
4746
|
gap: var(--spacing-2);
|
|
4747
4747
|
}
|
|
4748
|
-
.
|
|
4748
|
+
.NavMenu_item__ZWRjZ {
|
|
4749
4749
|
gap: var(--gap);
|
|
4750
4750
|
padding: var(--padding);
|
|
4751
4751
|
border-radius: var(--border-radius);
|
|
4752
|
-
cursor: pointer;
|
|
4753
4752
|
white-space: nowrap;
|
|
4754
4753
|
overflow: hidden;
|
|
4755
4754
|
transition: color 0.2s;
|
|
@@ -4759,25 +4758,26 @@ body a.Button_button__NGQyO {
|
|
|
4759
4758
|
&:hover {
|
|
4760
4759
|
color: var(--font-color);
|
|
4761
4760
|
}
|
|
4762
|
-
&.
|
|
4761
|
+
&.NavMenu_selected__ZDU1N {
|
|
4763
4762
|
color: var(--font-color);
|
|
4764
4763
|
font-weight: var(--font-weight-bold);
|
|
4765
4764
|
}
|
|
4766
4765
|
}
|
|
4767
|
-
.
|
|
4766
|
+
.NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ {
|
|
4768
4767
|
color: var(--font-color-muted);
|
|
4769
4768
|
}
|
|
4770
|
-
.
|
|
4769
|
+
.NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ:hover {
|
|
4771
4770
|
color: var(--font-color);
|
|
4772
4771
|
}
|
|
4773
|
-
.
|
|
4772
|
+
.NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ.NavMenu_selected__ZDU1N {
|
|
4774
4773
|
color: var(--font-color);
|
|
4775
4774
|
}
|
|
4776
|
-
.
|
|
4777
|
-
color: var(--font-color
|
|
4778
|
-
font-size: var(--font-size-1);
|
|
4775
|
+
.NavMenu_title__ZjJhN {
|
|
4776
|
+
color: var(--font-color);
|
|
4779
4777
|
font-weight: var(--font-weight-bold);
|
|
4780
|
-
|
|
4778
|
+
}
|
|
4779
|
+
.NavMenu_clickable__Mjg0O {
|
|
4780
|
+
cursor: pointer;
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
4783
|
/* virtual-css:css:f94974973c639ccc39a8a6465cbebeb2 */
|