@umami/react-zen 0.171.0 → 0.172.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 +8 -10
- package/dist/index.js +15139 -15373
- package/dist/index.mjs +13544 -13778
- package/package.json +2 -2
- package/styles.css +8 -10
package/dist/index.css
CHANGED
|
@@ -4422,12 +4422,12 @@ body a.Button_button__NGQyO {
|
|
|
4422
4422
|
}
|
|
4423
4423
|
|
|
4424
4424
|
/* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
|
|
4425
|
-
.
|
|
4425
|
+
.NavMenu_navmenu__ODY4Z {
|
|
4426
4426
|
font-size: var(--font-size);
|
|
4427
4427
|
width: 100%;
|
|
4428
4428
|
gap: var(--spacing-2);
|
|
4429
4429
|
}
|
|
4430
|
-
.
|
|
4430
|
+
.NavMenu_item__YjQ5M {
|
|
4431
4431
|
gap: var(--gap);
|
|
4432
4432
|
padding: var(--padding);
|
|
4433
4433
|
border-radius: var(--border-radius);
|
|
@@ -4441,25 +4441,23 @@ body a.Button_button__NGQyO {
|
|
|
4441
4441
|
&:hover {
|
|
4442
4442
|
color: var(--font-color);
|
|
4443
4443
|
}
|
|
4444
|
-
&.
|
|
4444
|
+
&.NavMenu_selected__ZmMyY {
|
|
4445
4445
|
color: var(--font-color);
|
|
4446
4446
|
font-weight: var(--font-weight-bold);
|
|
4447
4447
|
}
|
|
4448
4448
|
}
|
|
4449
|
-
.
|
|
4449
|
+
.NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M {
|
|
4450
4450
|
color: var(--font-color-muted);
|
|
4451
4451
|
}
|
|
4452
|
-
.
|
|
4452
|
+
.NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M:hover {
|
|
4453
4453
|
color: var(--font-color);
|
|
4454
4454
|
}
|
|
4455
|
-
.
|
|
4455
|
+
.NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M.NavMenu_selected__ZmMyY {
|
|
4456
4456
|
color: var(--font-color);
|
|
4457
4457
|
}
|
|
4458
|
-
.
|
|
4459
|
-
color: var(--font-color
|
|
4460
|
-
font-size: var(--font-size-1);
|
|
4458
|
+
.NavMenu_title__M2FiN {
|
|
4459
|
+
color: var(--font-color);
|
|
4461
4460
|
font-weight: var(--font-weight-bold);
|
|
4462
|
-
text-transform: uppercase;
|
|
4463
4461
|
}
|
|
4464
4462
|
|
|
4465
4463
|
/* virtual-css:css:f94974973c639ccc39a8a6465cbebeb2 */
|