@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.
- package/dist/css/dialtone-default-theme.css +4 -4
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens/tokens-dp-dark.css +3 -3
- package/dist/css/tokens/tokens-dp-light.css +4 -4
- package/dist/css/tokens/tokens-expressive-dark.css +3 -3
- package/dist/css/tokens/tokens-expressive-light.css +4 -4
- package/dist/css/tokens/tokens-expressive-sm-dark.css +3 -3
- package/dist/css/tokens/tokens-expressive-sm-light.css +4 -4
- package/dist/css/tokens/tokens-tmo-dark.css +3 -3
- package/dist/css/tokens/tokens-tmo-light.css +4 -4
- package/dist/tokens/css/tokens-dp-dark.css +3 -3
- package/dist/tokens/css/tokens-dp-light.css +4 -4
- package/dist/tokens/css/tokens-expressive-dark.css +3 -3
- package/dist/tokens/css/tokens-expressive-light.css +4 -4
- package/dist/tokens/css/tokens-expressive-sm-dark.css +3 -3
- package/dist/tokens/css/tokens-expressive-sm-light.css +4 -4
- package/dist/tokens/css/tokens-tmo-dark.css +3 -3
- package/dist/tokens/css/tokens-tmo-light.css +4 -4
- package/dist/tokens/doc.json +12142 -12142
- package/dist/tokens/less/tokens-dp-dark.less +2 -2
- package/dist/tokens/less/tokens-dp-light.less +2 -2
- package/dist/tokens/less/tokens-expressive-dark.less +2 -2
- package/dist/tokens/less/tokens-expressive-light.less +2 -2
- package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -2
- package/dist/tokens/less/tokens-expressive-sm-light.less +2 -2
- package/dist/tokens/less/tokens-tmo-dark.less +2 -2
- package/dist/tokens/less/tokens-tmo-light.less +2 -2
- package/dist/{themes/tmo-dark.cjs → tokens/themes/dp-dark.cjs} +1 -1
- package/dist/{themes/tmo-dark.js → tokens/themes/dp-dark.js} +2 -2
- package/dist/{themes/tmo-light.cjs → tokens/themes/dp-light.cjs} +1 -1
- package/dist/{themes/tmo-light.js → tokens/themes/dp-light.js} +2 -2
- package/dist/{themes → tokens/themes}/expressive-dark.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-dark.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-light.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-light.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-dark.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-light.js +1 -1
- package/dist/{themes/dp-dark.cjs → tokens/themes/tmo-dark.cjs} +1 -1
- package/dist/{themes/dp-dark.js → tokens/themes/tmo-dark.js} +2 -2
- package/dist/{themes/dp-light.cjs → tokens/themes/tmo-light.cjs} +1 -1
- package/dist/{themes/dp-light.js → tokens/themes/tmo-light.js} +2 -2
- package/dist/tokens/themes/types/config.d.ts +2 -0
- package/dist/tokens/themes/types/config.d.ts.map +1 -0
- package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
- package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
- package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
- package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
- package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
- package/dist/tokens/tokens-dp-dark.json +1 -1
- package/dist/tokens/tokens-dp-light.json +2 -2
- package/dist/tokens/tokens-expressive-dark.json +1 -1
- package/dist/tokens/tokens-expressive-light.json +2 -2
- package/dist/tokens/tokens-expressive-sm-dark.json +1 -1
- package/dist/tokens/tokens-expressive-sm-light.json +2 -2
- package/dist/tokens/tokens-tmo-dark.json +1 -1
- package/dist/tokens/tokens-tmo-light.json +2 -2
- package/dist/vue2/lib/contact-centers-row.cjs +5 -5
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +5 -5
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-row.cjs +9 -2
- package/dist/vue2/lib/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row.js +9 -2
- package/dist/vue2/lib/contact-row.js.map +1 -1
- package/dist/vue2/style.css +57 -57
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +1 -1
- package/dist/vue3/lib/avatar.cjs +31 -45
- package/dist/vue3/lib/avatar.cjs.map +1 -1
- package/dist/vue3/lib/avatar.js +33 -47
- package/dist/vue3/lib/avatar.js.map +1 -1
- package/dist/vue3/lib/callbox.cjs +14 -6
- package/dist/vue3/lib/callbox.cjs.map +1 -1
- package/dist/vue3/lib/callbox.js +15 -7
- package/dist/vue3/lib/callbox.js.map +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +5 -5
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +5 -5
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/contact-info.cjs +28 -10
- package/dist/vue3/lib/contact-info.cjs.map +1 -1
- package/dist/vue3/lib/contact-info.js +29 -11
- package/dist/vue3/lib/contact-info.js.map +1 -1
- package/dist/vue3/lib/contact-row.cjs +23 -10
- package/dist/vue3/lib/contact-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-row.js +24 -11
- package/dist/vue3/lib/contact-row.js.map +1 -1
- package/dist/vue3/lib/feed-item-row.cjs +16 -10
- package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue3/lib/feed-item-row.js +17 -11
- package/dist/vue3/lib/feed-item-row.js.map +1 -1
- package/dist/vue3/style.css +106 -106
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/package.json +5 -6
- package/dist/themes/types/config.d.ts +0 -6
- package/dist/themes/types/config.d.ts.map +0 -1
- package/dist/themes/types/expressive-dark.d.ts.map +0 -1
- package/dist/themes/types/expressive-light.d.ts.map +0 -1
- package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
- package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
- package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
- package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
- /package/dist/{themes → tokens/themes}/config.cjs +0 -0
- /package/dist/{themes → tokens/themes}/config.js +0 -0
- /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
- /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":";
|
|
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;
|
|
@@ -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[];
|
|
@@ -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":";
|
|
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:
|
|
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:
|
|
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":";
|
|
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:
|
|
35
|
-
default:
|
|
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:
|
|
92
|
-
default:
|
|
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:
|
|
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":";
|
|
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.
|
|
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.
|
|
76
|
+
"@dialpad/dialtone-tokens": "1.34.3"
|
|
78
77
|
},
|
|
79
78
|
"devDependencies": {
|
|
80
79
|
"@commitlint/cli": "^18.4.3",
|
|
@@ -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
|
|
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
|
|
File without changes
|
|
File without changes
|