@dlightjs/components
Advanced tools
Comparing version 0.9.25 to 0.9.26
@@ -8,3 +8,3 @@ import { View, DLNode } from '@dlightjs/dlight'; | ||
} | ||
declare const _default$7: Typed<Spacer>; | ||
declare const _default$7: Typed<Spacer, {}>; | ||
@@ -22,3 +22,3 @@ type HAlignment = "leading" | "tailing" | "center"; | ||
} | ||
declare const _default$6: Typed<HStack>; | ||
declare const _default$6: Typed<HStack, {}>; | ||
@@ -33,3 +33,3 @@ declare class VStack extends View { | ||
} | ||
declare const _default$5: Typed<VStack>; | ||
declare const _default$5: Typed<VStack, {}>; | ||
@@ -43,3 +43,3 @@ declare class ZStack extends View { | ||
} | ||
declare const _default$4: Typed<ZStack>; | ||
declare const _default$4: Typed<ZStack, {}>; | ||
@@ -58,3 +58,3 @@ declare class Navigator { | ||
} | ||
declare const _default$3: Typed<Route>; | ||
declare const _default$3: Typed<Route, {}>; | ||
@@ -77,3 +77,3 @@ declare class RouterSpace extends View { | ||
} | ||
declare const _default$2: Typed<RouterSpace>; | ||
declare const _default$2: Typed<RouterSpace, {}>; | ||
@@ -86,3 +86,3 @@ declare class Transition extends View { | ||
} | ||
declare const _default$1: Typed<Transition>; | ||
declare const _default$1: Typed<Transition, {}>; | ||
@@ -129,3 +129,3 @@ type TransitionPropSub<T> = T | ((el: HTMLElement) => T); | ||
} | ||
declare const _default: Typed<TransitionGroup>; | ||
declare const _default: Typed<TransitionGroup, {}>; | ||
@@ -132,0 +132,0 @@ declare function lazy(importFunc: () => Promise<any>, fallback?: any): any; |
{ | ||
"name": "@dlightjs/components", | ||
"version": "0.9.25", | ||
"version": "0.9.26", | ||
"description": "DLight components library", | ||
@@ -25,8 +25,8 @@ "author": { | ||
"typescript": "^4.9.3", | ||
"@dlightjs/types": "0.9.25", | ||
"babel-preset-dlight": "0.9.25" | ||
"babel-preset-dlight": "0.9.25", | ||
"@dlightjs/types": "0.9.26" | ||
}, | ||
"dependencies": { | ||
"@dlightjs/dlight": "0.9.25", | ||
"@dlightjs/emotion": "0.9.25" | ||
"@dlightjs/dlight": "0.9.26", | ||
"@dlightjs/emotion": "0.9.26" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
140560
+ Added@dlightjs/dlight@0.9.26(transitive)
+ Added@dlightjs/emotion@0.9.26(transitive)
+ Added@dlightjs/types@0.9.26(transitive)
- Removed@dlightjs/dlight@0.9.25(transitive)
- Removed@dlightjs/emotion@0.9.25(transitive)
- Removed@dlightjs/types@0.9.25(transitive)
Updated@dlightjs/dlight@0.9.26
Updated@dlightjs/emotion@0.9.26