@globalbrain/sefirot
Advanced tools
Comparing version 0.26.1 to 0.27.0
@@ -0,1 +1,10 @@ | ||
# [0.27.0](https://github.com/globalbrain/sefirot/compare/v0.26.1...v0.27.0) (2021-01-15) | ||
### Features | ||
* **link:** add link component ([0eb920c](https://github.com/globalbrain/sefirot/commit/0eb920cf1d9a6b3467ee0ebbac79322a81f61c8a)) | ||
* **tag:** add tag component ([50e488d](https://github.com/globalbrain/sefirot/commit/50e488db979e2c8ffa6d36d004291b00731a9f2e)) | ||
* **header:** add large size ([125a295](https://github.com/globalbrain/sefirot/commit/125a295a67292f5e762e323b2ec7ca3e769ebd42)) | ||
* **header:** add tags option ([96a32cb](https://github.com/globalbrain/sefirot/commit/96a32cbd7efc601e1a89e3424a2760708060fa8e)) | ||
## [0.26.1](https://github.com/globalbrain/sefirot/compare/v0.26.0...v0.26.1) (2021-01-15) | ||
@@ -2,0 +11,0 @@ |
import { ComputedRef } from '@vue/composition-api' | ||
import { Values } from '../types/Utils' | ||
import { Action } from './Action' | ||
import { Tag } from './Tag' | ||
import { Dropdown, UseDropdownOptions, useDropdown } from './Dropdown' | ||
export * from './Action' | ||
export * from './Tag' | ||
@@ -13,2 +15,3 @@ export interface Header { | ||
actions?: Action[] | ||
tags?: Tag[] | ||
} | ||
@@ -20,3 +23,4 @@ | ||
Small: 'small', | ||
Medium: 'medium' | ||
Medium: 'medium', | ||
Large: 'large' | ||
} as const | ||
@@ -23,0 +27,0 @@ |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
224159
170
1496