Comparing version 1.0.3 to 1.0.4
@@ -17,5 +17,5 @@ import * as React from 'react'; | ||
export declare type KodiakState = { | ||
variants: Variant; | ||
components: Component; | ||
mode: string; | ||
variants?: Variant; | ||
components?: Component; | ||
mode?: string; | ||
variant: (key: string, styles: ThemeUIStyleObject) => { | ||
@@ -22,0 +22,0 @@ key: string; |
{ | ||
"name": "kodiak-ui", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Core functionality for creating a design system for building complex and performant applications", | ||
@@ -23,3 +23,3 @@ "main": "dist/kodiak-ui.cjs.js", | ||
}, | ||
"gitHead": "f6b364f43a5bfd943750ea85b07b32536c7a105f" | ||
"gitHead": "eac4a550fad089705e97ed053e28c50d5bdbb1e1" | ||
} |
@@ -27,5 +27,5 @@ import * as React from 'react' | ||
export type KodiakState = { | ||
variants: Variant | ||
components: Component | ||
mode: string | ||
variants?: Variant | ||
components?: Component | ||
mode?: string | ||
variant: ( | ||
@@ -32,0 +32,0 @@ key: string, |
171417
25