botframework-webchat 4.17.0-main.20240411.ff34969 → 4.17.0-main.20240416.4ff01ae
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
|
@@ -23,7 +23,7 @@ function setMetaTag(name, content) {
|
|
|
23
23
|
}
|
|
24
24
|
function addVersion(variant) {
|
|
25
25
|
setMetaTag('botframework-webchat:bundle:variant', variant);
|
|
26
|
-
setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.
|
|
26
|
+
setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.20240416.4ff01ae");
|
|
27
27
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
28
28
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
29
29
|
}
|
|
@@ -519,6 +519,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
|
|
|
519
519
|
readonly autoScrollSnapOnPageOffset: number;
|
|
520
520
|
readonly hideSendBox: boolean;
|
|
521
521
|
readonly hideUploadButton: boolean;
|
|
522
|
+
readonly hideTelephoneKeypadButton: boolean;
|
|
522
523
|
readonly microphoneButtonColorOnDictate: string;
|
|
523
524
|
readonly sendBoxBackground: string;
|
|
524
525
|
readonly uploadAccept: string;
|
|
@@ -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.17.0-main.
|
|
3
|
+
"version": "4.17.0-main.20240416.4ff01ae",
|
|
4
4
|
"description": "A highly-customizable web-based chat client for Azure Bot Services.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"@babel/runtime": "7.19.0",
|
|
108
108
|
"adaptivecards": "3.0.2",
|
|
109
109
|
"botframework-directlinejs": "0.15.5",
|
|
110
|
-
"botframework-directlinespeech-sdk": "4.17.0-main.
|
|
111
|
-
"botframework-webchat-api": "4.17.0-main.
|
|
112
|
-
"botframework-webchat-component": "4.17.0-main.
|
|
113
|
-
"botframework-webchat-core": "4.17.0-main.
|
|
110
|
+
"botframework-directlinespeech-sdk": "4.17.0-main.20240416.4ff01ae",
|
|
111
|
+
"botframework-webchat-api": "4.17.0-main.20240416.4ff01ae",
|
|
112
|
+
"botframework-webchat-component": "4.17.0-main.20240416.4ff01ae",
|
|
113
|
+
"botframework-webchat-core": "4.17.0-main.20240416.4ff01ae",
|
|
114
114
|
"classnames": "2.3.2",
|
|
115
115
|
"core-js": "3.34.0",
|
|
116
116
|
"markdown-it": "13.0.2",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
145
145
|
"concurrently": "^8.2.2",
|
|
146
146
|
"esbuild": "^0.19.8",
|
|
147
|
-
"isomorphic-react": "4.17.0-main.
|
|
148
|
-
"isomorphic-react-dom": "4.17.0-main.
|
|
147
|
+
"isomorphic-react": "4.17.0-main.20240416.4ff01ae",
|
|
148
|
+
"isomorphic-react-dom": "4.17.0-main.20240416.4ff01ae",
|
|
149
149
|
"source-map-loader": "^4.0.1",
|
|
150
150
|
"terser-webpack-plugin": "^5.3.9",
|
|
151
151
|
"tsd": "^0.30.3",
|