lkd-web-kit 0.0.10 → 0.0.11
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.d.ts +1 -1
- package/package.json +1 -3
package/dist/index.d.ts
CHANGED
|
@@ -250,7 +250,7 @@ export declare const nullableInput: <T extends ZodTypeAny>(schema: T, message?:
|
|
|
250
250
|
export declare const PageDataProvider: ({ value, children }: PageDataProviderProps) => JSX.Element;
|
|
251
251
|
|
|
252
252
|
declare interface PageDataProviderProps {
|
|
253
|
-
children:
|
|
253
|
+
children: default_2.ReactNode;
|
|
254
254
|
value: any;
|
|
255
255
|
}
|
|
256
256
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lkd-web-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "A template for creating React component libraries with Vite.",
|
|
5
5
|
"author": "LKD",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@typescript-eslint/parser": "^8.29.1",
|
|
38
38
|
"@vitejs/plugin-react-swc": "^3.8.1",
|
|
39
39
|
"@vitest/coverage-v8": "^3.1.1",
|
|
40
|
-
|
|
41
40
|
"eslint": "^9.24.0",
|
|
42
41
|
"eslint-config-prettier": "^10.1.2",
|
|
43
42
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
@@ -50,7 +49,6 @@
|
|
|
50
49
|
"vite": "^6.2.6",
|
|
51
50
|
"vite-plugin-dts": "^4.5.3",
|
|
52
51
|
"vitest": "^3.1.1",
|
|
53
|
-
|
|
54
52
|
"rollup-preserve-directives": "^1.1.3"
|
|
55
53
|
},
|
|
56
54
|
"peerDependencies": {
|