@flux-ui/application 3.0.0-next.59 → 3.0.0-next.60
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.0.0-next.
|
|
4
|
+
"version": "3.0.0-next.60",
|
|
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.0.0-next.
|
|
55
|
-
"@flux-ui/internals": "3.0.0-next.
|
|
56
|
-
"@flux-ui/types": "3.0.0-next.
|
|
54
|
+
"@flux-ui/components": "3.0.0-next.60",
|
|
55
|
+
"@flux-ui/internals": "3.0.0-next.60",
|
|
56
|
+
"@flux-ui/types": "3.0.0-next.60",
|
|
57
57
|
"clsx": "^2.1.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
.applicationMenuHeader {
|
|
57
57
|
padding-top: max(12px, env(safe-area-inset-top));
|
|
58
|
+
flex-shrink: 0;
|
|
58
59
|
border-bottom: 1px solid var(--application-menu-surface-stroke);
|
|
59
60
|
overflow: hidden;
|
|
60
61
|
transition: height var(--application-duration) var(--swift-out);
|
|
@@ -210,6 +211,10 @@
|
|
|
210
211
|
color: var(--foreground-prominent);
|
|
211
212
|
}
|
|
212
213
|
|
|
214
|
+
.applicationMenu :local(.menuItemHighlighted) :local(.menuItemIcon) {
|
|
215
|
+
color: var(--foreground-prominent);
|
|
216
|
+
}
|
|
217
|
+
|
|
213
218
|
.applicationMenuAccount {
|
|
214
219
|
position: relative;
|
|
215
220
|
|