@dialpad/dialtone 9.70.1 → 9.71.0-beta.2

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 (2403) hide show
  1. package/dist/tokens/doc.json +19118 -19118
  2. package/dist/tokens/postcss/rem-to-px.cjs +1 -0
  3. package/dist/tokens/postcss/rem-to-px.js +19 -0
  4. package/dist/tokens/themes/dp-dark.cjs +1 -1
  5. package/dist/tokens/themes/dp-dark.js +1 -1
  6. package/dist/tokens/themes/dp-light.cjs +1 -1
  7. package/dist/tokens/themes/dp-light.js +1 -1
  8. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  9. package/dist/tokens/themes/expressive-dark.js +1 -1
  10. package/dist/tokens/themes/expressive-light.cjs +1 -1
  11. package/dist/tokens/themes/expressive-light.js +1 -1
  12. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  13. package/dist/tokens/themes/expressive-sm-dark.js +1 -1
  14. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  15. package/dist/tokens/themes/expressive-sm-light.js +1 -1
  16. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  17. package/dist/tokens/themes/tmo-dark.js +1 -1
  18. package/dist/tokens/themes/tmo-light.cjs +1 -1
  19. package/dist/tokens/themes/tmo-light.js +1 -1
  20. package/dist/tokens/themes/types/themes/config.d.ts.map +1 -0
  21. package/dist/tokens/themes/types/themes/dp-dark.d.ts.map +1 -0
  22. package/dist/tokens/themes/types/themes/dp-light.d.ts.map +1 -0
  23. package/dist/tokens/themes/types/themes/expressive-dark.d.ts.map +1 -0
  24. package/dist/tokens/themes/types/themes/expressive-light.d.ts.map +1 -0
  25. package/dist/tokens/themes/types/themes/expressive-sm-dark.d.ts.map +1 -0
  26. package/dist/tokens/themes/types/themes/expressive-sm-light.d.ts.map +1 -0
  27. package/dist/tokens/themes/types/themes/tmo-dark.d.ts.map +1 -0
  28. package/dist/tokens/themes/types/themes/tmo-light.d.ts.map +1 -0
  29. package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs +18 -0
  30. package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
  31. package/dist/vue2/_virtual/_plugin-vue2_normalizer.js +19 -0
  32. package/dist/vue2/_virtual/_plugin-vue2_normalizer.js.map +1 -0
  33. package/dist/vue2/common/dates.cjs +0 -2
  34. package/dist/vue2/common/dates.cjs.map +1 -1
  35. package/dist/vue2/common/dates.js +0 -2
  36. package/dist/vue2/common/dates.js.map +1 -1
  37. package/dist/vue2/common/emoji.cjs +163 -40
  38. package/dist/vue2/common/emoji.cjs.map +1 -1
  39. package/dist/vue2/common/emoji.js +145 -2
  40. package/dist/vue2/common/emoji.js.map +1 -1
  41. package/dist/vue2/common/mixins/dom.cjs +101 -0
  42. package/dist/vue2/common/mixins/dom.cjs.map +1 -0
  43. package/dist/vue2/common/mixins/dom.js +102 -0
  44. package/dist/vue2/common/mixins/dom.js.map +1 -0
  45. package/dist/vue2/common/mixins/input.cjs +296 -0
  46. package/dist/vue2/common/mixins/input.cjs.map +1 -0
  47. package/dist/vue2/common/mixins/input.js +296 -0
  48. package/dist/vue2/common/mixins/input.js.map +1 -0
  49. package/dist/vue2/common/mixins/input_group.cjs +144 -0
  50. package/dist/vue2/common/mixins/input_group.cjs.map +1 -0
  51. package/dist/vue2/common/mixins/input_group.js +144 -0
  52. package/dist/vue2/common/mixins/input_group.js.map +1 -0
  53. package/dist/vue2/common/mixins/keyboard_list_navigation.cjs +186 -0
  54. package/dist/vue2/common/mixins/keyboard_list_navigation.cjs.map +1 -0
  55. package/dist/vue2/common/mixins/keyboard_list_navigation.js +187 -0
  56. package/dist/vue2/common/mixins/keyboard_list_navigation.js.map +1 -0
  57. package/dist/vue2/common/mixins/modal.cjs +104 -0
  58. package/dist/vue2/common/mixins/modal.cjs.map +1 -0
  59. package/dist/vue2/common/mixins/modal.js +105 -0
  60. package/dist/vue2/common/mixins/modal.js.map +1 -0
  61. package/dist/vue2/common/mixins/skeleton.cjs +27 -0
  62. package/dist/vue2/common/mixins/skeleton.cjs.map +1 -0
  63. package/dist/vue2/common/mixins/skeleton.js +28 -0
  64. package/dist/vue2/common/mixins/skeleton.js.map +1 -0
  65. package/dist/vue2/common/mixins/sr_only_close_button.cjs +45 -0
  66. package/dist/vue2/common/mixins/sr_only_close_button.cjs.map +1 -0
  67. package/dist/vue2/common/mixins/sr_only_close_button.js +46 -0
  68. package/dist/vue2/common/mixins/sr_only_close_button.js.map +1 -0
  69. package/dist/vue2/common/mixins.cjs +4 -10
  70. package/dist/vue2/common/mixins.cjs.map +1 -1
  71. package/dist/vue2/common/mixins.js +4 -10
  72. package/dist/vue2/common/mixins.js.map +1 -1
  73. package/dist/vue2/common/sr_only_close_button.vue.cjs +48 -0
  74. package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -0
  75. package/dist/vue2/common/sr_only_close_button.vue.js +49 -0
  76. package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -0
  77. package/dist/vue2/common/storybook_utils.cjs +8 -0
  78. package/dist/vue2/common/storybook_utils.cjs.map +1 -0
  79. package/dist/vue2/common/storybook_utils.js +8 -0
  80. package/dist/vue2/common/storybook_utils.js.map +1 -0
  81. package/dist/vue2/common/utils.cjs +3 -6
  82. package/dist/vue2/common/utils.cjs.map +1 -1
  83. package/dist/vue2/common/utils.js +3 -6
  84. package/dist/vue2/common/utils.js.map +1 -1
  85. package/dist/vue2/components/avatar/avatar.vue.cjs +327 -0
  86. package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -0
  87. package/dist/vue2/components/avatar/avatar.vue.js +328 -0
  88. package/dist/vue2/components/avatar/avatar.vue.js.map +1 -0
  89. package/dist/vue2/components/avatar/avatar_constants.cjs +64 -0
  90. package/dist/vue2/components/avatar/avatar_constants.cjs.map +1 -0
  91. package/dist/vue2/components/avatar/avatar_constants.js +64 -0
  92. package/dist/vue2/components/avatar/avatar_constants.js.map +1 -0
  93. package/dist/vue2/components/avatar/utils.cjs +9 -0
  94. package/dist/vue2/components/avatar/utils.cjs.map +1 -0
  95. package/dist/vue2/components/avatar/utils.js +9 -0
  96. package/dist/vue2/components/avatar/utils.js.map +1 -0
  97. package/dist/vue2/components/badge/badge.vue.cjs +157 -0
  98. package/dist/vue2/components/badge/badge.vue.cjs.map +1 -0
  99. package/dist/vue2/components/badge/badge.vue.js +158 -0
  100. package/dist/vue2/components/badge/badge.vue.js.map +1 -0
  101. package/dist/vue2/components/badge/badge_constants.cjs +43 -0
  102. package/dist/vue2/components/badge/badge_constants.cjs.map +1 -0
  103. package/dist/vue2/components/badge/badge_constants.js +43 -0
  104. package/dist/vue2/components/badge/badge_constants.js.map +1 -0
  105. package/dist/vue2/components/banner/banner.vue.cjs +199 -0
  106. package/dist/vue2/components/banner/banner.vue.cjs.map +1 -0
  107. package/dist/vue2/components/banner/banner.vue.js +200 -0
  108. package/dist/vue2/components/banner/banner.vue.js.map +1 -0
  109. package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
  110. package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
  111. package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
  112. package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
  113. package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
  114. package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
  115. package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js +74 -0
  116. package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
  117. package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
  118. package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
  119. package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js +7 -0
  120. package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
  121. package/dist/vue2/components/button/button.vue.cjs +282 -0
  122. package/dist/vue2/components/button/button.vue.cjs.map +1 -0
  123. package/dist/vue2/components/button/button.vue.js +283 -0
  124. package/dist/vue2/components/button/button.vue.js.map +1 -0
  125. package/dist/vue2/components/button/button_constants.cjs +71 -0
  126. package/dist/vue2/components/button/button_constants.cjs.map +1 -0
  127. package/dist/vue2/components/button/button_constants.js +71 -0
  128. package/dist/vue2/components/button/button_constants.js.map +1 -0
  129. package/dist/vue2/components/button_group/button_group.vue.cjs +40 -0
  130. package/dist/vue2/components/button_group/button_group.vue.cjs.map +1 -0
  131. package/dist/vue2/components/button_group/button_group.vue.js +41 -0
  132. package/dist/vue2/components/button_group/button_group.vue.js.map +1 -0
  133. package/dist/vue2/components/button_group/button_group_constants.cjs +9 -0
  134. package/dist/vue2/components/button_group/button_group_constants.cjs.map +1 -0
  135. package/dist/vue2/components/button_group/button_group_constants.js +9 -0
  136. package/dist/vue2/components/button_group/button_group_constants.js.map +1 -0
  137. package/dist/vue2/components/card/card.vue.cjs +71 -0
  138. package/dist/vue2/components/card/card.vue.cjs.map +1 -0
  139. package/dist/vue2/components/card/card.vue.js +72 -0
  140. package/dist/vue2/components/card/card.vue.js.map +1 -0
  141. package/dist/vue2/components/checkbox/checkbox.vue.cjs +117 -0
  142. package/dist/vue2/components/checkbox/checkbox.vue.cjs.map +1 -0
  143. package/dist/vue2/components/checkbox/checkbox.vue.js +118 -0
  144. package/dist/vue2/components/checkbox/checkbox.vue.js.map +1 -0
  145. package/dist/vue2/components/checkbox/checkbox_constants.cjs +9 -0
  146. package/dist/vue2/components/checkbox/checkbox_constants.cjs.map +1 -0
  147. package/dist/vue2/components/checkbox/checkbox_constants.js +9 -0
  148. package/dist/vue2/components/checkbox/checkbox_constants.js.map +1 -0
  149. package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs +122 -0
  150. package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
  151. package/dist/vue2/components/checkbox_group/checkbox_group.vue.js +123 -0
  152. package/dist/vue2/components/checkbox_group/checkbox_group.vue.js.map +1 -0
  153. package/dist/vue2/components/chip/chip.vue.cjs +172 -0
  154. package/dist/vue2/components/chip/chip.vue.cjs.map +1 -0
  155. package/dist/vue2/components/chip/chip.vue.js +173 -0
  156. package/dist/vue2/components/chip/chip.vue.js.map +1 -0
  157. package/dist/vue2/components/chip/chip_constants.cjs +21 -0
  158. package/dist/vue2/components/chip/chip_constants.cjs.map +1 -0
  159. package/dist/vue2/components/chip/chip_constants.js +21 -0
  160. package/dist/vue2/components/chip/chip_constants.js.map +1 -0
  161. package/dist/vue2/components/codeblock/codeblock.vue.cjs +27 -0
  162. package/dist/vue2/components/codeblock/codeblock.vue.cjs.map +1 -0
  163. package/dist/vue2/components/codeblock/codeblock.vue.js +28 -0
  164. package/dist/vue2/components/codeblock/codeblock.vue.js.map +1 -0
  165. package/dist/vue2/components/collapsible/collapsible.vue.cjs +196 -0
  166. package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -0
  167. package/dist/vue2/components/collapsible/collapsible.vue.js +197 -0
  168. package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -0
  169. package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
  170. package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
  171. package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js +134 -0
  172. package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
  173. package/dist/vue2/components/combobox/combobox.vue.cjs +355 -0
  174. package/dist/vue2/components/combobox/combobox.vue.cjs.map +1 -0
  175. package/dist/vue2/components/combobox/combobox.vue.js +356 -0
  176. package/dist/vue2/components/combobox/combobox.vue.js.map +1 -0
  177. package/dist/vue2/components/combobox/combobox_constants.cjs +11 -0
  178. package/dist/vue2/components/combobox/combobox_constants.cjs.map +1 -0
  179. package/dist/vue2/components/combobox/combobox_constants.js +11 -0
  180. package/dist/vue2/components/combobox/combobox_constants.js.map +1 -0
  181. package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs +44 -0
  182. package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
  183. package/dist/vue2/components/combobox/combobox_empty-list.vue.js +45 -0
  184. package/dist/vue2/components/combobox/combobox_empty-list.vue.js.map +1 -0
  185. package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs +26 -0
  186. package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
  187. package/dist/vue2/components/combobox/combobox_loading-list.vue.js +27 -0
  188. package/dist/vue2/components/combobox/combobox_loading-list.vue.js.map +1 -0
  189. package/dist/vue2/components/datepicker/datepicker.vue.cjs +146 -0
  190. package/dist/vue2/components/datepicker/datepicker.vue.cjs.map +1 -0
  191. package/dist/vue2/components/datepicker/datepicker.vue.js +147 -0
  192. package/dist/vue2/components/datepicker/datepicker.vue.js.map +1 -0
  193. package/dist/vue2/components/datepicker/datepicker_constants.cjs +9 -0
  194. package/dist/vue2/components/datepicker/datepicker_constants.cjs.map +1 -0
  195. package/dist/vue2/components/datepicker/datepicker_constants.js +9 -0
  196. package/dist/vue2/components/datepicker/datepicker_constants.js.map +1 -0
  197. package/dist/vue2/components/datepicker/formatUtils.cjs +25 -0
  198. package/dist/vue2/components/datepicker/formatUtils.cjs.map +1 -0
  199. package/dist/vue2/components/datepicker/formatUtils.js +25 -0
  200. package/dist/vue2/components/datepicker/formatUtils.js.map +1 -0
  201. package/dist/vue2/components/datepicker/modules/calendar.vue.cjs +198 -0
  202. package/dist/vue2/components/datepicker/modules/calendar.vue.cjs.map +1 -0
  203. package/dist/vue2/components/datepicker/modules/calendar.vue.js +199 -0
  204. package/dist/vue2/components/datepicker/modules/calendar.vue.js.map +1 -0
  205. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
  206. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
  207. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +220 -0
  208. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
  209. package/dist/vue2/components/datepicker/utils.cjs +84 -0
  210. package/dist/vue2/components/datepicker/utils.cjs.map +1 -0
  211. package/dist/vue2/components/datepicker/utils.js +84 -0
  212. package/dist/vue2/components/datepicker/utils.js.map +1 -0
  213. package/dist/vue2/components/description_list/description_list.vue.cjs +84 -0
  214. package/dist/vue2/components/description_list/description_list.vue.cjs.map +1 -0
  215. package/dist/vue2/components/description_list/description_list.vue.js +85 -0
  216. package/dist/vue2/components/description_list/description_list.vue.js.map +1 -0
  217. package/dist/vue2/components/description_list/description_list_constants.cjs +5 -0
  218. package/dist/vue2/components/description_list/description_list_constants.cjs.map +1 -0
  219. package/dist/vue2/components/description_list/description_list_constants.js +5 -0
  220. package/dist/vue2/components/description_list/description_list_constants.js.map +1 -0
  221. package/dist/vue2/components/description_list/description_list_validators.cjs +33 -0
  222. package/dist/vue2/components/description_list/description_list_validators.cjs.map +1 -0
  223. package/dist/vue2/components/description_list/description_list_validators.js +33 -0
  224. package/dist/vue2/components/description_list/description_list_validators.js.map +1 -0
  225. package/dist/vue2/components/dropdown/dropdown.vue.cjs +403 -0
  226. package/dist/vue2/components/dropdown/dropdown.vue.cjs.map +1 -0
  227. package/dist/vue2/components/dropdown/dropdown.vue.js +404 -0
  228. package/dist/vue2/components/dropdown/dropdown.vue.js.map +1 -0
  229. package/dist/vue2/components/dropdown/dropdown_constants.cjs +9 -0
  230. package/dist/vue2/components/dropdown/dropdown_constants.cjs.map +1 -0
  231. package/dist/vue2/components/dropdown/dropdown_constants.js +9 -0
  232. package/dist/vue2/components/dropdown/dropdown_constants.js.map +1 -0
  233. package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs +22 -0
  234. package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
  235. package/dist/vue2/components/dropdown/dropdown_separator.vue.js +23 -0
  236. package/dist/vue2/components/dropdown/dropdown_separator.vue.js.map +1 -0
  237. package/dist/vue2/components/emoji/emoji.vue.cjs +140 -0
  238. package/dist/vue2/components/emoji/emoji.vue.cjs.map +1 -0
  239. package/dist/vue2/components/emoji/emoji.vue.js +141 -0
  240. package/dist/vue2/components/emoji/emoji.vue.js.map +1 -0
  241. package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs +207 -0
  242. package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
  243. package/dist/vue2/components/emoji_picker/emoji_picker.vue.js +208 -0
  244. package/dist/vue2/components/emoji_picker/emoji_picker.vue.js.map +1 -0
  245. package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs +28 -0
  246. package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
  247. package/dist/vue2/components/emoji_picker/emoji_picker_constants.js +28 -0
  248. package/dist/vue2/components/emoji_picker/emoji_picker_constants.js.map +1 -0
  249. package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
  250. package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
  251. package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js +40 -0
  252. package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
  253. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
  254. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
  255. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +80 -0
  256. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
  257. package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
  258. package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
  259. package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
  260. package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
  261. package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
  262. package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
  263. package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
  264. package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
  265. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
  266. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
  267. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
  268. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
  269. package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
  270. package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
  271. package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
  272. package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
  273. package/dist/vue2/components/empty_state/empty_state.vue.cjs +158 -0
  274. package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -0
  275. package/dist/vue2/components/empty_state/empty_state.vue.js +159 -0
  276. package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -0
  277. package/dist/vue2/components/empty_state/empty_state_constants.cjs +9 -0
  278. package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -0
  279. package/dist/vue2/components/empty_state/empty_state_constants.js +9 -0
  280. package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -0
  281. package/dist/vue2/components/hovercard/hovercard.vue.cjs +158 -0
  282. package/dist/vue2/components/hovercard/hovercard.vue.cjs.map +1 -0
  283. package/dist/vue2/components/hovercard/hovercard.vue.js +159 -0
  284. package/dist/vue2/components/hovercard/hovercard.vue.js.map +1 -0
  285. package/dist/vue2/components/hovercard/timer.cjs +58 -0
  286. package/dist/vue2/components/hovercard/timer.cjs.map +1 -0
  287. package/dist/vue2/components/hovercard/timer.js +59 -0
  288. package/dist/vue2/components/hovercard/timer.js.map +1 -0
  289. package/dist/vue2/components/icon/icon.vue.cjs +54 -0
  290. package/dist/vue2/components/icon/icon.vue.cjs.map +1 -0
  291. package/dist/vue2/components/icon/icon.vue.js +55 -0
  292. package/dist/vue2/components/icon/icon.vue.js.map +1 -0
  293. package/dist/vue2/components/icon/icon_constants.cjs +17 -0
  294. package/dist/vue2/components/icon/icon_constants.cjs.map +1 -0
  295. package/dist/vue2/components/icon/icon_constants.js +17 -0
  296. package/dist/vue2/components/icon/icon_constants.js.map +1 -0
  297. package/dist/vue2/components/illustration/illustration.vue.cjs +38 -0
  298. package/dist/vue2/components/illustration/illustration.vue.cjs.map +1 -0
  299. package/dist/vue2/components/illustration/illustration.vue.js +39 -0
  300. package/dist/vue2/components/illustration/illustration.vue.js.map +1 -0
  301. package/dist/vue2/components/illustration/illustration_constants.cjs +6 -0
  302. package/dist/vue2/components/illustration/illustration_constants.cjs.map +1 -0
  303. package/dist/vue2/components/illustration/illustration_constants.js +6 -0
  304. package/dist/vue2/components/illustration/illustration_constants.js.map +1 -0
  305. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +193 -0
  306. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -0
  307. package/dist/vue2/components/image_viewer/image_viewer.vue.js +194 -0
  308. package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -0
  309. package/dist/vue2/components/input/input.vue.cjs +413 -0
  310. package/dist/vue2/components/input/input.vue.cjs.map +1 -0
  311. package/dist/vue2/components/input/input.vue.js +414 -0
  312. package/dist/vue2/components/input/input.vue.js.map +1 -0
  313. package/dist/vue2/components/input/input_constants.cjs +65 -0
  314. package/dist/vue2/components/input/input_constants.cjs.map +1 -0
  315. package/dist/vue2/components/input/input_constants.js +65 -0
  316. package/dist/vue2/components/input/input_constants.js.map +1 -0
  317. package/dist/vue2/components/input_group/input_group.vue.cjs +85 -0
  318. package/dist/vue2/components/input_group/input_group.vue.cjs.map +1 -0
  319. package/dist/vue2/components/input_group/input_group.vue.js +86 -0
  320. package/dist/vue2/components/input_group/input_group.vue.js.map +1 -0
  321. package/dist/vue2/components/item_layout/item_layout.vue.cjs +38 -0
  322. package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -0
  323. package/dist/vue2/components/item_layout/item_layout.vue.js +39 -0
  324. package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -0
  325. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
  326. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
  327. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
  328. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
  329. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
  330. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
  331. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
  332. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
  333. package/dist/vue2/components/lazy_show/lazy_show.vue.cjs +77 -0
  334. package/dist/vue2/components/lazy_show/lazy_show.vue.cjs.map +1 -0
  335. package/dist/vue2/components/lazy_show/lazy_show.vue.js +78 -0
  336. package/dist/vue2/components/lazy_show/lazy_show.vue.js.map +1 -0
  337. package/dist/vue2/components/link/link.vue.cjs +80 -0
  338. package/dist/vue2/components/link/link.vue.cjs.map +1 -0
  339. package/dist/vue2/components/link/link.vue.js +81 -0
  340. package/dist/vue2/components/link/link.vue.js.map +1 -0
  341. package/dist/vue2/components/link/link_constants.cjs +39 -0
  342. package/dist/vue2/components/link/link_constants.cjs.map +1 -0
  343. package/dist/vue2/components/link/link_constants.js +39 -0
  344. package/dist/vue2/components/link/link_constants.js.map +1 -0
  345. package/dist/vue2/components/list_item/list_item.vue.cjs +196 -0
  346. package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -0
  347. package/dist/vue2/components/list_item/list_item.vue.js +197 -0
  348. package/dist/vue2/components/list_item/list_item.vue.js.map +1 -0
  349. package/dist/vue2/components/list_item/list_item_constants.cjs +14 -0
  350. package/dist/vue2/components/list_item/list_item_constants.cjs.map +1 -0
  351. package/dist/vue2/components/list_item/list_item_constants.js +14 -0
  352. package/dist/vue2/components/list_item/list_item_constants.js.map +1 -0
  353. package/dist/vue2/components/list_item_group/list_item_group.vue.cjs +56 -0
  354. package/dist/vue2/components/list_item_group/list_item_group.vue.cjs.map +1 -0
  355. package/dist/vue2/components/list_item_group/list_item_group.vue.js +57 -0
  356. package/dist/vue2/components/list_item_group/list_item_group.vue.js.map +1 -0
  357. package/dist/vue2/components/modal/modal.vue.cjs +326 -0
  358. package/dist/vue2/components/modal/modal.vue.cjs.map +1 -0
  359. package/dist/vue2/components/modal/modal.vue.js +327 -0
  360. package/dist/vue2/components/modal/modal.vue.js.map +1 -0
  361. package/dist/vue2/components/modal/modal_constants.cjs +21 -0
  362. package/dist/vue2/components/modal/modal_constants.cjs.map +1 -0
  363. package/dist/vue2/components/modal/modal_constants.js +21 -0
  364. package/dist/vue2/components/modal/modal_constants.js.map +1 -0
  365. package/dist/vue2/components/notice/notice.vue.cjs +156 -0
  366. package/dist/vue2/components/notice/notice.vue.cjs.map +1 -0
  367. package/dist/vue2/components/notice/notice.vue.js +157 -0
  368. package/dist/vue2/components/notice/notice.vue.js.map +1 -0
  369. package/dist/vue2/components/notice/notice_action.vue.cjs +96 -0
  370. package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -0
  371. package/dist/vue2/components/notice/notice_action.vue.js +97 -0
  372. package/dist/vue2/components/notice/notice_action.vue.js.map +1 -0
  373. package/dist/vue2/components/notice/notice_constants.cjs +7 -0
  374. package/dist/vue2/components/notice/notice_constants.cjs.map +1 -0
  375. package/dist/vue2/components/notice/notice_constants.js +7 -0
  376. package/dist/vue2/components/notice/notice_constants.js.map +1 -0
  377. package/dist/vue2/components/notice/notice_content.vue.cjs +48 -0
  378. package/dist/vue2/components/notice/notice_content.vue.cjs.map +1 -0
  379. package/dist/vue2/components/notice/notice_content.vue.js +49 -0
  380. package/dist/vue2/components/notice/notice_content.vue.js.map +1 -0
  381. package/dist/vue2/components/notice/notice_icon.vue.cjs +53 -0
  382. package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -0
  383. package/dist/vue2/components/notice/notice_icon.vue.js +54 -0
  384. package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -0
  385. package/dist/vue2/components/pagination/pagination.vue.cjs +145 -0
  386. package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -0
  387. package/dist/vue2/components/pagination/pagination.vue.js +146 -0
  388. package/dist/vue2/components/pagination/pagination.vue.js.map +1 -0
  389. package/dist/vue2/components/popover/popover.vue.cjs +905 -0
  390. package/dist/vue2/components/popover/popover.vue.cjs.map +1 -0
  391. package/dist/vue2/components/popover/popover.vue.js +906 -0
  392. package/dist/vue2/components/popover/popover.vue.js.map +1 -0
  393. package/dist/vue2/components/popover/popover_constants.cjs +34 -0
  394. package/dist/vue2/components/popover/popover_constants.cjs.map +1 -0
  395. package/dist/vue2/components/popover/popover_constants.js +34 -0
  396. package/dist/vue2/components/popover/popover_constants.js.map +1 -0
  397. package/dist/vue2/components/popover/popover_header_footer.vue.cjs +89 -0
  398. package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -0
  399. package/dist/vue2/components/popover/popover_header_footer.vue.js +90 -0
  400. package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -0
  401. package/dist/vue2/components/popover/tippy_utils.cjs +94 -0
  402. package/dist/vue2/components/popover/tippy_utils.cjs.map +1 -0
  403. package/dist/vue2/components/popover/tippy_utils.js +94 -0
  404. package/dist/vue2/components/popover/tippy_utils.js.map +1 -0
  405. package/dist/vue2/components/presence/presence.vue.cjs +50 -0
  406. package/dist/vue2/components/presence/presence.vue.cjs.map +1 -0
  407. package/dist/vue2/components/presence/presence.vue.js +51 -0
  408. package/dist/vue2/components/presence/presence.vue.js.map +1 -0
  409. package/dist/vue2/components/presence/presence_constants.cjs +17 -0
  410. package/dist/vue2/components/presence/presence_constants.cjs.map +1 -0
  411. package/dist/vue2/components/presence/presence_constants.js +17 -0
  412. package/dist/vue2/components/presence/presence_constants.js.map +1 -0
  413. package/dist/vue2/components/radio/radio.vue.cjs +107 -0
  414. package/dist/vue2/components/radio/radio.vue.cjs.map +1 -0
  415. package/dist/vue2/components/radio/radio.vue.js +108 -0
  416. package/dist/vue2/components/radio/radio.vue.js.map +1 -0
  417. package/dist/vue2/components/radio/radio_constants.cjs +9 -0
  418. package/dist/vue2/components/radio/radio_constants.cjs.map +1 -0
  419. package/dist/vue2/components/radio/radio_constants.js +9 -0
  420. package/dist/vue2/components/radio/radio_constants.js.map +1 -0
  421. package/dist/vue2/components/radio_group/radio_group.vue.cjs +90 -0
  422. package/dist/vue2/components/radio_group/radio_group.vue.cjs.map +1 -0
  423. package/dist/vue2/components/radio_group/radio_group.vue.js +91 -0
  424. package/dist/vue2/components/radio_group/radio_group.vue.js.map +1 -0
  425. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
  426. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
  427. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
  428. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
  429. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
  430. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
  431. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
  432. package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
  433. package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
  434. package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
  435. package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js +46 -0
  436. package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
  437. package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
  438. package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
  439. package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
  440. package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
  441. package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
  442. package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
  443. package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
  444. package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
  445. package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
  446. package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
  447. package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
  448. package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
  449. package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
  450. package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
  451. package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js +5 -0
  452. package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
  453. package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
  454. package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
  455. package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
  456. package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
  457. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
  458. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
  459. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
  460. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
  461. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
  462. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
  463. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
  464. package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
  465. package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
  466. package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
  467. package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
  468. package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
  469. package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
  470. package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
  471. package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js +5 -0
  472. package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
  473. package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
  474. package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
  475. package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
  476. package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
  477. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
  478. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
  479. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
  480. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
  481. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
  482. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
  483. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
  484. package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
  485. package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
  486. package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
  487. package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js +45 -0
  488. package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
  489. package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
  490. package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
  491. package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
  492. package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
  493. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
  494. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
  495. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
  496. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
  497. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
  498. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
  499. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
  500. package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
  501. package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
  502. package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
  503. package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
  504. package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
  505. package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
  506. package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
  507. package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
  508. package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
  509. package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
  510. package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
  511. package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
  512. package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
  513. package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
  514. package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
  515. package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
  516. package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
  517. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
  518. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
  519. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +525 -0
  520. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
  521. package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
  522. package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
  523. package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js +24 -0
  524. package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
  525. package/dist/vue2/components/root_layout/root_layout.vue.cjs +122 -0
  526. package/dist/vue2/components/root_layout/root_layout.vue.cjs.map +1 -0
  527. package/dist/vue2/components/root_layout/root_layout.vue.js +123 -0
  528. package/dist/vue2/components/root_layout/root_layout.vue.js.map +1 -0
  529. package/dist/vue2/components/root_layout/root_layout_constants.cjs +10 -0
  530. package/dist/vue2/components/root_layout/root_layout_constants.cjs.map +1 -0
  531. package/dist/vue2/components/root_layout/root_layout_constants.js +10 -0
  532. package/dist/vue2/components/root_layout/root_layout_constants.js.map +1 -0
  533. package/dist/vue2/components/select_menu/select_menu.vue.cjs +237 -0
  534. package/dist/vue2/components/select_menu/select_menu.vue.cjs.map +1 -0
  535. package/dist/vue2/components/select_menu/select_menu.vue.js +238 -0
  536. package/dist/vue2/components/select_menu/select_menu.vue.js.map +1 -0
  537. package/dist/vue2/components/select_menu/select_menu_constants.cjs +17 -0
  538. package/dist/vue2/components/select_menu/select_menu_constants.cjs.map +1 -0
  539. package/dist/vue2/components/select_menu/select_menu_constants.js +17 -0
  540. package/dist/vue2/components/select_menu/select_menu_constants.js.map +1 -0
  541. package/dist/vue2/components/select_menu/select_menu_validators.cjs +34 -0
  542. package/dist/vue2/components/select_menu/select_menu_validators.cjs.map +1 -0
  543. package/dist/vue2/components/select_menu/select_menu_validators.js +34 -0
  544. package/dist/vue2/components/select_menu/select_menu_validators.js.map +1 -0
  545. package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs +102 -0
  546. package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
  547. package/dist/vue2/components/skeleton/skeleton-list-item.vue.js +103 -0
  548. package/dist/vue2/components/skeleton/skeleton-list-item.vue.js.map +1 -0
  549. package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
  550. package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
  551. package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js +142 -0
  552. package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
  553. package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs +101 -0
  554. package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
  555. package/dist/vue2/components/skeleton/skeleton-shape.vue.js +102 -0
  556. package/dist/vue2/components/skeleton/skeleton-shape.vue.js.map +1 -0
  557. package/dist/vue2/components/skeleton/skeleton-text.vue.cjs +111 -0
  558. package/dist/vue2/components/skeleton/skeleton-text.vue.cjs.map +1 -0
  559. package/dist/vue2/components/skeleton/skeleton-text.vue.js +112 -0
  560. package/dist/vue2/components/skeleton/skeleton-text.vue.js.map +1 -0
  561. package/dist/vue2/components/skeleton/skeleton.vue.cjs +125 -0
  562. package/dist/vue2/components/skeleton/skeleton.vue.cjs.map +1 -0
  563. package/dist/vue2/components/skeleton/skeleton.vue.js +126 -0
  564. package/dist/vue2/components/skeleton/skeleton.vue.js.map +1 -0
  565. package/dist/vue2/components/skeleton/skeleton_constants.cjs +27 -0
  566. package/dist/vue2/components/skeleton/skeleton_constants.cjs.map +1 -0
  567. package/dist/vue2/components/skeleton/skeleton_constants.js +27 -0
  568. package/dist/vue2/components/skeleton/skeleton_constants.js.map +1 -0
  569. package/dist/vue2/components/split_button/split_button-alpha.vue.cjs +113 -0
  570. package/dist/vue2/components/split_button/split_button-alpha.vue.cjs.map +1 -0
  571. package/dist/vue2/components/split_button/split_button-alpha.vue.js +114 -0
  572. package/dist/vue2/components/split_button/split_button-alpha.vue.js.map +1 -0
  573. package/dist/vue2/components/split_button/split_button-omega.vue.cjs +97 -0
  574. package/dist/vue2/components/split_button/split_button-omega.vue.cjs.map +1 -0
  575. package/dist/vue2/components/split_button/split_button-omega.vue.js +98 -0
  576. package/dist/vue2/components/split_button/split_button-omega.vue.js.map +1 -0
  577. package/dist/vue2/components/split_button/split_button.vue.cjs +283 -0
  578. package/dist/vue2/components/split_button/split_button.vue.cjs.map +1 -0
  579. package/dist/vue2/components/split_button/split_button.vue.js +284 -0
  580. package/dist/vue2/components/split_button/split_button.vue.js.map +1 -0
  581. package/dist/vue2/components/split_button/split_button_constants.cjs +11 -0
  582. package/dist/vue2/components/split_button/split_button_constants.cjs.map +1 -0
  583. package/dist/vue2/components/split_button/split_button_constants.js +11 -0
  584. package/dist/vue2/components/split_button/split_button_constants.js.map +1 -0
  585. package/dist/vue2/components/stack/stack.vue.cjs +82 -0
  586. package/dist/vue2/components/stack/stack.vue.cjs.map +1 -0
  587. package/dist/vue2/components/stack/stack.vue.js +83 -0
  588. package/dist/vue2/components/stack/stack.vue.js.map +1 -0
  589. package/dist/vue2/components/stack/stack_constants.cjs +15 -0
  590. package/dist/vue2/components/stack/stack_constants.cjs.map +1 -0
  591. package/dist/vue2/components/stack/stack_constants.js +15 -0
  592. package/dist/vue2/components/stack/stack_constants.js.map +1 -0
  593. package/dist/vue2/components/stack/utils.cjs +68 -0
  594. package/dist/vue2/components/stack/utils.cjs.map +1 -0
  595. package/dist/vue2/components/stack/utils.js +68 -0
  596. package/dist/vue2/components/stack/utils.js.map +1 -0
  597. package/dist/vue2/components/stack/validators.cjs +26 -0
  598. package/dist/vue2/components/stack/validators.cjs.map +1 -0
  599. package/dist/vue2/components/stack/validators.js +26 -0
  600. package/dist/vue2/components/stack/validators.js.map +1 -0
  601. package/dist/vue2/components/tabs/tab.vue.cjs +119 -0
  602. package/dist/vue2/components/tabs/tab.vue.cjs.map +1 -0
  603. package/dist/vue2/components/tabs/tab.vue.js +120 -0
  604. package/dist/vue2/components/tabs/tab.vue.js.map +1 -0
  605. package/dist/vue2/components/tabs/tab_group.vue.cjs +239 -0
  606. package/dist/vue2/components/tabs/tab_group.vue.cjs.map +1 -0
  607. package/dist/vue2/components/tabs/tab_group.vue.js +240 -0
  608. package/dist/vue2/components/tabs/tab_group.vue.js.map +1 -0
  609. package/dist/vue2/components/tabs/tab_panel.vue.cjs +87 -0
  610. package/dist/vue2/components/tabs/tab_panel.vue.cjs.map +1 -0
  611. package/dist/vue2/components/tabs/tab_panel.vue.js +88 -0
  612. package/dist/vue2/components/tabs/tab_panel.vue.js.map +1 -0
  613. package/dist/vue2/components/tabs/tabs_constants.cjs +21 -0
  614. package/dist/vue2/components/tabs/tabs_constants.cjs.map +1 -0
  615. package/dist/vue2/components/tabs/tabs_constants.js +21 -0
  616. package/dist/vue2/components/tabs/tabs_constants.js.map +1 -0
  617. package/dist/vue2/components/toast/toast.vue.cjs +236 -0
  618. package/dist/vue2/components/toast/toast.vue.cjs.map +1 -0
  619. package/dist/vue2/components/toast/toast.vue.js +237 -0
  620. package/dist/vue2/components/toast/toast.vue.js.map +1 -0
  621. package/dist/vue2/components/toast/toast_constants.cjs +7 -0
  622. package/dist/vue2/components/toast/toast_constants.cjs.map +1 -0
  623. package/dist/vue2/components/toast/toast_constants.js +7 -0
  624. package/dist/vue2/components/toast/toast_constants.js.map +1 -0
  625. package/dist/vue2/components/toggle/toggle.vue.cjs +168 -0
  626. package/dist/vue2/components/toggle/toggle.vue.cjs.map +1 -0
  627. package/dist/vue2/components/toggle/toggle.vue.js +169 -0
  628. package/dist/vue2/components/toggle/toggle.vue.js.map +1 -0
  629. package/dist/vue2/components/toggle/toggle_constants.cjs +10 -0
  630. package/dist/vue2/components/toggle/toggle_constants.cjs.map +1 -0
  631. package/dist/vue2/components/toggle/toggle_constants.js +10 -0
  632. package/dist/vue2/components/toggle/toggle_constants.js.map +1 -0
  633. package/dist/vue2/components/tooltip/tooltip.vue.cjs +429 -0
  634. package/dist/vue2/components/tooltip/tooltip.vue.cjs.map +1 -0
  635. package/dist/vue2/components/tooltip/tooltip.vue.js +430 -0
  636. package/dist/vue2/components/tooltip/tooltip.vue.js.map +1 -0
  637. package/dist/vue2/components/tooltip/tooltip_constants.cjs +23 -0
  638. package/dist/vue2/components/tooltip/tooltip_constants.cjs.map +1 -0
  639. package/dist/vue2/components/tooltip/tooltip_constants.js +23 -0
  640. package/dist/vue2/components/tooltip/tooltip_constants.js.map +1 -0
  641. package/dist/vue2/components/validation_messages/validation_messages.vue.cjs +81 -0
  642. package/dist/vue2/components/validation_messages/validation_messages.vue.cjs.map +1 -0
  643. package/dist/vue2/components/validation_messages/validation_messages.vue.js +82 -0
  644. package/dist/vue2/components/validation_messages/validation_messages.vue.js.map +1 -0
  645. package/dist/vue2/dialtone-vue.cjs +320 -314
  646. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  647. package/dist/vue2/dialtone-vue.js +218 -212
  648. package/dist/vue2/dialtone-vue.js.map +1 -1
  649. package/dist/vue2/directives/scrollbar/scrollbar.cjs +31 -0
  650. package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -0
  651. package/dist/vue2/directives/scrollbar/scrollbar.js +31 -0
  652. package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -0
  653. package/dist/vue2/directives/tooltip/tooltip.cjs +85 -0
  654. package/dist/vue2/directives/tooltip/tooltip.cjs.map +1 -0
  655. package/dist/vue2/directives/tooltip/tooltip.js +85 -0
  656. package/dist/vue2/directives/tooltip/tooltip.js.map +1 -0
  657. package/dist/vue2/lib/attachment-carousel.cjs +1 -257
  658. package/dist/vue2/lib/attachment-carousel.cjs.map +1 -1
  659. package/dist/vue2/lib/attachment-carousel.js +2 -258
  660. package/dist/vue2/lib/attachment-carousel.js.map +1 -1
  661. package/dist/vue2/lib/avatar.cjs +11 -400
  662. package/dist/vue2/lib/avatar.cjs.map +1 -1
  663. package/dist/vue2/lib/avatar.js +3 -392
  664. package/dist/vue2/lib/avatar.js.map +1 -1
  665. package/dist/vue2/lib/badge.cjs +6 -200
  666. package/dist/vue2/lib/badge.cjs.map +1 -1
  667. package/dist/vue2/lib/badge.js +3 -197
  668. package/dist/vue2/lib/badge.js.map +1 -1
  669. package/dist/vue2/lib/banner.cjs +1 -206
  670. package/dist/vue2/lib/banner.cjs.map +1 -1
  671. package/dist/vue2/lib/banner.js +2 -207
  672. package/dist/vue2/lib/banner.js.map +1 -1
  673. package/dist/vue2/lib/breadcrumbs.cjs +6 -146
  674. package/dist/vue2/lib/breadcrumbs.cjs.map +1 -1
  675. package/dist/vue2/lib/breadcrumbs.js +5 -145
  676. package/dist/vue2/lib/breadcrumbs.js.map +1 -1
  677. package/dist/vue2/lib/button-group.cjs +3 -44
  678. package/dist/vue2/lib/button-group.cjs.map +1 -1
  679. package/dist/vue2/lib/button-group.js +3 -44
  680. package/dist/vue2/lib/button-group.js.map +1 -1
  681. package/dist/vue2/lib/button.cjs +10 -350
  682. package/dist/vue2/lib/button.cjs.map +1 -1
  683. package/dist/vue2/lib/button.js +3 -343
  684. package/dist/vue2/lib/button.js.map +1 -1
  685. package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -261
  686. package/dist/vue2/lib/callbar-button-with-popover.cjs.map +1 -1
  687. package/dist/vue2/lib/callbar-button-with-popover.js +2 -262
  688. package/dist/vue2/lib/callbar-button-with-popover.js.map +1 -1
  689. package/dist/vue2/lib/callbar-button.cjs +4 -179
  690. package/dist/vue2/lib/callbar-button.cjs.map +1 -1
  691. package/dist/vue2/lib/callbar-button.js +3 -178
  692. package/dist/vue2/lib/callbar-button.js.map +1 -1
  693. package/dist/vue2/lib/callbox.cjs +4 -143
  694. package/dist/vue2/lib/callbox.cjs.map +1 -1
  695. package/dist/vue2/lib/callbox.js +3 -142
  696. package/dist/vue2/lib/callbox.js.map +1 -1
  697. package/dist/vue2/lib/card.cjs +2 -71
  698. package/dist/vue2/lib/card.cjs.map +1 -1
  699. package/dist/vue2/lib/card.js +2 -71
  700. package/dist/vue2/lib/card.js.map +1 -1
  701. package/dist/vue2/lib/checkbox-group.cjs +1 -126
  702. package/dist/vue2/lib/checkbox-group.cjs.map +1 -1
  703. package/dist/vue2/lib/checkbox-group.js +2 -127
  704. package/dist/vue2/lib/checkbox-group.js.map +1 -1
  705. package/dist/vue2/lib/checkbox.cjs +1 -124
  706. package/dist/vue2/lib/checkbox.cjs.map +1 -1
  707. package/dist/vue2/lib/checkbox.js +2 -125
  708. package/dist/vue2/lib/checkbox.js.map +1 -1
  709. package/dist/vue2/lib/chip.cjs +6 -196
  710. package/dist/vue2/lib/chip.cjs.map +1 -1
  711. package/dist/vue2/lib/chip.js +3 -193
  712. package/dist/vue2/lib/chip.js.map +1 -1
  713. package/dist/vue2/lib/codeblock.cjs +1 -26
  714. package/dist/vue2/lib/codeblock.cjs.map +1 -1
  715. package/dist/vue2/lib/codeblock.js +2 -27
  716. package/dist/vue2/lib/codeblock.js.map +1 -1
  717. package/dist/vue2/lib/collapsible.cjs +2 -332
  718. package/dist/vue2/lib/collapsible.cjs.map +1 -1
  719. package/dist/vue2/lib/collapsible.js +2 -332
  720. package/dist/vue2/lib/collapsible.js.map +1 -1
  721. package/dist/vue2/lib/combobox-multi-select.cjs +5 -584
  722. package/dist/vue2/lib/combobox-multi-select.cjs.map +1 -1
  723. package/dist/vue2/lib/combobox-multi-select.js +3 -582
  724. package/dist/vue2/lib/combobox-multi-select.js.map +1 -1
  725. package/dist/vue2/lib/combobox-with-popover.cjs +2 -382
  726. package/dist/vue2/lib/combobox-with-popover.cjs.map +1 -1
  727. package/dist/vue2/lib/combobox-with-popover.js +2 -382
  728. package/dist/vue2/lib/combobox-with-popover.js.map +1 -1
  729. package/dist/vue2/lib/combobox.cjs +4 -16
  730. package/dist/vue2/lib/combobox.cjs.map +1 -1
  731. package/dist/vue2/lib/combobox.js +3 -15
  732. package/dist/vue2/lib/combobox.js.map +1 -1
  733. package/dist/vue2/lib/contact-centers-row.cjs +1 -163
  734. package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
  735. package/dist/vue2/lib/contact-centers-row.js +2 -164
  736. package/dist/vue2/lib/contact-centers-row.js.map +1 -1
  737. package/dist/vue2/lib/contact-info.cjs +1 -149
  738. package/dist/vue2/lib/contact-info.cjs.map +1 -1
  739. package/dist/vue2/lib/contact-info.js +2 -150
  740. package/dist/vue2/lib/contact-info.js.map +1 -1
  741. package/dist/vue2/lib/contact-row.cjs +1 -207
  742. package/dist/vue2/lib/contact-row.cjs.map +1 -1
  743. package/dist/vue2/lib/contact-row.js +2 -208
  744. package/dist/vue2/lib/contact-row.js.map +1 -1
  745. package/dist/vue2/lib/datepicker.cjs +7 -658
  746. package/dist/vue2/lib/datepicker.cjs.map +1 -1
  747. package/dist/vue2/lib/datepicker.js +3 -654
  748. package/dist/vue2/lib/datepicker.js.map +1 -1
  749. package/dist/vue2/lib/description-list.cjs +3 -111
  750. package/dist/vue2/lib/description-list.cjs.map +1 -1
  751. package/dist/vue2/lib/description-list.js +3 -111
  752. package/dist/vue2/lib/description-list.js.map +1 -1
  753. package/dist/vue2/lib/dropdown.cjs +5 -42
  754. package/dist/vue2/lib/dropdown.cjs.map +1 -1
  755. package/dist/vue2/lib/dropdown.js +5 -42
  756. package/dist/vue2/lib/dropdown.js.map +1 -1
  757. package/dist/vue2/lib/editor.cjs +1 -554
  758. package/dist/vue2/lib/editor.cjs.map +1 -1
  759. package/dist/vue2/lib/editor.js +2 -555
  760. package/dist/vue2/lib/editor.js.map +1 -1
  761. package/dist/vue2/lib/emoji-picker.cjs +7 -1147
  762. package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
  763. package/dist/vue2/lib/emoji-picker.js +3 -1143
  764. package/dist/vue2/lib/emoji-picker.js.map +1 -1
  765. package/dist/vue2/lib/emoji-row.cjs +3 -83
  766. package/dist/vue2/lib/emoji-row.cjs.map +1 -1
  767. package/dist/vue2/lib/emoji-row.js +3 -83
  768. package/dist/vue2/lib/emoji-row.js.map +1 -1
  769. package/dist/vue2/lib/emoji-text-wrapper.cjs +2 -109
  770. package/dist/vue2/lib/emoji-text-wrapper.cjs.map +1 -1
  771. package/dist/vue2/lib/emoji-text-wrapper.js +2 -109
  772. package/dist/vue2/lib/emoji-text-wrapper.js.map +1 -1
  773. package/dist/vue2/lib/emoji.cjs +2 -142
  774. package/dist/vue2/lib/emoji.cjs.map +1 -1
  775. package/dist/vue2/lib/emoji.js +2 -142
  776. package/dist/vue2/lib/emoji.js.map +1 -1
  777. package/dist/vue2/lib/empty-state.cjs +3 -165
  778. package/dist/vue2/lib/empty-state.cjs.map +1 -1
  779. package/dist/vue2/lib/empty-state.js +3 -165
  780. package/dist/vue2/lib/empty-state.js.map +1 -1
  781. package/dist/vue2/lib/feed-item-row.cjs +4 -220
  782. package/dist/vue2/lib/feed-item-row.cjs.map +1 -1
  783. package/dist/vue2/lib/feed-item-row.js +3 -219
  784. package/dist/vue2/lib/feed-item-row.js.map +1 -1
  785. package/dist/vue2/lib/feed-pill.cjs +3 -146
  786. package/dist/vue2/lib/feed-pill.cjs.map +1 -1
  787. package/dist/vue2/lib/feed-pill.js +3 -146
  788. package/dist/vue2/lib/feed-pill.js.map +1 -1
  789. package/dist/vue2/lib/general-row.cjs +8 -444
  790. package/dist/vue2/lib/general-row.cjs.map +1 -1
  791. package/dist/vue2/lib/general-row.js +3 -439
  792. package/dist/vue2/lib/general-row.js.map +1 -1
  793. package/dist/vue2/lib/group-row.cjs +1 -112
  794. package/dist/vue2/lib/group-row.cjs.map +1 -1
  795. package/dist/vue2/lib/group-row.js +2 -113
  796. package/dist/vue2/lib/group-row.js.map +1 -1
  797. package/dist/vue2/lib/grouped-chip.cjs +1 -42
  798. package/dist/vue2/lib/grouped-chip.cjs.map +1 -1
  799. package/dist/vue2/lib/grouped-chip.js +2 -43
  800. package/dist/vue2/lib/grouped-chip.js.map +1 -1
  801. package/dist/vue2/lib/hovercard.cjs +1 -224
  802. package/dist/vue2/lib/hovercard.cjs.map +1 -1
  803. package/dist/vue2/lib/hovercard.js +2 -225
  804. package/dist/vue2/lib/hovercard.js.map +1 -1
  805. package/dist/vue2/lib/icon.cjs +3 -55
  806. package/dist/vue2/lib/icon.cjs.map +1 -1
  807. package/dist/vue2/lib/icon.js +3 -55
  808. package/dist/vue2/lib/icon.js.map +1 -1
  809. package/dist/vue2/lib/illustration.cjs +4 -40
  810. package/dist/vue2/lib/illustration.cjs.map +1 -1
  811. package/dist/vue2/lib/illustration.js +3 -39
  812. package/dist/vue2/lib/illustration.js.map +1 -1
  813. package/dist/vue2/lib/image-viewer.cjs +2 -198
  814. package/dist/vue2/lib/image-viewer.cjs.map +1 -1
  815. package/dist/vue2/lib/image-viewer.js +2 -198
  816. package/dist/vue2/lib/image-viewer.js.map +1 -1
  817. package/dist/vue2/lib/input-group.cjs +2 -89
  818. package/dist/vue2/lib/input-group.cjs.map +1 -1
  819. package/dist/vue2/lib/input-group.js +2 -89
  820. package/dist/vue2/lib/input-group.js.map +1 -1
  821. package/dist/vue2/lib/input.cjs +5 -471
  822. package/dist/vue2/lib/input.cjs.map +1 -1
  823. package/dist/vue2/lib/input.js +3 -469
  824. package/dist/vue2/lib/input.js.map +1 -1
  825. package/dist/vue2/lib/item-layout.cjs +2 -38
  826. package/dist/vue2/lib/item-layout.cjs.map +1 -1
  827. package/dist/vue2/lib/item-layout.js +2 -38
  828. package/dist/vue2/lib/item-layout.js.map +1 -1
  829. package/dist/vue2/lib/ivr-node.cjs +13 -211
  830. package/dist/vue2/lib/ivr-node.cjs.map +1 -1
  831. package/dist/vue2/lib/ivr-node.js +3 -201
  832. package/dist/vue2/lib/ivr-node.js.map +1 -1
  833. package/dist/vue2/lib/keyboard-shortcut.cjs +5 -103
  834. package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
  835. package/dist/vue2/lib/keyboard-shortcut.js +3 -101
  836. package/dist/vue2/lib/keyboard-shortcut.js.map +1 -1
  837. package/dist/vue2/lib/lazy-show.cjs +2 -78
  838. package/dist/vue2/lib/lazy-show.cjs.map +1 -1
  839. package/dist/vue2/lib/lazy-show.js +2 -78
  840. package/dist/vue2/lib/lazy-show.js.map +1 -1
  841. package/dist/vue2/lib/link.cjs +3 -80
  842. package/dist/vue2/lib/link.cjs.map +1 -1
  843. package/dist/vue2/lib/link.js +3 -80
  844. package/dist/vue2/lib/link.js.map +1 -1
  845. package/dist/vue2/lib/list-item-group.cjs +1 -57
  846. package/dist/vue2/lib/list-item-group.cjs.map +1 -1
  847. package/dist/vue2/lib/list-item-group.js +2 -58
  848. package/dist/vue2/lib/list-item-group.js.map +1 -1
  849. package/dist/vue2/lib/list-item.cjs +3 -200
  850. package/dist/vue2/lib/list-item.cjs.map +1 -1
  851. package/dist/vue2/lib/list-item.js +3 -200
  852. package/dist/vue2/lib/list-item.js.map +1 -1
  853. package/dist/vue2/lib/message-input.cjs +1 -647
  854. package/dist/vue2/lib/message-input.cjs.map +1 -1
  855. package/dist/vue2/lib/message-input.js +2 -648
  856. package/dist/vue2/lib/message-input.js.map +1 -1
  857. package/dist/vue2/lib/modal.cjs +5 -347
  858. package/dist/vue2/lib/modal.cjs.map +1 -1
  859. package/dist/vue2/lib/modal.js +3 -345
  860. package/dist/vue2/lib/modal.js.map +1 -1
  861. package/dist/vue2/lib/notice.cjs +9 -164
  862. package/dist/vue2/lib/notice.cjs.map +1 -1
  863. package/dist/vue2/lib/notice.js +9 -164
  864. package/dist/vue2/lib/notice.js.map +1 -1
  865. package/dist/vue2/lib/pagination.cjs +1 -149
  866. package/dist/vue2/lib/pagination.cjs.map +1 -1
  867. package/dist/vue2/lib/pagination.js +2 -150
  868. package/dist/vue2/lib/pagination.js.map +1 -1
  869. package/dist/vue2/lib/popover.cjs +3 -1014
  870. package/dist/vue2/lib/popover.cjs.map +1 -1
  871. package/dist/vue2/lib/popover.js +3 -1015
  872. package/dist/vue2/lib/popover.js.map +1 -1
  873. package/dist/vue2/lib/presence.cjs +5 -63
  874. package/dist/vue2/lib/presence.cjs.map +1 -1
  875. package/dist/vue2/lib/presence.js +3 -61
  876. package/dist/vue2/lib/presence.js.map +1 -1
  877. package/dist/vue2/lib/radio-group.cjs +1 -95
  878. package/dist/vue2/lib/radio-group.cjs.map +1 -1
  879. package/dist/vue2/lib/radio-group.js +2 -96
  880. package/dist/vue2/lib/radio-group.js.map +1 -1
  881. package/dist/vue2/lib/radio.cjs +3 -115
  882. package/dist/vue2/lib/radio.cjs.map +1 -1
  883. package/dist/vue2/lib/radio.js +3 -115
  884. package/dist/vue2/lib/radio.js.map +1 -1
  885. package/dist/vue2/lib/rich-text-editor.cjs +5 -1705
  886. package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
  887. package/dist/vue2/lib/rich-text-editor.js +3 -1703
  888. package/dist/vue2/lib/rich-text-editor.js.map +1 -1
  889. package/dist/vue2/lib/root-layout.cjs +4 -127
  890. package/dist/vue2/lib/root-layout.cjs.map +1 -1
  891. package/dist/vue2/lib/root-layout.js +3 -126
  892. package/dist/vue2/lib/root-layout.js.map +1 -1
  893. package/dist/vue2/lib/scrollbar-directive.cjs +2 -2438
  894. package/dist/vue2/lib/scrollbar-directive.cjs.map +1 -1
  895. package/dist/vue2/lib/scrollbar-directive.js +2 -2438
  896. package/dist/vue2/lib/scrollbar-directive.js.map +1 -1
  897. package/dist/vue2/lib/select-menu.cjs +4 -279
  898. package/dist/vue2/lib/select-menu.cjs.map +1 -1
  899. package/dist/vue2/lib/select-menu.js +3 -278
  900. package/dist/vue2/lib/select-menu.js.map +1 -1
  901. package/dist/vue2/lib/settings-menu-button.cjs +1 -62
  902. package/dist/vue2/lib/settings-menu-button.cjs.map +1 -1
  903. package/dist/vue2/lib/settings-menu-button.js +2 -63
  904. package/dist/vue2/lib/settings-menu-button.js.map +1 -1
  905. package/dist/vue2/lib/skeleton.cjs +16 -610
  906. package/dist/vue2/lib/skeleton.cjs.map +1 -1
  907. package/dist/vue2/lib/skeleton.js +11 -605
  908. package/dist/vue2/lib/skeleton.js.map +1 -1
  909. package/dist/vue2/lib/split-button.cjs +3 -508
  910. package/dist/vue2/lib/split-button.cjs.map +1 -1
  911. package/dist/vue2/lib/split-button.js +3 -508
  912. package/dist/vue2/lib/split-button.js.map +1 -1
  913. package/dist/vue2/lib/stack.cjs +3 -159
  914. package/dist/vue2/lib/stack.cjs.map +1 -1
  915. package/dist/vue2/lib/stack.js +3 -159
  916. package/dist/vue2/lib/stack.js.map +1 -1
  917. package/dist/vue2/lib/tabs.cjs +10 -96
  918. package/dist/vue2/lib/tabs.cjs.map +1 -1
  919. package/dist/vue2/lib/tabs.js +7 -93
  920. package/dist/vue2/lib/tabs.js.map +1 -1
  921. package/dist/vue2/lib/time-pill.cjs +1 -44
  922. package/dist/vue2/lib/time-pill.cjs.map +1 -1
  923. package/dist/vue2/lib/time-pill.js +2 -45
  924. package/dist/vue2/lib/time-pill.js.map +1 -1
  925. package/dist/vue2/lib/toast.cjs +4 -244
  926. package/dist/vue2/lib/toast.cjs.map +1 -1
  927. package/dist/vue2/lib/toast.js +3 -243
  928. package/dist/vue2/lib/toast.js.map +1 -1
  929. package/dist/vue2/lib/toggle.cjs +4 -174
  930. package/dist/vue2/lib/toggle.cjs.map +1 -1
  931. package/dist/vue2/lib/toggle.js +3 -173
  932. package/dist/vue2/lib/toggle.js.map +1 -1
  933. package/dist/vue2/lib/tooltip-directive.cjs +2 -85
  934. package/dist/vue2/lib/tooltip-directive.cjs.map +1 -1
  935. package/dist/vue2/lib/tooltip-directive.js +2 -85
  936. package/dist/vue2/lib/tooltip-directive.js.map +1 -1
  937. package/dist/vue2/lib/tooltip.cjs +8 -439
  938. package/dist/vue2/lib/tooltip.cjs.map +1 -1
  939. package/dist/vue2/lib/tooltip.js +3 -435
  940. package/dist/vue2/lib/tooltip.js.map +1 -1
  941. package/dist/vue2/lib/top-banner-info.cjs +3 -60
  942. package/dist/vue2/lib/top-banner-info.cjs.map +1 -1
  943. package/dist/vue2/lib/top-banner-info.js +3 -60
  944. package/dist/vue2/lib/top-banner-info.js.map +1 -1
  945. package/dist/vue2/lib/unread-pill.cjs +4 -60
  946. package/dist/vue2/lib/unread-pill.cjs.map +1 -1
  947. package/dist/vue2/lib/unread-pill.js +3 -59
  948. package/dist/vue2/lib/unread-pill.js.map +1 -1
  949. package/dist/vue2/lib/validation-messages.cjs +2 -83
  950. package/dist/vue2/lib/validation-messages.cjs.map +1 -1
  951. package/dist/vue2/lib/validation-messages.js +2 -83
  952. package/dist/vue2/lib/validation-messages.js.map +1 -1
  953. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
  954. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
  955. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
  956. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
  957. package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
  958. package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
  959. package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
  960. package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
  961. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
  962. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
  963. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
  964. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
  965. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
  966. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
  967. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
  968. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
  969. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
  970. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
  971. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
  972. package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
  973. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
  974. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
  975. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
  976. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
  977. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
  978. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
  979. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
  980. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
  981. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
  982. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
  983. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
  984. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
  985. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
  986. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
  987. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
  988. package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
  989. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
  990. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
  991. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
  992. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
  993. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
  994. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
  995. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
  996. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
  997. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
  998. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
  999. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
  1000. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
  1001. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +496 -0
  1002. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
  1003. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +497 -0
  1004. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -0
  1005. package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs +14 -0
  1006. package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
  1007. package/dist/vue2/recipes/conversation_view/editor/editor_constants.js +14 -0
  1008. package/dist/vue2/recipes/conversation_view/editor/editor_constants.js.map +1 -0
  1009. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
  1010. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
  1011. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
  1012. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
  1013. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
  1014. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
  1015. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
  1016. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
  1017. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
  1018. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
  1019. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
  1020. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
  1021. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
  1022. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
  1023. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
  1024. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
  1025. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
  1026. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
  1027. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
  1028. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
  1029. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
  1030. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
  1031. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
  1032. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
  1033. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
  1034. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
  1035. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
  1036. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
  1037. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
  1038. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
  1039. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
  1040. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
  1041. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
  1042. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
  1043. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +531 -0
  1044. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
  1045. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
  1046. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
  1047. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
  1048. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
  1049. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
  1050. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
  1051. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
  1052. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
  1053. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
  1054. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
  1055. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
  1056. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
  1057. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
  1058. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
  1059. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +128 -0
  1060. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
  1061. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
  1062. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
  1063. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +13 -0
  1064. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
  1065. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
  1066. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
  1067. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
  1068. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
  1069. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
  1070. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
  1071. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
  1072. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
  1073. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
  1074. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
  1075. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +318 -0
  1076. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
  1077. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
  1078. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
  1079. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +58 -0
  1080. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
  1081. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
  1082. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
  1083. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
  1084. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
  1085. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
  1086. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
  1087. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +98 -0
  1088. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
  1089. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
  1090. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
  1091. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
  1092. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
  1093. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
  1094. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
  1095. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
  1096. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
  1097. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
  1098. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
  1099. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
  1100. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
  1101. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
  1102. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
  1103. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
  1104. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
  1105. package/dist/vue2/style.css +1016 -1659
  1106. package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs +10 -0
  1107. package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs.map +1 -0
  1108. package/dist/vue3/_virtual/_plugin-vue_export-helper.js +11 -0
  1109. package/dist/vue3/_virtual/_plugin-vue_export-helper.js.map +1 -0
  1110. package/dist/vue3/common/dates.cjs +0 -2
  1111. package/dist/vue3/common/dates.cjs.map +1 -1
  1112. package/dist/vue3/common/dates.js +0 -2
  1113. package/dist/vue3/common/dates.js.map +1 -1
  1114. package/dist/vue3/common/emoji.cjs +163 -40
  1115. package/dist/vue3/common/emoji.cjs.map +1 -1
  1116. package/dist/vue3/common/emoji.js +145 -2
  1117. package/dist/vue3/common/emoji.js.map +1 -1
  1118. package/dist/vue3/common/mixins/dom.cjs +101 -0
  1119. package/dist/vue3/common/mixins/dom.cjs.map +1 -0
  1120. package/dist/vue3/common/mixins/dom.js +102 -0
  1121. package/dist/vue3/common/mixins/dom.js.map +1 -0
  1122. package/dist/vue3/common/mixins/input.cjs +296 -0
  1123. package/dist/vue3/common/mixins/input.cjs.map +1 -0
  1124. package/dist/vue3/common/mixins/input.js +296 -0
  1125. package/dist/vue3/common/mixins/input.js.map +1 -0
  1126. package/dist/vue3/common/mixins/input_group.cjs +153 -0
  1127. package/dist/vue3/common/mixins/input_group.cjs.map +1 -0
  1128. package/dist/vue3/common/mixins/input_group.js +153 -0
  1129. package/dist/vue3/common/mixins/input_group.js.map +1 -0
  1130. package/dist/vue3/common/mixins/keyboard_list_navigation.cjs +186 -0
  1131. package/dist/vue3/common/mixins/keyboard_list_navigation.cjs.map +1 -0
  1132. package/dist/vue3/common/mixins/keyboard_list_navigation.js +187 -0
  1133. package/dist/vue3/common/mixins/keyboard_list_navigation.js.map +1 -0
  1134. package/dist/vue3/common/mixins/modal.cjs +104 -0
  1135. package/dist/vue3/common/mixins/modal.cjs.map +1 -0
  1136. package/dist/vue3/common/mixins/modal.js +105 -0
  1137. package/dist/vue3/common/mixins/modal.js.map +1 -0
  1138. package/dist/vue3/common/mixins/skeleton.cjs +27 -0
  1139. package/dist/vue3/common/mixins/skeleton.cjs.map +1 -0
  1140. package/dist/vue3/common/mixins/skeleton.js +28 -0
  1141. package/dist/vue3/common/mixins/skeleton.js.map +1 -0
  1142. package/dist/vue3/common/mixins/sr_only_close_button.cjs +45 -0
  1143. package/dist/vue3/common/mixins/sr_only_close_button.cjs.map +1 -0
  1144. package/dist/vue3/common/mixins/sr_only_close_button.js +46 -0
  1145. package/dist/vue3/common/mixins/sr_only_close_button.js.map +1 -0
  1146. package/dist/vue3/common/mixins.cjs +4 -10
  1147. package/dist/vue3/common/mixins.cjs.map +1 -1
  1148. package/dist/vue3/common/mixins.js +4 -10
  1149. package/dist/vue3/common/mixins.js.map +1 -1
  1150. package/dist/vue3/common/sr_only_close_button.vue.cjs +48 -0
  1151. package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -0
  1152. package/dist/vue3/common/sr_only_close_button.vue.js +49 -0
  1153. package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -0
  1154. package/dist/vue3/common/utils.cjs +6 -12
  1155. package/dist/vue3/common/utils.cjs.map +1 -1
  1156. package/dist/vue3/common/utils.js +6 -12
  1157. package/dist/vue3/common/utils.js.map +1 -1
  1158. package/dist/vue3/component-documentation.json +1 -1
  1159. package/dist/vue3/components/avatar/avatar.vue.cjs +367 -0
  1160. package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -0
  1161. package/dist/vue3/components/avatar/avatar.vue.js +368 -0
  1162. package/dist/vue3/components/avatar/avatar.vue.js.map +1 -0
  1163. package/dist/vue3/components/avatar/avatar_constants.cjs +64 -0
  1164. package/dist/vue3/components/avatar/avatar_constants.cjs.map +1 -0
  1165. package/dist/vue3/components/avatar/avatar_constants.js +64 -0
  1166. package/dist/vue3/components/avatar/avatar_constants.js.map +1 -0
  1167. package/dist/vue3/components/avatar/utils.cjs +9 -0
  1168. package/dist/vue3/components/avatar/utils.cjs.map +1 -0
  1169. package/dist/vue3/components/avatar/utils.js +9 -0
  1170. package/dist/vue3/components/avatar/utils.js.map +1 -0
  1171. package/dist/vue3/components/badge/badge.vue.cjs +183 -0
  1172. package/dist/vue3/components/badge/badge.vue.cjs.map +1 -0
  1173. package/dist/vue3/components/badge/badge.vue.js +184 -0
  1174. package/dist/vue3/components/badge/badge.vue.js.map +1 -0
  1175. package/dist/vue3/components/badge/badge_constants.cjs +43 -0
  1176. package/dist/vue3/components/badge/badge_constants.cjs.map +1 -0
  1177. package/dist/vue3/components/badge/badge_constants.js +43 -0
  1178. package/dist/vue3/components/badge/badge_constants.js.map +1 -0
  1179. package/dist/vue3/components/banner/banner.vue.cjs +236 -0
  1180. package/dist/vue3/components/banner/banner.vue.cjs.map +1 -0
  1181. package/dist/vue3/components/banner/banner.vue.js +237 -0
  1182. package/dist/vue3/components/banner/banner.vue.js.map +1 -0
  1183. package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs +79 -0
  1184. package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
  1185. package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js +80 -0
  1186. package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
  1187. package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs +77 -0
  1188. package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
  1189. package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js +78 -0
  1190. package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
  1191. package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
  1192. package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
  1193. package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js +7 -0
  1194. package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
  1195. package/dist/vue3/components/button/button.vue.cjs +290 -0
  1196. package/dist/vue3/components/button/button.vue.cjs.map +1 -0
  1197. package/dist/vue3/components/button/button.vue.js +291 -0
  1198. package/dist/vue3/components/button/button.vue.js.map +1 -0
  1199. package/dist/vue3/components/button/button_constants.cjs +71 -0
  1200. package/dist/vue3/components/button/button_constants.cjs.map +1 -0
  1201. package/dist/vue3/components/button/button_constants.js +71 -0
  1202. package/dist/vue3/components/button/button_constants.js.map +1 -0
  1203. package/dist/vue3/components/button_group/button_group.vue.cjs +36 -0
  1204. package/dist/vue3/components/button_group/button_group.vue.cjs.map +1 -0
  1205. package/dist/vue3/components/button_group/button_group.vue.js +37 -0
  1206. package/dist/vue3/components/button_group/button_group.vue.js.map +1 -0
  1207. package/dist/vue3/components/button_group/button_group_constants.cjs +9 -0
  1208. package/dist/vue3/components/button_group/button_group_constants.cjs.map +1 -0
  1209. package/dist/vue3/components/button_group/button_group_constants.js +9 -0
  1210. package/dist/vue3/components/button_group/button_group_constants.js.map +1 -0
  1211. package/dist/vue3/components/card/card.vue.cjs +90 -0
  1212. package/dist/vue3/components/card/card.vue.cjs.map +1 -0
  1213. package/dist/vue3/components/card/card.vue.js +91 -0
  1214. package/dist/vue3/components/card/card.vue.js.map +1 -0
  1215. package/dist/vue3/components/checkbox/checkbox.vue.cjs +149 -0
  1216. package/dist/vue3/components/checkbox/checkbox.vue.cjs.map +1 -0
  1217. package/dist/vue3/components/checkbox/checkbox.vue.js +150 -0
  1218. package/dist/vue3/components/checkbox/checkbox.vue.js.map +1 -0
  1219. package/dist/vue3/components/checkbox/checkbox_constants.cjs +9 -0
  1220. package/dist/vue3/components/checkbox/checkbox_constants.cjs.map +1 -0
  1221. package/dist/vue3/components/checkbox/checkbox_constants.js +9 -0
  1222. package/dist/vue3/components/checkbox/checkbox_constants.js.map +1 -0
  1223. package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs +110 -0
  1224. package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
  1225. package/dist/vue3/components/checkbox_group/checkbox_group.vue.js +111 -0
  1226. package/dist/vue3/components/checkbox_group/checkbox_group.vue.js.map +1 -0
  1227. package/dist/vue3/components/chip/chip.vue.cjs +209 -0
  1228. package/dist/vue3/components/chip/chip.vue.cjs.map +1 -0
  1229. package/dist/vue3/components/chip/chip.vue.js +210 -0
  1230. package/dist/vue3/components/chip/chip.vue.js.map +1 -0
  1231. package/dist/vue3/components/chip/chip_constants.cjs +21 -0
  1232. package/dist/vue3/components/chip/chip_constants.cjs.map +1 -0
  1233. package/dist/vue3/components/chip/chip_constants.js +21 -0
  1234. package/dist/vue3/components/chip/chip_constants.js.map +1 -0
  1235. package/dist/vue3/components/codeblock/codeblock.vue.cjs +23 -0
  1236. package/dist/vue3/components/codeblock/codeblock.vue.cjs.map +1 -0
  1237. package/dist/vue3/components/codeblock/codeblock.vue.js +24 -0
  1238. package/dist/vue3/components/codeblock/codeblock.vue.js.map +1 -0
  1239. package/dist/vue3/components/collapsible/collapsible.vue.cjs +256 -0
  1240. package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -0
  1241. package/dist/vue3/components/collapsible/collapsible.vue.js +257 -0
  1242. package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -0
  1243. package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs +149 -0
  1244. package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
  1245. package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js +150 -0
  1246. package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
  1247. package/dist/vue3/components/combobox/combobox.vue.cjs +356 -0
  1248. package/dist/vue3/components/combobox/combobox.vue.cjs.map +1 -0
  1249. package/dist/vue3/components/combobox/combobox.vue.js +357 -0
  1250. package/dist/vue3/components/combobox/combobox.vue.js.map +1 -0
  1251. package/dist/vue3/components/combobox/combobox_constants.cjs +11 -0
  1252. package/dist/vue3/components/combobox/combobox_constants.cjs.map +1 -0
  1253. package/dist/vue3/components/combobox/combobox_constants.js +11 -0
  1254. package/dist/vue3/components/combobox/combobox_constants.js.map +1 -0
  1255. package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs +52 -0
  1256. package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
  1257. package/dist/vue3/components/combobox/combobox_empty-list.vue.js +53 -0
  1258. package/dist/vue3/components/combobox/combobox_empty-list.vue.js.map +1 -0
  1259. package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs +37 -0
  1260. package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
  1261. package/dist/vue3/components/combobox/combobox_loading-list.vue.js +38 -0
  1262. package/dist/vue3/components/combobox/combobox_loading-list.vue.js.map +1 -0
  1263. package/dist/vue3/components/datepicker/composables/useCalendar.cjs +116 -0
  1264. package/dist/vue3/components/datepicker/composables/useCalendar.cjs.map +1 -0
  1265. package/dist/vue3/components/datepicker/composables/useCalendar.js +116 -0
  1266. package/dist/vue3/components/datepicker/composables/useCalendar.js.map +1 -0
  1267. package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs +109 -0
  1268. package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs.map +1 -0
  1269. package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js +109 -0
  1270. package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js.map +1 -0
  1271. package/dist/vue3/components/datepicker/datepicker.vue.cjs +153 -0
  1272. package/dist/vue3/components/datepicker/datepicker.vue.cjs.map +1 -0
  1273. package/dist/vue3/components/datepicker/datepicker.vue.js +154 -0
  1274. package/dist/vue3/components/datepicker/datepicker.vue.js.map +1 -0
  1275. package/dist/vue3/components/datepicker/datepicker_constants.cjs +9 -0
  1276. package/dist/vue3/components/datepicker/datepicker_constants.cjs.map +1 -0
  1277. package/dist/vue3/components/datepicker/datepicker_constants.js +9 -0
  1278. package/dist/vue3/components/datepicker/datepicker_constants.js.map +1 -0
  1279. package/dist/vue3/components/datepicker/formatUtils.cjs +25 -0
  1280. package/dist/vue3/components/datepicker/formatUtils.cjs.map +1 -0
  1281. package/dist/vue3/components/datepicker/formatUtils.js +25 -0
  1282. package/dist/vue3/components/datepicker/formatUtils.js.map +1 -0
  1283. package/dist/vue3/components/datepicker/modules/calendar.vue.cjs +137 -0
  1284. package/dist/vue3/components/datepicker/modules/calendar.vue.cjs.map +1 -0
  1285. package/dist/vue3/components/datepicker/modules/calendar.vue.js +138 -0
  1286. package/dist/vue3/components/datepicker/modules/calendar.vue.js.map +1 -0
  1287. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +246 -0
  1288. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
  1289. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +247 -0
  1290. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
  1291. package/dist/vue3/components/datepicker/utils.cjs +84 -0
  1292. package/dist/vue3/components/datepicker/utils.cjs.map +1 -0
  1293. package/dist/vue3/components/datepicker/utils.js +84 -0
  1294. package/dist/vue3/components/datepicker/utils.js.map +1 -0
  1295. package/dist/vue3/components/description_list/description_list.vue.cjs +88 -0
  1296. package/dist/vue3/components/description_list/description_list.vue.cjs.map +1 -0
  1297. package/dist/vue3/components/description_list/description_list.vue.js +89 -0
  1298. package/dist/vue3/components/description_list/description_list.vue.js.map +1 -0
  1299. package/dist/vue3/components/description_list/description_list_constants.cjs +5 -0
  1300. package/dist/vue3/components/description_list/description_list_constants.cjs.map +1 -0
  1301. package/dist/vue3/components/description_list/description_list_constants.js +5 -0
  1302. package/dist/vue3/components/description_list/description_list_constants.js.map +1 -0
  1303. package/dist/vue3/components/description_list/description_list_validators.cjs +33 -0
  1304. package/dist/vue3/components/description_list/description_list_validators.cjs.map +1 -0
  1305. package/dist/vue3/components/description_list/description_list_validators.js +33 -0
  1306. package/dist/vue3/components/description_list/description_list_validators.js.map +1 -0
  1307. package/dist/vue3/components/dropdown/dropdown.vue.cjs +444 -0
  1308. package/dist/vue3/components/dropdown/dropdown.vue.cjs.map +1 -0
  1309. package/dist/vue3/components/dropdown/dropdown.vue.js +445 -0
  1310. package/dist/vue3/components/dropdown/dropdown.vue.js.map +1 -0
  1311. package/dist/vue3/components/dropdown/dropdown_constants.cjs +9 -0
  1312. package/dist/vue3/components/dropdown/dropdown_constants.cjs.map +1 -0
  1313. package/dist/vue3/components/dropdown/dropdown_constants.js +9 -0
  1314. package/dist/vue3/components/dropdown/dropdown_constants.js.map +1 -0
  1315. package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs +17 -0
  1316. package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
  1317. package/dist/vue3/components/dropdown/dropdown_separator.vue.js +18 -0
  1318. package/dist/vue3/components/dropdown/dropdown_separator.vue.js.map +1 -0
  1319. package/dist/vue3/components/emoji/emoji.vue.cjs +155 -0
  1320. package/dist/vue3/components/emoji/emoji.vue.cjs.map +1 -0
  1321. package/dist/vue3/components/emoji/emoji.vue.js +156 -0
  1322. package/dist/vue3/components/emoji/emoji.vue.js.map +1 -0
  1323. package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs +153 -0
  1324. package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs.map +1 -0
  1325. package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js +153 -0
  1326. package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js.map +1 -0
  1327. package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs +233 -0
  1328. package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
  1329. package/dist/vue3/components/emoji_picker/emoji_picker.vue.js +234 -0
  1330. package/dist/vue3/components/emoji_picker/emoji_picker.vue.js.map +1 -0
  1331. package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs +35 -0
  1332. package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
  1333. package/dist/vue3/components/emoji_picker/emoji_picker_constants.js +35 -0
  1334. package/dist/vue3/components/emoji_picker/emoji_picker_constants.js.map +1 -0
  1335. package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs +37 -0
  1336. package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
  1337. package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js +38 -0
  1338. package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
  1339. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +78 -0
  1340. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
  1341. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +79 -0
  1342. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
  1343. package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs +428 -0
  1344. package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
  1345. package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js +429 -0
  1346. package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
  1347. package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +198 -0
  1348. package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
  1349. package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js +199 -0
  1350. package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
  1351. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +166 -0
  1352. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
  1353. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +167 -0
  1354. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
  1355. package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +95 -0
  1356. package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
  1357. package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +96 -0
  1358. package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
  1359. package/dist/vue3/components/empty_state/empty_state.vue.cjs +171 -0
  1360. package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -0
  1361. package/dist/vue3/components/empty_state/empty_state.vue.js +172 -0
  1362. package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -0
  1363. package/dist/vue3/components/empty_state/empty_state_constants.cjs +9 -0
  1364. package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -0
  1365. package/dist/vue3/components/empty_state/empty_state_constants.js +9 -0
  1366. package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -0
  1367. package/dist/vue3/components/hovercard/hovercard.vue.cjs +166 -0
  1368. package/dist/vue3/components/hovercard/hovercard.vue.cjs.map +1 -0
  1369. package/dist/vue3/components/hovercard/hovercard.vue.js +167 -0
  1370. package/dist/vue3/components/hovercard/hovercard.vue.js.map +1 -0
  1371. package/dist/vue3/components/hovercard/timer.cjs +59 -0
  1372. package/dist/vue3/components/hovercard/timer.cjs.map +1 -0
  1373. package/dist/vue3/components/hovercard/timer.js +60 -0
  1374. package/dist/vue3/components/hovercard/timer.js.map +1 -0
  1375. package/dist/vue3/components/icon/icon.vue.cjs +55 -0
  1376. package/dist/vue3/components/icon/icon.vue.cjs.map +1 -0
  1377. package/dist/vue3/components/icon/icon.vue.js +56 -0
  1378. package/dist/vue3/components/icon/icon.vue.js.map +1 -0
  1379. package/dist/vue3/components/icon/icon_constants.cjs +17 -0
  1380. package/dist/vue3/components/icon/icon_constants.cjs.map +1 -0
  1381. package/dist/vue3/components/icon/icon_constants.js +17 -0
  1382. package/dist/vue3/components/icon/icon_constants.js.map +1 -0
  1383. package/dist/vue3/components/illustration/illustration.vue.cjs +30 -0
  1384. package/dist/vue3/components/illustration/illustration.vue.cjs.map +1 -0
  1385. package/dist/vue3/components/illustration/illustration.vue.js +31 -0
  1386. package/dist/vue3/components/illustration/illustration.vue.js.map +1 -0
  1387. package/dist/vue3/components/illustration/illustration_constants.cjs +6 -0
  1388. package/dist/vue3/components/illustration/illustration_constants.cjs.map +1 -0
  1389. package/dist/vue3/components/illustration/illustration_constants.js +6 -0
  1390. package/dist/vue3/components/illustration/illustration_constants.js.map +1 -0
  1391. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +247 -0
  1392. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -0
  1393. package/dist/vue3/components/image_viewer/image_viewer.vue.js +248 -0
  1394. package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -0
  1395. package/dist/vue3/components/input/input.vue.cjs +505 -0
  1396. package/dist/vue3/components/input/input.vue.cjs.map +1 -0
  1397. package/dist/vue3/components/input/input.vue.js +506 -0
  1398. package/dist/vue3/components/input/input.vue.js.map +1 -0
  1399. package/dist/vue3/components/input/input_constants.cjs +65 -0
  1400. package/dist/vue3/components/input/input_constants.cjs.map +1 -0
  1401. package/dist/vue3/components/input/input_constants.js +65 -0
  1402. package/dist/vue3/components/input/input_constants.js.map +1 -0
  1403. package/dist/vue3/components/input_group/input_group.vue.cjs +89 -0
  1404. package/dist/vue3/components/input_group/input_group.vue.cjs.map +1 -0
  1405. package/dist/vue3/components/input_group/input_group.vue.js +90 -0
  1406. package/dist/vue3/components/input_group/input_group.vue.js.map +1 -0
  1407. package/dist/vue3/components/item_layout/item_layout.vue.cjs +90 -0
  1408. package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -0
  1409. package/dist/vue3/components/item_layout/item_layout.vue.js +91 -0
  1410. package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -0
  1411. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +102 -0
  1412. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
  1413. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +103 -0
  1414. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
  1415. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
  1416. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
  1417. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
  1418. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
  1419. package/dist/vue3/components/lazy_show/lazy_show.vue.cjs +81 -0
  1420. package/dist/vue3/components/lazy_show/lazy_show.vue.cjs.map +1 -0
  1421. package/dist/vue3/components/lazy_show/lazy_show.vue.js +82 -0
  1422. package/dist/vue3/components/lazy_show/lazy_show.vue.js.map +1 -0
  1423. package/dist/vue3/components/link/link.vue.cjs +55 -0
  1424. package/dist/vue3/components/link/link.vue.cjs.map +1 -0
  1425. package/dist/vue3/components/link/link.vue.js +56 -0
  1426. package/dist/vue3/components/link/link.vue.js.map +1 -0
  1427. package/dist/vue3/components/link/link_constants.cjs +39 -0
  1428. package/dist/vue3/components/link/link_constants.cjs.map +1 -0
  1429. package/dist/vue3/components/link/link_constants.js +39 -0
  1430. package/dist/vue3/components/link/link_constants.js.map +1 -0
  1431. package/dist/vue3/components/list_item/list_item.vue.cjs +210 -0
  1432. package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -0
  1433. package/dist/vue3/components/list_item/list_item.vue.js +211 -0
  1434. package/dist/vue3/components/list_item/list_item.vue.js.map +1 -0
  1435. package/dist/vue3/components/list_item/list_item_constants.cjs +14 -0
  1436. package/dist/vue3/components/list_item/list_item_constants.cjs.map +1 -0
  1437. package/dist/vue3/components/list_item/list_item_constants.js +14 -0
  1438. package/dist/vue3/components/list_item/list_item_constants.js.map +1 -0
  1439. package/dist/vue3/components/list_item_group/list_item_group.vue.cjs +66 -0
  1440. package/dist/vue3/components/list_item_group/list_item_group.vue.cjs.map +1 -0
  1441. package/dist/vue3/components/list_item_group/list_item_group.vue.js +67 -0
  1442. package/dist/vue3/components/list_item_group/list_item_group.vue.js.map +1 -0
  1443. package/dist/vue3/components/modal/modal.vue.cjs +420 -0
  1444. package/dist/vue3/components/modal/modal.vue.cjs.map +1 -0
  1445. package/dist/vue3/components/modal/modal.vue.js +421 -0
  1446. package/dist/vue3/components/modal/modal.vue.js.map +1 -0
  1447. package/dist/vue3/components/modal/modal_constants.cjs +21 -0
  1448. package/dist/vue3/components/modal/modal_constants.cjs.map +1 -0
  1449. package/dist/vue3/components/modal/modal_constants.js +21 -0
  1450. package/dist/vue3/components/modal/modal_constants.js.map +1 -0
  1451. package/dist/vue3/components/notice/notice.vue.cjs +195 -0
  1452. package/dist/vue3/components/notice/notice.vue.cjs.map +1 -0
  1453. package/dist/vue3/components/notice/notice.vue.js +196 -0
  1454. package/dist/vue3/components/notice/notice.vue.js.map +1 -0
  1455. package/dist/vue3/components/notice/notice_action.vue.cjs +102 -0
  1456. package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -0
  1457. package/dist/vue3/components/notice/notice_action.vue.js +103 -0
  1458. package/dist/vue3/components/notice/notice_action.vue.js.map +1 -0
  1459. package/dist/vue3/components/notice/notice_constants.cjs +7 -0
  1460. package/dist/vue3/components/notice/notice_constants.cjs.map +1 -0
  1461. package/dist/vue3/components/notice/notice_constants.js +7 -0
  1462. package/dist/vue3/components/notice/notice_constants.js.map +1 -0
  1463. package/dist/vue3/components/notice/notice_content.vue.cjs +67 -0
  1464. package/dist/vue3/components/notice/notice_content.vue.cjs.map +1 -0
  1465. package/dist/vue3/components/notice/notice_content.vue.js +68 -0
  1466. package/dist/vue3/components/notice/notice_content.vue.js.map +1 -0
  1467. package/dist/vue3/components/notice/notice_icon.vue.cjs +61 -0
  1468. package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -0
  1469. package/dist/vue3/components/notice/notice_icon.vue.js +62 -0
  1470. package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -0
  1471. package/dist/vue3/components/pagination/pagination.vue.cjs +194 -0
  1472. package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -0
  1473. package/dist/vue3/components/pagination/pagination.vue.js +195 -0
  1474. package/dist/vue3/components/pagination/pagination.vue.js.map +1 -0
  1475. package/dist/vue3/components/popover/popover.vue.cjs +1014 -0
  1476. package/dist/vue3/components/popover/popover.vue.cjs.map +1 -0
  1477. package/dist/vue3/components/popover/popover.vue.js +1015 -0
  1478. package/dist/vue3/components/popover/popover.vue.js.map +1 -0
  1479. package/dist/vue3/components/popover/popover_constants.cjs +34 -0
  1480. package/dist/vue3/components/popover/popover_constants.cjs.map +1 -0
  1481. package/dist/vue3/components/popover/popover_constants.js +34 -0
  1482. package/dist/vue3/components/popover/popover_constants.js.map +1 -0
  1483. package/dist/vue3/components/popover/popover_header_footer.vue.cjs +111 -0
  1484. package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -0
  1485. package/dist/vue3/components/popover/popover_header_footer.vue.js +112 -0
  1486. package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -0
  1487. package/dist/vue3/components/popover/tippy_utils.cjs +94 -0
  1488. package/dist/vue3/components/popover/tippy_utils.cjs.map +1 -0
  1489. package/dist/vue3/components/popover/tippy_utils.js +94 -0
  1490. package/dist/vue3/components/popover/tippy_utils.js.map +1 -0
  1491. package/dist/vue3/components/presence/presence.vue.cjs +57 -0
  1492. package/dist/vue3/components/presence/presence.vue.cjs.map +1 -0
  1493. package/dist/vue3/components/presence/presence.vue.js +58 -0
  1494. package/dist/vue3/components/presence/presence.vue.js.map +1 -0
  1495. package/dist/vue3/components/presence/presence_constants.cjs +17 -0
  1496. package/dist/vue3/components/presence/presence_constants.cjs.map +1 -0
  1497. package/dist/vue3/components/presence/presence_constants.js +17 -0
  1498. package/dist/vue3/components/presence/presence_constants.js.map +1 -0
  1499. package/dist/vue3/components/radio/radio.vue.cjs +155 -0
  1500. package/dist/vue3/components/radio/radio.vue.cjs.map +1 -0
  1501. package/dist/vue3/components/radio/radio.vue.js +156 -0
  1502. package/dist/vue3/components/radio/radio.vue.js.map +1 -0
  1503. package/dist/vue3/components/radio/radio_constants.cjs +9 -0
  1504. package/dist/vue3/components/radio/radio_constants.cjs.map +1 -0
  1505. package/dist/vue3/components/radio/radio_constants.js +9 -0
  1506. package/dist/vue3/components/radio/radio_constants.js.map +1 -0
  1507. package/dist/vue3/components/radio_group/radio_group.vue.cjs +82 -0
  1508. package/dist/vue3/components/radio_group/radio_group.vue.cjs.map +1 -0
  1509. package/dist/vue3/components/radio_group/radio_group.vue.js +83 -0
  1510. package/dist/vue3/components/radio_group/radio_group.vue.js.map +1 -0
  1511. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +36 -0
  1512. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
  1513. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +37 -0
  1514. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
  1515. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +49 -0
  1516. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
  1517. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +50 -0
  1518. package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
  1519. package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
  1520. package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
  1521. package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js +46 -0
  1522. package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
  1523. package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
  1524. package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
  1525. package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
  1526. package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
  1527. package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
  1528. package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
  1529. package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
  1530. package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
  1531. package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
  1532. package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
  1533. package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
  1534. package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
  1535. package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
  1536. package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
  1537. package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js +5 -0
  1538. package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
  1539. package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
  1540. package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
  1541. package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
  1542. package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
  1543. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +29 -0
  1544. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
  1545. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +30 -0
  1546. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
  1547. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +38 -0
  1548. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
  1549. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +39 -0
  1550. package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
  1551. package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
  1552. package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
  1553. package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
  1554. package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
  1555. package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
  1556. package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
  1557. package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js +5 -0
  1558. package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
  1559. package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
  1560. package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
  1561. package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
  1562. package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
  1563. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +36 -0
  1564. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
  1565. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +37 -0
  1566. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
  1567. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +50 -0
  1568. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
  1569. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +51 -0
  1570. package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
  1571. package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
  1572. package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
  1573. package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js +45 -0
  1574. package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
  1575. package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
  1576. package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
  1577. package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
  1578. package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
  1579. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +32 -0
  1580. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
  1581. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +33 -0
  1582. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
  1583. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
  1584. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
  1585. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
  1586. package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
  1587. package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
  1588. package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
  1589. package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
  1590. package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
  1591. package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs +83 -0
  1592. package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
  1593. package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js +84 -0
  1594. package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
  1595. package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +128 -0
  1596. package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
  1597. package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +129 -0
  1598. package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
  1599. package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
  1600. package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
  1601. package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
  1602. package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
  1603. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +520 -0
  1604. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
  1605. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +521 -0
  1606. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
  1607. package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
  1608. package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
  1609. package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js +24 -0
  1610. package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
  1611. package/dist/vue3/components/root_layout/root_layout.vue.cjs +152 -0
  1612. package/dist/vue3/components/root_layout/root_layout.vue.cjs.map +1 -0
  1613. package/dist/vue3/components/root_layout/root_layout.vue.js +153 -0
  1614. package/dist/vue3/components/root_layout/root_layout.vue.js.map +1 -0
  1615. package/dist/vue3/components/root_layout/root_layout_constants.cjs +10 -0
  1616. package/dist/vue3/components/root_layout/root_layout_constants.cjs.map +1 -0
  1617. package/dist/vue3/components/root_layout/root_layout_constants.js +10 -0
  1618. package/dist/vue3/components/root_layout/root_layout_constants.js.map +1 -0
  1619. package/dist/vue3/components/scroller/DtScroller.vue.cjs +185 -0
  1620. package/dist/vue3/components/scroller/DtScroller.vue.cjs.map +1 -0
  1621. package/dist/vue3/components/scroller/DtScroller.vue.js +186 -0
  1622. package/dist/vue3/components/scroller/DtScroller.vue.js.map +1 -0
  1623. package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs +462 -0
  1624. package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs.map +1 -0
  1625. package/dist/vue3/components/scroller/modules/core_scroller.vue.js +463 -0
  1626. package/dist/vue3/components/scroller/modules/core_scroller.vue.js.map +1 -0
  1627. package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs +246 -0
  1628. package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs.map +1 -0
  1629. package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js +247 -0
  1630. package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js.map +1 -0
  1631. package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs +196 -0
  1632. package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs.map +1 -0
  1633. package/dist/vue3/components/scroller/modules/scroller_item.vue.js +197 -0
  1634. package/dist/vue3/components/scroller/modules/scroller_item.vue.js.map +1 -0
  1635. package/dist/vue3/components/select_menu/select_menu.vue.cjs +269 -0
  1636. package/dist/vue3/components/select_menu/select_menu.vue.cjs.map +1 -0
  1637. package/dist/vue3/components/select_menu/select_menu.vue.js +270 -0
  1638. package/dist/vue3/components/select_menu/select_menu.vue.js.map +1 -0
  1639. package/dist/vue3/components/select_menu/select_menu_constants.cjs +17 -0
  1640. package/dist/vue3/components/select_menu/select_menu_constants.cjs.map +1 -0
  1641. package/dist/vue3/components/select_menu/select_menu_constants.js +17 -0
  1642. package/dist/vue3/components/select_menu/select_menu_constants.js.map +1 -0
  1643. package/dist/vue3/components/select_menu/select_menu_validators.cjs +34 -0
  1644. package/dist/vue3/components/select_menu/select_menu_validators.cjs.map +1 -0
  1645. package/dist/vue3/components/select_menu/select_menu_validators.js +34 -0
  1646. package/dist/vue3/components/select_menu/select_menu_validators.js.map +1 -0
  1647. package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs +116 -0
  1648. package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
  1649. package/dist/vue3/components/skeleton/skeleton-list-item.vue.js +117 -0
  1650. package/dist/vue3/components/skeleton/skeleton-list-item.vue.js.map +1 -0
  1651. package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs +147 -0
  1652. package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
  1653. package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js +148 -0
  1654. package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
  1655. package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs +97 -0
  1656. package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
  1657. package/dist/vue3/components/skeleton/skeleton-shape.vue.js +98 -0
  1658. package/dist/vue3/components/skeleton/skeleton-shape.vue.js.map +1 -0
  1659. package/dist/vue3/components/skeleton/skeleton-text.vue.cjs +114 -0
  1660. package/dist/vue3/components/skeleton/skeleton-text.vue.cjs.map +1 -0
  1661. package/dist/vue3/components/skeleton/skeleton-text.vue.js +115 -0
  1662. package/dist/vue3/components/skeleton/skeleton-text.vue.js.map +1 -0
  1663. package/dist/vue3/components/skeleton/skeleton.vue.cjs +143 -0
  1664. package/dist/vue3/components/skeleton/skeleton.vue.cjs.map +1 -0
  1665. package/dist/vue3/components/skeleton/skeleton.vue.js +144 -0
  1666. package/dist/vue3/components/skeleton/skeleton.vue.js.map +1 -0
  1667. package/dist/vue3/components/skeleton/skeleton_constants.cjs +27 -0
  1668. package/dist/vue3/components/skeleton/skeleton_constants.cjs.map +1 -0
  1669. package/dist/vue3/components/skeleton/skeleton_constants.js +27 -0
  1670. package/dist/vue3/components/skeleton/skeleton_constants.js.map +1 -0
  1671. package/dist/vue3/components/split_button/split_button-alpha.vue.cjs +129 -0
  1672. package/dist/vue3/components/split_button/split_button-alpha.vue.cjs.map +1 -0
  1673. package/dist/vue3/components/split_button/split_button-alpha.vue.js +130 -0
  1674. package/dist/vue3/components/split_button/split_button-alpha.vue.js.map +1 -0
  1675. package/dist/vue3/components/split_button/split_button-omega.vue.cjs +110 -0
  1676. package/dist/vue3/components/split_button/split_button-omega.vue.cjs.map +1 -0
  1677. package/dist/vue3/components/split_button/split_button-omega.vue.js +111 -0
  1678. package/dist/vue3/components/split_button/split_button-omega.vue.js.map +1 -0
  1679. package/dist/vue3/components/split_button/split_button.vue.cjs +297 -0
  1680. package/dist/vue3/components/split_button/split_button.vue.cjs.map +1 -0
  1681. package/dist/vue3/components/split_button/split_button.vue.js +298 -0
  1682. package/dist/vue3/components/split_button/split_button.vue.js.map +1 -0
  1683. package/dist/vue3/components/split_button/split_button_constants.cjs +11 -0
  1684. package/dist/vue3/components/split_button/split_button_constants.cjs.map +1 -0
  1685. package/dist/vue3/components/split_button/split_button_constants.js +11 -0
  1686. package/dist/vue3/components/split_button/split_button_constants.js.map +1 -0
  1687. package/dist/vue3/components/stack/stack.vue.cjs +80 -0
  1688. package/dist/vue3/components/stack/stack.vue.cjs.map +1 -0
  1689. package/dist/vue3/components/stack/stack.vue.js +81 -0
  1690. package/dist/vue3/components/stack/stack.vue.js.map +1 -0
  1691. package/dist/vue3/components/stack/stack_constants.cjs +15 -0
  1692. package/dist/vue3/components/stack/stack_constants.cjs.map +1 -0
  1693. package/dist/vue3/components/stack/stack_constants.js +15 -0
  1694. package/dist/vue3/components/stack/stack_constants.js.map +1 -0
  1695. package/dist/vue3/components/stack/utils.cjs +68 -0
  1696. package/dist/vue3/components/stack/utils.cjs.map +1 -0
  1697. package/dist/vue3/components/stack/utils.js +68 -0
  1698. package/dist/vue3/components/stack/utils.js.map +1 -0
  1699. package/dist/vue3/components/stack/validators.cjs +26 -0
  1700. package/dist/vue3/components/stack/validators.cjs.map +1 -0
  1701. package/dist/vue3/components/stack/validators.js +26 -0
  1702. package/dist/vue3/components/stack/validators.js.map +1 -0
  1703. package/dist/vue3/components/tabs/tab.vue.cjs +141 -0
  1704. package/dist/vue3/components/tabs/tab.vue.cjs.map +1 -0
  1705. package/dist/vue3/components/tabs/tab.vue.js +142 -0
  1706. package/dist/vue3/components/tabs/tab.vue.js.map +1 -0
  1707. package/dist/vue3/components/tabs/tab_group.vue.cjs +234 -0
  1708. package/dist/vue3/components/tabs/tab_group.vue.cjs.map +1 -0
  1709. package/dist/vue3/components/tabs/tab_group.vue.js +235 -0
  1710. package/dist/vue3/components/tabs/tab_group.vue.js.map +1 -0
  1711. package/dist/vue3/components/tabs/tab_panel.vue.cjs +91 -0
  1712. package/dist/vue3/components/tabs/tab_panel.vue.cjs.map +1 -0
  1713. package/dist/vue3/components/tabs/tab_panel.vue.js +92 -0
  1714. package/dist/vue3/components/tabs/tab_panel.vue.js.map +1 -0
  1715. package/dist/vue3/components/tabs/tabs_constants.cjs +21 -0
  1716. package/dist/vue3/components/tabs/tabs_constants.cjs.map +1 -0
  1717. package/dist/vue3/components/tabs/tabs_constants.js +21 -0
  1718. package/dist/vue3/components/tabs/tabs_constants.js.map +1 -0
  1719. package/dist/vue3/components/toast/toast.vue.cjs +273 -0
  1720. package/dist/vue3/components/toast/toast.vue.cjs.map +1 -0
  1721. package/dist/vue3/components/toast/toast.vue.js +274 -0
  1722. package/dist/vue3/components/toast/toast.vue.js.map +1 -0
  1723. package/dist/vue3/components/toast/toast_constants.cjs +7 -0
  1724. package/dist/vue3/components/toast/toast_constants.cjs.map +1 -0
  1725. package/dist/vue3/components/toast/toast_constants.js +7 -0
  1726. package/dist/vue3/components/toast/toast_constants.js.map +1 -0
  1727. package/dist/vue3/components/toggle/toggle.vue.cjs +185 -0
  1728. package/dist/vue3/components/toggle/toggle.vue.cjs.map +1 -0
  1729. package/dist/vue3/components/toggle/toggle.vue.js +186 -0
  1730. package/dist/vue3/components/toggle/toggle.vue.js.map +1 -0
  1731. package/dist/vue3/components/toggle/toggle_constants.cjs +10 -0
  1732. package/dist/vue3/components/toggle/toggle_constants.cjs.map +1 -0
  1733. package/dist/vue3/components/toggle/toggle_constants.js +10 -0
  1734. package/dist/vue3/components/toggle/toggle_constants.js.map +1 -0
  1735. package/dist/vue3/components/tooltip/tooltip.vue.cjs +441 -0
  1736. package/dist/vue3/components/tooltip/tooltip.vue.cjs.map +1 -0
  1737. package/dist/vue3/components/tooltip/tooltip.vue.js +442 -0
  1738. package/dist/vue3/components/tooltip/tooltip.vue.js.map +1 -0
  1739. package/dist/vue3/components/tooltip/tooltip_constants.cjs +23 -0
  1740. package/dist/vue3/components/tooltip/tooltip_constants.cjs.map +1 -0
  1741. package/dist/vue3/components/tooltip/tooltip_constants.js +23 -0
  1742. package/dist/vue3/components/tooltip/tooltip_constants.js.map +1 -0
  1743. package/dist/vue3/components/validation_messages/validation_messages.vue.cjs +88 -0
  1744. package/dist/vue3/components/validation_messages/validation_messages.vue.cjs.map +1 -0
  1745. package/dist/vue3/components/validation_messages/validation_messages.vue.js +89 -0
  1746. package/dist/vue3/components/validation_messages/validation_messages.vue.js.map +1 -0
  1747. package/dist/vue3/dialtone-vue.cjs +323 -315
  1748. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  1749. package/dist/vue3/dialtone-vue.js +220 -212
  1750. package/dist/vue3/dialtone-vue.js.map +1 -1
  1751. package/dist/vue3/directives/scrollbar/scrollbar.cjs +31 -0
  1752. package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -0
  1753. package/dist/vue3/directives/scrollbar/scrollbar.js +31 -0
  1754. package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -0
  1755. package/dist/vue3/directives/tooltip/tooltip.cjs +83 -0
  1756. package/dist/vue3/directives/tooltip/tooltip.cjs.map +1 -0
  1757. package/dist/vue3/directives/tooltip/tooltip.js +83 -0
  1758. package/dist/vue3/directives/tooltip/tooltip.js.map +1 -0
  1759. package/dist/vue3/lib/attachment-carousel.cjs +1 -342
  1760. package/dist/vue3/lib/attachment-carousel.cjs.map +1 -1
  1761. package/dist/vue3/lib/attachment-carousel.js +2 -343
  1762. package/dist/vue3/lib/attachment-carousel.js.map +1 -1
  1763. package/dist/vue3/lib/avatar.cjs +11 -448
  1764. package/dist/vue3/lib/avatar.cjs.map +1 -1
  1765. package/dist/vue3/lib/avatar.js +3 -440
  1766. package/dist/vue3/lib/avatar.js.map +1 -1
  1767. package/dist/vue3/lib/badge.cjs +6 -224
  1768. package/dist/vue3/lib/badge.cjs.map +1 -1
  1769. package/dist/vue3/lib/badge.js +3 -221
  1770. package/dist/vue3/lib/badge.js.map +1 -1
  1771. package/dist/vue3/lib/banner.cjs +1 -239
  1772. package/dist/vue3/lib/banner.cjs.map +1 -1
  1773. package/dist/vue3/lib/banner.js +2 -240
  1774. package/dist/vue3/lib/banner.js.map +1 -1
  1775. package/dist/vue3/lib/breadcrumbs.cjs +6 -151
  1776. package/dist/vue3/lib/breadcrumbs.cjs.map +1 -1
  1777. package/dist/vue3/lib/breadcrumbs.js +5 -150
  1778. package/dist/vue3/lib/breadcrumbs.js.map +1 -1
  1779. package/dist/vue3/lib/button-group.cjs +3 -38
  1780. package/dist/vue3/lib/button-group.cjs.map +1 -1
  1781. package/dist/vue3/lib/button-group.js +3 -38
  1782. package/dist/vue3/lib/button-group.js.map +1 -1
  1783. package/dist/vue3/lib/button.cjs +10 -357
  1784. package/dist/vue3/lib/button.cjs.map +1 -1
  1785. package/dist/vue3/lib/button.js +3 -350
  1786. package/dist/vue3/lib/button.js.map +1 -1
  1787. package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -334
  1788. package/dist/vue3/lib/callbar-button-with-popover.cjs.map +1 -1
  1789. package/dist/vue3/lib/callbar-button-with-popover.js +2 -335
  1790. package/dist/vue3/lib/callbar-button-with-popover.js.map +1 -1
  1791. package/dist/vue3/lib/callbar-button.cjs +4 -197
  1792. package/dist/vue3/lib/callbar-button.cjs.map +1 -1
  1793. package/dist/vue3/lib/callbar-button.js +3 -196
  1794. package/dist/vue3/lib/callbar-button.js.map +1 -1
  1795. package/dist/vue3/lib/callbox.cjs +4 -214
  1796. package/dist/vue3/lib/callbox.cjs.map +1 -1
  1797. package/dist/vue3/lib/callbox.js +3 -213
  1798. package/dist/vue3/lib/callbox.js.map +1 -1
  1799. package/dist/vue3/lib/card.cjs +2 -89
  1800. package/dist/vue3/lib/card.cjs.map +1 -1
  1801. package/dist/vue3/lib/card.js +2 -89
  1802. package/dist/vue3/lib/card.js.map +1 -1
  1803. package/dist/vue3/lib/checkbox-group.cjs +2 -113
  1804. package/dist/vue3/lib/checkbox-group.cjs.map +1 -1
  1805. package/dist/vue3/lib/checkbox-group.js +2 -113
  1806. package/dist/vue3/lib/checkbox-group.js.map +1 -1
  1807. package/dist/vue3/lib/checkbox.cjs +1 -153
  1808. package/dist/vue3/lib/checkbox.cjs.map +1 -1
  1809. package/dist/vue3/lib/checkbox.js +2 -154
  1810. package/dist/vue3/lib/checkbox.js.map +1 -1
  1811. package/dist/vue3/lib/chip.cjs +6 -233
  1812. package/dist/vue3/lib/chip.cjs.map +1 -1
  1813. package/dist/vue3/lib/chip.js +3 -230
  1814. package/dist/vue3/lib/chip.js.map +1 -1
  1815. package/dist/vue3/lib/codeblock.cjs +1 -20
  1816. package/dist/vue3/lib/codeblock.cjs.map +1 -1
  1817. package/dist/vue3/lib/codeblock.js +2 -21
  1818. package/dist/vue3/lib/codeblock.js.map +1 -1
  1819. package/dist/vue3/lib/collapsible.cjs +2 -396
  1820. package/dist/vue3/lib/collapsible.cjs.map +1 -1
  1821. package/dist/vue3/lib/collapsible.js +2 -396
  1822. package/dist/vue3/lib/collapsible.js.map +1 -1
  1823. package/dist/vue3/lib/combobox-multi-select.cjs +5 -651
  1824. package/dist/vue3/lib/combobox-multi-select.cjs.map +1 -1
  1825. package/dist/vue3/lib/combobox-multi-select.js +3 -649
  1826. package/dist/vue3/lib/combobox-multi-select.js.map +1 -1
  1827. package/dist/vue3/lib/combobox-with-popover.cjs +2 -450
  1828. package/dist/vue3/lib/combobox-with-popover.cjs.map +1 -1
  1829. package/dist/vue3/lib/combobox-with-popover.js +2 -450
  1830. package/dist/vue3/lib/combobox-with-popover.js.map +1 -1
  1831. package/dist/vue3/lib/combobox.cjs +4 -16
  1832. package/dist/vue3/lib/combobox.cjs.map +1 -1
  1833. package/dist/vue3/lib/combobox.js +3 -15
  1834. package/dist/vue3/lib/combobox.js.map +1 -1
  1835. package/dist/vue3/lib/contact-centers-row.cjs +1 -235
  1836. package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
  1837. package/dist/vue3/lib/contact-centers-row.js +2 -236
  1838. package/dist/vue3/lib/contact-centers-row.js.map +1 -1
  1839. package/dist/vue3/lib/contact-info.cjs +1 -210
  1840. package/dist/vue3/lib/contact-info.cjs.map +1 -1
  1841. package/dist/vue3/lib/contact-info.js +2 -211
  1842. package/dist/vue3/lib/contact-info.js.map +1 -1
  1843. package/dist/vue3/lib/contact-row.cjs +1 -249
  1844. package/dist/vue3/lib/contact-row.cjs.map +1 -1
  1845. package/dist/vue3/lib/contact-row.js +2 -250
  1846. package/dist/vue3/lib/contact-row.js.map +1 -1
  1847. package/dist/vue3/lib/datepicker.cjs +8 -855
  1848. package/dist/vue3/lib/datepicker.cjs.map +1 -1
  1849. package/dist/vue3/lib/datepicker.js +3 -850
  1850. package/dist/vue3/lib/datepicker.js.map +1 -1
  1851. package/dist/vue3/lib/description-list.cjs +3 -113
  1852. package/dist/vue3/lib/description-list.cjs.map +1 -1
  1853. package/dist/vue3/lib/description-list.js +3 -113
  1854. package/dist/vue3/lib/description-list.js.map +1 -1
  1855. package/dist/vue3/lib/dropdown.cjs +5 -33
  1856. package/dist/vue3/lib/dropdown.cjs.map +1 -1
  1857. package/dist/vue3/lib/dropdown.js +5 -33
  1858. package/dist/vue3/lib/dropdown.js.map +1 -1
  1859. package/dist/vue3/lib/editor.cjs +1 -710
  1860. package/dist/vue3/lib/editor.cjs.map +1 -1
  1861. package/dist/vue3/lib/editor.js +2 -711
  1862. package/dist/vue3/lib/editor.js.map +1 -1
  1863. package/dist/vue3/lib/emoji-picker.cjs +8 -1307
  1864. package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
  1865. package/dist/vue3/lib/emoji-picker.js +3 -1302
  1866. package/dist/vue3/lib/emoji-picker.js.map +1 -1
  1867. package/dist/vue3/lib/emoji-row.cjs +3 -123
  1868. package/dist/vue3/lib/emoji-row.cjs.map +1 -1
  1869. package/dist/vue3/lib/emoji-row.js +3 -123
  1870. package/dist/vue3/lib/emoji-row.js.map +1 -1
  1871. package/dist/vue3/lib/emoji-text-wrapper.cjs +2 -101
  1872. package/dist/vue3/lib/emoji-text-wrapper.cjs.map +1 -1
  1873. package/dist/vue3/lib/emoji-text-wrapper.js +2 -101
  1874. package/dist/vue3/lib/emoji-text-wrapper.js.map +1 -1
  1875. package/dist/vue3/lib/emoji.cjs +2 -155
  1876. package/dist/vue3/lib/emoji.cjs.map +1 -1
  1877. package/dist/vue3/lib/emoji.js +2 -155
  1878. package/dist/vue3/lib/emoji.js.map +1 -1
  1879. package/dist/vue3/lib/empty-state.cjs +4 -178
  1880. package/dist/vue3/lib/empty-state.cjs.map +1 -1
  1881. package/dist/vue3/lib/empty-state.js +3 -177
  1882. package/dist/vue3/lib/empty-state.js.map +1 -1
  1883. package/dist/vue3/lib/feed-item-row.cjs +4 -304
  1884. package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
  1885. package/dist/vue3/lib/feed-item-row.js +3 -303
  1886. package/dist/vue3/lib/feed-item-row.js.map +1 -1
  1887. package/dist/vue3/lib/feed-pill.cjs +3 -170
  1888. package/dist/vue3/lib/feed-pill.cjs.map +1 -1
  1889. package/dist/vue3/lib/feed-pill.js +3 -170
  1890. package/dist/vue3/lib/feed-pill.js.map +1 -1
  1891. package/dist/vue3/lib/general-row.cjs +8 -570
  1892. package/dist/vue3/lib/general-row.cjs.map +1 -1
  1893. package/dist/vue3/lib/general-row.js +3 -565
  1894. package/dist/vue3/lib/general-row.js.map +1 -1
  1895. package/dist/vue3/lib/group-row.cjs +1 -111
  1896. package/dist/vue3/lib/group-row.cjs.map +1 -1
  1897. package/dist/vue3/lib/group-row.js +2 -112
  1898. package/dist/vue3/lib/group-row.js.map +1 -1
  1899. package/dist/vue3/lib/grouped-chip.cjs +1 -93
  1900. package/dist/vue3/lib/grouped-chip.cjs.map +1 -1
  1901. package/dist/vue3/lib/grouped-chip.js +2 -94
  1902. package/dist/vue3/lib/grouped-chip.js.map +1 -1
  1903. package/dist/vue3/lib/hovercard.cjs +2 -229
  1904. package/dist/vue3/lib/hovercard.cjs.map +1 -1
  1905. package/dist/vue3/lib/hovercard.js +2 -229
  1906. package/dist/vue3/lib/hovercard.js.map +1 -1
  1907. package/dist/vue3/lib/icon.cjs +3 -54
  1908. package/dist/vue3/lib/icon.cjs.map +1 -1
  1909. package/dist/vue3/lib/icon.js +3 -54
  1910. package/dist/vue3/lib/icon.js.map +1 -1
  1911. package/dist/vue3/lib/illustration.cjs +4 -29
  1912. package/dist/vue3/lib/illustration.cjs.map +1 -1
  1913. package/dist/vue3/lib/illustration.js +3 -28
  1914. package/dist/vue3/lib/illustration.js.map +1 -1
  1915. package/dist/vue3/lib/image-viewer.cjs +2 -251
  1916. package/dist/vue3/lib/image-viewer.cjs.map +1 -1
  1917. package/dist/vue3/lib/image-viewer.js +2 -251
  1918. package/dist/vue3/lib/image-viewer.js.map +1 -1
  1919. package/dist/vue3/lib/input-group.cjs +2 -89
  1920. package/dist/vue3/lib/input-group.cjs.map +1 -1
  1921. package/dist/vue3/lib/input-group.js +2 -89
  1922. package/dist/vue3/lib/input-group.js.map +1 -1
  1923. package/dist/vue3/lib/input.cjs +5 -560
  1924. package/dist/vue3/lib/input.cjs.map +1 -1
  1925. package/dist/vue3/lib/input.js +3 -558
  1926. package/dist/vue3/lib/input.js.map +1 -1
  1927. package/dist/vue3/lib/item-layout.cjs +2 -89
  1928. package/dist/vue3/lib/item-layout.cjs.map +1 -1
  1929. package/dist/vue3/lib/item-layout.js +2 -89
  1930. package/dist/vue3/lib/item-layout.js.map +1 -1
  1931. package/dist/vue3/lib/ivr-node.cjs +13 -265
  1932. package/dist/vue3/lib/ivr-node.cjs.map +1 -1
  1933. package/dist/vue3/lib/ivr-node.js +3 -255
  1934. package/dist/vue3/lib/ivr-node.js.map +1 -1
  1935. package/dist/vue3/lib/keyboard-shortcut.cjs +5 -116
  1936. package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
  1937. package/dist/vue3/lib/keyboard-shortcut.js +3 -114
  1938. package/dist/vue3/lib/keyboard-shortcut.js.map +1 -1
  1939. package/dist/vue3/lib/lazy-show.cjs +2 -80
  1940. package/dist/vue3/lib/lazy-show.cjs.map +1 -1
  1941. package/dist/vue3/lib/lazy-show.js +2 -80
  1942. package/dist/vue3/lib/lazy-show.js.map +1 -1
  1943. package/dist/vue3/lib/link.cjs +3 -53
  1944. package/dist/vue3/lib/link.cjs.map +1 -1
  1945. package/dist/vue3/lib/link.js +3 -53
  1946. package/dist/vue3/lib/link.js.map +1 -1
  1947. package/dist/vue3/lib/list-item-group.cjs +1 -64
  1948. package/dist/vue3/lib/list-item-group.cjs.map +1 -1
  1949. package/dist/vue3/lib/list-item-group.js +2 -65
  1950. package/dist/vue3/lib/list-item-group.js.map +1 -1
  1951. package/dist/vue3/lib/list-item.cjs +3 -212
  1952. package/dist/vue3/lib/list-item.cjs.map +1 -1
  1953. package/dist/vue3/lib/list-item.js +3 -212
  1954. package/dist/vue3/lib/list-item.js.map +1 -1
  1955. package/dist/vue3/lib/message-input.cjs +1 -830
  1956. package/dist/vue3/lib/message-input.cjs.map +1 -1
  1957. package/dist/vue3/lib/message-input.js +2 -831
  1958. package/dist/vue3/lib/message-input.js.map +1 -1
  1959. package/dist/vue3/lib/modal.cjs +5 -441
  1960. package/dist/vue3/lib/modal.cjs.map +1 -1
  1961. package/dist/vue3/lib/modal.js +3 -439
  1962. package/dist/vue3/lib/modal.js.map +1 -1
  1963. package/dist/vue3/lib/notice.cjs +9 -202
  1964. package/dist/vue3/lib/notice.cjs.map +1 -1
  1965. package/dist/vue3/lib/notice.js +9 -202
  1966. package/dist/vue3/lib/notice.js.map +1 -1
  1967. package/dist/vue3/lib/pagination.cjs +1 -202
  1968. package/dist/vue3/lib/pagination.cjs.map +1 -1
  1969. package/dist/vue3/lib/pagination.js +2 -203
  1970. package/dist/vue3/lib/pagination.js.map +1 -1
  1971. package/dist/vue3/lib/popover.cjs +3 -1138
  1972. package/dist/vue3/lib/popover.cjs.map +1 -1
  1973. package/dist/vue3/lib/popover.js +3 -1139
  1974. package/dist/vue3/lib/popover.js.map +1 -1
  1975. package/dist/vue3/lib/presence.cjs +5 -68
  1976. package/dist/vue3/lib/presence.cjs.map +1 -1
  1977. package/dist/vue3/lib/presence.js +3 -66
  1978. package/dist/vue3/lib/presence.js.map +1 -1
  1979. package/dist/vue3/lib/radio-group.cjs +2 -86
  1980. package/dist/vue3/lib/radio-group.cjs.map +1 -1
  1981. package/dist/vue3/lib/radio-group.js +2 -86
  1982. package/dist/vue3/lib/radio-group.js.map +1 -1
  1983. package/dist/vue3/lib/radio.cjs +3 -159
  1984. package/dist/vue3/lib/radio.cjs.map +1 -1
  1985. package/dist/vue3/lib/radio.js +3 -159
  1986. package/dist/vue3/lib/radio.js.map +1 -1
  1987. package/dist/vue3/lib/rich-text-editor.cjs +5 -1702
  1988. package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
  1989. package/dist/vue3/lib/rich-text-editor.js +3 -1700
  1990. package/dist/vue3/lib/rich-text-editor.js.map +1 -1
  1991. package/dist/vue3/lib/root-layout.cjs +4 -155
  1992. package/dist/vue3/lib/root-layout.cjs.map +1 -1
  1993. package/dist/vue3/lib/root-layout.js +3 -154
  1994. package/dist/vue3/lib/root-layout.js.map +1 -1
  1995. package/dist/vue3/lib/scrollbar-directive.cjs +2 -2438
  1996. package/dist/vue3/lib/scrollbar-directive.cjs.map +1 -1
  1997. package/dist/vue3/lib/scrollbar-directive.js +2 -2438
  1998. package/dist/vue3/lib/scrollbar-directive.js.map +1 -1
  1999. package/dist/vue3/lib/scroller.cjs +2 -1088
  2000. package/dist/vue3/lib/scroller.cjs.map +1 -1
  2001. package/dist/vue3/lib/scroller.js +2 -1088
  2002. package/dist/vue3/lib/scroller.js.map +1 -1
  2003. package/dist/vue3/lib/select-menu.cjs +4 -309
  2004. package/dist/vue3/lib/select-menu.cjs.map +1 -1
  2005. package/dist/vue3/lib/select-menu.js +3 -308
  2006. package/dist/vue3/lib/select-menu.js.map +1 -1
  2007. package/dist/vue3/lib/settings-menu-button.cjs +1 -74
  2008. package/dist/vue3/lib/settings-menu-button.cjs.map +1 -1
  2009. package/dist/vue3/lib/settings-menu-button.js +2 -75
  2010. package/dist/vue3/lib/settings-menu-button.js.map +1 -1
  2011. package/dist/vue3/lib/skeleton.cjs +16 -633
  2012. package/dist/vue3/lib/skeleton.cjs.map +1 -1
  2013. package/dist/vue3/lib/skeleton.js +11 -628
  2014. package/dist/vue3/lib/skeleton.js.map +1 -1
  2015. package/dist/vue3/lib/split-button.cjs +3 -540
  2016. package/dist/vue3/lib/split-button.cjs.map +1 -1
  2017. package/dist/vue3/lib/split-button.js +3 -540
  2018. package/dist/vue3/lib/split-button.js.map +1 -1
  2019. package/dist/vue3/lib/stack.cjs +3 -155
  2020. package/dist/vue3/lib/stack.cjs.map +1 -1
  2021. package/dist/vue3/lib/stack.js +3 -155
  2022. package/dist/vue3/lib/stack.js.map +1 -1
  2023. package/dist/vue3/lib/tabs.cjs +10 -99
  2024. package/dist/vue3/lib/tabs.cjs.map +1 -1
  2025. package/dist/vue3/lib/tabs.js +7 -96
  2026. package/dist/vue3/lib/tabs.js.map +1 -1
  2027. package/dist/vue3/lib/time-pill.cjs +1 -38
  2028. package/dist/vue3/lib/time-pill.cjs.map +1 -1
  2029. package/dist/vue3/lib/time-pill.js +2 -39
  2030. package/dist/vue3/lib/time-pill.js.map +1 -1
  2031. package/dist/vue3/lib/toast.cjs +4 -278
  2032. package/dist/vue3/lib/toast.cjs.map +1 -1
  2033. package/dist/vue3/lib/toast.js +3 -277
  2034. package/dist/vue3/lib/toast.js.map +1 -1
  2035. package/dist/vue3/lib/toggle.cjs +4 -189
  2036. package/dist/vue3/lib/toggle.cjs.map +1 -1
  2037. package/dist/vue3/lib/toggle.js +3 -188
  2038. package/dist/vue3/lib/toggle.js.map +1 -1
  2039. package/dist/vue3/lib/tooltip-directive.cjs +2 -82
  2040. package/dist/vue3/lib/tooltip-directive.cjs.map +1 -1
  2041. package/dist/vue3/lib/tooltip-directive.js +2 -82
  2042. package/dist/vue3/lib/tooltip-directive.js.map +1 -1
  2043. package/dist/vue3/lib/tooltip.cjs +8 -447
  2044. package/dist/vue3/lib/tooltip.cjs.map +1 -1
  2045. package/dist/vue3/lib/tooltip.js +3 -443
  2046. package/dist/vue3/lib/tooltip.js.map +1 -1
  2047. package/dist/vue3/lib/top-banner-info.cjs +3 -68
  2048. package/dist/vue3/lib/top-banner-info.cjs.map +1 -1
  2049. package/dist/vue3/lib/top-banner-info.js +3 -68
  2050. package/dist/vue3/lib/top-banner-info.js.map +1 -1
  2051. package/dist/vue3/lib/unread-pill.cjs +4 -70
  2052. package/dist/vue3/lib/unread-pill.cjs.map +1 -1
  2053. package/dist/vue3/lib/unread-pill.js +3 -69
  2054. package/dist/vue3/lib/unread-pill.js.map +1 -1
  2055. package/dist/vue3/lib/validation-messages.cjs +2 -87
  2056. package/dist/vue3/lib/validation-messages.cjs.map +1 -1
  2057. package/dist/vue3/lib/validation-messages.js +2 -87
  2058. package/dist/vue3/lib/validation-messages.js.map +1 -1
  2059. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +195 -0
  2060. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
  2061. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +196 -0
  2062. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
  2063. package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
  2064. package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
  2065. package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
  2066. package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
  2067. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +327 -0
  2068. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
  2069. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +328 -0
  2070. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
  2071. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +188 -0
  2072. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
  2073. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +189 -0
  2074. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
  2075. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
  2076. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
  2077. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
  2078. package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
  2079. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +90 -0
  2080. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
  2081. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +91 -0
  2082. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
  2083. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +610 -0
  2084. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
  2085. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +611 -0
  2086. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
  2087. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
  2088. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
  2089. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
  2090. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
  2091. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +437 -0
  2092. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
  2093. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +438 -0
  2094. package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
  2095. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +186 -0
  2096. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
  2097. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +187 -0
  2098. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
  2099. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +96 -0
  2100. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
  2101. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +97 -0
  2102. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
  2103. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +66 -0
  2104. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
  2105. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +67 -0
  2106. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
  2107. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +658 -0
  2108. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
  2109. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +659 -0
  2110. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -0
  2111. package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs +14 -0
  2112. package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
  2113. package/dist/vue3/recipes/conversation_view/editor/editor_constants.js +14 -0
  2114. package/dist/vue3/recipes/conversation_view/editor/editor_constants.js.map +1 -0
  2115. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +109 -0
  2116. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
  2117. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +110 -0
  2118. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
  2119. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
  2120. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
  2121. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
  2122. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
  2123. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +299 -0
  2124. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
  2125. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +300 -0
  2126. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
  2127. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
  2128. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
  2129. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
  2130. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
  2131. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +160 -0
  2132. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
  2133. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +161 -0
  2134. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
  2135. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
  2136. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
  2137. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
  2138. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
  2139. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +74 -0
  2140. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
  2141. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +75 -0
  2142. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
  2143. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
  2144. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
  2145. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
  2146. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
  2147. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +690 -0
  2148. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
  2149. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +691 -0
  2150. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
  2151. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +42 -0
  2152. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
  2153. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +43 -0
  2154. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
  2155. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +66 -0
  2156. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
  2157. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +67 -0
  2158. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
  2159. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +227 -0
  2160. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
  2161. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +228 -0
  2162. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
  2163. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +210 -0
  2164. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
  2165. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +211 -0
  2166. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
  2167. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
  2168. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
  2169. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +13 -0
  2170. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
  2171. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +229 -0
  2172. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
  2173. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +230 -0
  2174. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
  2175. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +242 -0
  2176. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
  2177. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +243 -0
  2178. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
  2179. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +437 -0
  2180. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
  2181. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +438 -0
  2182. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
  2183. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
  2184. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
  2185. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +58 -0
  2186. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
  2187. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +72 -0
  2188. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
  2189. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +73 -0
  2190. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
  2191. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +96 -0
  2192. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
  2193. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +97 -0
  2194. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
  2195. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +68 -0
  2196. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
  2197. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +69 -0
  2198. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
  2199. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
  2200. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
  2201. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
  2202. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
  2203. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +62 -0
  2204. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
  2205. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +63 -0
  2206. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
  2207. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
  2208. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
  2209. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
  2210. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
  2211. package/dist/vue3/style.css +1035 -1678
  2212. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
  2213. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  2214. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  2215. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  2216. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  2217. package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  2218. package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -8
  2219. package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
  2220. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +5 -4
  2221. package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
  2222. package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
  2223. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  2224. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  2225. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  2226. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  2227. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  2228. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  2229. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
  2230. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  2231. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
  2232. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  2233. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  2234. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  2235. package/package.json +10 -7
  2236. package/dist/tokens/themes/types/config.d.ts.map +0 -1
  2237. package/dist/tokens/themes/types/dp-dark.d.ts.map +0 -1
  2238. package/dist/tokens/themes/types/dp-light.d.ts.map +0 -1
  2239. package/dist/tokens/themes/types/expressive-dark.d.ts.map +0 -1
  2240. package/dist/tokens/themes/types/expressive-light.d.ts.map +0 -1
  2241. package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +0 -1
  2242. package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +0 -1
  2243. package/dist/tokens/themes/types/tmo-dark.d.ts.map +0 -1
  2244. package/dist/tokens/themes/types/tmo-light.d.ts.map +0 -1
  2245. package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
  2246. package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
  2247. package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
  2248. package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
  2249. package/dist/vue2/chunks/dropdown-6UoczdUY.js +0 -404
  2250. package/dist/vue2/chunks/dropdown-6UoczdUY.js.map +0 -1
  2251. package/dist/vue2/chunks/dropdown-pHxnQPzT.js +0 -403
  2252. package/dist/vue2/chunks/dropdown-pHxnQPzT.js.map +0 -1
  2253. package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js +0 -8
  2254. package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
  2255. package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
  2256. package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
  2257. package/dist/vue2/chunks/icon_constants-H9ahUVCG.js +0 -17
  2258. package/dist/vue2/chunks/icon_constants-H9ahUVCG.js.map +0 -1
  2259. package/dist/vue2/chunks/icon_constants-da57m7BZ.js +0 -16
  2260. package/dist/vue2/chunks/icon_constants-da57m7BZ.js.map +0 -1
  2261. package/dist/vue2/chunks/index-ODod4Oj_.js +0 -175
  2262. package/dist/vue2/chunks/index-ODod4Oj_.js.map +0 -1
  2263. package/dist/vue2/chunks/index-anN_sx1F.js +0 -169
  2264. package/dist/vue2/chunks/index-anN_sx1F.js.map +0 -1
  2265. package/dist/vue2/chunks/index-eJ-WWRdf.js +0 -442
  2266. package/dist/vue2/chunks/index-eJ-WWRdf.js.map +0 -1
  2267. package/dist/vue2/chunks/index-gj1jEXP4.js +0 -441
  2268. package/dist/vue2/chunks/index-gj1jEXP4.js.map +0 -1
  2269. package/dist/vue2/chunks/input-6kbd8Pju.js +0 -296
  2270. package/dist/vue2/chunks/input-6kbd8Pju.js.map +0 -1
  2271. package/dist/vue2/chunks/input-Axw-wFj2.js +0 -295
  2272. package/dist/vue2/chunks/input-Axw-wFj2.js.map +0 -1
  2273. package/dist/vue2/chunks/input_group-m3cWYUfI.js +0 -143
  2274. package/dist/vue2/chunks/input_group-m3cWYUfI.js.map +0 -1
  2275. package/dist/vue2/chunks/input_group-qVZaS5Bb.js +0 -144
  2276. package/dist/vue2/chunks/input_group-qVZaS5Bb.js.map +0 -1
  2277. package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
  2278. package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
  2279. package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
  2280. package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
  2281. package/dist/vue2/chunks/link_constants-AfTWrr-n.js +0 -35
  2282. package/dist/vue2/chunks/link_constants-AfTWrr-n.js.map +0 -1
  2283. package/dist/vue2/chunks/link_constants-x8NwdqmA.js +0 -34
  2284. package/dist/vue2/chunks/link_constants-x8NwdqmA.js.map +0 -1
  2285. package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js +0 -13
  2286. package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
  2287. package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js +0 -14
  2288. package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
  2289. package/dist/vue2/chunks/modal-VgxXAQFP.js +0 -105
  2290. package/dist/vue2/chunks/modal-VgxXAQFP.js.map +0 -1
  2291. package/dist/vue2/chunks/modal-XOr4kiNZ.js +0 -106
  2292. package/dist/vue2/chunks/modal-XOr4kiNZ.js.map +0 -1
  2293. package/dist/vue2/chunks/notice_action-IRUoLX2d.js +0 -196
  2294. package/dist/vue2/chunks/notice_action-IRUoLX2d.js.map +0 -1
  2295. package/dist/vue2/chunks/notice_action-P6uDyE9x.js +0 -195
  2296. package/dist/vue2/chunks/notice_action-P6uDyE9x.js.map +0 -1
  2297. package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js +0 -7
  2298. package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
  2299. package/dist/vue2/chunks/notice_constants-UXo9e3bS.js +0 -6
  2300. package/dist/vue2/chunks/notice_constants-UXo9e3bS.js.map +0 -1
  2301. package/dist/vue2/chunks/popover_constants-WsOUIY-m.js +0 -141
  2302. package/dist/vue2/chunks/popover_constants-WsOUIY-m.js.map +0 -1
  2303. package/dist/vue2/chunks/popover_constants-XnGWXaxX.js +0 -140
  2304. package/dist/vue2/chunks/popover_constants-XnGWXaxX.js.map +0 -1
  2305. package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js +0 -95
  2306. package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
  2307. package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
  2308. package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
  2309. package/dist/vue2/chunks/stack_constants-HraCekPm.js +0 -15
  2310. package/dist/vue2/chunks/stack_constants-HraCekPm.js.map +0 -1
  2311. package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js +0 -14
  2312. package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
  2313. package/dist/vue2/chunks/tab-FcsV5VmK.js +0 -386
  2314. package/dist/vue2/chunks/tab-FcsV5VmK.js.map +0 -1
  2315. package/dist/vue2/chunks/tab-V4cb44Ry.js +0 -387
  2316. package/dist/vue2/chunks/tab-V4cb44Ry.js.map +0 -1
  2317. package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js +0 -11
  2318. package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js.map +0 -1
  2319. package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js +0 -10
  2320. package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js.map +0 -1
  2321. package/dist/vue3/chunks/dropdown-oA-_Gotg.js +0 -443
  2322. package/dist/vue3/chunks/dropdown-oA-_Gotg.js.map +0 -1
  2323. package/dist/vue3/chunks/dropdown-p-Azgwov.js +0 -442
  2324. package/dist/vue3/chunks/dropdown-p-Azgwov.js.map +0 -1
  2325. package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js +0 -8
  2326. package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
  2327. package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
  2328. package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
  2329. package/dist/vue3/chunks/icon_constants-H9ahUVCG.js +0 -17
  2330. package/dist/vue3/chunks/icon_constants-H9ahUVCG.js.map +0 -1
  2331. package/dist/vue3/chunks/icon_constants-da57m7BZ.js +0 -16
  2332. package/dist/vue3/chunks/icon_constants-da57m7BZ.js.map +0 -1
  2333. package/dist/vue3/chunks/index-4qgKeErp.js +0 -446
  2334. package/dist/vue3/chunks/index-4qgKeErp.js.map +0 -1
  2335. package/dist/vue3/chunks/index-GVD15GIB.js +0 -175
  2336. package/dist/vue3/chunks/index-GVD15GIB.js.map +0 -1
  2337. package/dist/vue3/chunks/index-b_MgDylR.js +0 -447
  2338. package/dist/vue3/chunks/index-b_MgDylR.js.map +0 -1
  2339. package/dist/vue3/chunks/index-lu2o2f4r.js +0 -169
  2340. package/dist/vue3/chunks/index-lu2o2f4r.js.map +0 -1
  2341. package/dist/vue3/chunks/input-NmYDD5bn.js +0 -296
  2342. package/dist/vue3/chunks/input-NmYDD5bn.js.map +0 -1
  2343. package/dist/vue3/chunks/input-ttnte8zB.js +0 -295
  2344. package/dist/vue3/chunks/input-ttnte8zB.js.map +0 -1
  2345. package/dist/vue3/chunks/input_group-M-D25pOJ.js +0 -152
  2346. package/dist/vue3/chunks/input_group-M-D25pOJ.js.map +0 -1
  2347. package/dist/vue3/chunks/input_group-jWnq2DJT.js +0 -153
  2348. package/dist/vue3/chunks/input_group-jWnq2DJT.js.map +0 -1
  2349. package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
  2350. package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
  2351. package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
  2352. package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
  2353. package/dist/vue3/chunks/link_constants-AfTWrr-n.js +0 -35
  2354. package/dist/vue3/chunks/link_constants-AfTWrr-n.js.map +0 -1
  2355. package/dist/vue3/chunks/link_constants-x8NwdqmA.js +0 -34
  2356. package/dist/vue3/chunks/link_constants-x8NwdqmA.js.map +0 -1
  2357. package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js +0 -13
  2358. package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
  2359. package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js +0 -14
  2360. package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
  2361. package/dist/vue3/chunks/modal-VgxXAQFP.js +0 -105
  2362. package/dist/vue3/chunks/modal-VgxXAQFP.js.map +0 -1
  2363. package/dist/vue3/chunks/modal-XOr4kiNZ.js +0 -106
  2364. package/dist/vue3/chunks/modal-XOr4kiNZ.js.map +0 -1
  2365. package/dist/vue3/chunks/notice_action-WTucGhvr.js +0 -222
  2366. package/dist/vue3/chunks/notice_action-WTucGhvr.js.map +0 -1
  2367. package/dist/vue3/chunks/notice_action-p-ePanW_.js +0 -223
  2368. package/dist/vue3/chunks/notice_action-p-ePanW_.js.map +0 -1
  2369. package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js +0 -7
  2370. package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
  2371. package/dist/vue3/chunks/notice_constants-UXo9e3bS.js +0 -6
  2372. package/dist/vue3/chunks/notice_constants-UXo9e3bS.js.map +0 -1
  2373. package/dist/vue3/chunks/popover_constants-WsOUIY-m.js +0 -141
  2374. package/dist/vue3/chunks/popover_constants-WsOUIY-m.js.map +0 -1
  2375. package/dist/vue3/chunks/popover_constants-XnGWXaxX.js +0 -140
  2376. package/dist/vue3/chunks/popover_constants-XnGWXaxX.js.map +0 -1
  2377. package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js +0 -92
  2378. package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js.map +0 -1
  2379. package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js +0 -91
  2380. package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js.map +0 -1
  2381. package/dist/vue3/chunks/stack_constants-HraCekPm.js +0 -15
  2382. package/dist/vue3/chunks/stack_constants-HraCekPm.js.map +0 -1
  2383. package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js +0 -14
  2384. package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
  2385. package/dist/vue3/chunks/tab-RTDgnD9-.js +0 -391
  2386. package/dist/vue3/chunks/tab-RTDgnD9-.js.map +0 -1
  2387. package/dist/vue3/chunks/tab-qc3f42Yp.js +0 -390
  2388. package/dist/vue3/chunks/tab-qc3f42Yp.js.map +0 -1
  2389. package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
  2390. package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
  2391. /package/dist/tokens/themes/chunks/{tokens-base-dark--ozK7f0P.js → tokens-base-dark-C_VClg5s.js} +0 -0
  2392. /package/dist/tokens/themes/chunks/{tokens-base-dark-V8E4WaJI.js → tokens-base-dark-CsflOADh.js} +0 -0
  2393. /package/dist/tokens/themes/chunks/{tokens-base-light-ljPrpLe2.js → tokens-base-light-9TN2mC0P.js} +0 -0
  2394. /package/dist/tokens/themes/chunks/{tokens-base-light-LYlvM3eZ.js → tokens-base-light-Bg9yNmR_.js} +0 -0
  2395. /package/dist/tokens/themes/types/{config.d.ts → themes/config.d.ts} +0 -0
  2396. /package/dist/tokens/themes/types/{dp-dark.d.ts → themes/dp-dark.d.ts} +0 -0
  2397. /package/dist/tokens/themes/types/{dp-light.d.ts → themes/dp-light.d.ts} +0 -0
  2398. /package/dist/tokens/themes/types/{expressive-dark.d.ts → themes/expressive-dark.d.ts} +0 -0
  2399. /package/dist/tokens/themes/types/{expressive-light.d.ts → themes/expressive-light.d.ts} +0 -0
  2400. /package/dist/tokens/themes/types/{expressive-sm-dark.d.ts → themes/expressive-sm-dark.d.ts} +0 -0
  2401. /package/dist/tokens/themes/types/{expressive-sm-light.d.ts → themes/expressive-sm-light.d.ts} +0 -0
  2402. /package/dist/tokens/themes/types/{tmo-dark.d.ts → themes/tmo-dark.d.ts} +0 -0
  2403. /package/dist/tokens/themes/types/{tmo-light.d.ts → themes/tmo-light.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { B as r } from "./chunks/tokens-base-dark--ozK7f0P.js";
1
+ import { B as r } from "./chunks/tokens-base-dark-C_VClg5s.js";
2
2
  const o = ':root{color-scheme:dark;--dt-font-size-100: 1.2rem;--dt-font-size-200: 1.6rem;--dt-font-size-300: 2rem;--dt-font-size-400: 2.8rem;--dt-font-size-500: 4.1rem;--dt-font-size-600: 5.1rem;--dt-size-border-focus: .3rem;--dt-color-foreground-primary-h: 0;--dt-color-foreground-primary-s: 0%;--dt-color-foreground-primary-l: 90.19607843137256%;--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);--dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));--dt-color-foreground-primary: #E6E6E6;--dt-color-foreground-secondary-h: 0;--dt-color-foreground-secondary-s: 0%;--dt-color-foreground-secondary-l: 76.07843137254902%;--dt-color-foreground-secondary-hsl: var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l);--dt-color-foreground-secondary-hsla: hsla(var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l) / var(--alpha, 100%));--dt-color-foreground-secondary: #C2C2C2;--dt-color-foreground-tertiary-h: 0;--dt-color-foreground-tertiary-s: 0%;--dt-color-foreground-tertiary-l: 66.66666666666666%;--dt-color-foreground-tertiary-hsl: var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l);--dt-color-foreground-tertiary-hsla: hsla(var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l) / var(--alpha, 100%));--dt-color-foreground-tertiary: #AAAAAA;--dt-color-foreground-muted-h: 0;--dt-color-foreground-muted-s: 0%;--dt-color-foreground-muted-l: 83.1%;--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);--dt-color-foreground-muted-hsla: hsla(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 100%));--dt-color-foreground-muted: hsl(0 0% 83.1% / .6);--dt-color-foreground-placeholder-h: 0;--dt-color-foreground-placeholder-s: 0%;--dt-color-foreground-placeholder-l: 66.66666666666666%;--dt-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l);--dt-color-foreground-placeholder-hsla: hsla(var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l) / var(--alpha, 100%));--dt-color-foreground-placeholder: #AAAAAA;--dt-color-foreground-disabled-h: 0;--dt-color-foreground-disabled-s: 0%;--dt-color-foreground-disabled-l: 66.66666666666666%;--dt-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l);--dt-color-foreground-disabled-hsla: hsla(var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l) / var(--alpha, 100%));--dt-color-foreground-disabled: #AAAAAA;--dt-color-foreground-critical-h: 0;--dt-color-foreground-critical-s: 100%;--dt-color-foreground-critical-l: 76.07843137254902%;--dt-color-foreground-critical-hsl: var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l);--dt-color-foreground-critical-hsla: hsla(var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l) / var(--alpha, 100%));--dt-color-foreground-critical: #FF8585;--dt-color-foreground-critical-strong-h: 0;--dt-color-foreground-critical-strong-s: 100%;--dt-color-foreground-critical-strong-l: 82.1%;--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);--dt-color-foreground-critical-strong-hsla: hsla(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong: hsl(0 100% 82.1%);--dt-color-foreground-success-h: 111.52173913043478;--dt-color-foreground-success-s: 100%;--dt-color-foreground-success-l: 81.96078431372548%;--dt-color-foreground-success-hsl: var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l);--dt-color-foreground-success-hsla: hsla(var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l) / var(--alpha, 100%));--dt-color-foreground-success: #B0FFA3;--dt-color-foreground-success-strong-h: 112;--dt-color-foreground-success-strong-s: 100%;--dt-color-foreground-success-strong-l: 88.3%;--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);--dt-color-foreground-success-strong-hsla: hsla(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));--dt-color-foreground-success-strong: hsl(112 100% 88.3%);--dt-color-foreground-warning-h: 42.99212598425196;--dt-color-foreground-warning-s: 100%;--dt-color-foreground-warning-l: 75.09803921568627%;--dt-color-foreground-warning-hsl: var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l);--dt-color-foreground-warning-hsla: hsla(var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l) / var(--alpha, 100%));--dt-color-foreground-warning: #FFDB80;--dt-color-foreground-primary-inverted-h: 0;--dt-color-foreground-primary-inverted-s: 0%;--dt-color-foreground-primary-inverted-l: 0%;--dt-color-foreground-primary-inverted-hsl: var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l);--dt-color-foreground-primary-inverted-hsla: hsla(var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-primary-inverted: #000000;--dt-color-foreground-secondary-inverted-h: 0;--dt-color-foreground-secondary-inverted-s: 0%;--dt-color-foreground-secondary-inverted-l: 22.745098039215687%;--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l);--dt-color-foreground-secondary-inverted-hsla: hsla(var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-secondary-inverted: #3A3A3A;--dt-color-foreground-tertiary-inverted-h: 0;--dt-color-foreground-tertiary-inverted-s: 0%;--dt-color-foreground-tertiary-inverted-l: 33.33333333333333%;--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l);--dt-color-foreground-tertiary-inverted-hsla: hsla(var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-tertiary-inverted: #555555;--dt-color-foreground-muted-inverted-h: 0;--dt-color-foreground-muted-inverted-s: 0%;--dt-color-foreground-muted-inverted-l: 14.899999999999999%;--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);--dt-color-foreground-muted-inverted-hsla: hsla(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 100%));--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / .6);--dt-color-foreground-placeholder-inverted-h: 0;--dt-color-foreground-placeholder-inverted-s: 0%;--dt-color-foreground-placeholder-inverted-l: 50.19607843137255%;--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l);--dt-color-foreground-placeholder-inverted-hsla: hsla(var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l) / var(--alpha, 100%));--dt-color-foreground-placeholder-inverted: #808080;--dt-color-foreground-disabled-inverted-h: 0;--dt-color-foreground-disabled-inverted-s: 0%;--dt-color-foreground-disabled-inverted-l: 50.19607843137255%;--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l);--dt-color-foreground-disabled-inverted-hsla: hsla(var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l) / var(--alpha, 100%));--dt-color-foreground-disabled-inverted: #808080;--dt-color-foreground-critical-inverted-h: 0;--dt-color-foreground-critical-inverted-s: 88.79999999999998%;--dt-color-foreground-critical-inverted-l: 49.01960784313726%;--dt-color-foreground-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l);--dt-color-foreground-critical-inverted-hsla: hsla(var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l) / var(--alpha, 100%));--dt-color-foreground-critical-inverted: #EC0E0E;--dt-color-foreground-critical-strong-inverted-h: 0;--dt-color-foreground-critical-strong-inverted-s: 88.659793814433%;--dt-color-foreground-critical-strong-inverted-l: 38.03921568627451%;--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l);--dt-color-foreground-critical-strong-inverted-hsla: hsla(var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong-inverted: #B70B0B;--dt-color-foreground-success-inverted-h: 136.64233576642334;--dt-color-foreground-success-inverted-s: 72.4867724867725%;--dt-color-foreground-success-inverted-l: 37.05882352941176%;--dt-color-foreground-success-inverted-hsl: var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l);--dt-color-foreground-success-inverted-hsla: hsla(var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l) / var(--alpha, 100%));--dt-color-foreground-success-inverted: #1AA340;--dt-color-foreground-success-strong-inverted-h: 136.15384615384616;--dt-color-foreground-success-strong-inverted-s: 59.09090909090909%;--dt-color-foreground-success-strong-inverted-l: 17.254901960784313%;--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l);--dt-color-foreground-success-strong-inverted-hsla: hsla(var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l) / var(--alpha, 100%));--dt-color-foreground-success-strong-inverted: #124620;--dt-color-foreground-warning-inverted-h: 35.70247933884298;--dt-color-foreground-warning-inverted-s: 88.32116788321169%;--dt-color-foreground-warning-inverted-l: 26.862745098039216%;--dt-color-foreground-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l);--dt-color-foreground-warning-inverted-hsla: hsla(var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l) / var(--alpha, 100%));--dt-color-foreground-warning-inverted: #815008;--dt-color-link-primary-h: 261.00000000000006;--dt-color-link-primary-s: 100%;--dt-color-link-primary-l: 78.2%;--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);--dt-color-link-primary-hsla: hsla(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));--dt-color-link-primary: hsl(261 100% 78.2%);--dt-color-link-critical-h: 0;--dt-color-link-critical-s: 100%;--dt-color-link-critical-l: 76.07843137254902%;--dt-color-link-critical-hsl: var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l);--dt-color-link-critical-hsla: hsla(var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l) / var(--alpha, 100%));--dt-color-link-critical: #FF8585;--dt-color-link-success-h: 111.52173913043478;--dt-color-link-success-s: 100%;--dt-color-link-success-l: 81.96078431372548%;--dt-color-link-success-hsl: var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l);--dt-color-link-success-hsla: hsla(var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l) / var(--alpha, 100%));--dt-color-link-success: #B0FFA3;--dt-color-link-warning-h: 42.99212598425196;--dt-color-link-warning-s: 100%;--dt-color-link-warning-l: 75.09803921568627%;--dt-color-link-warning-hsl: var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l);--dt-color-link-warning-hsla: hsla(var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l) / var(--alpha, 100%));--dt-color-link-warning: #FFDB80;--dt-color-link-muted-h: 0;--dt-color-link-muted-s: 0%;--dt-color-link-muted-l: 76.07843137254902%;--dt-color-link-muted-hsl: var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l);--dt-color-link-muted-hsla: hsla(var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l) / var(--alpha, 100%));--dt-color-link-muted: #C2C2C2;--dt-color-link-disabled-h: 0;--dt-color-link-disabled-s: 0%;--dt-color-link-disabled-l: 66.66666666666666%;--dt-color-link-disabled-hsl: var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l);--dt-color-link-disabled-hsla: hsla(var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l) / var(--alpha, 100%));--dt-color-link-disabled: #AAAAAA;--dt-color-link-primary-inverted-h: 254.5664739884393;--dt-color-link-primary-inverted-s: 100%;--dt-color-link-primary-inverted-l: 66.07843137254902%;--dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);--dt-color-link-primary-inverted-hsla: hsla(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));--dt-color-link-primary-inverted: #7C52FF;--dt-color-link-critical-inverted-h: 0;--dt-color-link-critical-inverted-s: 88.79999999999998%;--dt-color-link-critical-inverted-l: 49.01960784313726%;--dt-color-link-critical-inverted-hsl: var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l);--dt-color-link-critical-inverted-hsla: hsla(var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l) / var(--alpha, 100%));--dt-color-link-critical-inverted: #EC0E0E;--dt-color-link-success-inverted-h: 136.64233576642334;--dt-color-link-success-inverted-s: 72.4867724867725%;--dt-color-link-success-inverted-l: 37.05882352941176%;--dt-color-link-success-inverted-hsl: var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l);--dt-color-link-success-inverted-hsla: hsla(var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l) / var(--alpha, 100%));--dt-color-link-success-inverted: #1AA340;--dt-color-link-warning-inverted-h: 35.70247933884298;--dt-color-link-warning-inverted-s: 88.32116788321169%;--dt-color-link-warning-inverted-l: 26.862745098039216%;--dt-color-link-warning-inverted-hsl: var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l);--dt-color-link-warning-inverted-hsla: hsla(var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l) / var(--alpha, 100%));--dt-color-link-warning-inverted: #815008;--dt-color-link-muted-inverted-h: 0;--dt-color-link-muted-inverted-s: 0%;--dt-color-link-muted-inverted-l: 22.745098039215687%;--dt-color-link-muted-inverted-hsl: var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l);--dt-color-link-muted-inverted-hsla: hsla(var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l) / var(--alpha, 100%));--dt-color-link-muted-inverted: #3A3A3A;--dt-color-link-disabled-inverted-h: 0;--dt-color-link-disabled-inverted-s: 0%;--dt-color-link-disabled-inverted-l: 50.19607843137255%;--dt-color-link-disabled-inverted-hsl: var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l);--dt-color-link-disabled-inverted-hsla: hsla(var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l) / var(--alpha, 100%));--dt-color-link-disabled-inverted: #808080;--dt-color-link-primary-hover-h: 260.35714285714283;--dt-color-link-primary-hover-s: 100%;--dt-color-link-primary-hover-l: 89.01960784313725%;--dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);--dt-color-link-primary-hover-hsla: hsla(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));--dt-color-link-primary-hover: #DAC7FF;--dt-color-link-critical-hover-h: 357.6923076923077;--dt-color-link-critical-hover-s: 100%;--dt-color-link-critical-hover-l: 94.90196078431372%;--dt-color-link-critical-hover-hsl: var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l);--dt-color-link-critical-hover-hsla: hsla(var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l) / var(--alpha, 100%));--dt-color-link-critical-hover: #FFE5E6;--dt-color-link-success-hover-h: 111.42857142857133;--dt-color-link-success-hover-s: 53.84615384615389%;--dt-color-link-success-hover-l: 94.90196078431372%;--dt-color-link-success-hover-hsl: var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l);--dt-color-link-success-hover-hsla: hsla(var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l) / var(--alpha, 100%));--dt-color-link-success-hover: #EDF9EB;--dt-color-link-warning-hover-h: 47.058823529411775;--dt-color-link-warning-hover-s: 100%;--dt-color-link-warning-hover-l: 90%;--dt-color-link-warning-hover-hsl: var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l);--dt-color-link-warning-hover-hsla: hsla(var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l) / var(--alpha, 100%));--dt-color-link-warning-hover: #FFF4CC;--dt-color-link-muted-hover-h: 0;--dt-color-link-muted-hover-s: 0%;--dt-color-link-muted-hover-l: 90.19607843137256%;--dt-color-link-muted-hover-hsl: var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l);--dt-color-link-muted-hover-hsla: hsla(var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l) / var(--alpha, 100%));--dt-color-link-muted-hover: #E6E6E6;--dt-color-link-disabled-hover-h: 0;--dt-color-link-disabled-hover-s: 0%;--dt-color-link-disabled-hover-l: 66.66666666666666%;--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l);--dt-color-link-disabled-hover-hsla: hsla(var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l) / var(--alpha, 100%));--dt-color-link-disabled-hover: #AAAAAA;--dt-color-link-primary-inverted-hover-h: 254.49999999999997;--dt-color-link-primary-inverted-hover-s: 67.41573033707866%;--dt-color-link-primary-inverted-hover-l: 34.90196078431373%;--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);--dt-color-link-primary-inverted-hover-hsla: hsla(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-primary-inverted-hover: #3A1D95;--dt-color-link-critical-inverted-hover-h: 0;--dt-color-link-critical-inverted-hover-s: 88.659793814433%;--dt-color-link-critical-inverted-hover-l: 38.03921568627451%;--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l);--dt-color-link-critical-inverted-hover-hsla: hsla(var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-critical-inverted-hover: #B70B0B;--dt-color-link-success-inverted-hover-h: 136.15384615384616;--dt-color-link-success-inverted-hover-s: 59.09090909090909%;--dt-color-link-success-inverted-hover-l: 17.254901960784313%;--dt-color-link-success-inverted-hover-hsl: var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l);--dt-color-link-success-inverted-hover-hsla: hsla(var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-success-inverted-hover: #124620;--dt-color-link-warning-inverted-hover-h: 0;--dt-color-link-warning-inverted-hover-s: 0%;--dt-color-link-warning-inverted-hover-l: 14.901960784313726%;--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l);--dt-color-link-warning-inverted-hover-hsla: hsla(var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-warning-inverted-hover: #262626;--dt-color-link-muted-inverted-hover-h: 0;--dt-color-link-muted-inverted-hover-s: 0%;--dt-color-link-muted-inverted-hover-l: 0%;--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l);--dt-color-link-muted-inverted-hover-hsla: hsla(var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-muted-inverted-hover: #000000;--dt-color-link-disabled-inverted-hover-h: 0;--dt-color-link-disabled-inverted-hover-s: 0%;--dt-color-link-disabled-inverted-hover-l: 50.19607843137255%;--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l);--dt-color-link-disabled-inverted-hover-hsla: hsla(var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-disabled-inverted-hover: #808080;--dt-color-surface-secondary-opaque-h: 0;--dt-color-surface-secondary-opaque-s: 0%;--dt-color-surface-secondary-opaque-l: 90.2%;--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);--dt-color-surface-secondary-opaque-hsla: hsla(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 100%));--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / .06);--dt-color-surface-moderate-opaque-h: 0;--dt-color-surface-moderate-opaque-s: 0%;--dt-color-surface-moderate-opaque-l: 90.2%;--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);--dt-color-surface-moderate-opaque-hsla: hsla(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 100%));--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / .15);--dt-color-surface-bold-opaque-h: 0;--dt-color-surface-bold-opaque-s: 0%;--dt-color-surface-bold-opaque-l: 90.2%;--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);--dt-color-surface-bold-opaque-hsla: hsla(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 100%));--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / .27);--dt-color-surface-strong-opaque-h: 0;--dt-color-surface-strong-opaque-s: 0%;--dt-color-surface-strong-opaque-l: 90.2%;--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);--dt-color-surface-strong-opaque-hsla: hsla(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 100%));--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / .65);--dt-color-surface-contrast-opaque-h: 0;--dt-color-surface-contrast-opaque-s: 0%;--dt-color-surface-contrast-opaque-l: 90.2%;--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);--dt-color-surface-contrast-opaque-hsla: hsla(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 100%));--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / .96);--dt-color-surface-backdrop-h: 0;--dt-color-surface-backdrop-s: 0%;--dt-color-surface-backdrop-l: 0%;--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);--dt-color-surface-backdrop-hsla: hsla(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 100%));--dt-color-surface-backdrop: hsl(0 0% 0% / .7);--dt-color-surface-critical-opaque-h: 0;--dt-color-surface-critical-opaque-s: 88.7%;--dt-color-surface-critical-opaque-l: 38%;--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);--dt-color-surface-critical-opaque-hsla: hsla(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / .32);--dt-color-surface-critical-subtle-opaque-h: 0;--dt-color-surface-critical-subtle-opaque-s: 89.60000000000001%;--dt-color-surface-critical-subtle-opaque-l: 9.41%;--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);--dt-color-surface-critical-subtle-opaque-hsla: hsla(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / .5);--dt-color-surface-warning-opaque-h: 35.89999999999999;--dt-color-surface-warning-opaque-s: 66.00000000000001%;--dt-color-surface-warning-opaque-l: 49.6%;--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);--dt-color-surface-warning-opaque-hsla: hsla(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / .48);--dt-color-surface-warning-subtle-opaque-h: 35.7;--dt-color-surface-warning-subtle-opaque-s: 88.29999999999998%;--dt-color-surface-warning-subtle-opaque-l: 13.4%;--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);--dt-color-surface-warning-subtle-opaque-hsla: hsla(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / .5);--dt-color-surface-success-opaque-h: 137;--dt-color-surface-success-opaque-s: 72.50000000000001%;--dt-color-surface-success-opaque-l: 37.1%;--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);--dt-color-surface-success-opaque-hsla: hsla(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / .26);--dt-color-surface-success-subtle-opaque-h: 136;--dt-color-surface-success-subtle-opaque-s: 59.09999999999999%;--dt-color-surface-success-subtle-opaque-l: 8.63%;--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);--dt-color-surface-success-subtle-opaque-hsla: hsla(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / .5);--dt-color-surface-info-opaque-h: 212;--dt-color-surface-info-opaque-s: 79.19999999999999%;--dt-color-surface-info-opaque-l: 43.3%;--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);--dt-color-surface-info-opaque-hsla: hsla(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / .29);--dt-color-surface-info-subtle-opaque-h: 213.20966997513474;--dt-color-surface-info-subtle-opaque-s: 96.9787556672879%;--dt-color-surface-info-subtle-opaque-l: 12.97997843137255%;--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);--dt-color-surface-info-subtle-opaque-hsla: hsla(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / .5);--dt-color-surface-primary-h: 0;--dt-color-surface-primary-s: 0%;--dt-color-surface-primary-l: 12%;--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);--dt-color-surface-primary-hsla: hsla(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));--dt-color-surface-primary: hsl(0 0% 12%);--dt-color-surface-secondary-h: 0;--dt-color-surface-secondary-s: 0%;--dt-color-surface-secondary-l: 14.901960784313726%;--dt-color-surface-secondary-hsl: var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l);--dt-color-surface-secondary-hsla: hsla(var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l) / var(--alpha, 100%));--dt-color-surface-secondary: #262626;--dt-color-surface-moderate-h: 0;--dt-color-surface-moderate-s: 0%;--dt-color-surface-moderate-l: 22.745098039215687%;--dt-color-surface-moderate-hsl: var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l);--dt-color-surface-moderate-hsla: hsla(var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l) / var(--alpha, 100%));--dt-color-surface-moderate: #3A3A3A;--dt-color-surface-bold-h: 0;--dt-color-surface-bold-s: 0%;--dt-color-surface-bold-l: 33.33333333333333%;--dt-color-surface-bold-hsl: var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l);--dt-color-surface-bold-hsla: hsla(var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l) / var(--alpha, 100%));--dt-color-surface-bold: #555555;--dt-color-surface-strong-h: 0;--dt-color-surface-strong-s: 0%;--dt-color-surface-strong-l: 66.66666666666666%;--dt-color-surface-strong-hsl: var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l);--dt-color-surface-strong-hsla: hsla(var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l) / var(--alpha, 100%));--dt-color-surface-strong: #AAAAAA;--dt-color-surface-contrast-h: 0;--dt-color-surface-contrast-s: 0%;--dt-color-surface-contrast-l: 90.19607843137256%;--dt-color-surface-contrast-hsl: var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l);--dt-color-surface-contrast-hsla: hsla(var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l) / var(--alpha, 100%));--dt-color-surface-contrast: #E6E6E6;--dt-color-surface-critical-h: 0;--dt-color-surface-critical-s: 89.58333333333334%;--dt-color-surface-critical-l: 18.823529411764707%;--dt-color-surface-critical-hsl: var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l);--dt-color-surface-critical-hsla: hsla(var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l) / var(--alpha, 100%));--dt-color-surface-critical: #5B0505;--dt-color-surface-critical-subtle-h: 0;--dt-color-surface-critical-subtle-s: 89.60000000000001%;--dt-color-surface-critical-subtle-l: 9.41%;--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);--dt-color-surface-critical-subtle-hsla: hsla(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);--dt-color-surface-critical-strong-h: 0;--dt-color-surface-critical-strong-s: 100%;--dt-color-surface-critical-strong-l: 76.07843137254902%;--dt-color-surface-critical-strong-hsl: var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l);--dt-color-surface-critical-strong-hsla: hsla(var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l) / var(--alpha, 100%));--dt-color-surface-critical-strong: #FF8585;--dt-color-surface-warning-h: 35.70247933884298;--dt-color-surface-warning-s: 88.32116788321169%;--dt-color-surface-warning-l: 26.862745098039216%;--dt-color-surface-warning-hsl: var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l);--dt-color-surface-warning-hsla: hsla(var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l) / var(--alpha, 100%));--dt-color-surface-warning: #815008;--dt-color-surface-warning-subtle-h: 35.7;--dt-color-surface-warning-subtle-s: 88.29999999999998%;--dt-color-surface-warning-subtle-l: 13.4%;--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);--dt-color-surface-warning-subtle-hsla: hsla(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);--dt-color-surface-warning-strong-h: 35.92814371257486;--dt-color-surface-warning-strong-s: 66.00790513833991%;--dt-color-surface-warning-strong-l: 49.6078431372549%;--dt-color-surface-warning-strong-hsl: var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l);--dt-color-surface-warning-strong-hsla: hsla(var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l) / var(--alpha, 100%));--dt-color-surface-warning-strong: #D28F2B;--dt-color-surface-success-h: 136.15384615384616;--dt-color-surface-success-s: 59.09090909090909%;--dt-color-surface-success-l: 17.254901960784313%;--dt-color-surface-success-hsl: var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l);--dt-color-surface-success-hsla: hsla(var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l) / var(--alpha, 100%));--dt-color-surface-success: #124620;--dt-color-surface-success-subtle-h: 136;--dt-color-surface-success-subtle-s: 59.09999999999999%;--dt-color-surface-success-subtle-l: 8.63%;--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);--dt-color-surface-success-subtle-hsla: hsla(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);--dt-color-surface-success-strong-h: 111.52173913043478;--dt-color-surface-success-strong-s: 100%;--dt-color-surface-success-strong-l: 81.96078431372548%;--dt-color-surface-success-strong-hsl: var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l);--dt-color-surface-success-strong-hsla: hsla(var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l) / var(--alpha, 100%));--dt-color-surface-success-strong: #B0FFA3;--dt-color-surface-info-h: 212.77777777777777;--dt-color-surface-info-s: 98.18181818181819%;--dt-color-surface-info-l: 21.56862745098039%;--dt-color-surface-info-hsl: var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l);--dt-color-surface-info-hsla: hsla(var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l) / var(--alpha, 100%));--dt-color-surface-info: #01326D;--dt-color-surface-info-subtle-h: 213.20966997513474;--dt-color-surface-info-subtle-s: 96.9787556672879%;--dt-color-surface-info-subtle-l: 12.97997843137255%;--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);--dt-color-surface-info-subtle-hsla: hsla(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);--dt-color-surface-info-strong-h: 212.35294117647058;--dt-color-surface-info-strong-s: 100%;--dt-color-surface-info-strong-l: 80%;--dt-color-surface-info-strong-hsl: var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l);--dt-color-surface-info-strong-hsla: hsla(var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l) / var(--alpha, 100%));--dt-color-surface-info-strong: #99C8FF;--dt-color-border-subtle-h: 0;--dt-color-border-subtle-s: 0%;--dt-color-border-subtle-l: 100%;--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);--dt-color-border-subtle-hsla: hsla(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 100%));--dt-color-border-subtle: hsl(0 0% 100% / .14);--dt-color-border-default-h: 0;--dt-color-border-default-s: 0%;--dt-color-border-default-l: 100%;--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);--dt-color-border-default-hsla: hsla(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 100%));--dt-color-border-default: hsl(0 0% 100% / .22);--dt-color-border-moderate-h: 0;--dt-color-border-moderate-s: 0%;--dt-color-border-moderate-l: 100%;--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);--dt-color-border-moderate-hsla: hsla(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 100%));--dt-color-border-moderate: hsl(0 0% 100% / .36);--dt-color-border-bold-h: 0;--dt-color-border-bold-s: 0%;--dt-color-border-bold-l: 100%;--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);--dt-color-border-bold-hsla: hsla(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 100%));--dt-color-border-bold: hsl(0 0% 100% / .5);--dt-color-border-subtle-inverted-h: 0;--dt-color-border-subtle-inverted-s: 0%;--dt-color-border-subtle-inverted-l: 0%;--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);--dt-color-border-subtle-inverted-hsla: hsla(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-subtle-inverted: hsl(0 0% 0% / .1);--dt-color-border-default-inverted-h: 0;--dt-color-border-default-inverted-s: 0%;--dt-color-border-default-inverted-l: 0%;--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);--dt-color-border-default-inverted-hsla: hsla(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 100%));--dt-color-border-default-inverted: hsl(0 0% 0% / .18);--dt-color-border-moderate-inverted-h: 0;--dt-color-border-moderate-inverted-s: 0%;--dt-color-border-moderate-inverted-l: 0%;--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);--dt-color-border-moderate-inverted-hsla: hsla(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 100%));--dt-color-border-moderate-inverted: hsl(0 0% 0% / .34);--dt-color-border-bold-inverted-h: 0;--dt-color-border-bold-inverted-s: 0%;--dt-color-border-bold-inverted-l: 0%;--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);--dt-color-border-bold-inverted-hsla: hsla(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 100%));--dt-color-border-bold-inverted: hsl(0 0% 0% / .5);--dt-color-border-focus-h: 212.60115606936418;--dt-color-border-focus-s: 98.85714285714286%;--dt-color-border-focus-l: 65.68627450980392%;--dt-color-border-focus-hsl: var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l);--dt-color-border-focus-hsla: hsla(var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l) / var(--alpha, 100%));--dt-color-border-focus: #51A0FE;--dt-color-border-critical-h: 0;--dt-color-border-critical-s: 100%;--dt-color-border-critical-l: 76.07843137254902%;--dt-color-border-critical-hsl: var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l);--dt-color-border-critical-hsla: hsla(var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l) / var(--alpha, 100%));--dt-color-border-critical: #FF8585;--dt-color-border-success-h: 111.52173913043478;--dt-color-border-success-s: 100%;--dt-color-border-success-l: 81.96078431372548%;--dt-color-border-success-hsl: var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l);--dt-color-border-success-hsla: hsla(var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l) / var(--alpha, 100%));--dt-color-border-success: #B0FFA3;--dt-color-border-warning-h: 42.99212598425196;--dt-color-border-warning-s: 100%;--dt-color-border-warning-l: 75.09803921568627%;--dt-color-border-warning-hsl: var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l);--dt-color-border-warning-hsla: hsla(var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l) / var(--alpha, 100%));--dt-color-border-warning: #FFDB80;--dt-color-border-brand-h: 254.5664739884393;--dt-color-border-brand-s: 100%;--dt-color-border-brand-l: 66.07843137254902%;--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);--dt-color-border-brand-hsla: hsla(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));--dt-color-border-brand: #7C52FF;--dt-color-border-ai-h: 0;--dt-color-border-ai-s: 0%;--dt-color-border-ai-l: 0%;--dt-color-border-ai-hsl: var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l);--dt-color-border-ai-hsla: hsla(var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l) / var(--alpha, 100%));--dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);--dt-color-border-accent-h: 325.7831325301205;--dt-color-border-accent-s: 100%;--dt-color-border-accent-l: 48.8235294117647%;--dt-color-border-accent-hsl: var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l);--dt-color-border-accent-hsla: hsla(var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l) / var(--alpha, 100%));--dt-color-border-accent: #F9008E;--dt-color-border-critical-subtle-h: 0;--dt-color-border-critical-subtle-s: 88.659793814433%;--dt-color-border-critical-subtle-l: 38.03921568627451%;--dt-color-border-critical-subtle-hsl: var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l);--dt-color-border-critical-subtle-hsla: hsla(var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l) / var(--alpha, 100%));--dt-color-border-critical-subtle: #B70B0B;--dt-color-border-critical-strong-h: 357.6923076923077;--dt-color-border-critical-strong-s: 100%;--dt-color-border-critical-strong-l: 94.90196078431372%;--dt-color-border-critical-strong-hsl: var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l);--dt-color-border-critical-strong-hsla: hsla(var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l) / var(--alpha, 100%));--dt-color-border-critical-strong: #FFE5E6;--dt-color-border-success-subtle-h: 136.64233576642334;--dt-color-border-success-subtle-s: 72.4867724867725%;--dt-color-border-success-subtle-l: 37.05882352941176%;--dt-color-border-success-subtle-hsl: var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l);--dt-color-border-success-subtle-hsla: hsla(var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l) / var(--alpha, 100%));--dt-color-border-success-subtle: #1AA340;--dt-color-border-success-strong-h: 111.42857142857133;--dt-color-border-success-strong-s: 53.84615384615389%;--dt-color-border-success-strong-l: 94.90196078431372%;--dt-color-border-success-strong-hsl: var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l);--dt-color-border-success-strong-hsla: hsla(var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l) / var(--alpha, 100%));--dt-color-border-success-strong: #EDF9EB;--dt-color-border-warning-subtle-h: 35.92814371257486;--dt-color-border-warning-subtle-s: 66.00790513833991%;--dt-color-border-warning-subtle-l: 49.6078431372549%;--dt-color-border-warning-subtle-hsl: var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l);--dt-color-border-warning-subtle-hsla: hsla(var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l) / var(--alpha, 100%));--dt-color-border-warning-subtle: #D28F2B;--dt-color-border-warning-strong-h: 47.058823529411775;--dt-color-border-warning-strong-s: 100%;--dt-color-border-warning-strong-l: 90%;--dt-color-border-warning-strong-hsl: var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l);--dt-color-border-warning-strong-hsla: hsla(var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l) / var(--alpha, 100%));--dt-color-border-warning-strong: #FFF4CC;--dt-color-border-brand-subtle-h: 254.49999999999997;--dt-color-border-brand-subtle-s: 67.41573033707866%;--dt-color-border-brand-subtle-l: 34.90196078431373%;--dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);--dt-color-border-brand-subtle-hsla: hsla(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));--dt-color-border-brand-subtle: #3A1D95;--dt-color-border-brand-strong-h: 260.35714285714283;--dt-color-border-brand-strong-s: 100%;--dt-color-border-brand-strong-l: 89.01960784313725%;--dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);--dt-color-border-brand-strong-hsla: hsla(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));--dt-color-border-brand-strong: #DAC7FF;--dt-color-border-critical-inverted-h: 0;--dt-color-border-critical-inverted-s: 88.79999999999998%;--dt-color-border-critical-inverted-l: 49.01960784313726%;--dt-color-border-critical-inverted-hsl: var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l);--dt-color-border-critical-inverted-hsla: hsla(var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-inverted: #EC0E0E;--dt-color-border-success-inverted-h: 136.64233576642334;--dt-color-border-success-inverted-s: 72.4867724867725%;--dt-color-border-success-inverted-l: 37.05882352941176%;--dt-color-border-success-inverted-hsl: var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l);--dt-color-border-success-inverted-hsla: hsla(var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l) / var(--alpha, 100%));--dt-color-border-success-inverted: #1AA340;--dt-color-border-warning-inverted-h: 35.92814371257486;--dt-color-border-warning-inverted-s: 66.00790513833991%;--dt-color-border-warning-inverted-l: 49.6078431372549%;--dt-color-border-warning-inverted-hsl: var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l);--dt-color-border-warning-inverted-hsla: hsla(var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-inverted: #D28F2B;--dt-color-border-brand-inverted-h: 254.5664739884393;--dt-color-border-brand-inverted-s: 100%;--dt-color-border-brand-inverted-l: 66.07843137254902%;--dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);--dt-color-border-brand-inverted-hsla: hsla(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-inverted: #7C52FF;--dt-color-border-critical-subtle-inverted-h: 0;--dt-color-border-critical-subtle-inverted-s: 100%;--dt-color-border-critical-subtle-inverted-l: 76.07843137254902%;--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l);--dt-color-border-critical-subtle-inverted-hsla: hsla(var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-subtle-inverted: #FF8585;--dt-color-border-critical-strong-inverted-h: 0;--dt-color-border-critical-strong-inverted-s: 88.659793814433%;--dt-color-border-critical-strong-inverted-l: 38.03921568627451%;--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l);--dt-color-border-critical-strong-inverted-hsla: hsla(var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-strong-inverted: #B70B0B;--dt-color-border-success-subtle-inverted-h: 111.52173913043478;--dt-color-border-success-subtle-inverted-s: 100%;--dt-color-border-success-subtle-inverted-l: 81.96078431372548%;--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l);--dt-color-border-success-subtle-inverted-hsla: hsla(var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-success-subtle-inverted: #B0FFA3;--dt-color-border-success-strong-inverted-h: 136.15384615384616;--dt-color-border-success-strong-inverted-s: 59.09090909090909%;--dt-color-border-success-strong-inverted-l: 17.254901960784313%;--dt-color-border-success-strong-inverted-hsl: var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l);--dt-color-border-success-strong-inverted-hsla: hsla(var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-success-strong-inverted: #124620;--dt-color-border-warning-subtle-inverted-h: 42.99212598425196;--dt-color-border-warning-subtle-inverted-s: 100%;--dt-color-border-warning-subtle-inverted-l: 75.09803921568627%;--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l);--dt-color-border-warning-subtle-inverted-hsla: hsla(var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-subtle-inverted: #FFDB80;--dt-color-border-warning-strong-inverted-h: 35.70247933884298;--dt-color-border-warning-strong-inverted-s: 88.32116788321169%;--dt-color-border-warning-strong-inverted-l: 26.862745098039216%;--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l);--dt-color-border-warning-strong-inverted-hsla: hsla(var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-strong-inverted: #815008;--dt-color-border-brand-subtle-inverted-h: 260.35714285714283;--dt-color-border-brand-subtle-inverted-s: 100%;--dt-color-border-brand-subtle-inverted-l: 89.01960784313725%;--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);--dt-color-border-brand-subtle-inverted-hsla: hsla(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-subtle-inverted: #DAC7FF;--dt-color-border-brand-strong-inverted-h: 254.49999999999997;--dt-color-border-brand-strong-inverted-s: 67.41573033707866%;--dt-color-border-brand-strong-inverted-l: 34.90196078431373%;--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);--dt-color-border-brand-strong-inverted-hsla: hsla(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-strong-inverted: #3A1D95;--dt-typography-body-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-md-font-weight: 400;--dt-typography-body-md-line-height: 1.6;--dt-typography-body-md-font-size: 1.6rem;--dt-typography-body-md-text-case: none;--dt-typography-body-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-md-compact-font-weight: 400;--dt-typography-body-md-compact-line-height: 1.4;--dt-typography-body-md-compact-font-size: 1.6rem;--dt-typography-body-md-compact-text-case: none;--dt-typography-body-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-sm-font-weight: 400;--dt-typography-body-sm-line-height: 1.4;--dt-typography-body-sm-font-size: 1.2rem;--dt-typography-body-sm-text-case: none;--dt-typography-body-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-sm-compact-font-weight: 400;--dt-typography-body-sm-compact-line-height: 1.2;--dt-typography-body-sm-compact-font-size: 1.2rem;--dt-typography-body-sm-compact-text-case: none;--dt-typography-headline-eyebrow-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-eyebrow-font-weight: 400;--dt-typography-headline-eyebrow-line-height: 1.4;--dt-typography-headline-eyebrow-font-size: 1.2rem;--dt-typography-headline-eyebrow-text-case: uppercase;--dt-typography-headline-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-font-weight: 700;--dt-typography-headline-sm-line-height: 1.4;--dt-typography-headline-sm-font-size: 1.6rem;--dt-typography-headline-sm-text-case: none;--dt-typography-headline-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-compact-font-weight: 700;--dt-typography-headline-sm-compact-line-height: 1.2;--dt-typography-headline-sm-compact-font-size: 1.6rem;--dt-typography-headline-sm-compact-text-case: none;--dt-typography-headline-sm-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-soft-font-weight: 500;--dt-typography-headline-sm-soft-line-height: 1.4;--dt-typography-headline-sm-soft-font-size: 1.6rem;--dt-typography-headline-sm-soft-text-case: none;--dt-typography-headline-sm-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-soft-compact-font-weight: 500;--dt-typography-headline-sm-soft-compact-line-height: 1.2;--dt-typography-headline-sm-soft-compact-font-size: 1.6rem;--dt-typography-headline-sm-soft-compact-text-case: none;--dt-typography-headline-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-md-font-weight: 700;--dt-typography-headline-md-line-height: 1.6;--dt-typography-headline-md-font-size: 2rem;--dt-typography-headline-md-text-case: none;--dt-typography-headline-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-md-compact-font-weight: 700;--dt-typography-headline-md-compact-line-height: 1.4;--dt-typography-headline-md-compact-font-size: 2rem;--dt-typography-headline-md-compact-text-case: none;--dt-typography-headline-lg-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-font-weight: 700;--dt-typography-headline-lg-line-height: 1.6;--dt-typography-headline-lg-font-size: 2.8rem;--dt-typography-headline-lg-text-case: none;--dt-typography-headline-lg-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-soft-font-weight: 500;--dt-typography-headline-lg-soft-line-height: 1.6;--dt-typography-headline-lg-soft-font-size: 2.8rem;--dt-typography-headline-lg-soft-text-case: none;--dt-typography-headline-lg-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-compact-font-weight: 700;--dt-typography-headline-lg-compact-line-height: 1.4;--dt-typography-headline-lg-compact-font-size: 2.8rem;--dt-typography-headline-lg-compact-text-case: none;--dt-typography-headline-lg-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-soft-compact-font-weight: 500;--dt-typography-headline-lg-soft-compact-line-height: 1.4;--dt-typography-headline-lg-soft-compact-font-size: 2.8rem;--dt-typography-headline-lg-soft-compact-text-case: none;--dt-typography-headline-xl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xl-font-weight: 500;--dt-typography-headline-xl-line-height: 1.2;--dt-typography-headline-xl-font-size: 4.1rem;--dt-typography-headline-xl-text-case: none;--dt-typography-headline-xl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xl-compact-font-weight: 500;--dt-typography-headline-xl-compact-line-height: 1;--dt-typography-headline-xl-compact-font-size: 4.1rem;--dt-typography-headline-xl-compact-text-case: none;--dt-typography-headline-xxl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xxl-font-weight: 500;--dt-typography-headline-xxl-line-height: 1.2;--dt-typography-headline-xxl-font-size: 5.1rem;--dt-typography-headline-xxl-text-case: none;--dt-typography-headline-xxl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xxl-compact-font-weight: 500;--dt-typography-headline-xxl-compact-line-height: 1;--dt-typography-headline-xxl-compact-font-size: 5.1rem;--dt-typography-headline-xxl-compact-text-case: none;--dt-typography-label-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-font-weight: 600;--dt-typography-label-md-line-height: 1.6;--dt-typography-label-md-font-size: 1.6rem;--dt-typography-label-md-text-case: none;--dt-typography-label-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-compact-font-weight: 600;--dt-typography-label-md-compact-line-height: 1.4;--dt-typography-label-md-compact-font-size: 1.6rem;--dt-typography-label-md-compact-text-case: none;--dt-typography-label-md-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-plain-font-weight: 400;--dt-typography-label-md-plain-line-height: 1.6;--dt-typography-label-md-plain-font-size: 1.6rem;--dt-typography-label-md-plain-text-case: none;--dt-typography-label-md-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-plain-compact-font-weight: 400;--dt-typography-label-md-plain-compact-line-height: 1.4;--dt-typography-label-md-plain-compact-font-size: 1.6rem;--dt-typography-label-md-plain-compact-text-case: none;--dt-typography-label-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-font-weight: 600;--dt-typography-label-sm-line-height: 1.4;--dt-typography-label-sm-font-size: 1.2rem;--dt-typography-label-sm-text-case: none;--dt-typography-label-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-compact-font-weight: 600;--dt-typography-label-sm-compact-line-height: 1.2;--dt-typography-label-sm-compact-font-size: 1.2rem;--dt-typography-label-sm-compact-text-case: none;--dt-typography-label-sm-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-plain-font-weight: 400;--dt-typography-label-sm-plain-line-height: 1.4;--dt-typography-label-sm-plain-font-size: 1.2rem;--dt-typography-label-sm-plain-text-case: none;--dt-typography-label-sm-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-plain-compact-font-weight: 400;--dt-typography-label-sm-plain-compact-line-height: 1.2;--dt-typography-label-sm-plain-compact-font-size: 1.2rem;--dt-typography-label-sm-plain-compact-text-case: none;--dt-typography-helper-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-helper-md-font-weight: 400;--dt-typography-helper-md-line-height: 1.4;--dt-typography-helper-md-font-size: 1.6rem;--dt-typography-helper-md-text-case: none;--dt-typography-helper-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-helper-sm-font-weight: 400;--dt-typography-helper-sm-line-height: 1.2;--dt-typography-helper-sm-font-size: 1.2rem;--dt-typography-helper-sm-text-case: none;--dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--dt-typography-code-md-font-weight: 400;--dt-typography-code-md-line-height: 1.2;--dt-typography-code-md-font-size: 1.6rem;--dt-typography-code-md-text-case: none;--dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--dt-typography-code-sm-font-weight: 400;--dt-typography-code-sm-line-height: 1.2;--dt-typography-code-sm-font-size: 1.2rem;--dt-typography-code-sm-text-case: none;--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family);--dt-inputs-size-border-default: .15rem;--dt-inputs-size-border-status: .2rem;--dt-inputs-size-radius-xs: .4rem;--dt-inputs-size-radius-sm: .8rem;--dt-inputs-size-radius-md: .8rem;--dt-inputs-size-radius-lg: 1.2rem;--dt-inputs-size-radius-xl: 1.6rem;--dt-inputs-line-height-default: 1.2;--dt-inputs-font-size-xs: 1.2rem;--dt-inputs-font-size-sm: 1.2rem;--dt-inputs-font-size-md: 1.6rem;--dt-inputs-font-size-lg: 2rem;--dt-inputs-font-size-xl: 1.2rem;--dt-inputs-color-foreground-default-h: 0;--dt-inputs-color-foreground-default-s: 0%;--dt-inputs-color-foreground-default-l: 90.19607843137256%;--dt-inputs-color-foreground-default-hsl: var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l);--dt-inputs-color-foreground-default-hsla: hsla(var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l) / var(--alpha, 100%));--dt-inputs-color-foreground-default: #E6E6E6;--dt-inputs-color-foreground-placeholder-h: 0;--dt-inputs-color-foreground-placeholder-s: 0%;--dt-inputs-color-foreground-placeholder-l: 66.66666666666666%;--dt-inputs-color-foreground-placeholder-hsl: var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l);--dt-inputs-color-foreground-placeholder-hsla: hsla(var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l) / var(--alpha, 100%));--dt-inputs-color-foreground-placeholder: #AAAAAA;--dt-inputs-color-foreground-disabled-h: 0;--dt-inputs-color-foreground-disabled-s: 0%;--dt-inputs-color-foreground-disabled-l: 66.66666666666666%;--dt-inputs-color-foreground-disabled-hsl: var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l);--dt-inputs-color-foreground-disabled-hsla: hsla(var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l) / var(--alpha, 100%));--dt-inputs-color-foreground-disabled: #AAAAAA;--dt-inputs-color-border-default-h: 0;--dt-inputs-color-border-default-s: 0%;--dt-inputs-color-border-default-l: 100%;--dt-inputs-color-border-default-hsl: var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l);--dt-inputs-color-border-default-hsla: hsla(var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l) / var(--alpha, 100%));--dt-inputs-color-border-default: hsl(0 0% 100% / .14);--dt-inputs-color-border-focus-h: 212.60115606936418;--dt-inputs-color-border-focus-s: 98.85714285714286%;--dt-inputs-color-border-focus-l: 65.68627450980392%;--dt-inputs-color-border-focus-hsl: var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l);--dt-inputs-color-border-focus-hsla: hsla(var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l) / var(--alpha, 100%));--dt-inputs-color-border-focus: #51A0FE;--dt-inputs-color-border-critical-h: 0;--dt-inputs-color-border-critical-s: 100%;--dt-inputs-color-border-critical-l: 76.07843137254902%;--dt-inputs-color-border-critical-hsl: var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l);--dt-inputs-color-border-critical-hsla: hsla(var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l) / var(--alpha, 100%));--dt-inputs-color-border-critical: #FF8585;--dt-inputs-color-border-success-h: 111.52173913043478;--dt-inputs-color-border-success-s: 100%;--dt-inputs-color-border-success-l: 81.96078431372548%;--dt-inputs-color-border-success-hsl: var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l);--dt-inputs-color-border-success-hsla: hsla(var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l) / var(--alpha, 100%));--dt-inputs-color-border-success: #B0FFA3;--dt-inputs-color-border-warning-h: 42.99212598425196;--dt-inputs-color-border-warning-s: 100%;--dt-inputs-color-border-warning-l: 75.09803921568627%;--dt-inputs-color-border-warning-hsl: var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l);--dt-inputs-color-border-warning-hsla: hsla(var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l) / var(--alpha, 100%));--dt-inputs-color-border-warning: #FFDB80;--dt-inputs-color-border-disabled-h: 0;--dt-inputs-color-border-disabled-s: 0%;--dt-inputs-color-border-disabled-l: 0%;--dt-inputs-color-border-disabled-hsl: var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l);--dt-inputs-color-border-disabled-hsla: hsla(var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l) / var(--alpha, 100%));--dt-inputs-color-border-disabled: transparent;--dt-inputs-color-background-default-h: 0;--dt-inputs-color-background-default-s: 0%;--dt-inputs-color-background-default-l: 90.2%;--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);--dt-inputs-color-background-default-hsla: hsla(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 100%));--dt-inputs-color-background-default: hsl(0 0% 90.2% / .06);--dt-inputs-color-background-focus-h: 0;--dt-inputs-color-background-focus-s: 0%;--dt-inputs-color-background-focus-l: 90.2%;--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);--dt-inputs-color-background-focus-hsla: hsla(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 100%));--dt-inputs-color-background-focus: hsl(0 0% 90.2% / .03);--dt-inputs-color-background-disabled-h: 0;--dt-inputs-color-background-disabled-s: 0%;--dt-inputs-color-background-disabled-l: 90.2%;--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);--dt-inputs-color-background-disabled-hsla: hsla(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 100%));--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / .15);--dt-action-color-foreground-base-default-h: 260.9302325581395;--dt-action-color-foreground-base-default-s: 100%;--dt-action-color-foreground-base-default-l: 74.70588235294117%;--dt-action-color-foreground-base-default-hsl: var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l);--dt-action-color-foreground-base-default-hsla: hsla(var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l) / var(--alpha, 100%));--dt-action-color-foreground-base-default: #AB7EFF;--dt-action-color-foreground-base-hover-h: 0;--dt-action-color-foreground-base-hover-s: 0%;--dt-action-color-foreground-base-hover-l: 0%;--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-hover-hsla: hsla(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);--dt-action-color-foreground-base-active-h: 0;--dt-action-color-foreground-base-active-s: 0%;--dt-action-color-foreground-base-active-l: 0%;--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l);--dt-action-color-foreground-base-active-hsla: hsla(var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l) / var(--alpha, 100%));--dt-action-color-foreground-base-active: lch(69.4 56.1 303);--dt-action-color-foreground-base-primary-default-h: 0;--dt-action-color-foreground-base-primary-default-s: 0%;--dt-action-color-foreground-base-primary-default-l: 100%;--dt-action-color-foreground-base-primary-default-hsl: var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l);--dt-action-color-foreground-base-primary-default-hsla: hsla(var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-base-primary-default: #ffffff;--dt-action-color-foreground-critical-default-h: 0;--dt-action-color-foreground-critical-default-s: 100%;--dt-action-color-foreground-critical-default-l: 76.07843137254902%;--dt-action-color-foreground-critical-default-hsl: var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l);--dt-action-color-foreground-critical-default-hsla: hsla(var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-default: #FF8585;--dt-action-color-foreground-critical-hover-h: 0;--dt-action-color-foreground-critical-hover-s: 0%;--dt-action-color-foreground-critical-hover-l: 0%;--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-hover-hsla: hsla(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);--dt-action-color-foreground-critical-active-h: 0;--dt-action-color-foreground-critical-active-s: 0%;--dt-action-color-foreground-critical-active-l: 0%;--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l);--dt-action-color-foreground-critical-active-hsla: hsla(var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);--dt-action-color-foreground-critical-primary-default-h: 0;--dt-action-color-foreground-critical-primary-default-s: 0%;--dt-action-color-foreground-critical-primary-default-l: 100%;--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l);--dt-action-color-foreground-critical-primary-default-hsla: hsla(var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-primary-default: #ffffff;--dt-action-color-foreground-inverted-default-h: 0;--dt-action-color-foreground-inverted-default-s: 0%;--dt-action-color-foreground-inverted-default-l: 0%;--dt-action-color-foreground-inverted-default-hsl: var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l);--dt-action-color-foreground-inverted-default-hsla: hsla(var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-default: #000000;--dt-action-color-foreground-inverted-hover-h: 0;--dt-action-color-foreground-inverted-hover-s: 0%;--dt-action-color-foreground-inverted-hover-l: 0%;--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l);--dt-action-color-foreground-inverted-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-hover: #000000;--dt-action-color-foreground-inverted-active-h: 0;--dt-action-color-foreground-inverted-active-s: 0%;--dt-action-color-foreground-inverted-active-l: 0%;--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l);--dt-action-color-foreground-inverted-active-hsla: hsla(var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-active: #000000;--dt-action-color-foreground-inverted-primary-default-h: 260.9302325581395;--dt-action-color-foreground-inverted-primary-default-s: 100%;--dt-action-color-foreground-inverted-primary-default-l: 74.70588235294117%;--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l);--dt-action-color-foreground-inverted-primary-default-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-default: #AB7EFF;--dt-action-color-foreground-inverted-primary-hover-h: 260.35714285714283;--dt-action-color-foreground-inverted-primary-hover-s: 100%;--dt-action-color-foreground-inverted-primary-hover-l: 89.01960784313725%;--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l);--dt-action-color-foreground-inverted-primary-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-hover: #DAC7FF;--dt-action-color-foreground-inverted-primary-active-h: 260.35714285714283;--dt-action-color-foreground-inverted-primary-active-s: 100%;--dt-action-color-foreground-inverted-primary-active-l: 89.01960784313725%;--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l);--dt-action-color-foreground-inverted-primary-active-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-active: #DAC7FF;--dt-action-color-foreground-muted-default-h: 0;--dt-action-color-foreground-muted-default-s: 0%;--dt-action-color-foreground-muted-default-l: 76.07843137254902%;--dt-action-color-foreground-muted-default-hsl: var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l);--dt-action-color-foreground-muted-default-hsla: hsla(var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-default: #C2C2C2;--dt-action-color-foreground-muted-hover-h: 0;--dt-action-color-foreground-muted-hover-s: 0%;--dt-action-color-foreground-muted-hover-l: 76.07843137254902%;--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l);--dt-action-color-foreground-muted-hover-hsla: hsla(var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-hover: #C2C2C2;--dt-action-color-foreground-muted-active-h: 0;--dt-action-color-foreground-muted-active-s: 0%;--dt-action-color-foreground-muted-active-l: 76.07843137254902%;--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l);--dt-action-color-foreground-muted-active-hsla: hsla(var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-active: #C2C2C2;--dt-action-color-foreground-disabled-default-h: 0;--dt-action-color-foreground-disabled-default-s: 0%;--dt-action-color-foreground-disabled-default-l: 66.66666666666666%;--dt-action-color-foreground-disabled-default-hsl: var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l);--dt-action-color-foreground-disabled-default-hsla: hsla(var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l) / var(--alpha, 100%));--dt-action-color-foreground-disabled-default: #AAAAAA;--dt-action-color-foreground-positive-default-h: 111.52173913043478;--dt-action-color-foreground-positive-default-s: 100%;--dt-action-color-foreground-positive-default-l: 81.96078431372548%;--dt-action-color-foreground-positive-default-hsl: var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l);--dt-action-color-foreground-positive-default-hsla: hsla(var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-default: #B0FFA3;--dt-action-color-foreground-positive-hover-h: 111.99999999999999;--dt-action-color-foreground-positive-hover-s: 100%;--dt-action-color-foreground-positive-hover-l: 67.2%;--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-hover-hsla: hsla(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);--dt-action-color-foreground-positive-active-h: 111.99999999999999;--dt-action-color-foreground-positive-active-s: 100%;--dt-action-color-foreground-positive-active-l: 67.2%;--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l);--dt-action-color-foreground-positive-active-hsla: hsla(var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);--dt-action-color-foreground-positive-primary-default-h: 0;--dt-action-color-foreground-positive-primary-default-s: 0%;--dt-action-color-foreground-positive-primary-default-l: 100%;--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l);--dt-action-color-foreground-positive-primary-default-hsla: hsla(var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-primary-default: #ffffff;--dt-action-color-background-base-default-h: 0;--dt-action-color-background-base-default-s: 0%;--dt-action-color-background-base-default-l: 0%;--dt-action-color-background-base-default-hsl: var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l);--dt-action-color-background-base-default-hsla: hsla(var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l) / var(--alpha, 100%));--dt-action-color-background-base-default: transparent;--dt-action-color-background-base-hover-h: 261;--dt-action-color-background-base-hover-s: 100%;--dt-action-color-background-base-hover-l: 74.70000000000002%;--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);--dt-action-color-background-base-hover-hsla: hsla(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-hover: hsl(261 100% 74.7% / .1);--dt-action-color-background-base-active-h: 261;--dt-action-color-background-base-active-s: 100%;--dt-action-color-background-base-active-l: 74.70000000000002%;--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);--dt-action-color-background-base-active-hsla: hsla(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 100%));--dt-action-color-background-base-active: hsl(261 100% 74.7% / .2);--dt-action-color-background-base-primary-default-h: 254.5664739884393;--dt-action-color-background-base-primary-default-s: 100%;--dt-action-color-background-base-primary-default-l: 66.07843137254902%;--dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);--dt-action-color-background-base-primary-default-hsla: hsla(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-default: #7C52FF;--dt-action-color-background-base-primary-hover-h: 255;--dt-action-color-background-base-primary-hover-s: 100%;--dt-action-color-background-base-primary-hover-l: 63.40000000000001%;--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);--dt-action-color-background-base-primary-hover-hsla: hsla(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);--dt-action-color-background-base-primary-active-h: 255.00000000000006;--dt-action-color-background-base-primary-active-s: 100%;--dt-action-color-background-base-primary-active-l: 60.8%;--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);--dt-action-color-background-base-primary-active-hsla: hsla(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);--dt-action-color-background-critical-default-h: 0;--dt-action-color-background-critical-default-s: 0%;--dt-action-color-background-critical-default-l: 0%;--dt-action-color-background-critical-default-hsl: var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l);--dt-action-color-background-critical-default-hsla: hsla(var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l) / var(--alpha, 100%));--dt-action-color-background-critical-default: transparent;--dt-action-color-background-critical-hover-h: 0;--dt-action-color-background-critical-hover-s: 88.79999999999998%;--dt-action-color-background-critical-hover-l: 49%;--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);--dt-action-color-background-critical-hover-hsla: hsla(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / .2);--dt-action-color-background-critical-active-h: 0;--dt-action-color-background-critical-active-s: 88.79999999999998%;--dt-action-color-background-critical-active-l: 49%;--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);--dt-action-color-background-critical-active-hsla: hsla(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-active: hsl(0 88.8% 49% / .3);--dt-action-color-background-critical-primary-default-h: 0;--dt-action-color-background-critical-primary-default-s: 88.79999999999998%;--dt-action-color-background-critical-primary-default-l: 49.01960784313726%;--dt-action-color-background-critical-primary-default-hsl: var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l);--dt-action-color-background-critical-primary-default-hsla: hsla(var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-default: #EC0E0E;--dt-action-color-background-critical-primary-hover-h: 0;--dt-action-color-background-critical-primary-hover-s: 88.8%;--dt-action-color-background-critical-primary-hover-l: 45.1%;--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);--dt-action-color-background-critical-primary-hover-hsla: hsla(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);--dt-action-color-background-critical-primary-active-h: 0;--dt-action-color-background-critical-primary-active-s: 88.79999999999998%;--dt-action-color-background-critical-primary-active-l: 43.1%;--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);--dt-action-color-background-critical-primary-active-hsla: hsla(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);--dt-action-color-background-inverted-default-h: 0;--dt-action-color-background-inverted-default-s: 0%;--dt-action-color-background-inverted-default-l: 0%;--dt-action-color-background-inverted-default-hsl: var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l);--dt-action-color-background-inverted-default-hsla: hsla(var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l) / var(--alpha, 100%));--dt-action-color-background-inverted-default: transparent;--dt-action-color-background-inverted-hover-h: 0;--dt-action-color-background-inverted-hover-s: 0%;--dt-action-color-background-inverted-hover-l: 12%;--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);--dt-action-color-background-inverted-hover-hsla: hsla(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 100%));--dt-action-color-background-inverted-hover: hsl(0 0% 12% / .15);--dt-action-color-background-inverted-active-h: 0;--dt-action-color-background-inverted-active-s: 0%;--dt-action-color-background-inverted-active-l: 12%;--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);--dt-action-color-background-inverted-active-hsla: hsla(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 100%));--dt-action-color-background-inverted-active: hsl(0 0% 12% / .3);--dt-action-color-background-inverted-primary-default-h: 0;--dt-action-color-background-inverted-primary-default-s: 0%;--dt-action-color-background-inverted-primary-default-l: 12%;--dt-action-color-background-inverted-primary-default-hsl: var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l);--dt-action-color-background-inverted-primary-default-hsla: hsla(var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);--dt-action-color-background-inverted-primary-hover-h: 260;--dt-action-color-background-inverted-primary-hover-s: 91.30434782608695%;--dt-action-color-background-inverted-primary-hover-l: 9.019607843137255%;--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l);--dt-action-color-background-inverted-primary-hover-hsla: hsla(var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-hover: #10022C;--dt-action-color-background-inverted-primary-active-h: 254.49999999999997;--dt-action-color-background-inverted-primary-active-s: 67.41573033707866%;--dt-action-color-background-inverted-primary-active-l: 34.90196078431373%;--dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l);--dt-action-color-background-inverted-primary-active-hsla: hsla(var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-active: #3A1D95;--dt-action-color-background-muted-default-h: 0;--dt-action-color-background-muted-default-s: 0%;--dt-action-color-background-muted-default-l: 0%;--dt-action-color-background-muted-default-hsl: var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l);--dt-action-color-background-muted-default-hsla: hsla(var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l) / var(--alpha, 100%));--dt-action-color-background-muted-default: transparent;--dt-action-color-background-muted-hover-h: 0;--dt-action-color-background-muted-hover-s: 0%;--dt-action-color-background-muted-hover-l: 83.1%;--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);--dt-action-color-background-muted-hover-hsla: hsla(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 100%));--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / .1);--dt-action-color-background-muted-active-h: 0;--dt-action-color-background-muted-active-s: 0%;--dt-action-color-background-muted-active-l: 83.1%;--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);--dt-action-color-background-muted-active-hsla: hsla(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 100%));--dt-action-color-background-muted-active: hsl(0 0% 83.1% / .16);--dt-action-color-background-disabled-default-h: 0;--dt-action-color-background-disabled-default-s: 0%;--dt-action-color-background-disabled-default-l: 22.745098039215687%;--dt-action-color-background-disabled-default-hsl: var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l);--dt-action-color-background-disabled-default-hsla: hsla(var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l) / var(--alpha, 100%));--dt-action-color-background-disabled-default: #3A3A3A;--dt-action-color-background-positive-default-h: 0;--dt-action-color-background-positive-default-s: 0%;--dt-action-color-background-positive-default-l: 0%;--dt-action-color-background-positive-default-hsl: var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l);--dt-action-color-background-positive-default-hsla: hsla(var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l) / var(--alpha, 100%));--dt-action-color-background-positive-default: transparent;--dt-action-color-background-positive-hover-h: 136;--dt-action-color-background-positive-hover-s: 59.10000000000002%;--dt-action-color-background-positive-hover-l: 66.9%;--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);--dt-action-color-background-positive-hover-hsla: hsla(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);--dt-action-color-background-positive-active-h: 111.99999999999999;--dt-action-color-background-positive-active-s: 100%;--dt-action-color-background-positive-active-l: 82%;--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);--dt-action-color-background-positive-active-hsla: hsla(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-active: hsl(112 100% 82% / .08);--dt-action-color-background-positive-primary-default-h: 111.52173913043478;--dt-action-color-background-positive-primary-default-s: 100%;--dt-action-color-background-positive-primary-default-l: 81.96078431372548%;--dt-action-color-background-positive-primary-default-hsl: var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l);--dt-action-color-background-positive-primary-default-hsla: hsla(var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-default: #B0FFA3;--dt-action-color-background-positive-primary-hover-h: 111.99999999999999;--dt-action-color-background-positive-primary-hover-s: 100%;--dt-action-color-background-positive-primary-hover-l: 73.8%;--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);--dt-action-color-background-positive-primary-hover-hsla: hsla(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);--dt-action-color-background-positive-primary-active-h: 111.99999999999999;--dt-action-color-background-positive-primary-active-s: 100%;--dt-action-color-background-positive-primary-active-l: 68.8%;--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);--dt-action-color-background-positive-primary-active-hsla: hsla(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);--dt-action-color-border-base-outlined-default-h: 260.9302325581395;--dt-action-color-border-base-outlined-default-s: 100%;--dt-action-color-border-base-outlined-default-l: 74.70588235294117%;--dt-action-color-border-base-outlined-default-hsl: var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l);--dt-action-color-border-base-outlined-default-hsla: hsla(var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-base-outlined-default: #AB7EFF;--dt-action-color-border-critical-outlined-default-h: 0;--dt-action-color-border-critical-outlined-default-s: 100%;--dt-action-color-border-critical-outlined-default-l: 76.07843137254902%;--dt-action-color-border-critical-outlined-default-hsl: var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l);--dt-action-color-border-critical-outlined-default-hsla: hsla(var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-critical-outlined-default: #FF8585;--dt-action-color-border-inverted-outlined-default-h: 0;--dt-action-color-border-inverted-outlined-default-s: 0%;--dt-action-color-border-inverted-outlined-default-l: 0%;--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l);--dt-action-color-border-inverted-outlined-default-hsla: hsla(var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / .34);--dt-action-color-border-muted-outlined-default-h: 0;--dt-action-color-border-muted-outlined-default-s: 0%;--dt-action-color-border-muted-outlined-default-l: 100%;--dt-action-color-border-muted-outlined-default-hsl: var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l);--dt-action-color-border-muted-outlined-default-hsla: hsla(var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / .36);--dt-theme-color-base-h: 0;--dt-theme-color-base-s: 0%;--dt-theme-color-base-l: 90.19607843137256%;--dt-theme-color-base-hsl: var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l);--dt-theme-color-base-hsla: hsla(var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l) / var(--alpha, 100%));--dt-theme-color-base: #E6E6E6;--dt-theme-topbar-color-foreground-h: 0;--dt-theme-topbar-color-foreground-s: 0%;--dt-theme-topbar-color-foreground-l: 90.2%;--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-color-foreground-hsla: hsla(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / .75);--dt-theme-topbar-color-background-h: 0;--dt-theme-topbar-color-background-s: 0%;--dt-theme-topbar-color-background-l: 14.901960784313726%;--dt-theme-topbar-color-background-hsl: var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l);--dt-theme-topbar-color-background-hsla: hsla(var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-color-background: #262626;--dt-theme-topbar-field-color-foreground-h: 0;--dt-theme-topbar-field-color-foreground-s: 0%;--dt-theme-topbar-field-color-foreground-l: 90.2%;--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);--dt-theme-topbar-field-color-foreground-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / .5);--dt-theme-topbar-field-color-foreground-hover-h: 0;--dt-theme-topbar-field-color-foreground-hover-s: 0%;--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);--dt-theme-topbar-field-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / .75);--dt-theme-topbar-field-color-background-h: 0;--dt-theme-topbar-field-color-background-s: 0%;--dt-theme-topbar-field-color-background-l: 90.2%;--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);--dt-theme-topbar-field-color-background-hsla: hsla(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-field-color-background-hover-h: 0;--dt-theme-topbar-field-color-background-hover-s: 0%;--dt-theme-topbar-field-color-background-hover-l: 10.1%;--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);--dt-theme-topbar-field-color-border-h: 0;--dt-theme-topbar-field-color-border-s: 0%;--dt-theme-topbar-field-color-border-l: 90.2%;--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);--dt-theme-topbar-field-color-border-hsla: hsla(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);--dt-theme-topbar-field-color-border-hover-h: 0;--dt-theme-topbar-field-color-border-hover-s: 0%;--dt-theme-topbar-field-color-border-hover-l: 90.2%;--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);--dt-theme-topbar-field-color-border-hover-hsla: hsla(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-field-color-border-active-h: 0;--dt-theme-topbar-field-color-border-active-s: 0%;--dt-theme-topbar-field-color-border-active-l: 90.2%;--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);--dt-theme-topbar-field-color-border-active-hsla: hsla(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / .2);--dt-theme-topbar-button-color-foreground-h: 0;--dt-theme-topbar-button-color-foreground-s: 0%;--dt-theme-topbar-button-color-foreground-l: 90.2%;--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);--dt-theme-topbar-button-color-foreground-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / .65);--dt-theme-topbar-button-color-foreground-hover-h: 0;--dt-theme-topbar-button-color-foreground-hover-s: 0%;--dt-theme-topbar-button-color-foreground-hover-l: 90.19607843137256%;--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l);--dt-theme-topbar-button-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-foreground-hover: #E6E6E6;--dt-theme-topbar-button-color-background-h: 0;--dt-theme-topbar-button-color-background-s: 0%;--dt-theme-topbar-button-color-background-l: 90.2%;--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);--dt-theme-topbar-button-color-background-hsla: hsla(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);--dt-theme-topbar-button-color-background-hover-h: 0;--dt-theme-topbar-button-color-background-hover-s: 0%;--dt-theme-topbar-button-color-background-hover-l: 90.2%;--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);--dt-theme-topbar-button-color-background-hover-hsla: hsla(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / .15);--dt-theme-topbar-button-color-background-active-h: 0;--dt-theme-topbar-button-color-background-active-s: 0%;--dt-theme-topbar-button-color-background-active-l: 90.2%;--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);--dt-theme-topbar-button-color-background-active-hsla: hsla(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / .1);--dt-theme-topbar-profile-color-foreground-h: 0;--dt-theme-topbar-profile-color-foreground-s: 0%;--dt-theme-topbar-profile-color-foreground-l: 90.2%;--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l);--dt-theme-topbar-profile-color-foreground-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / .75);--dt-theme-topbar-profile-color-foreground-inverted-h: 0;--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / .75);--dt-theme-topbar-profile-color-background-h: 0;--dt-theme-topbar-profile-color-background-s: 0%;--dt-theme-topbar-profile-color-background-l: 90.2%;--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);--dt-theme-topbar-profile-color-background-hsla: hsla(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-profile-color-background-inverted-h: 0;--dt-theme-topbar-profile-color-background-inverted-s: 0%;--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);--dt-theme-topbar-profile-color-background-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / .75);--dt-theme-topbar-profile-color-background-hover-h: 0;--dt-theme-topbar-profile-color-background-hover-s: 0%;--dt-theme-topbar-profile-color-background-hover-l: 90.2%;--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);--dt-theme-topbar-profile-color-background-hover-hsla: hsla(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-profile-color-background-active-h: 0;--dt-theme-topbar-profile-color-background-active-s: 0%;--dt-theme-topbar-profile-color-background-active-l: 90.2%;--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);--dt-theme-topbar-profile-color-background-active-hsla: hsla(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / .14);--dt-theme-sidebar-color-foreground-h: 0;--dt-theme-sidebar-color-foreground-s: 0%;--dt-theme-sidebar-color-foreground-l: 76.07843137254902%;--dt-theme-sidebar-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l);--dt-theme-sidebar-color-foreground-hsla: hsla(var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-color-foreground: #C2C2C2;--dt-theme-sidebar-color-foreground-unread-h: 0;--dt-theme-sidebar-color-foreground-unread-s: 0%;--dt-theme-sidebar-color-foreground-unread-l: 90.19607843137256%;--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l);--dt-theme-sidebar-color-foreground-unread-hsla: hsla(var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l) / var(--alpha, 100%));--dt-theme-sidebar-color-foreground-unread: #E6E6E6;--dt-theme-sidebar-color-background-h: 0;--dt-theme-sidebar-color-background-s: 0%;--dt-theme-sidebar-color-background-l: 14.901960784313726%;--dt-theme-sidebar-color-background-hsl: var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l);--dt-theme-sidebar-color-background-hsla: hsla(var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-color-background: #262626;--dt-theme-sidebar-icon-color-foreground-h: 0;--dt-theme-sidebar-icon-color-foreground-s: 0%;--dt-theme-sidebar-icon-color-foreground-l: 76.07843137254902%;--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l);--dt-theme-sidebar-icon-color-foreground-hsla: hsla(var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-icon-color-foreground: #C2C2C2;--dt-theme-sidebar-status-color-foreground-h: 0;--dt-theme-sidebar-status-color-foreground-s: 0%;--dt-theme-sidebar-status-color-foreground-l: 66.66666666666666%;--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l);--dt-theme-sidebar-status-color-foreground-hsla: hsla(var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-status-color-foreground: #AAAAAA;--dt-theme-sidebar-row-color-background-h: 0;--dt-theme-sidebar-row-color-background-s: 0%;--dt-theme-sidebar-row-color-background-l: 90.2%;--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);--dt-theme-sidebar-row-color-background-hsla: hsla(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);--dt-theme-sidebar-row-color-background-hover-h: 0;--dt-theme-sidebar-row-color-background-hover-s: 0%;--dt-theme-sidebar-row-color-background-hover-l: 90.2%;--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);--dt-theme-sidebar-row-color-background-hover-hsla: hsla(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / .18);--dt-theme-sidebar-row-color-background-active-h: 0;--dt-theme-sidebar-row-color-background-active-s: 0%;--dt-theme-sidebar-row-color-background-active-l: 90.2%;--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);--dt-theme-sidebar-row-color-background-active-hsla: hsla(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / .24);--dt-theme-sidebar-selected-row-color-foreground-h: 0;--dt-theme-sidebar-selected-row-color-foreground-s: 0%;--dt-theme-sidebar-selected-row-color-foreground-l: 90.19607843137256%;--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l);--dt-theme-sidebar-selected-row-color-foreground-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;--dt-theme-sidebar-selected-row-color-background-h: 0;--dt-theme-sidebar-selected-row-color-background-s: 0%;--dt-theme-sidebar-selected-row-color-background-l: 90.2%;--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);--dt-theme-sidebar-selected-row-color-background-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / .2);--dt-theme-sidebar-section-color-foreground-h: 0;--dt-theme-sidebar-section-color-foreground-s: 0%;--dt-theme-sidebar-section-color-foreground-l: 66.66666666666666%;--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l);--dt-theme-sidebar-section-color-foreground-hsla: hsla(var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-section-color-foreground: #AAAAAA;--dt-theme-presence-color-background-available-h: 111.52173913043478;--dt-theme-presence-color-background-available-s: 100%;--dt-theme-presence-color-background-available-l: 81.96078431372548%;--dt-theme-presence-color-background-available-hsl: var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l);--dt-theme-presence-color-background-available-hsla: hsla(var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l) / var(--alpha, 100%));--dt-theme-presence-color-background-available: #B0FFA3;--dt-theme-presence-color-background-busy-unavailable-h: 0;--dt-theme-presence-color-background-busy-unavailable-s: 88.79999999999998%;--dt-theme-presence-color-background-busy-unavailable-l: 49.01960784313726%;--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l);--dt-theme-presence-color-background-busy-unavailable-hsla: hsla(var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l) / var(--alpha, 100%));--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;--dt-theme-presence-color-background-busy-h: 35.80645161290322;--dt-theme-presence-color-background-busy-s: 91.17647058823533%;--dt-theme-presence-color-background-busy-l: 60%;--dt-theme-presence-color-background-busy-hsl: var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l);--dt-theme-presence-color-background-busy-hsla: hsla(var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l) / var(--alpha, 100%));--dt-theme-presence-color-background-busy: #F6AB3C;--dt-theme-presence-color-background-offline-h: 0;--dt-theme-presence-color-background-offline-s: 0%;--dt-theme-presence-color-background-offline-l: 100%;--dt-theme-presence-color-background-offline-hsl: var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l);--dt-theme-presence-color-background-offline-hsla: hsla(var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l) / var(--alpha, 100%));--dt-theme-presence-color-background-offline: #ffffff;--dt-theme-mention-color-foreground-h: 0;--dt-theme-mention-color-foreground-s: 0%;--dt-theme-mention-color-foreground-l: 100%;--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));--dt-theme-mention-color-foreground: #ffffff;--dt-theme-mention-color-foreground-strong-h: 0;--dt-theme-mention-color-foreground-strong-s: 0%;--dt-theme-mention-color-foreground-strong-l: 0%;--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));--dt-theme-mention-color-foreground-strong: #000000;--dt-theme-mention-color-background-h: 254.5664739884393;--dt-theme-mention-color-background-s: 100%;--dt-theme-mention-color-background-l: 66.07843137254902%;--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));--dt-theme-mention-color-background: #7C52FF;--dt-theme-mention-color-background-strong-h: 260.35714285714283;--dt-theme-mention-color-background-strong-s: 100%;--dt-theme-mention-color-background-strong-l: 89.01960784313725%;--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));--dt-theme-mention-color-background-strong: #DAC7FF;--dt-avatar-color-foreground-h: 0;--dt-avatar-color-foreground-s: 0%;--dt-avatar-color-foreground-l: 0%;--dt-avatar-color-foreground-hsl: var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l);--dt-avatar-color-foreground-hsla: hsla(var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l) / var(--alpha, 100%));--dt-avatar-color-foreground: #000000;--dt-avatar-color-background-100-h: 136.64233576642334;--dt-avatar-color-background-100-s: 72.4867724867725%;--dt-avatar-color-background-100-l: 37.05882352941176%;--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);--dt-avatar-color-background-100-hsla: hsla(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));--dt-avatar-color-background-100: #1aa340;--dt-avatar-color-background-200-h: 101.12903225806453;--dt-avatar-color-background-200-s: 100%;--dt-avatar-color-background-200-l: 75.68627450980392%;--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);--dt-avatar-color-background-200-hsla: hsla(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));--dt-avatar-color-background-200: #aaff83;--dt-avatar-color-background-300-h: 97.3469387755102;--dt-avatar-color-background-300-s: 69.99999999999997%;--dt-avatar-color-background-300-l: 72.54901960784314%;--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);--dt-avatar-color-background-300-hsla: hsla(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));--dt-avatar-color-background-300: #adea88;--dt-avatar-color-background-400-h: 144.1025641025641;--dt-avatar-color-background-400-s: 75.48387096774195%;--dt-avatar-color-background-400-l: 69.6078431372549%;--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);--dt-avatar-color-background-400-hsla: hsla(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));--dt-avatar-color-background-400: #77eca6;--dt-avatar-color-background-500-h: 154.9565217391304;--dt-avatar-color-background-500-s: 76.158940397351%;--dt-avatar-color-background-500-l: 70.3921568627451%;--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);--dt-avatar-color-background-500-hsla: hsla(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));--dt-avatar-color-background-500: #7aedbd;--dt-avatar-color-background-600-h: 187.17948717948718;--dt-avatar-color-background-600-s: 75.48387096774195%;--dt-avatar-color-background-600-l: 69.6078431372549%;--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);--dt-avatar-color-background-600-hsla: hsla(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));--dt-avatar-color-background-600: #77deec;--dt-avatar-color-background-700-h: 194.53416149068323;--dt-avatar-color-background-700-s: 100%;--dt-avatar-color-background-700-l: 68.43137254901961%;--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);--dt-avatar-color-background-700-hsla: hsla(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));--dt-avatar-color-background-700: #5ed8ff;--dt-avatar-color-background-800-h: 194.1176470588235;--dt-avatar-color-background-800-s: 100%;--dt-avatar-color-background-800-l: 80%;--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);--dt-avatar-color-background-800-hsla: hsla(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));--dt-avatar-color-background-800: #99e7ff;--dt-avatar-color-background-900-h: 212.60115606936418;--dt-avatar-color-background-900-s: 98.85714285714286%;--dt-avatar-color-background-900-l: 65.68627450980392%;--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);--dt-avatar-color-background-900-hsla: hsla(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));--dt-avatar-color-background-900: #51a0fe;--dt-avatar-color-background-1000-h: 219.45205479452054;--dt-avatar-color-background-1000-s: 100%;--dt-avatar-color-background-1000-l: 85.68627450980392%;--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);--dt-avatar-color-background-1000-hsla: hsla(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));--dt-avatar-color-background-1000: #b6cfff;--dt-avatar-color-background-1100-h: 309.31034482758616;--dt-avatar-color-background-1100-s: 67.44186046511626%;--dt-avatar-color-background-1100-l: 83.13725490196077%;--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);--dt-avatar-color-background-1100-hsla: hsla(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));--dt-avatar-color-background-1100: #f1b7e8;--dt-avatar-color-background-1200-h: 324.10256410256414;--dt-avatar-color-background-1200-s: 75.48387096774195%;--dt-avatar-color-background-1200-l: 69.6078431372549%;--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);--dt-avatar-color-background-1200-hsla: hsla(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));--dt-avatar-color-background-1200: #ec77bd;--dt-avatar-color-background-1300-h: 325.6578947368421;--dt-avatar-color-background-1300-s: 100%;--dt-avatar-color-background-1300-l: 70.19607843137254%;--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);--dt-avatar-color-background-1300-hsla: hsla(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));--dt-avatar-color-background-1300: #ff67be;--dt-avatar-color-background-1400-h: 0;--dt-avatar-color-background-1400-s: 89.70588235294119%;--dt-avatar-color-background-1400-l: 73.33333333333334%;--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);--dt-avatar-color-background-1400-hsla: hsla(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));--dt-avatar-color-background-1400: #f87e7e;--dt-avatar-color-background-1500-h: 25.128205128205128;--dt-avatar-color-background-1500-s: 75.48387096774195%;--dt-avatar-color-background-1500-l: 69.6078431372549%;--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);--dt-avatar-color-background-1500-hsla: hsla(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));--dt-avatar-color-background-1500: #eca877;--dt-avatar-color-background-1600-h: 39.473684210526315;--dt-avatar-color-background-1600-s: 100%;--dt-avatar-color-background-1600-l: 62.745098039215684%;--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);--dt-avatar-color-background-1600-hsla: hsla(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));--dt-avatar-color-background-1600: #ffbe41;--dt-avatar-color-background-1700-h: 46.70270270270271;--dt-avatar-color-background-1700-s: 100%;--dt-avatar-color-background-1700-l: 63.725490196078425%;--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);--dt-avatar-color-background-1700-hsla: hsla(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));--dt-avatar-color-background-1700: #ffd646;--dt-avatar-color-background-1800-h: 36.20689655172413;--dt-avatar-color-background-1800-s: 67.44186046511626%;--dt-avatar-color-background-1800-l: 83.13725490196077%;--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);--dt-avatar-color-background-1800-hsla: hsla(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));--dt-avatar-color-background-1800: #f1dab7;--dt-avatar-color-background-000-h: 0;--dt-avatar-color-background-000-s: 0%;--dt-avatar-color-background-000-l: 87.84313725490196%;--dt-avatar-color-background-000-hsl: var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l);--dt-avatar-color-background-000-hsla: hsla(var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l) / var(--alpha, 100%));--dt-avatar-color-background-000: #e0e0e0;--dt-badge-color-background-default-h: 0;--dt-badge-color-background-default-s: 0%;--dt-badge-color-background-default-l: 90.2%;--dt-badge-color-background-default-hsl: var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l);--dt-badge-color-background-default-hsla: hsla(var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l) / var(--alpha, 100%));--dt-badge-color-background-default: hsl(0 0% 90.2% / .15);--dt-badge-color-background-info-h: 212.77777777777777;--dt-badge-color-background-info-s: 98.18181818181819%;--dt-badge-color-background-info-l: 21.56862745098039%;--dt-badge-color-background-info-hsl: var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l);--dt-badge-color-background-info-hsla: hsla(var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l) / var(--alpha, 100%));--dt-badge-color-background-info: #01326D;--dt-badge-color-background-success-h: 136.15384615384616;--dt-badge-color-background-success-s: 59.09090909090909%;--dt-badge-color-background-success-l: 17.254901960784313%;--dt-badge-color-background-success-hsl: var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l);--dt-badge-color-background-success-hsla: hsla(var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l) / var(--alpha, 100%));--dt-badge-color-background-success: #124620;--dt-badge-color-background-warning-h: 35.70247933884298;--dt-badge-color-background-warning-s: 88.32116788321169%;--dt-badge-color-background-warning-l: 26.862745098039216%;--dt-badge-color-background-warning-hsl: var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l);--dt-badge-color-background-warning-hsla: hsla(var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l) / var(--alpha, 100%));--dt-badge-color-background-warning: #815008;--dt-badge-color-background-critical-h: 0;--dt-badge-color-background-critical-s: 89.58333333333334%;--dt-badge-color-background-critical-l: 18.823529411764707%;--dt-badge-color-background-critical-hsl: var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l);--dt-badge-color-background-critical-hsla: hsla(var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l) / var(--alpha, 100%));--dt-badge-color-background-critical: #5B0505;--dt-badge-color-background-bulletin-h: 254.5664739884393;--dt-badge-color-background-bulletin-s: 100%;--dt-badge-color-background-bulletin-l: 66.07843137254902%;--dt-badge-color-background-bulletin-hsl: var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l);--dt-badge-color-background-bulletin-hsla: hsla(var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l) / var(--alpha, 100%));--dt-badge-color-background-bulletin: #7C52FF;--dt-badge-color-background-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-background-bulletin-subtle-s: 100%;--dt-badge-color-background-bulletin-subtle-l: 66.09%;--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l);--dt-badge-color-background-bulletin-subtle-hsla: hsla(var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / .1);--dt-badge-color-background-ai-h: 0;--dt-badge-color-background-ai-s: 0%;--dt-badge-color-background-ai-l: 0%;--dt-badge-color-background-ai-hsl: var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l);--dt-badge-color-background-ai-hsla: hsla(var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l) / var(--alpha, 100%));--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);--dt-badge-color-foreground-default-h: 0;--dt-badge-color-foreground-default-s: 0%;--dt-badge-color-foreground-default-l: 90.19607843137256%;--dt-badge-color-foreground-default-hsl: var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l);--dt-badge-color-foreground-default-hsla: hsla(var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l) / var(--alpha, 100%));--dt-badge-color-foreground-default: #E6E6E6;--dt-badge-color-foreground-bulletin-h: 0;--dt-badge-color-foreground-bulletin-s: 0%;--dt-badge-color-foreground-bulletin-l: 100%;--dt-badge-color-foreground-bulletin-hsl: var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l);--dt-badge-color-foreground-bulletin-hsla: hsla(var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin: #ffffff;--dt-badge-color-foreground-bulletin-subtle-h: 255;--dt-badge-color-foreground-bulletin-subtle-s: 100%;--dt-badge-color-foreground-bulletin-subtle-l: 26.400000000000002%;--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);--dt-badge-color-foreground-bulletin-subtle-hsla: hsla(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);--dt-badge-color-border-default-h: 0;--dt-badge-color-border-default-s: 0%;--dt-badge-color-border-default-l: 100%;--dt-badge-color-border-default-hsl: var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l);--dt-badge-color-border-default-hsla: hsla(var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l) / var(--alpha, 100%));--dt-badge-color-border-default: hsl(0 0% 100% / .14);--dt-badge-color-border-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-border-bulletin-subtle-s: 100%;--dt-badge-color-border-bulletin-subtle-l: 66.09%;--dt-badge-color-border-bulletin-subtle-hsl: var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l);--dt-badge-color-border-bulletin-subtle-hsla: hsla(var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / .5);--dt-checkbox-size-width: 1.6rem;--dt-checkbox-size-height: 1.6rem;--dt-checkbox-size-radius: .4rem;--dt-checkbox-color-border-unchecked-h: 0;--dt-checkbox-color-border-unchecked-s: 0%;--dt-checkbox-color-border-unchecked-l: 50.19607843137255%;--dt-checkbox-color-border-unchecked-hsl: var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l);--dt-checkbox-color-border-unchecked-hsla: hsla(var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l) / var(--alpha, 100%));--dt-checkbox-color-border-unchecked: #808080;--dt-checkbox-color-border-checked-h: 254.5664739884393;--dt-checkbox-color-border-checked-s: 100%;--dt-checkbox-color-border-checked-l: 66.07843137254902%;--dt-checkbox-color-border-checked-hsl: var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l);--dt-checkbox-color-border-checked-hsla: hsla(var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l) / var(--alpha, 100%));--dt-checkbox-color-border-checked: #7C52FF;--dt-checkbox-color-background-checked-h: 254.5664739884393;--dt-checkbox-color-background-checked-s: 100%;--dt-checkbox-color-background-checked-l: 66.07843137254902%;--dt-checkbox-color-background-checked-hsl: var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l);--dt-checkbox-color-background-checked-hsla: hsla(var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l) / var(--alpha, 100%));--dt-checkbox-color-background-checked: #7C52FF;--dt-icon-size-100: 1.2rem;--dt-icon-size-200: 1.4rem;--dt-icon-size-300: 1.8rem;--dt-icon-size-400: 2rem;--dt-icon-size-500: 2.4rem;--dt-icon-size-600: 3.2rem;--dt-icon-size-700: 3.8rem;--dt-icon-size-800: 4.8rem;--dt-icon-size-border-100: .1rem;--dt-icon-size-border-200: .125rem;--dt-icon-size-border-300: .15rem;--dt-icon-size-border-400: .175rem;--dt-icon-size-border-500: .175rem;--dt-icon-size-border-600: .25rem;--dt-icon-size-border-700: .275rem;--dt-icon-size-border-800: .35rem;--dt-radio-size-width: 1.6rem;--dt-radio-size-height: 1.6rem;--dt-radio-size-radius: 50%;--dt-radio-color-border-unchecked-h: 0;--dt-radio-color-border-unchecked-s: 0%;--dt-radio-color-border-unchecked-l: 50.19607843137255%;--dt-radio-color-border-unchecked-hsl: var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l);--dt-radio-color-border-unchecked-hsla: hsla(var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l) / var(--alpha, 100%));--dt-radio-color-border-unchecked: #808080;--dt-radio-color-border-checked-h: 254.5664739884393;--dt-radio-color-border-checked-s: 100%;--dt-radio-color-border-checked-l: 66.07843137254902%;--dt-radio-color-border-checked-hsl: var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l);--dt-radio-color-border-checked-hsla: hsla(var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l) / var(--alpha, 100%));--dt-radio-color-border-checked: #7C52FF;--dt-radio-color-background-checked-h: 254.5664739884393;--dt-radio-color-background-checked-s: 100%;--dt-radio-color-background-checked-l: 66.07843137254902%;--dt-radio-color-background-checked-hsl: var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l);--dt-radio-color-background-checked-hsla: hsla(var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l) / var(--alpha, 100%));--dt-radio-color-background-checked: #7C52FF;--dt-font-size-100-mobile: 1.2rem;--dt-font-size-200-mobile: 1.6rem;--dt-font-size-300-mobile: 2rem;--dt-font-size-400-mobile: 2.9rem;--dt-font-size-500-mobile: 4.1rem;--dt-font-size-100-tc8: 1.7rem;--dt-font-size-200-tc8: 2.1rem;--dt-font-size-300-tc8: 2.7rem;--dt-font-size-400-tc8: 3.8rem;--dt-font-size-500-tc8: 5.4rem;--dt-font-size-100-tv: 2.5rem;--dt-font-size-200-tv: 3.2rem;--dt-font-size-300-tv: 4.1rem;--dt-font-size-400-tv: 5.8rem;--dt-font-size-500-tv: 8.2rem;--zi-hide: -1;--zi-base: 0;--zi-base1: 1;--zi-selected: 25;--zi-active: 50;--zi-navigation: 100;--zi-navigation-fixed: 150;--zi-dropdown: 200;--zi-popover: 300;--zi-tooltip: 400;--zi-drawer: 500;--zi-modal: 600;--zi-modal-element: 650;--zi-notification: 700}', t = {
3
3
  base: {
4
4
  css: r,