@vehiclehistory/property-lib 0.0.78 → 0.0.80
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/main.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as c, jsxs as M, Fragment as k } from "react/jsx-runtime";
|
|
2
2
|
import m from "classnames";
|
|
3
3
|
import { memo as b, useState as Z, useEffect as N } from "react";
|
|
4
|
-
const
|
|
4
|
+
const j = {
|
|
5
5
|
xxSmall: "w-4 h-4",
|
|
6
6
|
xSmall: "w-5 h-5",
|
|
7
7
|
small: "w-6 h-6",
|
|
@@ -10,7 +10,7 @@ const q = {
|
|
|
10
10
|
mediumPlus: "w-9 h-9",
|
|
11
11
|
large: "w-10 h-10",
|
|
12
12
|
xLarge: "w-12 h-12"
|
|
13
|
-
},
|
|
13
|
+
}, P = {
|
|
14
14
|
account: {
|
|
15
15
|
path: '<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" />'
|
|
16
16
|
},
|
|
@@ -491,14 +491,14 @@ const q = {
|
|
|
491
491
|
youtube: {
|
|
492
492
|
path: '<path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" />'
|
|
493
493
|
}
|
|
494
|
-
},
|
|
494
|
+
}, R = (d) => P[d], W = ({
|
|
495
495
|
color: d = "text-current",
|
|
496
496
|
className: e,
|
|
497
497
|
name: t,
|
|
498
498
|
size: a = "medium",
|
|
499
499
|
viewBox: n = "0 0 20 20"
|
|
500
500
|
}) => {
|
|
501
|
-
const s =
|
|
501
|
+
const s = R(t), [l, i] = Z(d), [r, o] = Z(s);
|
|
502
502
|
return N(() => {
|
|
503
503
|
o(s);
|
|
504
504
|
}, [s]), N(() => {
|
|
@@ -509,7 +509,7 @@ const q = {
|
|
|
509
509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
510
510
|
className: m(
|
|
511
511
|
"fill-current flex-shrink-0",
|
|
512
|
-
|
|
512
|
+
j[a],
|
|
513
513
|
l,
|
|
514
514
|
e
|
|
515
515
|
),
|
|
@@ -521,7 +521,7 @@ const q = {
|
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
);
|
|
524
|
-
}, A = b(
|
|
524
|
+
}, A = b(W), U = ({
|
|
525
525
|
children: d,
|
|
526
526
|
className: e,
|
|
527
527
|
clickHandler: t,
|
|
@@ -590,7 +590,7 @@ const q = {
|
|
|
590
590
|
] })
|
|
591
591
|
}
|
|
592
592
|
);
|
|
593
|
-
},
|
|
593
|
+
}, Z1 = b(U), Q = ({
|
|
594
594
|
children: d,
|
|
595
595
|
className: e,
|
|
596
596
|
messages: t = [],
|
|
@@ -660,7 +660,7 @@ const q = {
|
|
|
660
660
|
] })
|
|
661
661
|
}
|
|
662
662
|
);
|
|
663
|
-
},
|
|
663
|
+
}, N1 = b(Q), E1 = ({
|
|
664
664
|
autoFocus: d = !1,
|
|
665
665
|
className: e,
|
|
666
666
|
dataSearch: t = "container",
|
|
@@ -680,15 +680,17 @@ const q = {
|
|
|
680
680
|
styles: x = null,
|
|
681
681
|
title: u = "",
|
|
682
682
|
type: y,
|
|
683
|
-
|
|
683
|
+
useGoogle: w = !1,
|
|
684
|
+
useReact: v = !1
|
|
684
685
|
}) => {
|
|
685
|
-
const
|
|
686
|
+
const E = v ? { defaultValue: a } : { value: a };
|
|
686
687
|
return /* @__PURE__ */ M(
|
|
687
688
|
"div",
|
|
688
689
|
{
|
|
689
690
|
id: s,
|
|
690
691
|
"data-search": t,
|
|
691
692
|
"data-search-type": y,
|
|
693
|
+
"data-use-google": w,
|
|
692
694
|
className: m("Autocomplete", e),
|
|
693
695
|
style: x ? { ...x } : null,
|
|
694
696
|
children: [
|
|
@@ -745,7 +747,7 @@ const q = {
|
|
|
745
747
|
type: "search",
|
|
746
748
|
name: o || "search-input",
|
|
747
749
|
"data-id": "search-input",
|
|
748
|
-
...
|
|
750
|
+
...E,
|
|
749
751
|
...V
|
|
750
752
|
}
|
|
751
753
|
),
|
|
@@ -831,7 +833,7 @@ const q = {
|
|
|
831
833
|
]
|
|
832
834
|
}
|
|
833
835
|
);
|
|
834
|
-
},
|
|
836
|
+
}, F1 = ({
|
|
835
837
|
children: d,
|
|
836
838
|
className: e,
|
|
837
839
|
size: t = "sm",
|
|
@@ -850,7 +852,7 @@ const q = {
|
|
|
850
852
|
),
|
|
851
853
|
children: d
|
|
852
854
|
}
|
|
853
|
-
),
|
|
855
|
+
), G = ({
|
|
854
856
|
borderless: d = !1,
|
|
855
857
|
leftIcon: e,
|
|
856
858
|
leftIconProps: t = {},
|
|
@@ -911,7 +913,7 @@ const q = {
|
|
|
911
913
|
]
|
|
912
914
|
}
|
|
913
915
|
);
|
|
914
|
-
},
|
|
916
|
+
}, F = b(G), J = ({
|
|
915
917
|
checked: d = !1,
|
|
916
918
|
children: e,
|
|
917
919
|
className: t,
|
|
@@ -953,7 +955,7 @@ const q = {
|
|
|
953
955
|
]
|
|
954
956
|
}
|
|
955
957
|
);
|
|
956
|
-
},
|
|
958
|
+
}, T1 = b(J), _ = ({
|
|
957
959
|
activator: d,
|
|
958
960
|
id: e = "",
|
|
959
961
|
children: t,
|
|
@@ -1051,7 +1053,7 @@ const q = {
|
|
|
1051
1053
|
}
|
|
1052
1054
|
)
|
|
1053
1055
|
] });
|
|
1054
|
-
},
|
|
1056
|
+
}, D1 = b(_), I1 = ({ className: d }) => /* @__PURE__ */ M("div", { className: m("Dots mx-auto", d), children: [
|
|
1055
1057
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.1s" } }),
|
|
1056
1058
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.2s" } }),
|
|
1057
1059
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.3s" } }),
|
|
@@ -1060,7 +1062,7 @@ const q = {
|
|
|
1060
1062
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.6s" } }),
|
|
1061
1063
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.7s" } }),
|
|
1062
1064
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.8s" } })
|
|
1063
|
-
] }),
|
|
1065
|
+
] }), Y = ({
|
|
1064
1066
|
cb: d,
|
|
1065
1067
|
onUpdate: e,
|
|
1066
1068
|
className: t = "",
|
|
@@ -1102,7 +1104,7 @@ const q = {
|
|
|
1102
1104
|
children: /* @__PURE__ */ c("div", { className: "loading-bar__inner", "data-size": "100" })
|
|
1103
1105
|
}
|
|
1104
1106
|
);
|
|
1105
|
-
},
|
|
1107
|
+
}, B1 = b(Y), K = ({ className: d }) => /* @__PURE__ */ c("div", { className: m("processing-spinner", d) }), O1 = b(K), $1 = ({
|
|
1106
1108
|
activator: d,
|
|
1107
1109
|
activatorClass: e = "",
|
|
1108
1110
|
attrs: t = {},
|
|
@@ -1154,29 +1156,31 @@ const q = {
|
|
|
1154
1156
|
children: d
|
|
1155
1157
|
}
|
|
1156
1158
|
)
|
|
1157
|
-
] }),
|
|
1159
|
+
] }), X = ({
|
|
1158
1160
|
ariaValuemax: d = 100,
|
|
1159
1161
|
ariaValuemin: e = 0,
|
|
1160
1162
|
bgColor: t = "bg-orange-500",
|
|
1161
1163
|
className: a,
|
|
1162
1164
|
completed: n = 0,
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1165
|
+
customLabel: s,
|
|
1166
|
+
labelClass: l,
|
|
1167
|
+
maxCompleted: i = 100,
|
|
1168
|
+
rounded: r = !0,
|
|
1169
|
+
showLabel: o = !1
|
|
1166
1170
|
}) => {
|
|
1167
|
-
const
|
|
1168
|
-
if (
|
|
1169
|
-
const
|
|
1170
|
-
return
|
|
1171
|
+
const p = ((V, C) => {
|
|
1172
|
+
if (V) {
|
|
1173
|
+
const f = Number(C) / V;
|
|
1174
|
+
return f > 1 ? 100 : f * 100;
|
|
1171
1175
|
}
|
|
1172
1176
|
return n;
|
|
1173
|
-
})(
|
|
1177
|
+
})(i, n);
|
|
1174
1178
|
return /* @__PURE__ */ c(
|
|
1175
1179
|
"div",
|
|
1176
1180
|
{
|
|
1177
1181
|
className: m(
|
|
1178
1182
|
"w-full bg-gray-200",
|
|
1179
|
-
{ "rounded-full":
|
|
1183
|
+
{ "rounded-full": r },
|
|
1180
1184
|
a
|
|
1181
1185
|
),
|
|
1182
1186
|
role: "progressbar",
|
|
@@ -1191,13 +1195,22 @@ const q = {
|
|
|
1191
1195
|
"h-full text-right flex items-center justify-end rounded-full",
|
|
1192
1196
|
t
|
|
1193
1197
|
),
|
|
1194
|
-
style: { width: `${
|
|
1195
|
-
children:
|
|
1198
|
+
style: { width: `${p}%` },
|
|
1199
|
+
children: o && /* @__PURE__ */ c(
|
|
1200
|
+
"span",
|
|
1201
|
+
{
|
|
1202
|
+
className: m(
|
|
1203
|
+
"font-bold text-white text-xs mr-2",
|
|
1204
|
+
l
|
|
1205
|
+
),
|
|
1206
|
+
children: s || Math.round(p)
|
|
1207
|
+
}
|
|
1208
|
+
)
|
|
1196
1209
|
}
|
|
1197
1210
|
)
|
|
1198
1211
|
}
|
|
1199
1212
|
);
|
|
1200
|
-
},
|
|
1213
|
+
}, q1 = b(X), e1 = ({
|
|
1201
1214
|
checked: d = !1,
|
|
1202
1215
|
children: e,
|
|
1203
1216
|
className: t,
|
|
@@ -1238,7 +1251,7 @@ const q = {
|
|
|
1238
1251
|
]
|
|
1239
1252
|
}
|
|
1240
1253
|
);
|
|
1241
|
-
},
|
|
1254
|
+
}, j1 = b(e1), t1 = ({
|
|
1242
1255
|
className: d = "",
|
|
1243
1256
|
error: e = !1,
|
|
1244
1257
|
errorMessage: t = "",
|
|
@@ -1293,7 +1306,7 @@ const q = {
|
|
|
1293
1306
|
]
|
|
1294
1307
|
}
|
|
1295
1308
|
);
|
|
1296
|
-
},
|
|
1309
|
+
}, P1 = b(t1), a1 = ({ className: d }) => /* @__PURE__ */ M(
|
|
1297
1310
|
"div",
|
|
1298
1311
|
{
|
|
1299
1312
|
className: m(
|
|
@@ -1305,7 +1318,7 @@ const q = {
|
|
|
1305
1318
|
/* @__PURE__ */ c("span", { className: "sr-only", children: "Loading..." })
|
|
1306
1319
|
]
|
|
1307
1320
|
}
|
|
1308
|
-
),
|
|
1321
|
+
), R1 = b(a1), n1 = ({
|
|
1309
1322
|
placeholderClass: d = "",
|
|
1310
1323
|
children: e,
|
|
1311
1324
|
className: t,
|
|
@@ -1340,18 +1353,18 @@ const q = {
|
|
|
1340
1353
|
children: /* @__PURE__ */ c(A, { name: "chevronRight" })
|
|
1341
1354
|
}
|
|
1342
1355
|
)
|
|
1343
|
-
] }),
|
|
1356
|
+
] }), W1 = b(n1), s1 = {
|
|
1344
1357
|
name: "spinnerDark",
|
|
1345
1358
|
color: "text-teal-700",
|
|
1346
1359
|
viewBox: "0 0 24 24"
|
|
1347
|
-
},
|
|
1360
|
+
}, r1 = ({ className: d }) => /* @__PURE__ */ c("div", { className: "rounded-r-md px-2 focus:outline-none", children: /* @__PURE__ */ c(
|
|
1348
1361
|
A,
|
|
1349
1362
|
{
|
|
1350
1363
|
className: `animate-spin ${d}`,
|
|
1351
1364
|
size: "xSmall",
|
|
1352
|
-
...
|
|
1365
|
+
...s1
|
|
1353
1366
|
}
|
|
1354
|
-
) }),
|
|
1367
|
+
) }), U1 = b(r1), Q1 = ({
|
|
1355
1368
|
className: d,
|
|
1356
1369
|
value: e
|
|
1357
1370
|
}) => {
|
|
@@ -1368,7 +1381,7 @@ const q = {
|
|
|
1368
1381
|
style: t
|
|
1369
1382
|
}
|
|
1370
1383
|
);
|
|
1371
|
-
},
|
|
1384
|
+
}, l1 = ({
|
|
1372
1385
|
className: d,
|
|
1373
1386
|
clear: e = !1,
|
|
1374
1387
|
error: t = !1,
|
|
@@ -1415,7 +1428,7 @@ const q = {
|
|
|
1415
1428
|
}
|
|
1416
1429
|
),
|
|
1417
1430
|
a && /* @__PURE__ */ c("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1418
|
-
] }),
|
|
1431
|
+
] }), i1 = b(l1), o1 = ({
|
|
1419
1432
|
className: d,
|
|
1420
1433
|
clear: e = !1,
|
|
1421
1434
|
error: t = !1,
|
|
@@ -1485,7 +1498,7 @@ const q = {
|
|
|
1485
1498
|
a && /* @__PURE__ */ c("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1486
1499
|
]
|
|
1487
1500
|
}
|
|
1488
|
-
),
|
|
1501
|
+
), T = b(o1), c1 = ({
|
|
1489
1502
|
btnClass: d,
|
|
1490
1503
|
className: e = "",
|
|
1491
1504
|
containerClass: t,
|
|
@@ -1498,7 +1511,7 @@ const q = {
|
|
|
1498
1511
|
"Typical email response time is 2-3 hours. If you require immediate assistance you may use our",
|
|
1499
1512
|
" ",
|
|
1500
1513
|
/* @__PURE__ */ c(
|
|
1501
|
-
|
|
1514
|
+
F,
|
|
1502
1515
|
{
|
|
1503
1516
|
className: m(
|
|
1504
1517
|
"text-black-900 items-center gap-2 live-chat uppercase !inline-flex"
|
|
@@ -1530,7 +1543,7 @@ const q = {
|
|
|
1530
1543
|
),
|
|
1531
1544
|
children: [
|
|
1532
1545
|
/* @__PURE__ */ c(
|
|
1533
|
-
|
|
1546
|
+
T,
|
|
1534
1547
|
{
|
|
1535
1548
|
id: "contact-name",
|
|
1536
1549
|
name: "contact-name",
|
|
@@ -1541,7 +1554,7 @@ const q = {
|
|
|
1541
1554
|
}
|
|
1542
1555
|
),
|
|
1543
1556
|
/* @__PURE__ */ c(
|
|
1544
|
-
|
|
1557
|
+
T,
|
|
1545
1558
|
{
|
|
1546
1559
|
id: "contact-email",
|
|
1547
1560
|
name: "contact-email",
|
|
@@ -1552,7 +1565,7 @@ const q = {
|
|
|
1552
1565
|
}
|
|
1553
1566
|
),
|
|
1554
1567
|
/* @__PURE__ */ c(
|
|
1555
|
-
|
|
1568
|
+
i1,
|
|
1556
1569
|
{
|
|
1557
1570
|
id: "contact-message",
|
|
1558
1571
|
name: "contact-message",
|
|
@@ -1563,7 +1576,7 @@ const q = {
|
|
|
1563
1576
|
}
|
|
1564
1577
|
),
|
|
1565
1578
|
/* @__PURE__ */ c(
|
|
1566
|
-
|
|
1579
|
+
F,
|
|
1567
1580
|
{
|
|
1568
1581
|
className: m(
|
|
1569
1582
|
"flex mx-auto items-center",
|
|
@@ -1583,7 +1596,7 @@ const q = {
|
|
|
1583
1596
|
]
|
|
1584
1597
|
}
|
|
1585
1598
|
);
|
|
1586
|
-
},
|
|
1599
|
+
}, G1 = b(c1), d1 = ({
|
|
1587
1600
|
block: d = !1,
|
|
1588
1601
|
children: e,
|
|
1589
1602
|
className: t,
|
|
@@ -1621,7 +1634,7 @@ const q = {
|
|
|
1621
1634
|
]
|
|
1622
1635
|
}
|
|
1623
1636
|
);
|
|
1624
|
-
},
|
|
1637
|
+
}, J1 = b(d1), h1 = ({
|
|
1625
1638
|
children: d,
|
|
1626
1639
|
className: e,
|
|
1627
1640
|
colGap: t = 2,
|
|
@@ -1656,7 +1669,7 @@ const q = {
|
|
|
1656
1669
|
d
|
|
1657
1670
|
]
|
|
1658
1671
|
}
|
|
1659
|
-
),
|
|
1672
|
+
), _1 = b(h1), Y1 = ({
|
|
1660
1673
|
breakPage: d = !1,
|
|
1661
1674
|
children: e,
|
|
1662
1675
|
className: t,
|
|
@@ -1682,7 +1695,7 @@ const q = {
|
|
|
1682
1695
|
e
|
|
1683
1696
|
]
|
|
1684
1697
|
}
|
|
1685
|
-
),
|
|
1698
|
+
), K1 = ({ children: d, className: e, list: t = !0 }) => /* @__PURE__ */ c(t ? "li" : "div", { className: m("stacked-list", e), children: d }), u1 = ({ align: d = "center", children: e, className: t, tag: a = "h1", title: n }) => /* @__PURE__ */ c(
|
|
1686
1699
|
a,
|
|
1687
1700
|
{
|
|
1688
1701
|
className: m(
|
|
@@ -1696,7 +1709,7 @@ const q = {
|
|
|
1696
1709
|
),
|
|
1697
1710
|
children: n || e
|
|
1698
1711
|
}
|
|
1699
|
-
),
|
|
1712
|
+
), X1 = b(u1), p1 = {
|
|
1700
1713
|
circular: "circular 3s linear infinite",
|
|
1701
1714
|
"circular-reverse": "circular 3s linear reverse infinite",
|
|
1702
1715
|
"fade-in": "fade-in 0.2.5s ease-out",
|
|
@@ -1708,17 +1721,17 @@ const q = {
|
|
|
1708
1721
|
"menu-open": "menu-open 0.1s ease-out",
|
|
1709
1722
|
"menu-close": "menu-close 0.1s ease-in-out",
|
|
1710
1723
|
indeterminate_first: "indeterminate_first 1.1s ease-in-out infinite"
|
|
1711
|
-
}, p1 = {
|
|
1712
|
-
map: "var(--map)"
|
|
1713
1724
|
}, m1 = {
|
|
1725
|
+
map: "var(--map)"
|
|
1726
|
+
}, f1 = {
|
|
1714
1727
|
"3xs": "0.5rem",
|
|
1715
1728
|
xxs: "0.625rem",
|
|
1716
1729
|
"2.5xl": "1.625rem",
|
|
1717
1730
|
"2.75xl": "1.75rem",
|
|
1718
1731
|
"3.5xl": "2rem"
|
|
1719
|
-
}, f1 = {
|
|
1720
|
-
17: "repeat(17, minmax(0, 1fr))"
|
|
1721
1732
|
}, V1 = {
|
|
1733
|
+
17: "repeat(17, minmax(0, 1fr))"
|
|
1734
|
+
}, H1 = {
|
|
1722
1735
|
circular: {
|
|
1723
1736
|
"100%": {
|
|
1724
1737
|
transform: "rotate(360deg)"
|
|
@@ -1808,16 +1821,16 @@ const q = {
|
|
|
1808
1821
|
transform: "translateX(100%)"
|
|
1809
1822
|
}
|
|
1810
1823
|
}
|
|
1811
|
-
},
|
|
1824
|
+
}, C1 = {
|
|
1812
1825
|
20: "5rem",
|
|
1813
1826
|
24: "6rem",
|
|
1814
1827
|
28: "7rem",
|
|
1815
1828
|
32: "8rem"
|
|
1816
|
-
},
|
|
1829
|
+
}, L1 = {
|
|
1817
1830
|
aside: "268px",
|
|
1818
1831
|
container: "724px",
|
|
1819
1832
|
page: "1200px"
|
|
1820
|
-
},
|
|
1833
|
+
}, M1 = {
|
|
1821
1834
|
"xs-max": {
|
|
1822
1835
|
max: "639px"
|
|
1823
1836
|
},
|
|
@@ -1835,23 +1848,23 @@ const q = {
|
|
|
1835
1848
|
max: "1199px"
|
|
1836
1849
|
},
|
|
1837
1850
|
"lg-up": "1200px"
|
|
1838
|
-
},
|
|
1851
|
+
}, g1 = {
|
|
1839
1852
|
0: "0ms",
|
|
1840
1853
|
50: "50ms"
|
|
1841
|
-
},
|
|
1854
|
+
}, v1 = {
|
|
1842
1855
|
"center-top": "center 30%"
|
|
1843
|
-
}, D = {
|
|
1844
|
-
animation: u1,
|
|
1845
|
-
backgroundImage: p1,
|
|
1846
|
-
fontSize: m1,
|
|
1847
|
-
gridTemplateColumns: f1,
|
|
1848
|
-
keyframes: V1,
|
|
1849
|
-
margin: H1,
|
|
1850
|
-
maxWidth: C1,
|
|
1851
|
-
screens: L1,
|
|
1852
|
-
transitionDuration: M1,
|
|
1853
|
-
transformOrigin: g1
|
|
1854
1856
|
}, I = {
|
|
1857
|
+
animation: p1,
|
|
1858
|
+
backgroundImage: m1,
|
|
1859
|
+
fontSize: f1,
|
|
1860
|
+
gridTemplateColumns: V1,
|
|
1861
|
+
keyframes: H1,
|
|
1862
|
+
margin: C1,
|
|
1863
|
+
maxWidth: L1,
|
|
1864
|
+
screens: M1,
|
|
1865
|
+
transitionDuration: g1,
|
|
1866
|
+
transformOrigin: v1
|
|
1867
|
+
}, B = {
|
|
1855
1868
|
black: {
|
|
1856
1869
|
50: "#FCFCFC",
|
|
1857
1870
|
100: "#F9F9F9",
|
|
@@ -1942,7 +1955,7 @@ const q = {
|
|
|
1942
1955
|
current: "currentColor",
|
|
1943
1956
|
transparent: "transparent",
|
|
1944
1957
|
white: "#fff"
|
|
1945
|
-
},
|
|
1958
|
+
}, O = {
|
|
1946
1959
|
blue: {
|
|
1947
1960
|
100: "hsl(240 42% 22%)",
|
|
1948
1961
|
60: "hsl(240 24% 34%)",
|
|
@@ -1958,10 +1971,10 @@ const q = {
|
|
|
1958
1971
|
purple: "hsl(279 85% 57%)",
|
|
1959
1972
|
white: "hsl(0 0% 100%)",
|
|
1960
1973
|
transparent: "hsl(0 0% 100% / 0)"
|
|
1961
|
-
},
|
|
1962
|
-
...
|
|
1963
|
-
...
|
|
1964
|
-
},
|
|
1974
|
+
}, e2 = {
|
|
1975
|
+
...B,
|
|
1976
|
+
...O
|
|
1977
|
+
}, b1 = ({ matchUtilities: d, theme: e }) => d(
|
|
1965
1978
|
{
|
|
1966
1979
|
aspect: (t) => ({
|
|
1967
1980
|
"@supports (aspect-ratio: 1 / 1)": {
|
|
@@ -1982,7 +1995,7 @@ const q = {
|
|
|
1982
1995
|
})
|
|
1983
1996
|
},
|
|
1984
1997
|
{ values: e("aspectRatio") }
|
|
1985
|
-
),
|
|
1998
|
+
), A1 = ({ matchUtilities: d, theme: e }) => d(
|
|
1986
1999
|
{
|
|
1987
2000
|
"animation-delay": (t) => ({
|
|
1988
2001
|
"animation-delay": t
|
|
@@ -1991,15 +2004,15 @@ const q = {
|
|
|
1991
2004
|
{
|
|
1992
2005
|
values: e("transitionDelay")
|
|
1993
2006
|
}
|
|
1994
|
-
),
|
|
2007
|
+
), x1 = ({ matchUtilities: d }) => d({
|
|
1995
2008
|
"max-inline": (e) => ({
|
|
1996
2009
|
"max-inline-size": e
|
|
1997
2010
|
})
|
|
1998
|
-
}),
|
|
2011
|
+
}), y1 = ({ matchUtilities: d }) => d({
|
|
1999
2012
|
"max-block": (e) => ({
|
|
2000
2013
|
"max-block-size": e
|
|
2001
2014
|
})
|
|
2002
|
-
}),
|
|
2015
|
+
}), D = ({
|
|
2003
2016
|
addUtilities: d,
|
|
2004
2017
|
e,
|
|
2005
2018
|
classPrefix: t = "",
|
|
@@ -2027,7 +2040,7 @@ const q = {
|
|
|
2027
2040
|
};
|
|
2028
2041
|
});
|
|
2029
2042
|
}), d(r);
|
|
2030
|
-
},
|
|
2043
|
+
}, $ = {
|
|
2031
2044
|
aspectRatio: !1,
|
|
2032
2045
|
backdropBlur: !1,
|
|
2033
2046
|
backdropBrightness: !1,
|
|
@@ -2091,7 +2104,7 @@ const q = {
|
|
|
2091
2104
|
textOpacity: !1,
|
|
2092
2105
|
textUnderlineOffset: !1,
|
|
2093
2106
|
touchAction: !1
|
|
2094
|
-
},
|
|
2107
|
+
}, q = [
|
|
2095
2108
|
({ addUtilities: d, matchUtilities: e, theme: t, e: a }) => {
|
|
2096
2109
|
const n = ["2", "5"], s = {
|
|
2097
2110
|
light: "300",
|
|
@@ -2112,7 +2125,7 @@ const q = {
|
|
|
2112
2125
|
2: "0.813rem",
|
|
2113
2126
|
3: "0.75rem"
|
|
2114
2127
|
};
|
|
2115
|
-
|
|
2128
|
+
D({
|
|
2116
2129
|
addUtilities: d,
|
|
2117
2130
|
e: a,
|
|
2118
2131
|
classPrefix: "header",
|
|
@@ -2124,30 +2137,30 @@ const q = {
|
|
|
2124
2137
|
}),
|
|
2125
2138
|
sizes: l,
|
|
2126
2139
|
weights: s
|
|
2127
|
-
}),
|
|
2140
|
+
}), D({
|
|
2128
2141
|
addUtilities: d,
|
|
2129
2142
|
e: a,
|
|
2130
2143
|
classPrefix: "text-body",
|
|
2131
2144
|
sizes: i,
|
|
2132
2145
|
weights: s
|
|
2133
|
-
}),
|
|
2146
|
+
}), b1({ matchUtilities: e, theme: t }), A1({ matchUtilities: e, theme: t }), x1({ matchUtilities: e }), y1({ matchUtilities: e });
|
|
2134
2147
|
}
|
|
2135
|
-
],
|
|
2148
|
+
], t2 = {
|
|
2136
2149
|
theme: {
|
|
2137
|
-
extend:
|
|
2138
|
-
colors:
|
|
2150
|
+
extend: I,
|
|
2151
|
+
colors: B
|
|
2139
2152
|
},
|
|
2140
|
-
plugins:
|
|
2141
|
-
corePlugins:
|
|
2142
|
-
},
|
|
2153
|
+
plugins: q,
|
|
2154
|
+
corePlugins: $
|
|
2155
|
+
}, a2 = {
|
|
2143
2156
|
theme: {
|
|
2144
|
-
extend:
|
|
2145
|
-
colors:
|
|
2157
|
+
extend: I,
|
|
2158
|
+
colors: O
|
|
2146
2159
|
},
|
|
2147
|
-
plugins:
|
|
2148
|
-
corePlugins:
|
|
2160
|
+
plugins: q,
|
|
2161
|
+
corePlugins: $
|
|
2149
2162
|
};
|
|
2150
|
-
function
|
|
2163
|
+
function w1(d, e = []) {
|
|
2151
2164
|
return new Proxy(d, {
|
|
2152
2165
|
get: function(t, a) {
|
|
2153
2166
|
return t[a];
|
|
@@ -2158,13 +2171,13 @@ function y1(d, e = []) {
|
|
|
2158
2171
|
}
|
|
2159
2172
|
});
|
|
2160
2173
|
}
|
|
2161
|
-
function
|
|
2174
|
+
function n2(d, e = []) {
|
|
2162
2175
|
e.length && (d == null || d.classList.add(...e));
|
|
2163
2176
|
}
|
|
2164
|
-
function
|
|
2177
|
+
function s2(d, e = []) {
|
|
2165
2178
|
e.length && (d == null || d.classList.remove(...e));
|
|
2166
2179
|
}
|
|
2167
|
-
function
|
|
2180
|
+
function r2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
2168
2181
|
let s = !0;
|
|
2169
2182
|
for (const [l, i] of t.entries()) {
|
|
2170
2183
|
const r = e.querySelector(`[name="${l}"]`), o = a[l], h = [];
|
|
@@ -2176,21 +2189,21 @@ function s2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
|
2176
2189
|
}
|
|
2177
2190
|
return s;
|
|
2178
2191
|
}
|
|
2179
|
-
function
|
|
2192
|
+
function l2(d) {
|
|
2180
2193
|
const e = (
|
|
2181
2194
|
// eslint-disable-next-line
|
|
2182
2195
|
/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/
|
|
2183
2196
|
), t = /[^a-zA-Z]+$/;
|
|
2184
2197
|
return e.test(d.toLowerCase()) && !t.test(d);
|
|
2185
2198
|
}
|
|
2186
|
-
class
|
|
2199
|
+
class i2 {
|
|
2187
2200
|
init(e) {
|
|
2188
2201
|
this.handleSliders(e);
|
|
2189
2202
|
}
|
|
2190
2203
|
handleSliders({ items: e, id: t = 1, cb: a }) {
|
|
2191
2204
|
if (!document.getElementById(`slider-container-${t}`))
|
|
2192
2205
|
return;
|
|
2193
|
-
const n =
|
|
2206
|
+
const n = w1(
|
|
2194
2207
|
{
|
|
2195
2208
|
activeIndex: 0,
|
|
2196
2209
|
computedSlides: [],
|
|
@@ -3092,43 +3105,43 @@ class H {
|
|
|
3092
3105
|
}
|
|
3093
3106
|
}
|
|
3094
3107
|
export {
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3108
|
+
Z1 as Accordion,
|
|
3109
|
+
N1 as Alert,
|
|
3110
|
+
E1 as Autocomplete,
|
|
3111
|
+
F1 as Badge,
|
|
3112
|
+
F as Button,
|
|
3113
|
+
i2 as CardSlider,
|
|
3114
|
+
T1 as Checkbox,
|
|
3102
3115
|
H as Common,
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3116
|
+
G1 as ContactForm,
|
|
3117
|
+
J1 as ContentCard,
|
|
3118
|
+
D1 as Dialog,
|
|
3119
|
+
I1 as Dots,
|
|
3120
|
+
_1 as FlexItem,
|
|
3121
|
+
X1 as FunnelHeader,
|
|
3109
3122
|
A as Icon,
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3123
|
+
B1 as LoadingBar,
|
|
3124
|
+
$1 as Popover,
|
|
3125
|
+
O1 as ProcessingSpinner,
|
|
3126
|
+
q1 as ProgressBar,
|
|
3127
|
+
j1 as Radio,
|
|
3128
|
+
P1 as Select,
|
|
3129
|
+
R1 as Skeleton,
|
|
3130
|
+
W1 as Slider,
|
|
3131
|
+
Y1 as Spacer,
|
|
3132
|
+
U1 as Spinner,
|
|
3133
|
+
K1 as StackedListItem,
|
|
3134
|
+
Q1 as Stars,
|
|
3135
|
+
i1 as TextArea,
|
|
3136
|
+
T as Textbox,
|
|
3137
|
+
n2 as addClass,
|
|
3138
|
+
e2 as colors,
|
|
3139
|
+
$ as corePlugins,
|
|
3140
|
+
a2 as elerisPreset,
|
|
3141
|
+
I as extensions,
|
|
3142
|
+
q as plugins,
|
|
3143
|
+
t2 as propertyPreset,
|
|
3144
|
+
s2 as removeClass,
|
|
3145
|
+
l2 as validateEmail,
|
|
3146
|
+
r2 as validateForm
|
|
3134
3147
|
};
|