@tds/core-checkbox
Advanced tools
Comparing version 1.1.21 to 1.1.22
@@ -197,3 +197,3 @@ import React from 'react' | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'errorText') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'errorText ieFullWidth') | ||
expect(findFakeCheckbox()).toHaveClassName('error') | ||
@@ -210,3 +210,3 @@ expect(findFakeCheckbox()).not.toHaveClassName('unchecked') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'errorText') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'errorText ieFullWidth') | ||
expect(findFakeCheckbox()).toHaveClassName('error') | ||
@@ -243,3 +243,3 @@ expect(findFakeCheckbox()).not.toHaveClassName('unchecked') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'disabledText') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'disabledText ieFullWidth') | ||
expect(findCheckboxElement()).toHaveProp('disabled', true) | ||
@@ -256,3 +256,3 @@ expect(findFakeCheckbox()).toHaveClassName('disabled') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'disabledText') | ||
expect(findColoredLabel()).toHaveProp('colorClassName', 'disabledText ieFullWidth') | ||
expect(findCheckboxElement()).toHaveProp('disabled', true) | ||
@@ -259,0 +259,0 @@ expect(findFakeCheckbox()).toHaveClassName('disabledChecked') |
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.22](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.21...@tds/core-checkbox@1.1.22) (2019-05-22) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
## [1.1.21](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.20...@tds/core-checkbox@1.1.21) (2019-05-01) | ||
@@ -8,0 +16,0 @@ |
@@ -324,3 +324,3 @@ 'use strict'; | ||
var styles$1 = {"alignCenter":"TDS_Choice-modules__alignCenter___1M8FG","alignFlexStart":"TDS_Choice-modules__alignFlexStart___1zDGw","flexOne":"TDS_Choice-modules__flexOne___1SrBe","label":"TDS_Choice-modules__label___1S7Ir","fakeInput":"TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl","fakeCheckbox":"TDS_Choice-modules__fakeCheckbox___1Buqb TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__rounded___3df1Q","fakeRadio":"TDS_Choice-modules__fakeRadio___1H3I- TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__circular___OppHT","unchecked":"TDS_Choice-modules__unchecked___3Zyro","focused":"TDS_Choice-modules__focused___2KPRk","error":"TDS_Choice-modules__error___1Vlds","hiddenInput":"TDS_Choice-modules__hiddenInput___3S8As"}; | ||
var styles$1 = {"alignCenter":"TDS_Choice-modules__alignCenter___1M8FG","alignFlexStart":"TDS_Choice-modules__alignFlexStart___1zDGw","flexOne":"TDS_Choice-modules__flexOne___1SrBe","label":"TDS_Choice-modules__label___1S7Ir","fakeInput":"TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl","fakeCheckbox":"TDS_Choice-modules__fakeCheckbox___1Buqb TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__rounded___3df1Q","fakeRadio":"TDS_Choice-modules__fakeRadio___1H3I- TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__circular___OppHT","unchecked":"TDS_Choice-modules__unchecked___3Zyro","focused":"TDS_Choice-modules__focused___2KPRk","error":"TDS_Choice-modules__error___1Vlds","hiddenInput":"TDS_Choice-modules__hiddenInput___3S8As","ieFullWidth":"TDS_Choice-modules__ieFullWidth___3LvLK"}; | ||
@@ -357,3 +357,3 @@ var messagingStyles = {"default":"TDS_Messaging-modules__default___2B8Di","success":"TDS_Messaging-modules__success___3kyw2","error":"TDS_Messaging-modules__error___3NArF","errorText":"TDS_Messaging-modules__errorText___IDcbb","disabledText":"TDS_Messaging-modules__disabledText___1bjON"}; | ||
return React.createElement(ColoredTextProvider, { | ||
colorClassName: color | ||
colorClassName: joinClassNames(color, styles$1.ieFullWidth) | ||
}, React.createElement(Flexbox, { | ||
@@ -360,0 +360,0 @@ direction: "row", |
@@ -320,3 +320,3 @@ import React from 'react'; | ||
var styles$1 = {"alignCenter":"TDS_Choice-modules__alignCenter___1M8FG","alignFlexStart":"TDS_Choice-modules__alignFlexStart___1zDGw","flexOne":"TDS_Choice-modules__flexOne___1SrBe","label":"TDS_Choice-modules__label___1S7Ir","fakeInput":"TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl","fakeCheckbox":"TDS_Choice-modules__fakeCheckbox___1Buqb TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__rounded___3df1Q","fakeRadio":"TDS_Choice-modules__fakeRadio___1H3I- TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__circular___OppHT","unchecked":"TDS_Choice-modules__unchecked___3Zyro","focused":"TDS_Choice-modules__focused___2KPRk","error":"TDS_Choice-modules__error___1Vlds","hiddenInput":"TDS_Choice-modules__hiddenInput___3S8As"}; | ||
var styles$1 = {"alignCenter":"TDS_Choice-modules__alignCenter___1M8FG","alignFlexStart":"TDS_Choice-modules__alignFlexStart___1zDGw","flexOne":"TDS_Choice-modules__flexOne___1SrBe","label":"TDS_Choice-modules__label___1S7Ir","fakeInput":"TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl","fakeCheckbox":"TDS_Choice-modules__fakeCheckbox___1Buqb TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__rounded___3df1Q","fakeRadio":"TDS_Choice-modules__fakeRadio___1H3I- TDS_Choice-modules__fakeInput___3I1CX TDS_Borders-modules__thin___1JHOl TDS_Borders-modules__circular___OppHT","unchecked":"TDS_Choice-modules__unchecked___3Zyro","focused":"TDS_Choice-modules__focused___2KPRk","error":"TDS_Choice-modules__error___1Vlds","hiddenInput":"TDS_Choice-modules__hiddenInput___3S8As","ieFullWidth":"TDS_Choice-modules__ieFullWidth___3LvLK"}; | ||
@@ -353,3 +353,3 @@ var messagingStyles = {"default":"TDS_Messaging-modules__default___2B8Di","success":"TDS_Messaging-modules__success___3kyw2","error":"TDS_Messaging-modules__error___3NArF","errorText":"TDS_Messaging-modules__errorText___IDcbb","disabledText":"TDS_Messaging-modules__disabledText___1bjON"}; | ||
return React.createElement(ColoredTextProvider, { | ||
colorClassName: color | ||
colorClassName: joinClassNames(color, styles$1.ieFullWidth) | ||
}, React.createElement(Flexbox, { | ||
@@ -356,0 +356,0 @@ direction: "row", |
{ | ||
"name": "@tds/core-checkbox", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"main": "index.cjs.js", | ||
@@ -36,5 +36,5 @@ "module": "index.es.js", | ||
"@tds/core-colours": "^1.1.2", | ||
"@tds/shared-choice": "^1.1.16" | ||
"@tds/shared-choice": "^1.1.17" | ||
}, | ||
"gitHead": "24679ca1369e64d054bf825ab56b54cbb38180b4" | ||
"gitHead": "c08d00ff26d4e6ece039866fd36462bc7de5efee" | ||
} |
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
65150
1456