botframework-webchat 4.15.10-main.20230915.bb5898e → 4.15.10-main.20230919.826765a
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/dist/webchat-es5.js +1 -1
- package/dist/webchat-minimal.js +1 -1
- package/dist/webchat.js +1 -1
- package/lib/addVersion.js +1 -1
- package/lib/createFullStyleSet.d.ts +12 -12
- package/package.json +7 -7
package/lib/addVersion.js
CHANGED
|
@@ -28,7 +28,7 @@ function setMetaTag(name, content) {
|
|
|
28
28
|
|
|
29
29
|
function addVersion(variant) {
|
|
30
30
|
setMetaTag('botframework-webchat:bundle:variant', variant);
|
|
31
|
-
setMetaTag('botframework-webchat:bundle:version', "4.15.10-main.
|
|
31
|
+
setMetaTag('botframework-webchat:bundle:version', "4.15.10-main.20230919.826765a");
|
|
32
32
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
33
33
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
34
34
|
}
|
|
@@ -1405,10 +1405,10 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1405
1405
|
fontFamily: string;
|
|
1406
1406
|
fontSize: string;
|
|
1407
1407
|
listStyle: string;
|
|
1408
|
-
"@media (forced-colors: none)
|
|
1408
|
+
"@media (forced-colors: none)": {
|
|
1409
1409
|
color: string;
|
|
1410
1410
|
};
|
|
1411
|
-
"@media (forced-colors: none) and (
|
|
1411
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1412
1412
|
color: string;
|
|
1413
1413
|
};
|
|
1414
1414
|
};
|
|
@@ -1441,12 +1441,12 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1441
1441
|
overflow: string;
|
|
1442
1442
|
padding: number;
|
|
1443
1443
|
whiteSpace: string;
|
|
1444
|
-
"@media (forced-colors: none)
|
|
1444
|
+
"@media (forced-colors: none)": {
|
|
1445
1445
|
backgroundColor: string;
|
|
1446
1446
|
borderColor: string;
|
|
1447
1447
|
color: string;
|
|
1448
1448
|
};
|
|
1449
|
-
"@media (forced-colors: none) and (
|
|
1449
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1450
1450
|
backgroundColor: string;
|
|
1451
1451
|
borderColor: string;
|
|
1452
1452
|
color: string;
|
|
@@ -1460,11 +1460,11 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1460
1460
|
borderRadius: number;
|
|
1461
1461
|
borderStyle: string;
|
|
1462
1462
|
borderWidth: number;
|
|
1463
|
-
"@media (forced-colors: none)
|
|
1463
|
+
"@media (forced-colors: none)": {
|
|
1464
1464
|
backgroundColor: string;
|
|
1465
1465
|
borderColor: string;
|
|
1466
1466
|
};
|
|
1467
|
-
"@media (forced-colors: none) and (
|
|
1467
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1468
1468
|
backgroundColor: string;
|
|
1469
1469
|
borderColor: string;
|
|
1470
1470
|
};
|
|
@@ -1524,11 +1524,11 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1524
1524
|
margin: string;
|
|
1525
1525
|
maxWidth: string;
|
|
1526
1526
|
width: string;
|
|
1527
|
-
"@media (forced-colors: none)
|
|
1527
|
+
"@media (forced-colors: none)": {
|
|
1528
1528
|
backgroundColor: string;
|
|
1529
1529
|
boxShadow: string;
|
|
1530
1530
|
};
|
|
1531
|
-
"@media (forced-colors: none) and (
|
|
1531
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1532
1532
|
backgroundColor: string;
|
|
1533
1533
|
boxShadow: string;
|
|
1534
1534
|
color: string;
|
|
@@ -1558,7 +1558,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1558
1558
|
};
|
|
1559
1559
|
};
|
|
1560
1560
|
'& .webchat__modal-dialog__close-button:focus': {
|
|
1561
|
-
"@media (forced-colors: none)
|
|
1561
|
+
"@media (forced-colors: none)": {
|
|
1562
1562
|
borderColor: string;
|
|
1563
1563
|
'&:active': {
|
|
1564
1564
|
backgroundColor: string;
|
|
@@ -1567,7 +1567,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1567
1567
|
backgroundColor: string;
|
|
1568
1568
|
};
|
|
1569
1569
|
};
|
|
1570
|
-
"@media (forced-colors: none) and (
|
|
1570
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1571
1571
|
borderColor: string;
|
|
1572
1572
|
'&:active': {
|
|
1573
1573
|
backgroundColor: string;
|
|
@@ -1580,10 +1580,10 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1580
1580
|
'& .webchat__modal-dialog__close-button-image': {
|
|
1581
1581
|
height: number;
|
|
1582
1582
|
width: number;
|
|
1583
|
-
"@media (forced-colors: none)
|
|
1583
|
+
"@media (forced-colors: none)": {
|
|
1584
1584
|
fill: string;
|
|
1585
1585
|
};
|
|
1586
|
-
"@media (forced-colors: none) and (
|
|
1586
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1587
1587
|
fill: string;
|
|
1588
1588
|
};
|
|
1589
1589
|
"@media (forced-colors: active)": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat",
|
|
3
|
-
"version": "4.15.10-main.
|
|
3
|
+
"version": "4.15.10-main.20230919.826765a",
|
|
4
4
|
"description": "A highly-customizable web-based chat client for Azure Bot Services.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"@babel/runtime": "7.19.0",
|
|
93
93
|
"adaptivecards": "2.11.1",
|
|
94
94
|
"botframework-directlinejs": "0.15.4",
|
|
95
|
-
"botframework-directlinespeech-sdk": "4.15.10-main.
|
|
96
|
-
"botframework-webchat-api": "4.15.10-main.
|
|
97
|
-
"botframework-webchat-component": "4.15.10-main.
|
|
98
|
-
"botframework-webchat-core": "4.15.10-main.
|
|
95
|
+
"botframework-directlinespeech-sdk": "4.15.10-main.20230919.826765a",
|
|
96
|
+
"botframework-webchat-api": "4.15.10-main.20230919.826765a",
|
|
97
|
+
"botframework-webchat-component": "4.15.10-main.20230919.826765a",
|
|
98
|
+
"botframework-webchat-core": "4.15.10-main.20230919.826765a",
|
|
99
99
|
"classnames": "2.3.2",
|
|
100
100
|
"core-js": "3.28.0",
|
|
101
101
|
"markdown-it": "13.0.1",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
129
129
|
"concurrently": "^7.6.0",
|
|
130
130
|
"esbuild": "^0.17.10",
|
|
131
|
-
"isomorphic-react": "4.15.10-main.
|
|
132
|
-
"isomorphic-react-dom": "4.15.10-main.
|
|
131
|
+
"isomorphic-react": "4.15.10-main.20230919.826765a",
|
|
132
|
+
"isomorphic-react-dom": "4.15.10-main.20230919.826765a",
|
|
133
133
|
"source-map-loader": "^4.0.1",
|
|
134
134
|
"terser-webpack-plugin": "^5.3.6",
|
|
135
135
|
"typescript": "^4.9.5",
|