reykit 1.0.123 → 1.0.124
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.css +1 -1
- package/dist/index.js +25105 -5987
- package/dist/src/base.d.ts +0 -7
- package/package.json +10 -12
- package/dist/src/image.d.ts +0 -0
package/dist/src/base.d.ts
CHANGED
|
@@ -13,10 +13,3 @@ export type KeyByValue<T, V> = {
|
|
|
13
13
|
* Start debug CSS style, need to import 'reykit/debug' CSS style first.
|
|
14
14
|
*/
|
|
15
15
|
export declare function debugCss(): void;
|
|
16
|
-
/**
|
|
17
|
-
* Browser download file from blob data.
|
|
18
|
-
*
|
|
19
|
-
* @param obj - Data or string of with data.
|
|
20
|
-
* @param fileName - File name.
|
|
21
|
-
*/
|
|
22
|
-
export declare function downloadFile(obj: Blob | string, fileName?: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reykit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.124",
|
|
4
4
|
"description": "Kit method set.",
|
|
5
5
|
"author": "reyxbo",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,11 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@base-ui/react": "^1.2.0",
|
|
42
42
|
"@fontsource-variable/inter": "^5.2.8",
|
|
43
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
43
44
|
"@tanstack/react-query": "^5.90.21",
|
|
45
|
+
"@types/react": "^19.2.14",
|
|
46
|
+
"@types/react-dom": "^19.2.3",
|
|
47
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
44
48
|
"class-variance-authority": "^0.7.1",
|
|
45
49
|
"clsx": "^2.1.1",
|
|
46
50
|
"cmdk": "^1.1.1",
|
|
@@ -49,7 +53,6 @@
|
|
|
49
53
|
"input-otp": "^1.4.2",
|
|
50
54
|
"lucide-react": "^0.575.0",
|
|
51
55
|
"next-themes": "^0.4.6",
|
|
52
|
-
"qrcode": "^1.5.4",
|
|
53
56
|
"radix-ui": "^1.4.3",
|
|
54
57
|
"react": "19.2.4",
|
|
55
58
|
"react-day-picker": "^9.13.2",
|
|
@@ -59,18 +62,13 @@
|
|
|
59
62
|
"recharts": "^2.15.4",
|
|
60
63
|
"sonner": "^2.0.7",
|
|
61
64
|
"tailwind-merge": "^3.5.0",
|
|
62
|
-
"
|
|
65
|
+
"tailwindcss": "^4.2.1",
|
|
66
|
+
"vaul": "^1.1.2",
|
|
67
|
+
"vite": "^7.3.1",
|
|
68
|
+
"vite-plugin-dts": "^4.5.4"
|
|
63
69
|
},
|
|
64
70
|
"devDependencies": {
|
|
65
|
-
"@tailwindcss/vite": "^4.3.0",
|
|
66
|
-
"@types/qrcode": "^1.5.6",
|
|
67
|
-
"@types/react": "^19.2.15",
|
|
68
|
-
"@types/react-dom": "^19.2.3",
|
|
69
|
-
"@vitejs/plugin-react": "^6.0.2",
|
|
70
71
|
"shadcn": "^3.8.5",
|
|
71
|
-
"
|
|
72
|
-
"tw-animate-css": "^1.4.0",
|
|
73
|
-
"vite": "^8.0.15",
|
|
74
|
-
"vite-plugin-dts": "^5.0.1"
|
|
72
|
+
"tw-animate-css": "^1.4.0"
|
|
75
73
|
}
|
|
76
74
|
}
|
package/dist/src/image.d.ts
DELETED
|
File without changes
|