Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clay-radio

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-radio - npm Package Compare versions

Comparing version 2.0.0-rc.9 to 2.0.0-rc.10

33

lib/ClayRadio.js

@@ -36,2 +36,3 @@ 'use strict';

* Implementation of the Metal Clay Radio.
* @extends Component
*/

@@ -60,6 +61,6 @@ var ClayRadio = function (_Component) {

* Flag to indicate if checkbox is checked.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -70,6 +71,6 @@ checked: _metalState.Config.bool().value(false),

* Flag to indicate if checkbox is disabled.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -80,6 +81,6 @@ disabled: _metalState.Config.bool().value(false),

* CSS classes to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -90,6 +91,6 @@ elementClasses: _metalState.Config.string(),

* Id to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -100,6 +101,6 @@ id: _metalState.Config.string(),

* Flag to indicate if input should be wrapped to be inline or not.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -110,6 +111,6 @@ inline: _metalState.Config.bool().value(false),

* Label of the input. Required for accesibility.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -120,6 +121,6 @@ label: _metalState.Config.string(),

* Custom content of the radio label. Use it to use your custom html.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?html|undefined}
* @default undefined
* @type {?(html|undefined)}
*/

@@ -130,6 +131,6 @@ labelContent: _metalState.Config.any(),

* Name to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -140,6 +141,6 @@ name: _metalState.Config.string(),

* Flag to indicate if label should be hide.
* @default true
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default true
*/

@@ -150,6 +151,6 @@ showLabel: _metalState.Config.bool().value(true),

* Value to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -156,0 +157,0 @@ value: _metalState.Config.string()

{
"name": "clay-radio",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "Clay Radio 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",

@@ -10,2 +10,3 @@ import Component from 'metal-component';

* Implementation of the Metal Clay Radio.
* @extends Component
*/

@@ -22,6 +23,6 @@ class ClayRadio extends Component {}

* Flag to indicate if checkbox is checked.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -32,6 +33,6 @@ checked: Config.bool().value(false),

* Flag to indicate if checkbox is disabled.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -42,6 +43,6 @@ disabled: Config.bool().value(false),

* CSS classes to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -52,6 +53,6 @@ elementClasses: Config.string(),

* Id to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -62,6 +63,6 @@ id: Config.string(),

* Flag to indicate if input should be wrapped to be inline or not.
* @default false
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default false
*/

@@ -72,6 +73,6 @@ inline: Config.bool().value(false),

* Label of the input. Required for accesibility.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -82,6 +83,6 @@ label: Config.string(),

* Custom content of the radio label. Use it to use your custom html.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?html|undefined}
* @default undefined
* @type {?(html|undefined)}
*/

@@ -92,6 +93,6 @@ labelContent: Config.any(),

* Name to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -102,6 +103,6 @@ name: Config.string(),

* Flag to indicate if label should be hide.
* @default true
* @instance
* @memberof ClayRadio
* @type {?bool}
* @default true
*/

@@ -112,6 +113,6 @@ showLabel: Config.bool().value(true),

* Value to be applied to the element.
* @default undefined
* @instance
* @memberof ClayRadio
* @type {?string|undefined}
* @default undefined
* @type {?(string|undefined)}
*/

@@ -118,0 +119,0 @@ value: Config.string(),

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc