reykit 1.0.102 → 1.0.103

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.js CHANGED
@@ -10766,12 +10766,12 @@ Error generating stack: ` + o.message + `
10766
10766
  }
10767
10767
  };
10768
10768
  var oy = d.version;
10769
- if (oy !== "19.2.6")
10769
+ if (oy !== "19.2.4")
10770
10770
  throw Error(
10771
10771
  g(
10772
10772
  527,
10773
10773
  oy,
10774
- "19.2.6"
10774
+ "19.2.4"
10775
10775
  )
10776
10776
  );
10777
10777
  Z.findDOMNode = function(n) {
@@ -10782,10 +10782,10 @@ Error generating stack: ` + o.message + `
10782
10782
  };
10783
10783
  var Bv = {
10784
10784
  bundleType: 0,
10785
- version: "19.2.6",
10785
+ version: "19.2.4",
10786
10786
  rendererPackageName: "react-dom",
10787
10787
  currentDispatcherRef: z,
10788
- reconcilerVersion: "19.2.6"
10788
+ reconcilerVersion: "19.2.4"
10789
10789
  };
10790
10790
  if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
10791
10791
  var sd = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10831,7 +10831,7 @@ Error generating stack: ` + o.message + `
10831
10831
  A,
10832
10832
  iy
10833
10833
  ), a.context = Lc(null), u = a.current, o = na(), o = ds(o), r = qi(o), r.callback = null, va(u, r, o), u = o, a.current.lanes = u, Nu(a, u), ci(a), n[io] = a.current, of(n), new Tm(a);
10834
- }, t0.version = "19.2.6", t0;
10834
+ }, t0.version = "19.2.4", t0;
10835
10835
  }
10836
10836
  var n0 = {};
10837
10837
  var uO;
@@ -27762,11 +27762,11 @@ Check the top-level render call using <` + i + ">.");
27762
27762
  }
27763
27763
  }, (function() {
27764
27764
  var e = nd.version;
27765
- if (e !== "19.2.6")
27765
+ if (e !== "19.2.4")
27766
27766
  throw Error(
27767
27767
  `Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
27768
27768
  - react: ` + (e + `
27769
- - react-dom: 19.2.6
27769
+ - react-dom: 19.2.4
27770
27770
  Learn more: https://react.dev/warnings/version-mismatch`)
27771
27771
  );
27772
27772
  })(), typeof Map == "function" && Map.prototype != null && typeof Map.prototype.forEach == "function" && typeof Set == "function" && Set.prototype != null && typeof Set.prototype.clear == "function" && typeof Set.prototype.forEach == "function" || console.error(
@@ -27781,10 +27781,10 @@ Learn more: https://react.dev/warnings/version-mismatch`)
27781
27781
  }, !(function() {
27782
27782
  var e = {
27783
27783
  bundleType: 1,
27784
- version: "19.2.6",
27784
+ version: "19.2.4",
27785
27785
  rendererPackageName: "react-dom",
27786
27786
  currentDispatcherRef: le,
27787
- reconcilerVersion: "19.2.6"
27787
+ reconcilerVersion: "19.2.4"
27788
27788
  };
27789
27789
  return e.overrideHookState = j2, e.overrideHookStateDeletePath = Y2, e.overrideHookStateRenamePath = q2, e.overrideProps = V2, e.overridePropsDeletePath = L2, e.overridePropsRenamePath = G2, e.scheduleUpdate = X2, e.scheduleRetry = Q2, e.setErrorHandler = Z2, e.setSuspenseHandler = J2, e.scheduleRefresh = C, e.scheduleRoot = w, e.setRefreshHandler = G, e.getCurrentFiber = Lt, $l(e);
27790
27790
  })() && Go && window.top === window.self && (-1 < navigator.userAgent.indexOf("Chrome") && navigator.userAgent.indexOf("Edge") === -1 || -1 < navigator.userAgent.indexOf("Firefox"))) {
@@ -27842,7 +27842,7 @@ You might need to use a local HTTP server (instead of file://): https://react.de
27842
27842
  y,
27843
27843
  Cv
27844
27844
  ), t.context = Ov(null), l = t.current, i = Al(l), i = hl(i), c = Ln(i), c.callback = null, Zu(l, c, i), Gu(i, "hydrateRoot()", null), l = i, t.current.lanes = l, It(t, l), ea(t), e[Fi] = t.current, No(e), new Eu(t);
27845
- }, n0.version = "19.2.6", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
27845
+ }, n0.version = "19.2.4", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
27846
27846
  })()), n0;
27847
27847
  }
27848
27848
  var iO;
@@ -1,3 +1,4 @@
1
+ declare module '*.css';
1
2
  import * as component from './components';
2
3
  import * as base from './base';
3
4
  import * as data from './data';
@@ -1,6 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  /**
3
3
  * Render react note.
4
+ * Note: `react` and `react-dom` packages version must be `19.2.4`.
4
5
  *
5
6
  * @param app - React note.
6
7
  * @param elementId - Render HTML element ID.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [
@@ -54,9 +54,9 @@
54
54
  "lucide-react": "^0.575.0",
55
55
  "next-themes": "^0.4.6",
56
56
  "radix-ui": "^1.4.3",
57
- "react": "^19.2.4",
57
+ "react": "19.2.4",
58
58
  "react-day-picker": "^9.13.2",
59
- "react-dom": "^19.2.4",
59
+ "react-dom": "19.2.4",
60
60
  "react-resizable-panels": "^4.6.5",
61
61
  "react-router-dom": "^7.13.1",
62
62
  "recharts": "^2.15.4",