worksafe-component-library
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -5,2 +5,7 @@ # Changelog | ||
- | ||
- v1.7.6 | ||
- Card - Add interaction styles | ||
- BrowseContent - Change links to not use `field_path` for URL | ||
- Add QuickSearch, place in HomepageHeader | ||
- Forms support input[type="email"] fields | ||
- v1.7.5 | ||
@@ -7,0 +12,0 @@ - Style tweaks |
{ | ||
"name": "worksafe-component-library", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "A Vue.js component library for use in WorkSafe family websites", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -35,2 +35,3 @@ // Keep this alphabetised to aid diffs | ||
TIME: 'webform_time', | ||
EMAIL: 'email', | ||
} | ||
@@ -43,2 +44,3 @@ | ||
[TYPES.DATE]: 'date', | ||
[TYPES.EMAIL]: 'email', | ||
} |
@@ -10,2 +10,7 @@ import { storiesOf } from '@storybook/vue' | ||
storiesOf('Components/SubComponents/SearchBox', module) | ||
.addDecorator(function () { | ||
return { | ||
template: '<div class="container grid-row" style="padding-top: 4rem"><div class="grid-columns-lg-6"><story /></div></div>' | ||
} | ||
}) | ||
.add('Default', withReadme(readme, () => ({ | ||
@@ -12,0 +17,0 @@ components: { SearchBox }, |
@@ -13,2 +13,3 @@ // container components | ||
import Modal from './components/Global/Modal' | ||
import QuickSearch from './components/Global/QuickSearch' | ||
// content components | ||
@@ -47,2 +48,3 @@ import RichTextContent from './components/Content/RichTextContent' | ||
export { Modal } | ||
export { QuickSearch } | ||
@@ -49,0 +51,0 @@ // content components |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1388007
282
8947