Skip to content

Commit

Permalink
bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
medhatnar committed Sep 27, 2017
1 parent b231807 commit 06a1a55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ Q.components.guide.styleguide.ui.radio.container = {
]
}),
m.component(vhxm.components.shared.radio.ui.container, {
color: 'vimeo-blue',
color: 'teal',
name: 'horz-teal',
items: [
{
Expand Down Expand Up @@ -1681,7 +1681,7 @@ Q.components.guide.styleguide.ui.radio.container = {
]
}),
m.component(vhxm.components.shared.radio.ui.container, {
color: 'vimeo-blue',
color: 'teal',
stacked: true,
name: 'stacked-teal',
items: [
Expand All @@ -1706,7 +1706,7 @@ Q.components.guide.styleguide.ui.radio.container = {
view: function() {
return m('div', [
m.component(vhxm.components.shared.radio.ui.container, {
color: 'vimeo-blue',
color: 'teal',
buttons: true,
name: 'stacked-button',
items: [
Expand Down Expand Up @@ -2082,7 +2082,7 @@ Q.components.guide.styleguide.ui.text.container = {
component: {
view: function() {
return m('div', [
m('a[href=#].text-2.is-disabled.block.margin-bottom-small', 'Link Teal (default)'),
m('a[href=#].text-2.is-disabled.block.margin-bottom-small', 'Link Regent Gray (default)'),
m('a[href=#].text-2.is-disabled.block.text--gray.margin-bottom-small', 'Link Gray'),
m('a[href=#].text-2.is-disabled.text--gray-light.inline.bg-navy.margin-bottom-small', 'Link Gray Light'),
m('a[href=#].text-2.is-disabled.block.text--navy.margin-bottom-small', 'Link Navy'),
Expand Down Expand Up @@ -3360,4 +3360,4 @@ m.route.mode = 'pathname';

m.route(document.getElementById('quartz'), '/', {
'/:type/:guide': Q.layouts.standard.ui.container
});
});
2 changes: 1 addition & 1 deletion app/public/quartz.js
Original file line number Diff line number Diff line change
Expand Up @@ -1503,4 +1503,4 @@ vhxm.components.shared.select.ui.list.empty = {
view: function view() {
return m('li.padding-horz-large.padding-top-small.padding-bottom-medium.text--gray.text-center', 'No results');
}
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vhx/quartz",
"version": "1.5.3",
"version": "1.5.4",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
Expand Down

0 comments on commit 06a1a55

Please sign in to comment.