Comparing version 0.4.3 to 0.4.4
@@ -50,6 +50,6 @@ import { GwenBaseBase } from './GwenBaseBase'; | ||
get full(): this; | ||
get oh(): this; | ||
get ov(): this; | ||
get os(): this; | ||
get oa(): this; | ||
get ofh(): this; | ||
get ofv(): this; | ||
get ofs(): this; | ||
get ofa(): this; | ||
get smallcaps(): this; | ||
@@ -56,0 +56,0 @@ /** |
@@ -417,3 +417,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(GwenBase.prototype, "oh", { | ||
Object.defineProperty(GwenBase.prototype, "ofh", { | ||
get: function () { | ||
@@ -425,3 +425,3 @@ return this.css({ overflow: 'hidden' }); | ||
}); | ||
Object.defineProperty(GwenBase.prototype, "ov", { | ||
Object.defineProperty(GwenBase.prototype, "ofv", { | ||
get: function () { | ||
@@ -433,3 +433,3 @@ return this.css({ overflow: 'visible' }); | ||
}); | ||
Object.defineProperty(GwenBase.prototype, "os", { | ||
Object.defineProperty(GwenBase.prototype, "ofs", { | ||
get: function () { | ||
@@ -441,3 +441,3 @@ return this.css({ overflow: 'scroll' }); | ||
}); | ||
Object.defineProperty(GwenBase.prototype, "oa", { | ||
Object.defineProperty(GwenBase.prototype, "ofa", { | ||
get: function () { | ||
@@ -444,0 +444,0 @@ return this.css({ overflow: 'auto' }); |
{ | ||
"name": "gwen", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"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
1042756