@ranty/ranty-sdk 2.17.0-beta.6 → 2.17.0
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-6a57772a.js → index-eff0d9cf.js} +19393 -41019
- package/dist/{index.es-7646d0ae.js → index.es-0aa0a7d2.js} +1159 -1159
- package/dist/index.js +12 -12
- package/package.json +2 -5
- package/dist/style.css +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ad as n, ac as e, a5 as t, ag as o, ae as r, af as C, a6 as m, a3 as p, ab as A, aa as d, a4 as i, a7 as l, a8 as u, a9 as y, A as c, w as F, f as S, e as P, n as M, p as O, Q as k, o as I, q as H, m as f, r as x, C as L, u as g, T as v, j as D, a as b, d as E, D as w, l as Q, E as h, v as B, b as N, F as R, k as j, $ as q, a1 as z, N as G, P as J, M as K, x as T, V as U, W as V, U as W, a2 as X, X as Y, Y as Z, Z as $, i as _, h as aa, a0 as sa, S as na, y as ea, t as ta, z as oa, B as ra, G as Ca, s as ma, K as pa, H as Aa, I as da, J as ia, O as la, R as ua, L as ya } from "./index-eff0d9cf.js";
|
|
2
2
|
export {
|
|
3
3
|
n as A2AAccountDetails,
|
|
4
4
|
e as A2AAccountList,
|
|
@@ -7,10 +7,10 @@ export {
|
|
|
7
7
|
r as A2AFeedbackLoading,
|
|
8
8
|
C as A2AFeedbackStatus,
|
|
9
9
|
m as A2AHolderform,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
p as A2AHome,
|
|
11
|
+
A as A2AInvoice,
|
|
12
|
+
d as A2ALoading,
|
|
13
|
+
i as A2AMain,
|
|
14
14
|
l as A2APlans,
|
|
15
15
|
u as A2AStatus,
|
|
16
16
|
y as A2ASummary,
|
|
@@ -31,9 +31,9 @@ export {
|
|
|
31
31
|
D as CreditCard,
|
|
32
32
|
b as CreditCardInput,
|
|
33
33
|
E as DateOfBirth,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
w as DniInput,
|
|
35
|
+
Q as DrawerComponent,
|
|
36
|
+
h as EmailInput,
|
|
37
37
|
B as ErrorsPanel,
|
|
38
38
|
N as ExpiredInput,
|
|
39
39
|
R as FooterComponent,
|
|
@@ -61,10 +61,10 @@ export {
|
|
|
61
61
|
ra as SCOFCardsList,
|
|
62
62
|
Ca as SCOFHolderForm,
|
|
63
63
|
ma as SCOFLoading,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
pa as SCOFMain,
|
|
65
|
+
Aa as SCOFPlans,
|
|
66
|
+
da as SCOFStatus,
|
|
67
|
+
ia as SCOFSummary,
|
|
68
68
|
la as click2payContext,
|
|
69
69
|
ua as contextFraudPrevention,
|
|
70
70
|
ya as payfacContext
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ranty/ranty-sdk",
|
|
3
|
-
"version": "2.17.0
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "Ranty sdk",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -89,10 +89,7 @@
|
|
|
89
89
|
"recaptcha-v3": "^1.10.0",
|
|
90
90
|
"sass": "^1.66.1",
|
|
91
91
|
"uuid": "^10.0.0",
|
|
92
|
-
"ws": "^8.17.1"
|
|
93
|
-
"crypto-browserify": "^3.12.0",
|
|
94
|
-
"stream-browserify": "^3.0.0",
|
|
95
|
-
"vite-plugin-node-polyfills": "^0.23.0"
|
|
92
|
+
"ws": "^8.17.1"
|
|
96
93
|
},
|
|
97
94
|
"overrides": {
|
|
98
95
|
"ws": "^8.17.1",
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"normalize.css";:host .content-wrapper{display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between;background:rgb(244,244,244)}form{margin:inherit}.clickeable{cursor:pointer}:host .container{display:flex;flex-direction:column;gap:16px}:host .clickeable{display:block;transition:transform .3s ease}:host .clickeable:hover{transform:translate(3px)}
|