@flemo/react 1.8.2 → 1.9.0

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 +1 -7
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -506,13 +506,7 @@ function Ye({ children: e, statusBarHeight: t, statusBarColor: n, systemNavigati
506
506
  released: !0
507
507
  } : t), {
508
508
  scope: H.current,
509
- decodeWait: Le.current,
510
- contentSettle: b && k === "PUSHING" ? {
511
- graceMs: 150,
512
- firstWaitMs: 400,
513
- capMs: 900,
514
- minNodes: 30
515
- } : void 0
509
+ decodeWait: Le.current
516
510
  });
517
511
  }, [
518
512
  X,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemo/react",
3
- "version": "1.8.2",
3
+ "version": "1.9.0",
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",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "path-to-regexp": "^8.4.2",
38
38
  "zustand": "^5.0.14",
39
- "@flemo/core": "1.22.0"
39
+ "@flemo/core": "1.22.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@testing-library/jest-dom": "^6.9.1",