@dialpad/dialtone 9.79.0-beta.1 → 9.79.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.
@@ -15,7 +15,36 @@ declare const _default: import('vue').DefineComponent<{
15
15
  isIconType(): boolean;
16
16
  isContactCenterType(): boolean;
17
17
  isDialbotType(): boolean;
18
- getIconName(): any;
18
+ getIconName(): import('vue').DefineComponent<{
19
+ size: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ validator: (s: unknown) => boolean;
23
+ };
24
+ ariaLabel: {
25
+ type: StringConstructor;
26
+ default: undefined;
27
+ };
28
+ }, any, any, {
29
+ iconSizeClass(): any;
30
+ ariaHidden(): "true" | "false";
31
+ dataQA(): any;
32
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "loaded"[], "loaded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
33
+ size: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ validator: (s: unknown) => boolean;
37
+ };
38
+ ariaLabel: {
39
+ type: StringConstructor;
40
+ default: undefined;
41
+ };
42
+ }>> & {
43
+ onLoaded?: ((...args: any[]) => any) | undefined;
44
+ }, {
45
+ size: string;
46
+ ariaLabel: string;
47
+ }, {}> | undefined;
19
48
  contactCenterIconClasses(): any[];
20
49
  dialbotClasses(): string[];
21
50
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.79.0-beta.1",
3
+ "version": "9.79.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
5
  "files": [
6
6
  "dist"
@@ -166,6 +166,23 @@
166
166
  "wait-on": "^7.2.0",
167
167
  "yo": "^5.0.0"
168
168
  },
169
+ "peerDependencies": {
170
+ "@linusborg/vue-simple-portal": "0.1.5",
171
+ "@tiptap/vue-2": "^2.6.6",
172
+ "@tiptap/vue-3": "^2.6.6",
173
+ "vue": "^2 || ^3"
174
+ },
175
+ "peerDependenciesMeta": {
176
+ "@linusborg/vue-simple-portal": {
177
+ "optional": true
178
+ },
179
+ "@tiptap/vue-2": {
180
+ "optional": true
181
+ },
182
+ "@tiptap/vue-3": {
183
+ "optional": true
184
+ }
185
+ },
169
186
  "homepage": "https://dialtone.dialpad.com",
170
187
  "keywords": [
171
188
  "Dialpad",