@openhive-eu/payment 1.0.0-next.7 → 1.0.0-next.8

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/dist/index.js CHANGED
@@ -5818,7 +5818,7 @@ function ld() {
5818
5818
  return v`
5819
5819
  <div
5820
5820
  role="alert"
5821
- class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4"
5821
+ class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4 pay:rounded-md"
5822
5822
  >
5823
5823
  <p>Something went wrong while loading the payment component.</p>
5824
5824
  </div>
package/dist/index.js.gz CHANGED
Binary file
package/dist/index.min.js CHANGED
@@ -120,7 +120,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
120
120
  `}function co(){return b`
121
121
  <div
122
122
  role="alert"
123
- class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4"
123
+ class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4 pay:rounded-md"
124
124
  >
125
125
  <p>Something went wrong while loading the payment component.</p>
126
126
  </div>
Binary file
package/dist/react.js CHANGED
@@ -5820,7 +5820,7 @@ function fd() {
5820
5820
  return w`
5821
5821
  <div
5822
5822
  role="alert"
5823
- class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4"
5823
+ class="pay:bg-red-50 pay:border pay:border-red-400 pay:text-red-700 pay:p-4 pay:rounded-md"
5824
5824
  >
5825
5825
  <p>Something went wrong while loading the payment component.</p>
5826
5826
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openhive-eu/payment",
3
- "version": "1.0.0-next.7",
3
+ "version": "1.0.0-next.8",
4
4
  "private": false,
5
5
  "description": "Payment terminal widget — web component + optional React wrapper",
6
6
  "license": "ISC",