@dialpad/dialtone 9.20.0 → 9.21.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/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +440 -413
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +151 -131
- package/dist/tokens/android/java/tokens-light.kt +151 -131
- 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 +31 -27
- package/dist/tokens/css/variables-dark.css +156 -136
- package/dist/tokens/css/variables-light.css +156 -136
- package/dist/tokens/doc.json +5899 -4599
- package/dist/tokens/ios/tokens-dark.swift +151 -131
- package/dist/tokens/ios/tokens-light.swift +151 -131
- package/dist/tokens/less/variables-dark.less +156 -136
- package/dist/tokens/less/variables-light.less +156 -136
- package/dist/tokens/tokens-dark.json +150 -130
- package/dist/tokens/tokens-light.json +150 -130
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +3 -3
- package/dist/vue2/dialtone-vue.js +63 -14
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/{emoji_picker-oRqwDR1h.js → emoji_picker-KIIpk9vW.js} +2 -2
- package/dist/vue2/{emoji_picker-pzXZS6X7.cjs → emoji_picker-qKvl5Fz8.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-V-Qf4XZv.js → emoji_text_wrapper-I4e5KRQK.js} +2 -2
- package/dist/vue2/{emoji_text_wrapper-6Yl5NIEJ.cjs → emoji_text_wrapper-OcyTFWWG.cjs} +1 -1
- package/dist/vue2/{index-74FmkvkN.js → index-izsZ8Z_Y.js} +1 -1
- package/dist/vue2/{index-dsfPzyLy.cjs → index-pgrzvq3F.cjs} +1 -1
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +4 -4
- package/dist/vue2/{rich_text_editor-OOdKm54S.cjs → rich_text_editor-1tgknTvv.cjs} +1 -1
- package/dist/vue2/{rich_text_editor-QsHU2mru.js → rich_text_editor-RroWBOw1.js} +2 -2
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-mMe9F6C6.js → tooltip-88U5vFMA.js} +3 -3
- package/dist/vue2/{tooltip-sE12R_AU.cjs → tooltip-i2wxFIIi.cjs} +1 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts +20 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice.vue.d.ts +34 -0
- package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +17 -0
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +34 -0
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +0 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +3 -3
- package/dist/vue3/dialtone-vue.js +327 -269
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/{emoji-ifbDMGtx.js → emoji-2rvS7ht5.js} +1 -1
- package/dist/vue3/{emoji-q4ZpxDOX.cjs → emoji-XlbJqv9d.cjs} +1 -1
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-i3y8jyyY.cjs → emoji_picker--T2UMX6r.cjs} +1 -1
- package/dist/vue3/{emoji_picker-G6QLC4uN.js → emoji_picker-VPajqYRs.js} +2 -2
- package/dist/vue3/{emoji_text_wrapper-vQeoLfQ4.js → emoji_text_wrapper-pmmHKPk7.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-spWldgj4.cjs → emoji_text_wrapper-qxffHTl7.cjs} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +4 -4
- package/dist/vue3/{rich_text_editor-PlDAAo2K.js → rich_text_editor-2G6m62cq.js} +2 -2
- package/dist/vue3/{rich_text_editor-m8DM-vOU.cjs → rich_text_editor-IU2NvBTd.cjs} +1 -1
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/{tooltip-px-Nxl4C.cjs → tooltip-P8ouLQqi.cjs} +1 -1
- package/dist/vue3/{tooltip-FcHJcgMd.js → tooltip-S6S4up2q.js} +3 -3
- package/dist/vue3/types/components/banner/banner.vue.d.ts +20 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +34 -0
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +17 -0
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +34 -0
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +0 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -66,6 +66,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
+
/**
|
|
70
|
+
* Hides the icon from the notice
|
|
71
|
+
* @values true, false
|
|
72
|
+
*/
|
|
73
|
+
hideIcon: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Hides the action from the notice
|
|
79
|
+
* @values true, false
|
|
80
|
+
*/
|
|
81
|
+
hideAction: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
69
85
|
}, {}, {}, {
|
|
70
86
|
noticeClass(): any[];
|
|
71
87
|
}, {}, {
|
|
@@ -160,6 +176,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
160
176
|
type: BooleanConstructor;
|
|
161
177
|
default: boolean;
|
|
162
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* Hides the icon from the notice
|
|
181
|
+
* @values true, false
|
|
182
|
+
*/
|
|
183
|
+
hideIcon: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* Hides the action from the notice
|
|
189
|
+
* @values true, false
|
|
190
|
+
*/
|
|
191
|
+
hideAction: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
163
195
|
}>>, {
|
|
164
196
|
title: string;
|
|
165
197
|
role: string;
|
|
@@ -168,7 +200,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
200
|
contentId: string;
|
|
169
201
|
closeButtonProps: Record<string, any>;
|
|
170
202
|
hideClose: boolean;
|
|
203
|
+
hideAction: boolean;
|
|
171
204
|
important: boolean;
|
|
205
|
+
hideIcon: boolean;
|
|
172
206
|
}>;
|
|
173
207
|
export default _default;
|
|
174
208
|
//# sourceMappingURL=notice.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"notice.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3FH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|
|
@@ -14,6 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* Hides the action from the notice
|
|
19
|
+
* @values true, false
|
|
20
|
+
*/
|
|
21
|
+
hideAction: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
17
25
|
}, {}, {}, {
|
|
18
26
|
noticeActionListeners(): {
|
|
19
27
|
click: (event: any) => void;
|
|
@@ -60,9 +68,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
68
|
type: BooleanConstructor;
|
|
61
69
|
default: boolean;
|
|
62
70
|
};
|
|
71
|
+
/**
|
|
72
|
+
* Hides the action from the notice
|
|
73
|
+
* @values true, false
|
|
74
|
+
*/
|
|
75
|
+
hideAction: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
63
79
|
}>>, {
|
|
64
80
|
closeButtonProps: Record<string, any>;
|
|
65
81
|
hideClose: boolean;
|
|
82
|
+
hideAction: boolean;
|
|
66
83
|
}>;
|
|
67
84
|
export default _default;
|
|
68
85
|
//# sourceMappingURL=notice_action.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApBH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|
|
@@ -82,6 +82,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* Hides the icon from the notice
|
|
87
|
+
* @values true, false
|
|
88
|
+
*/
|
|
89
|
+
hideIcon: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Hides the action from the notice
|
|
95
|
+
* @values true, false
|
|
96
|
+
*/
|
|
97
|
+
hideAction: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
85
101
|
/**
|
|
86
102
|
* The duration in ms the toast will display before disappearing.
|
|
87
103
|
* The toast won't disappear if the duration is not provided.
|
|
@@ -211,6 +227,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
211
227
|
type: BooleanConstructor;
|
|
212
228
|
default: boolean;
|
|
213
229
|
};
|
|
230
|
+
/**
|
|
231
|
+
* Hides the icon from the notice
|
|
232
|
+
* @values true, false
|
|
233
|
+
*/
|
|
234
|
+
hideIcon: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
default: boolean;
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* Hides the action from the notice
|
|
240
|
+
* @values true, false
|
|
241
|
+
*/
|
|
242
|
+
hideAction: {
|
|
243
|
+
type: BooleanConstructor;
|
|
244
|
+
default: boolean;
|
|
245
|
+
};
|
|
214
246
|
/**
|
|
215
247
|
* The duration in ms the toast will display before disappearing.
|
|
216
248
|
* The toast won't disappear if the duration is not provided.
|
|
@@ -230,7 +262,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
262
|
contentId: string;
|
|
231
263
|
closeButtonProps: Record<string, any>;
|
|
232
264
|
hideClose: boolean;
|
|
265
|
+
hideAction: boolean;
|
|
233
266
|
important: boolean;
|
|
267
|
+
hideIcon: boolean;
|
|
234
268
|
show: boolean;
|
|
235
269
|
duration: number;
|
|
236
270
|
}>;
|
|
@@ -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;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvHH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";IAgCI;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG
|
|
1
|
+
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";IAgCI;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5KH;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|