@launchpad-ui/menu 0.6.11 → 0.6.13

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 +0 -21
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -152,27 +152,6 @@
152
152
  border-top-right-radius: var(--border-radius);
153
153
  }
154
154
 
155
- .Menu-clear.Button {
156
- text-decoration: none;
157
- color: var(--color-system-red-600);
158
- font-size: 1.3rem;
159
- font-weight: var(--font-weight-medium);
160
- padding: 1rem;
161
- width: 100%;
162
- border-bottom: 1px solid var(--color-border);
163
- }
164
-
165
- .Menu-clear.Button:active,
166
- .Menu-clear.Button:focus,
167
- .Menu-clear.Button:hover {
168
- outline: none;
169
- box-shadow: none;
170
- box-shadow: initial;
171
- color: var(--color-system-red-600);
172
- border-bottom-color: var(--color-border);
173
- background-color: var(--color-background-hover);
174
- }
175
-
176
155
  [class^='_Popover-content_'] .Menu-search {
177
156
  width: 100%;
178
157
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/menu",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
4
4
  "status": "beta",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "source": "src/index.ts",
28
28
  "dependencies": {
29
- "@launchpad-ui/form": "~0.6.6",
30
- "@launchpad-ui/icons": "~0.5.5",
31
- "@launchpad-ui/popover": "~0.8.8",
29
+ "@launchpad-ui/form": "~0.6.7",
30
+ "@launchpad-ui/icons": "~0.5.6",
31
+ "@launchpad-ui/popover": "~0.8.9",
32
32
  "@launchpad-ui/tokens": "~0.1.5",
33
- "@launchpad-ui/tooltip": "~0.6.9",
33
+ "@launchpad-ui/tooltip": "~0.6.10",
34
34
  "@radix-ui/react-slot": "^1.0.0",
35
35
  "@react-aria/focus": "^3.8.0",
36
36
  "@react-aria/separator": "^3.2.0",