@flemo/react 1.4.0 → 1.4.1
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/dist/index.mjs +1 -4
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -709,10 +709,7 @@ function ve({ children: e, statusBarHeight: t, statusBarColor: n, systemNavigati
|
|
|
709
709
|
flexDirection: "column",
|
|
710
710
|
flexGrow: 1,
|
|
711
711
|
overflowY: g ? "auto" : void 0,
|
|
712
|
-
...C !== "IDLE" && C !== "COMPLETED" ? {
|
|
713
|
-
transform: "translateZ(0)",
|
|
714
|
-
willChange: "transform"
|
|
715
|
-
} : null
|
|
712
|
+
...C !== "IDLE" && C !== "COMPLETED" ? { willChange: "opacity" } : null
|
|
716
713
|
},
|
|
717
714
|
children: e
|
|
718
715
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flemo/react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "React bindings for flemo: Router, Route, Screen, and the screen-transition runtime.",
|
|
5
5
|
"main": "./dist/index.mjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"vite": "^8.0.16",
|
|
55
55
|
"vite-plugin-dts": "^5.0.2",
|
|
56
56
|
"vitest": "^4.1.9",
|
|
57
|
-
"@flemo/
|
|
58
|
-
"@flemo/
|
|
57
|
+
"@flemo/tsconfig": "0.0.0",
|
|
58
|
+
"@flemo/eslint-config": "0.0.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": "^19.2.7",
|