@launchpad-ui/menu 0.11.18 → 0.11.20-alpha.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 (2) hide show
  1. package/dist/style.css +3 -3
  2. package/package.json +3 -3
package/dist/style.css CHANGED
@@ -90,7 +90,7 @@
90
90
  .Menu a.Menu-item:active[aria-disabled] {
91
91
  -webkit-text-decoration: none;
92
92
  text-decoration: none;
93
- color: var(--lp-color-text-ui-secondary);
93
+ color: var(--lp-color-text-interactive-disabled);
94
94
  }
95
95
 
96
96
  /* stylelint-disable-next-line no-descending-specificity */
@@ -130,8 +130,8 @@
130
130
 
131
131
  .Menu-item[aria-disabled],
132
132
  .Menu-item[disabled] {
133
- color: var(--lp-color-text-ui-secondary);
134
- cursor: default;
133
+ color: var(--lp-color-text-interactive-disabled);
134
+ cursor: not-allowed;
135
135
  }
136
136
 
137
137
  .Menu-item-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/menu",
3
- "version": "0.11.18",
3
+ "version": "0.11.20-alpha.0",
4
4
  "status": "beta",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,8 +31,8 @@
31
31
  "@react-aria/separator": "3.3.5",
32
32
  "classix": "2.1.17",
33
33
  "react-virtual": "2.10.4",
34
- "@launchpad-ui/form": "~0.9.16",
35
- "@launchpad-ui/icons": "~0.12.6",
34
+ "@launchpad-ui/form": "~0.9.17-alpha.0",
35
+ "@launchpad-ui/icons": "~0.13.0-alpha.0",
36
36
  "@launchpad-ui/popover": "~0.10.16",
37
37
  "@launchpad-ui/tokens": "~0.7.1",
38
38
  "@launchpad-ui/tooltip": "~0.7.26"