@webex/cc-components 1.28.0-ccwidgets.73 → 1.28.0-ccwidgets.74
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.
|
@@ -37,7 +37,7 @@ export interface TaskProps {
|
|
|
37
37
|
* Handler for task declined in TaskList
|
|
38
38
|
* @param task - The declined task
|
|
39
39
|
*/
|
|
40
|
-
onTaskDeclined?: (task: ITask) => void;
|
|
40
|
+
onTaskDeclined?: (task: ITask, reason: string) => void;
|
|
41
41
|
/**
|
|
42
42
|
* Handler for task selected in TaskList
|
|
43
43
|
* @param task - The selected task
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/cc-components",
|
|
3
3
|
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
|
|
4
|
-
"version": "1.28.0-ccwidgets.
|
|
4
|
+
"version": "1.28.0-ccwidgets.74",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@r2wc/react-to-web-component": "2.0.3",
|
|
28
|
-
"@webex/cc-store": "1.28.0-ccwidgets.
|
|
28
|
+
"@webex/cc-store": "1.28.0-ccwidgets.74"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@babel/core": "7.25.2",
|