@globalbrain/sefirot
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -0,1 +1,7 @@ | ||
## [0.26.1](https://github.com/globalbrain/sefirot/compare/v0.26.0...v0.26.1) (2021-01-15) | ||
### Bug Fixes | ||
* **card:** size "wide" was not working correctly ([018e75e](https://github.com/globalbrain/sefirot/commit/018e75e192d0d8422f9328c3b1988073bea31cdf)) | ||
# [0.26.0](https://github.com/globalbrain/sefirot/compare/v0.25.0...v0.26.0) (2021-01-15) | ||
@@ -2,0 +8,0 @@ |
@@ -22,3 +22,3 @@ import { Values } from '../types/Utils' | ||
Compact: 'compact', | ||
Wide: 'Wide' | ||
Wide: 'wide' | ||
} as const | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
219013