@dialpad/dialtone 9.72.3 → 9.73.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 (440) hide show
  1. package/dist/css/dialtone-default-theme.css +635 -48
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +263 -24
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +10888 -10888
  6. package/dist/vue2/common/sr_only_close_button.vue.cjs +3 -3
  7. package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -1
  8. package/dist/vue2/common/sr_only_close_button.vue.js +3 -3
  9. package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -1
  10. package/dist/vue2/component-documentation.json +1 -1
  11. package/dist/vue2/components/avatar/avatar.vue.cjs +13 -24
  12. package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -1
  13. package/dist/vue2/components/avatar/avatar.vue.js +13 -24
  14. package/dist/vue2/components/avatar/avatar.vue.js.map +1 -1
  15. package/dist/vue2/components/badge/badge.vue.cjs +13 -34
  16. package/dist/vue2/components/badge/badge.vue.cjs.map +1 -1
  17. package/dist/vue2/components/badge/badge.vue.js +13 -34
  18. package/dist/vue2/components/badge/badge.vue.js.map +1 -1
  19. package/dist/vue2/components/chip/chip.vue.cjs +4 -4
  20. package/dist/vue2/components/chip/chip.vue.cjs.map +1 -1
  21. package/dist/vue2/components/chip/chip.vue.js +4 -4
  22. package/dist/vue2/components/chip/chip.vue.js.map +1 -1
  23. package/dist/vue2/components/collapsible/collapsible.vue.cjs +4 -3
  24. package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -1
  25. package/dist/vue2/components/collapsible/collapsible.vue.js +4 -3
  26. package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -1
  27. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +14 -6
  28. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -1
  29. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +14 -6
  30. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -1
  31. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +6 -5
  32. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -1
  33. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +6 -5
  34. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -1
  35. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +23 -14
  36. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
  37. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +23 -14
  38. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
  39. package/dist/vue2/components/empty_state/empty_state.vue.cjs +20 -80
  40. package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -1
  41. package/dist/vue2/components/empty_state/empty_state.vue.js +21 -81
  42. package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -1
  43. package/dist/vue2/components/empty_state/empty_state_constants.cjs +18 -0
  44. package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -1
  45. package/dist/vue2/components/empty_state/empty_state_constants.js +18 -0
  46. package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -1
  47. package/dist/vue2/components/icon/icon.vue.cjs +2 -2
  48. package/dist/vue2/components/icon/icon.vue.js +2 -2
  49. package/dist/vue2/components/illustration/illustration.vue.cjs +2 -2
  50. package/dist/vue2/components/illustration/illustration.vue.js +2 -2
  51. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +4 -4
  52. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -1
  53. package/dist/vue2/components/image_viewer/image_viewer.vue.js +4 -4
  54. package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -1
  55. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +24 -9
  56. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -1
  57. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +22 -7
  58. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -1
  59. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +8 -14
  60. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -1
  61. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +9 -15
  62. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -1
  63. package/dist/vue2/components/list_item/list_item.vue.cjs +3 -3
  64. package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -1
  65. package/dist/vue2/components/list_item/list_item.vue.js +3 -3
  66. package/dist/vue2/components/list_item/list_item.vue.js.map +1 -1
  67. package/dist/vue2/components/modal/modal.vue.cjs +4 -4
  68. package/dist/vue2/components/modal/modal.vue.cjs.map +1 -1
  69. package/dist/vue2/components/modal/modal.vue.js +4 -4
  70. package/dist/vue2/components/modal/modal.vue.js.map +1 -1
  71. package/dist/vue2/components/notice/notice_action.vue.cjs +4 -4
  72. package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -1
  73. package/dist/vue2/components/notice/notice_action.vue.js +4 -4
  74. package/dist/vue2/components/notice/notice_action.vue.js.map +1 -1
  75. package/dist/vue2/components/notice/notice_icon.vue.cjs +12 -8
  76. package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -1
  77. package/dist/vue2/components/notice/notice_icon.vue.js +12 -8
  78. package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -1
  79. package/dist/vue2/components/pagination/pagination.vue.cjs +11 -5
  80. package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -1
  81. package/dist/vue2/components/pagination/pagination.vue.js +11 -5
  82. package/dist/vue2/components/pagination/pagination.vue.js.map +1 -1
  83. package/dist/vue2/components/popover/popover_header_footer.vue.cjs +4 -4
  84. package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -1
  85. package/dist/vue2/components/popover/popover_header_footer.vue.js +4 -4
  86. package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -1
  87. package/dist/vue2/dialtone-vue.cjs +0 -3
  88. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  89. package/dist/vue2/dialtone-vue.js +2 -5
  90. package/dist/vue2/lib/general-row.cjs +0 -1
  91. package/dist/vue2/lib/general-row.cjs.map +1 -1
  92. package/dist/vue2/lib/general-row.js +1 -2
  93. package/dist/vue2/lib/keyboard-shortcut.cjs +0 -2
  94. package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
  95. package/dist/vue2/lib/keyboard-shortcut.js +2 -4
  96. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +5 -5
  97. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  98. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +5 -5
  99. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  100. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +25 -5
  101. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  102. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +26 -6
  103. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  104. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +5 -4
  105. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  106. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +5 -4
  107. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  108. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +3 -3
  109. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  110. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +3 -3
  111. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  112. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +35 -22
  113. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  114. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +35 -22
  115. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  116. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -6
  117. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  118. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +7 -6
  119. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  120. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +9 -17
  121. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
  122. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +9 -17
  123. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
  124. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +6 -5
  125. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  126. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +6 -5
  127. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
  128. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +22 -11
  129. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  130. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +22 -11
  131. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  132. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +6 -6
  133. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  134. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +6 -6
  135. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  136. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +14 -10
  137. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  138. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +14 -10
  139. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  140. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +6 -3
  141. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  142. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +6 -3
  143. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  144. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +6 -5
  145. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  146. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +6 -5
  147. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  148. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +8 -7
  149. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  150. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +8 -7
  151. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  152. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +0 -17
  153. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
  154. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +0 -17
  155. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
  156. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +36 -4
  157. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  158. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +37 -5
  159. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  160. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +3 -3
  161. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
  162. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +3 -3
  163. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
  164. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +4 -3
  165. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  166. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +4 -3
  167. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  168. package/dist/vue2/style.css +127 -124
  169. package/dist/vue2/types/components/avatar/avatar.vue.d.ts +4 -34
  170. package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -1
  171. package/dist/vue2/types/components/badge/badge.vue.d.ts +16 -45
  172. package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
  173. package/dist/vue2/types/components/chip/chip.vue.d.ts +1 -1
  174. package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +1 -1
  175. package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  176. package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -67
  177. package/dist/vue2/types/components/empty_state/empty_state_constants.d.ts +27 -0
  178. package/dist/vue2/types/components/keyboard_shortcut/index.d.ts +1 -1
  179. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +7 -15
  180. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
  181. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +0 -11
  182. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -1
  183. package/dist/vue2/types/components/modal/modal.vue.d.ts +4 -6
  184. package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -1
  185. package/dist/vue2/types/components/notice/notice_action.vue.d.ts +5 -4
  186. package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
  187. package/dist/vue2/types/components/notice/notice_icon.vue.d.ts +1 -1
  188. package/dist/vue2/types/components/notice/notice_icon.vue.d.ts.map +1 -1
  189. package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
  190. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  191. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  192. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  193. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  194. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  195. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +8 -8
  196. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  197. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  198. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  199. package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +2 -16
  200. package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  201. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +4 -6
  202. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  203. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -16
  204. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  205. package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  206. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
  207. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  208. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  209. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  210. package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts +0 -6
  211. package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  212. package/dist/vue2/types/recipes/leftbar/general_row/index.d.ts +1 -1
  213. package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  214. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  215. package/dist/vue3/common/sr_only_close_button.vue.cjs +4 -4
  216. package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -1
  217. package/dist/vue3/common/sr_only_close_button.vue.js +4 -4
  218. package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -1
  219. package/dist/vue3/component-documentation.json +1 -1
  220. package/dist/vue3/components/avatar/avatar.vue.cjs +30 -41
  221. package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -1
  222. package/dist/vue3/components/avatar/avatar.vue.js +32 -43
  223. package/dist/vue3/components/avatar/avatar.vue.js.map +1 -1
  224. package/dist/vue3/components/badge/badge.vue.cjs +22 -39
  225. package/dist/vue3/components/badge/badge.vue.cjs.map +1 -1
  226. package/dist/vue3/components/badge/badge.vue.js +23 -40
  227. package/dist/vue3/components/badge/badge.vue.js.map +1 -1
  228. package/dist/vue3/components/chip/chip.vue.cjs +4 -7
  229. package/dist/vue3/components/chip/chip.vue.cjs.map +1 -1
  230. package/dist/vue3/components/chip/chip.vue.js +4 -7
  231. package/dist/vue3/components/chip/chip.vue.js.map +1 -1
  232. package/dist/vue3/components/collapsible/collapsible.vue.cjs +12 -6
  233. package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -1
  234. package/dist/vue3/components/collapsible/collapsible.vue.js +12 -6
  235. package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -1
  236. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +5 -17
  237. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -1
  238. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +5 -17
  239. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -1
  240. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +4 -9
  241. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -1
  242. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +5 -10
  243. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -1
  244. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +11 -14
  245. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
  246. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +12 -15
  247. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
  248. package/dist/vue3/components/empty_state/empty_state.vue.cjs +19 -92
  249. package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -1
  250. package/dist/vue3/components/empty_state/empty_state.vue.js +20 -93
  251. package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -1
  252. package/dist/vue3/components/empty_state/empty_state_constants.cjs +18 -0
  253. package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -1
  254. package/dist/vue3/components/empty_state/empty_state_constants.js +18 -0
  255. package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -1
  256. package/dist/vue3/components/icon/icon.vue.cjs +2 -2
  257. package/dist/vue3/components/icon/icon.vue.js +2 -2
  258. package/dist/vue3/components/illustration/illustration.vue.cjs +2 -2
  259. package/dist/vue3/components/illustration/illustration.vue.js +2 -2
  260. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +4 -5
  261. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -1
  262. package/dist/vue3/components/image_viewer/image_viewer.vue.js +4 -5
  263. package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -1
  264. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +24 -11
  265. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -1
  266. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +23 -10
  267. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -1
  268. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +8 -14
  269. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -1
  270. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +9 -15
  271. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -1
  272. package/dist/vue3/components/list_item/list_item.vue.cjs +4 -5
  273. package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -1
  274. package/dist/vue3/components/list_item/list_item.vue.js +4 -5
  275. package/dist/vue3/components/list_item/list_item.vue.js.map +1 -1
  276. package/dist/vue3/components/modal/modal.vue.cjs +4 -7
  277. package/dist/vue3/components/modal/modal.vue.cjs.map +1 -1
  278. package/dist/vue3/components/modal/modal.vue.js +4 -7
  279. package/dist/vue3/components/modal/modal.vue.js.map +1 -1
  280. package/dist/vue3/components/notice/notice_action.vue.cjs +4 -7
  281. package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -1
  282. package/dist/vue3/components/notice/notice_action.vue.js +4 -7
  283. package/dist/vue3/components/notice/notice_action.vue.js.map +1 -1
  284. package/dist/vue3/components/notice/notice_icon.vue.cjs +12 -12
  285. package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -1
  286. package/dist/vue3/components/notice/notice_icon.vue.js +13 -13
  287. package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -1
  288. package/dist/vue3/components/pagination/pagination.vue.cjs +10 -15
  289. package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -1
  290. package/dist/vue3/components/pagination/pagination.vue.js +10 -15
  291. package/dist/vue3/components/pagination/pagination.vue.js.map +1 -1
  292. package/dist/vue3/components/popover/popover_header_footer.vue.cjs +4 -7
  293. package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -1
  294. package/dist/vue3/components/popover/popover_header_footer.vue.js +4 -7
  295. package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -1
  296. package/dist/vue3/dialtone-vue.cjs +0 -3
  297. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  298. package/dist/vue3/dialtone-vue.js +2 -5
  299. package/dist/vue3/lib/general-row.cjs +0 -1
  300. package/dist/vue3/lib/general-row.cjs.map +1 -1
  301. package/dist/vue3/lib/general-row.js +1 -2
  302. package/dist/vue3/lib/keyboard-shortcut.cjs +0 -2
  303. package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
  304. package/dist/vue3/lib/keyboard-shortcut.js +2 -4
  305. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +4 -5
  306. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  307. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +4 -5
  308. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  309. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +27 -11
  310. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  311. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +29 -13
  312. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  313. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +7 -11
  314. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  315. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +7 -11
  316. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  317. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +4 -7
  318. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  319. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +4 -7
  320. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  321. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +33 -25
  322. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  323. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +34 -26
  324. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  325. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +14 -7
  326. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  327. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +15 -8
  328. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  329. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +23 -25
  330. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
  331. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +24 -26
  332. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
  333. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +8 -12
  334. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  335. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +8 -12
  336. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
  337. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +29 -18
  338. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  339. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +29 -18
  340. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  341. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +6 -12
  342. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  343. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +6 -12
  344. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  345. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +33 -13
  346. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  347. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +34 -14
  348. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  349. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +13 -4
  350. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  351. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +14 -5
  352. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  353. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +13 -7
  354. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  355. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +14 -8
  356. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  357. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +9 -13
  358. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  359. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +9 -13
  360. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  361. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +0 -17
  362. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
  363. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +0 -17
  364. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
  365. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +39 -11
  366. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  367. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +41 -13
  368. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  369. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +4 -7
  370. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
  371. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +4 -7
  372. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
  373. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +11 -6
  374. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  375. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +12 -7
  376. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  377. package/dist/vue3/style.css +127 -124
  378. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +5 -33
  379. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  380. package/dist/vue3/types/components/badge/badge.vue.d.ts +17 -34
  381. package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
  382. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  383. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  384. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  385. package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
  386. package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts +4 -0
  387. package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts.map +1 -1
  388. package/dist/vue3/types/components/empty_state/empty_state_constants.d.ts +27 -0
  389. package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  390. package/dist/vue3/types/components/keyboard_shortcut/index.d.ts +1 -1
  391. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +210 -15
  392. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
  393. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +0 -11
  394. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -1
  395. package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -8
  396. package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
  397. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +5 -4
  398. package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
  399. package/dist/vue3/types/components/notice/notice_icon.vue.d.ts +30 -1
  400. package/dist/vue3/types/components/notice/notice_icon.vue.d.ts.map +1 -1
  401. package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
  402. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  403. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  404. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  405. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +30 -1
  406. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  407. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  408. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +240 -8
  409. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  410. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  411. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  412. package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +31 -16
  413. package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  414. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +4 -6
  415. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  416. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -16
  417. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  418. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  419. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
  420. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  421. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  422. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  423. package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts +0 -6
  424. package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  425. package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -1
  426. package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +30 -1
  427. package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  428. package/package.json +3 -3
  429. package/dist/vue2/common/storybook_utils.cjs +0 -8
  430. package/dist/vue2/common/storybook_utils.cjs.map +0 -1
  431. package/dist/vue2/common/storybook_utils.js +0 -8
  432. package/dist/vue2/common/storybook_utils.js.map +0 -1
  433. package/dist/vue2/types/common/storybook_utils.d.ts +0 -35
  434. package/dist/vue2/types/common/storybook_utils.d.ts.map +0 -1
  435. package/dist/vue3/common/storybook_utils.cjs +0 -8
  436. package/dist/vue3/common/storybook_utils.cjs.map +0 -1
  437. package/dist/vue3/common/storybook_utils.js +0 -8
  438. package/dist/vue3/common/storybook_utils.js.map +0 -1
  439. package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
  440. package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
@@ -7456,6 +7456,17 @@ legend .d-label--md {
7456
7456
  padding-top: unset !important;
7457
7457
  padding-bottom: unset !important;
7458
7458
  }
7459
+ .d-cg-unset {
7460
+ -webkit-column-gap: unset !important;
7461
+ -moz-column-gap: unset !important;
7462
+ column-gap: unset !important;
7463
+ }
7464
+ .d-rg-unset {
7465
+ row-gap: unset !important;
7466
+ }
7467
+ .d-g-unset {
7468
+ gap: unset !important;
7469
+ }
7459
7470
  .d-ff-custom {
7460
7471
  font-family: var(--dt-font-family-body) !important;
7461
7472
  }
@@ -12288,7 +12299,7 @@ body {
12288
12299
  }
12289
12300
 
12290
12301
  .d-fl-col1 > * {
12291
- --fl-gap: 0;
12302
+ --fl-gap: var(--dt-space-0);
12292
12303
  --fl-basis: calc(100% / 1);
12293
12304
  display: inline-flex;
12294
12305
  margin: var(--fl-gap);
@@ -12296,7 +12307,7 @@ body {
12296
12307
  }
12297
12308
 
12298
12309
  .d-fl-col2 > * {
12299
- --fl-gap: 0;
12310
+ --fl-gap: var(--dt-space-0);
12300
12311
  --fl-basis: calc(100% / 2);
12301
12312
  display: inline-flex;
12302
12313
  margin: var(--fl-gap);
@@ -12304,7 +12315,7 @@ body {
12304
12315
  }
12305
12316
 
12306
12317
  .d-fl-col3 > * {
12307
- --fl-gap: 0;
12318
+ --fl-gap: var(--dt-space-0);
12308
12319
  --fl-basis: calc(100% / 3);
12309
12320
  display: inline-flex;
12310
12321
  margin: var(--fl-gap);
@@ -12312,7 +12323,7 @@ body {
12312
12323
  }
12313
12324
 
12314
12325
  .d-fl-col4 > * {
12315
- --fl-gap: 0;
12326
+ --fl-gap: var(--dt-space-0);
12316
12327
  --fl-basis: calc(100% / 4);
12317
12328
  display: inline-flex;
12318
12329
  margin: var(--fl-gap);
@@ -12320,7 +12331,7 @@ body {
12320
12331
  }
12321
12332
 
12322
12333
  .d-fl-col5 > * {
12323
- --fl-gap: 0;
12334
+ --fl-gap: var(--dt-space-0);
12324
12335
  --fl-basis: calc(100% / 5);
12325
12336
  display: inline-flex;
12326
12337
  margin: var(--fl-gap);
@@ -12328,7 +12339,7 @@ body {
12328
12339
  }
12329
12340
 
12330
12341
  .d-fl-col6 > * {
12331
- --fl-gap: 0;
12342
+ --fl-gap: var(--dt-space-0);
12332
12343
  --fl-basis: calc(100% / 6);
12333
12344
  display: inline-flex;
12334
12345
  margin: var(--fl-gap);
@@ -12336,7 +12347,7 @@ body {
12336
12347
  }
12337
12348
 
12338
12349
  .d-fl-col7 > * {
12339
- --fl-gap: 0;
12350
+ --fl-gap: var(--dt-space-0);
12340
12351
  --fl-basis: calc(100% / 7);
12341
12352
  display: inline-flex;
12342
12353
  margin: var(--fl-gap);
@@ -12344,7 +12355,7 @@ body {
12344
12355
  }
12345
12356
 
12346
12357
  .d-fl-col8 > * {
12347
- --fl-gap: 0;
12358
+ --fl-gap: var(--dt-space-0);
12348
12359
  --fl-basis: calc(100% / 8);
12349
12360
  display: inline-flex;
12350
12361
  margin: var(--fl-gap);
@@ -12352,7 +12363,7 @@ body {
12352
12363
  }
12353
12364
 
12354
12365
  .d-fl-col9 > * {
12355
- --fl-gap: 0;
12366
+ --fl-gap: var(--dt-space-0);
12356
12367
  --fl-basis: calc(100% / 9);
12357
12368
  display: inline-flex;
12358
12369
  margin: var(--fl-gap);
@@ -12360,7 +12371,7 @@ body {
12360
12371
  }
12361
12372
 
12362
12373
  .d-fl-col10 > * {
12363
- --fl-gap: 0;
12374
+ --fl-gap: var(--dt-space-0);
12364
12375
  --fl-basis: calc(100% / 10);
12365
12376
  display: inline-flex;
12366
12377
  margin: var(--fl-gap);
@@ -12368,7 +12379,7 @@ body {
12368
12379
  }
12369
12380
 
12370
12381
  .d-fl-col11 > * {
12371
- --fl-gap: 0;
12382
+ --fl-gap: var(--dt-space-0);
12372
12383
  --fl-basis: calc(100% / 11);
12373
12384
  display: inline-flex;
12374
12385
  margin: var(--fl-gap);
@@ -12376,7 +12387,7 @@ body {
12376
12387
  }
12377
12388
 
12378
12389
  .d-fl-col12 > * {
12379
- --fl-gap: 0;
12390
+ --fl-gap: var(--dt-space-0);
12380
12391
  --fl-basis: calc(100% / 12);
12381
12392
  display: inline-flex;
12382
12393
  margin: var(--fl-gap);
@@ -12384,7 +12395,7 @@ body {
12384
12395
  }
12385
12396
 
12386
12397
  .d-fl-col1 > * {
12387
- --fl-gap: 0;
12398
+ --fl-gap: var(--dt-space-0);
12388
12399
  --fl-basis: calc(100% / 1);
12389
12400
  display: inline-flex;
12390
12401
  margin: var(--fl-gap);
@@ -12392,7 +12403,7 @@ body {
12392
12403
  }
12393
12404
 
12394
12405
  .d-fl-col2 > * {
12395
- --fl-gap: 0;
12406
+ --fl-gap: var(--dt-space-0);
12396
12407
  --fl-basis: calc(100% / 2);
12397
12408
  display: inline-flex;
12398
12409
  margin: var(--fl-gap);
@@ -12400,7 +12411,7 @@ body {
12400
12411
  }
12401
12412
 
12402
12413
  .d-fl-col3 > * {
12403
- --fl-gap: 0;
12414
+ --fl-gap: var(--dt-space-0);
12404
12415
  --fl-basis: calc(100% / 3);
12405
12416
  display: inline-flex;
12406
12417
  margin: var(--fl-gap);
@@ -12408,7 +12419,7 @@ body {
12408
12419
  }
12409
12420
 
12410
12421
  .d-fl-col4 > * {
12411
- --fl-gap: 0;
12422
+ --fl-gap: var(--dt-space-0);
12412
12423
  --fl-basis: calc(100% / 4);
12413
12424
  display: inline-flex;
12414
12425
  margin: var(--fl-gap);
@@ -12416,7 +12427,7 @@ body {
12416
12427
  }
12417
12428
 
12418
12429
  .d-fl-col5 > * {
12419
- --fl-gap: 0;
12430
+ --fl-gap: var(--dt-space-0);
12420
12431
  --fl-basis: calc(100% / 5);
12421
12432
  display: inline-flex;
12422
12433
  margin: var(--fl-gap);
@@ -12424,7 +12435,7 @@ body {
12424
12435
  }
12425
12436
 
12426
12437
  .d-fl-col6 > * {
12427
- --fl-gap: 0;
12438
+ --fl-gap: var(--dt-space-0);
12428
12439
  --fl-basis: calc(100% / 6);
12429
12440
  display: inline-flex;
12430
12441
  margin: var(--fl-gap);
@@ -12432,7 +12443,7 @@ body {
12432
12443
  }
12433
12444
 
12434
12445
  .d-fl-col7 > * {
12435
- --fl-gap: 0;
12446
+ --fl-gap: var(--dt-space-0);
12436
12447
  --fl-basis: calc(100% / 7);
12437
12448
  display: inline-flex;
12438
12449
  margin: var(--fl-gap);
@@ -12440,7 +12451,7 @@ body {
12440
12451
  }
12441
12452
 
12442
12453
  .d-fl-col8 > * {
12443
- --fl-gap: 0;
12454
+ --fl-gap: var(--dt-space-0);
12444
12455
  --fl-basis: calc(100% / 8);
12445
12456
  display: inline-flex;
12446
12457
  margin: var(--fl-gap);
@@ -12448,7 +12459,7 @@ body {
12448
12459
  }
12449
12460
 
12450
12461
  .d-fl-col9 > * {
12451
- --fl-gap: 0;
12462
+ --fl-gap: var(--dt-space-0);
12452
12463
  --fl-basis: calc(100% / 9);
12453
12464
  display: inline-flex;
12454
12465
  margin: var(--fl-gap);
@@ -12456,7 +12467,7 @@ body {
12456
12467
  }
12457
12468
 
12458
12469
  .d-fl-col10 > * {
12459
- --fl-gap: 0;
12470
+ --fl-gap: var(--dt-space-0);
12460
12471
  --fl-basis: calc(100% / 10);
12461
12472
  display: inline-flex;
12462
12473
  margin: var(--fl-gap);
@@ -12464,7 +12475,7 @@ body {
12464
12475
  }
12465
12476
 
12466
12477
  .d-fl-col11 > * {
12467
- --fl-gap: 0;
12478
+ --fl-gap: var(--dt-space-0);
12468
12479
  --fl-basis: calc(100% / 11);
12469
12480
  display: inline-flex;
12470
12481
  margin: var(--fl-gap);
@@ -12472,7 +12483,7 @@ body {
12472
12483
  }
12473
12484
 
12474
12485
  .d-fl-col12 > * {
12475
- --fl-gap: 0;
12486
+ --fl-gap: var(--dt-space-0);
12476
12487
  --fl-basis: calc(100% / 12);
12477
12488
  display: inline-flex;
12478
12489
  margin: var(--fl-gap);
@@ -12480,99 +12491,99 @@ body {
12480
12491
  }
12481
12492
 
12482
12493
  .d-fl-col1 > *:nth-child(-n + 1) {
12483
- margin-top: 0;
12494
+ margin-top: var(--dt-space-0);
12484
12495
  }
12485
12496
 
12486
12497
  .d-fl-col2 > *:nth-child(-n + 2) {
12487
- margin-top: 0;
12498
+ margin-top: var(--dt-space-0);
12488
12499
  }
12489
12500
 
12490
12501
  .d-fl-col3 > *:nth-child(-n + 3) {
12491
- margin-top: 0;
12502
+ margin-top: var(--dt-space-0);
12492
12503
  }
12493
12504
 
12494
12505
  .d-fl-col4 > *:nth-child(-n + 4) {
12495
- margin-top: 0;
12506
+ margin-top: var(--dt-space-0);
12496
12507
  }
12497
12508
 
12498
12509
  .d-fl-col5 > *:nth-child(-n + 5) {
12499
- margin-top: 0;
12510
+ margin-top: var(--dt-space-0);
12500
12511
  }
12501
12512
 
12502
12513
  .d-fl-col6 > *:nth-child(-n + 6) {
12503
- margin-top: 0;
12514
+ margin-top: var(--dt-space-0);
12504
12515
  }
12505
12516
 
12506
12517
  .d-fl-col7 > *:nth-child(-n + 7) {
12507
- margin-top: 0;
12518
+ margin-top: var(--dt-space-0);
12508
12519
  }
12509
12520
 
12510
12521
  .d-fl-col8 > *:nth-child(-n + 8) {
12511
- margin-top: 0;
12522
+ margin-top: var(--dt-space-0);
12512
12523
  }
12513
12524
 
12514
12525
  .d-fl-col9 > *:nth-child(-n + 9) {
12515
- margin-top: 0;
12526
+ margin-top: var(--dt-space-0);
12516
12527
  }
12517
12528
 
12518
12529
  .d-fl-col10 > *:nth-child(-n + 10) {
12519
- margin-top: 0;
12530
+ margin-top: var(--dt-space-0);
12520
12531
  }
12521
12532
 
12522
12533
  .d-fl-col11 > *:nth-child(-n + 11) {
12523
- margin-top: 0;
12534
+ margin-top: var(--dt-space-0);
12524
12535
  }
12525
12536
 
12526
12537
  .d-fl-col12 > *:nth-child(-n + 12) {
12527
- margin-top: 0;
12538
+ margin-top: var(--dt-space-0);
12528
12539
  }
12529
12540
 
12530
12541
  .d-fl-col1 > *:nth-child(-n + 1) {
12531
- margin-top: 0;
12542
+ margin-top: var(--dt-space-0);
12532
12543
  }
12533
12544
 
12534
12545
  .d-fl-col2 > *:nth-child(-n + 2) {
12535
- margin-top: 0;
12546
+ margin-top: var(--dt-space-0);
12536
12547
  }
12537
12548
 
12538
12549
  .d-fl-col3 > *:nth-child(-n + 3) {
12539
- margin-top: 0;
12550
+ margin-top: var(--dt-space-0);
12540
12551
  }
12541
12552
 
12542
12553
  .d-fl-col4 > *:nth-child(-n + 4) {
12543
- margin-top: 0;
12554
+ margin-top: var(--dt-space-0);
12544
12555
  }
12545
12556
 
12546
12557
  .d-fl-col5 > *:nth-child(-n + 5) {
12547
- margin-top: 0;
12558
+ margin-top: var(--dt-space-0);
12548
12559
  }
12549
12560
 
12550
12561
  .d-fl-col6 > *:nth-child(-n + 6) {
12551
- margin-top: 0;
12562
+ margin-top: var(--dt-space-0);
12552
12563
  }
12553
12564
 
12554
12565
  .d-fl-col7 > *:nth-child(-n + 7) {
12555
- margin-top: 0;
12566
+ margin-top: var(--dt-space-0);
12556
12567
  }
12557
12568
 
12558
12569
  .d-fl-col8 > *:nth-child(-n + 8) {
12559
- margin-top: 0;
12570
+ margin-top: var(--dt-space-0);
12560
12571
  }
12561
12572
 
12562
12573
  .d-fl-col9 > *:nth-child(-n + 9) {
12563
- margin-top: 0;
12574
+ margin-top: var(--dt-space-0);
12564
12575
  }
12565
12576
 
12566
12577
  .d-fl-col10 > *:nth-child(-n + 10) {
12567
- margin-top: 0;
12578
+ margin-top: var(--dt-space-0);
12568
12579
  }
12569
12580
 
12570
12581
  .d-fl-col11 > *:nth-child(-n + 11) {
12571
- margin-top: 0;
12582
+ margin-top: var(--dt-space-0);
12572
12583
  }
12573
12584
 
12574
12585
  .d-fl-col12 > *:nth-child(-n + 12) {
12575
- margin-top: 0;
12586
+ margin-top: var(--dt-space-0);
12576
12587
  }
12577
12588
 
12578
12589
  .d-fl-col1.d-fd-column > * {
@@ -13055,6 +13066,582 @@ body {
13055
13066
  border-bottom-left-radius: var(--dt-size-radius-600) !important;
13056
13067
  }
13057
13068
 
13069
+ .d-g0 {
13070
+ gap: var(--dt-space-0) !important;
13071
+ }
13072
+
13073
+ .d-g1 {
13074
+ gap: var(--dt-space-100) !important;
13075
+ }
13076
+
13077
+ .d-g2 {
13078
+ gap: var(--dt-space-200) !important;
13079
+ }
13080
+
13081
+ .d-g4 {
13082
+ gap: var(--dt-space-300) !important;
13083
+ }
13084
+
13085
+ .d-g6 {
13086
+ gap: var(--dt-space-350) !important;
13087
+ }
13088
+
13089
+ .d-g8 {
13090
+ gap: var(--dt-space-400) !important;
13091
+ }
13092
+
13093
+ .d-g12 {
13094
+ gap: var(--dt-space-450) !important;
13095
+ }
13096
+
13097
+ .d-g16 {
13098
+ gap: var(--dt-space-500) !important;
13099
+ }
13100
+
13101
+ .d-g24 {
13102
+ gap: var(--dt-space-550) !important;
13103
+ }
13104
+
13105
+ .d-g32 {
13106
+ gap: var(--dt-space-600) !important;
13107
+ }
13108
+
13109
+ .d-g48 {
13110
+ gap: var(--dt-space-650) !important;
13111
+ }
13112
+
13113
+ .d-g64 {
13114
+ gap: var(--dt-space-700) !important;
13115
+ }
13116
+
13117
+ .d-g0 {
13118
+ gap: var(--dt-space-0) !important;
13119
+ }
13120
+
13121
+ .d-g1 {
13122
+ gap: var(--dt-space-100) !important;
13123
+ }
13124
+
13125
+ .d-g2 {
13126
+ gap: var(--dt-space-200) !important;
13127
+ }
13128
+
13129
+ .d-g4 {
13130
+ gap: var(--dt-space-300) !important;
13131
+ }
13132
+
13133
+ .d-g6 {
13134
+ gap: var(--dt-space-350) !important;
13135
+ }
13136
+
13137
+ .d-g8 {
13138
+ gap: var(--dt-space-400) !important;
13139
+ }
13140
+
13141
+ .d-g12 {
13142
+ gap: var(--dt-space-450) !important;
13143
+ }
13144
+
13145
+ .d-g16 {
13146
+ gap: var(--dt-space-500) !important;
13147
+ }
13148
+
13149
+ .d-g24 {
13150
+ gap: var(--dt-space-550) !important;
13151
+ }
13152
+
13153
+ .d-g32 {
13154
+ gap: var(--dt-space-600) !important;
13155
+ }
13156
+
13157
+ .d-g48 {
13158
+ gap: var(--dt-space-650) !important;
13159
+ }
13160
+
13161
+ .d-g64 {
13162
+ gap: var(--dt-space-700) !important;
13163
+ }
13164
+
13165
+ .d-rg0 {
13166
+ row-gap: var(--dt-space-0) !important;
13167
+ }
13168
+
13169
+ .d-rg1 {
13170
+ row-gap: var(--dt-space-100) !important;
13171
+ }
13172
+
13173
+ .d-rg2 {
13174
+ row-gap: var(--dt-space-200) !important;
13175
+ }
13176
+
13177
+ .d-rg4 {
13178
+ row-gap: var(--dt-space-300) !important;
13179
+ }
13180
+
13181
+ .d-rg6 {
13182
+ row-gap: var(--dt-space-350) !important;
13183
+ }
13184
+
13185
+ .d-rg8 {
13186
+ row-gap: var(--dt-space-400) !important;
13187
+ }
13188
+
13189
+ .d-rg12 {
13190
+ row-gap: var(--dt-space-450) !important;
13191
+ }
13192
+
13193
+ .d-rg16 {
13194
+ row-gap: var(--dt-space-500) !important;
13195
+ }
13196
+
13197
+ .d-rg24 {
13198
+ row-gap: var(--dt-space-550) !important;
13199
+ }
13200
+
13201
+ .d-rg32 {
13202
+ row-gap: var(--dt-space-600) !important;
13203
+ }
13204
+
13205
+ .d-rg48 {
13206
+ row-gap: var(--dt-space-650) !important;
13207
+ }
13208
+
13209
+ .d-rg64 {
13210
+ row-gap: var(--dt-space-700) !important;
13211
+ }
13212
+
13213
+ .d-rg0 {
13214
+ row-gap: var(--dt-space-0) !important;
13215
+ }
13216
+
13217
+ .d-rg1 {
13218
+ row-gap: var(--dt-space-100) !important;
13219
+ }
13220
+
13221
+ .d-rg2 {
13222
+ row-gap: var(--dt-space-200) !important;
13223
+ }
13224
+
13225
+ .d-rg4 {
13226
+ row-gap: var(--dt-space-300) !important;
13227
+ }
13228
+
13229
+ .d-rg6 {
13230
+ row-gap: var(--dt-space-350) !important;
13231
+ }
13232
+
13233
+ .d-rg8 {
13234
+ row-gap: var(--dt-space-400) !important;
13235
+ }
13236
+
13237
+ .d-rg12 {
13238
+ row-gap: var(--dt-space-450) !important;
13239
+ }
13240
+
13241
+ .d-rg16 {
13242
+ row-gap: var(--dt-space-500) !important;
13243
+ }
13244
+
13245
+ .d-rg24 {
13246
+ row-gap: var(--dt-space-550) !important;
13247
+ }
13248
+
13249
+ .d-rg32 {
13250
+ row-gap: var(--dt-space-600) !important;
13251
+ }
13252
+
13253
+ .d-rg48 {
13254
+ row-gap: var(--dt-space-650) !important;
13255
+ }
13256
+
13257
+ .d-rg64 {
13258
+ row-gap: var(--dt-space-700) !important;
13259
+ }
13260
+
13261
+ .d-cg0 {
13262
+ -webkit-column-gap: var(--dt-space-0) !important;
13263
+ -moz-column-gap: var(--dt-space-0) !important;
13264
+ column-gap: var(--dt-space-0) !important;
13265
+ }
13266
+
13267
+ .d-cg1 {
13268
+ -webkit-column-gap: var(--dt-space-100) !important;
13269
+ -moz-column-gap: var(--dt-space-100) !important;
13270
+ column-gap: var(--dt-space-100) !important;
13271
+ }
13272
+
13273
+ .d-cg2 {
13274
+ -webkit-column-gap: var(--dt-space-200) !important;
13275
+ -moz-column-gap: var(--dt-space-200) !important;
13276
+ column-gap: var(--dt-space-200) !important;
13277
+ }
13278
+
13279
+ .d-cg4 {
13280
+ -webkit-column-gap: var(--dt-space-300) !important;
13281
+ -moz-column-gap: var(--dt-space-300) !important;
13282
+ column-gap: var(--dt-space-300) !important;
13283
+ }
13284
+
13285
+ .d-cg6 {
13286
+ -webkit-column-gap: var(--dt-space-350) !important;
13287
+ -moz-column-gap: var(--dt-space-350) !important;
13288
+ column-gap: var(--dt-space-350) !important;
13289
+ }
13290
+
13291
+ .d-cg8 {
13292
+ -webkit-column-gap: var(--dt-space-400) !important;
13293
+ -moz-column-gap: var(--dt-space-400) !important;
13294
+ column-gap: var(--dt-space-400) !important;
13295
+ }
13296
+
13297
+ .d-cg12 {
13298
+ -webkit-column-gap: var(--dt-space-450) !important;
13299
+ -moz-column-gap: var(--dt-space-450) !important;
13300
+ column-gap: var(--dt-space-450) !important;
13301
+ }
13302
+
13303
+ .d-cg16 {
13304
+ -webkit-column-gap: var(--dt-space-500) !important;
13305
+ -moz-column-gap: var(--dt-space-500) !important;
13306
+ column-gap: var(--dt-space-500) !important;
13307
+ }
13308
+
13309
+ .d-cg24 {
13310
+ -webkit-column-gap: var(--dt-space-550) !important;
13311
+ -moz-column-gap: var(--dt-space-550) !important;
13312
+ column-gap: var(--dt-space-550) !important;
13313
+ }
13314
+
13315
+ .d-cg32 {
13316
+ -webkit-column-gap: var(--dt-space-600) !important;
13317
+ -moz-column-gap: var(--dt-space-600) !important;
13318
+ column-gap: var(--dt-space-600) !important;
13319
+ }
13320
+
13321
+ .d-cg48 {
13322
+ -webkit-column-gap: var(--dt-space-650) !important;
13323
+ -moz-column-gap: var(--dt-space-650) !important;
13324
+ column-gap: var(--dt-space-650) !important;
13325
+ }
13326
+
13327
+ .d-cg64 {
13328
+ -webkit-column-gap: var(--dt-space-700) !important;
13329
+ -moz-column-gap: var(--dt-space-700) !important;
13330
+ column-gap: var(--dt-space-700) !important;
13331
+ }
13332
+
13333
+ .d-cg0 {
13334
+ -webkit-column-gap: var(--dt-space-0) !important;
13335
+ -moz-column-gap: var(--dt-space-0) !important;
13336
+ column-gap: var(--dt-space-0) !important;
13337
+ }
13338
+
13339
+ .d-cg1 {
13340
+ -webkit-column-gap: var(--dt-space-100) !important;
13341
+ -moz-column-gap: var(--dt-space-100) !important;
13342
+ column-gap: var(--dt-space-100) !important;
13343
+ }
13344
+
13345
+ .d-cg2 {
13346
+ -webkit-column-gap: var(--dt-space-200) !important;
13347
+ -moz-column-gap: var(--dt-space-200) !important;
13348
+ column-gap: var(--dt-space-200) !important;
13349
+ }
13350
+
13351
+ .d-cg4 {
13352
+ -webkit-column-gap: var(--dt-space-300) !important;
13353
+ -moz-column-gap: var(--dt-space-300) !important;
13354
+ column-gap: var(--dt-space-300) !important;
13355
+ }
13356
+
13357
+ .d-cg6 {
13358
+ -webkit-column-gap: var(--dt-space-350) !important;
13359
+ -moz-column-gap: var(--dt-space-350) !important;
13360
+ column-gap: var(--dt-space-350) !important;
13361
+ }
13362
+
13363
+ .d-cg8 {
13364
+ -webkit-column-gap: var(--dt-space-400) !important;
13365
+ -moz-column-gap: var(--dt-space-400) !important;
13366
+ column-gap: var(--dt-space-400) !important;
13367
+ }
13368
+
13369
+ .d-cg12 {
13370
+ -webkit-column-gap: var(--dt-space-450) !important;
13371
+ -moz-column-gap: var(--dt-space-450) !important;
13372
+ column-gap: var(--dt-space-450) !important;
13373
+ }
13374
+
13375
+ .d-cg16 {
13376
+ -webkit-column-gap: var(--dt-space-500) !important;
13377
+ -moz-column-gap: var(--dt-space-500) !important;
13378
+ column-gap: var(--dt-space-500) !important;
13379
+ }
13380
+
13381
+ .d-cg24 {
13382
+ -webkit-column-gap: var(--dt-space-550) !important;
13383
+ -moz-column-gap: var(--dt-space-550) !important;
13384
+ column-gap: var(--dt-space-550) !important;
13385
+ }
13386
+
13387
+ .d-cg32 {
13388
+ -webkit-column-gap: var(--dt-space-600) !important;
13389
+ -moz-column-gap: var(--dt-space-600) !important;
13390
+ column-gap: var(--dt-space-600) !important;
13391
+ }
13392
+
13393
+ .d-cg48 {
13394
+ -webkit-column-gap: var(--dt-space-650) !important;
13395
+ -moz-column-gap: var(--dt-space-650) !important;
13396
+ column-gap: var(--dt-space-650) !important;
13397
+ }
13398
+
13399
+ .d-cg64 {
13400
+ -webkit-column-gap: var(--dt-space-700) !important;
13401
+ -moz-column-gap: var(--dt-space-700) !important;
13402
+ column-gap: var(--dt-space-700) !important;
13403
+ }
13404
+
13405
+ .d-g0 > * {
13406
+ --fl-gap: var(--dt-space-0);
13407
+ margin: unset;
13408
+ }
13409
+
13410
+ .d-g1 > * {
13411
+ --fl-gap: var(--dt-space-100);
13412
+ margin: unset;
13413
+ }
13414
+
13415
+ .d-g2 > * {
13416
+ --fl-gap: var(--dt-space-200);
13417
+ margin: unset;
13418
+ }
13419
+
13420
+ .d-g4 > * {
13421
+ --fl-gap: var(--dt-space-300);
13422
+ margin: unset;
13423
+ }
13424
+
13425
+ .d-g6 > * {
13426
+ --fl-gap: var(--dt-space-350);
13427
+ margin: unset;
13428
+ }
13429
+
13430
+ .d-g8 > * {
13431
+ --fl-gap: var(--dt-space-400);
13432
+ margin: unset;
13433
+ }
13434
+
13435
+ .d-g12 > * {
13436
+ --fl-gap: var(--dt-space-450);
13437
+ margin: unset;
13438
+ }
13439
+
13440
+ .d-g16 > * {
13441
+ --fl-gap: var(--dt-space-500);
13442
+ margin: unset;
13443
+ }
13444
+
13445
+ .d-g24 > * {
13446
+ --fl-gap: var(--dt-space-550);
13447
+ margin: unset;
13448
+ }
13449
+
13450
+ .d-g32 > * {
13451
+ --fl-gap: var(--dt-space-600);
13452
+ margin: unset;
13453
+ }
13454
+
13455
+ .d-g48 > * {
13456
+ --fl-gap: var(--dt-space-650);
13457
+ margin: unset;
13458
+ }
13459
+
13460
+ .d-g64 > * {
13461
+ --fl-gap: var(--dt-space-700);
13462
+ margin: unset;
13463
+ }
13464
+
13465
+ .d-g0 > * {
13466
+ --fl-gap: var(--dt-space-0);
13467
+ margin: unset;
13468
+ }
13469
+
13470
+ .d-g1 > * {
13471
+ --fl-gap: var(--dt-space-100);
13472
+ margin: unset;
13473
+ }
13474
+
13475
+ .d-g2 > * {
13476
+ --fl-gap: var(--dt-space-200);
13477
+ margin: unset;
13478
+ }
13479
+
13480
+ .d-g4 > * {
13481
+ --fl-gap: var(--dt-space-300);
13482
+ margin: unset;
13483
+ }
13484
+
13485
+ .d-g6 > * {
13486
+ --fl-gap: var(--dt-space-350);
13487
+ margin: unset;
13488
+ }
13489
+
13490
+ .d-g8 > * {
13491
+ --fl-gap: var(--dt-space-400);
13492
+ margin: unset;
13493
+ }
13494
+
13495
+ .d-g12 > * {
13496
+ --fl-gap: var(--dt-space-450);
13497
+ margin: unset;
13498
+ }
13499
+
13500
+ .d-g16 > * {
13501
+ --fl-gap: var(--dt-space-500);
13502
+ margin: unset;
13503
+ }
13504
+
13505
+ .d-g24 > * {
13506
+ --fl-gap: var(--dt-space-550);
13507
+ margin: unset;
13508
+ }
13509
+
13510
+ .d-g32 > * {
13511
+ --fl-gap: var(--dt-space-600);
13512
+ margin: unset;
13513
+ }
13514
+
13515
+ .d-g48 > * {
13516
+ --fl-gap: var(--dt-space-650);
13517
+ margin: unset;
13518
+ }
13519
+
13520
+ .d-g64 > * {
13521
+ --fl-gap: var(--dt-space-700);
13522
+ margin: unset;
13523
+ }
13524
+
13525
+ .d-cg0 > * {
13526
+ --fl-gap: var(--dt-space-0);
13527
+ margin: unset;
13528
+ }
13529
+
13530
+ .d-cg1 > * {
13531
+ --fl-gap: var(--dt-space-100);
13532
+ margin: unset;
13533
+ }
13534
+
13535
+ .d-cg2 > * {
13536
+ --fl-gap: var(--dt-space-200);
13537
+ margin: unset;
13538
+ }
13539
+
13540
+ .d-cg4 > * {
13541
+ --fl-gap: var(--dt-space-300);
13542
+ margin: unset;
13543
+ }
13544
+
13545
+ .d-cg6 > * {
13546
+ --fl-gap: var(--dt-space-350);
13547
+ margin: unset;
13548
+ }
13549
+
13550
+ .d-cg8 > * {
13551
+ --fl-gap: var(--dt-space-400);
13552
+ margin: unset;
13553
+ }
13554
+
13555
+ .d-cg12 > * {
13556
+ --fl-gap: var(--dt-space-450);
13557
+ margin: unset;
13558
+ }
13559
+
13560
+ .d-cg16 > * {
13561
+ --fl-gap: var(--dt-space-500);
13562
+ margin: unset;
13563
+ }
13564
+
13565
+ .d-cg24 > * {
13566
+ --fl-gap: var(--dt-space-550);
13567
+ margin: unset;
13568
+ }
13569
+
13570
+ .d-cg32 > * {
13571
+ --fl-gap: var(--dt-space-600);
13572
+ margin: unset;
13573
+ }
13574
+
13575
+ .d-cg48 > * {
13576
+ --fl-gap: var(--dt-space-650);
13577
+ margin: unset;
13578
+ }
13579
+
13580
+ .d-cg64 > * {
13581
+ --fl-gap: var(--dt-space-700);
13582
+ margin: unset;
13583
+ }
13584
+
13585
+ .d-cg0 > * {
13586
+ --fl-gap: var(--dt-space-0);
13587
+ margin: unset;
13588
+ }
13589
+
13590
+ .d-cg1 > * {
13591
+ --fl-gap: var(--dt-space-100);
13592
+ margin: unset;
13593
+ }
13594
+
13595
+ .d-cg2 > * {
13596
+ --fl-gap: var(--dt-space-200);
13597
+ margin: unset;
13598
+ }
13599
+
13600
+ .d-cg4 > * {
13601
+ --fl-gap: var(--dt-space-300);
13602
+ margin: unset;
13603
+ }
13604
+
13605
+ .d-cg6 > * {
13606
+ --fl-gap: var(--dt-space-350);
13607
+ margin: unset;
13608
+ }
13609
+
13610
+ .d-cg8 > * {
13611
+ --fl-gap: var(--dt-space-400);
13612
+ margin: unset;
13613
+ }
13614
+
13615
+ .d-cg12 > * {
13616
+ --fl-gap: var(--dt-space-450);
13617
+ margin: unset;
13618
+ }
13619
+
13620
+ .d-cg16 > * {
13621
+ --fl-gap: var(--dt-space-500);
13622
+ margin: unset;
13623
+ }
13624
+
13625
+ .d-cg24 > * {
13626
+ --fl-gap: var(--dt-space-550);
13627
+ margin: unset;
13628
+ }
13629
+
13630
+ .d-cg32 > * {
13631
+ --fl-gap: var(--dt-space-600);
13632
+ margin: unset;
13633
+ }
13634
+
13635
+ .d-cg48 > * {
13636
+ --fl-gap: var(--dt-space-650);
13637
+ margin: unset;
13638
+ }
13639
+
13640
+ .d-cg64 > * {
13641
+ --fl-gap: var(--dt-space-700);
13642
+ margin: unset;
13643
+ }
13644
+
13058
13645
  .d-g-cols1 {
13059
13646
  grid-template-columns: [full-start] repeat(1, [col-start] var(--col-width, minmax(0,1fr)) [col-end]) [full-end] !important;
13060
13647
  }