@dialpad/dialtone-vue 3.96.2 → 3.97.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.
@@ -43,6 +43,13 @@ declare const _default: import("vue").DefineComponent<{
43
43
  type: StringConstructor;
44
44
  default: string;
45
45
  };
46
+ /**
47
+ * A label displayed next to the displayName. Will not show if empty.
48
+ */
49
+ labelText: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
46
53
  /**
47
54
  * displays a darkened background on the row.
48
55
  */
@@ -127,6 +134,13 @@ declare const _default: import("vue").DefineComponent<{
127
134
  type: StringConstructor;
128
135
  default: string;
129
136
  };
137
+ /**
138
+ * A label displayed next to the displayName. Will not show if empty.
139
+ */
140
+ labelText: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
130
144
  /**
131
145
  * displays a darkened background on the row.
132
146
  */
@@ -155,6 +169,7 @@ declare const _default: import("vue").DefineComponent<{
155
169
  avatarImageUrl: string;
156
170
  displayName: string;
157
171
  shortTime: string;
172
+ labelText: string;
158
173
  }, {}>;
159
174
  export default _default;
160
175
  //# sourceMappingURL=feed_item_row.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAsBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5DH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAwBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApEH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.96.2",
3
+ "version": "3.97.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist",