clay-portal
Advanced tools
Comparing version 2.0.0-rc.9 to 2.0.0-rc.10
@@ -32,2 +32,3 @@ 'use strict'; | ||
* Metal ClayPortal component. | ||
* @extends Component | ||
*/ | ||
@@ -55,7 +56,7 @@ var ClayPortal = function (_Component) { | ||
/** | ||
* CSS classes to be applied to the element. | ||
* @default undefined | ||
* @instance | ||
* @memberof ClayPortal | ||
* @type {!html|string} | ||
* @default undefined | ||
* @type {!(html|string)} | ||
* CSS classes to be applied to the element. | ||
*/ | ||
@@ -62,0 +63,0 @@ content: _metalState.Config.required() |
{ | ||
"name": "clay-portal", | ||
"version": "2.0.0-rc.9", | ||
"version": "2.0.0-rc.10", | ||
"description": "Metal ClayPortal component", | ||
@@ -41,4 +41,4 @@ "license": "BSD", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay-components": "^2.0.0-rc.9", | ||
"clay": "^2.0.0-rc.9", | ||
"browserslist-config-clay-components": "^2.0.0-rc.10", | ||
"clay": "^2.0.0-rc.10", | ||
"metal-dom": "^2.13.2", | ||
@@ -45,0 +45,0 @@ "metal-tools-soy": "^6.0.0", |
@@ -9,2 +9,3 @@ import Component from 'metal-component'; | ||
* Metal ClayPortal component. | ||
* @extends Component | ||
*/ | ||
@@ -20,7 +21,7 @@ class ClayPortal extends Component {} | ||
/** | ||
* CSS classes to be applied to the element. | ||
* @default undefined | ||
* @instance | ||
* @memberof ClayPortal | ||
* @type {!html|string} | ||
* @default undefined | ||
* @type {!(html|string)} | ||
* CSS classes to be applied to the element. | ||
*/ | ||
@@ -27,0 +28,0 @@ content: Config.required(), |
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
15418
210