@dialpad/dialtone 9.63.0 → 9.64.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 (128) hide show
  1. package/dist/css/dialtone-default-theme.css +96 -17
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +84 -17
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens/tokens-dp-dark.css +12 -0
  6. package/dist/css/tokens/tokens-dp-light.css +12 -0
  7. package/dist/css/tokens/tokens-expressive-dark.css +12 -0
  8. package/dist/css/tokens/tokens-expressive-light.css +12 -0
  9. package/dist/css/tokens/tokens-expressive-sm-dark.css +12 -0
  10. package/dist/css/tokens/tokens-expressive-sm-light.css +12 -0
  11. package/dist/css/tokens/tokens-tmo-dark.css +12 -0
  12. package/dist/css/tokens/tokens-tmo-light.css +12 -0
  13. package/dist/themes/dp-dark.cjs +1 -1
  14. package/dist/themes/dp-dark.js +1 -1
  15. package/dist/themes/dp-light.cjs +1 -1
  16. package/dist/themes/dp-light.js +1 -1
  17. package/dist/themes/expressive-dark.cjs +1 -1
  18. package/dist/themes/expressive-dark.js +1 -1
  19. package/dist/themes/expressive-light.cjs +1 -1
  20. package/dist/themes/expressive-light.js +1 -1
  21. package/dist/themes/expressive-sm-dark.cjs +1 -1
  22. package/dist/themes/expressive-sm-dark.js +1 -1
  23. package/dist/themes/expressive-sm-light.cjs +1 -1
  24. package/dist/themes/expressive-sm-light.js +1 -1
  25. package/dist/themes/tmo-dark.cjs +1 -1
  26. package/dist/themes/tmo-dark.js +1 -1
  27. package/dist/themes/tmo-light.cjs +1 -1
  28. package/dist/themes/tmo-light.js +1 -1
  29. package/dist/tokens/css/tokens-dp-dark.css +12 -0
  30. package/dist/tokens/css/tokens-dp-light.css +12 -0
  31. package/dist/tokens/css/tokens-expressive-dark.css +12 -0
  32. package/dist/tokens/css/tokens-expressive-light.css +12 -0
  33. package/dist/tokens/css/tokens-expressive-sm-dark.css +12 -0
  34. package/dist/tokens/css/tokens-expressive-sm-light.css +12 -0
  35. package/dist/tokens/css/tokens-tmo-dark.css +12 -0
  36. package/dist/tokens/css/tokens-tmo-light.css +12 -0
  37. package/dist/tokens/doc.json +8274 -7922
  38. package/dist/tokens/less/tokens-dp-dark.less +2 -0
  39. package/dist/tokens/less/tokens-dp-light.less +2 -0
  40. package/dist/tokens/less/tokens-expressive-dark.less +2 -0
  41. package/dist/tokens/less/tokens-expressive-light.less +2 -0
  42. package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -0
  43. package/dist/tokens/less/tokens-expressive-sm-light.less +2 -0
  44. package/dist/tokens/less/tokens-tmo-dark.less +2 -0
  45. package/dist/tokens/less/tokens-tmo-light.less +2 -0
  46. package/dist/tokens/tokens-dp-dark.json +2 -0
  47. package/dist/tokens/tokens-dp-light.json +2 -0
  48. package/dist/tokens/tokens-expressive-dark.json +2 -0
  49. package/dist/tokens/tokens-expressive-light.json +2 -0
  50. package/dist/tokens/tokens-expressive-sm-dark.json +2 -0
  51. package/dist/tokens/tokens-expressive-sm-light.json +2 -0
  52. package/dist/tokens/tokens-tmo-dark.json +2 -0
  53. package/dist/tokens/tokens-tmo-light.json +2 -0
  54. package/dist/vue2/component-documentation.json +1 -1
  55. package/dist/vue2/dialtone-vue.cjs +3 -0
  56. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  57. package/dist/vue2/dialtone-vue.js +3 -0
  58. package/dist/vue2/dialtone-vue.js.map +1 -1
  59. package/dist/vue2/lib/button.cjs +2 -8
  60. package/dist/vue2/lib/button.cjs.map +1 -1
  61. package/dist/vue2/lib/button.js +2 -8
  62. package/dist/vue2/lib/button.js.map +1 -1
  63. package/dist/vue2/lib/general-row.cjs +2 -2
  64. package/dist/vue2/lib/general-row.cjs.map +1 -1
  65. package/dist/vue2/lib/general-row.js +2 -2
  66. package/dist/vue2/lib/general-row.js.map +1 -1
  67. package/dist/vue2/lib/rich-text-editor.cjs +1 -9
  68. package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
  69. package/dist/vue2/lib/rich-text-editor.js +1 -9
  70. package/dist/vue2/lib/rich-text-editor.js.map +1 -1
  71. package/dist/vue2/lib/split-button.cjs +512 -0
  72. package/dist/vue2/lib/split-button.cjs.map +1 -0
  73. package/dist/vue2/lib/split-button.js +512 -0
  74. package/dist/vue2/lib/split-button.js.map +1 -0
  75. package/dist/vue2/style.css +65 -65
  76. package/dist/vue2/types/components/button/button.vue.d.ts +2 -14
  77. package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
  78. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  79. package/dist/vue2/types/components/split_button/index.d.ts +3 -0
  80. package/dist/vue2/types/components/split_button/index.d.ts.map +1 -0
  81. package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
  82. package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
  83. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +136 -0
  84. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
  85. package/dist/vue2/types/components/split_button/split_button.vue.d.ts +347 -0
  86. package/dist/vue2/types/components/split_button/split_button.vue.d.ts.map +1 -0
  87. package/dist/vue2/types/components/split_button/split_button_constants.d.ts +12 -0
  88. package/dist/vue2/types/components/split_button/split_button_constants.d.ts.map +1 -0
  89. package/dist/vue2/types/index.d.ts +1 -0
  90. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  91. package/dist/vue3/component-documentation.json +1 -1
  92. package/dist/vue3/dialtone-vue.cjs +3 -0
  93. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  94. package/dist/vue3/dialtone-vue.js +3 -0
  95. package/dist/vue3/dialtone-vue.js.map +1 -1
  96. package/dist/vue3/lib/button.cjs +3 -9
  97. package/dist/vue3/lib/button.cjs.map +1 -1
  98. package/dist/vue3/lib/button.js +3 -9
  99. package/dist/vue3/lib/button.js.map +1 -1
  100. package/dist/vue3/lib/general-row.cjs +3 -3
  101. package/dist/vue3/lib/general-row.cjs.map +1 -1
  102. package/dist/vue3/lib/general-row.js +3 -3
  103. package/dist/vue3/lib/general-row.js.map +1 -1
  104. package/dist/vue3/lib/rich-text-editor.cjs +1 -9
  105. package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
  106. package/dist/vue3/lib/rich-text-editor.js +1 -9
  107. package/dist/vue3/lib/rich-text-editor.js.map +1 -1
  108. package/dist/vue3/lib/split-button.cjs +544 -0
  109. package/dist/vue3/lib/split-button.cjs.map +1 -0
  110. package/dist/vue3/lib/split-button.js +544 -0
  111. package/dist/vue3/lib/split-button.js.map +1 -0
  112. package/dist/vue3/style.css +65 -65
  113. package/dist/vue3/types/components/button/button.vue.d.ts +4 -16
  114. package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
  115. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  116. package/dist/vue3/types/components/split_button/index.d.ts +3 -0
  117. package/dist/vue3/types/components/split_button/index.d.ts.map +1 -0
  118. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
  119. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
  120. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +136 -0
  121. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
  122. package/dist/vue3/types/components/split_button/split_button.vue.d.ts +348 -0
  123. package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -0
  124. package/dist/vue3/types/components/split_button/split_button_constants.d.ts +12 -0
  125. package/dist/vue3/types/components/split_button/split_button_constants.d.ts.map +1 -0
  126. package/dist/vue3/types/index.d.ts +1 -0
  127. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  128. package/package.json +2 -2
@@ -0,0 +1,136 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Determines whether the button should have active styling
4
+ */
5
+ active: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ /**
10
+ * Descriptive label for the button
11
+ */
12
+ ariaLabel: {
13
+ type: StringConstructor;
14
+ default: null;
15
+ };
16
+ /**
17
+ * HTML button disabled attribute
18
+ */
19
+ disabled: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ /**
24
+ * Element ID, useful in case you need to reference the button
25
+ * as an external anchor for popover
26
+ */
27
+ id: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ /**
32
+ * The fill and outline of the button associated with its visual importance.
33
+ */
34
+ importance: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ /**
39
+ * The color of the button.
40
+ */
41
+ kind: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ /**
46
+ * The size of the button.
47
+ */
48
+ size: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ /**
53
+ * Text shown in tooltip when you hover the button
54
+ */
55
+ tooltipText: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ }, {}, {
60
+ SPLIT_BUTTON_ICON_SIZES: {
61
+ xs: string;
62
+ sm: string;
63
+ md: string;
64
+ lg: string;
65
+ xl: string;
66
+ };
67
+ }, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
68
+ /**
69
+ * Determines whether the button should have active styling
70
+ */
71
+ active: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ /**
76
+ * Descriptive label for the button
77
+ */
78
+ ariaLabel: {
79
+ type: StringConstructor;
80
+ default: null;
81
+ };
82
+ /**
83
+ * HTML button disabled attribute
84
+ */
85
+ disabled: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ /**
90
+ * Element ID, useful in case you need to reference the button
91
+ * as an external anchor for popover
92
+ */
93
+ id: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ /**
98
+ * The fill and outline of the button associated with its visual importance.
99
+ */
100
+ importance: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ };
104
+ /**
105
+ * The color of the button.
106
+ */
107
+ kind: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ /**
112
+ * The size of the button.
113
+ */
114
+ size: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ /**
119
+ * Text shown in tooltip when you hover the button
120
+ */
121
+ tooltipText: {
122
+ type: StringConstructor;
123
+ default: string;
124
+ };
125
+ }>>, {
126
+ active: boolean;
127
+ size: string;
128
+ ariaLabel: string;
129
+ id: string;
130
+ kind: string;
131
+ importance: string;
132
+ disabled: boolean;
133
+ tooltipText: string;
134
+ }>;
135
+ export default _default;
136
+ //# sourceMappingURL=split_button-omega.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue.js"],"names":[],"mappings":";IAeI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;IA3DH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -0,0 +1,347 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Determines whether the alpha button should have active styling
4
+ * @values true, false
5
+ */
6
+ alphaActive: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ /**
11
+ * Descriptive label for the alpha button
12
+ */
13
+ alphaAriaLabel: {
14
+ type: StringConstructor;
15
+ default: null;
16
+ };
17
+ /**
18
+ * The position of the icon slot within the alpha button.
19
+ * @values left, right, top, bottom
20
+ */
21
+ alphaIconPosition: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ validator: (position: unknown) => boolean;
25
+ };
26
+ /**
27
+ * Used to customize the alpha label container
28
+ */
29
+ alphaLabelClass: {
30
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
31
+ default: string;
32
+ };
33
+ /**
34
+ * Whether the alpha button should display a loading animation or not.
35
+ * @values true, false
36
+ */
37
+ alphaLoading: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ /**
42
+ * Text shown in tooltip when you hover the alpha button,
43
+ * required if no content is passed to default slot
44
+ */
45
+ alphaTooltipText: {
46
+ type: StringConstructor;
47
+ default: undefined;
48
+ };
49
+ /**
50
+ * Determines whether a screenreader reads live updates of
51
+ * the button content to the user while the button
52
+ * is in focus.
53
+ * @values true, false
54
+ */
55
+ assertiveOnFocus: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ /**
60
+ * HTML button disabled attribute
61
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled" target="_blank">
62
+ * (Reference)
63
+ * </a>
64
+ * @values true, false
65
+ */
66
+ disabled: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ /**
71
+ * The direction the dropdown displays relative to the anchor.
72
+ * @values top, top-start, top-end, right, right-start, right-end, left, left-start, left-end, bottom, bottom-start, bottom-end, auto, auto-start, auto-end
73
+ */
74
+ dropdownPlacement: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ /**
79
+ * The fill and outline of the button associated with its visual importance.
80
+ * @values clear, outlined, primary
81
+ */
82
+ importance: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ validator: (i: unknown) => boolean;
86
+ };
87
+ /**
88
+ * The color of the button.
89
+ * @values default, muted, danger, inverted
90
+ */
91
+ kind: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ validator: (k: unknown) => boolean;
95
+ };
96
+ /**
97
+ * Determines whether the omega button should have active styling
98
+ * @values true, false
99
+ */
100
+ omegaActive: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ /**
105
+ * Descriptive label for the omega button
106
+ */
107
+ omegaAriaLabel: {
108
+ type: StringConstructor;
109
+ default: null;
110
+ };
111
+ /**
112
+ * Element ID, useful in case you need to reference the button
113
+ * as an external anchor for popover
114
+ */
115
+ omegaId: {
116
+ type: StringConstructor;
117
+ default: undefined;
118
+ };
119
+ /**
120
+ * Text shown in tooltip when you hover the omega button,
121
+ * required as it is an icon only button
122
+ */
123
+ omegaTooltipText: {
124
+ type: StringConstructor;
125
+ default: undefined;
126
+ };
127
+ /**
128
+ * The size of the button.
129
+ * @values xs, sm, md, lg, xl
130
+ */
131
+ size: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ validator: (s: unknown) => boolean;
135
+ };
136
+ /**
137
+ * Button width, accepts
138
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
139
+ * CSS width attribute
140
+ * </a>
141
+ * values
142
+ */
143
+ width: {
144
+ type: StringConstructor;
145
+ default: null;
146
+ };
147
+ }, {}, {
148
+ isDropdownOpen: boolean;
149
+ }, {
150
+ alphaButtonProps(): {
151
+ active: any;
152
+ ariaLabel: any;
153
+ assertiveOnFocus: any;
154
+ disabled: any;
155
+ iconPosition: any;
156
+ labelClass: any;
157
+ loading: any;
158
+ importance: any;
159
+ kind: any;
160
+ size: any;
161
+ tooltipText: any;
162
+ class: string;
163
+ };
164
+ omegaButtonProps(): {
165
+ id: any;
166
+ active: any;
167
+ ariaLabel: any;
168
+ disabled: any;
169
+ importance: any;
170
+ kind: any;
171
+ size: any;
172
+ tooltipText: any;
173
+ class: string;
174
+ };
175
+ defaultSlotHasContent(): string | undefined;
176
+ omegaSlotIsSet(): import("vue/types/vnode.js").ScopedSlotChildren;
177
+ }, {
178
+ validateProps(): void;
179
+ validateAlphaButtonProps(): void;
180
+ validateOmegaButtonProps(): void;
181
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("alpha-clicked" | "omega-clicked")[], string, Readonly<import("vue").ExtractPropTypes<{
182
+ /**
183
+ * Determines whether the alpha button should have active styling
184
+ * @values true, false
185
+ */
186
+ alphaActive: {
187
+ type: BooleanConstructor;
188
+ default: boolean;
189
+ };
190
+ /**
191
+ * Descriptive label for the alpha button
192
+ */
193
+ alphaAriaLabel: {
194
+ type: StringConstructor;
195
+ default: null;
196
+ };
197
+ /**
198
+ * The position of the icon slot within the alpha button.
199
+ * @values left, right, top, bottom
200
+ */
201
+ alphaIconPosition: {
202
+ type: StringConstructor;
203
+ default: string;
204
+ validator: (position: unknown) => boolean;
205
+ };
206
+ /**
207
+ * Used to customize the alpha label container
208
+ */
209
+ alphaLabelClass: {
210
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
211
+ default: string;
212
+ };
213
+ /**
214
+ * Whether the alpha button should display a loading animation or not.
215
+ * @values true, false
216
+ */
217
+ alphaLoading: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ /**
222
+ * Text shown in tooltip when you hover the alpha button,
223
+ * required if no content is passed to default slot
224
+ */
225
+ alphaTooltipText: {
226
+ type: StringConstructor;
227
+ default: undefined;
228
+ };
229
+ /**
230
+ * Determines whether a screenreader reads live updates of
231
+ * the button content to the user while the button
232
+ * is in focus.
233
+ * @values true, false
234
+ */
235
+ assertiveOnFocus: {
236
+ type: BooleanConstructor;
237
+ default: boolean;
238
+ };
239
+ /**
240
+ * HTML button disabled attribute
241
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled" target="_blank">
242
+ * (Reference)
243
+ * </a>
244
+ * @values true, false
245
+ */
246
+ disabled: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ /**
251
+ * The direction the dropdown displays relative to the anchor.
252
+ * @values top, top-start, top-end, right, right-start, right-end, left, left-start, left-end, bottom, bottom-start, bottom-end, auto, auto-start, auto-end
253
+ */
254
+ dropdownPlacement: {
255
+ type: StringConstructor;
256
+ default: string;
257
+ };
258
+ /**
259
+ * The fill and outline of the button associated with its visual importance.
260
+ * @values clear, outlined, primary
261
+ */
262
+ importance: {
263
+ type: StringConstructor;
264
+ default: string;
265
+ validator: (i: unknown) => boolean;
266
+ };
267
+ /**
268
+ * The color of the button.
269
+ * @values default, muted, danger, inverted
270
+ */
271
+ kind: {
272
+ type: StringConstructor;
273
+ default: string;
274
+ validator: (k: unknown) => boolean;
275
+ };
276
+ /**
277
+ * Determines whether the omega button should have active styling
278
+ * @values true, false
279
+ */
280
+ omegaActive: {
281
+ type: BooleanConstructor;
282
+ default: boolean;
283
+ };
284
+ /**
285
+ * Descriptive label for the omega button
286
+ */
287
+ omegaAriaLabel: {
288
+ type: StringConstructor;
289
+ default: null;
290
+ };
291
+ /**
292
+ * Element ID, useful in case you need to reference the button
293
+ * as an external anchor for popover
294
+ */
295
+ omegaId: {
296
+ type: StringConstructor;
297
+ default: undefined;
298
+ };
299
+ /**
300
+ * Text shown in tooltip when you hover the omega button,
301
+ * required as it is an icon only button
302
+ */
303
+ omegaTooltipText: {
304
+ type: StringConstructor;
305
+ default: undefined;
306
+ };
307
+ /**
308
+ * The size of the button.
309
+ * @values xs, sm, md, lg, xl
310
+ */
311
+ size: {
312
+ type: StringConstructor;
313
+ default: string;
314
+ validator: (s: unknown) => boolean;
315
+ };
316
+ /**
317
+ * Button width, accepts
318
+ * <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
319
+ * CSS width attribute
320
+ * </a>
321
+ * values
322
+ */
323
+ width: {
324
+ type: StringConstructor;
325
+ default: null;
326
+ };
327
+ }>>, {
328
+ size: string;
329
+ kind: string;
330
+ importance: string;
331
+ disabled: boolean;
332
+ width: string;
333
+ assertiveOnFocus: boolean;
334
+ alphaActive: boolean;
335
+ alphaAriaLabel: string;
336
+ alphaIconPosition: string;
337
+ alphaLabelClass: string | Record<string, any> | unknown[];
338
+ alphaLoading: boolean;
339
+ alphaTooltipText: string;
340
+ dropdownPlacement: string;
341
+ omegaActive: boolean;
342
+ omegaAriaLabel: string;
343
+ omegaId: string;
344
+ omegaTooltipText: string;
345
+ }>;
346
+ export default _default;
347
+ //# sourceMappingURL=split_button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5JH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG"}
@@ -0,0 +1,12 @@
1
+ export namespace SPLIT_BUTTON_ICON_SIZES {
2
+ let xs: string;
3
+ let sm: string;
4
+ let md: string;
5
+ let lg: string;
6
+ let xl: string;
7
+ }
8
+ declare namespace _default {
9
+ export { SPLIT_BUTTON_ICON_SIZES };
10
+ }
11
+ export default _default;
12
+ //# sourceMappingURL=split_button_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split_button_constants.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button_constants.js"],"names":[],"mappings":""}
@@ -44,6 +44,7 @@ export * from "./components/rich_text_editor";
44
44
  export * from "./components/root_layout";
45
45
  export * from "./components/select_menu";
46
46
  export * from "./components/skeleton";
47
+ export * from "./components/split_button";
47
48
  export * from "./components/stack";
48
49
  export * from "./components/tabs";
49
50
  export * from "./components/toast";
@@ -155,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
155
155
  shouldApplyCustomStyleForCountBadge(): boolean;
156
156
  /**
157
157
  * When a channel in 'always' setting, meaning the user should see both unread count and unread mention count,
158
- * if there are only mention messages, we should apply the custom background with var(--dt-color-purple-500).
158
+ * if there are only mention messages, we should apply the theme design tokens var(--dt-theme-mention-color-[background||foreground]-strong).
159
159
  * @returns {boolean}
160
160
  */
161
161
  shouldApplyCustomStyleForMentionOnly(): boolean;