@dialpad/dialtone 9.70.0-beta.1 → 9.70.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.
Files changed (105) hide show
  1. package/dist/tokens/doc.json +3640 -3640
  2. package/dist/tokens/themes/types/config.d.ts +2 -0
  3. package/dist/tokens/themes/types/config.d.ts.map +1 -0
  4. package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
  5. package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
  6. package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
  7. package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
  8. package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
  9. package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
  10. package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
  11. package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
  12. package/dist/vue2/lib/contact-centers-row.cjs +5 -5
  13. package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
  14. package/dist/vue2/lib/contact-centers-row.js +5 -5
  15. package/dist/vue2/lib/contact-centers-row.js.map +1 -1
  16. package/dist/vue2/lib/contact-row.cjs +9 -2
  17. package/dist/vue2/lib/contact-row.cjs.map +1 -1
  18. package/dist/vue2/lib/contact-row.js +9 -2
  19. package/dist/vue2/lib/contact-row.js.map +1 -1
  20. package/dist/vue2/style.css +57 -57
  21. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  22. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
  23. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  24. package/dist/vue3/component-documentation.json +1 -1
  25. package/dist/vue3/dialtone-vue.cjs +1 -1
  26. package/dist/vue3/dialtone-vue.js +1 -1
  27. package/dist/vue3/lib/avatar.cjs +45 -31
  28. package/dist/vue3/lib/avatar.cjs.map +1 -1
  29. package/dist/vue3/lib/avatar.js +47 -33
  30. package/dist/vue3/lib/avatar.js.map +1 -1
  31. package/dist/vue3/lib/callbox.cjs +6 -14
  32. package/dist/vue3/lib/callbox.cjs.map +1 -1
  33. package/dist/vue3/lib/callbox.js +7 -15
  34. package/dist/vue3/lib/callbox.js.map +1 -1
  35. package/dist/vue3/lib/contact-centers-row.cjs +5 -5
  36. package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
  37. package/dist/vue3/lib/contact-centers-row.js +5 -5
  38. package/dist/vue3/lib/contact-centers-row.js.map +1 -1
  39. package/dist/vue3/lib/contact-info.cjs +10 -28
  40. package/dist/vue3/lib/contact-info.cjs.map +1 -1
  41. package/dist/vue3/lib/contact-info.js +11 -29
  42. package/dist/vue3/lib/contact-info.js.map +1 -1
  43. package/dist/vue3/lib/contact-row.cjs +18 -15
  44. package/dist/vue3/lib/contact-row.cjs.map +1 -1
  45. package/dist/vue3/lib/contact-row.js +19 -16
  46. package/dist/vue3/lib/contact-row.js.map +1 -1
  47. package/dist/vue3/lib/feed-item-row.cjs +10 -16
  48. package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
  49. package/dist/vue3/lib/feed-item-row.js +11 -17
  50. package/dist/vue3/lib/feed-item-row.js.map +1 -1
  51. package/dist/vue3/style.css +106 -106
  52. package/dist/vue3/types/common/storybook_utils.d.ts +25 -0
  53. package/dist/vue3/types/common/storybook_utils.d.ts.map +1 -0
  54. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +34 -6
  55. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  56. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  57. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  58. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  59. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  60. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  61. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -0
  62. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  63. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
  64. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  65. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  66. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +16 -0
  67. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  68. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  69. package/package.json +5 -6
  70. package/dist/themes/types/config.d.ts +0 -6
  71. package/dist/themes/types/config.d.ts.map +0 -1
  72. package/dist/themes/types/expressive-dark.d.ts.map +0 -1
  73. package/dist/themes/types/expressive-light.d.ts.map +0 -1
  74. package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
  75. package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
  76. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
  77. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
  78. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
  79. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
  80. /package/dist/{themes → tokens/themes}/config.cjs +0 -0
  81. /package/dist/{themes → tokens/themes}/config.js +0 -0
  82. /package/dist/{themes → tokens/themes}/dp-dark.cjs +0 -0
  83. /package/dist/{themes → tokens/themes}/dp-dark.js +0 -0
  84. /package/dist/{themes → tokens/themes}/dp-light.cjs +0 -0
  85. /package/dist/{themes → tokens/themes}/dp-light.js +0 -0
  86. /package/dist/{themes → tokens/themes}/expressive-dark.cjs +0 -0
  87. /package/dist/{themes → tokens/themes}/expressive-dark.js +0 -0
  88. /package/dist/{themes → tokens/themes}/expressive-light.cjs +0 -0
  89. /package/dist/{themes → tokens/themes}/expressive-light.js +0 -0
  90. /package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +0 -0
  91. /package/dist/{themes → tokens/themes}/expressive-sm-dark.js +0 -0
  92. /package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +0 -0
  93. /package/dist/{themes → tokens/themes}/expressive-sm-light.js +0 -0
  94. /package/dist/{themes → tokens/themes}/tmo-dark.cjs +0 -0
  95. /package/dist/{themes → tokens/themes}/tmo-dark.js +0 -0
  96. /package/dist/{themes → tokens/themes}/tmo-light.cjs +0 -0
  97. /package/dist/{themes → tokens/themes}/tmo-light.js +0 -0
  98. /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
  99. /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
  100. /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
  101. /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
  102. /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
  103. /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
  104. /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
  105. /package/dist/{themes → tokens/themes}/types/tmo-light.d.ts +0 -0
@@ -80,6 +80,13 @@ declare const _default: import("vue").DefineComponent<{
80
80
  default: undefined;
81
81
  validator: (group: unknown) => boolean;
82
82
  };
83
+ /**
84
+ * The icon that overlays the avatar
85
+ */
86
+ overlayIcon: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
83
90
  /**
84
91
  * The text that overlays the avatar
85
92
  */
@@ -110,6 +117,14 @@ declare const _default: import("vue").DefineComponent<{
110
117
  type: StringConstructor;
111
118
  default: undefined;
112
119
  };
120
+ /**
121
+ * Icon name to be displayed on the avatar
122
+ */
123
+ iconName: {
124
+ type: StringConstructor;
125
+ default: undefined;
126
+ validator: (name: unknown) => boolean;
127
+ };
113
128
  /**
114
129
  * Icon size to be displayed on the avatar
115
130
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -169,11 +184,8 @@ declare const _default: import("vue").DefineComponent<{
169
184
  imageLoadedSuccessfully: null;
170
185
  formattedInitials: string;
171
186
  initializing: boolean;
172
- hasSlotContent: typeof hasSlotContent;
173
187
  }, {
174
- isIconType(): any;
175
- hasOverlayIcon(): any;
176
- iconDataQa(): "dt-avatar-icon";
188
+ isNotIconType(): boolean;
177
189
  avatarClasses(): any[];
178
190
  overlayClasses(): (string | Record<string, any> | unknown[])[];
179
191
  showGroup(): boolean;
@@ -270,6 +282,13 @@ declare const _default: import("vue").DefineComponent<{
270
282
  default: undefined;
271
283
  validator: (group: unknown) => boolean;
272
284
  };
285
+ /**
286
+ * The icon that overlays the avatar
287
+ */
288
+ overlayIcon: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
273
292
  /**
274
293
  * The text that overlays the avatar
275
294
  */
@@ -300,6 +319,14 @@ declare const _default: import("vue").DefineComponent<{
300
319
  type: StringConstructor;
301
320
  default: undefined;
302
321
  };
322
+ /**
323
+ * Icon name to be displayed on the avatar
324
+ */
325
+ iconName: {
326
+ type: StringConstructor;
327
+ default: undefined;
328
+ validator: (name: unknown) => boolean;
329
+ };
303
330
  /**
304
331
  * Icon size to be displayed on the avatar
305
332
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -336,8 +363,8 @@ declare const _default: import("vue").DefineComponent<{
336
363
  onClick?: ((...args: any[]) => any) | undefined;
337
364
  }, {
338
365
  presence: string;
339
- fullName: string;
340
366
  size: string;
367
+ fullName: string;
341
368
  group: number;
342
369
  imageSrc: string;
343
370
  id: string;
@@ -347,13 +374,14 @@ declare const _default: import("vue").DefineComponent<{
347
374
  canvasClass: string | Record<string, any> | unknown[];
348
375
  iconClass: string | Record<string, any> | unknown[];
349
376
  presenceProps: Record<string, any>;
377
+ overlayIcon: string;
350
378
  overlayText: string;
351
379
  overlayClass: string | Record<string, any> | unknown[];
352
380
  imageAlt: string;
381
+ iconName: string;
353
382
  iconSize: string;
354
383
  clickable: boolean;
355
384
  iconAriaLabel: string;
356
385
  }, {}>;
357
386
  export default _default;
358
- import { hasSlotContent } from '@/common/utils';
359
387
  //# sourceMappingURL=avatar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7JH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAtL2D,gBAAgB"}
1
+ {"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA+BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9KH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<{
149
149
  onClose?: ((...args: any[]) => any) | undefined;
150
150
  }, {
151
151
  size: string;
152
- id: string;
153
152
  ariaLabel: string;
153
+ id: string;
154
154
  labelClass: string | Record<string, any> | unknown[];
155
155
  closeButtonProps: Record<string, any>;
156
156
  hideClose: boolean;
@@ -187,8 +187,8 @@ declare const _default: import("vue").DefineComponent<{
187
187
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
188
188
  onOpened?: ((...args: any[]) => any) | undefined;
189
189
  }, {
190
- id: string;
191
190
  ariaLabel: string;
191
+ id: string;
192
192
  maxHeight: string;
193
193
  contentClass: string | Record<string, any> | unknown[];
194
194
  elementType: string;
@@ -125,8 +125,8 @@ declare const _default: import("vue").DefineComponent<{
125
125
  }>>, {
126
126
  active: boolean;
127
127
  size: string;
128
- id: string;
129
128
  ariaLabel: string;
129
+ id: string;
130
130
  kind: string;
131
131
  importance: string;
132
132
  disabled: boolean;
@@ -173,8 +173,8 @@ declare const _default: import("vue").DefineComponent<{
173
173
  }, {
174
174
  active: boolean;
175
175
  circle: boolean;
176
- id: string;
177
176
  ariaLabel: string;
177
+ id: string;
178
178
  danger: boolean;
179
179
  importance: string;
180
180
  disabled: boolean;
@@ -321,8 +321,8 @@ declare const _default: import("vue").DefineComponent<{
321
321
  }, {
322
322
  active: boolean;
323
323
  onClick: Function;
324
- id: string;
325
324
  ariaLabel: string;
325
+ id: string;
326
326
  danger: boolean;
327
327
  disabled: boolean;
328
328
  contentClass: string | Record<string, any> | unknown[];
@@ -84,6 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  transitionend: () => void;
85
85
  keydown: (event: any) => void;
86
86
  };
87
+ iconName(): "user" | null;
87
88
  listItemClasses(): any[];
88
89
  }, {
89
90
  transitionComplete(): void;
@@ -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":";IA2BI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7EH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;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":";IAyBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7EH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  * Avatar icon to display if `avatarSrc` is empty.
40
40
  */
41
41
  avatarIcon: {
42
- type: ObjectConstructor;
42
+ type: StringConstructor;
43
43
  default: null;
44
44
  };
45
45
  /**
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
132
132
  * Avatar icon to display if `avatarSrc` is empty.
133
133
  */
134
134
  avatarIcon: {
135
- type: ObjectConstructor;
135
+ type: StringConstructor;
136
136
  default: null;
137
137
  };
138
138
  /**
@@ -191,7 +191,7 @@ declare const _default: import("vue").DefineComponent<{
191
191
  avatarSeed: string;
192
192
  showAvatar: boolean;
193
193
  avatarFullName: string;
194
- avatarIcon: Record<string, any>;
194
+ avatarIcon: string;
195
195
  avatarSize: string;
196
196
  avatarLabelledBy: string;
197
197
  avatarColor: string;
@@ -1 +1 @@
1
- {"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue.js"],"names":[],"mappings":";IAeI;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;IAzEH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue.js"],"names":[],"mappings":";IAcI;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;IAzEH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG"}
@@ -28,11 +28,11 @@ declare const _default: import("vue").DefineComponent<{
28
28
  default: boolean;
29
29
  };
30
30
  /**
31
- * Number of unread messages
31
+ * Number of unread messages, could be a string to support '99+'
32
32
  */
33
33
  unreadCount: {
34
- type: NumberConstructor;
35
- default: number;
34
+ type: StringConstructor;
35
+ default: null;
36
36
  };
37
37
  /**
38
38
  * Aria label for the menu button.
@@ -85,11 +85,11 @@ declare const _default: import("vue").DefineComponent<{
85
85
  default: boolean;
86
86
  };
87
87
  /**
88
- * Number of unread messages
88
+ * Number of unread messages, could be a string to support '99+'
89
89
  */
90
90
  unreadCount: {
91
- type: NumberConstructor;
92
- default: number;
91
+ type: StringConstructor;
92
+ default: null;
93
93
  };
94
94
  /**
95
95
  * Aria label for the menu button.
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
105
105
  ariaLabel: string;
106
106
  selected: boolean;
107
107
  hideActions: boolean;
108
- unreadCount: number;
108
+ unreadCount: string;
109
109
  }, {}>;
110
110
  export default _default;
111
111
  //# sourceMappingURL=contact_centers_row.vue.d.ts.map
@@ -25,6 +25,13 @@ declare const _default: import("vue").DefineComponent<{
25
25
  type: StringConstructor;
26
26
  default: null;
27
27
  };
28
+ /**
29
+ * Avatar color to display if `avatarSrc` is empty.
30
+ */
31
+ avatarColor: {
32
+ type: StringConstructor;
33
+ default: null;
34
+ };
28
35
  /**
29
36
  * Text describing the user's presence, such as "in a meeting"
30
37
  */
@@ -116,6 +123,7 @@ declare const _default: import("vue").DefineComponent<{
116
123
  [k: string]: any;
117
124
  };
118
125
  contactDescription(): string;
126
+ iconName(): "user" | null;
119
127
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "call"[], "call", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
120
128
  /**
121
129
  * Optional avatar image url.
@@ -143,6 +151,13 @@ declare const _default: import("vue").DefineComponent<{
143
151
  type: StringConstructor;
144
152
  default: null;
145
153
  };
154
+ /**
155
+ * Avatar color to display if `avatarSrc` is empty.
156
+ */
157
+ avatarColor: {
158
+ type: StringConstructor;
159
+ default: null;
160
+ };
146
161
  /**
147
162
  * Text describing the user's presence, such as "in a meeting"
148
163
  */
@@ -236,6 +251,7 @@ declare const _default: import("vue").DefineComponent<{
236
251
  avatarSrc: string;
237
252
  avatarSeed: string;
238
253
  noInitials: boolean;
254
+ avatarColor: string;
239
255
  unreadCount: string;
240
256
  unreadCountTooltip: string;
241
257
  hasUnreads: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue.js"],"names":[],"mappings":";IAqBI;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;IAxHH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue.js"],"names":[],"mappings":";IAmBI;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;IAhIH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -304,9 +304,9 @@ declare const _default: import("vue").DefineComponent<{
304
304
  onCall?: ((...args: any[]) => any) | undefined;
305
305
  }, {
306
306
  type: string;
307
+ ariaLabel: string;
307
308
  color: string;
308
309
  iconSize: string;
309
- ariaLabel: string;
310
310
  muted: boolean;
311
311
  selected: boolean;
312
312
  unreadCount: string;
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.70.0-beta.1",
3
+ "version": "9.70.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
- "type": "module",
6
5
  "files": [
7
6
  "dist"
8
7
  ],
@@ -35,9 +34,9 @@
35
34
  "require": "./dist/vue3/*.cjs"
36
35
  },
37
36
  "./themes/*": {
38
- "types": "./dist/themes/types/*.d.ts",
39
- "import": "./dist/themes/*.js",
40
- "require": "./dist/themes/*.cjs"
37
+ "types": "./dist/tokens/themes/types/*.d.ts",
38
+ "import": "./dist/tokens/themes/*.js",
39
+ "require": "./dist/tokens/themes/*.cjs"
41
40
  },
42
41
  "./*": "./dist/*"
43
42
  },
@@ -74,7 +73,7 @@
74
73
  "vite-plugin-dts": "4.0.3",
75
74
  "@dialpad/dialtone-emojis": "1.0.7",
76
75
  "@dialpad/dialtone-icons": "4.26.5",
77
- "@dialpad/dialtone-tokens": "1.34.1"
76
+ "@dialpad/dialtone-tokens": "1.34.2"
78
77
  },
79
78
  "devDependencies": {
80
79
  "@commitlint/cli": "^18.4.3",
@@ -1,6 +0,0 @@
1
- /**
2
- * Set the current theme and optionally the brand
3
- * @param theme the theme object which contains two properties base and brand which refer to the css files.
4
- */
5
- export function setTheme(theme: any): void;
6
- //# sourceMappingURL=config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../common/themes/config.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH,2CAKC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"expressive-dark.d.ts","sourceRoot":"","sources":["../../../common/themes/expressive-dark.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"expressive-light.d.ts","sourceRoot":"","sources":["../../../common/themes/expressive-light.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"expressive-sm-dark.d.ts","sourceRoot":"","sources":["../../../common/themes/expressive-sm-dark.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"expressive-sm-light.d.ts","sourceRoot":"","sources":["../../../common/themes/expressive-sm-light.js"],"names":[],"mappings":""}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes