@webex/cc-user-state 1.28.0-eft.7 → 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
@@ -1,7 +1,4 @@
1
1
  "use strict";
2
- /*
3
- * UserState helper
4
- */
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.useUserState = void 0;
7
4
  const useUserState = () => {
@@ -1 +1 @@
1
- {"version":3,"file":"helper.js","sourceRoot":"","sources":["../src/helper.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEI,MAAM,YAAY,GAAG,GAAG,EAAE;IAC/B,OAAO,EAAC,IAAI,EAAE,WAAW,EAAC,CAAC;AAC7B,CAAC,CAAC;AAFW,QAAA,YAAY,gBAEvB"}
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"}
@@ -1,7 +1,4 @@
1
1
  import React from 'react';
2
2
  import { IUserState } from './use-state.types';
3
- /**
4
- * Presentational component for the User State.
5
- */
6
3
  declare const UserStatePresentational: React.FunctionComponent<IUserState>;
7
4
  export default UserStatePresentational;
@@ -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;;GAEG;AACH,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"}
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.7",
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.7",
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.28.0-eft.6"
51
+ "stableVersion": "1.0.0"
52
52
  }