paymob-pixel-alpha 1.1.42 → 1.1.43

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/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -81125,7 +81125,7 @@ function Knet(props) {
81125
81125
  onClick: onPaySubmit,
81126
81126
  disabled: loading || errorMessage !== null
81127
81127
  }), errorMessage && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
81128
- className: "mb-4 [&>div]:mb-0",
81128
+ className: "mt-4 [&>div]:mb-0",
81129
81129
  children: /*#__PURE__*/(0,jsx_runtime.jsx)(ErrorMessageViewTwo_ErrorMessage, {
81130
81130
  errorMessage: errorMessage
81131
81131
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "keywords": ["paymob","pixel","paymob-pixel"],
5
5
  "main": "./main.js",
6
6
  "license": "MIT",