@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.103.0",
3
+ "version": "0.104.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
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;