@launchpad-ui/menu 0.6.42 → 0.6.44

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 (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +3 -3
package/dist/style.css CHANGED
@@ -138,7 +138,7 @@
138
138
  }
139
139
 
140
140
  .Menu-divider {
141
- border-top: 1px solid var(--lp-color-border-ui-primary);
141
+ border-top: 1px solid var(--lp-color-border-ui-secondary);
142
142
  }
143
143
 
144
144
  .Menu-search {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/menu",
3
- "version": "0.6.42",
3
+ "version": "0.6.44",
4
4
  "status": "beta",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,9 +34,9 @@
34
34
  "react-virtual": "2.10.4",
35
35
  "@launchpad-ui/form": "~0.6.30",
36
36
  "@launchpad-ui/icons": "~0.6.15",
37
- "@launchpad-ui/popover": "~0.8.33",
37
+ "@launchpad-ui/popover": "~0.8.34",
38
38
  "@launchpad-ui/tokens": "~0.4.8",
39
- "@launchpad-ui/tooltip": "~0.6.34"
39
+ "@launchpad-ui/tooltip": "~0.6.35"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "18.2.0",