Comparing version 0.3.8 to 0.3.9
@@ -20,3 +20,3 @@ import { cx } from 'emotion'; | ||
protected params: GwenParams; | ||
constructor(params: GwenParams); | ||
constructor(params?: GwenParams); | ||
get class(): string; | ||
@@ -23,0 +23,0 @@ static css: { |
@@ -25,2 +25,3 @@ "use strict"; | ||
var _this = this; | ||
if (params === void 0) { params = { cxArray: [] }; } | ||
this.defaultTheme = { | ||
@@ -36,3 +37,2 @@ xs: '420px', | ||
this.theme = {}; | ||
this.params = { cxArray: [] }; | ||
// protected _update = (...args: CxArgs) => { | ||
@@ -39,0 +39,0 @@ // this.className = cx(this.className, ...args); |
{ | ||
"name": "gwen", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "A utility-first CSS library designed for brevity", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/index.js", |
Sorry, the diff of this file is not supported yet
725931