@digipair/skill-web-chatbot 0.5.13 → 0.5.15
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/index.cjs2.js +15 -11
- package/index.esm2.js +15 -11
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -51882,14 +51882,14 @@ function indent(str, spaces) {
|
|
|
51882
51882
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
51883
51883
|
// match is required
|
|
51884
51884
|
if (!match) {
|
|
51885
|
-
return
|
|
51885
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
51886
51886
|
v: nextMatch1
|
|
51887
51887
|
};
|
|
51888
51888
|
}
|
|
51889
51889
|
var token = match.token, offset = match.offset;
|
|
51890
51890
|
i1 += offset;
|
|
51891
51891
|
if (token === " ") {
|
|
51892
|
-
return
|
|
51892
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51893
51893
|
}
|
|
51894
51894
|
tokens1 = _to_consumable_array$9(tokens1).concat([
|
|
51895
51895
|
token
|
|
@@ -51908,7 +51908,7 @@ function indent(str, spaces) {
|
|
|
51908
51908
|
if (contextKeys.some(function(el) {
|
|
51909
51909
|
return el.startsWith(name);
|
|
51910
51910
|
})) {
|
|
51911
|
-
return
|
|
51911
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51912
51912
|
}
|
|
51913
51913
|
if (dateTimeIdentifiers.some(function(el) {
|
|
51914
51914
|
return el === name;
|
|
@@ -51927,9 +51927,9 @@ function indent(str, spaces) {
|
|
|
51927
51927
|
if (dateTimeIdentifiers.some(function(el) {
|
|
51928
51928
|
return el.startsWith(name);
|
|
51929
51929
|
})) {
|
|
51930
|
-
return
|
|
51930
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51931
51931
|
}
|
|
51932
|
-
return
|
|
51932
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
51933
51933
|
v: nextMatch1
|
|
51934
51934
|
};
|
|
51935
51935
|
};
|
|
@@ -56298,9 +56298,6 @@ const styles$1 = i$5`
|
|
|
56298
56298
|
z-index: 9999;
|
|
56299
56299
|
right: 20px;
|
|
56300
56300
|
bottom: 20px;
|
|
56301
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
56302
|
-
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
|
56303
|
-
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
56304
56301
|
line-height: 0.8;
|
|
56305
56302
|
font-size: 0.8rem;
|
|
56306
56303
|
}
|
|
@@ -57971,6 +57968,11 @@ class ChatbotElement extends s$3 {
|
|
|
57971
57968
|
}
|
|
57972
57969
|
return x`
|
|
57973
57970
|
<style>
|
|
57971
|
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
57972
|
+
font-family: 'Poppins', sans-serif;
|
|
57973
|
+
font-weight: 300;
|
|
57974
|
+
font-style: normal;
|
|
57975
|
+
|
|
57974
57976
|
--digipair-color-primary: ${this.metadata.primary};
|
|
57975
57977
|
--digipair-color-text-primary: ${this.metadata.textPrimary};
|
|
57976
57978
|
--digipair-color-secondary: ${this.metadata.secondary};
|
|
@@ -58123,9 +58125,6 @@ const styles = i$5`
|
|
|
58123
58125
|
bottom: 20px;
|
|
58124
58126
|
right: 20px;
|
|
58125
58127
|
left: 20px;
|
|
58126
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
58127
|
-
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
58128
|
-
'Noto Color Emoji';
|
|
58129
58128
|
line-height: 0.8;
|
|
58130
58129
|
font-size: 0.8rem;
|
|
58131
58130
|
}
|
|
@@ -58407,6 +58406,11 @@ class DigipairFullElement extends s$3 {
|
|
|
58407
58406
|
}
|
|
58408
58407
|
return x`
|
|
58409
58408
|
<style>
|
|
58409
|
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
58410
|
+
font-family: 'Poppins', sans-serif;
|
|
58411
|
+
font-weight: 300;
|
|
58412
|
+
font-style: normal;
|
|
58413
|
+
|
|
58410
58414
|
--digipair-color-primary: ${this.metadata.primary};
|
|
58411
58415
|
--digipair-color-primary: ${this.metadata.secondary};
|
|
58412
58416
|
--digipair-color-text-primary: ${this.metadata.textPrimary};
|
package/index.esm2.js
CHANGED
|
@@ -51862,14 +51862,14 @@ function indent(str, spaces) {
|
|
|
51862
51862
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
51863
51863
|
// match is required
|
|
51864
51864
|
if (!match) {
|
|
51865
|
-
return
|
|
51865
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
51866
51866
|
v: nextMatch1
|
|
51867
51867
|
};
|
|
51868
51868
|
}
|
|
51869
51869
|
var token = match.token, offset = match.offset;
|
|
51870
51870
|
i1 += offset;
|
|
51871
51871
|
if (token === " ") {
|
|
51872
|
-
return
|
|
51872
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51873
51873
|
}
|
|
51874
51874
|
tokens1 = _to_consumable_array$9(tokens1).concat([
|
|
51875
51875
|
token
|
|
@@ -51888,7 +51888,7 @@ function indent(str, spaces) {
|
|
|
51888
51888
|
if (contextKeys.some(function(el) {
|
|
51889
51889
|
return el.startsWith(name);
|
|
51890
51890
|
})) {
|
|
51891
|
-
return
|
|
51891
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51892
51892
|
}
|
|
51893
51893
|
if (dateTimeIdentifiers.some(function(el) {
|
|
51894
51894
|
return el === name;
|
|
@@ -51907,9 +51907,9 @@ function indent(str, spaces) {
|
|
|
51907
51907
|
if (dateTimeIdentifiers.some(function(el) {
|
|
51908
51908
|
return el.startsWith(name);
|
|
51909
51909
|
})) {
|
|
51910
|
-
return
|
|
51910
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
51911
51911
|
}
|
|
51912
|
-
return
|
|
51912
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
51913
51913
|
v: nextMatch1
|
|
51914
51914
|
};
|
|
51915
51915
|
};
|
|
@@ -56278,9 +56278,6 @@ const styles$1 = i$5`
|
|
|
56278
56278
|
z-index: 9999;
|
|
56279
56279
|
right: 20px;
|
|
56280
56280
|
bottom: 20px;
|
|
56281
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
56282
|
-
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
|
56283
|
-
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
56284
56281
|
line-height: 0.8;
|
|
56285
56282
|
font-size: 0.8rem;
|
|
56286
56283
|
}
|
|
@@ -57951,6 +57948,11 @@ class ChatbotElement extends s$3 {
|
|
|
57951
57948
|
}
|
|
57952
57949
|
return x`
|
|
57953
57950
|
<style>
|
|
57951
|
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
57952
|
+
font-family: 'Poppins', sans-serif;
|
|
57953
|
+
font-weight: 300;
|
|
57954
|
+
font-style: normal;
|
|
57955
|
+
|
|
57954
57956
|
--digipair-color-primary: ${this.metadata.primary};
|
|
57955
57957
|
--digipair-color-text-primary: ${this.metadata.textPrimary};
|
|
57956
57958
|
--digipair-color-secondary: ${this.metadata.secondary};
|
|
@@ -58103,9 +58105,6 @@ const styles = i$5`
|
|
|
58103
58105
|
bottom: 20px;
|
|
58104
58106
|
right: 20px;
|
|
58105
58107
|
left: 20px;
|
|
58106
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
58107
|
-
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
58108
|
-
'Noto Color Emoji';
|
|
58109
58108
|
line-height: 0.8;
|
|
58110
58109
|
font-size: 0.8rem;
|
|
58111
58110
|
}
|
|
@@ -58387,6 +58386,11 @@ class DigipairFullElement extends s$3 {
|
|
|
58387
58386
|
}
|
|
58388
58387
|
return x`
|
|
58389
58388
|
<style>
|
|
58389
|
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
58390
|
+
font-family: 'Poppins', sans-serif;
|
|
58391
|
+
font-weight: 300;
|
|
58392
|
+
font-style: normal;
|
|
58393
|
+
|
|
58390
58394
|
--digipair-color-primary: ${this.metadata.primary};
|
|
58391
58395
|
--digipair-color-primary: ${this.metadata.secondary};
|
|
58392
58396
|
--digipair-color-text-primary: ${this.metadata.textPrimary};
|