@vitus-labs/elements 2.5.0 → 2.6.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/lib/index.d.ts +1 -0
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -435,6 +435,7 @@ interface ListComponent {
|
|
|
435
435
|
<T extends SimpleValue>(props: SimpleProps<T> & ListExtras & RefExtra): ReactNode;
|
|
436
436
|
<T extends ObjectValue>(props: ObjectProps<T> & ListExtras & RefExtra): ReactNode;
|
|
437
437
|
(props: ChildrenProps & ListExtras & RefExtra): ReactNode;
|
|
438
|
+
(props: LooseProps & ListExtras & RefExtra): ReactNode;
|
|
438
439
|
displayName?: string;
|
|
439
440
|
pkgName?: string;
|
|
440
441
|
VITUS_LABS__COMPONENT?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/elements",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"typecheck": "tsc --noEmit"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@vitus-labs/core": "^2.
|
|
61
|
-
"@vitus-labs/unistyle": "^2.
|
|
60
|
+
"@vitus-labs/core": "^2.6.0",
|
|
61
|
+
"@vitus-labs/unistyle": "^2.6.0",
|
|
62
62
|
"react": ">= 19",
|
|
63
63
|
"react-dom": ">= 19",
|
|
64
64
|
"react-native": ">= 0.76"
|