@umami/react-zen 0.103.0 → 0.104.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 +24 -0
- package/dist/index.d.ts +15 -2
- package/dist/index.js +191 -132
- package/dist/index.mjs +175 -116
- package/package.json +1 -1
- package/styles.css +26 -0
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -109,6 +109,8 @@
|
|
|
109
109
|
--font-family-code: 'JetBrains Mono';
|
|
110
110
|
--font-size: var(--font-size-2);
|
|
111
111
|
|
|
112
|
+
--heading-size: var(--heading-size-3);
|
|
113
|
+
|
|
112
114
|
--border-radius: var(--border-radius-2);
|
|
113
115
|
--border-width: var(--border-width-1);
|
|
114
116
|
|
|
@@ -4576,6 +4578,30 @@ body a.Button_button__NDYwM {
|
|
|
4576
4578
|
color: var(--font-color-muted);
|
|
4577
4579
|
}
|
|
4578
4580
|
|
|
4581
|
+
/* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
|
|
4582
|
+
.NavMenu_navmenu__OTA1Y {
|
|
4583
|
+
font-size: var(--font-size);
|
|
4584
|
+
width: 100%;
|
|
4585
|
+
gap: var(--spacing-2);
|
|
4586
|
+
}
|
|
4587
|
+
.NavMenu_item__MjE3M {
|
|
4588
|
+
color: var(--font-color-muted);
|
|
4589
|
+
gap: var(--gap);
|
|
4590
|
+
padding: var(--padding);
|
|
4591
|
+
cursor: pointer;
|
|
4592
|
+
white-space: nowrap;
|
|
4593
|
+
overflow: hidden;
|
|
4594
|
+
}
|
|
4595
|
+
.NavMenu_item__MjE3M:hover {
|
|
4596
|
+
color: var(--font-color);
|
|
4597
|
+
background: var(--highlight-color);
|
|
4598
|
+
}
|
|
4599
|
+
.NavMenu_item__MjE3M.NavMenu_selected__YzUwN {
|
|
4600
|
+
color: var(--font-color);
|
|
4601
|
+
background: var(--highlight-color);
|
|
4602
|
+
font-weight: var(--font-weight-bold);
|
|
4603
|
+
}
|
|
4604
|
+
|
|
4579
4605
|
/* virtual-css:css:3547a441584a5024882cb71ab3ccf244 */
|
|
4580
4606
|
.PasswordField_icon__NTRlM {
|
|
4581
4607
|
position: absolute;
|