@dialpad/dialtone 9.2.0 → 9.4.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.
Files changed (127) hide show
  1. package/dist/css/dialtone.css +2 -2
  2. package/dist/eslint-plugin/rules/custom-implementation.js +1 -1
  3. package/dist/eslint-plugin/rules/deprecated-component.js +5 -5
  4. package/dist/eslint-plugin/rules/deprecated-directive.js +1 -1
  5. package/dist/eslint-plugin/rules/deprecated-icons.js +1 -1
  6. package/dist/icons/icons.json +1 -1
  7. package/dist/icons/keywords.json +1 -1
  8. package/dist/icons/svg/unread.svg +1 -0
  9. package/dist/icons/svg/user-rematch.svg +1 -0
  10. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  11. package/dist/tokens/android/java/tokens-light.kt +1 -1
  12. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  13. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  14. package/dist/tokens/android/res/values/dimens.xml +1 -1
  15. package/dist/tokens/css/variables-dark.css +1 -1
  16. package/dist/tokens/css/variables-light.css +1 -1
  17. package/dist/tokens/ios/tokens-dark.swift +1 -1
  18. package/dist/tokens/ios/tokens-light.swift +1 -1
  19. package/dist/tokens/less/variables-dark.less +1 -1
  20. package/dist/tokens/less/variables-light.less +1 -1
  21. package/dist/vue2/component-documentation.json +1 -1
  22. package/dist/vue2/dialtone-vue.cjs +5 -6
  23. package/dist/vue2/dialtone-vue.js +1757 -3809
  24. package/dist/vue2/directives.cjs +1 -1
  25. package/dist/vue2/directives.js +1 -1
  26. package/dist/vue2/emoji-BMxSCSLg.js +56039 -0
  27. package/dist/vue2/emoji-ZkNhBVKW.cjs +1 -0
  28. package/dist/vue2/emoji.cjs +1 -1
  29. package/dist/vue2/emoji.js +29 -27
  30. package/dist/vue2/emoji_picker-Qces1MZK.cjs +1 -0
  31. package/dist/vue2/emoji_picker-sjGJ0HVH.js +83604 -0
  32. package/dist/vue2/emoji_text_wrapper-Tni6PAOS.cjs +1 -0
  33. package/dist/vue2/emoji_text_wrapper-uHcCrlwz.js +91 -0
  34. package/dist/vue2/message_input.cjs +92 -0
  35. package/dist/vue2/message_input.js +13530 -0
  36. package/dist/vue2/stack-153kJjKj.cjs +2 -0
  37. package/dist/vue2/stack-DRdhbSNl.js +2336 -0
  38. package/dist/vue2/style.css +1 -1
  39. package/dist/vue2/{tooltip-_ykHbRFm.js → tooltip-PDBwUvGD.js} +17 -14
  40. package/dist/vue2/{tooltip-N61DaooE.cjs → tooltip-RmgCyjmY.cjs} +6 -6
  41. package/dist/vue2/types/common/dates.d.ts +1 -1
  42. package/dist/vue2/types/common/storybook_utils.d.ts +1 -1
  43. package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -1
  44. package/dist/vue2/types/components/avatar/avatar.vue.d.ts +2 -2
  45. package/dist/vue2/types/components/badge/badge.vue.d.ts +8 -10
  46. package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
  47. package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +7 -7
  48. package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  49. package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
  50. package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  51. package/dist/vue2/types/components/combobox/combobox.vue.d.ts +7 -10
  52. package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -1
  53. package/dist/vue2/types/components/emoji/emoji.vue.d.ts +2 -2
  54. package/dist/vue2/types/components/input_group/input_group.vue.d.ts +4 -9
  55. package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -1
  56. package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -4
  57. package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
  58. package/dist/vue2/types/components/radio/radio.vue.d.ts +12 -2
  59. package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -1
  60. package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +6 -1
  61. package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  62. package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -4
  63. package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
  64. package/dist/vue2/types/index.d.ts +1 -1
  65. package/dist/vue2/types/message_input.d.ts +3 -0
  66. package/dist/vue2/types/message_input.d.ts.map +1 -0
  67. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
  68. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
  69. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
  70. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
  71. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
  72. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
  73. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
  74. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
  75. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
  76. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
  77. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
  78. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
  79. package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
  80. package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
  81. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
  82. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
  83. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
  84. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
  85. package/dist/vue3/component-documentation.json +1 -1
  86. package/dist/vue3/dialtone-vue.cjs +1 -1
  87. package/dist/vue3/dialtone-vue.js +12 -12
  88. package/dist/vue3/emoji-AfK6oyUP.cjs +1 -0
  89. package/dist/vue3/{emoji-1yDNLQQx.js → emoji-w7mkBLzY.js} +5115 -5059
  90. package/dist/vue3/emoji.cjs +1 -1
  91. package/dist/vue3/emoji.js +3 -3
  92. package/dist/vue3/{emoji_picker-sjmzGlSc.cjs → emoji_picker-4xiNkfJF.cjs} +1 -1
  93. package/dist/vue3/{emoji_picker-DCzVDeyC.js → emoji_picker-nLVt8cFZ.js} +1 -1
  94. package/dist/vue3/{emoji_text_wrapper-dcKiFm0_.cjs → emoji_text_wrapper-MBYdbA6A.cjs} +1 -1
  95. package/dist/vue3/{emoji_text_wrapper-N58kVmVI.js → emoji_text_wrapper-mBDw9Xy3.js} +1 -1
  96. package/dist/vue3/message_input.cjs +10 -10
  97. package/dist/vue3/message_input.js +162 -143
  98. package/dist/vue3/{stack-l0ciejd8.js → stack-FdfddyeK.js} +4 -2
  99. package/dist/vue3/{stack-eFs3WCJT.cjs → stack-w8PNJngT.cjs} +2 -2
  100. package/dist/vue3/style.css +1 -1
  101. package/dist/vue3/types/common/dates.d.ts +1 -1
  102. package/dist/vue3/types/components/badge/badge.vue.d.ts +8 -10
  103. package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
  104. package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +7 -7
  105. package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  106. package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +8 -11
  107. package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  108. package/dist/vue3/types/components/combobox/combobox.vue.d.ts +11 -4
  109. package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -1
  110. package/dist/vue3/types/components/emoji/emoji.vue.d.ts +2 -2
  111. package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -3
  112. package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/components/modal/modal.vue.d.ts +4 -1
  114. package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
  115. package/dist/vue3/types/components/radio/radio.vue.d.ts +4 -4
  116. package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
  117. package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
  118. package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -4
  119. package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
  120. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
  121. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
  122. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +7 -2
  123. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  124. package/package.json +1 -1
  125. package/dist/vue2/emoji-Cr1KlTAT.cjs +0 -1
  126. package/dist/vue2/emoji-tPpc6ODh.js +0 -139701
  127. package/dist/vue3/emoji-_XsewxWh.cjs +0 -1
@@ -0,0 +1,354 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Value of the input. The object format should match TipTap's JSON
4
+ * document structure: https://tiptap.dev/guide/output#option-1-json
5
+ */
6
+ value: {
7
+ type: (ObjectConstructor | StringConstructor)[];
8
+ default: string;
9
+ };
10
+ /**
11
+ * Whether the input is editable
12
+ */
13
+ editable: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ /**
18
+ * Descriptive label for the input element
19
+ */
20
+ inputAriaLabel: {
21
+ type: StringConstructor;
22
+ required: true;
23
+ default: string;
24
+ };
25
+ /**
26
+ * Additional class name for the input element. Only accepts a String value
27
+ * because this is passed to the editor via options. For multiple classes,
28
+ * join them into one string, e.g. "d-p8 d-hmx96"
29
+ */
30
+ inputClass: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ /**
35
+ * Whether the input should receive focus after the component has been
36
+ * mounted. Either one of `start`, `end`, `all` or a Boolean or a Number.
37
+ * - `start` Sets the focus to the beginning of the input
38
+ * - `end` Sets the focus to the end of the input
39
+ * - `all` Selects the whole contents of the input
40
+ * - `Number` Sets the focus to a specific position in the input
41
+ * - `true` Defaults to `start`
42
+ * - `false` Disables autofocus
43
+ * @values true, false, start, end, all, number
44
+ */
45
+ autoFocus: {
46
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
47
+ default: boolean;
48
+ validator(autoFocus: unknown): boolean;
49
+ };
50
+ /**
51
+ * The output format that the editor uses when emitting the "@input" event.
52
+ * One of `text`, `json`, `html`. See https://tiptap.dev/guide/output for
53
+ * examples.
54
+ * @values text, json, html
55
+ */
56
+ outputFormat: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ validator(outputFormat: unknown): boolean;
60
+ };
61
+ /**
62
+ * Enables the Link extension and optionally passes configurations to it
63
+ */
64
+ link: {
65
+ type: (ObjectConstructor | BooleanConstructor)[];
66
+ default: boolean;
67
+ };
68
+ /**
69
+ * Placeholder text
70
+ */
71
+ placeholder: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ /**
76
+ * Disable Send Button
77
+ */
78
+ disableSend: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ /**
83
+ * Content area needs to dynamically adjust height based on the conversation area height.
84
+ * can be vh|px|rem|em|%
85
+ */
86
+ maxHeight: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ showEmojiPicker: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ /**
95
+ * Props to pass into the emoji picker.
96
+ */
97
+ emojiPickerProps: {
98
+ type: ObjectConstructor;
99
+ default: () => {};
100
+ validate(emojiPickerProps: any): boolean;
101
+ };
102
+ /**
103
+ * Emoji button tooltip label
104
+ */
105
+ emojiTooltipMessage: {
106
+ type: StringConstructor;
107
+ default: string;
108
+ };
109
+ /**
110
+ * Emoji button aria label
111
+ */
112
+ emojiButtonAriaLabel: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ /**
117
+ * Enable character Limit warning
118
+ */
119
+ showCharacterLimit: {
120
+ type: (ObjectConstructor | BooleanConstructor)[];
121
+ default: () => {
122
+ count: number;
123
+ warning: number;
124
+ message: string;
125
+ };
126
+ };
127
+ showImagePicker: {
128
+ type: (ObjectConstructor | BooleanConstructor)[];
129
+ default: () => {
130
+ tooltipLabel: string;
131
+ ariaLabel: string;
132
+ };
133
+ };
134
+ /**
135
+ * Send button defaults.
136
+ */
137
+ showSend: {
138
+ type: (ObjectConstructor | BooleanConstructor)[];
139
+ default: () => {
140
+ icon: string;
141
+ };
142
+ };
143
+ /**
144
+ * Cancel button defaults.
145
+ */
146
+ showCancel: {
147
+ type: (ObjectConstructor | BooleanConstructor)[];
148
+ default: () => {
149
+ text: string;
150
+ };
151
+ };
152
+ }, {}, {
153
+ internalInputValue: any;
154
+ hasFocus: boolean;
155
+ imagePickerFocus: boolean;
156
+ emojiPickerFocus: boolean;
157
+ sendButtonFocus: boolean;
158
+ emojiPickerOpened: boolean;
159
+ }, {
160
+ inputLength(): any;
161
+ displayCharacterLimitWarning(): boolean;
162
+ characterLimitTooltipEnabled(): any;
163
+ isSendDisabled(): any;
164
+ computedCloseButtonProps(): {
165
+ ariaLabel: string;
166
+ };
167
+ emojiPickerHovered(): boolean;
168
+ sendButtonKind(): "default" | "muted";
169
+ }, {
170
+ onDrag(e: any): void;
171
+ onDrop(e: any): void;
172
+ onSkinTone(skinTone: any): void;
173
+ onSelectEmoji(emoji: any): void;
174
+ onSelectImage(): void;
175
+ onImageUpload(val: any): void;
176
+ toggleEmojiPicker(): void;
177
+ onSend(): void;
178
+ onCancel(): void;
179
+ onFocus(event: any): void;
180
+ onBlur(event: any): void;
181
+ onInput(event: any): void;
182
+ }, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "focus" | "submit" | "blur" | "cancel" | "selected-emoji" | "skin-tone" | "select-media" | "add-media")[], string, Readonly<import("vue").ExtractPropTypes<{
183
+ /**
184
+ * Value of the input. The object format should match TipTap's JSON
185
+ * document structure: https://tiptap.dev/guide/output#option-1-json
186
+ */
187
+ value: {
188
+ type: (ObjectConstructor | StringConstructor)[];
189
+ default: string;
190
+ };
191
+ /**
192
+ * Whether the input is editable
193
+ */
194
+ editable: {
195
+ type: BooleanConstructor;
196
+ default: boolean;
197
+ };
198
+ /**
199
+ * Descriptive label for the input element
200
+ */
201
+ inputAriaLabel: {
202
+ type: StringConstructor;
203
+ required: true;
204
+ default: string;
205
+ };
206
+ /**
207
+ * Additional class name for the input element. Only accepts a String value
208
+ * because this is passed to the editor via options. For multiple classes,
209
+ * join them into one string, e.g. "d-p8 d-hmx96"
210
+ */
211
+ inputClass: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ /**
216
+ * Whether the input should receive focus after the component has been
217
+ * mounted. Either one of `start`, `end`, `all` or a Boolean or a Number.
218
+ * - `start` Sets the focus to the beginning of the input
219
+ * - `end` Sets the focus to the end of the input
220
+ * - `all` Selects the whole contents of the input
221
+ * - `Number` Sets the focus to a specific position in the input
222
+ * - `true` Defaults to `start`
223
+ * - `false` Disables autofocus
224
+ * @values true, false, start, end, all, number
225
+ */
226
+ autoFocus: {
227
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
228
+ default: boolean;
229
+ validator(autoFocus: unknown): boolean;
230
+ };
231
+ /**
232
+ * The output format that the editor uses when emitting the "@input" event.
233
+ * One of `text`, `json`, `html`. See https://tiptap.dev/guide/output for
234
+ * examples.
235
+ * @values text, json, html
236
+ */
237
+ outputFormat: {
238
+ type: StringConstructor;
239
+ default: string;
240
+ validator(outputFormat: unknown): boolean;
241
+ };
242
+ /**
243
+ * Enables the Link extension and optionally passes configurations to it
244
+ */
245
+ link: {
246
+ type: (ObjectConstructor | BooleanConstructor)[];
247
+ default: boolean;
248
+ };
249
+ /**
250
+ * Placeholder text
251
+ */
252
+ placeholder: {
253
+ type: StringConstructor;
254
+ default: string;
255
+ };
256
+ /**
257
+ * Disable Send Button
258
+ */
259
+ disableSend: {
260
+ type: BooleanConstructor;
261
+ default: boolean;
262
+ };
263
+ /**
264
+ * Content area needs to dynamically adjust height based on the conversation area height.
265
+ * can be vh|px|rem|em|%
266
+ */
267
+ maxHeight: {
268
+ type: StringConstructor;
269
+ default: string;
270
+ };
271
+ showEmojiPicker: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ /**
276
+ * Props to pass into the emoji picker.
277
+ */
278
+ emojiPickerProps: {
279
+ type: ObjectConstructor;
280
+ default: () => {};
281
+ validate(emojiPickerProps: any): boolean;
282
+ };
283
+ /**
284
+ * Emoji button tooltip label
285
+ */
286
+ emojiTooltipMessage: {
287
+ type: StringConstructor;
288
+ default: string;
289
+ };
290
+ /**
291
+ * Emoji button aria label
292
+ */
293
+ emojiButtonAriaLabel: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ };
297
+ /**
298
+ * Enable character Limit warning
299
+ */
300
+ showCharacterLimit: {
301
+ type: (ObjectConstructor | BooleanConstructor)[];
302
+ default: () => {
303
+ count: number;
304
+ warning: number;
305
+ message: string;
306
+ };
307
+ };
308
+ showImagePicker: {
309
+ type: (ObjectConstructor | BooleanConstructor)[];
310
+ default: () => {
311
+ tooltipLabel: string;
312
+ ariaLabel: string;
313
+ };
314
+ };
315
+ /**
316
+ * Send button defaults.
317
+ */
318
+ showSend: {
319
+ type: (ObjectConstructor | BooleanConstructor)[];
320
+ default: () => {
321
+ icon: string;
322
+ };
323
+ };
324
+ /**
325
+ * Cancel button defaults.
326
+ */
327
+ showCancel: {
328
+ type: (ObjectConstructor | BooleanConstructor)[];
329
+ default: () => {
330
+ text: string;
331
+ };
332
+ };
333
+ }>>, {
334
+ link: boolean | Record<string, any>;
335
+ value: string | Record<string, any>;
336
+ maxHeight: string;
337
+ inputClass: string;
338
+ placeholder: string;
339
+ editable: boolean;
340
+ inputAriaLabel: string;
341
+ autoFocus: string | number | boolean;
342
+ outputFormat: string;
343
+ disableSend: boolean;
344
+ showEmojiPicker: boolean;
345
+ emojiPickerProps: Record<string, any>;
346
+ emojiTooltipMessage: string;
347
+ emojiButtonAriaLabel: string;
348
+ showCharacterLimit: boolean | Record<string, any>;
349
+ showImagePicker: boolean | Record<string, any>;
350
+ showSend: boolean | Record<string, any>;
351
+ showCancel: boolean | Record<string, any>;
352
+ }>;
353
+ export default _default;
354
+ //# sourceMappingURL=message_input.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue.js"],"names":[],"mappings":";IAiCI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAYH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;IAWH;;OAEG;;;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxKH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAYH;;OAEG;;;;;;IAeH;;OAEG;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;IAWH;;OAEG;;;;;;;IAMH;;OAEG"}
@@ -0,0 +1,6 @@
1
+ export const DEFAULT_CONSTANTS: null;
2
+ declare namespace _default {
3
+ export { DEFAULT_CONSTANTS };
4
+ }
5
+ export default _default;
6
+ //# sourceMappingURL=message_input_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_input_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_constants.js"],"names":[],"mappings":"AAAA,qCAAsC"}