Comparing version 2.0.0-rc.3 to 2.0.0-rc.4
@@ -232,2 +232,4 @@ 'use strict'; | ||
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */ | ||
var stickerShape = soy.asserts.assertType(opt_data.stickerShape == null || goog.isString(opt_data.stickerShape) || opt_data.stickerShape instanceof goog.soy.data.SanitizedContent, 'stickerShape', opt_data.stickerShape, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */ | ||
var stickerStyle = soy.asserts.assertType(opt_data.stickerStyle == null || goog.isString(opt_data.stickerStyle) || opt_data.stickerStyle instanceof goog.soy.data.SanitizedContent, 'stickerStyle', opt_data.stickerStyle, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
@@ -248,2 +250,3 @@ incrementalDom.elementOpenStart('div'); | ||
* stickerLabel: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
* stickerShape: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
* stickerStyle: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
@@ -250,0 +253,0 @@ * }} |
{ | ||
"name": "clay-card", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0-rc.4", | ||
"description": "Metal ClayCard component", | ||
@@ -30,8 +30,8 @@ "license": "BSD", | ||
"dependencies": { | ||
"clay-checkbox": "^2.0.0-rc.3", | ||
"clay-dropdown": "^2.0.0-rc.3", | ||
"clay-icon": "^2.0.0-rc.3", | ||
"clay-label": "^2.0.0-rc.3", | ||
"clay-link": "^2.0.0-rc.3", | ||
"clay-sticker": "^2.0.0-rc.3", | ||
"clay-checkbox": "^2.0.0-rc.4", | ||
"clay-dropdown": "^2.0.0-rc.4", | ||
"clay-icon": "^2.0.0-rc.4", | ||
"clay-label": "^2.0.0-rc.4", | ||
"clay-link": "^2.0.0-rc.4", | ||
"clay-sticker": "^2.0.0-rc.4", | ||
"metal": "^2.16.0", | ||
@@ -50,3 +50,3 @@ "metal-component": "^2.16.0", | ||
"browserslist-config-clay-components": "^2.0.0-rc.3", | ||
"clay": "^2.0.0-rc.3", | ||
"clay": "^2.0.0-rc.4", | ||
"metal-dom": "^2.13.2", | ||
@@ -53,0 +53,0 @@ "metal-tools-soy": "^6.0.0", |
@@ -215,2 +215,4 @@ /* jshint ignore:start */ | ||
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */ | ||
var stickerShape = soy.asserts.assertType(opt_data.stickerShape == null || (goog.isString(opt_data.stickerShape) || opt_data.stickerShape instanceof goog.soy.data.SanitizedContent), 'stickerShape', opt_data.stickerShape, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */ | ||
var stickerStyle = soy.asserts.assertType(opt_data.stickerStyle == null || (goog.isString(opt_data.stickerStyle) || opt_data.stickerStyle instanceof goog.soy.data.SanitizedContent), 'stickerStyle', opt_data.stickerStyle, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
@@ -231,2 +233,3 @@ incrementalDom.elementOpenStart('div'); | ||
* stickerLabel: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
* stickerShape: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
* stickerStyle: (!goog.soy.data.SanitizedContent|null|string|undefined), | ||
@@ -233,0 +236,0 @@ * }} |
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
543341
5602
Updatedclay-checkbox@^2.0.0-rc.4
Updatedclay-dropdown@^2.0.0-rc.4
Updatedclay-icon@^2.0.0-rc.4
Updatedclay-label@^2.0.0-rc.4
Updatedclay-link@^2.0.0-rc.4
Updatedclay-sticker@^2.0.0-rc.4