@tds/core-checkbox
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -96,3 +96,3 @@ import React from 'react' | ||
expect(findFakeCheckbox()).toHaveClassName('unchecked') | ||
expect(findFakeCheckbox().find(DecorativeIcon)).toBeEmpty() | ||
expect(findFakeCheckbox().find(DecorativeIcon)).not.toExist() | ||
}) | ||
@@ -125,3 +125,3 @@ | ||
expect(findFakeCheckbox()).toHaveClassName('unchecked') | ||
expect(findFakeCheckbox().find(DecorativeIcon)).toBeEmpty() | ||
expect(findFakeCheckbox().find(DecorativeIcon)).not.toExist() | ||
}) | ||
@@ -224,3 +224,3 @@ | ||
expect(findColoredLabel()).toBeEmpty() | ||
expect(findColoredLabel()).not.toExist() | ||
expect(findFakeCheckbox()).toHaveClassName('checked') | ||
@@ -227,0 +227,0 @@ expect(findFakeCheckbox()).not.toHaveClassName('error') |
@@ -10,3 +10,3 @@ import React from 'react' | ||
/** | ||
* @version 1.0.0 | ||
* @version 1.0.2 | ||
*/ | ||
@@ -13,0 +13,0 @@ const Checkbox = props => ( |
@@ -912,3 +912,3 @@ 'use strict'; | ||
/** | ||
* @version 1.0.0 | ||
* @version 1.0.2 | ||
*/ | ||
@@ -915,0 +915,0 @@ var Checkbox = function Checkbox(props) { |
@@ -908,3 +908,3 @@ import React from 'react'; | ||
/** | ||
* @version 1.0.0 | ||
* @version 1.0.2 | ||
*/ | ||
@@ -911,0 +911,0 @@ var Checkbox = function Checkbox(props) { |
{ | ||
"name": "@tds/core-checkbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.cjs.js", | ||
@@ -27,5 +27,5 @@ "module": "index.es.js", | ||
"dependencies": { | ||
"@tds/core-box": "^1.0.0", | ||
"@tds/core-box": "^1.0.1", | ||
"@tds/core-decorative-icon": "^1.0.0", | ||
"@tds/core-input-feedback": "^1.0.0", | ||
"@tds/core-input-feedback": "^1.0.1", | ||
"@tds/core-paragraph": "^1.0.0", | ||
@@ -37,5 +37,5 @@ "@tds/core-text": "^1.0.0", | ||
"@tds/core-colours": "^1.0.0", | ||
"@tds/shared-choice": "^1.0.1", | ||
"@tds/shared-choice": "^1.0.2", | ||
"core-js": "^2.5.3" | ||
} | ||
} |
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
163580
17
Updated@tds/core-box@^1.0.1