@dialpad/dialtone 9.2.0 → 9.3.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.
- package/dist/css/dialtone.css +2 -2
- package/dist/eslint-plugin/rules/custom-implementation.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-component.js +5 -5
- package/dist/eslint-plugin/rules/deprecated-directive.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-icons.js +1 -1
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/unread.svg +1 -0
- package/dist/icons/svg/user-rematch.svg +1 -0
- 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/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +6 -6
- package/dist/vue2/dialtone-vue.js +864 -622
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +83625 -30
- package/dist/vue2/{emoji-tPpc6ODh.js → emoji_text_wrapper--R-54YKU.js} +4063 -87639
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +1 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-_ykHbRFm.js → tooltip-eJqD2Wwv.js} +12 -12
- package/dist/vue2/types/common/dates.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +2 -2
- package/dist/vue2/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +7 -10
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +4 -9
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -4
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio/radio.vue.d.ts +12 -2
- package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +6 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +12 -12
- package/dist/vue3/emoji-AfK6oyUP.cjs +1 -0
- package/dist/vue3/{emoji-1yDNLQQx.js → emoji-w7mkBLzY.js} +5115 -5059
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-sjmzGlSc.cjs → emoji_picker-4xiNkfJF.cjs} +1 -1
- package/dist/vue3/{emoji_picker-DCzVDeyC.js → emoji_picker-nLVt8cFZ.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-dcKiFm0_.cjs → emoji_text_wrapper-MBYdbA6A.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-N58kVmVI.js → emoji_text_wrapper-mBDw9Xy3.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +3 -3
- package/dist/vue3/{stack-l0ciejd8.js → stack-FdfddyeK.js} +4 -2
- package/dist/vue3/{stack-eFs3WCJT.cjs → stack-w8PNJngT.cjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/common/dates.d.ts +1 -1
- package/dist/vue3/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +8 -11
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +11 -4
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -3
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +4 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +4 -4
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/package.json +1 -1
- package/dist/vue2/emoji-Cr1KlTAT.cjs +0 -1
- package/dist/vue3/emoji-_XsewxWh.cjs +0 -1
|
@@ -78,9 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
default(): string;
|
|
79
79
|
};
|
|
80
80
|
value: {
|
|
81
|
-
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
82
|
-
* A data qa tag for the input group messages
|
|
83
|
-
*/
|
|
81
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
84
82
|
default: null;
|
|
85
83
|
};
|
|
86
84
|
name: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAoBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG
|
|
1
|
+
{"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAoBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAlBH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;+BAlCwB,gBAAgB"}
|
|
@@ -220,7 +220,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
focusFirstElement(el: object): Promise<void>;
|
|
221
221
|
_getFirstFocusElement(focusableElements: any): any;
|
|
222
222
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
223
|
-
focusTrappedTabPress(e: object, el: object): void;
|
|
223
|
+
focusTrappedTabPress(e: object, el: object): void; /**
|
|
224
|
+
* Hides the close button on the modal
|
|
225
|
+
* @values true, false
|
|
226
|
+
*/
|
|
224
227
|
};
|
|
225
228
|
}, import("vue").ComponentOptionsMixin, ("click" | "keydown" | "update:show")[], "click" | "keydown" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
226
229
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue.js"],"names":[],"mappings":";IAgCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG
|
|
1
|
+
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue.js"],"names":[],"mappings":";IAgCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DArBH;;;WAGG;;;IA3IH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAtLyC,gBAAgB"}
|
|
@@ -32,10 +32,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
value: {
|
|
34
34
|
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
35
|
-
default: null;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
default: null;
|
|
36
|
+
}; /**
|
|
37
|
+
* A provided value for the radio
|
|
38
|
+
*/
|
|
39
39
|
description: {
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
default: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA2BI;;OAEG
|
|
1
|
+
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAFH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;;;;;;;;;;;+BAnBwB,gBAAgB"}
|
|
@@ -121,10 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
};
|
|
122
122
|
computed: {
|
|
123
123
|
showVisuallyHiddenClose(): any;
|
|
124
|
-
};
|
|
125
|
-
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
126
|
-
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
127
|
-
*/
|
|
124
|
+
};
|
|
128
125
|
methods: {
|
|
129
126
|
validateVisuallyHiddenCloseProps(): void;
|
|
130
127
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG
|
|
1
|
+
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
* Determines whether the button should have active styling
|
|
11
11
|
* default is false.
|
|
12
12
|
* @values true, false
|
|
13
|
-
* @see https://dialpad.
|
|
13
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
14
14
|
*/
|
|
15
15
|
active: {
|
|
16
16
|
type: BooleanConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
* Determines whether the button should have danger styling
|
|
21
21
|
* default is false.
|
|
22
22
|
* @values true, false
|
|
23
|
-
* @see https://dialpad.
|
|
23
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
24
24
|
*/
|
|
25
25
|
danger: {
|
|
26
26
|
type: BooleanConstructor;
|
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
/**
|
|
39
39
|
* Whether the button is a circle or not.
|
|
40
40
|
* @values true, false
|
|
41
|
-
* @see https://dialpad.
|
|
41
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
42
42
|
*/
|
|
43
43
|
circle: {
|
|
44
44
|
type: BooleanConstructor;
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
* Determines whether the button should have active styling
|
|
100
100
|
* default is false.
|
|
101
101
|
* @values true, false
|
|
102
|
-
* @see https://dialpad.
|
|
102
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
103
103
|
*/
|
|
104
104
|
active: {
|
|
105
105
|
type: BooleanConstructor;
|
|
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
109
|
* Determines whether the button should have danger styling
|
|
110
110
|
* default is false.
|
|
111
111
|
* @values true, false
|
|
112
|
-
* @see https://dialpad.
|
|
112
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
113
113
|
*/
|
|
114
114
|
danger: {
|
|
115
115
|
type: BooleanConstructor;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
/**
|
|
128
128
|
* Whether the button is a circle or not.
|
|
129
129
|
* @values true, false
|
|
130
|
-
* @see https://dialpad.
|
|
130
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
131
131
|
*/
|
|
132
132
|
circle: {
|
|
133
133
|
type: BooleanConstructor;
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
* Determines whether the button should have active styling
|
|
75
75
|
* default is false.
|
|
76
76
|
* @values true, false
|
|
77
|
-
* @see https://dialpad.
|
|
77
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
78
78
|
*/
|
|
79
79
|
active: {
|
|
80
80
|
type: BooleanConstructor;
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
* Determines whether the button should have danger styling
|
|
85
85
|
* default is false.
|
|
86
86
|
* @values true, false
|
|
87
|
-
* @see https://dialpad.
|
|
87
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
88
88
|
*/
|
|
89
89
|
danger: {
|
|
90
90
|
type: BooleanConstructor;
|
|
@@ -223,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
* Determines whether the button should have active styling
|
|
224
224
|
* default is false.
|
|
225
225
|
* @values true, false
|
|
226
|
-
* @see https://dialpad.
|
|
226
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
227
227
|
*/
|
|
228
228
|
active: {
|
|
229
229
|
type: BooleanConstructor;
|
|
@@ -233,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
233
|
* Determines whether the button should have danger styling
|
|
234
234
|
* default is false.
|
|
235
235
|
* @values true, false
|
|
236
|
-
* @see https://dialpad.
|
|
236
|
+
* @see https://dialtone.dialpad.com/components/button/
|
|
237
237
|
*/
|
|
238
238
|
danger: {
|
|
239
239
|
type: BooleanConstructor;
|