@dlightjs/components
Advanced tools
Comparing version 0.8.26 to 0.8.27
@@ -8,3 +8,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<Route>; | ||
declare const _default: Typed<Route, {}>; | ||
export default _default; |
@@ -20,3 +20,3 @@ import { type DLNode, View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<RouterSpace>; | ||
declare const _default: Typed<RouterSpace, {}>; | ||
export default _default; |
@@ -12,3 +12,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<HStack>; | ||
declare const _default: Typed<HStack, {}>; | ||
export default _default; |
@@ -8,3 +8,3 @@ import { type DLNode, View } from "@dlightjs/dlight"; | ||
export declare function isChildSpacer(child: DLNode): boolean; | ||
declare const _default: Typed<Spacer>; | ||
declare const _default: Typed<Spacer, {}>; | ||
export default _default; |
@@ -12,3 +12,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<VStack>; | ||
declare const _default: Typed<VStack, {}>; | ||
export default _default; |
@@ -11,3 +11,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<ZStack>; | ||
declare const _default: Typed<ZStack, {}>; | ||
export default _default; |
@@ -9,3 +9,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<Transition>; | ||
declare const _default: Typed<Transition, {}>; | ||
export default _default; |
@@ -43,3 +43,3 @@ import { View } from "@dlightjs/dlight"; | ||
} | ||
declare const _default: Typed<TransitionGroup>; | ||
declare const _default: Typed<TransitionGroup, {}>; | ||
export default _default; |
{ | ||
"name": "@dlightjs/components", | ||
"version": "0.8.26", | ||
"version": "0.8.27", | ||
"type": "module", | ||
@@ -15,8 +15,8 @@ "files": [ | ||
"vite-plugin-dts": "^1.7.1", | ||
"vite-plugin-dlight": "0.8.26", | ||
"@dlightjs/types": "0.8.26" | ||
"@dlightjs/types": "0.8.27", | ||
"vite-plugin-dlight": "0.8.27" | ||
}, | ||
"dependencies": { | ||
"@dlightjs/dlight": "0.8.26", | ||
"@dlightjs/emotion": "0.8.26" | ||
"@dlightjs/dlight": "0.8.27", | ||
"@dlightjs/emotion": "0.8.27" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
50675
+ Added@dlightjs/dlight@0.8.27(transitive)
+ Added@dlightjs/emotion@0.8.27(transitive)
+ Added@dlightjs/types@0.8.27(transitive)
- Removed@dlightjs/dlight@0.8.26(transitive)
- Removed@dlightjs/emotion@0.8.26(transitive)
- Removed@dlightjs/types@0.8.26(transitive)
Updated@dlightjs/dlight@0.8.27
Updated@dlightjs/emotion@0.8.27