@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.
Files changed (5) hide show
  1. package/dist/index.css +8 -10
  2. package/dist/index.js +15139 -15373
  3. package/dist/index.mjs +13544 -13778
  4. package/package.json +2 -2
  5. package/styles.css +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.171.0",
3
+ "version": "0.172.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.9.0",
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,12 +4740,12 @@ body a.Button_button__NGQyO {
4740
4740
  }
4741
4741
 
4742
4742
  /* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
4743
- .NavMenu_navmenu__ZjAzZ {
4743
+ .NavMenu_navmenu__ODY4Z {
4744
4744
  font-size: var(--font-size);
4745
4745
  width: 100%;
4746
4746
  gap: var(--spacing-2);
4747
4747
  }
4748
- .NavMenu_item__NTZiZ {
4748
+ .NavMenu_item__YjQ5M {
4749
4749
  gap: var(--gap);
4750
4750
  padding: var(--padding);
4751
4751
  border-radius: var(--border-radius);
@@ -4759,25 +4759,23 @@ body a.Button_button__NGQyO {
4759
4759
  &:hover {
4760
4760
  color: var(--font-color);
4761
4761
  }
4762
- &.NavMenu_selected__MDM5Y {
4762
+ &.NavMenu_selected__ZmMyY {
4763
4763
  color: var(--font-color);
4764
4764
  font-weight: var(--font-weight-bold);
4765
4765
  }
4766
4766
  }
4767
- .NavMenu_muted__MjU2M .NavMenu_item__NTZiZ {
4767
+ .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M {
4768
4768
  color: var(--font-color-muted);
4769
4769
  }
4770
- .NavMenu_muted__MjU2M .NavMenu_item__NTZiZ:hover {
4770
+ .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M:hover {
4771
4771
  color: var(--font-color);
4772
4772
  }
4773
- .NavMenu_muted__MjU2M .NavMenu_item__NTZiZ.NavMenu_selected__MDM5Y {
4773
+ .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M.NavMenu_selected__ZmMyY {
4774
4774
  color: var(--font-color);
4775
4775
  }
4776
- .NavMenu_title__ZWU2Z {
4777
- color: var(--font-color-muted);
4778
- font-size: var(--font-size-1);
4776
+ .NavMenu_title__M2FiN {
4777
+ color: var(--font-color);
4779
4778
  font-weight: var(--font-weight-bold);
4780
- text-transform: uppercase;
4781
4779
  }
4782
4780
 
4783
4781
  /* virtual-css:css:f94974973c639ccc39a8a6465cbebeb2 */