@flux-ui/application 3.1.4 → 3.1.6

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flux-ui/application",
3
3
  "description": "Contains components to create applications with Flux UI.",
4
- "version": "3.1.4",
4
+ "version": "3.1.6",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/basmilius",
@@ -51,9 +51,9 @@
51
51
  "typings": "./dist/index.d.ts",
52
52
  "sideEffects": false,
53
53
  "dependencies": {
54
- "@flux-ui/components": "3.1.4",
55
- "@flux-ui/internals": "3.1.4",
56
- "@flux-ui/types": "3.1.4",
54
+ "@flux-ui/components": "3.1.6",
55
+ "@flux-ui/internals": "3.1.6",
56
+ "@flux-ui/types": "3.1.6",
57
57
  "clsx": "^2.1.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -122,6 +122,10 @@
122
122
  background: var(--gray-200);
123
123
  }
124
124
 
125
+ &.menuFlyoutTriggerOpen {
126
+ background: var(--gray-200);
127
+ }
128
+
125
129
  &:active {
126
130
  background: var(--gray-300);
127
131
  }