@webex/cc-station-login 1.28.0-ccwidgets.3 → 1.28.0-ccwidgets.4
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/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.StationLogin = void 0;
|
|
4
4
|
const station_login_1 = require("./station-login");
|
|
5
5
|
Object.defineProperty(exports, "StationLogin", { enumerable: true, get: function () { return station_login_1.StationLogin; } });
|
|
6
|
-
Object.defineProperty(exports, "WebStationLogin", { enumerable: true, get: function () { return station_login_1.WebStationLogin; } });
|
|
7
6
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mDAA6C;AAErC,6FAFA,4BAAY,OAEA"}
|
|
@@ -3,9 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.StationLogin = void 0;
|
|
7
7
|
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const react_to_web_component_1 = __importDefault(require("@r2wc/react-to-web-component"));
|
|
9
8
|
const cc_store_1 = __importDefault(require("@webex/cc-store"));
|
|
10
9
|
const mobx_react_1 = require("mobx-react");
|
|
11
10
|
const station_login_presentational_1 = __importDefault(require("./station-login.presentational"));
|
|
@@ -18,14 +17,4 @@ const StationLogin = (0, mobx_react_1.observer)(({ onLogin, onLogout }) => {
|
|
|
18
17
|
return react_1.default.createElement(station_login_presentational_1.default, Object.assign({}, props));
|
|
19
18
|
});
|
|
20
19
|
exports.StationLogin = StationLogin;
|
|
21
|
-
const WebStationLogin = (0, react_to_web_component_1.default)(StationLogin, {
|
|
22
|
-
props: {
|
|
23
|
-
onLogin: "function",
|
|
24
|
-
onLogout: "function"
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
exports.WebStationLogin = WebStationLogin;
|
|
28
|
-
if (!customElements.get('widget-cc-station-login')) {
|
|
29
|
-
customElements.define('widget-cc-station-login', WebStationLogin);
|
|
30
|
-
}
|
|
31
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/station-login/index.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/station-login/index.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,+DAAoC;AACpC,2CAAoC;AAEpC,kGAAwE;AACxE,sCAA0C;AAG1C,MAAM,YAAY,GAA+C,IAAA,qBAAQ,EAAC,CAAC,EAAC,OAAO,EAAE,QAAQ,EAAC,EAAE,EAAE;IAChG,MAAM,EAAC,EAAE,EAAE,KAAK,EAAE,YAAY,EAAC,GAAG,kBAAK,CAAC;IACxC,MAAM,MAAM,GAAG,IAAA,wBAAe,EAAC,EAAC,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAC,CAAC,CAAC;IAExD,MAAM,KAAK,mCACN,MAAM,KACT,KAAK;QACL,YAAY,GACb,CAAC;IACF,OAAO,8BAAC,sCAA0B,oBAAK,KAAK,EAAI,CAAC;AACnD,CAAC,CAAC,CAAC;AAEK,oCAAY"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { StationLogin
|
|
2
|
-
export { StationLogin
|
|
1
|
+
import { StationLogin } from './station-login';
|
|
2
|
+
export { StationLogin };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StationLoginProps } from './station-login.types';
|
|
3
3
|
declare const StationLogin: React.FunctionComponent<StationLoginProps>;
|
|
4
|
-
|
|
5
|
-
export { StationLogin, WebStationLogin };
|
|
4
|
+
export { StationLogin };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/cc-station-login",
|
|
3
3
|
"description": "Webex Contact Center Widgets: Station Login",
|
|
4
|
-
"version": "1.28.0-ccwidgets.
|
|
4
|
+
"version": "1.28.0-ccwidgets.4",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"test:unit": "jest"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@
|
|
21
|
-
"@webex/cc-store": "1.28.0-ccwidgets.3",
|
|
20
|
+
"@webex/cc-store": "1.28.0-ccwidgets.4",
|
|
22
21
|
"mobx-react": "9.1.1",
|
|
23
22
|
"react": "18.3.1",
|
|
24
23
|
"react-dom": "18.3.1"
|
|
@@ -49,7 +48,8 @@
|
|
|
49
48
|
"testMatch": [
|
|
50
49
|
"**/tests/**/*.ts",
|
|
51
50
|
"**/tests/**/*.tsx"
|
|
52
|
-
]
|
|
51
|
+
],
|
|
52
|
+
"verbose": true
|
|
53
53
|
},
|
|
54
|
-
"stableVersion": "1.28.0-ccwidgets.
|
|
54
|
+
"stableVersion": "1.28.0-ccwidgets.3"
|
|
55
55
|
}
|