@dialpad/dialtone 9.4.0 → 9.4.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/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +4 -4
- package/dist/css/dialtone.min.css +1 -1
- package/dist/icons/svg/video-off.svg +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +5 -5
- package/dist/vue2/{emoji-BMxSCSLg.js → emoji-k30EufQP.js} +697 -154
- package/dist/vue2/emoji-npEzXEju.cjs +1 -0
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +3 -3
- package/dist/vue2/{emoji_picker-Qces1MZK.cjs → emoji_picker-h6ZjaaSm.cjs} +1 -1
- package/dist/vue2/{emoji_picker-sjGJ0HVH.js → emoji_picker-phIBLWjO.js} +1 -1
- package/dist/vue2/{emoji_text_wrapper-uHcCrlwz.js → emoji_text_wrapper-KU3Kyfko.js} +1 -1
- package/dist/vue2/{emoji_text_wrapper-Tni6PAOS.cjs → emoji_text_wrapper-KiKRUPpa.cjs} +1 -1
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +3 -3
- package/dist/vue2/stack-Xl6jQs_C.cjs +2 -0
- package/dist/vue2/{stack-DRdhbSNl.js → stack-klSxDym-.js} +155 -695
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue2/types/components/icon/icon.vue.d.ts +2 -0
- package/dist/vue2/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +5 -5
- package/dist/vue3/emoji-0CxcYOpi.cjs +1 -0
- package/dist/vue3/{emoji-w7mkBLzY.js → emoji-qCvCxNzD.js} +876 -343
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-nLVt8cFZ.js → emoji_picker-6nxcKkgd.js} +1 -1
- package/dist/vue3/{emoji_picker-4xiNkfJF.cjs → emoji_picker-PNpV-epL.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-mBDw9Xy3.js → emoji_text_wrapper-GV9Xmp4q.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-MBYdbA6A.cjs → emoji_text_wrapper-M6frYocA.cjs} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +3 -3
- package/dist/vue3/stack-CYxcB-QD.cjs +2 -0
- package/dist/vue3/{stack-FdfddyeK.js → stack-J7X4gRRv.js} +224 -764
- package/dist/vue3/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue3/types/components/icon/icon.vue.d.ts +2 -0
- package/dist/vue3/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji-ZkNhBVKW.cjs +0 -1
- package/dist/vue2/stack-153kJjKj.cjs +0 -2
- package/dist/vue3/emoji-AfK6oyUP.cjs +0 -1
- package/dist/vue3/stack-w8PNJngT.cjs +0 -2
|
@@ -308,8 +308,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
308
308
|
type: string;
|
|
309
309
|
link: boolean;
|
|
310
310
|
circle: boolean;
|
|
311
|
-
size: string;
|
|
312
311
|
loading: boolean;
|
|
312
|
+
size: string;
|
|
313
313
|
kind: string;
|
|
314
314
|
labelClass: string | Record<string, any> | unknown[];
|
|
315
315
|
iconPosition: string;
|
|
@@ -326,8 +326,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
326
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
328
328
|
}, {
|
|
329
|
-
size: string;
|
|
330
329
|
loading: boolean;
|
|
330
|
+
size: string;
|
|
331
331
|
showList: boolean;
|
|
332
332
|
labelVisible: boolean;
|
|
333
333
|
description: string;
|
|
@@ -21,6 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
name: {
|
|
22
22
|
type: StringConstructor;
|
|
23
23
|
required: true;
|
|
24
|
+
validator: (name: unknown) => boolean;
|
|
24
25
|
};
|
|
25
26
|
/**
|
|
26
27
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -55,6 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
56
|
name: {
|
|
56
57
|
type: StringConstructor;
|
|
57
58
|
required: true;
|
|
59
|
+
validator: (name: unknown) => boolean;
|
|
58
60
|
};
|
|
59
61
|
/**
|
|
60
62
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAQH;;;OAGG;;;;;;IAOH;;OAEG;;;;;;IAOH;;OAEG;;;;;;;;;IA/BH;;OAEG;;;;;IAQH;;;OAGG;;;;;;IAOH;;OAEG;;;;;;IAOH;;OAEG"}
|
|
@@ -374,8 +374,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
374
374
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
375
375
|
}, {
|
|
376
376
|
title: string;
|
|
377
|
-
size: string;
|
|
378
377
|
copy: string;
|
|
378
|
+
size: string;
|
|
379
379
|
kind: string;
|
|
380
380
|
hideClose: boolean;
|
|
381
381
|
dialogClass: string | Record<string, any> | unknown[];
|
|
@@ -425,8 +425,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
425
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
426
426
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
427
427
|
}, {
|
|
428
|
-
id: string;
|
|
429
428
|
message: string;
|
|
429
|
+
id: string;
|
|
430
430
|
inverted: boolean;
|
|
431
431
|
transition: string;
|
|
432
432
|
contentClass: string | Record<string, any> | unknown[];
|
package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts
CHANGED
|
@@ -347,8 +347,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
347
347
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
348
348
|
"onMax-selected"?: ((...args: any[]) => any) | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
size: string;
|
|
351
350
|
loading: boolean;
|
|
351
|
+
size: string;
|
|
352
352
|
transition: string;
|
|
353
353
|
showList: boolean;
|
|
354
354
|
labelVisible: boolean;
|
package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts
CHANGED
|
@@ -410,8 +410,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
410
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
411
411
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
412
412
|
}, {
|
|
413
|
-
size: string;
|
|
414
413
|
loading: boolean;
|
|
414
|
+
size: string;
|
|
415
415
|
transition: string;
|
|
416
416
|
maxHeight: string;
|
|
417
417
|
maxWidth: string;
|