@dialpad/dialtone 9.174.1 → 9.175.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/dist/tokens/doc.json +95471 -95471
- package/dist/vue3/lib/input/input.cjs +1 -1
- package/dist/vue3/lib/input/input.cjs.map +1 -1
- package/dist/vue3/lib/input/input.js +6 -14
- package/dist/vue3/lib/input/input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +148 -141
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts +0 -6
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts +0 -6
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/input/input.vue.d.ts +0 -3
- package/dist/vue3/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/table/table.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +0 -3
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +0 -3
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -112,7 +112,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
112
112
|
isInvalid: boolean;
|
|
113
113
|
defaultLength: number;
|
|
114
114
|
hasSlotContent: typeof import('../..').hasSlotContent;
|
|
115
|
-
isComposing: boolean;
|
|
116
115
|
}, {
|
|
117
116
|
isTextarea(): boolean;
|
|
118
117
|
isDefaultSize(): boolean;
|
|
@@ -121,8 +120,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
121
120
|
isValidDescriptionSize(): boolean;
|
|
122
121
|
inputComponent(): "input" | "textarea";
|
|
123
122
|
inputListeners(): {
|
|
124
|
-
compositionstart: () => void;
|
|
125
|
-
compositionend: () => void;
|
|
126
123
|
input: (event: any) => Promise<void>;
|
|
127
124
|
blur: (event: any) => void;
|
|
128
125
|
focus: (event: any) => void;
|
|
@@ -342,7 +339,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
342
339
|
isInvalid: boolean;
|
|
343
340
|
defaultLength: number;
|
|
344
341
|
hasSlotContent: typeof import('../..').hasSlotContent;
|
|
345
|
-
isComposing: boolean;
|
|
346
342
|
}, {
|
|
347
343
|
formattedMessages(): any;
|
|
348
344
|
} & {
|
|
@@ -353,8 +349,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
353
349
|
isValidDescriptionSize(): boolean;
|
|
354
350
|
inputComponent(): "input" | "textarea";
|
|
355
351
|
inputListeners(): {
|
|
356
|
-
compositionstart: () => void;
|
|
357
|
-
compositionend: () => void;
|
|
358
352
|
input: (event: any) => Promise<void>;
|
|
359
353
|
blur: (event: any) => void;
|
|
360
354
|
focus: (event: any) => void;
|
|
@@ -86,7 +86,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
86
86
|
isInvalid: boolean;
|
|
87
87
|
defaultLength: number;
|
|
88
88
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
89
|
-
isComposing: boolean;
|
|
90
89
|
}, {
|
|
91
90
|
isTextarea(): boolean;
|
|
92
91
|
isDefaultSize(): boolean;
|
|
@@ -95,8 +94,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
95
94
|
isValidDescriptionSize(): boolean;
|
|
96
95
|
inputComponent(): "input" | "textarea";
|
|
97
96
|
inputListeners(): {
|
|
98
|
-
compositionstart: () => void;
|
|
99
|
-
compositionend: () => void;
|
|
100
97
|
input: (event: any) => Promise<void>;
|
|
101
98
|
blur: (event: any) => void;
|
|
102
99
|
focus: (event: any) => void;
|
|
@@ -316,7 +313,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
316
313
|
isInvalid: boolean;
|
|
317
314
|
defaultLength: number;
|
|
318
315
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
319
|
-
isComposing: boolean;
|
|
320
316
|
}, {
|
|
321
317
|
formattedMessages(): any;
|
|
322
318
|
} & {
|
|
@@ -327,8 +323,6 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
327
323
|
isValidDescriptionSize(): boolean;
|
|
328
324
|
inputComponent(): "input" | "textarea";
|
|
329
325
|
inputListeners(): {
|
|
330
|
-
compositionstart: () => void;
|
|
331
|
-
compositionend: () => void;
|
|
332
326
|
input: (event: any) => Promise<void>;
|
|
333
327
|
blur: (event: any) => void;
|
|
334
328
|
focus: (event: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue"],"names":[],"mappings":"AAuCA
|
|
1
|
+
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGA,0CAEC"}
|
|
@@ -67,7 +67,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
isInvalid: boolean;
|
|
68
68
|
defaultLength: number;
|
|
69
69
|
hasSlotContent: typeof hasSlotContent;
|
|
70
|
-
isComposing: boolean;
|
|
71
70
|
}, {
|
|
72
71
|
isTextarea(): boolean;
|
|
73
72
|
isDefaultSize(): boolean;
|
|
@@ -76,8 +75,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
75
|
isValidDescriptionSize(): boolean;
|
|
77
76
|
inputComponent(): "input" | "textarea";
|
|
78
77
|
inputListeners(): {
|
|
79
|
-
compositionstart: () => void;
|
|
80
|
-
compositionend: () => void;
|
|
81
78
|
input: (event: any) => Promise<void>;
|
|
82
79
|
blur: (event: any) => void;
|
|
83
80
|
focus: (event: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue"],"names":[],"mappings":"AAoHA
|
|
1
|
+
{"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue"],"names":[],"mappings":"AAoHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAkpBO,gBAAgB;sCAAhB,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/table/table.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/table/table.js"],"names":[],"mappings":"AA2BA,2GAcG;AAEH,iHAOG;AAQH,mHAOG;AAEH,uHAOG"}
|
package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts
CHANGED
|
@@ -1673,7 +1673,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1673
1673
|
isInvalid: boolean;
|
|
1674
1674
|
defaultLength: number;
|
|
1675
1675
|
hasSlotContent: typeof import('../../../..').hasSlotContent;
|
|
1676
|
-
isComposing: boolean;
|
|
1677
1676
|
}, {
|
|
1678
1677
|
isTextarea(): boolean;
|
|
1679
1678
|
isDefaultSize(): boolean;
|
|
@@ -1682,8 +1681,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1682
1681
|
isValidDescriptionSize(): boolean;
|
|
1683
1682
|
inputComponent(): "input" | "textarea";
|
|
1684
1683
|
inputListeners(): {
|
|
1685
|
-
compositionstart: () => void;
|
|
1686
|
-
compositionend: () => void;
|
|
1687
1684
|
input: (event: any) => Promise<void>;
|
|
1688
1685
|
blur: (event: any) => void;
|
|
1689
1686
|
focus: (event: any) => void;
|
|
@@ -1216,7 +1216,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1216
1216
|
isInvalid: boolean;
|
|
1217
1217
|
defaultLength: number;
|
|
1218
1218
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1219
|
-
isComposing: boolean;
|
|
1220
1219
|
}, {
|
|
1221
1220
|
isTextarea(): boolean;
|
|
1222
1221
|
isDefaultSize(): boolean;
|
|
@@ -1225,8 +1224,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1225
1224
|
isValidDescriptionSize(): boolean;
|
|
1226
1225
|
inputComponent(): "input" | "textarea";
|
|
1227
1226
|
inputListeners(): {
|
|
1228
|
-
compositionstart: () => void;
|
|
1229
|
-
compositionend: () => void;
|
|
1230
1227
|
input: (event: any) => Promise<void>;
|
|
1231
1228
|
blur: (event: any) => void;
|
|
1232
1229
|
focus: (event: any) => void;
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC
|
|
1
|
+
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.175.1",
|
|
4
4
|
"description": "Dialpad's Dialtone design system monorepo",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"overlayscrollbars": "2.10.0",
|
|
83
83
|
"regex-combined-emojis": "1.6.0",
|
|
84
84
|
"tippy.js": "6.3.7",
|
|
85
|
-
"@dialpad/dialtone-emojis": "1.2.4",
|
|
86
85
|
"@dialpad/dialtone-mcp-server": "1.2.1",
|
|
86
|
+
"@dialpad/dialtone-emojis": "1.2.4",
|
|
87
87
|
"@dialpad/dialtone-icons": "4.49.0",
|
|
88
88
|
"@dialpad/dialtone-tokens": "1.47.4"
|
|
89
89
|
},
|