clay-radio
Advanced tools
Comparing version 1.0.0-alpha.16 to 2.0.0-beta.7
@@ -179,3 +179,3 @@ 'use strict'; | ||
var spanLabelClasses__soy86 = ''; | ||
spanLabelClasses__soy86 += 'custom-control-text'; | ||
spanLabelClasses__soy86 += 'custom-control-label-text'; | ||
spanLabelClasses__soy86 += hideLabel ? ' sr-only' : ''; | ||
@@ -182,0 +182,0 @@ incrementalDom.elementOpenStart('span'); |
{ | ||
"name": "clay-radio", | ||
"version": "1.0.0-alpha.16", | ||
"version": "2.0.0-beta.7", | ||
"description": "Clay Radio Component", | ||
@@ -30,6 +30,6 @@ "license": "BSD", | ||
"dependencies": { | ||
"metal-component": "^2.14.0", | ||
"metal-soy": "^2.14.0", | ||
"metal-state": "^2.15.0", | ||
"metal-web-component": "^2.14.0" | ||
"metal-component": "^2.16.0", | ||
"metal-soy": "^2.16.0", | ||
"metal-state": "^2.16.0", | ||
"metal-web-component": "^2.16.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"browserslist-config-clay-components": "^1.0.0-alpha.2", | ||
"clay": "^1.0.0-alpha.15", | ||
"clay": "^2.0.0-beta.7", | ||
"metal-dom": "^2.13.2", | ||
@@ -46,0 +46,0 @@ "metal-tools-soy": "^4.2.1", |
@@ -161,3 +161,3 @@ /* jshint ignore:start */ | ||
var spanLabelClasses__soy86 = ''; | ||
spanLabelClasses__soy86 += 'custom-control-text'; | ||
spanLabelClasses__soy86 += 'custom-control-label-text'; | ||
spanLabelClasses__soy86 += hideLabel ? ' sr-only' : ''; | ||
@@ -164,0 +164,0 @@ incrementalDom.elementOpenStart('span'); |
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
63250
Updatedmetal-component@^2.16.0
Updatedmetal-soy@^2.16.0
Updatedmetal-state@^2.16.0
Updatedmetal-web-component@^2.16.0