@connorpham/live-chat-widget 17.0.11 → 17.0.13
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/debug.log +6 -0
- package/dist/cellcast-bot-widget.es.js +19 -25
- package/dist/cellcast-bot-widget.umd.js +11 -11
- package/package.json +1 -1
package/debug.log
CHANGED
|
@@ -5,3 +5,9 @@
|
|
|
5
5
|
[1217/174315.400:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
6
6
|
[1217/174320.698:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
7
7
|
[1217/175002.060:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
8
|
+
[1218/105418.746:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
9
|
+
[1218/105423.128:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
10
|
+
[1218/105428.836:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
11
|
+
[1224/102254.853:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
12
|
+
[1224/102300.754:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
13
|
+
[1224/102306.940:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: The system cannot find the file specified. (0x2)
|
|
@@ -3229,7 +3229,7 @@ const X = { setItem: we, getItem: Ae, removeItem: xe }, wD = class wD {
|
|
|
3229
3229
|
*/
|
|
3230
3230
|
lD(wD, "defaultConfig", {
|
|
3231
3231
|
// Socket options
|
|
3232
|
-
ackTimeout:
|
|
3232
|
+
ackTimeout: 2e4,
|
|
3233
3233
|
// auth: undefined,
|
|
3234
3234
|
retries: 3,
|
|
3235
3235
|
// Manager options
|
|
@@ -6536,7 +6536,7 @@ const V1 = ({
|
|
|
6536
6536
|
alignItems: "center"
|
|
6537
6537
|
},
|
|
6538
6538
|
children: [
|
|
6539
|
-
/* @__PURE__ */ a.
|
|
6539
|
+
/* @__PURE__ */ a.jsx(
|
|
6540
6540
|
"select",
|
|
6541
6541
|
{
|
|
6542
6542
|
className: `user-subscription-form-input${g ? " error" : ""}`,
|
|
@@ -6547,17 +6547,14 @@ const V1 = ({
|
|
|
6547
6547
|
onChange: (m) => q(m.target.value),
|
|
6548
6548
|
onBlur: () => o(C),
|
|
6549
6549
|
"aria-invalid": !!g,
|
|
6550
|
-
children:
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
{
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
m.code
|
|
6559
|
-
))
|
|
6560
|
-
]
|
|
6550
|
+
children: Ju.map((m) => /* @__PURE__ */ a.jsx(
|
|
6551
|
+
"option",
|
|
6552
|
+
{
|
|
6553
|
+
value: m.countryCode,
|
|
6554
|
+
children: `${m.flag} ${m.countryCode}`
|
|
6555
|
+
},
|
|
6556
|
+
m.code
|
|
6557
|
+
))
|
|
6561
6558
|
}
|
|
6562
6559
|
),
|
|
6563
6560
|
/* @__PURE__ */ a.jsx(
|
|
@@ -6632,7 +6629,7 @@ const V1 = ({
|
|
|
6632
6629
|
{
|
|
6633
6630
|
style: { display: "flex", gap: "0.25rem", alignItems: "center" },
|
|
6634
6631
|
children: [
|
|
6635
|
-
/* @__PURE__ */ a.
|
|
6632
|
+
/* @__PURE__ */ a.jsx(
|
|
6636
6633
|
"select",
|
|
6637
6634
|
{
|
|
6638
6635
|
className: "sc-message--contact-form-input",
|
|
@@ -6641,17 +6638,14 @@ const V1 = ({
|
|
|
6641
6638
|
onChange: (m) => q(m.target.value),
|
|
6642
6639
|
onBlur: () => o(C),
|
|
6643
6640
|
"aria-invalid": g,
|
|
6644
|
-
children:
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
{
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
m.code
|
|
6653
|
-
))
|
|
6654
|
-
]
|
|
6641
|
+
children: Ju.map((m) => /* @__PURE__ */ a.jsx(
|
|
6642
|
+
"option",
|
|
6643
|
+
{
|
|
6644
|
+
value: m.countryCode,
|
|
6645
|
+
children: `${m.flag} ${m.countryCode}`
|
|
6646
|
+
},
|
|
6647
|
+
m.code
|
|
6648
|
+
))
|
|
6655
6649
|
}
|
|
6656
6650
|
),
|
|
6657
6651
|
/* @__PURE__ */ a.jsx(
|