@microsoft/omnichannel-chat-components 1.1.5 → 1.1.7
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.
|
@@ -11,6 +11,8 @@ var _react2 = require("@fluentui/react");
|
|
|
11
11
|
|
|
12
12
|
var _CloseButton = _interopRequireDefault(require("../common/subcomponents/CloseButton"));
|
|
13
13
|
|
|
14
|
+
var _Constants = require("../../common/Constants");
|
|
15
|
+
|
|
14
16
|
var _MinimizeButton = _interopRequireDefault(require("./subcomponents/MinimizeButton"));
|
|
15
17
|
|
|
16
18
|
var _decodeComponentString = require("../../common/decodeComponentString");
|
|
@@ -19,8 +21,6 @@ var _defaultHeaderProps = require("./common/defaultProps/defaultHeaderProps");
|
|
|
19
21
|
|
|
20
22
|
var _utils = require("../../common/utils");
|
|
21
23
|
|
|
22
|
-
var _Constants = require("../../common/Constants");
|
|
23
|
-
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
25
|
|
|
26
26
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -3,11 +3,11 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { Image, Label, Stack, initializeIcons } from "@fluentui/react";
|
|
5
5
|
import CloseButton from "../common/subcomponents/CloseButton";
|
|
6
|
+
import { Ids } from "../../common/Constants";
|
|
6
7
|
import MinimizeButton from "./subcomponents/MinimizeButton";
|
|
7
8
|
import { decodeComponentString } from "../../common/decodeComponentString";
|
|
8
9
|
import { defaultHeaderProps } from "./common/defaultProps/defaultHeaderProps";
|
|
9
10
|
import { processCustomComponents } from "../../common/utils";
|
|
10
|
-
import { Ids } from "../../common/Constants";
|
|
11
11
|
initializeIcons();
|
|
12
12
|
|
|
13
13
|
function Header(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/omnichannel-chat-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Microsoft Omnichannel Chat Components",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"types": "lib/types/index.d.ts",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@fluentui/react": "^8.46.0",
|
|
70
70
|
"adaptivecards": "^2.10.0",
|
|
71
|
-
"botframework-webchat": "4.
|
|
71
|
+
"botframework-webchat": "4.18.0",
|
|
72
72
|
"broadcast-channel": "^4.5.0",
|
|
73
73
|
"jest-transform-stub": "^2.0.0",
|
|
74
74
|
"rxjs": "^5.0.3",
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"**/nanoid": "3.1.31",
|
|
93
93
|
"**/url-parse": "1.5.9",
|
|
94
94
|
"**/markdown-it": "12.3.2",
|
|
95
|
-
"**/minimist": "1.2.6"
|
|
95
|
+
"**/minimist": "1.2.6",
|
|
96
|
+
"**/sanitize-html": "2.12.1"
|
|
96
97
|
}
|
|
97
98
|
}
|