lr-chatbot 0.12.5 → 0.12.6
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/{chatbot-Joz9fnqg.js → chatbot-p1zG6jXq.js} +2 -2
- package/chatbot-p1zG6jXq.js.map +1 -0
- package/index.js +233 -211
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/chatbot-Joz9fnqg.js.map +0 -1
package/index.js
CHANGED
|
@@ -15595,7 +15595,7 @@ const Dm = {
|
|
|
15595
15595
|
spacing: zm,
|
|
15596
15596
|
devices: Hm,
|
|
15597
15597
|
...qm
|
|
15598
|
-
},
|
|
15598
|
+
}, C = Vm, Gm = on`
|
|
15599
15599
|
.sr-only {
|
|
15600
15600
|
border: 0 !important;
|
|
15601
15601
|
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
@@ -15616,7 +15616,7 @@ const Dm = {
|
|
|
15616
15616
|
--background-color: var(--lr-greys-900);
|
|
15617
15617
|
--color: var(--lr-greys-000);
|
|
15618
15618
|
--padding: var(--lr-py-10) var(--lr-px-16);
|
|
15619
|
-
--media-size: '${A(
|
|
15619
|
+
--media-size: '${A(C.devices.mobile.max)} px';
|
|
15620
15620
|
--border-color: transparent;
|
|
15621
15621
|
--border-size: 1px;
|
|
15622
15622
|
font-family: var(--font-family);
|
|
@@ -15693,155 +15693,155 @@ const Dm = {
|
|
|
15693
15693
|
`, Km = on`
|
|
15694
15694
|
:host {
|
|
15695
15695
|
/* FONTS */
|
|
15696
|
-
--lr-poppins: ${A(
|
|
15696
|
+
--lr-poppins: ${A(C.fontFamilies.poppins)};
|
|
15697
15697
|
/* PRIMARY COLORS */
|
|
15698
|
-
--lr-background-primary: ${A(
|
|
15699
|
-
--lr-background-primary-hover: ${A(
|
|
15700
|
-
--lr-background-primary-active: ${A(
|
|
15701
|
-
--lr-background-primary-disabled: ${A(
|
|
15698
|
+
--lr-background-primary: ${A(C.colors.semantic.action.background.primary.default)};
|
|
15699
|
+
--lr-background-primary-hover: ${A(C.colors.semantic.action.background.primary.hover)};
|
|
15700
|
+
--lr-background-primary-active: ${A(C.colors.semantic.action.background.primary.active)};
|
|
15701
|
+
--lr-background-primary-disabled: ${A(C.colors.semantic.action.background.primary.disabled)};
|
|
15702
15702
|
--lr-background-primary-reversed: ${A(
|
|
15703
|
-
|
|
15703
|
+
C.colors.semantic.action.background.primary.reversed.default
|
|
15704
15704
|
)};
|
|
15705
15705
|
--lr-background-primary-reversed-hover: ${A(
|
|
15706
|
-
|
|
15706
|
+
C.colors.semantic.action.background.primary.reversed.hover
|
|
15707
15707
|
)};
|
|
15708
15708
|
--lr-background-primary-reversed-active: ${A(
|
|
15709
|
-
|
|
15709
|
+
C.colors.semantic.action.background.primary.reversed.active
|
|
15710
15710
|
)};
|
|
15711
15711
|
--lr-background-primary-reversed-disabled: ${A(
|
|
15712
|
-
|
|
15712
|
+
C.colors.semantic.action.background.primary.reversed.disabled
|
|
15713
15713
|
)};
|
|
15714
|
-
--lr-color-primary: ${A(
|
|
15715
|
-
--lr-color-primary-hover: ${A(
|
|
15716
|
-
--lr-color-primary-active: ${A(
|
|
15717
|
-
--lr-color-primary-disabled: ${A(
|
|
15718
|
-
--lr-color-primary-reversed: ${A(
|
|
15719
|
-
--lr-color-primary-reversed-hover: ${A(
|
|
15720
|
-
--lr-color-primary-reversed-active: ${A(
|
|
15714
|
+
--lr-color-primary: ${A(C.colors.semantic.action.content.primary.default)};
|
|
15715
|
+
--lr-color-primary-hover: ${A(C.colors.semantic.action.content.primary.hover)};
|
|
15716
|
+
--lr-color-primary-active: ${A(C.colors.semantic.action.content.primary.active)};
|
|
15717
|
+
--lr-color-primary-disabled: ${A(C.colors.semantic.action.content.primary.disabled)};
|
|
15718
|
+
--lr-color-primary-reversed: ${A(C.colors.semantic.action.content.primary.reversed.default)};
|
|
15719
|
+
--lr-color-primary-reversed-hover: ${A(C.colors.semantic.action.content.primary.reversed.hover)};
|
|
15720
|
+
--lr-color-primary-reversed-active: ${A(C.colors.semantic.action.content.primary.reversed.active)};
|
|
15721
15721
|
--lr-color-primary-reversed-disabled: ${A(
|
|
15722
|
-
|
|
15722
|
+
C.colors.semantic.action.content.primary.reversed.disabled
|
|
15723
15723
|
)};
|
|
15724
15724
|
/* SECONDARY COLORS */
|
|
15725
|
-
--lr-background-secondary: ${A(
|
|
15726
|
-
--lr-background-secondary-hover: ${A(
|
|
15727
|
-
--lr-background-secondary-active: ${A(
|
|
15728
|
-
--lr-background-secondary-disabled: ${A(
|
|
15725
|
+
--lr-background-secondary: ${A(C.colors.semantic.action.background.secondary.default)};
|
|
15726
|
+
--lr-background-secondary-hover: ${A(C.colors.semantic.action.background.secondary.hover)};
|
|
15727
|
+
--lr-background-secondary-active: ${A(C.colors.semantic.action.background.secondary.active)};
|
|
15728
|
+
--lr-background-secondary-disabled: ${A(C.colors.semantic.action.background.secondary.disabled)};
|
|
15729
15729
|
--lr-background-secondary-reversed: ${A(
|
|
15730
|
-
|
|
15730
|
+
C.colors.semantic.action.background.secondary.reversed.default
|
|
15731
15731
|
)};
|
|
15732
15732
|
--lr-background-secondary-reversed-hover: ${A(
|
|
15733
|
-
|
|
15733
|
+
C.colors.semantic.action.background.secondary.reversed.hover
|
|
15734
15734
|
)};
|
|
15735
15735
|
--lr-background-secondary-reversed-active: ${A(
|
|
15736
|
-
|
|
15736
|
+
C.colors.semantic.action.background.secondary.reversed.active
|
|
15737
15737
|
)};
|
|
15738
15738
|
--lr-background-secondary-reversed-disabled: ${A(
|
|
15739
|
-
|
|
15739
|
+
C.colors.semantic.action.background.secondary.reversed.disabled
|
|
15740
15740
|
)};
|
|
15741
|
-
--lr-color-secondary: ${A(
|
|
15742
|
-
--lr-color-secondary-hover: ${A(
|
|
15743
|
-
--lr-color-secondary-active: ${A(
|
|
15744
|
-
--lr-color-secondary-disabled: ${A(
|
|
15745
|
-
--lr-color-secondary-reversed: ${A(
|
|
15741
|
+
--lr-color-secondary: ${A(C.colors.semantic.action.content.secondary.default)};
|
|
15742
|
+
--lr-color-secondary-hover: ${A(C.colors.semantic.action.content.secondary.hover)};
|
|
15743
|
+
--lr-color-secondary-active: ${A(C.colors.semantic.action.content.secondary.active)};
|
|
15744
|
+
--lr-color-secondary-disabled: ${A(C.colors.semantic.action.content.secondary.disabled)};
|
|
15745
|
+
--lr-color-secondary-reversed: ${A(C.colors.semantic.action.content.secondary.reversed.default)};
|
|
15746
15746
|
--lr-color-secondary-reversed-hover: ${A(
|
|
15747
|
-
|
|
15747
|
+
C.colors.semantic.action.content.secondary.reversed.hover
|
|
15748
15748
|
)};
|
|
15749
15749
|
--lr-color-secondary-reversed-active: ${A(
|
|
15750
|
-
|
|
15750
|
+
C.colors.semantic.action.content.secondary.reversed.active
|
|
15751
15751
|
)};
|
|
15752
15752
|
--lr-color-secondary-reversed-disabled: ${A(
|
|
15753
|
-
|
|
15753
|
+
C.colors.semantic.action.content.secondary.reversed.disabled
|
|
15754
15754
|
)};
|
|
15755
15755
|
/* TERTIARY COLORS */
|
|
15756
|
-
--lr-background-tertiary: ${A(
|
|
15757
|
-
--lr-background-tertiary-hover: ${A(
|
|
15758
|
-
--lr-background-tertiary-active: ${A(
|
|
15759
|
-
--lr-background-tertiary-disabled: ${A(
|
|
15756
|
+
--lr-background-tertiary: ${A(C.colors.semantic.action.background.tertiary.default)};
|
|
15757
|
+
--lr-background-tertiary-hover: ${A(C.colors.semantic.action.background.tertiary.hover)};
|
|
15758
|
+
--lr-background-tertiary-active: ${A(C.colors.semantic.action.background.tertiary.active)};
|
|
15759
|
+
--lr-background-tertiary-disabled: ${A(C.colors.semantic.action.background.tertiary.disabled)};
|
|
15760
15760
|
--lr-background-tertiary-reversed: ${A(
|
|
15761
|
-
|
|
15761
|
+
C.colors.semantic.action.background.tertiary.reversed.default
|
|
15762
15762
|
)};
|
|
15763
15763
|
--lr-background-tertiary-reversed-hover: ${A(
|
|
15764
|
-
|
|
15764
|
+
C.colors.semantic.action.background.tertiary.reversed.hover
|
|
15765
15765
|
)};
|
|
15766
15766
|
--lr-background-tertiary-reversed-active: ${A(
|
|
15767
|
-
|
|
15767
|
+
C.colors.semantic.action.background.tertiary.reversed.active
|
|
15768
15768
|
)};
|
|
15769
15769
|
--lr-background-tertiary-reversed-disabled: ${A(
|
|
15770
|
-
|
|
15770
|
+
C.colors.semantic.action.background.tertiary.reversed.disabled
|
|
15771
15771
|
)};
|
|
15772
|
-
--lr-color-tertiary: ${A(
|
|
15773
|
-
--lr-color-tertiary-hover: ${A(
|
|
15774
|
-
--lr-color-tertiary-active: ${A(
|
|
15775
|
-
--lr-color-tertiary-disabled: ${A(
|
|
15776
|
-
--lr-color-tertiary-reversed: ${A(
|
|
15777
|
-
--lr-color-tertiary-reversed-hover: ${A(
|
|
15772
|
+
--lr-color-tertiary: ${A(C.colors.semantic.action.content.tertiary.default)};
|
|
15773
|
+
--lr-color-tertiary-hover: ${A(C.colors.semantic.action.content.tertiary.hover)};
|
|
15774
|
+
--lr-color-tertiary-active: ${A(C.colors.semantic.action.content.tertiary.active)};
|
|
15775
|
+
--lr-color-tertiary-disabled: ${A(C.colors.semantic.action.content.tertiary.disabled)};
|
|
15776
|
+
--lr-color-tertiary-reversed: ${A(C.colors.semantic.action.content.tertiary.reversed.default)};
|
|
15777
|
+
--lr-color-tertiary-reversed-hover: ${A(C.colors.semantic.action.content.tertiary.reversed.hover)};
|
|
15778
15778
|
--lr-color-tertiary-reversed-active: ${A(
|
|
15779
|
-
|
|
15779
|
+
C.colors.semantic.action.content.tertiary.reversed.active
|
|
15780
15780
|
)};
|
|
15781
15781
|
--lr-color-tertiary-reversed-disabled: ${A(
|
|
15782
|
-
|
|
15782
|
+
C.colors.semantic.action.content.tertiary.reversed.disabled
|
|
15783
15783
|
)};
|
|
15784
15784
|
/* LINK COLOR */
|
|
15785
|
-
--lr-color-link: ${A(
|
|
15786
|
-
--lr-color-link-hover: ${A(
|
|
15787
|
-
--lr-color-link-active: ${A(
|
|
15788
|
-
--lr-color-link-disabled: ${A(
|
|
15789
|
-
--lr-color-link-reversed: ${A(
|
|
15790
|
-
--lr-color-link-reversed-hover: ${A(
|
|
15791
|
-
--lr-color-link-reversed-active: ${A(
|
|
15792
|
-
--lr-color-link-reversed-disabled: ${A(
|
|
15785
|
+
--lr-color-link: ${A(C.colors.semantic.action.content.link.default)};
|
|
15786
|
+
--lr-color-link-hover: ${A(C.colors.semantic.action.content.link.hover)};
|
|
15787
|
+
--lr-color-link-active: ${A(C.colors.semantic.action.content.link.active)};
|
|
15788
|
+
--lr-color-link-disabled: ${A(C.colors.semantic.action.content.link.disabled)};
|
|
15789
|
+
--lr-color-link-reversed: ${A(C.colors.semantic.action.content.link.reversed.default)};
|
|
15790
|
+
--lr-color-link-reversed-hover: ${A(C.colors.semantic.action.content.link.reversed.hover)};
|
|
15791
|
+
--lr-color-link-reversed-active: ${A(C.colors.semantic.action.content.link.reversed.active)};
|
|
15792
|
+
--lr-color-link-reversed-disabled: ${A(C.colors.semantic.action.content.link.reversed.disabled)};
|
|
15793
15793
|
/* SECONDARY BORDER */
|
|
15794
|
-
--lr-border-secondary-color: ${A(
|
|
15795
|
-
--lr-border-secondary-color-hover: ${A(
|
|
15796
|
-
--lr-border-secondary-color-active: ${A(
|
|
15797
|
-
--lr-border-secondary-color-disabled: ${A(
|
|
15794
|
+
--lr-border-secondary-color: ${A(C.colors.semantic.action.border.secondary.default)};
|
|
15795
|
+
--lr-border-secondary-color-hover: ${A(C.colors.semantic.action.border.secondary.hover)};
|
|
15796
|
+
--lr-border-secondary-color-active: ${A(C.colors.semantic.action.border.secondary.active)};
|
|
15797
|
+
--lr-border-secondary-color-disabled: ${A(C.colors.semantic.action.border.secondary.disabled)};
|
|
15798
15798
|
--lr-border-secondary-color-reversed: ${A(
|
|
15799
|
-
|
|
15799
|
+
C.colors.semantic.action.border.secondary.reversed.default
|
|
15800
15800
|
)};
|
|
15801
15801
|
--lr-border-secondary-color-reversed-hover: ${A(
|
|
15802
|
-
|
|
15802
|
+
C.colors.semantic.action.border.secondary.reversed.hover
|
|
15803
15803
|
)};
|
|
15804
15804
|
--lr-border-secondary-color-reversed-active: ${A(
|
|
15805
|
-
|
|
15805
|
+
C.colors.semantic.action.border.secondary.reversed.active
|
|
15806
15806
|
)};
|
|
15807
15807
|
--lr-border-secondary-color-reversed-disabled: ${A(
|
|
15808
|
-
|
|
15808
|
+
C.colors.semantic.action.border.secondary.reversed.disabled
|
|
15809
15809
|
)};
|
|
15810
15810
|
/* GREYS COLORS */
|
|
15811
|
-
--lr-greys-000: ${A(
|
|
15812
|
-
--lr-greys-100: ${A(
|
|
15813
|
-
--lr-greys-200: ${A(
|
|
15814
|
-
--lr-greys-300: ${A(
|
|
15815
|
-
--lr-greys-400: ${A(
|
|
15816
|
-
--lr-greys-500: ${A(
|
|
15817
|
-
--lr-greys-600: ${A(
|
|
15818
|
-
--lr-greys-700: ${A(
|
|
15819
|
-
--lr-greys-800: ${A(
|
|
15820
|
-
--lr-greys-900: ${A(
|
|
15811
|
+
--lr-greys-000: ${A(C.colors.base.greys.tone000)};
|
|
15812
|
+
--lr-greys-100: ${A(C.colors.base.greys.tone100)};
|
|
15813
|
+
--lr-greys-200: ${A(C.colors.base.greys.tone200)};
|
|
15814
|
+
--lr-greys-300: ${A(C.colors.base.greys.tone300)};
|
|
15815
|
+
--lr-greys-400: ${A(C.colors.base.greys.tone400)};
|
|
15816
|
+
--lr-greys-500: ${A(C.colors.base.greys.tone500)};
|
|
15817
|
+
--lr-greys-600: ${A(C.colors.base.greys.tone600)};
|
|
15818
|
+
--lr-greys-700: ${A(C.colors.base.greys.tone700)};
|
|
15819
|
+
--lr-greys-800: ${A(C.colors.base.greys.tone800)};
|
|
15820
|
+
--lr-greys-900: ${A(C.colors.base.greys.tone900)};
|
|
15821
15821
|
/* PADDINGS SIZES VERTICAL */
|
|
15822
|
-
--lr-px-12: ${A(
|
|
15823
|
-
--lr-px-14: ${A(
|
|
15824
|
-
--lr-px-16: ${A(
|
|
15825
|
-
--lr-px-18: ${A(
|
|
15826
|
-
--lr-px-20: ${A(
|
|
15827
|
-
--lr-px-26: ${A(
|
|
15828
|
-
--lr-px-32: ${A(
|
|
15822
|
+
--lr-px-12: ${A(C.spacing(1.5))}; /* 0.75rem 12px */
|
|
15823
|
+
--lr-px-14: ${A(C.spacing(1.75))}; /* 0.875rem 14px */
|
|
15824
|
+
--lr-px-16: ${A(C.spacing(2))}; /* 1rem 16px */
|
|
15825
|
+
--lr-px-18: ${A(C.spacing(2.25))}; /* 1.125rem 18px */
|
|
15826
|
+
--lr-px-20: ${A(C.spacing(2.5))}; /* 1.25rem 20px */
|
|
15827
|
+
--lr-px-26: ${A(C.spacing(3.25))}; /* 1.625rem 16px */
|
|
15828
|
+
--lr-px-32: ${A(C.spacing(4))}; /* 2rem 16px */
|
|
15829
15829
|
/* PADDINGS SIZES HORIZONTAL */
|
|
15830
|
-
--lr-py-8: ${A(
|
|
15831
|
-
--lr-py-10: ${A(
|
|
15832
|
-
--lr-py-12: ${A(
|
|
15833
|
-
--lr-py-14: ${A(
|
|
15834
|
-
--lr-py-16: ${A(
|
|
15835
|
-
--lr-py-18: ${A(
|
|
15836
|
-
--lr-py-20: ${A(
|
|
15830
|
+
--lr-py-8: ${A(C.spacing(1))}; /* 0.5rem 8px */
|
|
15831
|
+
--lr-py-10: ${A(C.spacing(1.25))}; /* 0.625rem 10px */
|
|
15832
|
+
--lr-py-12: ${A(C.spacing(1.5))}; /* 0.75rem 12px */
|
|
15833
|
+
--lr-py-14: ${A(C.spacing(1.75))}; /* 0.875rem 14px */
|
|
15834
|
+
--lr-py-16: ${A(C.spacing(2))}; /* 1rem 16px */
|
|
15835
|
+
--lr-py-18: ${A(C.spacing(2.25))}; /* 1.125rem 18px */
|
|
15836
|
+
--lr-py-20: ${A(C.spacing(2.5))}; /* 1.25rem 20px */
|
|
15837
15837
|
--lr-padding-small: var(--lr-py-12) var(--lr-px-20);
|
|
15838
15838
|
--lr-padding-medium: var(--lr-py-14) var(--lr-px-26);
|
|
15839
15839
|
--lr-padding-big: var(--lr-py-14) var(--lr-px-32);
|
|
15840
15840
|
/* FONTS SIZES */
|
|
15841
|
-
--lr-text-12: ${A(
|
|
15842
|
-
--lr-text-14: ${A(
|
|
15843
|
-
--lr-text-16: ${A(
|
|
15844
|
-
--lr-text-18: ${A(
|
|
15841
|
+
--lr-text-12: ${A(C.spacing(1.5))}; /* 0.75rem 12px */
|
|
15842
|
+
--lr-text-14: ${A(C.spacing(1.75))}; /* 0.875rem 14px */
|
|
15843
|
+
--lr-text-16: ${A(C.spacing(2))}; /* 1rem 16px */
|
|
15844
|
+
--lr-text-18: ${A(C.spacing(2.25))}; /* 1.125rem 18px */
|
|
15845
15845
|
/* FONTS WEIGHT */
|
|
15846
15846
|
--lr-font-100: 100;
|
|
15847
15847
|
--lr-font-200: 200;
|
|
@@ -15853,7 +15853,7 @@ const Dm = {
|
|
|
15853
15853
|
--lr-font-800: 800;
|
|
15854
15854
|
--lr-font-900: 900;
|
|
15855
15855
|
/* BORDERS RADIUS */
|
|
15856
|
-
--lr-border-radius: ${A(
|
|
15856
|
+
--lr-border-radius: ${A(C.defaults.radius)};
|
|
15857
15857
|
}
|
|
15858
15858
|
`;
|
|
15859
15859
|
var Jm = Object.defineProperty, Zm = Object.getOwnPropertyDescriptor, Ym = (n, r, e, t) => {
|
|
@@ -16305,6 +16305,21 @@ const lg = on`
|
|
|
16305
16305
|
:host #chat-wrapper {
|
|
16306
16306
|
position: relative;
|
|
16307
16307
|
}
|
|
16308
|
+
:host #chat-element {
|
|
16309
|
+
height: calc(100dvh - 3rem) !important;
|
|
16310
|
+
width: 100% !important;
|
|
16311
|
+
max-width: 100% !important;
|
|
16312
|
+
@media (min-width: ${A(C.devices.mobile.max)}px) {
|
|
16313
|
+
height: 65vh !important;
|
|
16314
|
+
width: 45vw !important;
|
|
16315
|
+
max-width: 45vw !important;
|
|
16316
|
+
}
|
|
16317
|
+
@media (min-width: ${A(C.devices.tablet.max)}px) {
|
|
16318
|
+
height: 65vh !important;
|
|
16319
|
+
width: 25vw !important;
|
|
16320
|
+
max-width: 25vw !important;
|
|
16321
|
+
}
|
|
16322
|
+
}
|
|
16308
16323
|
#chat-wrapper[data-opened='true'] {
|
|
16309
16324
|
display: block;
|
|
16310
16325
|
font-family: var(--font-poppins);
|
|
@@ -16312,20 +16327,30 @@ const lg = on`
|
|
|
16312
16327
|
#chat-wrapper[data-sticky='true'] {
|
|
16313
16328
|
position: fixed;
|
|
16314
16329
|
bottom: 0;
|
|
16315
|
-
right: 7%;
|
|
16316
16330
|
z-index: 99999;
|
|
16317
|
-
width: 360px;
|
|
16318
16331
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
|
|
16332
|
+
right: 0;
|
|
16333
|
+
width: 100%;
|
|
16334
|
+
@media (min-width: ${A(C.devices.mobile.max)}px) {
|
|
16335
|
+
right: 7%;
|
|
16336
|
+
width: 45vw;
|
|
16337
|
+
}
|
|
16338
|
+
@media (min-width: ${A(C.devices.tablet.max)}px) {
|
|
16339
|
+
right: 7%;
|
|
16340
|
+
width: 25vw;
|
|
16341
|
+
}
|
|
16319
16342
|
}
|
|
16320
16343
|
#chat-wrapper-menu {
|
|
16321
|
-
|
|
16322
|
-
border-top-right-radius: 4px;
|
|
16323
|
-
background-color: ${A(E.colors.base.coral.tone300)};
|
|
16344
|
+
background-color: ${A(C.colors.base.coral.tone300)};
|
|
16324
16345
|
color: white;
|
|
16325
16346
|
padding: 0.625rem 1rem;
|
|
16326
16347
|
display: flex;
|
|
16327
16348
|
align-items: center;
|
|
16328
16349
|
justify-content: space-between;
|
|
16350
|
+
@media (min-width: ${A(C.devices.mobile.max)}px) {
|
|
16351
|
+
border-top-left-radius: 4px;
|
|
16352
|
+
border-top-right-radius: 4px;
|
|
16353
|
+
}
|
|
16329
16354
|
}
|
|
16330
16355
|
#chat-wrapper-menu-button-container {
|
|
16331
16356
|
display: flex;
|
|
@@ -16335,7 +16360,7 @@ const lg = on`
|
|
|
16335
16360
|
#chat-wrapper-menu-title {
|
|
16336
16361
|
font-size: 1.25rem;
|
|
16337
16362
|
font-weight: 600;
|
|
16338
|
-
color: ${A(
|
|
16363
|
+
color: ${A(C.colors.base.coral.tone900)};
|
|
16339
16364
|
}
|
|
16340
16365
|
.chat-wrapper-menu-button {
|
|
16341
16366
|
border: none;
|
|
@@ -16348,7 +16373,7 @@ const lg = on`
|
|
|
16348
16373
|
bottom: 5%;
|
|
16349
16374
|
right: 5%;
|
|
16350
16375
|
z-index: 99999;
|
|
16351
|
-
background-color: ${A(
|
|
16376
|
+
background-color: ${A(C.colors.base.coral.tone300)};
|
|
16352
16377
|
border-radius: 16px;
|
|
16353
16378
|
color: white;
|
|
16354
16379
|
padding: 1rem;
|
|
@@ -16366,7 +16391,7 @@ const lg = on`
|
|
|
16366
16391
|
bottom: 5%;
|
|
16367
16392
|
right: 5%;
|
|
16368
16393
|
z-index: 99999;
|
|
16369
|
-
background-color: ${A(
|
|
16394
|
+
background-color: ${A(C.colors.base.coral.tone300)};
|
|
16370
16395
|
border-radius: 16px;
|
|
16371
16396
|
color: white;
|
|
16372
16397
|
padding: 1rem;
|
|
@@ -16382,7 +16407,7 @@ const lg = on`
|
|
|
16382
16407
|
transform: scale(1.5);
|
|
16383
16408
|
}
|
|
16384
16409
|
#chat-minimized-text {
|
|
16385
|
-
color: ${A(
|
|
16410
|
+
color: ${A(C.colors.base.coral.tone900)};
|
|
16386
16411
|
font-family: var(--font-poppins);
|
|
16387
16412
|
}
|
|
16388
16413
|
p {
|
|
@@ -16438,9 +16463,9 @@ const lg = on`
|
|
|
16438
16463
|
default: {
|
|
16439
16464
|
styles: {
|
|
16440
16465
|
container: {
|
|
16441
|
-
backgroundColor:
|
|
16466
|
+
backgroundColor: C.colors.base.white,
|
|
16442
16467
|
borderRadius: "50%",
|
|
16443
|
-
padding:
|
|
16468
|
+
padding: C.spacing(1),
|
|
16444
16469
|
width: "20px",
|
|
16445
16470
|
height: "20px",
|
|
16446
16471
|
marginTop: "0"
|
|
@@ -16454,23 +16479,20 @@ const lg = on`
|
|
|
16454
16479
|
}
|
|
16455
16480
|
},
|
|
16456
16481
|
chatStyle: {
|
|
16457
|
-
|
|
16458
|
-
fontFamily: E.fontFamilies.poppins,
|
|
16482
|
+
fontFamily: C.fontFamilies.poppins,
|
|
16459
16483
|
border: "none",
|
|
16460
|
-
backgroundColor:
|
|
16461
|
-
maxWidth: "360px",
|
|
16462
|
-
height: "465px",
|
|
16484
|
+
backgroundColor: C.colors.base.greys.tone100,
|
|
16463
16485
|
overflow: "unset"
|
|
16464
16486
|
},
|
|
16465
16487
|
messageStyles: {
|
|
16466
16488
|
default: {
|
|
16467
16489
|
shared: {
|
|
16468
16490
|
bubble: {
|
|
16469
|
-
backgroundColor:
|
|
16470
|
-
color:
|
|
16491
|
+
backgroundColor: C.colors.base.white,
|
|
16492
|
+
color: C.colors.base.greys.tone900,
|
|
16471
16493
|
fontSize: "0.75rem",
|
|
16472
16494
|
padding: "0.625rem",
|
|
16473
|
-
fontFamily:
|
|
16495
|
+
fontFamily: C.fontFamilies.poppins,
|
|
16474
16496
|
lineHeight: "18px",
|
|
16475
16497
|
maxWidth: "calc(100% - 4rem)",
|
|
16476
16498
|
width: "100%",
|
|
@@ -16480,13 +16502,13 @@ const lg = on`
|
|
|
16480
16502
|
alignItems: "center"
|
|
16481
16503
|
},
|
|
16482
16504
|
outerContainer: {
|
|
16483
|
-
margin: `${
|
|
16505
|
+
margin: `${C.spacing(2)} 0`
|
|
16484
16506
|
}
|
|
16485
16507
|
},
|
|
16486
16508
|
lr: {
|
|
16487
16509
|
bubble: {
|
|
16488
|
-
background:
|
|
16489
|
-
color:
|
|
16510
|
+
background: C.colors.base.coral.tone300,
|
|
16511
|
+
color: C.colors.base.coral.tone900,
|
|
16490
16512
|
padding: "0.625rem",
|
|
16491
16513
|
fontSize: "0.75rem",
|
|
16492
16514
|
borderBottomLeftRadius: "0.5rem",
|
|
@@ -18970,7 +18992,7 @@ const Dv = (n) => {
|
|
|
18970
18992
|
return t;
|
|
18971
18993
|
};
|
|
18972
18994
|
return e(n, 0);
|
|
18973
|
-
}, $v = Qe("AsyncFunction"), Bv = (n) => n && (di(n) || Pe(n)) && Pe(n.then) && Pe(n.catch),
|
|
18995
|
+
}, $v = Qe("AsyncFunction"), Bv = (n) => n && (di(n) || Pe(n)) && Pe(n.then) && Pe(n.catch), E = {
|
|
18974
18996
|
isArray: sn,
|
|
18975
18997
|
isArrayBuffer: Cc,
|
|
18976
18998
|
isBuffer: sv,
|
|
@@ -19027,7 +19049,7 @@ const Dv = (n) => {
|
|
|
19027
19049
|
function re(n, r, e, t, i) {
|
|
19028
19050
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = n, this.name = "AxiosError", r && (this.code = r), e && (this.config = e), t && (this.request = t), i && (this.response = i);
|
|
19029
19051
|
}
|
|
19030
|
-
|
|
19052
|
+
E.inherits(re, Error, {
|
|
19031
19053
|
toJSON: function() {
|
|
19032
19054
|
return {
|
|
19033
19055
|
// Standard
|
|
@@ -19042,7 +19064,7 @@ C.inherits(re, Error, {
|
|
|
19042
19064
|
columnNumber: this.columnNumber,
|
|
19043
19065
|
stack: this.stack,
|
|
19044
19066
|
// Axios
|
|
19045
|
-
config:
|
|
19067
|
+
config: E.toJSONObject(this.config),
|
|
19046
19068
|
code: this.code,
|
|
19047
19069
|
status: this.response && this.response.status ? this.response.status : null
|
|
19048
19070
|
};
|
|
@@ -19070,16 +19092,16 @@ Object.defineProperties(re, Ic);
|
|
|
19070
19092
|
Object.defineProperty(Oc, "isAxiosError", { value: !0 });
|
|
19071
19093
|
re.from = (n, r, e, t, i, a) => {
|
|
19072
19094
|
const o = Object.create(Oc);
|
|
19073
|
-
return
|
|
19095
|
+
return E.toFlatObject(n, o, function(l) {
|
|
19074
19096
|
return l !== Error.prototype;
|
|
19075
19097
|
}, (s) => s !== "isAxiosError"), re.call(o, n.message, r, e, t, i), o.cause = n, o.name = n.name, a && Object.assign(o, a), o;
|
|
19076
19098
|
};
|
|
19077
19099
|
const jv = null;
|
|
19078
19100
|
function ma(n) {
|
|
19079
|
-
return
|
|
19101
|
+
return E.isPlainObject(n) || E.isArray(n);
|
|
19080
19102
|
}
|
|
19081
19103
|
function Mc(n) {
|
|
19082
|
-
return
|
|
19104
|
+
return E.endsWith(n, "[]") ? n.slice(0, -2) : n;
|
|
19083
19105
|
}
|
|
19084
19106
|
function Vs(n, r, e) {
|
|
19085
19107
|
return n ? n.concat(r).map(function(i, a) {
|
|
@@ -19087,40 +19109,40 @@ function Vs(n, r, e) {
|
|
|
19087
19109
|
}).join(e ? "." : "") : r;
|
|
19088
19110
|
}
|
|
19089
19111
|
function Hv(n) {
|
|
19090
|
-
return
|
|
19112
|
+
return E.isArray(n) && !n.some(ma);
|
|
19091
19113
|
}
|
|
19092
|
-
const Uv =
|
|
19114
|
+
const Uv = E.toFlatObject(E, {}, null, function(r) {
|
|
19093
19115
|
return /^is[A-Z]/.test(r);
|
|
19094
19116
|
});
|
|
19095
19117
|
function pi(n, r, e) {
|
|
19096
|
-
if (!
|
|
19118
|
+
if (!E.isObject(n))
|
|
19097
19119
|
throw new TypeError("target must be an object");
|
|
19098
|
-
r = r || new FormData(), e =
|
|
19120
|
+
r = r || new FormData(), e = E.toFlatObject(e, {
|
|
19099
19121
|
metaTokens: !0,
|
|
19100
19122
|
dots: !1,
|
|
19101
19123
|
indexes: !1
|
|
19102
19124
|
}, !1, function(g, y) {
|
|
19103
|
-
return !
|
|
19125
|
+
return !E.isUndefined(y[g]);
|
|
19104
19126
|
});
|
|
19105
|
-
const t = e.metaTokens, i = e.visitor || u, a = e.dots, o = e.indexes, l = (e.Blob || typeof Blob < "u" && Blob) &&
|
|
19106
|
-
if (!
|
|
19127
|
+
const t = e.metaTokens, i = e.visitor || u, a = e.dots, o = e.indexes, l = (e.Blob || typeof Blob < "u" && Blob) && E.isSpecCompliantForm(r);
|
|
19128
|
+
if (!E.isFunction(i))
|
|
19107
19129
|
throw new TypeError("visitor must be a function");
|
|
19108
19130
|
function c(f) {
|
|
19109
19131
|
if (f === null) return "";
|
|
19110
|
-
if (
|
|
19132
|
+
if (E.isDate(f))
|
|
19111
19133
|
return f.toISOString();
|
|
19112
|
-
if (!l &&
|
|
19134
|
+
if (!l && E.isBlob(f))
|
|
19113
19135
|
throw new re("Blob is not supported. Use a Buffer instead.");
|
|
19114
|
-
return
|
|
19136
|
+
return E.isArrayBuffer(f) || E.isTypedArray(f) ? l && typeof Blob == "function" ? new Blob([f]) : Buffer.from(f) : f;
|
|
19115
19137
|
}
|
|
19116
19138
|
function u(f, g, y) {
|
|
19117
19139
|
let v = f;
|
|
19118
19140
|
if (f && !y && typeof f == "object") {
|
|
19119
|
-
if (
|
|
19141
|
+
if (E.endsWith(g, "{}"))
|
|
19120
19142
|
g = t ? g : g.slice(0, -2), f = JSON.stringify(f);
|
|
19121
|
-
else if (
|
|
19143
|
+
else if (E.isArray(f) && Hv(f) || (E.isFileList(f) || E.endsWith(g, "[]")) && (v = E.toArray(f)))
|
|
19122
19144
|
return g = Mc(g), v.forEach(function(S, N) {
|
|
19123
|
-
!(
|
|
19145
|
+
!(E.isUndefined(S) || S === null) && r.append(
|
|
19124
19146
|
// eslint-disable-next-line no-nested-ternary
|
|
19125
19147
|
o === !0 ? Vs([g], N, a) : o === null ? g : g + "[]",
|
|
19126
19148
|
c(S)
|
|
@@ -19135,21 +19157,21 @@ function pi(n, r, e) {
|
|
|
19135
19157
|
isVisitable: ma
|
|
19136
19158
|
});
|
|
19137
19159
|
function h(f, g) {
|
|
19138
|
-
if (!
|
|
19160
|
+
if (!E.isUndefined(f)) {
|
|
19139
19161
|
if (d.indexOf(f) !== -1)
|
|
19140
19162
|
throw Error("Circular reference detected in " + g.join("."));
|
|
19141
|
-
d.push(f),
|
|
19142
|
-
(!(
|
|
19163
|
+
d.push(f), E.forEach(f, function(v, b) {
|
|
19164
|
+
(!(E.isUndefined(v) || v === null) && i.call(
|
|
19143
19165
|
r,
|
|
19144
19166
|
v,
|
|
19145
|
-
|
|
19167
|
+
E.isString(b) ? b.trim() : b,
|
|
19146
19168
|
g,
|
|
19147
19169
|
p
|
|
19148
19170
|
)) === !0 && h(v, g ? g.concat(b) : [b]);
|
|
19149
19171
|
}), d.pop();
|
|
19150
19172
|
}
|
|
19151
19173
|
}
|
|
19152
|
-
if (!
|
|
19174
|
+
if (!E.isObject(n))
|
|
19153
19175
|
throw new TypeError("data must be an object");
|
|
19154
19176
|
return h(n), r;
|
|
19155
19177
|
}
|
|
@@ -19190,7 +19212,7 @@ function Fc(n, r, e) {
|
|
|
19190
19212
|
return n;
|
|
19191
19213
|
const t = e && e.encode || zv, i = e && e.serialize;
|
|
19192
19214
|
let a;
|
|
19193
|
-
if (i ? a = i(r, e) : a =
|
|
19215
|
+
if (i ? a = i(r, e) : a = E.isURLSearchParams(r) ? r.toString() : new qa(r, e).toString(t), a) {
|
|
19194
19216
|
const o = n.indexOf("#");
|
|
19195
19217
|
o !== -1 && (n = n.slice(0, o)), n += (n.indexOf("?") === -1 ? "?" : "&") + a;
|
|
19196
19218
|
}
|
|
@@ -19245,7 +19267,7 @@ class Ks {
|
|
|
19245
19267
|
* @returns {void}
|
|
19246
19268
|
*/
|
|
19247
19269
|
forEach(r) {
|
|
19248
|
-
|
|
19270
|
+
E.forEach(this.handlers, function(t) {
|
|
19249
19271
|
t !== null && r(t);
|
|
19250
19272
|
});
|
|
19251
19273
|
}
|
|
@@ -19275,12 +19297,12 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Zv
|
|
|
19275
19297
|
function Yv(n, r) {
|
|
19276
19298
|
return pi(n, new Ve.classes.URLSearchParams(), Object.assign({
|
|
19277
19299
|
visitor: function(e, t, i, a) {
|
|
19278
|
-
return Ve.isNode &&
|
|
19300
|
+
return Ve.isNode && E.isBuffer(e) ? (this.append(t, e.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
|
|
19279
19301
|
}
|
|
19280
19302
|
}, r));
|
|
19281
19303
|
}
|
|
19282
19304
|
function Xv(n) {
|
|
19283
|
-
return
|
|
19305
|
+
return E.matchAll(/\w+|\[(\w*)]/g, n).map((r) => r[0] === "[]" ? "" : r[1] || r[0]);
|
|
19284
19306
|
}
|
|
19285
19307
|
function Qv(n) {
|
|
19286
19308
|
const r = {}, e = Object.keys(n);
|
|
@@ -19296,20 +19318,20 @@ function $c(n) {
|
|
|
19296
19318
|
let o = e[a++];
|
|
19297
19319
|
if (o === "__proto__") return !0;
|
|
19298
19320
|
const s = Number.isFinite(+o), l = a >= e.length;
|
|
19299
|
-
return o = !o &&
|
|
19321
|
+
return o = !o && E.isArray(i) ? i.length : o, l ? (E.hasOwnProp(i, o) ? i[o] = [i[o], t] : i[o] = t, !s) : ((!i[o] || !E.isObject(i[o])) && (i[o] = []), r(e, t, i[o], a) && E.isArray(i[o]) && (i[o] = Qv(i[o])), !s);
|
|
19300
19322
|
}
|
|
19301
|
-
if (
|
|
19323
|
+
if (E.isFormData(n) && E.isFunction(n.entries)) {
|
|
19302
19324
|
const e = {};
|
|
19303
|
-
return
|
|
19325
|
+
return E.forEachEntry(n, (t, i) => {
|
|
19304
19326
|
r(Xv(t), i, e, 0);
|
|
19305
19327
|
}), e;
|
|
19306
19328
|
}
|
|
19307
19329
|
return null;
|
|
19308
19330
|
}
|
|
19309
19331
|
function e1(n, r, e) {
|
|
19310
|
-
if (
|
|
19332
|
+
if (E.isString(n))
|
|
19311
19333
|
try {
|
|
19312
|
-
return (r || JSON.parse)(n),
|
|
19334
|
+
return (r || JSON.parse)(n), E.trim(n);
|
|
19313
19335
|
} catch (t) {
|
|
19314
19336
|
if (t.name !== "SyntaxError")
|
|
19315
19337
|
throw t;
|
|
@@ -19320,20 +19342,20 @@ const Kn = {
|
|
|
19320
19342
|
transitional: Nc,
|
|
19321
19343
|
adapter: ["xhr", "http"],
|
|
19322
19344
|
transformRequest: [function(r, e) {
|
|
19323
|
-
const t = e.getContentType() || "", i = t.indexOf("application/json") > -1, a =
|
|
19324
|
-
if (a &&
|
|
19345
|
+
const t = e.getContentType() || "", i = t.indexOf("application/json") > -1, a = E.isObject(r);
|
|
19346
|
+
if (a && E.isHTMLForm(r) && (r = new FormData(r)), E.isFormData(r))
|
|
19325
19347
|
return i ? JSON.stringify($c(r)) : r;
|
|
19326
|
-
if (
|
|
19348
|
+
if (E.isArrayBuffer(r) || E.isBuffer(r) || E.isStream(r) || E.isFile(r) || E.isBlob(r))
|
|
19327
19349
|
return r;
|
|
19328
|
-
if (
|
|
19350
|
+
if (E.isArrayBufferView(r))
|
|
19329
19351
|
return r.buffer;
|
|
19330
|
-
if (
|
|
19352
|
+
if (E.isURLSearchParams(r))
|
|
19331
19353
|
return e.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), r.toString();
|
|
19332
19354
|
let s;
|
|
19333
19355
|
if (a) {
|
|
19334
19356
|
if (t.indexOf("application/x-www-form-urlencoded") > -1)
|
|
19335
19357
|
return Yv(r, this.formSerializer).toString();
|
|
19336
|
-
if ((s =
|
|
19358
|
+
if ((s = E.isFileList(r)) || t.indexOf("multipart/form-data") > -1) {
|
|
19337
19359
|
const l = this.env && this.env.FormData;
|
|
19338
19360
|
return pi(
|
|
19339
19361
|
s ? { "files[]": r } : r,
|
|
@@ -19346,7 +19368,7 @@ const Kn = {
|
|
|
19346
19368
|
}],
|
|
19347
19369
|
transformResponse: [function(r) {
|
|
19348
19370
|
const e = this.transitional || Kn.transitional, t = e && e.forcedJSONParsing, i = this.responseType === "json";
|
|
19349
|
-
if (r &&
|
|
19371
|
+
if (r && E.isString(r) && (t && !this.responseType || i)) {
|
|
19350
19372
|
const o = !(e && e.silentJSONParsing) && i;
|
|
19351
19373
|
try {
|
|
19352
19374
|
return JSON.parse(r);
|
|
@@ -19380,10 +19402,10 @@ const Kn = {
|
|
|
19380
19402
|
}
|
|
19381
19403
|
}
|
|
19382
19404
|
};
|
|
19383
|
-
|
|
19405
|
+
E.forEach(["delete", "get", "head", "post", "put", "patch"], (n) => {
|
|
19384
19406
|
Kn.headers[n] = {};
|
|
19385
19407
|
});
|
|
19386
|
-
const t1 =
|
|
19408
|
+
const t1 = E.toObjectSet([
|
|
19387
19409
|
"age",
|
|
19388
19410
|
"authorization",
|
|
19389
19411
|
"content-length",
|
|
@@ -19413,7 +19435,7 @@ function hn(n) {
|
|
|
19413
19435
|
return n && String(n).trim().toLowerCase();
|
|
19414
19436
|
}
|
|
19415
19437
|
function mr(n) {
|
|
19416
|
-
return n === !1 || n == null ? n :
|
|
19438
|
+
return n === !1 || n == null ? n : E.isArray(n) ? n.map(mr) : String(n);
|
|
19417
19439
|
}
|
|
19418
19440
|
function r1(n) {
|
|
19419
19441
|
const r = /* @__PURE__ */ Object.create(null), e = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -19424,12 +19446,12 @@ function r1(n) {
|
|
|
19424
19446
|
}
|
|
19425
19447
|
const i1 = (n) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(n.trim());
|
|
19426
19448
|
function Hi(n, r, e, t, i) {
|
|
19427
|
-
if (
|
|
19449
|
+
if (E.isFunction(t))
|
|
19428
19450
|
return t.call(this, r, e);
|
|
19429
|
-
if (i && (r = e), !!
|
|
19430
|
-
if (
|
|
19451
|
+
if (i && (r = e), !!E.isString(r)) {
|
|
19452
|
+
if (E.isString(t))
|
|
19431
19453
|
return r.indexOf(t) !== -1;
|
|
19432
|
-
if (
|
|
19454
|
+
if (E.isRegExp(t))
|
|
19433
19455
|
return t.test(r);
|
|
19434
19456
|
}
|
|
19435
19457
|
}
|
|
@@ -19437,7 +19459,7 @@ function a1(n) {
|
|
|
19437
19459
|
return n.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (r, e, t) => e.toUpperCase() + t);
|
|
19438
19460
|
}
|
|
19439
19461
|
function o1(n, r) {
|
|
19440
|
-
const e =
|
|
19462
|
+
const e = E.toCamelCase(" " + r);
|
|
19441
19463
|
["get", "set", "has"].forEach((t) => {
|
|
19442
19464
|
Object.defineProperty(n, t + e, {
|
|
19443
19465
|
value: function(i, a, o) {
|
|
@@ -19457,24 +19479,24 @@ class Fe {
|
|
|
19457
19479
|
const u = hn(l);
|
|
19458
19480
|
if (!u)
|
|
19459
19481
|
throw new Error("header name must be a non-empty string");
|
|
19460
|
-
const d =
|
|
19482
|
+
const d = E.findKey(i, u);
|
|
19461
19483
|
(!d || i[d] === void 0 || c === !0 || c === void 0 && i[d] !== !1) && (i[d || l] = mr(s));
|
|
19462
19484
|
}
|
|
19463
|
-
const o = (s, l) =>
|
|
19464
|
-
return
|
|
19485
|
+
const o = (s, l) => E.forEach(s, (c, u) => a(c, u, l));
|
|
19486
|
+
return E.isPlainObject(r) || r instanceof this.constructor ? o(r, e) : E.isString(r) && (r = r.trim()) && !i1(r) ? o(n1(r), e) : r != null && a(e, r, t), this;
|
|
19465
19487
|
}
|
|
19466
19488
|
get(r, e) {
|
|
19467
19489
|
if (r = hn(r), r) {
|
|
19468
|
-
const t =
|
|
19490
|
+
const t = E.findKey(this, r);
|
|
19469
19491
|
if (t) {
|
|
19470
19492
|
const i = this[t];
|
|
19471
19493
|
if (!e)
|
|
19472
19494
|
return i;
|
|
19473
19495
|
if (e === !0)
|
|
19474
19496
|
return r1(i);
|
|
19475
|
-
if (
|
|
19497
|
+
if (E.isFunction(e))
|
|
19476
19498
|
return e.call(this, i, t);
|
|
19477
|
-
if (
|
|
19499
|
+
if (E.isRegExp(e))
|
|
19478
19500
|
return e.exec(i);
|
|
19479
19501
|
throw new TypeError("parser must be boolean|regexp|function");
|
|
19480
19502
|
}
|
|
@@ -19482,7 +19504,7 @@ class Fe {
|
|
|
19482
19504
|
}
|
|
19483
19505
|
has(r, e) {
|
|
19484
19506
|
if (r = hn(r), r) {
|
|
19485
|
-
const t =
|
|
19507
|
+
const t = E.findKey(this, r);
|
|
19486
19508
|
return !!(t && this[t] !== void 0 && (!e || Hi(this, this[t], t, e)));
|
|
19487
19509
|
}
|
|
19488
19510
|
return !1;
|
|
@@ -19492,11 +19514,11 @@ class Fe {
|
|
|
19492
19514
|
let i = !1;
|
|
19493
19515
|
function a(o) {
|
|
19494
19516
|
if (o = hn(o), o) {
|
|
19495
|
-
const s =
|
|
19517
|
+
const s = E.findKey(t, o);
|
|
19496
19518
|
s && (!e || Hi(t, t[s], s, e)) && (delete t[s], i = !0);
|
|
19497
19519
|
}
|
|
19498
19520
|
}
|
|
19499
|
-
return
|
|
19521
|
+
return E.isArray(r) ? r.forEach(a) : a(r), i;
|
|
19500
19522
|
}
|
|
19501
19523
|
clear(r) {
|
|
19502
19524
|
const e = Object.keys(this);
|
|
@@ -19509,8 +19531,8 @@ class Fe {
|
|
|
19509
19531
|
}
|
|
19510
19532
|
normalize(r) {
|
|
19511
19533
|
const e = this, t = {};
|
|
19512
|
-
return
|
|
19513
|
-
const o =
|
|
19534
|
+
return E.forEach(this, (i, a) => {
|
|
19535
|
+
const o = E.findKey(t, a);
|
|
19514
19536
|
if (o) {
|
|
19515
19537
|
e[o] = mr(i), delete e[a];
|
|
19516
19538
|
return;
|
|
@@ -19524,8 +19546,8 @@ class Fe {
|
|
|
19524
19546
|
}
|
|
19525
19547
|
toJSON(r) {
|
|
19526
19548
|
const e = /* @__PURE__ */ Object.create(null);
|
|
19527
|
-
return
|
|
19528
|
-
t != null && t !== !1 && (e[i] = r &&
|
|
19549
|
+
return E.forEach(this, (t, i) => {
|
|
19550
|
+
t != null && t !== !1 && (e[i] = r && E.isArray(t) ? t.join(", ") : t);
|
|
19529
19551
|
}), e;
|
|
19530
19552
|
}
|
|
19531
19553
|
[Symbol.iterator]() {
|
|
@@ -19553,11 +19575,11 @@ class Fe {
|
|
|
19553
19575
|
const s = hn(o);
|
|
19554
19576
|
t[s] || (o1(i, o), t[s] = !0);
|
|
19555
19577
|
}
|
|
19556
|
-
return
|
|
19578
|
+
return E.isArray(r) ? r.forEach(a) : a(r), this;
|
|
19557
19579
|
}
|
|
19558
19580
|
}
|
|
19559
19581
|
Fe.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
19560
|
-
|
|
19582
|
+
E.reduceDescriptors(Fe.prototype, ({ value: n }, r) => {
|
|
19561
19583
|
let e = r[0].toUpperCase() + r.slice(1);
|
|
19562
19584
|
return {
|
|
19563
19585
|
get: () => n,
|
|
@@ -19566,11 +19588,11 @@ C.reduceDescriptors(Fe.prototype, ({ value: n }, r) => {
|
|
|
19566
19588
|
}
|
|
19567
19589
|
};
|
|
19568
19590
|
});
|
|
19569
|
-
|
|
19591
|
+
E.freezeMethods(Fe);
|
|
19570
19592
|
function Ui(n, r) {
|
|
19571
19593
|
const e = this || Kn, t = r || e, i = Fe.from(t.headers);
|
|
19572
19594
|
let a = t.data;
|
|
19573
|
-
return
|
|
19595
|
+
return E.forEach(n, function(s) {
|
|
19574
19596
|
a = s.call(e, a, i.normalize(), r ? r.status : void 0);
|
|
19575
19597
|
}), i.normalize(), a;
|
|
19576
19598
|
}
|
|
@@ -19580,7 +19602,7 @@ function Bc(n) {
|
|
|
19580
19602
|
function Jn(n, r, e) {
|
|
19581
19603
|
re.call(this, n ?? "canceled", re.ERR_CANCELED, r, e), this.name = "CanceledError";
|
|
19582
19604
|
}
|
|
19583
|
-
|
|
19605
|
+
E.inherits(Jn, re, {
|
|
19584
19606
|
__CANCEL__: !0
|
|
19585
19607
|
});
|
|
19586
19608
|
function s1(n, r, e) {
|
|
@@ -19598,7 +19620,7 @@ const l1 = Ve.hasStandardBrowserEnv ? (
|
|
|
19598
19620
|
{
|
|
19599
19621
|
write(n, r, e, t, i, a) {
|
|
19600
19622
|
const o = [n + "=" + encodeURIComponent(r)];
|
|
19601
|
-
|
|
19623
|
+
E.isNumber(e) && o.push("expires=" + new Date(e).toGMTString()), E.isString(t) && o.push("path=" + t), E.isString(i) && o.push("domain=" + i), a === !0 && o.push("secure"), document.cookie = o.join("; ");
|
|
19602
19624
|
},
|
|
19603
19625
|
read(n) {
|
|
19604
19626
|
const r = document.cookie.match(new RegExp("(^|;\\s*)(" + n + ")=([^;]*)"));
|
|
@@ -19649,7 +19671,7 @@ const d1 = Ve.hasStandardBrowserEnv ? (
|
|
|
19649
19671
|
};
|
|
19650
19672
|
}
|
|
19651
19673
|
return t = i(window.location.href), function(o) {
|
|
19652
|
-
const s =
|
|
19674
|
+
const s = E.isString(o) ? i(o) : o;
|
|
19653
19675
|
return s.protocol === t.protocol && s.host === t.host;
|
|
19654
19676
|
};
|
|
19655
19677
|
}()
|
|
@@ -19708,7 +19730,7 @@ const f1 = typeof XMLHttpRequest < "u", m1 = f1 && function(n) {
|
|
|
19708
19730
|
n.cancelToken && n.cancelToken.unsubscribe(l), n.signal && n.signal.removeEventListener("abort", l);
|
|
19709
19731
|
}
|
|
19710
19732
|
let u;
|
|
19711
|
-
if (
|
|
19733
|
+
if (E.isFormData(i)) {
|
|
19712
19734
|
if (Ve.hasStandardBrowserEnv || Ve.hasStandardBrowserWebWorkerEnv)
|
|
19713
19735
|
a.setContentType(!1);
|
|
19714
19736
|
else if ((u = a.getContentType()) !== !1) {
|
|
@@ -19757,13 +19779,13 @@ const f1 = typeof XMLHttpRequest < "u", m1 = f1 && function(n) {
|
|
|
19757
19779
|
n,
|
|
19758
19780
|
d
|
|
19759
19781
|
)), d = null;
|
|
19760
|
-
}, Ve.hasStandardBrowserEnv && (s &&
|
|
19782
|
+
}, Ve.hasStandardBrowserEnv && (s && E.isFunction(s) && (s = s(n)), s || s !== !1 && d1(p))) {
|
|
19761
19783
|
const g = n.xsrfHeaderName && n.xsrfCookieName && l1.read(n.xsrfCookieName);
|
|
19762
19784
|
g && a.set(n.xsrfHeaderName, g);
|
|
19763
19785
|
}
|
|
19764
|
-
i === void 0 && a.setContentType(null), "setRequestHeader" in d &&
|
|
19786
|
+
i === void 0 && a.setContentType(null), "setRequestHeader" in d && E.forEach(a.toJSON(), function(y, v) {
|
|
19765
19787
|
d.setRequestHeader(v, y);
|
|
19766
|
-
}),
|
|
19788
|
+
}), E.isUndefined(n.withCredentials) || (d.withCredentials = !!n.withCredentials), o && o !== "json" && (d.responseType = n.responseType), typeof n.onDownloadProgress == "function" && d.addEventListener("progress", Zs(n.onDownloadProgress, !0)), typeof n.onUploadProgress == "function" && d.upload && d.upload.addEventListener("progress", Zs(n.onUploadProgress)), (n.cancelToken || n.signal) && (l = (g) => {
|
|
19767
19789
|
d && (t(!g || g.type ? new Jn(null, n, d) : g), d.abort(), d = null);
|
|
19768
19790
|
}, n.cancelToken && n.cancelToken.subscribe(l), n.signal && (n.signal.aborted ? l() : n.signal.addEventListener("abort", l)));
|
|
19769
19791
|
const f = p1(p);
|
|
@@ -19777,7 +19799,7 @@ const f1 = typeof XMLHttpRequest < "u", m1 = f1 && function(n) {
|
|
|
19777
19799
|
http: jv,
|
|
19778
19800
|
xhr: m1
|
|
19779
19801
|
};
|
|
19780
|
-
|
|
19802
|
+
E.forEach(ga, (n, r) => {
|
|
19781
19803
|
if (n) {
|
|
19782
19804
|
try {
|
|
19783
19805
|
Object.defineProperty(n, "name", { value: r });
|
|
@@ -19786,9 +19808,9 @@ C.forEach(ga, (n, r) => {
|
|
|
19786
19808
|
Object.defineProperty(n, "adapterName", { value: r });
|
|
19787
19809
|
}
|
|
19788
19810
|
});
|
|
19789
|
-
const Ys = (n) => `- ${n}`, g1 = (n) =>
|
|
19811
|
+
const Ys = (n) => `- ${n}`, g1 = (n) => E.isFunction(n) || n === null || n === !1, Hc = {
|
|
19790
19812
|
getAdapter: (n) => {
|
|
19791
|
-
n =
|
|
19813
|
+
n = E.isArray(n) ? n : [n];
|
|
19792
19814
|
const { length: r } = n;
|
|
19793
19815
|
let e, t;
|
|
19794
19816
|
const i = {};
|
|
@@ -19844,21 +19866,21 @@ function rn(n, r) {
|
|
|
19844
19866
|
r = r || {};
|
|
19845
19867
|
const e = {};
|
|
19846
19868
|
function t(c, u, d) {
|
|
19847
|
-
return
|
|
19869
|
+
return E.isPlainObject(c) && E.isPlainObject(u) ? E.merge.call({ caseless: d }, c, u) : E.isPlainObject(u) ? E.merge({}, u) : E.isArray(u) ? u.slice() : u;
|
|
19848
19870
|
}
|
|
19849
19871
|
function i(c, u, d) {
|
|
19850
|
-
if (
|
|
19851
|
-
if (!
|
|
19872
|
+
if (E.isUndefined(u)) {
|
|
19873
|
+
if (!E.isUndefined(c))
|
|
19852
19874
|
return t(void 0, c, d);
|
|
19853
19875
|
} else return t(c, u, d);
|
|
19854
19876
|
}
|
|
19855
19877
|
function a(c, u) {
|
|
19856
|
-
if (!
|
|
19878
|
+
if (!E.isUndefined(u))
|
|
19857
19879
|
return t(void 0, u);
|
|
19858
19880
|
}
|
|
19859
19881
|
function o(c, u) {
|
|
19860
|
-
if (
|
|
19861
|
-
if (!
|
|
19882
|
+
if (E.isUndefined(u)) {
|
|
19883
|
+
if (!E.isUndefined(c))
|
|
19862
19884
|
return t(void 0, c);
|
|
19863
19885
|
} else return t(void 0, u);
|
|
19864
19886
|
}
|
|
@@ -19899,9 +19921,9 @@ function rn(n, r) {
|
|
|
19899
19921
|
validateStatus: s,
|
|
19900
19922
|
headers: (c, u) => i(Qs(c), Qs(u), !0)
|
|
19901
19923
|
};
|
|
19902
|
-
return
|
|
19924
|
+
return E.forEach(Object.keys(Object.assign({}, n, r)), function(u) {
|
|
19903
19925
|
const d = l[u] || i, p = d(n[u], r[u], u);
|
|
19904
|
-
|
|
19926
|
+
E.isUndefined(p) && d !== s || (e[u] = p);
|
|
19905
19927
|
}), e;
|
|
19906
19928
|
}
|
|
19907
19929
|
const Uc = "1.6.8", Va = {};
|
|
@@ -19986,17 +20008,17 @@ class xt {
|
|
|
19986
20008
|
silentJSONParsing: it.transitional(it.boolean),
|
|
19987
20009
|
forcedJSONParsing: it.transitional(it.boolean),
|
|
19988
20010
|
clarifyTimeoutError: it.transitional(it.boolean)
|
|
19989
|
-
}, !1), i != null && (
|
|
20011
|
+
}, !1), i != null && (E.isFunction(i) ? e.paramsSerializer = {
|
|
19990
20012
|
serialize: i
|
|
19991
20013
|
} : va.assertOptions(i, {
|
|
19992
20014
|
encode: it.function,
|
|
19993
20015
|
serialize: it.function
|
|
19994
20016
|
}, !0)), e.method = (e.method || this.defaults.method || "get").toLowerCase();
|
|
19995
|
-
let o = a &&
|
|
20017
|
+
let o = a && E.merge(
|
|
19996
20018
|
a.common,
|
|
19997
20019
|
a[e.method]
|
|
19998
20020
|
);
|
|
19999
|
-
a &&
|
|
20021
|
+
a && E.forEach(
|
|
20000
20022
|
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
20001
20023
|
(f) => {
|
|
20002
20024
|
delete a[f];
|
|
@@ -20044,7 +20066,7 @@ class xt {
|
|
|
20044
20066
|
return Fc(e, r.params, r.paramsSerializer);
|
|
20045
20067
|
}
|
|
20046
20068
|
}
|
|
20047
|
-
|
|
20069
|
+
E.forEach(["delete", "get", "head", "options"], function(r) {
|
|
20048
20070
|
xt.prototype[r] = function(e, t) {
|
|
20049
20071
|
return this.request(rn(t || {}, {
|
|
20050
20072
|
method: r,
|
|
@@ -20053,7 +20075,7 @@ C.forEach(["delete", "get", "head", "options"], function(r) {
|
|
|
20053
20075
|
}));
|
|
20054
20076
|
};
|
|
20055
20077
|
});
|
|
20056
|
-
|
|
20078
|
+
E.forEach(["post", "put", "patch"], function(r) {
|
|
20057
20079
|
function e(t) {
|
|
20058
20080
|
return function(a, o, s) {
|
|
20059
20081
|
return this.request(rn(s || {}, {
|
|
@@ -20141,7 +20163,7 @@ function y1(n) {
|
|
|
20141
20163
|
};
|
|
20142
20164
|
}
|
|
20143
20165
|
function b1(n) {
|
|
20144
|
-
return
|
|
20166
|
+
return E.isObject(n) && n.isAxiosError === !0;
|
|
20145
20167
|
}
|
|
20146
20168
|
const ya = {
|
|
20147
20169
|
Continue: 100,
|
|
@@ -20213,7 +20235,7 @@ Object.entries(ya).forEach(([n, r]) => {
|
|
|
20213
20235
|
});
|
|
20214
20236
|
function zc(n) {
|
|
20215
20237
|
const r = new xt(n), e = _c(xt.prototype.request, r);
|
|
20216
|
-
return
|
|
20238
|
+
return E.extend(e, xt.prototype, r, { allOwnKeys: !0 }), E.extend(e, r, null, { allOwnKeys: !0 }), e.create = function(i) {
|
|
20217
20239
|
return zc(rn(n, i));
|
|
20218
20240
|
}, e;
|
|
20219
20241
|
}
|
|
@@ -20233,7 +20255,7 @@ V.spread = y1;
|
|
|
20233
20255
|
V.isAxiosError = b1;
|
|
20234
20256
|
V.mergeConfig = rn;
|
|
20235
20257
|
V.AxiosHeaders = Fe;
|
|
20236
|
-
V.formToJSON = (n) => $c(
|
|
20258
|
+
V.formToJSON = (n) => $c(E.isHTMLForm(n) ? new FormData(n) : n);
|
|
20237
20259
|
V.getAdapter = Hc.getAdapter;
|
|
20238
20260
|
V.HttpStatusCode = ya;
|
|
20239
20261
|
V.default = V;
|
|
@@ -20722,7 +20744,7 @@ class M1 extends qg {
|
|
|
20722
20744
|
getTranslationsMaps() {
|
|
20723
20745
|
return {
|
|
20724
20746
|
"fr-FR": async () => ({
|
|
20725
|
-
chatbot: (await import("./chatbot-
|
|
20747
|
+
chatbot: (await import("./chatbot-p1zG6jXq.js")).default
|
|
20726
20748
|
}),
|
|
20727
20749
|
"pt-PT": async () => {
|
|
20728
20750
|
throw Error("Not available yet");
|
|
@@ -20877,7 +20899,7 @@ let Je = class extends Ge {
|
|
|
20877
20899
|
wt(this, Er, n);
|
|
20878
20900
|
}
|
|
20879
20901
|
getVersion() {
|
|
20880
|
-
return "LR Chatbot - 0.12.
|
|
20902
|
+
return "LR Chatbot - 0.12.6";
|
|
20881
20903
|
}
|
|
20882
20904
|
initChat() {
|
|
20883
20905
|
var r;
|