@thecb/components 9.1.0-beta.6 → 9.1.0-beta.7

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": "9.1.0-beta.6",
3
+ "version": "9.1.0-beta.7",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -24,8 +24,6 @@ const PartialAmountForm = ({
24
24
  actions,
25
25
  showErrors = false
26
26
  }) => {
27
- console.log("fields", fields);
28
- console.log("actions", actions);
29
27
  if (clearOnDismount) {
30
28
  useEffect(() => () => actions.form.clear(), []);
31
29
  }
@@ -21,7 +21,6 @@ export const createPartialAmountFormState = (
21
21
  minimum,
22
22
  blockPartialPaymentOverpay
23
23
  );
24
- console.log("item and validators", item, validators);
25
24
  return {
26
25
  ...acc,
27
26
  [item.id]: {
@@ -31,7 +30,6 @@ export const createPartialAmountFormState = (
31
30
  }
32
31
  };
33
32
  }, {});
34
- console.log("form config is", formConfig);
35
33
  const { reducer, mapStateToProps, mapDispatchToProps } = createFormState(
36
34
  formConfig
37
35
  );
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file