@launchpad-ui/filter 0.4.2 → 0.4.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 +1 -1
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -158,7 +158,7 @@
158
158
 
159
159
  .Filter-button:hover:not(.is-clearable),
160
160
  .Filter-button:focus:not(.is-clearable),
161
- .Popover-target--active .Filter-button:not(.is-clearable) {
161
+ [data-state='open'] .Filter-button:not(.is-clearable) {
162
162
  background-color: var(--color-background-hover);
163
163
  border-color: var(--color-text-subtle-secondary);
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/filter",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "status": "beta",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,11 +27,11 @@
27
27
  "source": "src/index.ts",
28
28
  "dependencies": {
29
29
  "@launchpad-ui/button": "~0.7.1",
30
- "@launchpad-ui/dropdown": "~0.5.1",
31
- "@launchpad-ui/icons": "~0.5.1",
32
- "@launchpad-ui/menu": "~0.6.2",
30
+ "@launchpad-ui/dropdown": "~0.5.2",
31
+ "@launchpad-ui/icons": "~0.5.2",
32
+ "@launchpad-ui/menu": "~0.6.3",
33
33
  "@launchpad-ui/tokens": "~0.1.5",
34
- "@launchpad-ui/tooltip": "~0.6.1",
34
+ "@launchpad-ui/tooltip": "~0.6.2",
35
35
  "@react-aria/visually-hidden": "^3.4.0",
36
36
  "classix": "^2.1.13"
37
37
  },