clay-radio
Advanced tools
Comparing version 2.20.1 to 2.20.2
@@ -8,2 +8,4 @@ 'use strict'; | ||
require('./ClayRadioLabel.soy.js'); | ||
var _clayComponent = require('clay-component'); | ||
@@ -10,0 +12,0 @@ |
@@ -44,2 +44,4 @@ 'use strict'; | ||
var $templateAlias1 = _metalSoy2.default.getTemplate('ClayRadioLabel.incrementaldom', 'render'); | ||
/** | ||
@@ -184,3 +186,3 @@ * @param {{ | ||
incrementalDom.elementOpenEnd(); | ||
soyIdom.print(label); | ||
$templateAlias1(opt_data, null, opt_ijData); | ||
incrementalDom.elementClose('span'); | ||
@@ -187,0 +189,0 @@ } |
{ | ||
"name": "clay-radio", | ||
"version": "2.20.1", | ||
"version": "2.20.2", | ||
"description": "Clay Radio Component", | ||
@@ -31,3 +31,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"clay-component": "^2.20.1", | ||
"clay-component": "^2.20.2", | ||
"metal-component": "^2.16.0", | ||
@@ -45,3 +45,3 @@ "metal-soy": "^2.16.0", | ||
"browserslist-config-clay": "^2.16.2", | ||
"clay-css": "^2.20.1", | ||
"clay-css": "^2.20.2", | ||
"metal-dom": "^2.13.2", | ||
@@ -55,3 +55,3 @@ "metal-tools-soy": "^4.3.2", | ||
], | ||
"gitHead": "9f0797390e5011d63c46324aefbf42c400a29cad" | ||
"gitHead": "7b163e2fbc194fe32b3835bfa446b9c25f0d9e3c" | ||
} |
@@ -0,1 +1,2 @@ | ||
import './ClayRadioLabel.soy.js'; | ||
import ClayComponent from 'clay-component'; | ||
@@ -2,0 +3,0 @@ import defineWebComponent from 'metal-web-component'; |
@@ -24,3 +24,5 @@ /* jshint ignore:start */ | ||
var $templateAlias1 = Soy.getTemplate('ClayRadioLabel.incrementaldom', 'render'); | ||
/** | ||
@@ -166,3 +168,3 @@ * @param {{ | ||
incrementalDom.elementOpenEnd(); | ||
soyIdom.print(label); | ||
$templateAlias1(opt_data, null, opt_ijData); | ||
incrementalDom.elementClose('span'); | ||
@@ -169,0 +171,0 @@ } |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75009
16
876
Updatedclay-component@^2.20.2