@digipair/skill-web-chatbot 0.5.15 → 0.6.0
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 +7 -9
- package/index.esm2.js +7 -9
- 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 tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
51931
51931
|
}
|
|
51932
|
-
return
|
|
51932
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
51933
51933
|
v: nextMatch1
|
|
51934
51934
|
};
|
|
51935
51935
|
};
|
|
@@ -56299,7 +56299,6 @@ const styles$1 = i$5`
|
|
|
56299
56299
|
right: 20px;
|
|
56300
56300
|
bottom: 20px;
|
|
56301
56301
|
line-height: 0.8;
|
|
56302
|
-
font-size: 0.8rem;
|
|
56303
56302
|
}
|
|
56304
56303
|
|
|
56305
56304
|
.panel {
|
|
@@ -56313,7 +56312,7 @@ const styles$1 = i$5`
|
|
|
56313
56312
|
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275),
|
|
56314
56313
|
cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
56315
56314
|
transition-delay: 0s, 0s;
|
|
56316
|
-
box-shadow: rgba(0, 0, 0, 0.
|
|
56315
|
+
box-shadow: rgba(0, 0, 0, 0.25) 4px 0.25rem 0.25rem;
|
|
56317
56316
|
border: 1px solid rgb(134, 255, 0);
|
|
56318
56317
|
width: 50px;
|
|
56319
56318
|
background-color: rgb(255, 255, 255);
|
|
@@ -58126,7 +58125,6 @@ const styles = i$5`
|
|
|
58126
58125
|
right: 20px;
|
|
58127
58126
|
left: 20px;
|
|
58128
58127
|
line-height: 0.8;
|
|
58129
|
-
font-size: 0.8rem;
|
|
58130
58128
|
}
|
|
58131
58129
|
|
|
58132
58130
|
.panel {
|
|
@@ -58140,7 +58138,7 @@ const styles = i$5`
|
|
|
58140
58138
|
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275),
|
|
58141
58139
|
cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
58142
58140
|
transition-delay: 0s, 0s;
|
|
58143
|
-
box-shadow: rgba(0, 0, 0, 0.
|
|
58141
|
+
box-shadow: rgba(0, 0, 0, 0.25) 4px 0.25rem 0.25rem;
|
|
58144
58142
|
border: 1px solid rgb(134, 255, 0);
|
|
58145
58143
|
width: 50px;
|
|
58146
58144
|
background-color: rgb(255, 255, 255);
|
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 tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "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 tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
51911
51911
|
}
|
|
51912
|
-
return
|
|
51912
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
51913
51913
|
v: nextMatch1
|
|
51914
51914
|
};
|
|
51915
51915
|
};
|
|
@@ -56279,7 +56279,6 @@ const styles$1 = i$5`
|
|
|
56279
56279
|
right: 20px;
|
|
56280
56280
|
bottom: 20px;
|
|
56281
56281
|
line-height: 0.8;
|
|
56282
|
-
font-size: 0.8rem;
|
|
56283
56282
|
}
|
|
56284
56283
|
|
|
56285
56284
|
.panel {
|
|
@@ -56293,7 +56292,7 @@ const styles$1 = i$5`
|
|
|
56293
56292
|
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275),
|
|
56294
56293
|
cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
56295
56294
|
transition-delay: 0s, 0s;
|
|
56296
|
-
box-shadow: rgba(0, 0, 0, 0.
|
|
56295
|
+
box-shadow: rgba(0, 0, 0, 0.25) 4px 0.25rem 0.25rem;
|
|
56297
56296
|
border: 1px solid rgb(134, 255, 0);
|
|
56298
56297
|
width: 50px;
|
|
56299
56298
|
background-color: rgb(255, 255, 255);
|
|
@@ -58106,7 +58105,6 @@ const styles = i$5`
|
|
|
58106
58105
|
right: 20px;
|
|
58107
58106
|
left: 20px;
|
|
58108
58107
|
line-height: 0.8;
|
|
58109
|
-
font-size: 0.8rem;
|
|
58110
58108
|
}
|
|
58111
58109
|
|
|
58112
58110
|
.panel {
|
|
@@ -58120,7 +58118,7 @@ const styles = i$5`
|
|
|
58120
58118
|
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275),
|
|
58121
58119
|
cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
58122
58120
|
transition-delay: 0s, 0s;
|
|
58123
|
-
box-shadow: rgba(0, 0, 0, 0.
|
|
58121
|
+
box-shadow: rgba(0, 0, 0, 0.25) 4px 0.25rem 0.25rem;
|
|
58124
58122
|
border: 1px solid rgb(134, 255, 0);
|
|
58125
58123
|
width: 50px;
|
|
58126
58124
|
background-color: rgb(255, 255, 255);
|