@forter/radio-button
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.0.1](https://github.com/forter/web-components/compare/@forter/radio-button@3.0.0...@forter/radio-button@3.0.1) (2019-12-08) | ||
**Note:** Version bump only for package @forter/radio-button | ||
# [3.0.0](https://github.com/forter/web-components/compare/@forter/radio-button@2.1.6...@forter/radio-button@3.0.0) (2019-12-08) | ||
@@ -8,0 +16,0 @@ |
@@ -11,2 +11,5 @@ import { decorate as _decorate, get as _get, getPrototypeOf as _getPrototypeOf } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
/** | ||
* ⚠️⚠️ This component is deprecated and might be unstable. please use [fc-radio](https://www.npmjs.com/package/@forter/radio). ⚠️⚠️ | ||
* | ||
* | ||
* @element fc-radio-button | ||
@@ -13,0 +16,0 @@ * @slot input - internally used to render light children. Do not use. |
{ | ||
"name": "@forter/radio-button", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Radio Button and Group from Forter Components", | ||
@@ -58,3 +58,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "193fe69cd2a4ad324c79315ac602e9d4f721e918" | ||
"gitHead": "388927302cdf26fff3355d3b3a09d7bb2ddc4ff5" | ||
} |
# fc-radio-button | ||
⚠️⚠️ This component is deprecated and might be unstable. please use [fc-radio](https://www.npmjs.com/package/@forter/radio). ⚠️⚠️ | ||
## Properties | ||
@@ -3,0 +6,0 @@ |
@@ -36,3 +36,3 @@ import constant from 'crocks/combinators/constant'; | ||
describe(tagName, function() { | ||
describe.skip(tagName, function() { | ||
it('Instantiates without error', assertInstantiation(tagName)); | ||
@@ -39,0 +39,0 @@ describe('default properties', function() { |
@@ -43,3 +43,3 @@ import constant from 'crocks/combinators/constant'; | ||
describe(tagName, function() { | ||
describe.skip(tagName, function() { | ||
it('Instantiates without error', assertInstantiation(tagName)); | ||
@@ -46,0 +46,0 @@ describe('default properties', function() { |
@@ -12,2 +12,5 @@ import bound from 'bound-decorator'; | ||
/** | ||
* ⚠️⚠️ This component is deprecated and might be unstable. please use [fc-radio](https://www.npmjs.com/package/@forter/radio). ⚠️⚠️ | ||
* | ||
* | ||
* @element fc-radio-button | ||
@@ -14,0 +17,0 @@ * @slot input - internally used to render light children. Do not use. |
@@ -6,3 +6,4 @@ { | ||
"name": "fc-radio-button", | ||
"jsDoc": "/**\n * @element fc-radio-button\n * @slot input - internally used to render light children. Do not use.\n * @slot label - internally used to render light children. Do not use.\n * @fires item-selected\n * @cssprop --fc-radio-border-color - default: `var(--gray-8)`\n * @cssprop --fc-radio-text-color - default: `black`\n * @cssprop --fc-radio-checked-color - default: `var(--ftr-cyan)`\n * @cssprop --fc-radio-hover-color - default: `var(--gray-0)`\n * @cssprop --fc-radio-disabled-border-color - default: `rgba(0, 0, 0, 0.25)`\n * @cssprop --fc-radio-disabled-text-color - default: `var(--gray-3)`\n */", | ||
"description": "⚠️⚠️ This component is deprecated and might be unstable. please use [fc-radio](https://www.npmjs.com/package/@forter/radio). ⚠️⚠️", | ||
"jsDoc": "/**\n * ⚠️⚠️ This component is deprecated and might be unstable. please use [fc-radio](https://www.npmjs.com/package/@forter/radio). ⚠️⚠️\n *\n *\n * @element fc-radio-button\n * @slot input - internally used to render light children. Do not use.\n * @slot label - internally used to render light children. Do not use.\n * @fires item-selected\n * @cssprop --fc-radio-border-color - default: `var(--gray-8)`\n * @cssprop --fc-radio-text-color - default: `black`\n * @cssprop --fc-radio-checked-color - default: `var(--ftr-cyan)`\n * @cssprop --fc-radio-hover-color - default: `var(--gray-0)`\n * @cssprop --fc-radio-disabled-border-color - default: `rgba(0, 0, 0, 0.25)`\n * @cssprop --fc-radio-disabled-text-color - default: `var(--gray-3)`\n */", | ||
"attributes": [ | ||
@@ -9,0 +10,0 @@ { |
Sorry, the diff of this file is not supported yet
79161
1470
95