flemo 1.3.4 → 1.3.5

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/index.mjs +4 -3
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1397,9 +1397,9 @@ const W = st((n) => ({
1397
1397
  function Ct({
1398
1398
  children: n,
1399
1399
  statusBarHeight: e,
1400
- statusBarColor: t = "transparent",
1400
+ statusBarColor: t,
1401
1401
  systemNavigationBarHeight: r,
1402
- systemNavigationBarColor: s = "transparent",
1402
+ systemNavigationBarColor: s,
1403
1403
  appBar: a,
1404
1404
  navigationBar: o,
1405
1405
  hideStatusBar: c,
@@ -1572,6 +1572,7 @@ function Ct({
1572
1572
  height: "100%",
1573
1573
  backgroundColor: "white",
1574
1574
  touchAction: "none",
1575
+ overflowY: "auto",
1575
1576
  ...l.style
1576
1577
  },
1577
1578
  children: [
@@ -1596,7 +1597,7 @@ function Ct({
1596
1597
  }
1597
1598
  }
1598
1599
  ),
1599
- /* @__PURE__ */ D("div", { style: { display: "flex", flexDirection: "column", flexGrow: 1, overflowY: "auto" }, children: n }),
1600
+ /* @__PURE__ */ D("div", { style: { display: "flex", flexDirection: "column", flexGrow: 1 }, children: n }),
1600
1601
  o && /* @__PURE__ */ D(
1601
1602
  "div",
1602
1603
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flemo",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "A modern React router library with built-in motion animations and smooth transitions",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -48,8 +48,8 @@
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.33.0",
50
50
  "@types/node": "^24.3.0",
51
- "@types/react": "^19.1.10",
52
- "@types/react-dom": "^19.1.7",
51
+ "@types/react": "^19.2.0",
52
+ "@types/react-dom": "^19.2.0",
53
53
  "@vitejs/plugin-react-swc": "^4.0.1",
54
54
  "eslint": "^9.33.0",
55
55
  "eslint-config-prettier": "^10.1.8",