@dialpad/dialtone-vue 3.87.1 → 3.88.1
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +29 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +812 -797
- package/dist/{emoji-c109b6ee.js → emoji-3ea15d88.js} +5900 -5746
- package/dist/{emoji-bd8527a3.cjs → emoji-b45991f0.cjs} +6 -6
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +2 -2
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +2 -2
- package/dist/{notice-c5521e01.js → notice-1ead279e.js} +1 -1
- package/dist/{notice-f2b0212d.cjs → notice-876cf6fe.cjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +2 -4
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +7 -2
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -84,7 +84,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
callbarButtonTextClass(): any[];
|
|
85
85
|
buttonWidth(): "4.5rem" | "6rem" | "8.4rem";
|
|
86
86
|
buttonImportance(): any;
|
|
87
|
-
|
|
87
|
+
callbarButtonListeners(): {
|
|
88
|
+
click: (event: any) => any;
|
|
89
|
+
};
|
|
90
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
91
|
/**
|
|
89
92
|
* Id for the item.
|
|
90
93
|
*/
|
|
@@ -165,7 +168,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
168
|
type: StringConstructor;
|
|
166
169
|
default: string;
|
|
167
170
|
};
|
|
168
|
-
}
|
|
171
|
+
}>> & {
|
|
172
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
}, {
|
|
169
174
|
active: boolean;
|
|
170
175
|
circle: boolean;
|
|
171
176
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue.js"],"names":[],"mappings":";IAeI;;OAEG;;;;;IAQH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;;OAGG;;;;;;;;;;;;;;IA3FH;;OAEG;;;;;IAQH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;;OAGG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.88.1",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "run-s clean build:main build:typescript build:documentation",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"CHANGELOG.json"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@dialpad/dialtone-icons": "^3.
|
|
37
|
+
"@dialpad/dialtone-icons": "^3.3.0",
|
|
38
38
|
"@tiptap/extension-code-block": "^2.0.3",
|
|
39
39
|
"@tiptap/extension-document": "^2.0.3",
|
|
40
40
|
"@tiptap/extension-hard-break": "^2.0.3",
|