@webex/cc-user-state 1.28.0-eft.6 → 1.28.0-eft.8
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/helper.js
CHANGED
package/dist/helper.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../src/helper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../src/helper.ts"],"names":[],"mappings":";;;AAAO,MAAM,YAAY,GAAG,GAAG,EAAE;IAC/B,OAAO,EAAC,IAAI,EAAE,WAAW,EAAC,CAAC;AAC7B,CAAC,CAAC;AAFW,QAAA,YAAY,gBAEvB"}
|
|
@@ -4,9 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const react_1 = __importDefault(require("react"));
|
|
7
|
-
/**
|
|
8
|
-
* Presentational component for the User State.
|
|
9
|
-
*/
|
|
10
7
|
const UserStatePresentational = (props) => {
|
|
11
8
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
12
9
|
react_1.default.createElement("h1", { "data-testid": "user-state-heading" }, props.name),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-state.presentational.js","sourceRoot":"","sources":["../../src/user-state/user-state.presentational.tsx"],"names":[],"mappings":";;;;;AAAA,kDAA0B;AAI1B
|
|
1
|
+
{"version":3,"file":"user-state.presentational.js","sourceRoot":"","sources":["../../src/user-state/user-state.presentational.tsx"],"names":[],"mappings":";;;;;AAAA,kDAA0B;AAI1B,MAAM,uBAAuB,GAAwC,CAAC,KAAK,EAAE,EAAE;IAC7E,OAAO,CACL;QACE,qDAAgB,oBAAoB,IAAE,KAAK,CAAC,IAAI,CAAM;QACtD;;YAAiB,KAAK,CAAC,UAAU,CAAM,CACtC,CACJ,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,uBAAuB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/cc-user-state",
|
|
3
3
|
"description": "Webex Contact Center Widgets: User State",
|
|
4
|
-
"version": "1.28.0-eft.
|
|
4
|
+
"version": "1.28.0-eft.8",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@r2wc/react-to-web-component": "2.0.3",
|
|
21
|
-
"@webex/cc-store": "1.28.0-eft.
|
|
21
|
+
"@webex/cc-store": "1.28.0-eft.8",
|
|
22
22
|
"mobx-react": "9.1.1",
|
|
23
23
|
"react": "18.3.1",
|
|
24
24
|
"react-dom": "18.3.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"testEnvironment": "jsdom",
|
|
49
49
|
"passWithNoTests": true
|
|
50
50
|
},
|
|
51
|
-
"stableVersion": "1.
|
|
51
|
+
"stableVersion": "1.0.0"
|
|
52
52
|
}
|