@dialpad/dialtone-vue 2.151.0 → 2.152.0

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.
@@ -20,6 +20,13 @@ declare const _default: import("vue").DefineComponent<{
20
20
  type: BooleanConstructor;
21
21
  default: boolean;
22
22
  };
23
+ /**
24
+ * Making this true will hide the unread count badge, the chevron button, and the right slot
25
+ */
26
+ hideActions: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
23
30
  /**
24
31
  * Number of unread messages
25
32
  */
@@ -67,6 +74,13 @@ declare const _default: import("vue").DefineComponent<{
67
74
  type: BooleanConstructor;
68
75
  default: boolean;
69
76
  };
77
+ /**
78
+ * Making this true will hide the unread count badge, the chevron button, and the right slot
79
+ */
80
+ hideActions: {
81
+ type: BooleanConstructor;
82
+ default: boolean;
83
+ };
70
84
  /**
71
85
  * Number of unread messages
72
86
  */
@@ -84,6 +98,7 @@ declare const _default: import("vue").DefineComponent<{
84
98
  }>>, {
85
99
  ariaLabel: string;
86
100
  selected: boolean;
101
+ hideActions: boolean;
87
102
  unreadCount: number;
88
103
  }>;
89
104
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue.js"],"names":[],"mappings":";IAuBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;IAlCH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue.js"],"names":[],"mappings":";IAuBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;IA1CH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.151.0",
3
+ "version": "2.152.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist"
@@ -84,12 +84,12 @@
84
84
  "vue-tsc": "^1.8.25",
85
85
  "yo": "^5.0.0",
86
86
  "yorkie": "^2.0.0",
87
- "@dialpad/dialtone-css": "8.41.0",
87
+ "@dialpad/dialtone-css": "8.42.0",
88
88
  "@dialpad/generator-dialtone": "0.1.0"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "vue": ">=2.6",
92
- "@dialpad/dialtone-css": "^8.41.0"
92
+ "@dialpad/dialtone-css": "^8.42.0"
93
93
  },
94
94
  "bugs": {
95
95
  "email": "dialtone@dialpad.com"