@launchpad-ui/menu 0.6.2 → 0.6.3

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 +2 -2
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -173,13 +173,13 @@
173
173
  background-color: var(--color-background-hover);
174
174
  }
175
175
 
176
- .Popover-content .Menu-search {
176
+ [class^='_Popover-content_'] .Menu-search {
177
177
  width: 100%;
178
178
  }
179
179
 
180
180
  /* Removing anything that could give it some height */
181
181
 
182
- .Popover-content .Menu-search .Menu-search-hidden-placeholder {
182
+ [class^='_Popover-content_'] .Menu-search .Menu-search-hidden-placeholder {
183
183
  padding-top: 0;
184
184
  padding-bottom: 0;
185
185
  height: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/menu",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
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.2",
30
- "@launchpad-ui/icons": "~0.5.1",
31
- "@launchpad-ui/popover": "~0.8.1",
29
+ "@launchpad-ui/form": "~0.6.3",
30
+ "@launchpad-ui/icons": "~0.5.2",
31
+ "@launchpad-ui/popover": "~0.8.2",
32
32
  "@launchpad-ui/tokens": "~0.1.5",
33
- "@launchpad-ui/tooltip": "~0.6.1",
33
+ "@launchpad-ui/tooltip": "~0.6.2",
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",