reykit 1.0.101 → 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.
@@ -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.101",
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",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes