diff --git a/app/public/app.js b/app/public/app.js index 7012448..e90d7a0 100644 --- a/app/public/app.js +++ b/app/public/app.js @@ -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: [ { @@ -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: [ @@ -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: [ @@ -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'), @@ -3360,4 +3360,4 @@ m.route.mode = 'pathname'; m.route(document.getElementById('quartz'), '/', { '/:type/:guide': Q.layouts.standard.ui.container -}); +}); \ No newline at end of file diff --git a/app/public/quartz.js b/app/public/quartz.js index 108b676..c6eb9e5 100644 --- a/app/public/quartz.js +++ b/app/public/quartz.js @@ -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'); } -}; +}; \ No newline at end of file diff --git a/package.json b/package.json index c14ab0b..5995cce 100644 --- a/package.json +++ b/package.json @@ -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",