@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.9.0-beta.5",
3
+ "version": "5.9.0-beta.6",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
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%">
@@ -21,7 +21,7 @@ const PlaceholderContentWrapper = ({
21
21
  dataQa
22
22
  }) =>
23
23
  isLink ? (
24
- <Link to={destination} dataQa={dataQa}>
24
+ <Link to={destination} data-qa={dataQa}>
25
25
  <Box padding="0" minHeight="100%" extraStyles={`cursor: pointer;`}>
26
26
  {children}
27
27
  </Box>
@@ -108,7 +108,7 @@ const PaymentDetailsActions = ({
108
108
  variant="tertiary"
109
109
  text={`Set Up ${planType}`}
110
110
  action={() => {
111
- setDetailedObligation(obligations, config, obligationAssocID);
111
+ setDetailedObligation(obligations, config);
112
112
  handleAutopayAction();
113
113
  }}
114
114
  dataQa="Set Up Autopay"
Binary file
Binary file
Binary file