@thecb/components 5.9.0-beta.5 → 5.9.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +4 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/atoms/add-obligation/AddObligation.js +1 -3
- package/src/components/atoms/placeholder/Placeholder.js +1 -1
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/molecules/.DS_Store +0 -0
- package/src/deprecated/.DS_Store +0 -0
package/package.json
CHANGED
package/src/.DS_Store
CHANGED
|
Binary file
|
|
@@ -12,8 +12,7 @@ const AddObligation = ({
|
|
|
12
12
|
action,
|
|
13
13
|
themeValues,
|
|
14
14
|
extraStyles,
|
|
15
|
-
textExtraStyles
|
|
16
|
-
dataQa
|
|
15
|
+
textExtraStyles
|
|
17
16
|
}) => {
|
|
18
17
|
const hoverStyles = `
|
|
19
18
|
&:hover {
|
|
@@ -49,7 +48,6 @@ const AddObligation = ({
|
|
|
49
48
|
extraStyles={defaultStyles}
|
|
50
49
|
onClick={action}
|
|
51
50
|
tabIndex="0"
|
|
52
|
-
dataQa={dataQa}
|
|
53
51
|
>
|
|
54
52
|
<Cover singleChild minHeight="100%">
|
|
55
53
|
<Cluster justify="center" align="center" minHeight="100%">
|
|
@@ -108,7 +108,7 @@ const PaymentDetailsActions = ({
|
|
|
108
108
|
variant="tertiary"
|
|
109
109
|
text={`Set Up ${planType}`}
|
|
110
110
|
action={() => {
|
|
111
|
-
setDetailedObligation(obligations, config
|
|
111
|
+
setDetailedObligation(obligations, config);
|
|
112
112
|
handleAutopayAction();
|
|
113
113
|
}}
|
|
114
114
|
dataQa="Set Up Autopay"
|
package/src/components/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
package/src/deprecated/.DS_Store
DELETED
|
Binary file
|