@dialpad/dialtone 9.86.2 → 9.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/dist/css/dialtone-default-theme.css +233 -251
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +233 -251
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens/tokens-base-deca-dark.css +1325 -0
  6. package/dist/css/tokens/tokens-base-deca-light.css +1085 -0
  7. package/dist/css/tokens/tokens-deca-dark.css +2131 -0
  8. package/dist/css/tokens/tokens-deca-light.css +2131 -0
  9. package/dist/css/tokens/tokens-tmo-dark.css +62 -17
  10. package/dist/css/tokens/tokens-tmo-light.css +45 -0
  11. package/dist/tokens/css/tokens-base-deca-dark.css +1325 -0
  12. package/dist/tokens/css/tokens-base-deca-light.css +1085 -0
  13. package/dist/tokens/css/tokens-deca-dark.css +2131 -0
  14. package/dist/tokens/css/tokens-deca-light.css +2131 -0
  15. package/dist/tokens/css/tokens-tmo-dark.css +62 -17
  16. package/dist/tokens/css/tokens-tmo-light.css +45 -0
  17. package/dist/tokens/doc.json +79798 -24193
  18. package/dist/tokens/less/tokens-base-deca-dark.less +535 -0
  19. package/dist/tokens/less/tokens-base-deca-light.less +415 -0
  20. package/dist/tokens/less/tokens-deca-dark.less +521 -0
  21. package/dist/tokens/less/tokens-deca-light.less +521 -0
  22. package/dist/tokens/less/tokens-tmo-dark.less +43 -3
  23. package/dist/tokens/less/tokens-tmo-light.less +40 -0
  24. package/dist/tokens/themes/dp-deca-dark.cjs +1 -0
  25. package/dist/tokens/themes/dp-deca-dark.js +13 -0
  26. package/dist/tokens/themes/dp-deca-light.cjs +1 -0
  27. package/dist/tokens/themes/dp-deca-light.js +13 -0
  28. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  29. package/dist/tokens/themes/tmo-dark.js +1 -1
  30. package/dist/tokens/themes/tmo-light.cjs +1 -1
  31. package/dist/tokens/themes/tmo-light.js +1 -1
  32. package/dist/tokens/tokens-base-deca-dark.json +534 -0
  33. package/dist/tokens/tokens-base-deca-light.json +414 -0
  34. package/dist/tokens/tokens-deca-dark.json +520 -0
  35. package/dist/tokens/tokens-deca-light.json +520 -0
  36. package/dist/tokens/tokens-tmo-dark.json +43 -3
  37. package/dist/tokens/tokens-tmo-light.json +40 -0
  38. package/dist/tokens/types/themes/dp-deca-dark.d.ts +13 -0
  39. package/dist/tokens/types/themes/dp-deca-dark.d.ts.map +1 -0
  40. package/dist/tokens/types/themes/dp-deca-light.d.ts +13 -0
  41. package/dist/tokens/types/themes/dp-deca-light.d.ts.map +1 -0
  42. package/dist/vue2/component-documentation.json +1 -1
  43. package/dist/vue2/components/item_layout/item_layout.vue.cjs +1 -1
  44. package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -1
  45. package/dist/vue2/components/item_layout/item_layout.vue.js +1 -1
  46. package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -1
  47. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +42 -23
  48. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
  49. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +42 -23
  50. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
  51. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +33 -7
  52. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  53. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +33 -7
  54. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  55. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +30 -6
  56. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  57. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +30 -6
  58. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  59. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +5 -5
  60. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  61. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +5 -5
  62. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  63. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +2 -2
  64. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
  65. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +2 -2
  66. package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
  67. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +6 -6
  68. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
  69. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +6 -6
  70. package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
  71. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +3 -3
  72. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  73. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +3 -3
  74. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  75. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +1 -1
  76. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  77. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +1 -1
  78. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  79. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +1 -1
  80. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -1
  81. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +1 -1
  82. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -1
  83. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +3 -3
  84. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  85. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +3 -3
  86. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  87. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +5 -5
  88. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
  89. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +5 -5
  90. package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
  91. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +6 -6
  92. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
  93. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +6 -6
  94. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
  95. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs +3 -3
  96. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs.map +1 -1
  97. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js +3 -3
  98. package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js.map +1 -1
  99. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +9 -9
  100. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  101. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +9 -9
  102. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  103. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +2 -2
  104. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -1
  105. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +2 -2
  106. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -1
  107. package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs +3 -3
  108. package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  109. package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js +3 -3
  110. package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js.map +1 -1
  111. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +11 -11
  112. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  113. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +11 -11
  114. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  115. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +1 -1
  116. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -1
  117. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +1 -1
  118. package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -1
  119. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +2 -2
  120. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  121. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +2 -2
  122. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  123. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +2 -2
  124. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  125. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +2 -2
  126. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  127. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +3 -3
  128. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  129. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +3 -3
  130. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  131. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +4 -4
  132. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -1
  133. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +4 -4
  134. package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -1
  135. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +11 -11
  136. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -1
  137. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +11 -11
  138. package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -1
  139. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +1 -1
  140. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  141. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +1 -1
  142. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  143. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +24 -24
  144. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  145. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +24 -24
  146. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  147. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +1 -1
  148. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  149. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +1 -1
  150. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  151. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +1 -1
  152. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  153. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +1 -1
  154. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  155. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +1 -1
  156. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
  157. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +1 -1
  158. package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
  159. package/dist/vue2/types/common/emoji/index.d.ts +1904 -16
  160. package/dist/vue2/types/common/emoji/index.d.ts.map +1 -1
  161. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +11 -1
  162. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  163. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -0
  164. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  165. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +27 -0
  166. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  167. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  168. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -4
  169. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -2
  170. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +6 -6
  171. package/dist/vue3/common/emoji.cjs +1 -1
  172. package/dist/vue3/common/emoji.cjs.map +1 -1
  173. package/dist/vue3/common/emoji.js +1 -1
  174. package/dist/vue3/common/emoji.js.map +1 -1
  175. package/dist/vue3/component-documentation.json +1 -1
  176. package/dist/vue3/components/item_layout/item_layout.vue.cjs +7 -7
  177. package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -1
  178. package/dist/vue3/components/item_layout/item_layout.vue.js +7 -7
  179. package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -1
  180. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +41 -22
  181. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
  182. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +41 -22
  183. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
  184. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +35 -7
  185. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  186. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +36 -8
  187. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  188. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +35 -8
  189. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  190. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +35 -8
  191. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  192. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +7 -7
  193. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  194. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +7 -7
  195. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  196. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +3 -3
  197. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
  198. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +3 -3
  199. package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
  200. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +7 -7
  201. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
  202. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +7 -7
  203. package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
  204. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +4 -4
  205. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  206. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +4 -4
  207. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  208. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +5 -5
  209. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  210. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +5 -5
  211. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  212. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +3 -3
  213. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -1
  214. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +3 -3
  215. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -1
  216. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +3 -2
  217. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  218. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +3 -2
  219. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  220. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +6 -6
  221. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
  222. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +6 -6
  223. package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
  224. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +7 -7
  225. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
  226. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +7 -7
  227. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
  228. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs +3 -3
  229. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs.map +1 -1
  230. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js +3 -3
  231. package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js.map +1 -1
  232. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +14 -14
  233. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  234. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +14 -14
  235. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  236. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +2 -2
  237. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -1
  238. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +2 -2
  239. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -1
  240. package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs +4 -4
  241. package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  242. package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js +4 -4
  243. package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js.map +1 -1
  244. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +13 -13
  245. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  246. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +13 -13
  247. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  248. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +1 -1
  249. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -1
  250. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +1 -1
  251. package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -1
  252. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +2 -2
  253. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  254. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +2 -2
  255. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  256. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +3 -3
  257. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  258. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +3 -3
  259. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  260. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +11 -11
  261. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  262. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +11 -11
  263. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  264. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +4 -4
  265. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -1
  266. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +4 -4
  267. package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -1
  268. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +19 -19
  269. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -1
  270. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +19 -19
  271. package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -1
  272. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +4 -4
  273. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  274. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +4 -4
  275. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  276. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +27 -27
  277. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  278. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +27 -27
  279. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  280. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +1 -1
  281. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  282. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +1 -1
  283. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  284. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +1 -1
  285. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  286. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +1 -1
  287. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  288. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +4 -4
  289. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
  290. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +4 -4
  291. package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
  292. package/dist/vue3/types/common/emoji/index.d.ts +1905 -17
  293. package/dist/vue3/types/common/emoji/index.d.ts.map +1 -1
  294. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +11 -1
  295. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  296. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -0
  297. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  298. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +27 -0
  299. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  300. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  301. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -4
  302. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -2
  303. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +6 -6
  304. package/package.json +8 -6
@@ -0,0 +1,534 @@
1
+ {
2
+ "dtFontSize100": "12px",
3
+ "dtFontSize200": "15px",
4
+ "dtFontSize300": "19px",
5
+ "dtFontSize400": "27px",
6
+ "dtFontSize500": "38px",
7
+ "dtFontSizeRoot": "10px",
8
+ "dtFontFamilyBody": "-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\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
9
+ "dtFontFamilyExpressive": "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\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
10
+ "dtFontFamilyMono": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace",
11
+ "dtFontLineHeight100": "1",
12
+ "dtFontLineHeight200": "1.2",
13
+ "dtFontLineHeight300": "1.4",
14
+ "dtFontLineHeight400": "1.6",
15
+ "dtFontLineHeight500": "1.8",
16
+ "dtFontLineHeight600": "2",
17
+ "dtFontWeightNormal": "400",
18
+ "dtFontWeightMedium": "500",
19
+ "dtFontWeightSemiBold": "600",
20
+ "dtFontWeightBold": "700",
21
+ "dtFontTextCaseUppercase": "uppercase",
22
+ "dtFontTextCaseLowercase": "lowercase",
23
+ "dtFontTextCaseCapitalize": "capitalize",
24
+ "dtFontTextCaseNone": "none",
25
+ "dtSize0": "0rem",
26
+ "dtSize50": "0.03125rem",
27
+ "dtSize100": "0.0625rem",
28
+ "dtSize200": "0.125rem",
29
+ "dtSize300": "0.25rem",
30
+ "dtSize350": "0.375rem",
31
+ "dtSize400": "0.5rem",
32
+ "dtSize450": "0.75rem",
33
+ "dtSize500": "1rem",
34
+ "dtSize525": "1.25rem",
35
+ "dtSize550": "1.5rem",
36
+ "dtSize600": "2rem",
37
+ "dtSize625": "2.625rem",
38
+ "dtSize650": "3rem",
39
+ "dtSize700": "4rem",
40
+ "dtSize720": "4.5rem",
41
+ "dtSize730": "5.25rem",
42
+ "dtSize750": "6rem",
43
+ "dtSize760": "6.375rem",
44
+ "dtSize775": "7.125rem",
45
+ "dtSize800": "8rem",
46
+ "dtSize825": "10.25rem",
47
+ "dtSize850": "12rem",
48
+ "dtSize875": "13.5rem",
49
+ "dtSize900": "16rem",
50
+ "dtSize905": "16.5rem",
51
+ "dtSize925": "20.75rem",
52
+ "dtSize950": "24rem",
53
+ "dtSize975": "29rem",
54
+ "dtSize1000": "32rem",
55
+ "dtSize1020": "39.25rem",
56
+ "dtSize1040": "47.75rem",
57
+ "dtSize1050": "48rem",
58
+ "dtSize1060": "51.75rem",
59
+ "dtSize1080": "57rem",
60
+ "dtSize1100": "64rem",
61
+ "dtSize1115": "71.25rem",
62
+ "dtSize1120": "79.25rem",
63
+ "dtSize1125": "80rem",
64
+ "dtSize1130": "83.75rem",
65
+ "dtSize1150": "96rem",
66
+ "dtSize1200": "128rem",
67
+ "dtSizeBase": "8px",
68
+ "dtSizeBorder0": "0rem",
69
+ "dtSizeBorder50": "0.03125rem",
70
+ "dtSizeBorder100": "0.0625rem",
71
+ "dtSizeBorder150": "0.09375rem",
72
+ "dtSizeBorder200": "0.125rem",
73
+ "dtSizeBorder300": "0.25rem",
74
+ "dtSizeBorder400": "0.5rem",
75
+ "dtSize50Negative": "-0.03125rem",
76
+ "dtSize100Negative": "-0.0625rem",
77
+ "dtSize200Negative": "-0.125rem",
78
+ "dtSize300Negative": "-0.25rem",
79
+ "dtSize350Negative": "-0.375rem",
80
+ "dtSize400Negative": "-0.5rem",
81
+ "dtSize450Negative": "-0.75rem",
82
+ "dtSize500Negative": "-1rem",
83
+ "dtSize525Negative": "-1.25rem",
84
+ "dtSize550Negative": "-1.5rem",
85
+ "dtSize600Negative": "-2rem",
86
+ "dtSize625Negative": "-2.625rem",
87
+ "dtSize650Negative": "-3rem",
88
+ "dtSize700Negative": "-4rem",
89
+ "dtSize720Negative": "-4.5rem",
90
+ "dtSize730Negative": "-5.25rem",
91
+ "dtSize750Negative": "-6rem",
92
+ "dtSize760Negative": "-6.375rem",
93
+ "dtSize775Negative": "-7.125rem",
94
+ "dtSize800Negative": "-8rem",
95
+ "dtSize825Negative": "-10.25rem",
96
+ "dtSize850Negative": "-12rem",
97
+ "dtSize875Negative": "-13.5rem",
98
+ "dtSize900Negative": "-16rem",
99
+ "dtSize905Negative": "-16.5rem",
100
+ "dtSize925Negative": "-20.75rem",
101
+ "dtSize950Negative": "-24rem",
102
+ "dtSize975Negative": "-29rem",
103
+ "dtSize1000Negative": "-32rem",
104
+ "dtSize1020Negative": "-39.25rem",
105
+ "dtSize1040Negative": "-47.75rem",
106
+ "dtSize1050Negative": "-48rem",
107
+ "dtSize1060Negative": "-51.75rem",
108
+ "dtSize1080Negative": "-57rem",
109
+ "dtSize1100Negative": "-64rem",
110
+ "dtSize1115Negative": "-71.25rem",
111
+ "dtSize1120Negative": "-79.25rem",
112
+ "dtSize1125Negative": "-80rem",
113
+ "dtSize1130Negative": "-83.75rem",
114
+ "dtSize1150Negative": "-96rem",
115
+ "dtSize1200Negative": "-128rem",
116
+ "dtSize0Percent": "0%",
117
+ "dtSize5Percent": "5%",
118
+ "dtSize10Percent": "10%",
119
+ "dtSize20Percent": "20%",
120
+ "dtSize25Percent": "25%",
121
+ "dtSize30Percent": "30%",
122
+ "dtSize33Percent": "33.333%",
123
+ "dtSize40Percent": "40%",
124
+ "dtSize50Percent": "50%",
125
+ "dtSize60Percent": "60%",
126
+ "dtSize66Percent": "66.7%",
127
+ "dtSize70Percent": "70%",
128
+ "dtSize75Percent": "75%",
129
+ "dtSize80Percent": "80%",
130
+ "dtSize90Percent": "90%",
131
+ "dtSize95Percent": "95%",
132
+ "dtSize100Percent": "100%",
133
+ "dtSizeRadius0": "0rem",
134
+ "dtSizeRadius100": "0.0625rem",
135
+ "dtSizeRadius200": "0.125rem",
136
+ "dtSizeRadius300": "0.25rem",
137
+ "dtSizeRadius400": "0.5rem",
138
+ "dtSizeRadius450": "0.75rem",
139
+ "dtSizeRadius500": "1rem",
140
+ "dtSizeRadius600": "2rem",
141
+ "dtSizeRadiusPill": "6.375rem",
142
+ "dtSizeRadiusCircle": "50%",
143
+ "dtSpace0": "0rem",
144
+ "dtSpace50": "0.03125rem",
145
+ "dtSpace100": "0.0625rem",
146
+ "dtSpace200": "0.125rem",
147
+ "dtSpace300": "0.25rem",
148
+ "dtSpace350": "0.375rem",
149
+ "dtSpace400": "0.5rem",
150
+ "dtSpace450": "0.75rem",
151
+ "dtSpace500": "1rem",
152
+ "dtSpace525": "1.25rem",
153
+ "dtSpace550": "1.5rem",
154
+ "dtSpace600": "2rem",
155
+ "dtSpace625": "2.625rem",
156
+ "dtSpace650": "3rem",
157
+ "dtSpace700": "4rem",
158
+ "dtSpace720": "4.5rem",
159
+ "dtSpace730": "5.25rem",
160
+ "dtSpace750": "6rem",
161
+ "dtSpace760": "6.375rem",
162
+ "dtSpace775": "7.125rem",
163
+ "dtSpace800": "8rem",
164
+ "dtSpace825": "10.25rem",
165
+ "dtSpace850": "12rem",
166
+ "dtSpace875": "13.5rem",
167
+ "dtSpace900": "16rem",
168
+ "dtSpace905": "16.5rem",
169
+ "dtSpace925": "20.75rem",
170
+ "dtSpace950": "24rem",
171
+ "dtSpace975": "29rem",
172
+ "dtSpace1000": "32rem",
173
+ "dtSpace1020": "39.25rem",
174
+ "dtSpace1040": "47.75rem",
175
+ "dtSpace1050": "48rem",
176
+ "dtSpace1060": "51.75rem",
177
+ "dtSpace1080": "57rem",
178
+ "dtSpace1100": "64rem",
179
+ "dtSpace1115": "71.25rem",
180
+ "dtSpace1120": "79.25rem",
181
+ "dtSpace1125": "80rem",
182
+ "dtSpace1130": "83.75rem",
183
+ "dtSpace1150": "96rem",
184
+ "dtSpace1200": "128rem",
185
+ "dtSpaceBase": "8px",
186
+ "dtSpace50Negative": "-0.03125rem",
187
+ "dtSpace100Negative": "-0.0625rem",
188
+ "dtSpace200Negative": "-0.125rem",
189
+ "dtSpace300Negative": "-0.25rem",
190
+ "dtSpace350Negative": "-0.375rem",
191
+ "dtSpace400Negative": "-0.5rem",
192
+ "dtSpace450Negative": "-0.75rem",
193
+ "dtSpace500Negative": "-1rem",
194
+ "dtSpace525Negative": "-1.25rem",
195
+ "dtSpace550Negative": "-1.5rem",
196
+ "dtSpace600Negative": "-2rem",
197
+ "dtSpace625Negative": "-2.625rem",
198
+ "dtSpace650Negative": "-3rem",
199
+ "dtSpace700Negative": "-4rem",
200
+ "dtSpace720Negative": "-4.5rem",
201
+ "dtSpace730Negative": "-5.25rem",
202
+ "dtSpace750Negative": "-6rem",
203
+ "dtSpace760Negative": "-6.375rem",
204
+ "dtSpace775Negative": "-7.125rem",
205
+ "dtSpace800Negative": "-8rem",
206
+ "dtSpace825Negative": "-10.25rem",
207
+ "dtSpace850Negative": "-12rem",
208
+ "dtSpace875Negative": "-13.5rem",
209
+ "dtSpace900Negative": "-16rem",
210
+ "dtSpace905Negative": "-16.5rem",
211
+ "dtSpace925Negative": "-20.75rem",
212
+ "dtSpace950Negative": "-24rem",
213
+ "dtSpace975Negative": "-29rem",
214
+ "dtSpace1000Negative": "-32rem",
215
+ "dtSpace1020Negative": "-39.25rem",
216
+ "dtSpace1040Negative": "-47.75rem",
217
+ "dtSpace1050Negative": "-48rem",
218
+ "dtSpace1060Negative": "-51.75rem",
219
+ "dtSpace1080Negative": "-57rem",
220
+ "dtSpace1100Negative": "-64rem",
221
+ "dtSpace1115Negative": "-71.25rem",
222
+ "dtSpace1120Negative": "-79.25rem",
223
+ "dtSpace1125Negative": "-80rem",
224
+ "dtSpace1130Negative": "-83.75rem",
225
+ "dtSpace1150Negative": "-96rem",
226
+ "dtSpace1200Negative": "-128rem",
227
+ "dtSpace0Percent": "0%",
228
+ "dtSpace5Percent": "5%",
229
+ "dtSpace10Percent": "10%",
230
+ "dtSpace20Percent": "20%",
231
+ "dtSpace25Percent": "25%",
232
+ "dtSpace30Percent": "30%",
233
+ "dtSpace33Percent": "33.333%",
234
+ "dtSpace40Percent": "40%",
235
+ "dtSpace50Percent": "50%",
236
+ "dtSpace60Percent": "60%",
237
+ "dtSpace66Percent": "66.7%",
238
+ "dtSpace70Percent": "70%",
239
+ "dtSpace75Percent": "75%",
240
+ "dtSpace80Percent": "80%",
241
+ "dtSpace90Percent": "90%",
242
+ "dtSpace95Percent": "95%",
243
+ "dtSpace100Percent": "100%",
244
+ "dtColorNeutralWhite": "#ffffff",
245
+ "dtColorNeutralBlack": "#000000",
246
+ "dtColorNeutralTransparent": "transparent",
247
+ "dtColorBlack50": "#000000",
248
+ "dtColorBlack100": "#111111",
249
+ "dtColorBlack200": "#1C1C1C",
250
+ "dtColorBlack300": "#262626",
251
+ "dtColorBlack400": "#3C3C3C",
252
+ "dtColorBlack500": "#535353",
253
+ "dtColorBlack600": "#787878",
254
+ "dtColorBlack700": "#ABABAB",
255
+ "dtColorBlack800": "#C7C7C7",
256
+ "dtColorBlack850": "#E3E3E3",
257
+ "dtColorBlack900": "#FBFBFB",
258
+ "dtColorBlack1000": "#FCFCFC",
259
+ "dtColorPurple50": "#1F0060",
260
+ "dtColorPurple100": "#2A007B",
261
+ "dtColorPurple200": "#350097",
262
+ "dtColorPurple250": "#4D04D0",
263
+ "dtColorPurple300": "#5923DC",
264
+ "dtColorPurple350": "#6536E8",
265
+ "dtColorPurple400": "#7F56FF",
266
+ "dtColorPurple425": "#987BFF",
267
+ "dtColorPurple475": "#B29DFF",
268
+ "dtColorPurple500": "#CCBEFF",
269
+ "dtColorPurple600": "#F5EEFF",
270
+ "dtColorPurple1000": "#FDF7FF",
271
+ "dtColorBlue50": "#001A41",
272
+ "dtColorBlue100": "#002E69",
273
+ "dtColorBlue125": "#004493",
274
+ "dtColorBlue175": "#004FAA",
275
+ "dtColorBlue200": "#005BC1",
276
+ "dtColorBlue250": "#0072F0",
277
+ "dtColorBlue300": "#4B8EFF",
278
+ "dtColorBlue350": "#80ABFF",
279
+ "dtColorBlue400": "#ADC6FF",
280
+ "dtColorBlue450": "#D8E2FF",
281
+ "dtColorBlue500": "#EDF0FF",
282
+ "dtColorBlue1000": "#F9F9FF",
283
+ "dtColorMagenta50": "#3E001F",
284
+ "dtColorMagenta100": "#51002A",
285
+ "dtColorMagenta150": "#640036",
286
+ "dtColorMagenta200": "#8D004E",
287
+ "dtColorMagenta225": "#A3005B",
288
+ "dtColorMagenta275": "#B90068",
289
+ "dtColorMagenta300": "#E60083",
290
+ "dtColorMagenta325": "#FF479C",
291
+ "dtColorMagenta375": "#FF83B2",
292
+ "dtColorMagenta400": "#FFB0CA",
293
+ "dtColorMagenta500": "#FFECF0",
294
+ "dtColorMagenta1000": "#FFF8F7",
295
+ "dtColorGold50": "#2A1800",
296
+ "dtColorGold100": "#462B00",
297
+ "dtColorGold150": "#643F00",
298
+ "dtColorGold200": "#734900",
299
+ "dtColorGold225": "#845400",
300
+ "dtColorGold275": "#A56B00",
301
+ "dtColorGold300": "#C6820F",
302
+ "dtColorGold400": "#E59C2E",
303
+ "dtColorGold425": "#FFB958",
304
+ "dtColorGold475": "#FFDDB5",
305
+ "dtColorGold500": "#FFEEDD",
306
+ "dtColorGold1000": "#FFF8F4",
307
+ "dtColorGreen50": "#002204",
308
+ "dtColorGreen100": "#003911",
309
+ "dtColorGreen200": "#00531D",
310
+ "dtColorGreen300": "#006023",
311
+ "dtColorGreen325": "#006E29",
312
+ "dtColorGreen375": "#008A35",
313
+ "dtColorGreen400": "#00A742",
314
+ "dtColorGreen425": "#00C650",
315
+ "dtColorGreen450": "#00E55E",
316
+ "dtColorGreen475": "#B2F2B3",
317
+ "dtColorGreen500": "#EBFFE6",
318
+ "dtColorGreen1000": "#F6FFF0",
319
+ "dtColorRed50": "#410001",
320
+ "dtColorRed100": "#54000C",
321
+ "dtColorRed125": "#680012",
322
+ "dtColorRed175": "#92001D",
323
+ "dtColorRed200": "#A80023",
324
+ "dtColorRed275": "#BF002A",
325
+ "dtColorRed300": "#ED0937",
326
+ "dtColorRed350": "#FF525C",
327
+ "dtColorRed400": "#FF8888",
328
+ "dtColorRed450": "#FFB3B1",
329
+ "dtColorRed500": "#FFEDEB",
330
+ "dtColorRed1000": "#FFF8F7",
331
+ "dtColorTan100": "#121212",
332
+ "dtColorTan200": "#3F3D3C",
333
+ "dtColorTan300": "#87807B",
334
+ "dtColorTan400": "#CEC8C4",
335
+ "dtColorTan500": "#F2F0EE",
336
+ "dtColorGradientMagentaPurple": "linear-gradient(135deg, #E60083 10%, #987BFF 90%)",
337
+ "dtColorBrandPurple": "#987BFF",
338
+ "dtColorBrandMagenta": "#E60083",
339
+ "dtColorBrandGold": "#E59C2E",
340
+ "dtOpacity0": "0",
341
+ "dtOpacity100": ".05",
342
+ "dtOpacity200": ".1",
343
+ "dtOpacity300": ".2",
344
+ "dtOpacity400": ".25",
345
+ "dtOpacity500": ".3",
346
+ "dtOpacity600": ".4",
347
+ "dtOpacity700": ".5",
348
+ "dtOpacity800": ".6",
349
+ "dtOpacity900": ".7",
350
+ "dtOpacity1000": ".75",
351
+ "dtOpacity1100": ".8",
352
+ "dtOpacity1200": ".9",
353
+ "dtOpacity1300": "1",
354
+ "dtShadowSmall1Blur": "0.25rem",
355
+ "dtShadowSmall1Spread": "0rem",
356
+ "dtShadowSmall1Color": "#00000073",
357
+ "dtShadowSmall1Type": "dropShadow",
358
+ "dtShadowSmall1OffsetX": "0rem",
359
+ "dtShadowSmall1OffsetY": "0.125rem",
360
+ "dtShadowSmall2Blur": "0rem",
361
+ "dtShadowSmall2Spread": "0rem",
362
+ "dtShadowSmall2Color": "#000000",
363
+ "dtShadowSmall2Type": "dropShadow",
364
+ "dtShadowSmall2OffsetX": "0.0313rem",
365
+ "dtShadowSmall2OffsetY": "0.0313rem",
366
+ "dtShadowSmall3Blur": "0rem",
367
+ "dtShadowSmall3Spread": "0rem",
368
+ "dtShadowSmall3Color": "#000000",
369
+ "dtShadowSmall3Type": "dropShadow",
370
+ "dtShadowSmall3OffsetX": "-0.0313rem",
371
+ "dtShadowSmall3OffsetY": "-0.0313rem",
372
+ "dtShadowSmall4Blur": "0rem",
373
+ "dtShadowSmall4Spread": "0rem",
374
+ "dtShadowSmall4Color": "#000000",
375
+ "dtShadowSmall4Type": "dropShadow",
376
+ "dtShadowSmall4OffsetX": "-0.0313rem",
377
+ "dtShadowSmall4OffsetY": "0.0313rem",
378
+ "dtShadowSmall5Blur": "0rem",
379
+ "dtShadowSmall5Spread": "0rem",
380
+ "dtShadowSmall5Color": "#000000",
381
+ "dtShadowSmall5Type": "dropShadow",
382
+ "dtShadowSmall5OffsetX": "0.0313rem",
383
+ "dtShadowSmall5OffsetY": "-0.0313rem",
384
+ "dtShadowMedium1Blur": "0.5rem",
385
+ "dtShadowMedium1Spread": "0rem",
386
+ "dtShadowMedium1Color": "#0000008c",
387
+ "dtShadowMedium1Type": "dropShadow",
388
+ "dtShadowMedium1OffsetX": "0rem",
389
+ "dtShadowMedium1OffsetY": "0.125rem",
390
+ "dtShadowMedium2Blur": "0rem",
391
+ "dtShadowMedium2Spread": "0rem",
392
+ "dtShadowMedium2Color": "#000000",
393
+ "dtShadowMedium2Type": "dropShadow",
394
+ "dtShadowMedium2OffsetX": "0.0313rem",
395
+ "dtShadowMedium2OffsetY": "0.0313rem",
396
+ "dtShadowMedium3Blur": "0rem",
397
+ "dtShadowMedium3Spread": "0rem",
398
+ "dtShadowMedium3Color": "#000000",
399
+ "dtShadowMedium3Type": "dropShadow",
400
+ "dtShadowMedium3OffsetX": "-0.0313rem",
401
+ "dtShadowMedium3OffsetY": "-0.0313rem",
402
+ "dtShadowMedium4Blur": "0rem",
403
+ "dtShadowMedium4Spread": "0rem",
404
+ "dtShadowMedium4Color": "#000000",
405
+ "dtShadowMedium4Type": "dropShadow",
406
+ "dtShadowMedium4OffsetX": "-0.0313rem",
407
+ "dtShadowMedium4OffsetY": "0.0313rem",
408
+ "dtShadowMedium5Blur": "0rem",
409
+ "dtShadowMedium5Spread": "0rem",
410
+ "dtShadowMedium5Color": "#000000",
411
+ "dtShadowMedium5Type": "dropShadow",
412
+ "dtShadowMedium5OffsetX": "0.0313rem",
413
+ "dtShadowMedium5OffsetY": "-0.0313rem",
414
+ "dtShadowLarge1Blur": "1rem",
415
+ "dtShadowLarge1Spread": "0rem",
416
+ "dtShadowLarge1Color": "#0000008c",
417
+ "dtShadowLarge1Type": "dropShadow",
418
+ "dtShadowLarge1OffsetX": "0rem",
419
+ "dtShadowLarge1OffsetY": "0.125rem",
420
+ "dtShadowLarge2Blur": "0rem",
421
+ "dtShadowLarge2Spread": "0rem",
422
+ "dtShadowLarge2Color": "#000000",
423
+ "dtShadowLarge2Type": "dropShadow",
424
+ "dtShadowLarge2OffsetX": "-0.0313rem",
425
+ "dtShadowLarge2OffsetY": "0.0313rem",
426
+ "dtShadowLarge3Blur": "0rem",
427
+ "dtShadowLarge3Spread": "0rem",
428
+ "dtShadowLarge3Color": "#000000",
429
+ "dtShadowLarge3Type": "dropShadow",
430
+ "dtShadowLarge3OffsetX": "-0.0313rem",
431
+ "dtShadowLarge3OffsetY": "-0.0313rem",
432
+ "dtShadowLarge4Blur": "0rem",
433
+ "dtShadowLarge4Spread": "0rem",
434
+ "dtShadowLarge4Color": "#000000",
435
+ "dtShadowLarge4Type": "dropShadow",
436
+ "dtShadowLarge4OffsetX": "-0.0313rem",
437
+ "dtShadowLarge4OffsetY": "0.0313rem",
438
+ "dtShadowLarge5Blur": "0rem",
439
+ "dtShadowLarge5Spread": "0rem",
440
+ "dtShadowLarge5Color": "#000000",
441
+ "dtShadowLarge5Type": "dropShadow",
442
+ "dtShadowLarge5OffsetX": "0.0313rem",
443
+ "dtShadowLarge5OffsetY": "-0.0313rem",
444
+ "dtShadowExtraLarge1Blur": "2rem",
445
+ "dtShadowExtraLarge1Spread": "0rem",
446
+ "dtShadowExtraLarge1Color": "#0000008c",
447
+ "dtShadowExtraLarge1Type": "dropShadow",
448
+ "dtShadowExtraLarge1OffsetX": "0rem",
449
+ "dtShadowExtraLarge1OffsetY": "0.125rem",
450
+ "dtShadowExtraLarge2Blur": "0rem",
451
+ "dtShadowExtraLarge2Spread": "0rem",
452
+ "dtShadowExtraLarge2Color": "#000000",
453
+ "dtShadowExtraLarge2Type": "dropShadow",
454
+ "dtShadowExtraLarge2OffsetX": "0.0313rem",
455
+ "dtShadowExtraLarge2OffsetY": "0.0313rem",
456
+ "dtShadowExtraLarge3Blur": "0rem",
457
+ "dtShadowExtraLarge3Spread": "0rem",
458
+ "dtShadowExtraLarge3Color": "#000000",
459
+ "dtShadowExtraLarge3Type": "dropShadow",
460
+ "dtShadowExtraLarge3OffsetX": "-0.0313rem",
461
+ "dtShadowExtraLarge3OffsetY": "-0.0313rem",
462
+ "dtShadowExtraLarge4Blur": "0rem",
463
+ "dtShadowExtraLarge4Spread": "0rem",
464
+ "dtShadowExtraLarge4Color": "#000000",
465
+ "dtShadowExtraLarge4Type": "dropShadow",
466
+ "dtShadowExtraLarge4OffsetX": "-0.0313rem",
467
+ "dtShadowExtraLarge4OffsetY": "0.0313rem",
468
+ "dtShadowExtraLarge5Blur": "0rem",
469
+ "dtShadowExtraLarge5Spread": "0rem",
470
+ "dtShadowExtraLarge5Color": "#000000",
471
+ "dtShadowExtraLarge5Type": "dropShadow",
472
+ "dtShadowExtraLarge5OffsetX": "0.0313rem",
473
+ "dtShadowExtraLarge5OffsetY": "-0.0313rem",
474
+ "dtShadowCard1Blur": "0.125rem",
475
+ "dtShadowCard1Spread": "0rem",
476
+ "dtShadowCard1Color": "#00000059",
477
+ "dtShadowCard1Type": "dropShadow",
478
+ "dtShadowCard1OffsetX": "0rem",
479
+ "dtShadowCard1OffsetY": "0.0625rem",
480
+ "dtShadowCard2Blur": "0.25rem",
481
+ "dtShadowCard2Spread": "0rem",
482
+ "dtShadowCard2Color": "#00000073",
483
+ "dtShadowCard2Type": "dropShadow",
484
+ "dtShadowCard2OffsetX": "0rem",
485
+ "dtShadowCard2OffsetY": "0.125rem",
486
+ "dtShadowCard3Blur": "1rem",
487
+ "dtShadowCard3Spread": "0rem",
488
+ "dtShadowCard3Color": "#00000094",
489
+ "dtShadowCard3Type": "dropShadow",
490
+ "dtShadowCard3OffsetX": "0rem",
491
+ "dtShadowCard3OffsetY": "0.125rem",
492
+ "dtShadowCard4Blur": "0rem",
493
+ "dtShadowCard4Spread": "0rem",
494
+ "dtShadowCard4Color": "#000000",
495
+ "dtShadowCard4Type": "dropShadow",
496
+ "dtShadowCard4OffsetX": "0.0313rem",
497
+ "dtShadowCard4OffsetY": "0.0313rem",
498
+ "dtShadowCard5Blur": "0rem",
499
+ "dtShadowCard5Spread": "0rem",
500
+ "dtShadowCard5Color": "#000000",
501
+ "dtShadowCard5Type": "dropShadow",
502
+ "dtShadowCard5OffsetX": "-0.0313rem",
503
+ "dtShadowCard5OffsetY": "-0.0313rem",
504
+ "dtShadowCard6Blur": "0rem",
505
+ "dtShadowCard6Spread": "0rem",
506
+ "dtShadowCard6Color": "#000000",
507
+ "dtShadowCard6Type": "dropShadow",
508
+ "dtShadowCard6OffsetX": "-0.0313rem",
509
+ "dtShadowCard6OffsetY": "0.0313rem",
510
+ "dtShadowCard7Blur": "0rem",
511
+ "dtShadowCard7Spread": "0rem",
512
+ "dtShadowCard7Color": "#000000",
513
+ "dtShadowCard7Type": "dropShadow",
514
+ "dtShadowCard7OffsetX": "0.0313rem",
515
+ "dtShadowCard7OffsetY": "-0.0313rem",
516
+ "dtShadowFocus1Blur": "0rem",
517
+ "dtShadowFocus1Spread": "0.0625rem",
518
+ "dtShadowFocus1Color": "#111111",
519
+ "dtShadowFocus1Type": "dropShadow",
520
+ "dtShadowFocus1OffsetX": "0rem",
521
+ "dtShadowFocus1OffsetY": "0rem",
522
+ "dtShadowFocus2Blur": "0rem",
523
+ "dtShadowFocus2Spread": "0.1875rem",
524
+ "dtShadowFocus2Color": "#4B8EFF",
525
+ "dtShadowFocus2Type": "dropShadow",
526
+ "dtShadowFocus2OffsetX": "0rem",
527
+ "dtShadowFocus2OffsetY": "0rem",
528
+ "dtShadowFocusInsetBlur": "0rem",
529
+ "dtShadowFocusInsetSpread": "0.125rem",
530
+ "dtShadowFocusInsetColor": "#4B8EFF",
531
+ "dtShadowFocusInsetType": "innerShadow",
532
+ "dtShadowFocusInsetOffsetX": "0rem",
533
+ "dtShadowFocusInsetOffsetY": "0rem"
534
+ }