@thecb/components 9.1.0-beta.5 → 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.5",
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",
@@ -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,16 +30,9 @@ 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
  );
38
- console.log(
39
- "partial amount form reducer etc is",
40
- reducer,
41
- mapStateToProps,
42
- mapDispatchToProps
43
- );
44
36
  return {
45
37
  partialAmountFormReducer: reducer,
46
38
  partialAmountFormMapStateToProps: mapStateToProps,
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file