@getopenpay/openpay-js-react 0.0.22-alpha.041cf4f → 0.0.23-alpha.115efef
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3040,7 +3040,7 @@ const ks = i.object({
|
|
|
3040
3040
|
return;
|
|
3041
3041
|
}
|
|
3042
3042
|
}), e;
|
|
3043
|
-
}, Cs = (t, e) => Array.from(t.querySelectorAll("
|
|
3043
|
+
}, Cs = (t, e) => Array.from(t.querySelectorAll("[data-opid]") ?? []).reduce((s, a) => {
|
|
3044
3044
|
const o = a.getAttribute("data-opid");
|
|
3045
3045
|
return o ? { ...s, [o]: a.value } : s;
|
|
3046
3046
|
}, e), lt = (t, e, r, n, s, a, o) => {
|
|
@@ -3832,7 +3832,7 @@ const Aa = () => ++Ia, Pr = ".", Ir = (t) => t ? t.split(Pr) : [], Na = (t) => t
|
|
|
3832
3832
|
enableDynamicPreviews: I
|
|
3833
3833
|
} = t, C = T ?? Rs, [$, V] = S(void 0), [O, W] = S([]), [j, Y] = S("1px"), [J, Nr] = S(!1), [ne, Le] = S(void 0), [Ft, Ce] = S(!1), [ye, jr] = S([]), [ge, Mr] = S({}), [zt, ct] = S(0), [qt, se] = S(!1), [ae, Zr] = S(void 0), [Bt, Dr] = S(void 0), [Ht, $r] = S(void 0), [le, Lr] = S(void 0), [Et, Ur] = S(void 0), fe = ze(() => `opjs-form-${sr()}`, []), G = qe(null);
|
|
3834
3834
|
pe(() => {
|
|
3835
|
-
const P = { version: "0.0.
|
|
3835
|
+
const P = { version: "0.0.23", release_version: "0.0.23-alpha.115efef" };
|
|
3836
3836
|
window.ojs_version = P;
|
|
3837
3837
|
}, []);
|
|
3838
3838
|
const { cdeConn: Ae, connectToCdeIframe: Wt } = Ba(), Kt = pa(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getopenpay/openpay-js-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23-alpha.115efef",
|
|
4
4
|
"description": "Accept payments through OpenPay, right on your site",
|
|
5
5
|
"author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
|
|
6
6
|
"type": "module",
|