@trackunit/react-components 2.10.11 → 2.10.12-alpha-62031fc7c43.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.
package/index.cjs.js CHANGED
@@ -12604,13 +12604,6 @@ const useHashParamSync = ({ key, enabled = true, onExternalChange, replace: repl
12604
12604
  if (lastWrittenRef.current === undefined) {
12605
12605
  return;
12606
12606
  }
12607
- // A caller may have primed `lastWrittenRef` via `updateHashParam` while the
12608
- // URL still carries the previous value (queued rAF / router pending). Treating
12609
- // that stale URL as an external change reloads filter state from persistence
12610
- // and can clear in-progress search input before the write lands.
12611
- if (pendingWriteRef.current !== null) {
12612
- return;
12613
- }
12614
12607
  requestAnimationFrame(() => {
12615
12608
  onExternalChangeRef.current?.();
12616
12609
  });
@@ -12896,13 +12889,6 @@ const useSearchParamSync = ({ key, enabled = true, onExternalChange, replace: re
12896
12889
  if (lastWrittenRef.current === undefined) {
12897
12890
  return;
12898
12891
  }
12899
- // A caller may have primed `lastWrittenRef` via `updateSearchParam` while the
12900
- // URL still carries the previous value (queued rAF / router pending). Treating
12901
- // that stale URL as an external change reloads filter state from persistence
12902
- // and can clear in-progress search input before the write lands.
12903
- if (pendingWriteRef.current !== null) {
12904
- return;
12905
- }
12906
12892
  requestAnimationFrame(() => {
12907
12893
  onExternalChangeRef.current?.();
12908
12894
  });
package/index.esm.js CHANGED
@@ -12603,13 +12603,6 @@ const useHashParamSync = ({ key, enabled = true, onExternalChange, replace: repl
12603
12603
  if (lastWrittenRef.current === undefined) {
12604
12604
  return;
12605
12605
  }
12606
- // A caller may have primed `lastWrittenRef` via `updateHashParam` while the
12607
- // URL still carries the previous value (queued rAF / router pending). Treating
12608
- // that stale URL as an external change reloads filter state from persistence
12609
- // and can clear in-progress search input before the write lands.
12610
- if (pendingWriteRef.current !== null) {
12611
- return;
12612
- }
12613
12606
  requestAnimationFrame(() => {
12614
12607
  onExternalChangeRef.current?.();
12615
12608
  });
@@ -12895,13 +12888,6 @@ const useSearchParamSync = ({ key, enabled = true, onExternalChange, replace: re
12895
12888
  if (lastWrittenRef.current === undefined) {
12896
12889
  return;
12897
12890
  }
12898
- // A caller may have primed `lastWrittenRef` via `updateSearchParam` while the
12899
- // URL still carries the previous value (queued rAF / router pending). Treating
12900
- // that stale URL as an external change reloads filter state from persistence
12901
- // and can clear in-progress search input before the write lands.
12902
- if (pendingWriteRef.current !== null) {
12903
- return;
12904
- }
12905
12891
  requestAnimationFrame(() => {
12906
12892
  onExternalChangeRef.current?.();
12907
12893
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "2.10.11",
3
+ "version": "2.10.12-alpha-62031fc7c43.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "migrations": "./migrations.json",
@@ -14,16 +14,16 @@
14
14
  "@floating-ui/react": "^0.26.25",
15
15
  "string-ts": "^2.0.0",
16
16
  "tailwind-merge": "^2.0.0",
17
- "@trackunit/ui-design-tokens": "1.15.8",
18
- "@trackunit/css-class-variance-utilities": "1.14.18",
19
- "@trackunit/shared-utils": "1.16.21",
20
- "@trackunit/ui-icons": "1.14.17",
17
+ "@trackunit/ui-design-tokens": "1.15.9-alpha-62031fc7c43.0",
18
+ "@trackunit/css-class-variance-utilities": "1.14.19-alpha-62031fc7c43.0",
19
+ "@trackunit/shared-utils": "1.16.22-alpha-62031fc7c43.0",
20
+ "@trackunit/ui-icons": "1.14.18-alpha-62031fc7c43.0",
21
21
  "es-toolkit": "^1.39.10",
22
22
  "@tanstack/react-virtual": "^3.14.3",
23
23
  "dequal": "^2.0.3",
24
24
  "fflate": "^0.8.2",
25
25
  "zod": "^3.25.76",
26
- "@trackunit/i18n-library-translation": "2.4.17"
26
+ "@trackunit/i18n-library-translation": "2.4.18-alpha-62031fc7c43.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "^19.0.0",