@webex/cc-components 1.28.0-ccwidgets.65 → 1.28.0-ccwidgets.67

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.
@@ -36,6 +36,10 @@ export interface TaskProps {
36
36
  * Handler for task declined in TaskList
37
37
  */
38
38
  onTaskDeclined?: (task: ITask) => void;
39
+ /**
40
+ * Handler for task selected in TaskList
41
+ */
42
+ onTaskSelected?: (task: ITask) => void;
39
43
  /**
40
44
  * accept incoming task action
41
45
  */
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.65",
4
+ "version": "1.28.0-ccwidgets.67",
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.65"
28
+ "@webex/cc-store": "1.28.0-ccwidgets.67"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/core": "7.25.2",