@dialpad/dialtone 9.69.1 → 9.70.0-beta.2

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 (139) hide show
  1. package/dist/css/dialtone-default-theme.css +4 -4
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens/tokens-dp-dark.css +3 -3
  4. package/dist/css/tokens/tokens-dp-light.css +4 -4
  5. package/dist/css/tokens/tokens-expressive-dark.css +3 -3
  6. package/dist/css/tokens/tokens-expressive-light.css +4 -4
  7. package/dist/css/tokens/tokens-expressive-sm-dark.css +3 -3
  8. package/dist/css/tokens/tokens-expressive-sm-light.css +4 -4
  9. package/dist/css/tokens/tokens-tmo-dark.css +3 -3
  10. package/dist/css/tokens/tokens-tmo-light.css +4 -4
  11. package/dist/tokens/css/tokens-dp-dark.css +3 -3
  12. package/dist/tokens/css/tokens-dp-light.css +4 -4
  13. package/dist/tokens/css/tokens-expressive-dark.css +3 -3
  14. package/dist/tokens/css/tokens-expressive-light.css +4 -4
  15. package/dist/tokens/css/tokens-expressive-sm-dark.css +3 -3
  16. package/dist/tokens/css/tokens-expressive-sm-light.css +4 -4
  17. package/dist/tokens/css/tokens-tmo-dark.css +3 -3
  18. package/dist/tokens/css/tokens-tmo-light.css +4 -4
  19. package/dist/tokens/doc.json +12142 -12142
  20. package/dist/tokens/less/tokens-dp-dark.less +2 -2
  21. package/dist/tokens/less/tokens-dp-light.less +2 -2
  22. package/dist/tokens/less/tokens-expressive-dark.less +2 -2
  23. package/dist/tokens/less/tokens-expressive-light.less +2 -2
  24. package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -2
  25. package/dist/tokens/less/tokens-expressive-sm-light.less +2 -2
  26. package/dist/tokens/less/tokens-tmo-dark.less +2 -2
  27. package/dist/tokens/less/tokens-tmo-light.less +2 -2
  28. package/dist/{themes/tmo-dark.cjs → tokens/themes/dp-dark.cjs} +1 -1
  29. package/dist/{themes/tmo-dark.js → tokens/themes/dp-dark.js} +2 -2
  30. package/dist/{themes/tmo-light.cjs → tokens/themes/dp-light.cjs} +1 -1
  31. package/dist/{themes/tmo-light.js → tokens/themes/dp-light.js} +2 -2
  32. package/dist/{themes → tokens/themes}/expressive-dark.cjs +1 -1
  33. package/dist/{themes → tokens/themes}/expressive-dark.js +1 -1
  34. package/dist/{themes → tokens/themes}/expressive-light.cjs +1 -1
  35. package/dist/{themes → tokens/themes}/expressive-light.js +1 -1
  36. package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +1 -1
  37. package/dist/{themes → tokens/themes}/expressive-sm-dark.js +1 -1
  38. package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +1 -1
  39. package/dist/{themes → tokens/themes}/expressive-sm-light.js +1 -1
  40. package/dist/{themes/dp-dark.cjs → tokens/themes/tmo-dark.cjs} +1 -1
  41. package/dist/{themes/dp-dark.js → tokens/themes/tmo-dark.js} +2 -2
  42. package/dist/{themes/dp-light.cjs → tokens/themes/tmo-light.cjs} +1 -1
  43. package/dist/{themes/dp-light.js → tokens/themes/tmo-light.js} +2 -2
  44. package/dist/tokens/themes/types/config.d.ts +2 -0
  45. package/dist/tokens/themes/types/config.d.ts.map +1 -0
  46. package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
  47. package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
  48. package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
  49. package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
  50. package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
  51. package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
  52. package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
  53. package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
  54. package/dist/tokens/tokens-dp-dark.json +1 -1
  55. package/dist/tokens/tokens-dp-light.json +2 -2
  56. package/dist/tokens/tokens-expressive-dark.json +1 -1
  57. package/dist/tokens/tokens-expressive-light.json +2 -2
  58. package/dist/tokens/tokens-expressive-sm-dark.json +1 -1
  59. package/dist/tokens/tokens-expressive-sm-light.json +2 -2
  60. package/dist/tokens/tokens-tmo-dark.json +1 -1
  61. package/dist/tokens/tokens-tmo-light.json +2 -2
  62. package/dist/vue2/lib/contact-centers-row.cjs +5 -5
  63. package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
  64. package/dist/vue2/lib/contact-centers-row.js +5 -5
  65. package/dist/vue2/lib/contact-centers-row.js.map +1 -1
  66. package/dist/vue2/lib/contact-row.cjs +9 -2
  67. package/dist/vue2/lib/contact-row.cjs.map +1 -1
  68. package/dist/vue2/lib/contact-row.js +9 -2
  69. package/dist/vue2/lib/contact-row.js.map +1 -1
  70. package/dist/vue2/style.css +57 -57
  71. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  72. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
  73. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  74. package/dist/vue3/component-documentation.json +1 -1
  75. package/dist/vue3/dialtone-vue.cjs +1 -1
  76. package/dist/vue3/dialtone-vue.js +1 -1
  77. package/dist/vue3/lib/avatar.cjs +31 -45
  78. package/dist/vue3/lib/avatar.cjs.map +1 -1
  79. package/dist/vue3/lib/avatar.js +33 -47
  80. package/dist/vue3/lib/avatar.js.map +1 -1
  81. package/dist/vue3/lib/callbox.cjs +14 -6
  82. package/dist/vue3/lib/callbox.cjs.map +1 -1
  83. package/dist/vue3/lib/callbox.js +15 -7
  84. package/dist/vue3/lib/callbox.js.map +1 -1
  85. package/dist/vue3/lib/contact-centers-row.cjs +5 -5
  86. package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
  87. package/dist/vue3/lib/contact-centers-row.js +5 -5
  88. package/dist/vue3/lib/contact-centers-row.js.map +1 -1
  89. package/dist/vue3/lib/contact-info.cjs +28 -10
  90. package/dist/vue3/lib/contact-info.cjs.map +1 -1
  91. package/dist/vue3/lib/contact-info.js +29 -11
  92. package/dist/vue3/lib/contact-info.js.map +1 -1
  93. package/dist/vue3/lib/contact-row.cjs +23 -10
  94. package/dist/vue3/lib/contact-row.cjs.map +1 -1
  95. package/dist/vue3/lib/contact-row.js +24 -11
  96. package/dist/vue3/lib/contact-row.js.map +1 -1
  97. package/dist/vue3/lib/feed-item-row.cjs +16 -10
  98. package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
  99. package/dist/vue3/lib/feed-item-row.js +17 -11
  100. package/dist/vue3/lib/feed-item-row.js.map +1 -1
  101. package/dist/vue3/style.css +106 -106
  102. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
  103. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  104. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  105. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  106. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  107. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  108. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  109. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  110. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  111. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
  112. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  114. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -1
  115. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  116. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  117. package/package.json +5 -6
  118. package/dist/themes/types/config.d.ts +0 -6
  119. package/dist/themes/types/config.d.ts.map +0 -1
  120. package/dist/themes/types/expressive-dark.d.ts.map +0 -1
  121. package/dist/themes/types/expressive-light.d.ts.map +0 -1
  122. package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
  123. package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
  124. package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
  125. package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
  126. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
  127. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
  128. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
  129. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
  130. /package/dist/{themes → tokens/themes}/config.cjs +0 -0
  131. /package/dist/{themes → tokens/themes}/config.js +0 -0
  132. /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
  133. /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
  134. /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
  135. /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
  136. /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
  137. /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
  138. /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
  139. /package/dist/{themes → tokens/themes}/types/tmo-light.d.ts +0 -0
@@ -1 +1 @@
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"}
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"}
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<{
149
149
  onClose?: ((...args: any[]) => any) | undefined;
150
150
  }, {
151
151
  size: string;
152
- ariaLabel: string;
153
152
  id: string;
153
+ ariaLabel: 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
- ariaLabel: string;
191
190
  id: string;
191
+ ariaLabel: 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
- ariaLabel: string;
129
128
  id: string;
129
+ ariaLabel: 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
- ariaLabel: string;
177
176
  id: string;
177
+ ariaLabel: 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
- ariaLabel: string;
325
324
  id: string;
325
+ ariaLabel: string;
326
326
  danger: boolean;
327
327
  disabled: boolean;
328
328
  contentClass: string | Record<string, any> | unknown[];
@@ -84,7 +84,6 @@ declare const _default: import("vue").DefineComponent<{
84
84
  transitionend: () => void;
85
85
  keydown: (event: any) => void;
86
86
  };
87
- iconName(): "user" | null;
88
87
  listItemClasses(): any[];
89
88
  }, {
90
89
  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":";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"}
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"}
@@ -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: StringConstructor;
42
+ type: ObjectConstructor;
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: StringConstructor;
135
+ type: ObjectConstructor;
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: string;
194
+ avatarIcon: Record<string, any>;
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":";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"}
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"}
@@ -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,7 +123,6 @@ declare const _default: import("vue").DefineComponent<{
116
123
  [k: string]: any;
117
124
  };
118
125
  contactDescription(): string;
119
- iconName(): "user" | null;
120
126
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "call"[], "call", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
121
127
  /**
122
128
  * Optional avatar image url.
@@ -144,6 +150,13 @@ declare const _default: import("vue").DefineComponent<{
144
150
  type: StringConstructor;
145
151
  default: null;
146
152
  };
153
+ /**
154
+ * Avatar color to display if `avatarSrc` is empty.
155
+ */
156
+ avatarColor: {
157
+ type: StringConstructor;
158
+ default: null;
159
+ };
147
160
  /**
148
161
  * Text describing the user's presence, such as "in a meeting"
149
162
  */
@@ -237,6 +250,7 @@ declare const _default: import("vue").DefineComponent<{
237
250
  avatarSrc: string;
238
251
  avatarSeed: string;
239
252
  noInitials: boolean;
253
+ avatarColor: string;
240
254
  unreadCount: string;
241
255
  unreadCountTooltip: string;
242
256
  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":";IAmBI;;;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":";IAqBI;;;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;
308
307
  color: string;
309
308
  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.69.1",
3
+ "version": "9.70.0-beta.2",
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.3"
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":""}
@@ -1,25 +0,0 @@
1
- /**
2
- * Gets the full list of icon component names from the dialtone package
3
- * @returns {string[]} icon component names
4
- */
5
- export function getIconNames(): string[];
6
- /**
7
- * Gets the full list of icon component names from the dialtone package
8
- * @returns {string[]} icon component names
9
- */
10
- export function getIllustrationNames(): string[];
11
- export function createTemplateFromVueFile(args: object, argTypes: any, templateComponent: component): component;
12
- export function generateTemplate(component: any, { props, excludeProps, customProps, childTemplate }?: {
13
- props?: any[] | undefined;
14
- excludeProps?: any[] | undefined;
15
- customProps?: any[] | undefined;
16
- childTemplate: any;
17
- }): string;
18
- declare namespace _default {
19
- export { generateTemplate };
20
- export { createTemplateFromVueFile };
21
- export { getIllustrationNames };
22
- export { getIconNames };
23
- }
24
- export default _default;
25
- //# sourceMappingURL=storybook_utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storybook_utils.d.ts","sourceRoot":"","sources":["../../../common/storybook_utils.js"],"names":[],"mappings":"AAsBA;;;GAGG;AACH,gCAFa,MAAM,EAAE,CAIpB;AAED;;;GAGG;AACH,wCAFa,MAAM,EAAE,CAIpB;AAtBM,gDANI,MAAM,0DAYf;AAkBK;;;;;WAoBN"}
File without changes
File without changes