merchi_checkout 1.0.4-b → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -87,9 +87,9 @@ Sure, here's the updated props chart for the `MerchiCheckout` component with the
87
87
  | `discountClassNameButtonContainer` | `string?` | `'col-auto'` | `Class for the discount button container` |
88
88
  | `discountClassNameErrorMessage` | `string?` | `'text-danger'` | `Class for the discount error message` |
89
89
  | `discountClassNameInput` | `string?` | `'form-control'` | `Class for the discount input` |
90
- | `discountClassNameListItem` | `string?` | `'list-group-item d-flex justify-content-between mt-2'` | `Class for the discount list item` |
90
+ | `discountClassNameListItem` | `string?` | `'list-group-item d-flex align-items-center justify-content-between mt-2'` | `Class for the discount list item` |
91
91
  | `discountClassNameListItems` | `string?` | `'list-group'` | `Class for the discount list items` |
92
- | `discountClassNameInputContainer` | `string?` | `'col-auto'` | `Class for the discount input container` |
92
+ | `discountClassNameInputContainer` | `string?` | None | `Class for the discount input container` |
93
93
  | `discountClassNameInputdiscountLabel` | `string?` | `'visually-hidden'` | `Class for the discount label` |
94
94
  | `discountLabel` | `string?` | None | `Label for the discount input` |
95
95
  | `discountShowAppliedItems` | `boolean?` | `false` | `Show the applied discount items` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_checkout",
3
- "version": "1.0.4b",
3
+ "version": "1.0.4",
4
4
  "description": "Merchi's custom checkout step form",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.tsx",
@@ -74,7 +74,7 @@
74
74
  "js-cookie": "^3.0.5",
75
75
  "lodash": "^4.17.21",
76
76
  "merchi_invoice": "^1.0.0",
77
- "merchi_sdk_ts": "^1.0.23",
77
+ "merchi_sdk_ts": "^1.0.24",
78
78
  "react": "18.2.0",
79
79
  "react-addons-css-transition-group": "^15.6.2",
80
80
  "react-country-region-selector": "^3.6.1",