@webex/cc-components 1.28.0-ccwidgets.123 → 1.28.0-ccwidgets.124
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.
|
@@ -322,9 +322,9 @@ export interface ControlProps {
|
|
|
322
322
|
*/
|
|
323
323
|
allowConsultToQueue: boolean;
|
|
324
324
|
/**
|
|
325
|
-
* Flag to enable or disable
|
|
325
|
+
* Flag to enable or disable conference feature
|
|
326
326
|
*/
|
|
327
|
-
|
|
327
|
+
conferenceEnabled: boolean;
|
|
328
328
|
/**
|
|
329
329
|
* Function to set the last target type
|
|
330
330
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@webex/cc-components",
|
|
3
3
|
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
|
|
4
4
|
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
|
|
5
|
-
"version": "1.28.0-ccwidgets.
|
|
5
|
+
"version": "1.28.0-ccwidgets.124",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
8
8
|
"publishConfig": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@momentum-ui/illustrations": "^1.24.0",
|
|
38
38
|
"@r2wc/react-to-web-component": "2.0.3",
|
|
39
|
-
"@webex/cc-store": "1.28.0-ccwidgets.
|
|
40
|
-
"@webex/cc-ui-logging": "1.28.0-ccwidgets.
|
|
39
|
+
"@webex/cc-store": "1.28.0-ccwidgets.124",
|
|
40
|
+
"@webex/cc-ui-logging": "1.28.0-ccwidgets.124"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@babel/core": "7.25.2",
|