botframework-webchat 4.15.3-main.20220527.fdb64df → 4.15.3-main.20220616.9fa8d2b
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/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.3-main.
|
|
31
|
+
setMetaTag('botframework-webchat:bundle:version', "4.15.3-main.20220616.9fa8d2b");
|
|
32
32
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
33
33
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
34
34
|
}
|
|
@@ -576,6 +576,9 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
576
576
|
suggestedActionsStackedOverflow: "auto" | "hidden" | "scroll" | "visible";
|
|
577
577
|
suggestedActionsStackedLayoutButtonMaxHeight: string | number;
|
|
578
578
|
suggestedActionsStackedLayoutButtonTextWrap: boolean;
|
|
579
|
+
suggestedActionsVisualKeyboardIndicatorColor: string;
|
|
580
|
+
suggestedActionsVisualKeyboardIndicatorStyle: string;
|
|
581
|
+
suggestedActionsVisualKeyboardIndicatorWidth: number;
|
|
579
582
|
groupTimestamp: number | boolean;
|
|
580
583
|
sendTimeout: number | ((activity: import("botframework-webchat-core/lib/types/WebChatActivity").WebChatActivity) => number);
|
|
581
584
|
sendTimeoutForAttachments: number;
|
|
@@ -990,6 +993,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
990
993
|
};
|
|
991
994
|
suggestedActions: {
|
|
992
995
|
'&.webchat__suggested-actions': {
|
|
996
|
+
position: string;
|
|
993
997
|
'&.webchat__suggested-actions--carousel-layout': {
|
|
994
998
|
'& .webchat__suggested-actions__carousel': {
|
|
995
999
|
paddingBottom: number;
|
|
@@ -1109,6 +1113,19 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
1109
1113
|
display: string;
|
|
1110
1114
|
maxWidth: string;
|
|
1111
1115
|
};
|
|
1116
|
+
'&.webchat__suggested-actions--focus-within, &:focus-within': {
|
|
1117
|
+
'& .webchat__suggested-actions__focus-indicator': {
|
|
1118
|
+
borderColor: string;
|
|
1119
|
+
borderStyle: string;
|
|
1120
|
+
borderWidth: number;
|
|
1121
|
+
boxSizing: string;
|
|
1122
|
+
height: string;
|
|
1123
|
+
pointerEvents: string;
|
|
1124
|
+
position: string;
|
|
1125
|
+
top: number;
|
|
1126
|
+
width: string;
|
|
1127
|
+
};
|
|
1128
|
+
};
|
|
1112
1129
|
};
|
|
1113
1130
|
};
|
|
1114
1131
|
textContent: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB
|
|
1
|
+
{"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat",
|
|
3
|
-
"version": "4.15.3-main.
|
|
3
|
+
"version": "4.15.3-main.20220616.9fa8d2b",
|
|
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",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@babel/runtime": "7.17.2",
|
|
43
43
|
"adaptivecards": "2.10.0",
|
|
44
44
|
"botframework-directlinejs": "0.15.1",
|
|
45
|
-
"botframework-directlinespeech-sdk": "4.15.3-main.
|
|
46
|
-
"botframework-webchat-api": "4.15.3-main.
|
|
47
|
-
"botframework-webchat-component": "4.15.3-main.
|
|
48
|
-
"botframework-webchat-core": "4.15.3-main.
|
|
45
|
+
"botframework-directlinespeech-sdk": "4.15.3-main.20220616.9fa8d2b",
|
|
46
|
+
"botframework-webchat-api": "4.15.3-main.20220616.9fa8d2b",
|
|
47
|
+
"botframework-webchat-component": "4.15.3-main.20220616.9fa8d2b",
|
|
48
|
+
"botframework-webchat-core": "4.15.3-main.20220616.9fa8d2b",
|
|
49
49
|
"classnames": "2.3.1",
|
|
50
50
|
"core-js": "3.21.1",
|
|
51
51
|
"markdown-it": "12.3.2",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"babel-plugin-istanbul": "^6.1.1",
|
|
78
78
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
79
79
|
"concurrently": "^7.0.0",
|
|
80
|
-
"isomorphic-react": "4.15.3-main.
|
|
81
|
-
"isomorphic-react-dom": "4.15.3-main.
|
|
80
|
+
"isomorphic-react": "4.15.3-main.20220616.9fa8d2b",
|
|
81
|
+
"isomorphic-react-dom": "4.15.3-main.20220616.9fa8d2b",
|
|
82
82
|
"source-map-loader": "^3.0.1",
|
|
83
83
|
"terser-webpack-plugin": "^5.3.1",
|
|
84
84
|
"typescript": "^4.6.2",
|