@aesthetic/system
Advanced tools
Comparing version 0.4.2 to 0.4.3
import { Design } from './index'; | ||
export declare const design: Design<import("@aesthetic/types").Rule>; | ||
export declare const lightTheme: import("./Theme").default<import("@aesthetic/types").Rule>; | ||
export declare const darkTheme: import("./Theme").default<import("@aesthetic/types").Rule>; | ||
export declare const design: Design<any>; | ||
export declare const lightTheme: import("./Theme").default<any>; | ||
export declare const darkTheme: import("./Theme").default<any>; | ||
//# sourceMappingURL=testing.d.ts.map |
@@ -397,3 +397,3 @@ import { Rule, Unit } from '@aesthetic/types'; | ||
} | ||
export interface Utilities<T extends object = Rule> { | ||
export interface Utilities<T extends object> { | ||
mixin: MixinUtil<T>; | ||
@@ -400,0 +400,0 @@ token: TokenUtil; |
{ | ||
"name": "@aesthetic/system", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Web based building blocks for the Aesthetic design system.", | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"@aesthetic/types": "^0.2.1", | ||
"@aesthetic/utils": "^0.4.1" | ||
"@aesthetic/utils": "^0.4.2" | ||
}, | ||
"gitHead": "67700b2a4307e451ddb61b3f7ca631080174838f" | ||
"gitHead": "cfd88a991530d5f6eccebb751049529486d41623" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94411
Updated@aesthetic/utils@^0.4.2