Comparing version 0.7.2 to 0.8.0
@@ -65,3 +65,8 @@ "use strict"; | ||
} | ||
return new _this.constructor(_this.theme, __assign(__assign({}, _this.params), { cssArray: __spreadArrays(_this.params.cssArray, args) })); | ||
_this.params.cssArray = __spreadArrays(_this.params.cssArray, args); | ||
// return new (this as any).constructor(this.theme, { | ||
// ...this.params, | ||
// cssArray: [. ..this.params.cssArray, ...args], | ||
// }); | ||
return _this; | ||
}; | ||
@@ -68,0 +73,0 @@ // cx = (...args: CxArgs): this => { |
{ | ||
"name": "gwen", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"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
1006237
18098