@connorpham/live-chat-widget 17.0.10 → 17.0.12

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.
@@ -6534,7 +6534,7 @@ const U1 = ({
6534
6534
  alignItems: "center"
6535
6535
  },
6536
6536
  children: [
6537
- /* @__PURE__ */ a.jsxs(
6537
+ /* @__PURE__ */ a.jsx(
6538
6538
  "select",
6539
6539
  {
6540
6540
  className: `user-subscription-form-input${g ? " error" : ""}`,
@@ -6545,17 +6545,14 @@ const U1 = ({
6545
6545
  onChange: (m) => q(m.target.value),
6546
6546
  onBlur: () => o(C),
6547
6547
  "aria-invalid": !!g,
6548
- children: [
6549
- /* @__PURE__ */ a.jsx("option", { value: "", children: "+Code" }),
6550
- Ju.map((m) => /* @__PURE__ */ a.jsx(
6551
- "option",
6552
- {
6553
- value: m.countryCode,
6554
- children: `${m.flag} ${m.countryCode}`
6555
- },
6556
- m.code
6557
- ))
6558
- ]
6548
+ children: Ju.map((m) => /* @__PURE__ */ a.jsx(
6549
+ "option",
6550
+ {
6551
+ value: m.countryCode,
6552
+ children: `${m.flag} ${m.countryCode}`
6553
+ },
6554
+ m.code
6555
+ ))
6559
6556
  }
6560
6557
  ),
6561
6558
  /* @__PURE__ */ a.jsx(
@@ -6630,7 +6627,7 @@ const U1 = ({
6630
6627
  {
6631
6628
  style: { display: "flex", gap: "0.25rem", alignItems: "center" },
6632
6629
  children: [
6633
- /* @__PURE__ */ a.jsxs(
6630
+ /* @__PURE__ */ a.jsx(
6634
6631
  "select",
6635
6632
  {
6636
6633
  className: "sc-message--contact-form-input",
@@ -6639,17 +6636,14 @@ const U1 = ({
6639
6636
  onChange: (m) => q(m.target.value),
6640
6637
  onBlur: () => o(C),
6641
6638
  "aria-invalid": g,
6642
- children: [
6643
- /* @__PURE__ */ a.jsx("option", { value: "", children: "+Code" }),
6644
- Ju.map((m) => /* @__PURE__ */ a.jsx(
6645
- "option",
6646
- {
6647
- value: m.countryCode,
6648
- children: `${m.flag} ${m.countryCode}`
6649
- },
6650
- m.code
6651
- ))
6652
- ]
6639
+ children: Ju.map((m) => /* @__PURE__ */ a.jsx(
6640
+ "option",
6641
+ {
6642
+ value: m.countryCode,
6643
+ children: `${m.flag} ${m.countryCode}`
6644
+ },
6645
+ m.code
6646
+ ))
6653
6647
  }
6654
6648
  ),
6655
6649
  /* @__PURE__ */ a.jsx(
@@ -11055,7 +11049,7 @@ const Wt = ({ item: u, onPostback: D }) => {
11055
11049
  className: `sc-launcher-wrapper ${F.isOpen ? "opened" : ""}`,
11056
11050
  onClick: j,
11057
11051
  children: [
11058
- /* @__PURE__ */ a.jsx("div", { className: "sc-help-prompt", onClick: v, role: "button", children: !F.isOpen && /* @__PURE__ */ a.jsx("div", { className: "sc-help-prompt__text", children: n("launcher.help_prompt") }) }),
11052
+ !F.isOpen && /* @__PURE__ */ a.jsx("div", { className: "sc-help-prompt", onClick: v, role: "button", children: /* @__PURE__ */ a.jsx("div", { className: "sc-help-prompt__text", children: n("launcher.help_prompt") }) }),
11059
11053
  u ? /* @__PURE__ */ a.jsx(u, { widget: F }) : /* @__PURE__ */ a.jsxs(
11060
11054
  "div",
11061
11055
  {