@platformscode/core 0.0.49 → 0.0.51

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 (1504) hide show
  1. package/dist/cjs/core.cjs.js +2 -2
  2. package/dist/cjs/date-cell_3.cjs.entry.js +71 -224
  3. package/dist/cjs/dga-accordion.cjs.entry.js +3 -3
  4. package/dist/cjs/dga-action-menu.cjs.entry.js +99 -0
  5. package/dist/cjs/dga-actions.cjs.entry.js +2 -2
  6. package/dist/cjs/dga-apex-chart.cjs.entry.js +2 -2
  7. package/dist/cjs/dga-avatar-group.cjs.entry.js +1 -1
  8. package/dist/cjs/dga-avatar.cjs.entry.js +1 -1
  9. package/dist/cjs/dga-breadcrumbs.cjs.entry.js +1 -1
  10. package/dist/cjs/dga-button-leading-icon.cjs.entry.js +2 -2
  11. package/dist/cjs/dga-button-v2.cjs.entry.js +48 -0
  12. package/dist/cjs/dga-button.cjs.entry.js +79 -0
  13. package/dist/cjs/dga-card-actions.cjs.entry.js +47 -0
  14. package/dist/cjs/dga-card-content.cjs.entry.js +17 -0
  15. package/dist/cjs/dga-card-expandable-content.cjs.entry.js +17 -0
  16. package/dist/cjs/dga-card-image.cjs.entry.js +2 -2
  17. package/dist/cjs/dga-card-title.cjs.entry.js +2 -2
  18. package/dist/cjs/dga-card-v2.cjs.entry.js +105 -0
  19. package/dist/cjs/dga-card.cjs.entry.js +95 -0
  20. package/dist/cjs/dga-carousel-item.cjs.entry.js +17 -0
  21. package/dist/cjs/dga-carousel-v2.cjs.entry.js +2 -2
  22. package/dist/cjs/dga-carousel.cjs.entry.js +125 -0
  23. package/dist/cjs/dga-chart.cjs.entry.js +1 -1
  24. package/dist/cjs/dga-checkbox.cjs.entry.js +81 -0
  25. package/dist/cjs/dga-chip_3.cjs.entry.js +304 -0
  26. package/dist/cjs/dga-circle-skeleton_4.cjs.entry.js +5 -5
  27. package/dist/cjs/dga-circular-progress-bar.cjs.entry.js +2 -2
  28. package/dist/cjs/dga-codesnippet.cjs.entry.js +5 -5
  29. package/dist/cjs/dga-collapse.cjs.entry.js +2 -2
  30. package/dist/cjs/dga-content-switcher-item.cjs.entry.js +14 -0
  31. package/dist/cjs/dga-content-switcher-panel.cjs.entry.js +14 -0
  32. package/dist/cjs/dga-content-switcher.cjs.entry.js +42 -0
  33. package/dist/cjs/dga-data-table-usage.cjs.entry.js +2 -2
  34. package/dist/cjs/dga-data-table.cjs.entry.js +1 -1
  35. package/dist/cjs/dga-date-field.cjs.entry.js +1 -1
  36. package/dist/cjs/dga-datepicker.cjs.entry.js +238 -0
  37. package/dist/cjs/dga-digital-signature.cjs.entry.js +116 -0
  38. package/dist/cjs/dga-divider.cjs.entry.js +2 -2
  39. package/dist/cjs/dga-drawer.cjs.entry.js +42 -0
  40. package/dist/cjs/dga-dropdown.cjs.entry.js +3 -3
  41. package/dist/cjs/dga-featured-icon.cjs.entry.js +28 -0
  42. package/dist/cjs/dga-feedback-icon.cjs.entry.js +1 -1
  43. package/dist/cjs/dga-file-upload.cjs.entry.js +2 -2
  44. package/dist/cjs/dga-filteration.cjs.entry.js +1 -1
  45. package/dist/cjs/dga-flex.cjs.entry.js +2 -2
  46. package/dist/cjs/dga-footer.cjs.entry.js +2 -2
  47. package/dist/cjs/dga-grid-container.cjs.entry.js +191 -0
  48. package/dist/cjs/dga-grid-item.cjs.entry.js +40 -0
  49. package/dist/cjs/dga-header-action-btn.cjs.entry.js +43 -0
  50. package/dist/cjs/dga-header-menu.cjs.entry.js +45 -0
  51. package/dist/cjs/dga-header-mobile-actions.cjs.entry.js +41 -0
  52. package/dist/cjs/dga-header.cjs.entry.js +11 -4
  53. package/dist/cjs/dga-helper-text_2.cjs.entry.js +7 -73
  54. package/dist/cjs/dga-icon.cjs.entry.js +330 -0
  55. package/dist/cjs/dga-inline-alert.cjs.entry.js +3 -3
  56. package/dist/cjs/dga-linear-progress-bar.cjs.entry.js +5 -5
  57. package/dist/cjs/dga-link.cjs.entry.js +62 -0
  58. package/dist/cjs/dga-list-item.cjs.entry.js +42 -0
  59. package/dist/cjs/dga-list-v2.cjs.entry.js +39 -0
  60. package/dist/cjs/dga-list.cjs.entry.js +2 -2
  61. package/dist/cjs/dga-loading.cjs.entry.js +1 -1
  62. package/dist/cjs/dga-menu-group.cjs.entry.js +17 -0
  63. package/dist/cjs/dga-menu-item.cjs.entry.js +31 -0
  64. package/dist/cjs/dga-menu-list.cjs.entry.js +2 -2
  65. package/dist/cjs/dga-menu-v2.cjs.entry.js +2 -2
  66. package/dist/cjs/dga-menu.cjs.entry.js +2 -2
  67. package/dist/cjs/dga-metric-chart-v2.cjs.entry.js +1 -1
  68. package/dist/cjs/dga-metric-chart.cjs.entry.js +2 -2
  69. package/dist/cjs/dga-metric-v2.cjs.entry.js +1 -1
  70. package/dist/cjs/dga-metric.cjs.entry.js +1 -1
  71. package/dist/cjs/dga-modal-actions.cjs.entry.js +30 -0
  72. package/dist/cjs/dga-modal-body.cjs.entry.js +17 -0
  73. package/dist/cjs/dga-modal-header.cjs.entry.js +46 -0
  74. package/dist/cjs/dga-modal-title.cjs.entry.js +17 -0
  75. package/dist/cjs/dga-modal-v2.cjs.entry.js +68 -0
  76. package/dist/cjs/dga-modal.cjs.entry.js +4 -4
  77. package/dist/cjs/dga-nav-header-actions.cjs.entry.js +47 -0
  78. package/dist/cjs/dga-nav-header-link.cjs.entry.js +43 -0
  79. package/dist/cjs/dga-nav-header-logos.cjs.entry.js +19 -0
  80. package/dist/cjs/dga-nav-header-main.cjs.entry.js +29 -0
  81. package/dist/cjs/dga-nav-header-menu.cjs.entry.js +17 -0
  82. package/dist/cjs/dga-nav-header-sub-menu-column.cjs.entry.js +18 -0
  83. package/dist/cjs/dga-nav-header-sub-menu-link.cjs.entry.js +19 -0
  84. package/dist/cjs/dga-nav-header-sub-menu.cjs.entry.js +38 -0
  85. package/dist/cjs/dga-nav-header.cjs.entry.js +21 -0
  86. package/dist/cjs/dga-notification-toast.cjs.entry.js +3 -3
  87. package/dist/cjs/dga-notification.cjs.entry.js +4 -4
  88. package/dist/cjs/dga-number-input.cjs.entry.js +3 -3
  89. package/dist/cjs/dga-pagination.cjs.entry.js +3 -3
  90. package/dist/cjs/dga-prefix.cjs.entry.js +1 -1
  91. package/dist/cjs/dga-progress-indicator-step-v3.cjs.entry.js +2 -2
  92. package/dist/cjs/dga-progress-indicator-step.cjs.entry.js +74 -0
  93. package/dist/cjs/dga-progress-indicator-v3.cjs.entry.js +2 -2
  94. package/dist/cjs/dga-progress-indicator.cjs.entry.js +42 -0
  95. package/dist/cjs/dga-quote.cjs.entry.js +2 -2
  96. package/dist/cjs/dga-radial-stepper.cjs.entry.js +1 -1
  97. package/dist/cjs/dga-rating.cjs.entry.js +2 -2
  98. package/dist/cjs/dga-search-box.cjs.entry.js +129 -0
  99. package/dist/cjs/dga-second-nav-header-actions.cjs.entry.js +14 -0
  100. package/dist/cjs/dga-second-nav-header-content.cjs.entry.js +14 -0
  101. package/dist/cjs/dga-second-nav-header-item.cjs.entry.js +23 -0
  102. package/dist/cjs/dga-second-nav-header.cjs.entry.js +33 -0
  103. package/dist/cjs/dga-skeleton-component.cjs.entry.js +1 -1
  104. package/dist/cjs/dga-slideout-menu-actions.cjs.entry.js +17 -0
  105. package/dist/cjs/dga-slideout-menu-header.cjs.entry.js +43 -0
  106. package/dist/cjs/dga-slideout-menu-items.cjs.entry.js +17 -0
  107. package/dist/cjs/dga-slideout-menu.cjs.entry.js +74 -0
  108. package/dist/cjs/dga-status-tag.cjs.entry.js +2 -2
  109. package/dist/cjs/dga-structured-list.cjs.entry.js +2 -2
  110. package/dist/cjs/dga-suffix.cjs.entry.js +1 -1
  111. package/dist/cjs/dga-switch.cjs.entry.js +2 -2
  112. package/dist/cjs/dga-table-body.cjs.entry.js +2 -2
  113. package/dist/cjs/dga-table-of-content.cjs.entry.js +1 -1
  114. package/dist/cjs/dga-table.cjs.entry.js +2 -2
  115. package/dist/cjs/dga-tabs.cjs.entry.js +1 -1
  116. package/dist/cjs/dga-tag_2.cjs.entry.js +113 -0
  117. package/dist/cjs/dga-textarea.cjs.entry.js +2 -2
  118. package/dist/cjs/dga-tooltip.cjs.entry.js +81 -0
  119. package/dist/cjs/floating-button.cjs.entry.js +2 -2
  120. package/dist/cjs/index-1ywWpb7U.js +208 -0
  121. package/dist/cjs/index-CRBnn7UF.js +2008 -0
  122. package/dist/cjs/index.cjs.js +7 -0
  123. package/dist/cjs/loader.cjs.js +2 -2
  124. package/dist/cjs/side-panel-menu.cjs.entry.js +16 -0
  125. package/dist/cjs/submenu-component_2.cjs.entry.js +51 -0
  126. package/dist/collection/collection-manifest.json +1 -88
  127. package/dist/collection/components/dga-accordion/dga-accordion.js +2 -2
  128. package/dist/collection/components/dga-actions/dga-actions.js +1 -1
  129. package/dist/collection/components/dga-apex-chart/dga-apex-chart.js +1 -1
  130. package/dist/collection/components/dga-button/dga-button.js +11 -4
  131. package/dist/collection/components/dga-button-v2/dga-button-leading-icon.js +1 -1
  132. package/dist/collection/components/dga-button-v2/dga-button-v2.js +3 -2
  133. package/dist/collection/components/dga-card/dga-card.js +2 -2
  134. package/dist/collection/components/dga-card-v2/dga-card-actions.js +1 -1
  135. package/dist/collection/components/dga-card-v2/dga-card-content.js +1 -1
  136. package/dist/collection/components/dga-card-v2/dga-card-expandable-content.js +1 -1
  137. package/dist/collection/components/dga-card-v2/dga-card-image.js +1 -1
  138. package/dist/collection/components/dga-card-v2/dga-card-title.js +1 -1
  139. package/dist/collection/components/dga-card-v2/dga-card-v2.js +1 -1
  140. package/dist/collection/components/dga-carousel/dga-carousel.js +4 -4
  141. package/dist/collection/components/dga-carousel-item/dga-carousel-item.js +1 -1
  142. package/dist/collection/components/dga-carousel-v2/dga-carousel-v2.js +1 -1
  143. package/dist/collection/components/dga-checkbox/dga-checkbox.js +3 -3
  144. package/dist/collection/components/dga-chip/dga-chip.js +2 -2
  145. package/dist/collection/components/dga-circular-progress-bar/dga-circular-progress-bar.js +1 -1
  146. package/dist/collection/components/dga-codeSnippet/dga-codeSnippet.js +4 -4
  147. package/dist/collection/components/dga-collapse/dga-collapse.js +1 -1
  148. package/dist/collection/components/dga-content-switcher/dga-content-switcher-item.js +1 -1
  149. package/dist/collection/components/dga-content-switcher/dga-content-switcher-panel.js +1 -1
  150. package/dist/collection/components/dga-content-switcher/dga-content-switcher.js +1 -1
  151. package/dist/collection/components/dga-data-table/dga-data-table-usage.js +1 -1
  152. package/dist/collection/components/dga-data-table/dga-table.body.js +1 -1
  153. package/dist/collection/components/dga-data-table/dga-table.js +1 -1
  154. package/dist/collection/components/dga-datepicker/DateCell.js +1 -1
  155. package/dist/collection/components/dga-datepicker/MonthNavigator.js +4 -4
  156. package/dist/collection/components/dga-datepicker/dga-datepicker.js +7 -7
  157. package/dist/collection/components/dga-digital-signature/dga-digital-signature.js +1 -1
  158. package/dist/collection/components/dga-divider/dga-divider.js +1 -1
  159. package/dist/collection/components/dga-drawer/DrawerMenu.js +1 -1
  160. package/dist/collection/components/dga-drawer/tab-component.js +1 -1
  161. package/dist/collection/components/dga-dropdown/dga-dropdown.js +2 -2
  162. package/dist/collection/components/dga-file-upload/dga-file-upload.js +1 -1
  163. package/dist/collection/components/dga-flex/dga-flex.js +1 -1
  164. package/dist/collection/components/dga-floating-button/dga-floatingButton.js +1 -1
  165. package/dist/collection/components/dga-footer/dga-footer.js +1 -1
  166. package/dist/collection/components/dga-header/dga-nav-header-sub-menu.js +1 -1
  167. package/dist/collection/components/dga-inline-alert/dga-inline-alert.js +2 -2
  168. package/dist/collection/components/dga-linear-progress-bar/dga-linear-progress-bar.js +4 -4
  169. package/dist/collection/components/dga-link/dga-link.js +2 -2
  170. package/dist/collection/components/dga-list/dga-list.js +1 -1
  171. package/dist/collection/components/dga-menu/dga-action-menu.js +1 -1
  172. package/dist/collection/components/dga-menu/dga-menu-group.js +1 -1
  173. package/dist/collection/components/dga-menu/dga-menu-item.js +1 -1
  174. package/dist/collection/components/dga-menu/dga-menu-list.js +1 -1
  175. package/dist/collection/components/dga-menu/dga-menu-v2.js +1 -1
  176. package/dist/collection/components/dga-menu/dga-menu.js +1 -1
  177. package/dist/collection/components/dga-metric/dga-metric-chart.js +1 -1
  178. package/dist/collection/components/dga-modal/dga-modal.js +3 -3
  179. package/dist/collection/components/dga-modal-v2/dga-modal-actions.js +2 -2
  180. package/dist/collection/components/dga-modal-v2/dga-modal-body.js +1 -1
  181. package/dist/collection/components/dga-modal-v2/dga-modal-header.js +1 -1
  182. package/dist/collection/components/dga-modal-v2/dga-modal-title.js +1 -1
  183. package/dist/collection/components/dga-modal-v2/dga-modal-v2.js +2 -2
  184. package/dist/collection/components/dga-notification/dga-notification.js +3 -3
  185. package/dist/collection/components/dga-notification-toast/dga-notification-toast.js +2 -2
  186. package/dist/collection/components/dga-number-input/dga-number-input.js +2 -2
  187. package/dist/collection/components/dga-pagination/dga-pagination.js +2 -2
  188. package/dist/collection/components/dga-progress-indicator/dga-progress-indicator-step.js +1 -1
  189. package/dist/collection/components/dga-progress-indicator/dga-progress-indicator.js +1 -1
  190. package/dist/collection/components/dga-progress-indicator-v3/dga-progress-indicator-step-v3.js +1 -1
  191. package/dist/collection/components/dga-progress-indicator-v3/dga-progress-indicator-v3.js +1 -1
  192. package/dist/collection/components/dga-quote/dga-quote.js +1 -1
  193. package/dist/collection/components/dga-rating/dga-rating.js +1 -1
  194. package/dist/collection/components/dga-search-box/dga-search-box.js +2 -2
  195. package/dist/collection/components/dga-second-nav-header/dga-second-nav-header-actions.js +1 -1
  196. package/dist/collection/components/dga-second-nav-header/dga-second-nav-header-content.js +1 -1
  197. package/dist/collection/components/dga-second-nav-header/dga-second-nav-header-item.js +1 -1
  198. package/dist/collection/components/dga-second-nav-header/dga-second-nav-header.js +1 -1
  199. package/dist/collection/components/dga-skeleton/dga-circle-skeleton.js +1 -1
  200. package/dist/collection/components/dga-skeleton/dga-line-skeleton.js +1 -1
  201. package/dist/collection/components/dga-skeleton/dga-rectangle-skeleton.js +1 -1
  202. package/dist/collection/components/dga-skeleton/dga-square-skeleton.js +1 -1
  203. package/dist/collection/components/dga-slideout-menu/dga-slideout-menu-actions.js +1 -1
  204. package/dist/collection/components/dga-slideout-menu/dga-slideout-menu-header.js +2 -2
  205. package/dist/collection/components/dga-slideout-menu/dga-slideout-menu-items.js +1 -1
  206. package/dist/collection/components/dga-slideout-menu/dga-slideout-menu.js +2 -2
  207. package/dist/collection/components/dga-slider/dga-slider.js +1 -1
  208. package/dist/collection/components/dga-structured-list/dga-structured-list.js +1 -1
  209. package/dist/collection/components/dga-switch/dga-switch.js +1 -1
  210. package/dist/collection/components/dga-tag/dga-status-tag.js +1 -1
  211. package/dist/collection/components/dga-text-input/dga-helper-text.js +1 -1
  212. package/dist/collection/components/dga-text-input/dga-label.js +1 -1
  213. package/dist/collection/components/dga-text-input/dga-text-input.js +2 -2
  214. package/dist/collection/components/dga-textarea/dga-textarea.js +1 -1
  215. package/dist/collection/index.js +11 -1
  216. package/dist/components/date-cell.js +1 -1
  217. package/dist/components/dga-accordion.js +124 -1
  218. package/dist/components/dga-action-menu.js +114 -1
  219. package/dist/components/dga-actions.js +2 -2
  220. package/dist/components/dga-apex-chart.js +94 -1
  221. package/dist/components/dga-avatar-group.js +213 -1
  222. package/dist/components/dga-avatar.js +1 -1
  223. package/dist/components/dga-breadcrumbs.js +174 -1
  224. package/dist/components/dga-button-leading-icon.js +40 -1
  225. package/dist/components/dga-button-v2.js +1 -1
  226. package/dist/components/dga-button.js +1 -1
  227. package/dist/components/dga-card-actions.js +81 -1
  228. package/dist/components/dga-card-content.js +28 -1
  229. package/dist/components/dga-card-expandable-content.js +28 -1
  230. package/dist/components/dga-card-image.js +2 -2
  231. package/dist/components/dga-card-title.js +2 -2
  232. package/dist/components/dga-card-v2.js +141 -1
  233. package/dist/components/dga-card.js +163 -1
  234. package/dist/components/dga-carousel-item.js +28 -1
  235. package/dist/components/dga-carousel-v2.js +4 -4
  236. package/dist/components/dga-carousel.js +153 -1
  237. package/dist/components/dga-chart.js +426 -1
  238. package/dist/components/dga-checkbox.js +1 -1
  239. package/dist/components/dga-chip.js +1 -1
  240. package/dist/components/dga-circle-skeleton.js +1 -1
  241. package/dist/components/dga-circular-progress-bar.js +65 -1
  242. package/dist/components/dga-codesnippet.js +101 -1
  243. package/dist/components/dga-collapse.js +68 -1
  244. package/dist/components/dga-content-switcher-item.js +27 -1
  245. package/dist/components/dga-content-switcher-panel.js +27 -1
  246. package/dist/components/dga-content-switcher.js +59 -1
  247. package/dist/components/dga-data-table-usage.js +6 -6
  248. package/dist/components/dga-data-table.js +1 -1
  249. package/dist/components/dga-date-field.js +208 -1
  250. package/dist/components/dga-datepicker.js +1 -1
  251. package/dist/components/dga-digital-signature.js +146 -1
  252. package/dist/components/dga-divider.js +1 -1
  253. package/dist/components/dga-drawer.js +99 -1
  254. package/dist/components/dga-dropdown.js +264 -1
  255. package/dist/components/dga-featured-icon.js +1 -1
  256. package/dist/components/dga-feedback-icon.js +2 -2
  257. package/dist/components/dga-file-upload.js +137 -1
  258. package/dist/components/dga-filteration.js +469 -1
  259. package/dist/components/dga-flex.js +1 -1
  260. package/dist/components/dga-footer.js +64 -1
  261. package/dist/components/dga-grid-container.js +213 -1
  262. package/dist/components/dga-grid-item.js +66 -1
  263. package/dist/components/dga-header-action-btn.js +1 -1
  264. package/dist/components/dga-header-menu.js +72 -1
  265. package/dist/components/dga-header-mobile-actions.js +56 -1
  266. package/dist/components/dga-header.js +10 -10
  267. package/dist/components/dga-helper-text.js +1 -1
  268. package/dist/components/dga-icon.js +1 -1
  269. package/dist/components/dga-inline-alert.js +58 -1
  270. package/dist/components/dga-label.js +1 -1
  271. package/dist/components/dga-line-skeleton.js +1 -1
  272. package/dist/components/dga-linear-progress-bar.js +67 -1
  273. package/dist/components/dga-link.js +1 -1
  274. package/dist/components/dga-list-item.js +66 -1
  275. package/dist/components/dga-list-v2.js +54 -1
  276. package/dist/components/dga-list.js +2 -2
  277. package/dist/components/dga-loading.js +1 -1
  278. package/dist/components/dga-menu-group.js +30 -1
  279. package/dist/components/dga-menu-item.js +49 -1
  280. package/dist/components/dga-menu-list.js +28 -1
  281. package/dist/components/dga-menu-v2.js +80 -1
  282. package/dist/components/dga-menu.js +2 -2
  283. package/dist/components/dga-metric-chart-v2.js +1 -1
  284. package/dist/components/dga-metric-chart.js +1 -1
  285. package/dist/components/dga-metric-v2.js +4 -4
  286. package/dist/components/dga-metric.js +4 -4
  287. package/dist/components/dga-modal-actions.js +59 -1
  288. package/dist/components/dga-modal-body.js +28 -1
  289. package/dist/components/dga-modal-header.js +75 -1
  290. package/dist/components/dga-modal-title.js +28 -1
  291. package/dist/components/dga-modal-v2.js +109 -1
  292. package/dist/components/dga-modal.js +106 -1
  293. package/dist/components/dga-nav-header-actions.js +1 -1
  294. package/dist/components/dga-nav-header-link.js +1 -1
  295. package/dist/components/dga-nav-header-logos.js +1 -1
  296. package/dist/components/dga-nav-header-main.js +1 -1
  297. package/dist/components/dga-nav-header-menu.js +1 -1
  298. package/dist/components/dga-nav-header-sub-menu-column.js +1 -1
  299. package/dist/components/dga-nav-header-sub-menu-link.js +1 -1
  300. package/dist/components/dga-nav-header-sub-menu.js +55 -1
  301. package/dist/components/dga-nav-header.js +1 -1
  302. package/dist/components/dga-notification-toast.js +87 -1
  303. package/dist/components/dga-notification.js +99 -1
  304. package/dist/components/dga-number-input.js +137 -1
  305. package/dist/components/dga-pagination.js +196 -1
  306. package/dist/components/dga-prefix.js +66 -1
  307. package/dist/components/dga-progress-indicator-step-v3.js +3 -3
  308. package/dist/components/dga-progress-indicator-step.js +101 -1
  309. package/dist/components/dga-progress-indicator-v3.js +2 -2
  310. package/dist/components/dga-progress-indicator.js +59 -1
  311. package/dist/components/dga-quote.js +88 -1
  312. package/dist/components/dga-radial-stepper.js +88 -1
  313. package/dist/components/dga-radio-button.js +1 -1
  314. package/dist/components/dga-rating.js +159 -1
  315. package/dist/components/dga-rectangle-skeleton.js +1 -1
  316. package/dist/components/dga-search-box.js +168 -1
  317. package/dist/components/dga-second-nav-header-actions.js +24 -1
  318. package/dist/components/dga-second-nav-header-content.js +24 -1
  319. package/dist/components/dga-second-nav-header-item.js +35 -1
  320. package/dist/components/dga-second-nav-header.js +48 -1
  321. package/dist/components/dga-skeleton-component.js +74 -1
  322. package/dist/components/dga-slideout-menu-actions.js +28 -1
  323. package/dist/components/dga-slideout-menu-header.js +81 -1
  324. package/dist/components/dga-slideout-menu-items.js +31 -1
  325. package/dist/components/dga-slideout-menu.js +96 -1
  326. package/dist/components/dga-slider.js +1 -1
  327. package/dist/components/dga-square-skeleton.js +1 -1
  328. package/dist/components/dga-status-tag.js +75 -1
  329. package/dist/components/dga-structured-list.js +125 -1
  330. package/dist/components/dga-suffix.js +3 -3
  331. package/dist/components/dga-switch.js +110 -1
  332. package/dist/components/dga-table-body.js +2 -2
  333. package/dist/components/dga-table-of-content.js +182 -1
  334. package/dist/components/dga-table.js +2 -2
  335. package/dist/components/dga-tabs.js +1 -1
  336. package/dist/components/dga-tag.js +1 -1
  337. package/dist/components/dga-text-input.js +1 -1
  338. package/dist/components/dga-textarea.js +123 -1
  339. package/dist/components/dga-tooltip.js +1 -1
  340. package/dist/components/floating-button.js +61 -1
  341. package/dist/components/index.d.ts +0 -174
  342. package/dist/components/index.js +2 -88
  343. package/dist/components/month-navigator.js +1 -1
  344. package/dist/components/p-3YWF3lSi.js +81 -0
  345. package/dist/components/p-9uKMRyj5.js +71 -0
  346. package/dist/components/p-B7RaRcej.js +70 -0
  347. package/dist/components/p-B8OYlwHA.js +38 -0
  348. package/dist/components/p-BG-PW7Gr.js +178 -0
  349. package/dist/components/p-BP-rCZl4.js +1768 -0
  350. package/dist/components/p-BQgTJANU.js +150 -0
  351. package/dist/components/p-B_lFc-Tn.js +39 -0
  352. package/dist/components/p-BcwK2vRr.js +47 -0
  353. package/dist/components/p-BebGsuTy.js +66 -0
  354. package/dist/components/p-Bhsga-4J.js +95 -0
  355. package/dist/components/p-Bq8ncK6x.js +116 -0
  356. package/dist/components/p-BvXOKOQk.js +109 -0
  357. package/dist/components/p-BxGkKpGx.js +94 -0
  358. package/dist/components/p-C3_2oMX5.js +74 -0
  359. package/dist/components/p-COT9ojxb.js +106 -0
  360. package/dist/components/p-CSly8OHr.js +37 -0
  361. package/dist/components/p-CkMe_yD9.js +95 -0
  362. package/dist/components/p-Ckp-6BCL.js +53 -0
  363. package/dist/components/p-CszCiobS.js +139 -0
  364. package/dist/components/p-CtFiqg1L.js +59 -0
  365. package/dist/components/p-D1G05Tue.js +118 -0
  366. package/dist/components/p-D37nQNad.js +69 -0
  367. package/dist/components/p-D7Z5F5OX.js +143 -0
  368. package/dist/components/p-DDPhRR3O.js +234 -0
  369. package/dist/components/p-DTCQerpa.js +89 -0
  370. package/dist/components/p-DdTub7G0.js +67 -0
  371. package/dist/components/p-Dljmd5jO.js +45 -0
  372. package/dist/components/p-J_5Hjw3X.js +35 -0
  373. package/dist/components/p-TLhY9DHu.js +45 -0
  374. package/dist/components/p-TwF9ye-L.js +142 -0
  375. package/dist/components/p-U4BcPUqo.js +35 -0
  376. package/dist/components/p-UDU49koX.js +37 -0
  377. package/dist/components/p-USjrL2bR.js +111 -0
  378. package/dist/components/p-dITKZ6yP.js +33 -0
  379. package/dist/components/p-e3J8_ewG.js +29 -0
  380. package/dist/components/p-f_xMFnh3.js +39 -0
  381. package/dist/components/p-hrlekCWp.js +546 -0
  382. package/dist/components/p-k7XSiu2r.js +35 -0
  383. package/dist/components/p-nJsgRrbt.js +623 -0
  384. package/dist/components/p-ou_ybg9N.js +30 -0
  385. package/dist/components/p-svXfqlqD.js +76 -0
  386. package/dist/components/p-sySRhpJC.js +91 -0
  387. package/dist/components/side-panel-menu.js +1 -1
  388. package/dist/components/submenu-component.js +1 -1
  389. package/dist/components/tab-component.js +1 -1
  390. package/dist/components/tab-link.js +1 -1
  391. package/dist/core/core.esm.js +1 -1
  392. package/dist/core/index.esm.js +1 -0
  393. package/dist/core/p-0374d54e.entry.js +1 -0
  394. package/dist/core/p-03ab641f.entry.js +1 -0
  395. package/dist/core/p-079a1193.entry.js +1 -0
  396. package/dist/core/p-0b8d1494.entry.js +1 -0
  397. package/dist/core/p-103bd58f.entry.js +1 -0
  398. package/dist/core/p-108a4d8c.entry.js +1 -0
  399. package/dist/core/p-10f622ff.entry.js +1 -0
  400. package/dist/core/p-14d373c9.entry.js +1 -0
  401. package/dist/core/p-168947f3.entry.js +1 -0
  402. package/dist/core/p-18aca320.entry.js +1 -0
  403. package/dist/core/p-1d277df2.entry.js +1 -0
  404. package/dist/core/p-1d4734c3.entry.js +1 -0
  405. package/dist/core/p-1e57988f.entry.js +1 -0
  406. package/dist/core/p-20d5841a.entry.js +1 -0
  407. package/dist/core/p-2118c4c9.entry.js +1 -0
  408. package/dist/core/p-2215a689.entry.js +1 -0
  409. package/dist/core/p-26002070.entry.js +1 -0
  410. package/dist/core/p-26e05f6b.entry.js +1 -0
  411. package/dist/core/p-27d15527.entry.js +1 -0
  412. package/dist/core/p-28626ce8.entry.js +1 -0
  413. package/dist/core/p-2a5adc0d.entry.js +1 -0
  414. package/dist/core/p-2e1977d5.entry.js +1 -0
  415. package/dist/core/p-31c064a8.entry.js +1 -0
  416. package/dist/core/p-32648949.entry.js +1 -0
  417. package/dist/core/p-37252403.entry.js +1 -0
  418. package/dist/core/p-3f42d9f7.entry.js +1 -0
  419. package/dist/core/p-49006eee.entry.js +1 -0
  420. package/dist/core/p-4fd17f3b.entry.js +1 -0
  421. package/dist/core/p-51138f16.entry.js +1 -0
  422. package/dist/core/p-530c03fc.entry.js +1 -0
  423. package/dist/core/p-53da3f71.entry.js +1 -0
  424. package/dist/core/p-5450a302.entry.js +1 -0
  425. package/dist/core/p-55006777.entry.js +1 -0
  426. package/dist/core/p-57142456.entry.js +1 -0
  427. package/dist/core/p-5a210e09.entry.js +1 -0
  428. package/dist/core/p-5e555c2c.entry.js +1 -0
  429. package/dist/core/p-603a08ac.entry.js +1 -0
  430. package/dist/core/p-63090dcd.entry.js +1 -0
  431. package/dist/core/p-64bbb47e.entry.js +1 -0
  432. package/dist/core/p-68ed87d2.entry.js +1 -0
  433. package/dist/core/p-690933ee.entry.js +1 -0
  434. package/dist/core/p-6a730a90.entry.js +1 -0
  435. package/dist/core/p-6c32c014.entry.js +1 -0
  436. package/dist/core/p-7028d77b.entry.js +1 -0
  437. package/dist/core/p-72763f89.entry.js +1 -0
  438. package/dist/core/p-7360d948.entry.js +1 -0
  439. package/dist/core/p-74e2a6bf.entry.js +1 -0
  440. package/dist/core/p-763606d3.entry.js +1 -0
  441. package/dist/core/p-7763c4ed.entry.js +1 -0
  442. package/dist/core/p-776eb5b0.entry.js +1 -0
  443. package/dist/core/p-79999fb7.entry.js +1 -0
  444. package/dist/core/p-7a0ebeb6.entry.js +1 -0
  445. package/dist/core/p-7b48984d.entry.js +1 -0
  446. package/dist/core/p-7dabaf1b.entry.js +1 -0
  447. package/dist/core/p-82991ab1.entry.js +1 -0
  448. package/dist/core/p-844b52d2.entry.js +1 -0
  449. package/dist/core/p-84edf053.entry.js +1 -0
  450. package/dist/core/p-879fd98b.entry.js +1 -0
  451. package/dist/core/p-892a7785.entry.js +1 -0
  452. package/dist/core/p-8bac31a6.entry.js +1 -0
  453. package/dist/core/p-8bbdd18f.entry.js +1 -0
  454. package/dist/core/p-8ceaa6f7.entry.js +1 -0
  455. package/dist/core/p-9296a085.entry.js +1 -0
  456. package/dist/core/p-93a2b9cd.entry.js +1 -0
  457. package/dist/core/p-98e3a23f.entry.js +1 -0
  458. package/dist/core/p-9907aa0a.entry.js +1 -0
  459. package/dist/core/p-99678c9d.entry.js +1 -0
  460. package/dist/core/p-9a5584c7.entry.js +1 -0
  461. package/dist/core/p-9abab512.entry.js +1 -0
  462. package/dist/core/p-9d7968c7.entry.js +1 -0
  463. package/dist/core/p-9d8ed73a.entry.js +1 -0
  464. package/dist/core/p-9fda8de1.entry.js +1 -0
  465. package/dist/core/p-Cl5yg0Zk.js +1 -0
  466. package/dist/core/p-CzeGxP5_.js +2 -0
  467. package/dist/core/p-DPRm1pa1.js +1 -0
  468. package/dist/core/p-a2542a97.entry.js +1 -0
  469. package/dist/core/p-a5480cca.entry.js +1 -0
  470. package/dist/core/p-a5e56949.entry.js +1 -0
  471. package/dist/core/p-a74ca21d.entry.js +1 -0
  472. package/dist/core/p-a868fe7e.entry.js +1 -0
  473. package/dist/core/p-aa398a42.entry.js +1 -0
  474. package/dist/core/p-aaf88213.entry.js +1 -0
  475. package/dist/core/p-ab5b376d.entry.js +1 -0
  476. package/dist/core/p-ab82ebde.entry.js +1 -0
  477. package/dist/core/p-abed4aeb.entry.js +1 -0
  478. package/dist/core/p-b0f9de4c.entry.js +1 -0
  479. package/dist/core/p-b1b46669.entry.js +1 -0
  480. package/dist/core/p-b2eae59f.entry.js +1 -0
  481. package/dist/core/p-b600493c.entry.js +1 -0
  482. package/dist/core/p-b6b21dce.entry.js +1 -0
  483. package/dist/core/p-b6d9fce5.entry.js +1 -0
  484. package/dist/core/p-b8078e8b.entry.js +1 -0
  485. package/dist/core/p-ba2d0c69.entry.js +1 -0
  486. package/dist/core/p-ba60be1c.entry.js +1 -0
  487. package/dist/core/p-bb635f12.entry.js +1 -0
  488. package/dist/core/p-bb901f36.entry.js +1 -0
  489. package/dist/core/p-be3bda76.entry.js +1 -0
  490. package/dist/core/p-c01e40b8.entry.js +1 -0
  491. package/dist/core/p-c220cacb.entry.js +1 -0
  492. package/dist/core/p-c2894f61.entry.js +1 -0
  493. package/dist/core/p-c4ff4a3e.entry.js +1 -0
  494. package/dist/core/p-c670bfe0.entry.js +1 -0
  495. package/dist/core/p-c9b0c1ac.entry.js +1 -0
  496. package/dist/core/p-cd9d1842.entry.js +1 -0
  497. package/dist/core/p-cf41b354.entry.js +1 -0
  498. package/dist/core/p-d3ba46f9.entry.js +1 -0
  499. package/dist/core/p-d3edcb76.entry.js +1 -0
  500. package/dist/core/p-d415ba0f.entry.js +1 -0
  501. package/dist/core/p-d446d1f8.entry.js +1 -0
  502. package/dist/core/p-d5f1daf6.entry.js +1 -0
  503. package/dist/core/p-d85392ae.entry.js +1 -0
  504. package/dist/core/p-dd45f1cb.entry.js +1 -0
  505. package/dist/core/p-e1eb5cbb.entry.js +1 -0
  506. package/dist/core/p-e2144223.entry.js +1 -0
  507. package/dist/core/p-e2e0cdbf.entry.js +1 -0
  508. package/dist/core/p-e38082f4.entry.js +1 -0
  509. package/dist/core/p-e9a9c9b9.entry.js +1 -0
  510. package/dist/core/p-ee833869.entry.js +1 -0
  511. package/dist/core/p-f4201c11.entry.js +1 -0
  512. package/dist/core/p-f9af9b4f.entry.js +1 -0
  513. package/dist/core/p-fd68c15e.entry.js +1 -0
  514. package/dist/core/p-fdd693f3.entry.js +1 -0
  515. package/dist/core/p-ff338cfb.entry.js +1 -0
  516. package/dist/esm/core.js +3 -3
  517. package/dist/esm/date-cell_3.entry.js +71 -224
  518. package/dist/esm/dga-accordion.entry.js +4 -4
  519. package/dist/esm/dga-action-menu.entry.js +97 -0
  520. package/dist/esm/dga-actions.entry.js +2 -2
  521. package/dist/esm/dga-apex-chart.entry.js +2 -2
  522. package/dist/esm/dga-avatar-group.entry.js +1 -1
  523. package/dist/esm/dga-avatar.entry.js +1 -1
  524. package/dist/esm/dga-breadcrumbs.entry.js +2 -2
  525. package/dist/esm/dga-button-leading-icon.entry.js +2 -2
  526. package/dist/esm/dga-button-v2.entry.js +46 -0
  527. package/dist/esm/dga-button.entry.js +77 -0
  528. package/dist/esm/dga-card-actions.entry.js +45 -0
  529. package/dist/esm/dga-card-content.entry.js +15 -0
  530. package/dist/esm/dga-card-expandable-content.entry.js +15 -0
  531. package/dist/esm/dga-card-image.entry.js +2 -2
  532. package/dist/esm/dga-card-title.entry.js +2 -2
  533. package/dist/esm/dga-card-v2.entry.js +103 -0
  534. package/dist/esm/dga-card.entry.js +93 -0
  535. package/dist/esm/dga-carousel-item.entry.js +15 -0
  536. package/dist/esm/dga-carousel-v2.entry.js +3 -3
  537. package/dist/esm/dga-carousel.entry.js +123 -0
  538. package/dist/esm/dga-chart.entry.js +1 -1
  539. package/dist/esm/dga-checkbox.entry.js +79 -0
  540. package/dist/esm/dga-chip_3.entry.js +300 -0
  541. package/dist/esm/dga-circle-skeleton_4.entry.js +5 -5
  542. package/dist/esm/dga-circular-progress-bar.entry.js +3 -3
  543. package/dist/esm/dga-codesnippet.entry.js +5 -5
  544. package/dist/esm/dga-collapse.entry.js +2 -2
  545. package/dist/esm/dga-content-switcher-item.entry.js +12 -0
  546. package/dist/esm/dga-content-switcher-panel.entry.js +12 -0
  547. package/dist/esm/dga-content-switcher.entry.js +40 -0
  548. package/dist/esm/dga-data-table-usage.entry.js +2 -2
  549. package/dist/esm/dga-data-table.entry.js +2 -2
  550. package/dist/esm/dga-date-field.entry.js +2 -2
  551. package/dist/esm/dga-datepicker.entry.js +236 -0
  552. package/dist/esm/dga-digital-signature.entry.js +114 -0
  553. package/dist/esm/dga-divider.entry.js +2 -2
  554. package/dist/esm/dga-drawer.entry.js +40 -0
  555. package/dist/esm/dga-dropdown.entry.js +4 -4
  556. package/dist/esm/dga-featured-icon.entry.js +26 -0
  557. package/dist/esm/dga-feedback-icon.entry.js +1 -1
  558. package/dist/esm/dga-file-upload.entry.js +2 -2
  559. package/dist/esm/dga-filteration.entry.js +1 -1
  560. package/dist/esm/dga-flex.entry.js +2 -2
  561. package/dist/esm/dga-footer.entry.js +2 -2
  562. package/dist/esm/dga-grid-container.entry.js +189 -0
  563. package/dist/esm/dga-grid-item.entry.js +38 -0
  564. package/dist/esm/dga-header-action-btn.entry.js +41 -0
  565. package/dist/esm/dga-header-menu.entry.js +43 -0
  566. package/dist/esm/dga-header-mobile-actions.entry.js +39 -0
  567. package/dist/esm/dga-header.entry.js +10 -3
  568. package/dist/esm/dga-helper-text_2.entry.js +7 -73
  569. package/dist/esm/dga-icon.entry.js +328 -0
  570. package/dist/esm/dga-inline-alert.entry.js +3 -3
  571. package/dist/esm/dga-linear-progress-bar.entry.js +6 -6
  572. package/dist/esm/dga-link.entry.js +60 -0
  573. package/dist/esm/dga-list-item.entry.js +40 -0
  574. package/dist/esm/dga-list-v2.entry.js +37 -0
  575. package/dist/esm/dga-list.entry.js +2 -2
  576. package/dist/esm/dga-loading.entry.js +1 -1
  577. package/dist/esm/dga-menu-group.entry.js +15 -0
  578. package/dist/esm/dga-menu-item.entry.js +29 -0
  579. package/dist/esm/dga-menu-list.entry.js +2 -2
  580. package/dist/esm/dga-menu-v2.entry.js +2 -2
  581. package/dist/esm/dga-menu.entry.js +2 -2
  582. package/dist/esm/dga-metric-chart-v2.entry.js +1 -1
  583. package/dist/esm/dga-metric-chart.entry.js +2 -2
  584. package/dist/esm/dga-metric-v2.entry.js +1 -1
  585. package/dist/esm/dga-metric.entry.js +1 -1
  586. package/dist/esm/dga-modal-actions.entry.js +28 -0
  587. package/dist/esm/dga-modal-body.entry.js +15 -0
  588. package/dist/esm/dga-modal-header.entry.js +44 -0
  589. package/dist/esm/dga-modal-title.entry.js +15 -0
  590. package/dist/esm/dga-modal-v2.entry.js +66 -0
  591. package/dist/esm/dga-modal.entry.js +4 -4
  592. package/dist/esm/dga-nav-header-actions.entry.js +45 -0
  593. package/dist/esm/dga-nav-header-link.entry.js +41 -0
  594. package/dist/esm/dga-nav-header-logos.entry.js +17 -0
  595. package/dist/esm/dga-nav-header-main.entry.js +27 -0
  596. package/dist/esm/dga-nav-header-menu.entry.js +15 -0
  597. package/dist/esm/dga-nav-header-sub-menu-column.entry.js +16 -0
  598. package/dist/esm/dga-nav-header-sub-menu-link.entry.js +17 -0
  599. package/dist/esm/dga-nav-header-sub-menu.entry.js +36 -0
  600. package/dist/esm/dga-nav-header.entry.js +19 -0
  601. package/dist/esm/dga-notification-toast.entry.js +3 -3
  602. package/dist/esm/dga-notification.entry.js +5 -5
  603. package/dist/esm/dga-number-input.entry.js +3 -3
  604. package/dist/esm/dga-pagination.entry.js +4 -4
  605. package/dist/esm/dga-prefix.entry.js +2 -2
  606. package/dist/esm/dga-progress-indicator-step-v3.entry.js +2 -2
  607. package/dist/esm/dga-progress-indicator-step.entry.js +72 -0
  608. package/dist/esm/dga-progress-indicator-v3.entry.js +2 -2
  609. package/dist/esm/dga-progress-indicator.entry.js +40 -0
  610. package/dist/esm/dga-quote.entry.js +2 -2
  611. package/dist/esm/dga-radial-stepper.entry.js +1 -1
  612. package/dist/esm/dga-rating.entry.js +2 -2
  613. package/dist/esm/dga-search-box.entry.js +127 -0
  614. package/dist/esm/dga-second-nav-header-actions.entry.js +12 -0
  615. package/dist/esm/dga-second-nav-header-content.entry.js +12 -0
  616. package/dist/esm/dga-second-nav-header-item.entry.js +21 -0
  617. package/dist/esm/dga-second-nav-header.entry.js +31 -0
  618. package/dist/esm/dga-skeleton-component.entry.js +1 -1
  619. package/dist/esm/dga-slideout-menu-actions.entry.js +15 -0
  620. package/dist/esm/dga-slideout-menu-header.entry.js +41 -0
  621. package/dist/esm/dga-slideout-menu-items.entry.js +15 -0
  622. package/dist/esm/dga-slideout-menu.entry.js +72 -0
  623. package/dist/esm/dga-status-tag.entry.js +2 -2
  624. package/dist/esm/dga-structured-list.entry.js +2 -2
  625. package/dist/esm/dga-suffix.entry.js +2 -2
  626. package/dist/esm/dga-switch.entry.js +3 -3
  627. package/dist/esm/dga-table-body.entry.js +2 -2
  628. package/dist/esm/dga-table-of-content.entry.js +1 -1
  629. package/dist/esm/dga-table.entry.js +2 -2
  630. package/dist/esm/dga-tabs.entry.js +1 -1
  631. package/dist/esm/dga-tag_2.entry.js +110 -0
  632. package/dist/esm/dga-textarea.entry.js +3 -3
  633. package/dist/esm/dga-tooltip.entry.js +79 -0
  634. package/dist/esm/floating-button.entry.js +2 -2
  635. package/dist/esm/index-BTgCjzOX.js +201 -0
  636. package/dist/esm/index-Cl5yg0Zk.js +29 -0
  637. package/dist/esm/index-CzeGxP5_.js +1995 -0
  638. package/dist/esm/index.js +2 -1
  639. package/dist/esm/loader.js +3 -3
  640. package/dist/esm/side-panel-menu.entry.js +14 -0
  641. package/dist/esm/submenu-component_2.entry.js +48 -0
  642. package/dist/types/components/dga-button/dga-button.d.ts +2 -4
  643. package/dist/types/components/dga-button-v2/dga-button-v2.d.ts +1 -5
  644. package/dist/types/components.d.ts +58 -1851
  645. package/dist/types/index.d.ts +2 -0
  646. package/package.json +1 -1
  647. package/dist/cjs/dga-accordion-usage.cjs.entry.js +0 -14
  648. package/dist/cjs/dga-action-menu_8.cjs.entry.js +0 -301
  649. package/dist/cjs/dga-apex-chart-usage.cjs.entry.js +0 -357
  650. package/dist/cjs/dga-avatar-usage.cjs.entry.js +0 -47
  651. package/dist/cjs/dga-breadcrumbs-usage.cjs.entry.js +0 -33
  652. package/dist/cjs/dga-button-usage.cjs.entry.js +0 -33
  653. package/dist/cjs/dga-button-v2-usage.cjs.entry.js +0 -21
  654. package/dist/cjs/dga-button_11.cjs.entry.js +0 -1015
  655. package/dist/cjs/dga-card-actions_4.cjs.entry.js +0 -174
  656. package/dist/cjs/dga-card-v2-usage.cjs.entry.js +0 -26
  657. package/dist/cjs/dga-carousel-usage.cjs.entry.js +0 -123
  658. package/dist/cjs/dga-carousel_2.cjs.entry.js +0 -138
  659. package/dist/cjs/dga-chart-usage.cjs.entry.js +0 -158
  660. package/dist/cjs/dga-checkbox-usage.cjs.entry.js +0 -15
  661. package/dist/cjs/dga-chip-usage.cjs.entry.js +0 -22
  662. package/dist/cjs/dga-chip.cjs.entry.js +0 -70
  663. package/dist/cjs/dga-circular-progress-bar-usage.cjs.entry.js +0 -19
  664. package/dist/cjs/dga-codesnippet-usage.cjs.entry.js +0 -51
  665. package/dist/cjs/dga-collapse-usage.cjs.entry.js +0 -16
  666. package/dist/cjs/dga-content-switcher-usage.cjs.entry.js +0 -15
  667. package/dist/cjs/dga-content-switcher_3.cjs.entry.js +0 -62
  668. package/dist/cjs/dga-date-field-usage.cjs.entry.js +0 -15
  669. package/dist/cjs/dga-datepicker-usage.cjs.entry.js +0 -14
  670. package/dist/cjs/dga-divider-usage.cjs.entry.js +0 -49
  671. package/dist/cjs/dga-drawer-usage.cjs.entry.js +0 -281
  672. package/dist/cjs/dga-drawer_3.cjs.entry.js +0 -78
  673. package/dist/cjs/dga-dropdown-usage.cjs.entry.js +0 -114
  674. package/dist/cjs/dga-featured-icon-usage.cjs.entry.js +0 -316
  675. package/dist/cjs/dga-feedback-icon-usage.cjs.entry.js +0 -15
  676. package/dist/cjs/dga-file-upload-usage.cjs.entry.js +0 -14
  677. package/dist/cjs/dga-filteration-usage.cjs.entry.js +0 -126
  678. package/dist/cjs/dga-floating-button-usage.cjs.entry.js +0 -18
  679. package/dist/cjs/dga-footer-usage.cjs.entry.js +0 -199
  680. package/dist/cjs/dga-grid-container_2.cjs.entry.js +0 -227
  681. package/dist/cjs/dga-grid-usage.cjs.entry.js +0 -21
  682. package/dist/cjs/dga-header-action-btn-DutV96gs.js +0 -195
  683. package/dist/cjs/dga-header-action-btn_11.cjs.entry.js +0 -80
  684. package/dist/cjs/dga-header-menu-item-usage.cjs.entry.js +0 -316
  685. package/dist/cjs/dga-header-menu-vv2.cjs.entry.js +0 -17
  686. package/dist/cjs/dga-header-menu_5.cjs.entry.js +0 -119
  687. package/dist/cjs/dga-header-usage.cjs.entry.js +0 -341
  688. package/dist/cjs/dga-huge-icon-usage.cjs.entry.js +0 -14
  689. package/dist/cjs/dga-inline-alert-usage.cjs.entry.js +0 -15
  690. package/dist/cjs/dga-label.cjs.entry.js +0 -19
  691. package/dist/cjs/dga-linear-progress-bar-usage.cjs.entry.js +0 -19
  692. package/dist/cjs/dga-list-item_2.cjs.entry.js +0 -77
  693. package/dist/cjs/dga-list-usage.cjs.entry.js +0 -14
  694. package/dist/cjs/dga-loading-usage.cjs.entry.js +0 -15
  695. package/dist/cjs/dga-menu-group_2.cjs.entry.js +0 -44
  696. package/dist/cjs/dga-menu-usage.cjs.entry.js +0 -32
  697. package/dist/cjs/dga-metric-usage.cjs.entry.js +0 -386
  698. package/dist/cjs/dga-modal-actions_5.cjs.entry.js +0 -162
  699. package/dist/cjs/dga-modal-usage.cjs.entry.js +0 -22
  700. package/dist/cjs/dga-modal-v2-usage.cjs.entry.js +0 -20
  701. package/dist/cjs/dga-nav-header-sub-menu-link-DJBKL-Gb.js +0 -33
  702. package/dist/cjs/dga-notification-toast-usage.cjs.entry.js +0 -38
  703. package/dist/cjs/dga-notification-usage.cjs.entry.js +0 -15
  704. package/dist/cjs/dga-number-input-usage.cjs.entry.js +0 -21
  705. package/dist/cjs/dga-pagination-usage.cjs.entry.js +0 -15
  706. package/dist/cjs/dga-progress-indicator-usage.cjs.entry.js +0 -17
  707. package/dist/cjs/dga-progress-indicator-v3-usage.cjs.entry.js +0 -17
  708. package/dist/cjs/dga-progress-indicator_2.cjs.entry.js +0 -112
  709. package/dist/cjs/dga-quote-usage.cjs.entry.js +0 -15
  710. package/dist/cjs/dga-radial-stepper-usage.cjs.entry.js +0 -189
  711. package/dist/cjs/dga-radio-button-usage.cjs.entry.js +0 -20
  712. package/dist/cjs/dga-radio-button.cjs.entry.js +0 -145
  713. package/dist/cjs/dga-rating-usage.cjs.entry.js +0 -18
  714. package/dist/cjs/dga-search-box-usage.cjs.entry.js +0 -22
  715. package/dist/cjs/dga-search-box_2.cjs.entry.js +0 -206
  716. package/dist/cjs/dga-second-nav-header-usage.cjs.entry.js +0 -44
  717. package/dist/cjs/dga-skeleton-usage.cjs.entry.js +0 -14
  718. package/dist/cjs/dga-slideout-menu-usage.cjs.entry.js +0 -16
  719. package/dist/cjs/dga-slideout-menu_4.cjs.entry.js +0 -139
  720. package/dist/cjs/dga-slider-usage.cjs.entry.js +0 -23
  721. package/dist/cjs/dga-slider.cjs.entry.js +0 -99
  722. package/dist/cjs/dga-structured-list-usage.cjs.entry.js +0 -44
  723. package/dist/cjs/dga-switch-usage.cjs.entry.js +0 -16
  724. package/dist/cjs/dga-table-of-content-usage.cjs.entry.js +0 -177
  725. package/dist/cjs/dga-table-usage.cjs.entry.js +0 -70
  726. package/dist/cjs/dga-tabs-usage.cjs.entry.js +0 -281
  727. package/dist/cjs/dga-tag-usage.cjs.entry.js +0 -119
  728. package/dist/cjs/dga-tag_3.cjs.entry.js +0 -136
  729. package/dist/cjs/dga-text-input-usage.cjs.entry.js +0 -17
  730. package/dist/cjs/dga-textarea-usage.cjs.entry.js +0 -14
  731. package/dist/cjs/dga-tooltip-usage.cjs.entry.js +0 -19
  732. package/dist/cjs/index-DuIfHULw.js +0 -2006
  733. package/dist/cjs/nds-accordion-usage.cjs.entry.js +0 -14
  734. package/dist/cjs/nds-accordion.cjs.entry.js +0 -94
  735. package/dist/cjs/nds-avatar-usage.cjs.entry.js +0 -47
  736. package/dist/cjs/nds-avatar.cjs.entry.js +0 -75
  737. package/dist/cjs/nds-button-usage.cjs.entry.js +0 -21
  738. package/dist/cjs/nds-button.cjs.entry.js +0 -50
  739. package/dist/cjs/nds-chip-usage.cjs.entry.js +0 -22
  740. package/dist/cjs/nds-chip.cjs.entry.js +0 -68
  741. package/dist/cjs/nds-floating-button-usage.cjs.entry.js +0 -14
  742. package/dist/cjs/nds-floating-button.cjs.entry.js +0 -33
  743. package/dist/cjs/nds-link-usage.cjs.entry.js +0 -14
  744. package/dist/cjs/nds-link.cjs.entry.js +0 -25
  745. package/dist/cjs/nds-table-of-content-usage.cjs.entry.js +0 -177
  746. package/dist/cjs/nds-table-of-content.cjs.entry.js +0 -162
  747. package/dist/collection/nds-components/dga-header/dga-header-action.css +0 -2715
  748. package/dist/collection/nds-components/dga-header/dga-header-action.js +0 -198
  749. package/dist/collection/nds-components/dga-header/dga-header-menu-item-usage.js +0 -318
  750. package/dist/collection/nds-components/dga-header/dga-header-menu-item.css +0 -2459
  751. package/dist/collection/nds-components/dga-header/dga-header-menu-item.js +0 -193
  752. package/dist/collection/nds-components/dga-header/dga-header-menu-items.js +0 -0
  753. package/dist/collection/nds-components/dga-header/dga-header-menu.css +0 -2661
  754. package/dist/collection/nds-components/dga-header/dga-header-menu.js +0 -18
  755. package/dist/collection/nds-components/dga-header/dga-header-sub-menu-column.css +0 -2704
  756. package/dist/collection/nds-components/dga-header/dga-header-sub-menu-column.js +0 -45
  757. package/dist/collection/nds-components/dga-header/dga-header-sub-menu-item-icon.js +0 -0
  758. package/dist/collection/nds-components/dga-header/dga-header-sub-menu-item.css +0 -2661
  759. package/dist/collection/nds-components/dga-header/dga-header-sub-menu-item.js +0 -166
  760. package/dist/collection/nds-components/dga-header/dga-header-sub-menu.css +0 -2704
  761. package/dist/collection/nds-components/dga-header/dga-header-sub-menu.js +0 -108
  762. package/dist/collection/nds-components/dga-header/dga-header.css +0 -2661
  763. package/dist/collection/nds-components/dga-header/dga-header.js +0 -87
  764. package/dist/collection/nds-components/dga-header/dga-logo-placeholder.css +0 -2334
  765. package/dist/collection/nds-components/dga-header/dga-logo-placeholder.js +0 -119
  766. package/dist/collection/nds-components/nds-accordion/nds-accordion-usage.js +0 -7
  767. package/dist/collection/nds-components/nds-accordion/nds-accordion.css +0 -2420
  768. package/dist/collection/nds-components/nds-accordion/nds-accordion.js +0 -274
  769. package/dist/collection/nds-components/nds-avatar/nds-avatar-usage.js +0 -47
  770. package/dist/collection/nds-components/nds-avatar/nds-avatar.css +0 -2467
  771. package/dist/collection/nds-components/nds-avatar/nds-avatar.js +0 -286
  772. package/dist/collection/nds-components/nds-button/nds-button-usage.js +0 -21
  773. package/dist/collection/nds-components/nds-button/nds-button.css +0 -2759
  774. package/dist/collection/nds-components/nds-button/nds-button.js +0 -363
  775. package/dist/collection/nds-components/nds-chip/nds-chip-usage.js +0 -22
  776. package/dist/collection/nds-components/nds-chip/nds-chip.css +0 -2402
  777. package/dist/collection/nds-components/nds-chip/nds-chip.js +0 -340
  778. package/dist/collection/nds-components/nds-floating-button/nds-floating-button-usage.js +0 -7
  779. package/dist/collection/nds-components/nds-floating-button/nds-floating-button.css +0 -2369
  780. package/dist/collection/nds-components/nds-floating-button/nds-floating-button.js +0 -249
  781. package/dist/collection/nds-components/nds-link/nds-link-usage.js +0 -7
  782. package/dist/collection/nds-components/nds-link/nds-link.css +0 -2371
  783. package/dist/collection/nds-components/nds-link/nds-link.js +0 -237
  784. package/dist/collection/nds-components/nds-table-of-content/nds-table-of-content-usage.js +0 -170
  785. package/dist/collection/nds-components/nds-table-of-content/nds-table-of-content.css +0 -2470
  786. package/dist/collection/nds-components/nds-table-of-content/nds-table-of-content.js +0 -305
  787. package/dist/collection/usage/dga-accordion-usage.js +0 -7
  788. package/dist/collection/usage/dga-apex-chart-usage.js +0 -350
  789. package/dist/collection/usage/dga-avatar-usage.js +0 -47
  790. package/dist/collection/usage/dga-breadcrumbs-usage.js +0 -33
  791. package/dist/collection/usage/dga-button-usage.js +0 -33
  792. package/dist/collection/usage/dga-button-v2-usage.js +0 -21
  793. package/dist/collection/usage/dga-card-usage.js +0 -22
  794. package/dist/collection/usage/dga-card-v2-usage.js +0 -27
  795. package/dist/collection/usage/dga-carousel-usage.js +0 -123
  796. package/dist/collection/usage/dga-chart-usage.js +0 -584
  797. package/dist/collection/usage/dga-checkbox-usage.js +0 -15
  798. package/dist/collection/usage/dga-chip-usage.js +0 -22
  799. package/dist/collection/usage/dga-circular-progress-bar-usage.js +0 -19
  800. package/dist/collection/usage/dga-codeSnippet-usage.js +0 -46
  801. package/dist/collection/usage/dga-collapse-usage.js +0 -17
  802. package/dist/collection/usage/dga-content-switcher-usage.js +0 -34
  803. package/dist/collection/usage/dga-date-field-usage.js +0 -15
  804. package/dist/collection/usage/dga-datepicker-usage.js +0 -7
  805. package/dist/collection/usage/dga-digitalSignature-usage.js +0 -15
  806. package/dist/collection/usage/dga-divider-usage.js +0 -42
  807. package/dist/collection/usage/dga-drawer-usage.js +0 -282
  808. package/dist/collection/usage/dga-dropdown-usage.js +0 -115
  809. package/dist/collection/usage/dga-featured-icon-usage.js +0 -317
  810. package/dist/collection/usage/dga-feedback-icon-usage.js +0 -15
  811. package/dist/collection/usage/dga-file-upload-usage.js +0 -7
  812. package/dist/collection/usage/dga-filteration-usage.js +0 -128
  813. package/dist/collection/usage/dga-floatingButton-usage.js +0 -11
  814. package/dist/collection/usage/dga-footer-usage.js +0 -192
  815. package/dist/collection/usage/dga-grid-usage.css +0 -2342
  816. package/dist/collection/usage/dga-grid-usage.js +0 -151
  817. package/dist/collection/usage/dga-header-usage.js +0 -343
  818. package/dist/collection/usage/dga-huge-icon-usage.js +0 -7
  819. package/dist/collection/usage/dga-inline-alert-usage.js +0 -15
  820. package/dist/collection/usage/dga-linear-progress-bar-usage.js +0 -19
  821. package/dist/collection/usage/dga-link-usage.js +0 -15
  822. package/dist/collection/usage/dga-list-usage.js +0 -118
  823. package/dist/collection/usage/dga-loading-usage.js +0 -15
  824. package/dist/collection/usage/dga-menu-usage.js +0 -33
  825. package/dist/collection/usage/dga-metric-usage.js +0 -421
  826. package/dist/collection/usage/dga-modal-usage.js +0 -22
  827. package/dist/collection/usage/dga-modal-v2-usage.js +0 -20
  828. package/dist/collection/usage/dga-notification-toast-usage.js +0 -39
  829. package/dist/collection/usage/dga-notification-usage.js +0 -15
  830. package/dist/collection/usage/dga-number-input-usage.js +0 -21
  831. package/dist/collection/usage/dga-pagination-usage.js +0 -15
  832. package/dist/collection/usage/dga-progress-indicator-usage.js +0 -18
  833. package/dist/collection/usage/dga-progress-indicator-v3-usage.js +0 -18
  834. package/dist/collection/usage/dga-quote-usage.js +0 -15
  835. package/dist/collection/usage/dga-radial-stepper-usage.js +0 -190
  836. package/dist/collection/usage/dga-radio-button-usage.js +0 -21
  837. package/dist/collection/usage/dga-rating-usage.js +0 -19
  838. package/dist/collection/usage/dga-search-box-usage.js +0 -22
  839. package/dist/collection/usage/dga-second-nav-header-usage.js +0 -44
  840. package/dist/collection/usage/dga-skeleton-usage.js +0 -7
  841. package/dist/collection/usage/dga-slideout-menu-usage.js +0 -17
  842. package/dist/collection/usage/dga-slider-usage.js +0 -26
  843. package/dist/collection/usage/dga-structured-list-usage.js +0 -37
  844. package/dist/collection/usage/dga-switch-usage.js +0 -9
  845. package/dist/collection/usage/dga-table-of-content-usage.js +0 -170
  846. package/dist/collection/usage/dga-table-usage.js +0 -63
  847. package/dist/collection/usage/dga-tabs-usage.js +0 -281
  848. package/dist/collection/usage/dga-tag-usage.js +0 -112
  849. package/dist/collection/usage/dga-text-input-usage.js +0 -17
  850. package/dist/collection/usage/dga-textarea-usage.js +0 -7
  851. package/dist/collection/usage/dga-tooltip-usage.js +0 -19
  852. package/dist/components/dga-accordion-usage.d.ts +0 -11
  853. package/dist/components/dga-accordion-usage.js +0 -41
  854. package/dist/components/dga-apex-chart-usage.d.ts +0 -11
  855. package/dist/components/dga-apex-chart-usage.js +0 -372
  856. package/dist/components/dga-avatar-usage.d.ts +0 -11
  857. package/dist/components/dga-avatar-usage.js +0 -82
  858. package/dist/components/dga-breadcrumbs-usage.d.ts +0 -11
  859. package/dist/components/dga-breadcrumbs-usage.js +0 -68
  860. package/dist/components/dga-button-usage.d.ts +0 -11
  861. package/dist/components/dga-button-usage.js +0 -62
  862. package/dist/components/dga-button-v2-usage.d.ts +0 -11
  863. package/dist/components/dga-button-v2-usage.js +0 -62
  864. package/dist/components/dga-card-usage.d.ts +0 -11
  865. package/dist/components/dga-card-usage.js +0 -75
  866. package/dist/components/dga-card-v2-usage.d.ts +0 -11
  867. package/dist/components/dga-card-v2-usage.js +0 -104
  868. package/dist/components/dga-carousel-usage.d.ts +0 -11
  869. package/dist/components/dga-carousel-usage.js +0 -158
  870. package/dist/components/dga-chart-usage.d.ts +0 -11
  871. package/dist/components/dga-chart-usage.js +0 -179
  872. package/dist/components/dga-checkbox-usage.d.ts +0 -11
  873. package/dist/components/dga-checkbox-usage.js +0 -44
  874. package/dist/components/dga-chip-usage.d.ts +0 -11
  875. package/dist/components/dga-chip-usage.js +0 -51
  876. package/dist/components/dga-circular-progress-bar-usage.d.ts +0 -11
  877. package/dist/components/dga-circular-progress-bar-usage.js +0 -48
  878. package/dist/components/dga-codesnippet-usage.d.ts +0 -11
  879. package/dist/components/dga-codesnippet-usage.js +0 -96
  880. package/dist/components/dga-collapse-usage.d.ts +0 -11
  881. package/dist/components/dga-collapse-usage.js +0 -40
  882. package/dist/components/dga-content-switcher-usage.d.ts +0 -11
  883. package/dist/components/dga-content-switcher-usage.js +0 -50
  884. package/dist/components/dga-date-field-usage.d.ts +0 -11
  885. package/dist/components/dga-date-field-usage.js +0 -86
  886. package/dist/components/dga-datepicker-usage.d.ts +0 -11
  887. package/dist/components/dga-datepicker-usage.js +0 -77
  888. package/dist/components/dga-digital-signature-usage.d.ts +0 -11
  889. package/dist/components/dga-digital-signature-usage.js +0 -55
  890. package/dist/components/dga-divider-usage.d.ts +0 -11
  891. package/dist/components/dga-divider-usage.js +0 -70
  892. package/dist/components/dga-drawer-usage.d.ts +0 -11
  893. package/dist/components/dga-drawer-usage.js +0 -341
  894. package/dist/components/dga-dropdown-usage.d.ts +0 -11
  895. package/dist/components/dga-dropdown-usage.js +0 -156
  896. package/dist/components/dga-featured-icon-usage.d.ts +0 -11
  897. package/dist/components/dga-featured-icon-usage.js +0 -344
  898. package/dist/components/dga-feedback-icon-usage.d.ts +0 -11
  899. package/dist/components/dga-feedback-icon-usage.js +0 -32
  900. package/dist/components/dga-file-upload-usage.d.ts +0 -11
  901. package/dist/components/dga-file-upload-usage.js +0 -53
  902. package/dist/components/dga-filteration-usage.d.ts +0 -11
  903. package/dist/components/dga-filteration-usage.js +0 -204
  904. package/dist/components/dga-floating-button-usage.d.ts +0 -11
  905. package/dist/components/dga-floating-button-usage.js +0 -45
  906. package/dist/components/dga-footer-usage.d.ts +0 -11
  907. package/dist/components/dga-footer-usage.js +0 -226
  908. package/dist/components/dga-grid-usage.d.ts +0 -11
  909. package/dist/components/dga-grid-usage.js +0 -48
  910. package/dist/components/dga-header-action.d.ts +0 -11
  911. package/dist/components/dga-header-action.js +0 -6
  912. package/dist/components/dga-header-menu-item-usage.d.ts +0 -11
  913. package/dist/components/dga-header-menu-item-usage.js +0 -467
  914. package/dist/components/dga-header-menu-item.d.ts +0 -11
  915. package/dist/components/dga-header-menu-item.js +0 -6
  916. package/dist/components/dga-header-menu-vv2.d.ts +0 -11
  917. package/dist/components/dga-header-menu-vv2.js +0 -33
  918. package/dist/components/dga-header-sub-menu-column.d.ts +0 -11
  919. package/dist/components/dga-header-sub-menu-column.js +0 -6
  920. package/dist/components/dga-header-sub-menu-item.d.ts +0 -11
  921. package/dist/components/dga-header-sub-menu-item.js +0 -6
  922. package/dist/components/dga-header-sub-menu.d.ts +0 -11
  923. package/dist/components/dga-header-sub-menu.js +0 -6
  924. package/dist/components/dga-header-usage.d.ts +0 -11
  925. package/dist/components/dga-header-usage.js +0 -528
  926. package/dist/components/dga-header-vv2.d.ts +0 -11
  927. package/dist/components/dga-header-vv2.js +0 -6
  928. package/dist/components/dga-huge-icon-usage.d.ts +0 -11
  929. package/dist/components/dga-huge-icon-usage.js +0 -35
  930. package/dist/components/dga-inline-alert-usage.d.ts +0 -11
  931. package/dist/components/dga-inline-alert-usage.js +0 -44
  932. package/dist/components/dga-linear-progress-bar-usage.d.ts +0 -11
  933. package/dist/components/dga-linear-progress-bar-usage.js +0 -48
  934. package/dist/components/dga-link-usage.d.ts +0 -11
  935. package/dist/components/dga-link-usage.js +0 -38
  936. package/dist/components/dga-list-usage.d.ts +0 -11
  937. package/dist/components/dga-list-usage.js +0 -47
  938. package/dist/components/dga-loading-usage.d.ts +0 -11
  939. package/dist/components/dga-loading-usage.js +0 -38
  940. package/dist/components/dga-logo-placeholder.d.ts +0 -11
  941. package/dist/components/dga-logo-placeholder.js +0 -6
  942. package/dist/components/dga-menu-usage.d.ts +0 -11
  943. package/dist/components/dga-menu-usage.js +0 -80
  944. package/dist/components/dga-metric-usage.d.ts +0 -11
  945. package/dist/components/dga-metric-usage.js +0 -407
  946. package/dist/components/dga-modal-usage.d.ts +0 -11
  947. package/dist/components/dga-modal-usage.js +0 -63
  948. package/dist/components/dga-modal-v2-usage.d.ts +0 -11
  949. package/dist/components/dga-modal-v2-usage.js +0 -97
  950. package/dist/components/dga-notification-toast-usage.d.ts +0 -11
  951. package/dist/components/dga-notification-toast-usage.js +0 -74
  952. package/dist/components/dga-notification-usage.d.ts +0 -11
  953. package/dist/components/dga-notification-usage.js +0 -44
  954. package/dist/components/dga-number-input-usage.d.ts +0 -11
  955. package/dist/components/dga-number-input-usage.js +0 -62
  956. package/dist/components/dga-pagination-usage.d.ts +0 -11
  957. package/dist/components/dga-pagination-usage.js +0 -44
  958. package/dist/components/dga-progress-indicator-usage.d.ts +0 -11
  959. package/dist/components/dga-progress-indicator-usage.js +0 -53
  960. package/dist/components/dga-progress-indicator-v3-usage.d.ts +0 -11
  961. package/dist/components/dga-progress-indicator-v3-usage.js +0 -53
  962. package/dist/components/dga-quote-usage.d.ts +0 -11
  963. package/dist/components/dga-quote-usage.js +0 -56
  964. package/dist/components/dga-radial-stepper-usage.d.ts +0 -11
  965. package/dist/components/dga-radial-stepper-usage.js +0 -219
  966. package/dist/components/dga-radio-button-usage.d.ts +0 -11
  967. package/dist/components/dga-radio-button-usage.js +0 -50
  968. package/dist/components/dga-rating-usage.d.ts +0 -11
  969. package/dist/components/dga-rating-usage.js +0 -42
  970. package/dist/components/dga-search-box-usage.d.ts +0 -11
  971. package/dist/components/dga-search-box-usage.js +0 -57
  972. package/dist/components/dga-second-nav-header-usage.d.ts +0 -11
  973. package/dist/components/dga-second-nav-header-usage.js +0 -139
  974. package/dist/components/dga-skeleton-usage.d.ts +0 -11
  975. package/dist/components/dga-skeleton-usage.js +0 -59
  976. package/dist/components/dga-slideout-menu-usage.d.ts +0 -11
  977. package/dist/components/dga-slideout-menu-usage.js +0 -106
  978. package/dist/components/dga-slider-usage.d.ts +0 -11
  979. package/dist/components/dga-slider-usage.js +0 -55
  980. package/dist/components/dga-structured-list-usage.d.ts +0 -11
  981. package/dist/components/dga-structured-list-usage.js +0 -65
  982. package/dist/components/dga-switch-usage.d.ts +0 -11
  983. package/dist/components/dga-switch-usage.js +0 -43
  984. package/dist/components/dga-table-of-content-usage.d.ts +0 -11
  985. package/dist/components/dga-table-of-content-usage.js +0 -198
  986. package/dist/components/dga-table-usage.d.ts +0 -11
  987. package/dist/components/dga-table-usage.js +0 -103
  988. package/dist/components/dga-tabs-usage.d.ts +0 -11
  989. package/dist/components/dga-tabs-usage.js +0 -316
  990. package/dist/components/dga-tag-usage.d.ts +0 -11
  991. package/dist/components/dga-tag-usage.js +0 -152
  992. package/dist/components/dga-text-input-usage.d.ts +0 -11
  993. package/dist/components/dga-text-input-usage.js +0 -64
  994. package/dist/components/dga-textarea-usage.d.ts +0 -11
  995. package/dist/components/dga-textarea-usage.js +0 -41
  996. package/dist/components/dga-tooltip-usage.d.ts +0 -11
  997. package/dist/components/dga-tooltip-usage.js +0 -48
  998. package/dist/components/nds-accordion-usage.d.ts +0 -11
  999. package/dist/components/nds-accordion-usage.js +0 -35
  1000. package/dist/components/nds-accordion.d.ts +0 -11
  1001. package/dist/components/nds-accordion.js +0 -6
  1002. package/dist/components/nds-avatar-usage.d.ts +0 -11
  1003. package/dist/components/nds-avatar-usage.js +0 -82
  1004. package/dist/components/nds-avatar.d.ts +0 -11
  1005. package/dist/components/nds-avatar.js +0 -109
  1006. package/dist/components/nds-button-usage.d.ts +0 -11
  1007. package/dist/components/nds-button-usage.js +0 -68
  1008. package/dist/components/nds-button.d.ts +0 -11
  1009. package/dist/components/nds-button.js +0 -6
  1010. package/dist/components/nds-chip-usage.d.ts +0 -11
  1011. package/dist/components/nds-chip-usage.js +0 -45
  1012. package/dist/components/nds-chip.d.ts +0 -11
  1013. package/dist/components/nds-chip.js +0 -6
  1014. package/dist/components/nds-floating-button-usage.d.ts +0 -11
  1015. package/dist/components/nds-floating-button-usage.js +0 -41
  1016. package/dist/components/nds-floating-button.d.ts +0 -11
  1017. package/dist/components/nds-floating-button.js +0 -6
  1018. package/dist/components/nds-link-usage.d.ts +0 -11
  1019. package/dist/components/nds-link-usage.js +0 -47
  1020. package/dist/components/nds-link.d.ts +0 -11
  1021. package/dist/components/nds-link.js +0 -6
  1022. package/dist/components/nds-table-of-content-usage.d.ts +0 -11
  1023. package/dist/components/nds-table-of-content-usage.js +0 -198
  1024. package/dist/components/nds-table-of-content.d.ts +0 -11
  1025. package/dist/components/nds-table-of-content.js +0 -187
  1026. package/dist/components/p--tMegTP4.js +0 -74
  1027. package/dist/components/p-3iqQMUow.js +0 -125
  1028. package/dist/components/p-6QvzwII5.js +0 -76
  1029. package/dist/components/p-85h-4DuK.js +0 -60
  1030. package/dist/components/p-8N6g0j6Z.js +0 -150
  1031. package/dist/components/p-97R4z8de.js +0 -70
  1032. package/dist/components/p-B0xQl3VA.js +0 -117
  1033. package/dist/components/p-B14aqFGg.js +0 -26
  1034. package/dist/components/p-B1ekvjhr.js +0 -126
  1035. package/dist/components/p-B3K8uOfe.js +0 -29
  1036. package/dist/components/p-B5ifhY_P.js +0 -428
  1037. package/dist/components/p-B7XHK1VO.js +0 -52
  1038. package/dist/components/p-BAdxHiJ0.js +0 -266
  1039. package/dist/components/p-BD1fnR0w.js +0 -61
  1040. package/dist/components/p-BE9L3_8e.js +0 -70
  1041. package/dist/components/p-BLABWj1w.js +0 -68
  1042. package/dist/components/p-BQD2YdEi.js +0 -61
  1043. package/dist/components/p-BTJMZCqA.js +0 -90
  1044. package/dist/components/p-BTW0zmd3.js +0 -35
  1045. package/dist/components/p-BYVQfy-u.js +0 -68
  1046. package/dist/components/p-BZ-GDi4v.js +0 -30
  1047. package/dist/components/p-B_CKQpN8.js +0 -39
  1048. package/dist/components/p-Baww4Hli.js +0 -37
  1049. package/dist/components/p-BdC9G5yq.js +0 -178
  1050. package/dist/components/p-Be8NBFfg.js +0 -106
  1051. package/dist/components/p-BgOL_zV2.js +0 -142
  1052. package/dist/components/p-BgkHJMRe.js +0 -61
  1053. package/dist/components/p-Bke0Wg5h.js +0 -111
  1054. package/dist/components/p-BkoLUO2v.js +0 -32
  1055. package/dist/components/p-BlgehTPT.js +0 -68
  1056. package/dist/components/p-Bml5Fqkq.js +0 -143
  1057. package/dist/components/p-BoghL_1e.js +0 -37
  1058. package/dist/components/p-BqF-Nw_Y.js +0 -37
  1059. package/dist/components/p-BrT2PObL.js +0 -127
  1060. package/dist/components/p-Bt8SPizY.js +0 -56
  1061. package/dist/components/p-BtZloQh1.js +0 -66
  1062. package/dist/components/p-BzgqEk__.js +0 -210
  1063. package/dist/components/p-C05zhJ_Y.js +0 -63
  1064. package/dist/components/p-C1z-oJS3.js +0 -546
  1065. package/dist/components/p-C2JDtxhB.js +0 -71
  1066. package/dist/components/p-C3TwkwNP.js +0 -471
  1067. package/dist/components/p-C3iNonQK.js +0 -30
  1068. package/dist/components/p-C9HEYdAe.js +0 -38
  1069. package/dist/components/p-CA2ar_je.js +0 -139
  1070. package/dist/components/p-CAERc4vs.js +0 -215
  1071. package/dist/components/p-CAccKWkS.js +0 -33
  1072. package/dist/components/p-CAcdaqEy.js +0 -51
  1073. package/dist/components/p-CD1zYlQX.js +0 -234
  1074. package/dist/components/p-CDMKY2c-.js +0 -590
  1075. package/dist/components/p-CF86ehtt.js +0 -184
  1076. package/dist/components/p-CHeHQfrt.js +0 -59
  1077. package/dist/components/p-CKKNT8y4.js +0 -51
  1078. package/dist/components/p-CL0x3HtU.js +0 -56
  1079. package/dist/components/p-CLcPlA1l.js +0 -89
  1080. package/dist/components/p-CPgpv3Z7.js +0 -39
  1081. package/dist/components/p-CSDiDsDN.js +0 -42
  1082. package/dist/components/p-CTk6tID8.js +0 -30
  1083. package/dist/components/p-CWL2ZA5w.js +0 -57
  1084. package/dist/components/p-CWlbqSIy.js +0 -37
  1085. package/dist/components/p-CdRzlpx1.js +0 -30
  1086. package/dist/components/p-Cg-749Pa.js +0 -33
  1087. package/dist/components/p-CgT9rr1E.js +0 -53
  1088. package/dist/components/p-CjA9P9Wh.js +0 -29
  1089. package/dist/components/p-CkeAvMll.js +0 -57
  1090. package/dist/components/p-Cktj-wpB.js +0 -48
  1091. package/dist/components/p-CmJArJer.js +0 -103
  1092. package/dist/components/p-CpzUxRTH.js +0 -74
  1093. package/dist/components/p-CqUocyYD.js +0 -176
  1094. package/dist/components/p-CqmCtiRl.js +0 -1768
  1095. package/dist/components/p-CrduJbTH.js +0 -101
  1096. package/dist/components/p-Cu3DUz00.js +0 -111
  1097. package/dist/components/p-CwFPFjba.js +0 -116
  1098. package/dist/components/p-CzcTp0g2.js +0 -30
  1099. package/dist/components/p-D0dxDlLP.js +0 -198
  1100. package/dist/components/p-D1BB-kah.js +0 -94
  1101. package/dist/components/p-D3W8Ppxl.js +0 -30
  1102. package/dist/components/p-D3r5Kurk.js +0 -29
  1103. package/dist/components/p-D7gSlPw3.js +0 -77
  1104. package/dist/components/p-D8gOMiDr.js +0 -47
  1105. package/dist/components/p-DBFWc6Ud.js +0 -116
  1106. package/dist/components/p-DCUoWuem.js +0 -161
  1107. package/dist/components/p-DD00nrxW.js +0 -72
  1108. package/dist/components/p-DFQ9kKUg.js +0 -170
  1109. package/dist/components/p-DNAR5ou0.js +0 -89
  1110. package/dist/components/p-DNdGBS4-.js +0 -77
  1111. package/dist/components/p-DO74BZcc.js +0 -112
  1112. package/dist/components/p-DUDfqUwg.js +0 -119
  1113. package/dist/components/p-DVNrEJsF.js +0 -58
  1114. package/dist/components/p-DVQReIPX.js +0 -45
  1115. package/dist/components/p-DVl2aDFr.js +0 -30
  1116. package/dist/components/p-DX85Q1SX.js +0 -67
  1117. package/dist/components/p-DYnJUtXI.js +0 -101
  1118. package/dist/components/p-D_BWUNqp.js +0 -67
  1119. package/dist/components/p-Da8cYMnr.js +0 -26
  1120. package/dist/components/p-DcvmZQlW.js +0 -80
  1121. package/dist/components/p-Dh90qUSm.js +0 -103
  1122. package/dist/components/p-DhPHlC7h.js +0 -95
  1123. package/dist/components/p-DhaBpZEb.js +0 -30
  1124. package/dist/components/p-Dk4oZVge.js +0 -35
  1125. package/dist/components/p-DrJOWVZZ.js +0 -69
  1126. package/dist/components/p-Dw7ph1tI.js +0 -77
  1127. package/dist/components/p-DwSYDs6g.js +0 -143
  1128. package/dist/components/p-Dwz5EI00.js +0 -215
  1129. package/dist/components/p-DxK5qouX.js +0 -95
  1130. package/dist/components/p-Dzst0-mZ.js +0 -139
  1131. package/dist/components/p-EM3U0EYL.js +0 -76
  1132. package/dist/components/p-Ef_vxBII.js +0 -66
  1133. package/dist/components/p-Nd0TqzIn.js +0 -45
  1134. package/dist/components/p-Q-XrGzcM.js +0 -67
  1135. package/dist/components/p-QUy2Lr1k.js +0 -109
  1136. package/dist/components/p-Rco3xweU.js +0 -83
  1137. package/dist/components/p-WeOJazCU.js +0 -96
  1138. package/dist/components/p-Xo5zKsI_.js +0 -98
  1139. package/dist/components/p-YnYHk7bt.js +0 -91
  1140. package/dist/components/p-Zyn01YFl.js +0 -83
  1141. package/dist/components/p-_RoyZfKr.js +0 -69
  1142. package/dist/components/p-b6bxHeWX.js +0 -108
  1143. package/dist/components/p-bKAx6gWi.js +0 -50
  1144. package/dist/components/p-dLfXpfxx.js +0 -90
  1145. package/dist/components/p-dd-1RBl0.js +0 -33
  1146. package/dist/components/p-gDlGRjp5.js +0 -165
  1147. package/dist/components/p-nk0NjeAV.js +0 -82
  1148. package/dist/components/p-nlMzVuqu.js +0 -139
  1149. package/dist/components/p-rveE1-nF.js +0 -98
  1150. package/dist/components/p-tf7cIqs3.js +0 -148
  1151. package/dist/components/p-v5oHxLBb.js +0 -35
  1152. package/dist/components/p-ybXkMD_m.js +0 -155
  1153. package/dist/core/p-011408ea.entry.js +0 -1
  1154. package/dist/core/p-0593a404.entry.js +0 -1
  1155. package/dist/core/p-05d830ec.entry.js +0 -1
  1156. package/dist/core/p-062a9b7c.entry.js +0 -1
  1157. package/dist/core/p-064812c5.entry.js +0 -1
  1158. package/dist/core/p-0b46d35c.entry.js +0 -1
  1159. package/dist/core/p-0ffe0e6c.entry.js +0 -1
  1160. package/dist/core/p-101486aa.entry.js +0 -1
  1161. package/dist/core/p-1072a03d.entry.js +0 -1
  1162. package/dist/core/p-12a1e83d.entry.js +0 -1
  1163. package/dist/core/p-13baa473.entry.js +0 -1
  1164. package/dist/core/p-13da150b.entry.js +0 -1
  1165. package/dist/core/p-16204791.entry.js +0 -1
  1166. package/dist/core/p-16d26413.entry.js +0 -1
  1167. package/dist/core/p-16fe4c61.entry.js +0 -1
  1168. package/dist/core/p-1c2bc1c0.entry.js +0 -1
  1169. package/dist/core/p-1d9e3694.entry.js +0 -1
  1170. package/dist/core/p-1ecffe8f.entry.js +0 -1
  1171. package/dist/core/p-1f0a6c94.entry.js +0 -1
  1172. package/dist/core/p-1fbe72dc.entry.js +0 -1
  1173. package/dist/core/p-1fdcd353.entry.js +0 -1
  1174. package/dist/core/p-20db26e7.entry.js +0 -1
  1175. package/dist/core/p-2107658c.entry.js +0 -1
  1176. package/dist/core/p-218127b7.entry.js +0 -1
  1177. package/dist/core/p-21d34a5d.entry.js +0 -1
  1178. package/dist/core/p-2230b5ba.entry.js +0 -1
  1179. package/dist/core/p-28f2a754.entry.js +0 -1
  1180. package/dist/core/p-2a2a7dd8.entry.js +0 -1
  1181. package/dist/core/p-2ad64d58.entry.js +0 -1
  1182. package/dist/core/p-2cd8e8f8.entry.js +0 -1
  1183. package/dist/core/p-2de4f9e2.entry.js +0 -1
  1184. package/dist/core/p-3101a0df.entry.js +0 -1
  1185. package/dist/core/p-319d692a.entry.js +0 -1
  1186. package/dist/core/p-31b24437.entry.js +0 -1
  1187. package/dist/core/p-344434e3.entry.js +0 -1
  1188. package/dist/core/p-35945090.entry.js +0 -1
  1189. package/dist/core/p-366f9516.entry.js +0 -1
  1190. package/dist/core/p-39fcdc9b.entry.js +0 -1
  1191. package/dist/core/p-3a3d959d.entry.js +0 -1
  1192. package/dist/core/p-3a8da8ec.entry.js +0 -1
  1193. package/dist/core/p-3b2f5899.entry.js +0 -1
  1194. package/dist/core/p-3c7a41c7.entry.js +0 -1
  1195. package/dist/core/p-40b52ae2.entry.js +0 -1
  1196. package/dist/core/p-41098859.entry.js +0 -1
  1197. package/dist/core/p-42ffe374.entry.js +0 -1
  1198. package/dist/core/p-43b07565.entry.js +0 -1
  1199. package/dist/core/p-43fc45c6.entry.js +0 -1
  1200. package/dist/core/p-440a4e94.entry.js +0 -1
  1201. package/dist/core/p-453fb310.entry.js +0 -1
  1202. package/dist/core/p-48af7044.entry.js +0 -1
  1203. package/dist/core/p-4VMvxBRd.js +0 -1
  1204. package/dist/core/p-4cbcf3c0.entry.js +0 -1
  1205. package/dist/core/p-4e5dfc5e.entry.js +0 -1
  1206. package/dist/core/p-518ad713.entry.js +0 -1
  1207. package/dist/core/p-51ce872e.entry.js +0 -1
  1208. package/dist/core/p-53875203.entry.js +0 -1
  1209. package/dist/core/p-55016e4b.entry.js +0 -1
  1210. package/dist/core/p-5597b20b.entry.js +0 -1
  1211. package/dist/core/p-56200f99.entry.js +0 -1
  1212. package/dist/core/p-57656a46.entry.js +0 -1
  1213. package/dist/core/p-5d3c4b20.entry.js +0 -1
  1214. package/dist/core/p-66678195.entry.js +0 -1
  1215. package/dist/core/p-69b06385.entry.js +0 -1
  1216. package/dist/core/p-6ac35fc0.entry.js +0 -1
  1217. package/dist/core/p-6cb93c9a.entry.js +0 -1
  1218. package/dist/core/p-6d92459d.entry.js +0 -1
  1219. package/dist/core/p-70ad40d8.entry.js +0 -1
  1220. package/dist/core/p-756232c8.entry.js +0 -1
  1221. package/dist/core/p-76a2490c.entry.js +0 -1
  1222. package/dist/core/p-77a62e3f.entry.js +0 -1
  1223. package/dist/core/p-79b87bfc.entry.js +0 -1
  1224. package/dist/core/p-7bd83ad4.entry.js +0 -1
  1225. package/dist/core/p-7c190bcc.entry.js +0 -1
  1226. package/dist/core/p-7fbf5ff2.entry.js +0 -1
  1227. package/dist/core/p-7fbfbfa5.entry.js +0 -1
  1228. package/dist/core/p-80025298.entry.js +0 -1
  1229. package/dist/core/p-8111b6ab.entry.js +0 -1
  1230. package/dist/core/p-84952eb8.entry.js +0 -1
  1231. package/dist/core/p-86d3240e.entry.js +0 -1
  1232. package/dist/core/p-8706d88e.entry.js +0 -1
  1233. package/dist/core/p-8717534b.entry.js +0 -1
  1234. package/dist/core/p-8771cd48.entry.js +0 -1
  1235. package/dist/core/p-87e5f042.entry.js +0 -1
  1236. package/dist/core/p-885a3731.entry.js +0 -1
  1237. package/dist/core/p-894fa147.entry.js +0 -1
  1238. package/dist/core/p-89e06eff.entry.js +0 -1
  1239. package/dist/core/p-8ae265b5.entry.js +0 -1
  1240. package/dist/core/p-8bc4cb22.entry.js +0 -1
  1241. package/dist/core/p-8d571df7.entry.js +0 -1
  1242. package/dist/core/p-9032d582.entry.js +0 -1
  1243. package/dist/core/p-907d6345.entry.js +0 -1
  1244. package/dist/core/p-93d20214.entry.js +0 -1
  1245. package/dist/core/p-947195f0.entry.js +0 -1
  1246. package/dist/core/p-954859f8.entry.js +0 -1
  1247. package/dist/core/p-965bf10d.entry.js +0 -1
  1248. package/dist/core/p-979aaaf8.entry.js +0 -1
  1249. package/dist/core/p-988b17c3.entry.js +0 -1
  1250. package/dist/core/p-990d433f.entry.js +0 -1
  1251. package/dist/core/p-9af0972b.entry.js +0 -1
  1252. package/dist/core/p-9ddfac20.entry.js +0 -1
  1253. package/dist/core/p-9fc3ca55.entry.js +0 -1
  1254. package/dist/core/p-9ff8609d.entry.js +0 -1
  1255. package/dist/core/p-BLSc18AE.js +0 -2
  1256. package/dist/core/p-BeGjGURp.js +0 -1
  1257. package/dist/core/p-Nwydtyq9.js +0 -1
  1258. package/dist/core/p-a0c96425.entry.js +0 -1
  1259. package/dist/core/p-a2968b84.entry.js +0 -1
  1260. package/dist/core/p-a3ce0bfd.entry.js +0 -1
  1261. package/dist/core/p-a5b1d0d4.entry.js +0 -1
  1262. package/dist/core/p-a895cbb9.entry.js +0 -1
  1263. package/dist/core/p-a8cf534b.entry.js +0 -1
  1264. package/dist/core/p-aaa31ad4.entry.js +0 -1
  1265. package/dist/core/p-ab757234.entry.js +0 -1
  1266. package/dist/core/p-ab9005bd.entry.js +0 -1
  1267. package/dist/core/p-abd6a9be.entry.js +0 -1
  1268. package/dist/core/p-aefa1b4c.entry.js +0 -1
  1269. package/dist/core/p-b0ffb1f6.entry.js +0 -1
  1270. package/dist/core/p-b441316f.entry.js +0 -1
  1271. package/dist/core/p-b9114abc.entry.js +0 -1
  1272. package/dist/core/p-ba075b7e.entry.js +0 -1
  1273. package/dist/core/p-bb5a33d6.entry.js +0 -1
  1274. package/dist/core/p-bb7a18ec.entry.js +0 -1
  1275. package/dist/core/p-bd1332a6.entry.js +0 -1
  1276. package/dist/core/p-bd72df67.entry.js +0 -1
  1277. package/dist/core/p-be0990c4.entry.js +0 -1
  1278. package/dist/core/p-be4d044c.entry.js +0 -1
  1279. package/dist/core/p-c01d3960.entry.js +0 -1
  1280. package/dist/core/p-c8c5608d.entry.js +0 -1
  1281. package/dist/core/p-c9d03721.entry.js +0 -1
  1282. package/dist/core/p-cda55e1b.entry.js +0 -1
  1283. package/dist/core/p-cf4692ee.entry.js +0 -1
  1284. package/dist/core/p-cfb26aa5.entry.js +0 -1
  1285. package/dist/core/p-d517b79c.entry.js +0 -1
  1286. package/dist/core/p-d9681ce4.entry.js +0 -1
  1287. package/dist/core/p-dabadd05.entry.js +0 -1
  1288. package/dist/core/p-daca727d.entry.js +0 -1
  1289. package/dist/core/p-db2972d5.entry.js +0 -1
  1290. package/dist/core/p-dc4747fb.entry.js +0 -1
  1291. package/dist/core/p-de6ed8e2.entry.js +0 -1
  1292. package/dist/core/p-debbe211.entry.js +0 -1
  1293. package/dist/core/p-df3d582d.entry.js +0 -1
  1294. package/dist/core/p-dfa60efc.entry.js +0 -1
  1295. package/dist/core/p-e0936953.entry.js +0 -1
  1296. package/dist/core/p-e1a96159.entry.js +0 -1
  1297. package/dist/core/p-e1be146d.entry.js +0 -1
  1298. package/dist/core/p-e3fc1e94.entry.js +0 -1
  1299. package/dist/core/p-e63c8f2a.entry.js +0 -1
  1300. package/dist/core/p-e83d0c94.entry.js +0 -1
  1301. package/dist/core/p-e8958f4a.entry.js +0 -1
  1302. package/dist/core/p-eb5f9caf.entry.js +0 -1
  1303. package/dist/core/p-ed06670b.entry.js +0 -1
  1304. package/dist/core/p-edc32581.entry.js +0 -1
  1305. package/dist/core/p-efbba419.entry.js +0 -1
  1306. package/dist/core/p-f1381e3f.entry.js +0 -1
  1307. package/dist/core/p-f205373a.entry.js +0 -1
  1308. package/dist/core/p-f2a5e7e0.entry.js +0 -1
  1309. package/dist/core/p-f86ec9ed.entry.js +0 -1
  1310. package/dist/core/p-f98df7f9.entry.js +0 -1
  1311. package/dist/core/p-fb70b197.entry.js +0 -1
  1312. package/dist/core/p-fb712497.entry.js +0 -1
  1313. package/dist/core/p-fb874433.entry.js +0 -1
  1314. package/dist/core/p-ffeffe8c.entry.js +0 -1
  1315. package/dist/esm/dga-accordion-usage.entry.js +0 -12
  1316. package/dist/esm/dga-action-menu_8.entry.js +0 -292
  1317. package/dist/esm/dga-apex-chart-usage.entry.js +0 -355
  1318. package/dist/esm/dga-avatar-usage.entry.js +0 -45
  1319. package/dist/esm/dga-breadcrumbs-usage.entry.js +0 -31
  1320. package/dist/esm/dga-button-usage.entry.js +0 -31
  1321. package/dist/esm/dga-button-v2-usage.entry.js +0 -19
  1322. package/dist/esm/dga-button_11.entry.js +0 -1003
  1323. package/dist/esm/dga-card-actions_4.entry.js +0 -169
  1324. package/dist/esm/dga-card-v2-usage.entry.js +0 -24
  1325. package/dist/esm/dga-carousel-usage.entry.js +0 -121
  1326. package/dist/esm/dga-carousel_2.entry.js +0 -135
  1327. package/dist/esm/dga-chart-usage.entry.js +0 -156
  1328. package/dist/esm/dga-checkbox-usage.entry.js +0 -13
  1329. package/dist/esm/dga-chip-usage.entry.js +0 -20
  1330. package/dist/esm/dga-chip.entry.js +0 -68
  1331. package/dist/esm/dga-circular-progress-bar-usage.entry.js +0 -17
  1332. package/dist/esm/dga-codesnippet-usage.entry.js +0 -49
  1333. package/dist/esm/dga-collapse-usage.entry.js +0 -14
  1334. package/dist/esm/dga-content-switcher-usage.entry.js +0 -13
  1335. package/dist/esm/dga-content-switcher_3.entry.js +0 -58
  1336. package/dist/esm/dga-date-field-usage.entry.js +0 -13
  1337. package/dist/esm/dga-datepicker-usage.entry.js +0 -12
  1338. package/dist/esm/dga-divider-usage.entry.js +0 -47
  1339. package/dist/esm/dga-drawer-usage.entry.js +0 -279
  1340. package/dist/esm/dga-drawer_3.entry.js +0 -74
  1341. package/dist/esm/dga-dropdown-usage.entry.js +0 -112
  1342. package/dist/esm/dga-featured-icon-usage.entry.js +0 -314
  1343. package/dist/esm/dga-feedback-icon-usage.entry.js +0 -13
  1344. package/dist/esm/dga-file-upload-usage.entry.js +0 -12
  1345. package/dist/esm/dga-filteration-usage.entry.js +0 -124
  1346. package/dist/esm/dga-floating-button-usage.entry.js +0 -16
  1347. package/dist/esm/dga-footer-usage.entry.js +0 -197
  1348. package/dist/esm/dga-grid-container_2.entry.js +0 -224
  1349. package/dist/esm/dga-grid-usage.entry.js +0 -19
  1350. package/dist/esm/dga-header-action-btn-DTq2xlch.js +0 -187
  1351. package/dist/esm/dga-header-action-btn_11.entry.js +0 -68
  1352. package/dist/esm/dga-header-menu-item-usage.entry.js +0 -314
  1353. package/dist/esm/dga-header-menu-vv2.entry.js +0 -15
  1354. package/dist/esm/dga-header-menu_5.entry.js +0 -113
  1355. package/dist/esm/dga-header-usage.entry.js +0 -339
  1356. package/dist/esm/dga-huge-icon-usage.entry.js +0 -12
  1357. package/dist/esm/dga-inline-alert-usage.entry.js +0 -13
  1358. package/dist/esm/dga-label.entry.js +0 -17
  1359. package/dist/esm/dga-linear-progress-bar-usage.entry.js +0 -17
  1360. package/dist/esm/dga-list-item_2.entry.js +0 -74
  1361. package/dist/esm/dga-list-usage.entry.js +0 -12
  1362. package/dist/esm/dga-loading-usage.entry.js +0 -13
  1363. package/dist/esm/dga-menu-group_2.entry.js +0 -41
  1364. package/dist/esm/dga-menu-usage.entry.js +0 -30
  1365. package/dist/esm/dga-metric-usage.entry.js +0 -384
  1366. package/dist/esm/dga-modal-actions_5.entry.js +0 -156
  1367. package/dist/esm/dga-modal-usage.entry.js +0 -20
  1368. package/dist/esm/dga-modal-v2-usage.entry.js +0 -18
  1369. package/dist/esm/dga-nav-header-sub-menu-link-D87rix0Y.js +0 -30
  1370. package/dist/esm/dga-notification-toast-usage.entry.js +0 -36
  1371. package/dist/esm/dga-notification-usage.entry.js +0 -13
  1372. package/dist/esm/dga-number-input-usage.entry.js +0 -19
  1373. package/dist/esm/dga-pagination-usage.entry.js +0 -13
  1374. package/dist/esm/dga-progress-indicator-usage.entry.js +0 -15
  1375. package/dist/esm/dga-progress-indicator-v3-usage.entry.js +0 -15
  1376. package/dist/esm/dga-progress-indicator_2.entry.js +0 -109
  1377. package/dist/esm/dga-quote-usage.entry.js +0 -13
  1378. package/dist/esm/dga-radial-stepper-usage.entry.js +0 -187
  1379. package/dist/esm/dga-radio-button-usage.entry.js +0 -18
  1380. package/dist/esm/dga-radio-button.entry.js +0 -143
  1381. package/dist/esm/dga-rating-usage.entry.js +0 -16
  1382. package/dist/esm/dga-search-box-usage.entry.js +0 -20
  1383. package/dist/esm/dga-search-box_2.entry.js +0 -203
  1384. package/dist/esm/dga-second-nav-header-usage.entry.js +0 -42
  1385. package/dist/esm/dga-skeleton-usage.entry.js +0 -12
  1386. package/dist/esm/dga-slideout-menu-usage.entry.js +0 -14
  1387. package/dist/esm/dga-slideout-menu_4.entry.js +0 -134
  1388. package/dist/esm/dga-slider-usage.entry.js +0 -21
  1389. package/dist/esm/dga-slider.entry.js +0 -97
  1390. package/dist/esm/dga-structured-list-usage.entry.js +0 -42
  1391. package/dist/esm/dga-switch-usage.entry.js +0 -14
  1392. package/dist/esm/dga-table-of-content-usage.entry.js +0 -175
  1393. package/dist/esm/dga-table-usage.entry.js +0 -68
  1394. package/dist/esm/dga-tabs-usage.entry.js +0 -279
  1395. package/dist/esm/dga-tag-usage.entry.js +0 -117
  1396. package/dist/esm/dga-tag_3.entry.js +0 -132
  1397. package/dist/esm/dga-text-input-usage.entry.js +0 -15
  1398. package/dist/esm/dga-textarea-usage.entry.js +0 -12
  1399. package/dist/esm/dga-tooltip-usage.entry.js +0 -17
  1400. package/dist/esm/index-BLSc18AE.js +0 -1994
  1401. package/dist/esm/index-BeGjGURp.js +0 -29
  1402. package/dist/esm/nds-accordion-usage.entry.js +0 -12
  1403. package/dist/esm/nds-accordion.entry.js +0 -92
  1404. package/dist/esm/nds-avatar-usage.entry.js +0 -45
  1405. package/dist/esm/nds-avatar.entry.js +0 -73
  1406. package/dist/esm/nds-button-usage.entry.js +0 -19
  1407. package/dist/esm/nds-button.entry.js +0 -48
  1408. package/dist/esm/nds-chip-usage.entry.js +0 -20
  1409. package/dist/esm/nds-chip.entry.js +0 -66
  1410. package/dist/esm/nds-floating-button-usage.entry.js +0 -12
  1411. package/dist/esm/nds-floating-button.entry.js +0 -31
  1412. package/dist/esm/nds-link-usage.entry.js +0 -12
  1413. package/dist/esm/nds-link.entry.js +0 -23
  1414. package/dist/esm/nds-table-of-content-usage.entry.js +0 -175
  1415. package/dist/esm/nds-table-of-content.entry.js +0 -160
  1416. package/dist/types/nds-components/dga-header/dga-header-action.d.ts +0 -19
  1417. package/dist/types/nds-components/dga-header/dga-header-menu-item-usage.d.ts +0 -11
  1418. package/dist/types/nds-components/dga-header/dga-header-menu-item.d.ts +0 -20
  1419. package/dist/types/nds-components/dga-header/dga-header-menu-items.d.ts +0 -0
  1420. package/dist/types/nds-components/dga-header/dga-header-menu.d.ts +0 -3
  1421. package/dist/types/nds-components/dga-header/dga-header-sub-menu-column.d.ts +0 -4
  1422. package/dist/types/nds-components/dga-header/dga-header-sub-menu-item-icon.d.ts +0 -0
  1423. package/dist/types/nds-components/dga-header/dga-header-sub-menu-item.d.ts +0 -15
  1424. package/dist/types/nds-components/dga-header/dga-header-sub-menu.d.ts +0 -10
  1425. package/dist/types/nds-components/dga-header/dga-header.d.ts +0 -6
  1426. package/dist/types/nds-components/dga-header/dga-logo-placeholder.d.ts +0 -10
  1427. package/dist/types/nds-components/nds-accordion/nds-accordion-usage.d.ts +0 -3
  1428. package/dist/types/nds-components/nds-accordion/nds-accordion.d.ts +0 -47
  1429. package/dist/types/nds-components/nds-avatar/nds-avatar-usage.d.ts +0 -4
  1430. package/dist/types/nds-components/nds-avatar/nds-avatar.d.ts +0 -45
  1431. package/dist/types/nds-components/nds-button/nds-button-usage.d.ts +0 -4
  1432. package/dist/types/nds-components/nds-button/nds-button.d.ts +0 -23
  1433. package/dist/types/nds-components/nds-chip/nds-chip-usage.d.ts +0 -4
  1434. package/dist/types/nds-components/nds-chip/nds-chip.d.ts +0 -29
  1435. package/dist/types/nds-components/nds-floating-button/nds-floating-button-usage.d.ts +0 -3
  1436. package/dist/types/nds-components/nds-floating-button/nds-floating-button.d.ts +0 -16
  1437. package/dist/types/nds-components/nds-link/nds-link-usage.d.ts +0 -3
  1438. package/dist/types/nds-components/nds-link/nds-link.d.ts +0 -15
  1439. package/dist/types/nds-components/nds-table-of-content/nds-table-of-content-usage.d.ts +0 -3
  1440. package/dist/types/nds-components/nds-table-of-content/nds-table-of-content.d.ts +0 -32
  1441. package/dist/types/usage/dga-accordion-usage.d.ts +0 -3
  1442. package/dist/types/usage/dga-apex-chart-usage.d.ts +0 -3
  1443. package/dist/types/usage/dga-avatar-usage.d.ts +0 -4
  1444. package/dist/types/usage/dga-breadcrumbs-usage.d.ts +0 -4
  1445. package/dist/types/usage/dga-button-usage.d.ts +0 -4
  1446. package/dist/types/usage/dga-button-v2-usage.d.ts +0 -4
  1447. package/dist/types/usage/dga-card-usage.d.ts +0 -5
  1448. package/dist/types/usage/dga-card-v2-usage.d.ts +0 -5
  1449. package/dist/types/usage/dga-carousel-usage.d.ts +0 -4
  1450. package/dist/types/usage/dga-chart-usage.d.ts +0 -3
  1451. package/dist/types/usage/dga-checkbox-usage.d.ts +0 -4
  1452. package/dist/types/usage/dga-chip-usage.d.ts +0 -4
  1453. package/dist/types/usage/dga-circular-progress-bar-usage.d.ts +0 -5
  1454. package/dist/types/usage/dga-codeSnippet-usage.d.ts +0 -11
  1455. package/dist/types/usage/dga-collapse-usage.d.ts +0 -5
  1456. package/dist/types/usage/dga-content-switcher-usage.d.ts +0 -4
  1457. package/dist/types/usage/dga-date-field-usage.d.ts +0 -4
  1458. package/dist/types/usage/dga-datepicker-usage.d.ts +0 -3
  1459. package/dist/types/usage/dga-digitalSignature-usage.d.ts +0 -3
  1460. package/dist/types/usage/dga-divider-usage.d.ts +0 -3
  1461. package/dist/types/usage/dga-drawer-usage.d.ts +0 -5
  1462. package/dist/types/usage/dga-dropdown-usage.d.ts +0 -5
  1463. package/dist/types/usage/dga-featured-icon-usage.d.ts +0 -4
  1464. package/dist/types/usage/dga-feedback-icon-usage.d.ts +0 -4
  1465. package/dist/types/usage/dga-file-upload-usage.d.ts +0 -3
  1466. package/dist/types/usage/dga-filteration-usage.d.ts +0 -15
  1467. package/dist/types/usage/dga-floatingButton-usage.d.ts +0 -3
  1468. package/dist/types/usage/dga-footer-usage.d.ts +0 -3
  1469. package/dist/types/usage/dga-grid-usage.d.ts +0 -3
  1470. package/dist/types/usage/dga-header-usage.d.ts +0 -6
  1471. package/dist/types/usage/dga-huge-icon-usage.d.ts +0 -3
  1472. package/dist/types/usage/dga-inline-alert-usage.d.ts +0 -4
  1473. package/dist/types/usage/dga-linear-progress-bar-usage.d.ts +0 -5
  1474. package/dist/types/usage/dga-link-usage.d.ts +0 -4
  1475. package/dist/types/usage/dga-list-usage.d.ts +0 -3
  1476. package/dist/types/usage/dga-loading-usage.d.ts +0 -4
  1477. package/dist/types/usage/dga-menu-usage.d.ts +0 -11
  1478. package/dist/types/usage/dga-metric-usage.d.ts +0 -3
  1479. package/dist/types/usage/dga-modal-usage.d.ts +0 -4
  1480. package/dist/types/usage/dga-modal-v2-usage.d.ts +0 -4
  1481. package/dist/types/usage/dga-notification-toast-usage.d.ts +0 -5
  1482. package/dist/types/usage/dga-notification-usage.d.ts +0 -4
  1483. package/dist/types/usage/dga-number-input-usage.d.ts +0 -4
  1484. package/dist/types/usage/dga-pagination-usage.d.ts +0 -4
  1485. package/dist/types/usage/dga-progress-indicator-usage.d.ts +0 -5
  1486. package/dist/types/usage/dga-progress-indicator-v3-usage.d.ts +0 -5
  1487. package/dist/types/usage/dga-quote-usage.d.ts +0 -4
  1488. package/dist/types/usage/dga-radial-stepper-usage.d.ts +0 -7
  1489. package/dist/types/usage/dga-radio-button-usage.d.ts +0 -5
  1490. package/dist/types/usage/dga-rating-usage.d.ts +0 -5
  1491. package/dist/types/usage/dga-search-box-usage.d.ts +0 -4
  1492. package/dist/types/usage/dga-second-nav-header-usage.d.ts +0 -4
  1493. package/dist/types/usage/dga-skeleton-usage.d.ts +0 -3
  1494. package/dist/types/usage/dga-slideout-menu-usage.d.ts +0 -5
  1495. package/dist/types/usage/dga-slider-usage.d.ts +0 -6
  1496. package/dist/types/usage/dga-structured-list-usage.d.ts +0 -3
  1497. package/dist/types/usage/dga-switch-usage.d.ts +0 -3
  1498. package/dist/types/usage/dga-table-of-content-usage.d.ts +0 -3
  1499. package/dist/types/usage/dga-table-usage.d.ts +0 -3
  1500. package/dist/types/usage/dga-tabs-usage.d.ts +0 -5
  1501. package/dist/types/usage/dga-tag-usage.d.ts +0 -3
  1502. package/dist/types/usage/dga-text-input-usage.d.ts +0 -4
  1503. package/dist/types/usage/dga-textarea-usage.d.ts +0 -3
  1504. package/dist/types/usage/dga-tooltip-usage.d.ts +0 -4
@@ -1,2420 +0,0 @@
1
- /*
2
- 0 - 600px: Phone
3
- 600 - 900px: Tablet portrait
4
- 900 - 1200px: Tablet landscape
5
- [1200 - 1800] is where our normal styles apply
6
- 1800px + : Big desktop
7
-
8
- $breakpoint arguement choices:
9
- - phone
10
- - tab-port
11
- - tab-land
12
- - small-screen
13
- - big-desktop
14
-
15
- ORDER: Base + typography > general layout + grid > page layout > components
16
-
17
- 1em = 16px
18
- */
19
- /* http://meyerweb.com/eric/tools/css/reset/
20
- v2.0-modified | 20110126
21
- License: none (public domain)
22
- */
23
- html, body, div, span, applet, object, iframe,
24
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
25
- a, abbr, acronym, address, big, cite, code,
26
- del, dfn, em, img, ins, kbd, q, s, samp,
27
- small, strike, strong, sub, sup, tt, var,
28
- b, u, i, center,
29
- dl, dt, dd, ol, ul, li,
30
- fieldset, form, label, legend,
31
- table, caption, tbody, tfoot, thead, tr, th, td,
32
- article, aside, canvas, details, embed,
33
- figure, figcaption, footer, header, hgroup,
34
- menu, nav, output, ruby, section, summary,
35
- time, mark, audio, video {
36
- margin: 0;
37
- padding: 0;
38
- border: 0;
39
- font-size: 100%;
40
- font: inherit;
41
- vertical-align: baseline;
42
- }
43
-
44
- /* make sure to set some focus styles for accessibility */
45
- :focus {
46
- outline: 0;
47
- }
48
-
49
- /* HTML5 display-role reset for older browsers */
50
- article, aside, details, figcaption, figure,
51
- footer, header, hgroup, menu, nav, section {
52
- display: block;
53
- }
54
-
55
- body {
56
- line-height: 1;
57
- }
58
-
59
- ol, ul {
60
- list-style: none;
61
- }
62
-
63
- blockquote, q {
64
- quotes: none;
65
- }
66
-
67
- blockquote:before, blockquote:after,
68
- q:before, q:after {
69
- content: "";
70
- content: none;
71
- }
72
-
73
- table {
74
- border-collapse: collapse;
75
- border-spacing: 0;
76
- }
77
-
78
- input[type=search]::-webkit-search-cancel-button,
79
- input[type=search]::-webkit-search-decoration,
80
- input[type=search]::-webkit-search-results-button,
81
- input[type=search]::-webkit-search-results-decoration {
82
- -webkit-appearance: none;
83
- -moz-appearance: none;
84
- }
85
-
86
- input[type=search] {
87
- -webkit-appearance: none;
88
- -moz-appearance: none;
89
- -webkit-box-sizing: content-box;
90
- -moz-box-sizing: content-box;
91
- box-sizing: content-box;
92
- }
93
-
94
- textarea {
95
- overflow: auto;
96
- vertical-align: top;
97
- resize: vertical;
98
- }
99
-
100
- /**
101
- * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
102
- */
103
- audio,
104
- canvas,
105
- video {
106
- display: inline-block;
107
- zoom: 1;
108
- max-width: 100%;
109
- }
110
-
111
- /**
112
- * Prevent modern browsers from displaying `audio` without controls.
113
- * Remove excess height in iOS 5 devices.
114
- */
115
- audio:not([controls]) {
116
- display: none;
117
- height: 0;
118
- }
119
-
120
- /**
121
- * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
122
- * Known issue: no IE 6 support.
123
- */
124
- [hidden] {
125
- display: none;
126
- }
127
-
128
- /**
129
- * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
130
- * `em` units.
131
- * 2. Prevent iOS text size adjust after orientation change, without disabling
132
- * user zoom.
133
- */
134
- html {
135
- font-size: 100%; /* 1 */
136
- -webkit-text-size-adjust: 100%; /* 2 */
137
- -ms-text-size-adjust: 100%; /* 2 */
138
- }
139
-
140
- /**
141
- * Address `outline` inconsistency between Chrome and other browsers.
142
- */
143
- /**
144
- * Improve readability when focused and also mouse hovered in all browsers.
145
- */
146
- a:active,
147
- a:hover {
148
- outline: 0;
149
- }
150
-
151
- /**
152
- * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
153
- * 2. Improve image quality when scaled in IE 7.
154
- */
155
- img {
156
- border: 0; /* 1 */
157
- -ms-interpolation-mode: bicubic; /* 2 */
158
- }
159
-
160
- /**
161
- * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
162
- */
163
- figure {
164
- margin: 0;
165
- }
166
-
167
- /**
168
- * Correct margin displayed oddly in IE 6/7.
169
- */
170
- form {
171
- margin: 0;
172
- }
173
-
174
- /**
175
- * Define consistent border, margin, and padding.
176
- */
177
- fieldset {
178
- border: 1px solid #c0c0c0;
179
- margin: 0 2px;
180
- padding: 0.35em 0.625em 0.75em;
181
- }
182
-
183
- /**
184
- * 1. Correct color not being inherited in IE 6/7/8/9.
185
- * 2. Correct text not wrapping in Firefox 3.
186
- * 3. Correct alignment displayed oddly in IE 6/7.
187
- */
188
- legend {
189
- border: 0; /* 1 */
190
- padding: 0;
191
- white-space: normal; /* 2 */
192
- *margin-left: -7px; /* 3 */
193
- }
194
-
195
- /**
196
- * 1. Correct font size not being inherited in all browsers.
197
- * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
198
- * and Chrome.
199
- * 3. Improve appearance and consistency in all browsers.
200
- */
201
- button,
202
- input,
203
- select,
204
- textarea {
205
- font-size: 100%; /* 1 */
206
- margin: 0; /* 2 */
207
- vertical-align: baseline; /* 3 */
208
- *vertical-align: middle; /* 3 */
209
- }
210
-
211
- /**
212
- * Address Firefox 3+ setting `line-height` on `input` using `!important` in
213
- * the UA stylesheet.
214
- */
215
- button,
216
- input {
217
- line-height: normal;
218
- }
219
-
220
- /**
221
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
222
- * All other form control elements do not inherit `text-transform` values.
223
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
224
- * Correct `select` style inheritance in Firefox 4+ and Opera.
225
- */
226
- button,
227
- select {
228
- text-transform: none;
229
- }
230
-
231
- /**
232
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
233
- * and `video` controls.
234
- * 2. Correct inability to style clickable `input` types in iOS.
235
- * 3. Improve usability and consistency of cursor style between image-type
236
- * `input` and others.
237
- * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
238
- * Known issue: inner spacing remains in IE 6.
239
- */
240
- button,
241
- html input[type=button],
242
- input[type=reset],
243
- input[type=submit] {
244
- -webkit-appearance: button; /* 2 */
245
- cursor: pointer; /* 3 */
246
- *overflow: visible; /* 4 */
247
- }
248
-
249
- /**
250
- * Re-set default cursor for disabled elements.
251
- */
252
- button[disabled],
253
- html input[disabled] {
254
- cursor: default;
255
- }
256
-
257
- /**
258
- * 1. Address box sizing set to content-box in IE 8/9.
259
- * 2. Remove excess padding in IE 8/9.
260
- * 3. Remove excess padding in IE 7.
261
- * Known issue: excess padding remains in IE 6.
262
- */
263
- input[type=checkbox],
264
- input[type=radio] {
265
- box-sizing: border-box; /* 1 */
266
- padding: 0; /* 2 */
267
- *height: 13px; /* 3 */
268
- *width: 13px; /* 3 */
269
- }
270
-
271
- /**
272
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
273
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
274
- * (include `-moz` to future-proof).
275
- */
276
- input[type=search] {
277
- -webkit-appearance: textfield; /* 1 */
278
- -moz-box-sizing: content-box;
279
- -webkit-box-sizing: content-box; /* 2 */
280
- box-sizing: content-box;
281
- }
282
-
283
- /**
284
- * Remove inner padding and search cancel button in Safari 5 and Chrome
285
- * on OS X.
286
- */
287
- input[type=search]::-webkit-search-cancel-button,
288
- input[type=search]::-webkit-search-decoration {
289
- -webkit-appearance: none;
290
- }
291
-
292
- /**
293
- * Remove inner padding and border in Firefox 3+.
294
- */
295
- button::-moz-focus-inner,
296
- input::-moz-focus-inner {
297
- border: 0;
298
- padding: 0;
299
- }
300
-
301
- /**
302
- * 1. Remove default vertical scrollbar in IE 6/7/8/9.
303
- * 2. Improve readability and alignment in all browsers.
304
- */
305
- textarea {
306
- overflow: auto; /* 1 */
307
- vertical-align: top; /* 2 */
308
- }
309
-
310
- /**
311
- * Remove most spacing between table cells.
312
- */
313
- table {
314
- border-collapse: collapse;
315
- border-spacing: 0;
316
- }
317
-
318
- html,
319
- button,
320
- input,
321
- select,
322
- textarea {
323
- color: #222;
324
- }
325
-
326
- ::-moz-selection {
327
- background: #b3d4fc;
328
- text-shadow: none;
329
- }
330
-
331
- ::selection {
332
- background: #b3d4fc;
333
- text-shadow: none;
334
- }
335
-
336
- img {
337
- vertical-align: middle;
338
- }
339
-
340
- fieldset {
341
- border: 0;
342
- margin: 0;
343
- padding: 0;
344
- }
345
-
346
- textarea {
347
- resize: vertical;
348
- }
349
-
350
- .chromeframe {
351
- margin: 0.2em 0;
352
- background: #ccc;
353
- color: #000;
354
- padding: 0.2em 0;
355
- }
356
-
357
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
358
- /* Document
359
- ========================================================================== */
360
- /**
361
- * 1. Correct the line height in all browsers.
362
- * 2. Prevent adjustments of font size after orientation changes in iOS.
363
- */
364
- html {
365
- line-height: 1.15; /* 1 */
366
- -webkit-text-size-adjust: 100%; /* 2 */
367
- }
368
-
369
- * {
370
- box-sizing: border-box;
371
- }
372
-
373
- /* Sections
374
- ========================================================================== */
375
- /**
376
- * Remove the margin in all browsers.
377
- */
378
- body {
379
- margin: 0;
380
- }
381
-
382
- /**
383
- * Render the `main` element consistently in IE.
384
- */
385
- main {
386
- display: block;
387
- }
388
-
389
- /* Grouping content
390
- ========================================================================== */
391
- /**
392
- * 1. Add the correct box sizing in Firefox.
393
- * 2. Show the overflow in Edge and IE.
394
- */
395
- hr {
396
- box-sizing: content-box; /* 1 */
397
- height: 0; /* 1 */
398
- overflow: visible; /* 2 */
399
- }
400
-
401
- /**
402
- * 1. Correct the inheritance and scaling of font size in all browsers.
403
- * 2. Correct the odd `em` font sizing in all browsers.
404
- */
405
- pre {
406
- font-family: monospace, monospace; /* 1 */
407
- font-size: 1em; /* 2 */
408
- }
409
-
410
- /* Text-level semantics
411
- ========================================================================== */
412
- /**
413
- * Remove the gray background on active links in IE 10.
414
- */
415
- a {
416
- background-color: transparent;
417
- }
418
-
419
- /**
420
- * 1. Remove the bottom border in Chrome 57-
421
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
422
- */
423
- abbr[title] {
424
- border-bottom: none; /* 1 */
425
- text-decoration: underline; /* 2 */
426
- text-decoration: underline dotted; /* 2 */
427
- }
428
-
429
- /**
430
- * Add the correct font weight in Chrome, Edge, and Safari.
431
- */
432
- b,
433
- strong {
434
- font-weight: bolder;
435
- }
436
-
437
- /**
438
- * 1. Correct the inheritance and scaling of font size in all browsers.
439
- * 2. Correct the odd `em` font sizing in all browsers.
440
- */
441
- code,
442
- kbd,
443
- samp {
444
- font-family: monospace, monospace; /* 1 */
445
- font-size: 1em; /* 2 */
446
- }
447
-
448
- /**
449
- * Add the correct font size in all browsers.
450
- */
451
- small {
452
- font-size: 80%;
453
- }
454
-
455
- /**
456
- * Prevent `sub` and `sup` elements from affecting the line height in
457
- * all browsers.
458
- */
459
- sub,
460
- sup {
461
- font-size: 75%;
462
- line-height: 0;
463
- position: relative;
464
- vertical-align: baseline;
465
- }
466
-
467
- sub {
468
- bottom: -0.25em;
469
- }
470
-
471
- sup {
472
- top: -0.5em;
473
- }
474
-
475
- /* Embedded content
476
- ========================================================================== */
477
- /**
478
- * Remove the border on images inside links in IE 10.
479
- */
480
- img {
481
- border-style: none;
482
- }
483
-
484
- /* Forms
485
- ========================================================================== */
486
- /**
487
- * 1. Change the font styles in all browsers.
488
- * 2. Remove the margin in Firefox and Safari.
489
- */
490
- button,
491
- input,
492
- optgroup,
493
- select,
494
- textarea {
495
- font-family: inherit; /* 1 */
496
- font-size: 100%; /* 1 */
497
- line-height: 1.15; /* 1 */
498
- margin: 0; /* 2 */
499
- }
500
-
501
- /**
502
- * Show the overflow in IE.
503
- * 1. Show the overflow in Edge.
504
- */
505
- button,
506
- input {
507
- /* 1 */
508
- overflow: visible;
509
- }
510
-
511
- /**
512
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
513
- * 1. Remove the inheritance of text transform in Firefox.
514
- */
515
- button,
516
- select {
517
- /* 1 */
518
- text-transform: none;
519
- }
520
-
521
- /**
522
- * Correct the inability to style clickable types in iOS and Safari.
523
- */
524
- button,
525
- [type=button],
526
- [type=reset],
527
- [type=submit] {
528
- -webkit-appearance: button;
529
- }
530
-
531
- /**
532
- * Remove the inner border and padding in Firefox.
533
- */
534
- button::-moz-focus-inner,
535
- [type=button]::-moz-focus-inner,
536
- [type=reset]::-moz-focus-inner,
537
- [type=submit]::-moz-focus-inner {
538
- border-style: none;
539
- padding: 0;
540
- }
541
-
542
- /**
543
- * Restore the focus styles unset by the previous rule.
544
- */
545
- button:-moz-focusring,
546
- [type=button]:-moz-focusring,
547
- [type=reset]:-moz-focusring,
548
- [type=submit]:-moz-focusring {
549
- outline: 1px dotted ButtonText;
550
- }
551
-
552
- /**
553
- * Correct the padding in Firefox.
554
- */
555
- fieldset {
556
- padding: 0.35em 0.75em 0.625em;
557
- }
558
-
559
- /**
560
- * 1. Correct the text wrapping in Edge and IE.
561
- * 2. Correct the color inheritance from `fieldset` elements in IE.
562
- * 3. Remove the padding so developers are not caught out when they zero out
563
- * `fieldset` elements in all browsers.
564
- */
565
- legend {
566
- box-sizing: border-box; /* 1 */
567
- color: inherit; /* 2 */
568
- display: table; /* 1 */
569
- max-width: 100%; /* 1 */
570
- padding: 0; /* 3 */
571
- white-space: normal; /* 1 */
572
- }
573
-
574
- /**
575
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
576
- */
577
- progress {
578
- vertical-align: baseline;
579
- }
580
-
581
- /**
582
- * Remove the default vertical scrollbar in IE 10+.
583
- */
584
- textarea {
585
- overflow: auto;
586
- }
587
-
588
- /**
589
- * 1. Add the correct box sizing in IE 10.
590
- * 2. Remove the padding in IE 10.
591
- */
592
- [type=checkbox],
593
- [type=radio] {
594
- box-sizing: border-box; /* 1 */
595
- padding: 0; /* 2 */
596
- }
597
-
598
- /**
599
- * Correct the cursor style of increment and decrement buttons in Chrome.
600
- */
601
- [type=number]::-webkit-inner-spin-button,
602
- [type=number]::-webkit-outer-spin-button {
603
- height: auto;
604
- }
605
-
606
- /**
607
- * 1. Correct the odd appearance in Chrome and Safari.
608
- * 2. Correct the outline style in Safari.
609
- */
610
- [type=search] {
611
- -webkit-appearance: textfield; /* 1 */
612
- outline-offset: -2px; /* 2 */
613
- }
614
-
615
- /**
616
- * Remove the inner padding in Chrome and Safari on macOS.
617
- */
618
- [type=search]::-webkit-search-decoration {
619
- -webkit-appearance: none;
620
- }
621
-
622
- /**
623
- * 1. Correct the inability to style clickable types in iOS and Safari.
624
- * 2. Change font properties to `inherit` in Safari.
625
- */
626
- ::-webkit-file-upload-button {
627
- -webkit-appearance: button; /* 1 */
628
- font: inherit; /* 2 */
629
- }
630
-
631
- /* Interactive
632
- ========================================================================== */
633
- /*
634
- * Add the correct display in Edge, IE 10+, and Firefox.
635
- */
636
- details {
637
- display: block;
638
- }
639
-
640
- /*
641
- * Add the correct display in all browsers.
642
- */
643
- summary {
644
- display: list-item;
645
- }
646
-
647
- /* Misc
648
- ========================================================================== */
649
- /**
650
- * Add the correct display in IE 10+.
651
- */
652
- template {
653
- display: none;
654
- }
655
-
656
- /**
657
- * Add the correct display in IE 10.
658
- */
659
- [hidden] {
660
- display: none;
661
- }
662
-
663
- @font-face {
664
- font-family: "IBM Plex Sans Arabic";
665
- src: url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff") format("woff");
666
- font-weight: 400;
667
- font-style: normal;
668
- }
669
- @font-face {
670
- font-family: "IBM Plex Sans Arabic";
671
- src: url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff") format("woff");
672
- font-weight: 500;
673
- font-style: normal;
674
- }
675
- @font-face {
676
- font-family: "IBM Plex Sans Arabic";
677
- src: url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff") format("woff");
678
- font-weight: 600;
679
- font-style: normal;
680
- }
681
- @font-face {
682
- font-family: "IBM Plex Sans Arabic";
683
- src: url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff") format("woff");
684
- font-weight: 700;
685
- font-style: normal;
686
- font-display: auto;
687
- }
688
- body {
689
- font-family: "IBM Plex Sans Arabic";
690
- }
691
-
692
- a,
693
- a:active,
694
- a:focus {
695
- color: inherit;
696
- text-decoration: none;
697
- }
698
-
699
- .display-2xl-regular {
700
- font: 400 72px/90px "IBM Plex Sans Arabic";
701
- }
702
-
703
- .display-xl-regular {
704
- font: 400 60px/72px "IBM Plex Sans Arabic";
705
- }
706
-
707
- .display-lg-regular {
708
- font: 400 48px/60px "IBM Plex Sans Arabic";
709
- }
710
-
711
- .display-md-regular {
712
- font: 400 36px/44px "IBM Plex Sans Arabic";
713
- }
714
-
715
- .display-sm-regular {
716
- font: 400 30px/38px "IBM Plex Sans Arabic";
717
- }
718
-
719
- .display-xs-regular {
720
- font: 400 24px/32px "IBM Plex Sans Arabic";
721
- }
722
-
723
- .text-xl-regular {
724
- font: 400 20px/30px "IBM Plex Sans Arabic";
725
- }
726
-
727
- .text-lg-regular {
728
- font: 400 18px/28px "IBM Plex Sans Arabic";
729
- }
730
-
731
- .text-md-regular, .dga-accordion-item__body {
732
- font: 400 16px/24px "IBM Plex Sans Arabic";
733
- }
734
-
735
- .text-sm-regular {
736
- font: 400 14px/20px "IBM Plex Sans Arabic";
737
- }
738
-
739
- .text-xs-regular {
740
- font: 400 12px/18px "IBM Plex Sans Arabic";
741
- }
742
-
743
- .text-2xs-regular {
744
- font: 400 10px/14px "IBM Plex Sans Arabic";
745
- }
746
-
747
- .display-2xl-medium {
748
- font: 500 72px/90px "IBM Plex Sans Arabic";
749
- }
750
-
751
- .display-xl-medium {
752
- font: 500 60px/72px "IBM Plex Sans Arabic";
753
- }
754
-
755
- .display-lg-medium {
756
- font: 500 48px/60px "IBM Plex Sans Arabic";
757
- }
758
-
759
- .display-md-medium {
760
- font: 500 36px/44px "IBM Plex Sans Arabic";
761
- }
762
-
763
- .display-sm-medium {
764
- font: 500 30px/38px "IBM Plex Sans Arabic";
765
- }
766
-
767
- .display-xs-medium {
768
- font: 500 24px/32px "IBM Plex Sans Arabic";
769
- }
770
-
771
- .text-xl-medium {
772
- font: 500 20px/30px "IBM Plex Sans Arabic";
773
- }
774
-
775
- .text-lg-medium {
776
- font: 500 18px/28px "IBM Plex Sans Arabic";
777
- }
778
-
779
- .text-md-medium {
780
- font: 500 16px/24px "IBM Plex Sans Arabic";
781
- }
782
-
783
- .text-sm-medium {
784
- font: 500 14px/20px "IBM Plex Sans Arabic";
785
- }
786
-
787
- .text-xs-medium {
788
- font: 500 12px/18px "IBM Plex Sans Arabic";
789
- }
790
-
791
- .text-2xs-medium {
792
- font: 500 10px/14px "IBM Plex Sans Arabic";
793
- }
794
-
795
- .display-2xl-semibold {
796
- font: 600 72px/90px "IBM Plex Sans Arabic";
797
- }
798
-
799
- .display-xl-semibold {
800
- font: 600 60px/72px "IBM Plex Sans Arabic";
801
- }
802
-
803
- .display-lg-semibold {
804
- font: 600 48px/60px "IBM Plex Sans Arabic";
805
- }
806
-
807
- .display-md-semibold {
808
- font: 600 36px/44px "IBM Plex Sans Arabic";
809
- }
810
-
811
- .display-sm-semibold {
812
- font: 600 30px/38px "IBM Plex Sans Arabic";
813
- }
814
-
815
- .display-xs-semibold {
816
- font: 600 24px/32px "IBM Plex Sans Arabic";
817
- }
818
-
819
- .text-xl-semibold {
820
- font: 600 20px/30px "IBM Plex Sans Arabic";
821
- }
822
-
823
- .text-lg-semibold {
824
- font: 600 18px/28px "IBM Plex Sans Arabic";
825
- }
826
-
827
- .text-md-semibold, .dga-accordion-item__title {
828
- font: 600 16px/24px "IBM Plex Sans Arabic";
829
- }
830
-
831
- .text-sm-semibold {
832
- font: 600 14px/20px "IBM Plex Sans Arabic";
833
- }
834
-
835
- .text-xs-semibold {
836
- font: 600 12px/18px "IBM Plex Sans Arabic";
837
- }
838
-
839
- .text-2xs-semibold {
840
- font: 600 10px/14px "IBM Plex Sans Arabic";
841
- }
842
-
843
- .display-2xl-bold {
844
- font: 700 72px/90px "IBM Plex Sans Arabic";
845
- }
846
-
847
- .display-xl-bold {
848
- font: 700 60px/72px "IBM Plex Sans Arabic";
849
- }
850
-
851
- .display-lg-bold {
852
- font: 700 48px/60px "IBM Plex Sans Arabic";
853
- }
854
-
855
- .display-md-bold {
856
- font: 700 36px/44px "IBM Plex Sans Arabic";
857
- }
858
-
859
- .display-sm-bold {
860
- font: 700 30px/38px "IBM Plex Sans Arabic";
861
- }
862
-
863
- .display-xs-bold {
864
- font: 700 24px/32px "IBM Plex Sans Arabic";
865
- }
866
-
867
- .text-xl-bold {
868
- font: 700 20px/30px "IBM Plex Sans Arabic";
869
- }
870
-
871
- .text-lg-bold {
872
- font: 700 18px/28px "IBM Plex Sans Arabic";
873
- }
874
-
875
- .text-md-bold {
876
- font: 700 16px/24px "IBM Plex Sans Arabic";
877
- }
878
-
879
- .text-sm-bold {
880
- font: 700 14px/20px "IBM Plex Sans Arabic";
881
- }
882
-
883
- .text-xs-bold {
884
- font: 700 12px/18px "IBM Plex Sans Arabic";
885
- }
886
-
887
- .text-2xs-bold {
888
- font: 700 10px/14px "IBM Plex Sans Arabic";
889
- }
890
-
891
- .dga-spacing-hor-0 {
892
- height: 0px;
893
- }
894
-
895
- .dga-spacing-vert-0 {
896
- width: 0px;
897
- }
898
-
899
- .dga-p-0 {
900
- padding: 0px;
901
- }
902
-
903
- .dga-px-0 {
904
- padding-inline: 0px;
905
- }
906
-
907
- .dga-py-0 {
908
- padding-block: 0px;
909
- }
910
-
911
- .dga-pl-0 {
912
- padding-left: 0px;
913
- }
914
-
915
- .dga-pr-0 {
916
- padding-right: 0px;
917
- }
918
-
919
- .dga-pt-0 {
920
- padding-top: 0px;
921
- }
922
-
923
- .dga-pb-0 {
924
- padding-bottom: 0px;
925
- }
926
-
927
- .dga-mx-0 {
928
- margin-inline: 0px;
929
- }
930
-
931
- .dga-my-0 {
932
- margin-block: 0px;
933
- }
934
-
935
- .dga-ml-0 {
936
- margin-left: 0px;
937
- }
938
-
939
- .dga-mr-0 {
940
- margin-right: 0px;
941
- }
942
-
943
- .dga-mt-0 {
944
- margin-top: 0px;
945
- }
946
-
947
- .dga-mb-0 {
948
- margin-bottom: 0px;
949
- }
950
-
951
- .dga-spacing-hor-2 {
952
- height: 8px;
953
- }
954
-
955
- .dga-spacing-vert-2 {
956
- width: 8px;
957
- }
958
-
959
- .dga-p-2 {
960
- padding: 8px;
961
- }
962
-
963
- .dga-px-2 {
964
- padding-inline: 8px;
965
- }
966
-
967
- .dga-py-2 {
968
- padding-block: 8px;
969
- }
970
-
971
- .dga-pl-2 {
972
- padding-left: 8px;
973
- }
974
-
975
- .dga-pr-2 {
976
- padding-right: 8px;
977
- }
978
-
979
- .dga-pt-2 {
980
- padding-top: 8px;
981
- }
982
-
983
- .dga-pb-2 {
984
- padding-bottom: 8px;
985
- }
986
-
987
- .dga-mx-2 {
988
- margin-inline: 8px;
989
- }
990
-
991
- .dga-my-2 {
992
- margin-block: 8px;
993
- }
994
-
995
- .dga-ml-2 {
996
- margin-left: 8px;
997
- }
998
-
999
- .dga-mr-2 {
1000
- margin-right: 8px;
1001
- }
1002
-
1003
- .dga-mt-2 {
1004
- margin-top: 8px;
1005
- }
1006
-
1007
- .dga-mb-2 {
1008
- margin-bottom: 8px;
1009
- }
1010
-
1011
- .dga-spacing-hor-4 {
1012
- height: 16px;
1013
- }
1014
-
1015
- .dga-spacing-vert-4 {
1016
- width: 16px;
1017
- }
1018
-
1019
- .dga-p-4 {
1020
- padding: 16px;
1021
- }
1022
-
1023
- .dga-px-4 {
1024
- padding-inline: 16px;
1025
- }
1026
-
1027
- .dga-py-4 {
1028
- padding-block: 16px;
1029
- }
1030
-
1031
- .dga-pl-4 {
1032
- padding-left: 16px;
1033
- }
1034
-
1035
- .dga-pr-4 {
1036
- padding-right: 16px;
1037
- }
1038
-
1039
- .dga-pt-4 {
1040
- padding-top: 16px;
1041
- }
1042
-
1043
- .dga-pb-4 {
1044
- padding-bottom: 16px;
1045
- }
1046
-
1047
- .dga-mx-4 {
1048
- margin-inline: 16px;
1049
- }
1050
-
1051
- .dga-my-4 {
1052
- margin-block: 16px;
1053
- }
1054
-
1055
- .dga-ml-4 {
1056
- margin-left: 16px;
1057
- }
1058
-
1059
- .dga-mr-4 {
1060
- margin-right: 16px;
1061
- }
1062
-
1063
- .dga-mt-4 {
1064
- margin-top: 16px;
1065
- }
1066
-
1067
- .dga-mb-4 {
1068
- margin-bottom: 16px;
1069
- }
1070
-
1071
- .dga-spacing-hor-8 {
1072
- height: 32px;
1073
- }
1074
-
1075
- .dga-spacing-vert-8 {
1076
- width: 32px;
1077
- }
1078
-
1079
- .dga-p-8 {
1080
- padding: 32px;
1081
- }
1082
-
1083
- .dga-px-8 {
1084
- padding-inline: 32px;
1085
- }
1086
-
1087
- .dga-py-8 {
1088
- padding-block: 32px;
1089
- }
1090
-
1091
- .dga-pl-8 {
1092
- padding-left: 32px;
1093
- }
1094
-
1095
- .dga-pr-8 {
1096
- padding-right: 32px;
1097
- }
1098
-
1099
- .dga-pt-8 {
1100
- padding-top: 32px;
1101
- }
1102
-
1103
- .dga-pb-8 {
1104
- padding-bottom: 32px;
1105
- }
1106
-
1107
- .dga-mx-8 {
1108
- margin-inline: 32px;
1109
- }
1110
-
1111
- .dga-my-8 {
1112
- margin-block: 32px;
1113
- }
1114
-
1115
- .dga-ml-8 {
1116
- margin-left: 32px;
1117
- }
1118
-
1119
- .dga-mr-8 {
1120
- margin-right: 32px;
1121
- }
1122
-
1123
- .dga-mt-8 {
1124
- margin-top: 32px;
1125
- }
1126
-
1127
- .dga-mb-8 {
1128
- margin-bottom: 32px;
1129
- }
1130
-
1131
- .dga-spacing-hor-12 {
1132
- height: 48px;
1133
- }
1134
-
1135
- .dga-spacing-vert-12 {
1136
- width: 48px;
1137
- }
1138
-
1139
- .dga-p-12 {
1140
- padding: 48px;
1141
- }
1142
-
1143
- .dga-px-12 {
1144
- padding-inline: 48px;
1145
- }
1146
-
1147
- .dga-py-12 {
1148
- padding-block: 48px;
1149
- }
1150
-
1151
- .dga-pl-12 {
1152
- padding-left: 48px;
1153
- }
1154
-
1155
- .dga-pr-12 {
1156
- padding-right: 48px;
1157
- }
1158
-
1159
- .dga-pt-12 {
1160
- padding-top: 48px;
1161
- }
1162
-
1163
- .dga-pb-12 {
1164
- padding-bottom: 48px;
1165
- }
1166
-
1167
- .dga-mx-12 {
1168
- margin-inline: 48px;
1169
- }
1170
-
1171
- .dga-my-12 {
1172
- margin-block: 48px;
1173
- }
1174
-
1175
- .dga-ml-12 {
1176
- margin-left: 48px;
1177
- }
1178
-
1179
- .dga-mr-12 {
1180
- margin-right: 48px;
1181
- }
1182
-
1183
- .dga-mt-12 {
1184
- margin-top: 48px;
1185
- }
1186
-
1187
- .dga-mb-12 {
1188
- margin-bottom: 48px;
1189
- }
1190
-
1191
- .dga-spacing-hor-16 {
1192
- height: 64px;
1193
- }
1194
-
1195
- .dga-spacing-vert-16 {
1196
- width: 64px;
1197
- }
1198
-
1199
- .dga-p-16 {
1200
- padding: 64px;
1201
- }
1202
-
1203
- .dga-px-16 {
1204
- padding-inline: 64px;
1205
- }
1206
-
1207
- .dga-py-16 {
1208
- padding-block: 64px;
1209
- }
1210
-
1211
- .dga-pl-16 {
1212
- padding-left: 64px;
1213
- }
1214
-
1215
- .dga-pr-16 {
1216
- padding-right: 64px;
1217
- }
1218
-
1219
- .dga-pt-16 {
1220
- padding-top: 64px;
1221
- }
1222
-
1223
- .dga-pb-16 {
1224
- padding-bottom: 64px;
1225
- }
1226
-
1227
- .dga-mx-16 {
1228
- margin-inline: 64px;
1229
- }
1230
-
1231
- .dga-my-16 {
1232
- margin-block: 64px;
1233
- }
1234
-
1235
- .dga-ml-16 {
1236
- margin-left: 64px;
1237
- }
1238
-
1239
- .dga-mr-16 {
1240
- margin-right: 64px;
1241
- }
1242
-
1243
- .dga-mt-16 {
1244
- margin-top: 64px;
1245
- }
1246
-
1247
- .dga-mb-16 {
1248
- margin-bottom: 64px;
1249
- }
1250
-
1251
- .dga-spacing-hor-24 {
1252
- height: 96px;
1253
- }
1254
-
1255
- .dga-spacing-vert-24 {
1256
- width: 96px;
1257
- }
1258
-
1259
- .dga-p-24 {
1260
- padding: 96px;
1261
- }
1262
-
1263
- .dga-px-24 {
1264
- padding-inline: 96px;
1265
- }
1266
-
1267
- .dga-py-24 {
1268
- padding-block: 96px;
1269
- }
1270
-
1271
- .dga-pl-24 {
1272
- padding-left: 96px;
1273
- }
1274
-
1275
- .dga-pr-24 {
1276
- padding-right: 96px;
1277
- }
1278
-
1279
- .dga-pt-24 {
1280
- padding-top: 96px;
1281
- }
1282
-
1283
- .dga-pb-24 {
1284
- padding-bottom: 96px;
1285
- }
1286
-
1287
- .dga-mx-24 {
1288
- margin-inline: 96px;
1289
- }
1290
-
1291
- .dga-my-24 {
1292
- margin-block: 96px;
1293
- }
1294
-
1295
- .dga-ml-24 {
1296
- margin-left: 96px;
1297
- }
1298
-
1299
- .dga-mr-24 {
1300
- margin-right: 96px;
1301
- }
1302
-
1303
- .dga-mt-24 {
1304
- margin-top: 96px;
1305
- }
1306
-
1307
- .dga-mb-24 {
1308
- margin-bottom: 96px;
1309
- }
1310
-
1311
- .dga-spacing-hor-32 {
1312
- height: 128px;
1313
- }
1314
-
1315
- .dga-spacing-vert-32 {
1316
- width: 128px;
1317
- }
1318
-
1319
- .dga-p-32 {
1320
- padding: 128px;
1321
- }
1322
-
1323
- .dga-px-32 {
1324
- padding-inline: 128px;
1325
- }
1326
-
1327
- .dga-py-32 {
1328
- padding-block: 128px;
1329
- }
1330
-
1331
- .dga-pl-32 {
1332
- padding-left: 128px;
1333
- }
1334
-
1335
- .dga-pr-32 {
1336
- padding-right: 128px;
1337
- }
1338
-
1339
- .dga-pt-32 {
1340
- padding-top: 128px;
1341
- }
1342
-
1343
- .dga-pb-32 {
1344
- padding-bottom: 128px;
1345
- }
1346
-
1347
- .dga-mx-32 {
1348
- margin-inline: 128px;
1349
- }
1350
-
1351
- .dga-my-32 {
1352
- margin-block: 128px;
1353
- }
1354
-
1355
- .dga-ml-32 {
1356
- margin-left: 128px;
1357
- }
1358
-
1359
- .dga-mr-32 {
1360
- margin-right: 128px;
1361
- }
1362
-
1363
- .dga-mt-32 {
1364
- margin-top: 128px;
1365
- }
1366
-
1367
- .dga-mb-32 {
1368
- margin-bottom: 128px;
1369
- }
1370
-
1371
- .dga-spacing-hor-40 {
1372
- height: 160px;
1373
- }
1374
-
1375
- .dga-spacing-vert-40 {
1376
- width: 160px;
1377
- }
1378
-
1379
- .dga-p-40 {
1380
- padding: 160px;
1381
- }
1382
-
1383
- .dga-px-40 {
1384
- padding-inline: 160px;
1385
- }
1386
-
1387
- .dga-py-40 {
1388
- padding-block: 160px;
1389
- }
1390
-
1391
- .dga-pl-40 {
1392
- padding-left: 160px;
1393
- }
1394
-
1395
- .dga-pr-40 {
1396
- padding-right: 160px;
1397
- }
1398
-
1399
- .dga-pt-40 {
1400
- padding-top: 160px;
1401
- }
1402
-
1403
- .dga-pb-40 {
1404
- padding-bottom: 160px;
1405
- }
1406
-
1407
- .dga-mx-40 {
1408
- margin-inline: 160px;
1409
- }
1410
-
1411
- .dga-my-40 {
1412
- margin-block: 160px;
1413
- }
1414
-
1415
- .dga-ml-40 {
1416
- margin-left: 160px;
1417
- }
1418
-
1419
- .dga-mr-40 {
1420
- margin-right: 160px;
1421
- }
1422
-
1423
- .dga-mt-40 {
1424
- margin-top: 160px;
1425
- }
1426
-
1427
- .dga-mb-40 {
1428
- margin-bottom: 160px;
1429
- }
1430
-
1431
- .dga-spacing-hor-48 {
1432
- height: 192px;
1433
- }
1434
-
1435
- .dga-spacing-vert-48 {
1436
- width: 192px;
1437
- }
1438
-
1439
- .dga-p-48 {
1440
- padding: 192px;
1441
- }
1442
-
1443
- .dga-px-48 {
1444
- padding-inline: 192px;
1445
- }
1446
-
1447
- .dga-py-48 {
1448
- padding-block: 192px;
1449
- }
1450
-
1451
- .dga-pl-48 {
1452
- padding-left: 192px;
1453
- }
1454
-
1455
- .dga-pr-48 {
1456
- padding-right: 192px;
1457
- }
1458
-
1459
- .dga-pt-48 {
1460
- padding-top: 192px;
1461
- }
1462
-
1463
- .dga-pb-48 {
1464
- padding-bottom: 192px;
1465
- }
1466
-
1467
- .dga-mx-48 {
1468
- margin-inline: 192px;
1469
- }
1470
-
1471
- .dga-my-48 {
1472
- margin-block: 192px;
1473
- }
1474
-
1475
- .dga-ml-48 {
1476
- margin-left: 192px;
1477
- }
1478
-
1479
- .dga-mr-48 {
1480
- margin-right: 192px;
1481
- }
1482
-
1483
- .dga-mt-48 {
1484
- margin-top: 192px;
1485
- }
1486
-
1487
- .dga-mb-48 {
1488
- margin-bottom: 192px;
1489
- }
1490
-
1491
- .dga-spacing-hor-56 {
1492
- height: 224px;
1493
- }
1494
-
1495
- .dga-spacing-vert-56 {
1496
- width: 224px;
1497
- }
1498
-
1499
- .dga-p-56 {
1500
- padding: 224px;
1501
- }
1502
-
1503
- .dga-px-56 {
1504
- padding-inline: 224px;
1505
- }
1506
-
1507
- .dga-py-56 {
1508
- padding-block: 224px;
1509
- }
1510
-
1511
- .dga-pl-56 {
1512
- padding-left: 224px;
1513
- }
1514
-
1515
- .dga-pr-56 {
1516
- padding-right: 224px;
1517
- }
1518
-
1519
- .dga-pt-56 {
1520
- padding-top: 224px;
1521
- }
1522
-
1523
- .dga-pb-56 {
1524
- padding-bottom: 224px;
1525
- }
1526
-
1527
- .dga-mx-56 {
1528
- margin-inline: 224px;
1529
- }
1530
-
1531
- .dga-my-56 {
1532
- margin-block: 224px;
1533
- }
1534
-
1535
- .dga-ml-56 {
1536
- margin-left: 224px;
1537
- }
1538
-
1539
- .dga-mr-56 {
1540
- margin-right: 224px;
1541
- }
1542
-
1543
- .dga-mt-56 {
1544
- margin-top: 224px;
1545
- }
1546
-
1547
- .dga-mb-56 {
1548
- margin-bottom: 224px;
1549
- }
1550
-
1551
- .dga-spacing-hor-64 {
1552
- height: 256px;
1553
- }
1554
-
1555
- .dga-spacing-vert-64 {
1556
- width: 256px;
1557
- }
1558
-
1559
- .dga-p-64 {
1560
- padding: 256px;
1561
- }
1562
-
1563
- .dga-px-64 {
1564
- padding-inline: 256px;
1565
- }
1566
-
1567
- .dga-py-64 {
1568
- padding-block: 256px;
1569
- }
1570
-
1571
- .dga-pl-64 {
1572
- padding-left: 256px;
1573
- }
1574
-
1575
- .dga-pr-64 {
1576
- padding-right: 256px;
1577
- }
1578
-
1579
- .dga-pt-64 {
1580
- padding-top: 256px;
1581
- }
1582
-
1583
- .dga-pb-64 {
1584
- padding-bottom: 256px;
1585
- }
1586
-
1587
- .dga-mx-64 {
1588
- margin-inline: 256px;
1589
- }
1590
-
1591
- .dga-my-64 {
1592
- margin-block: 256px;
1593
- }
1594
-
1595
- .dga-ml-64 {
1596
- margin-left: 256px;
1597
- }
1598
-
1599
- .dga-mr-64 {
1600
- margin-right: 256px;
1601
- }
1602
-
1603
- .dga-mt-64 {
1604
- margin-top: 256px;
1605
- }
1606
-
1607
- .dga-mb-64 {
1608
- margin-bottom: 256px;
1609
- }
1610
-
1611
- .dga-spacing-hor-72 {
1612
- height: 288px;
1613
- }
1614
-
1615
- .dga-spacing-vert-72 {
1616
- width: 288px;
1617
- }
1618
-
1619
- .dga-p-72 {
1620
- padding: 288px;
1621
- }
1622
-
1623
- .dga-px-72 {
1624
- padding-inline: 288px;
1625
- }
1626
-
1627
- .dga-py-72 {
1628
- padding-block: 288px;
1629
- }
1630
-
1631
- .dga-pl-72 {
1632
- padding-left: 288px;
1633
- }
1634
-
1635
- .dga-pr-72 {
1636
- padding-right: 288px;
1637
- }
1638
-
1639
- .dga-pt-72 {
1640
- padding-top: 288px;
1641
- }
1642
-
1643
- .dga-pb-72 {
1644
- padding-bottom: 288px;
1645
- }
1646
-
1647
- .dga-mx-72 {
1648
- margin-inline: 288px;
1649
- }
1650
-
1651
- .dga-my-72 {
1652
- margin-block: 288px;
1653
- }
1654
-
1655
- .dga-ml-72 {
1656
- margin-left: 288px;
1657
- }
1658
-
1659
- .dga-mr-72 {
1660
- margin-right: 288px;
1661
- }
1662
-
1663
- .dga-mt-72 {
1664
- margin-top: 288px;
1665
- }
1666
-
1667
- .dga-mb-72 {
1668
- margin-bottom: 288px;
1669
- }
1670
-
1671
- .dga-spacing-hor-80 {
1672
- height: 320px;
1673
- }
1674
-
1675
- .dga-spacing-vert-80 {
1676
- width: 320px;
1677
- }
1678
-
1679
- .dga-p-80 {
1680
- padding: 320px;
1681
- }
1682
-
1683
- .dga-px-80 {
1684
- padding-inline: 320px;
1685
- }
1686
-
1687
- .dga-py-80 {
1688
- padding-block: 320px;
1689
- }
1690
-
1691
- .dga-pl-80 {
1692
- padding-left: 320px;
1693
- }
1694
-
1695
- .dga-pr-80 {
1696
- padding-right: 320px;
1697
- }
1698
-
1699
- .dga-pt-80 {
1700
- padding-top: 320px;
1701
- }
1702
-
1703
- .dga-pb-80 {
1704
- padding-bottom: 320px;
1705
- }
1706
-
1707
- .dga-mx-80 {
1708
- margin-inline: 320px;
1709
- }
1710
-
1711
- .dga-my-80 {
1712
- margin-block: 320px;
1713
- }
1714
-
1715
- .dga-ml-80 {
1716
- margin-left: 320px;
1717
- }
1718
-
1719
- .dga-mr-80 {
1720
- margin-right: 320px;
1721
- }
1722
-
1723
- .dga-mt-80 {
1724
- margin-top: 320px;
1725
- }
1726
-
1727
- .dga-mb-80 {
1728
- margin-bottom: 320px;
1729
- }
1730
-
1731
- .dga-spacing-hor-88 {
1732
- height: 352px;
1733
- }
1734
-
1735
- .dga-spacing-vert-88 {
1736
- width: 352px;
1737
- }
1738
-
1739
- .dga-p-88 {
1740
- padding: 352px;
1741
- }
1742
-
1743
- .dga-px-88 {
1744
- padding-inline: 352px;
1745
- }
1746
-
1747
- .dga-py-88 {
1748
- padding-block: 352px;
1749
- }
1750
-
1751
- .dga-pl-88 {
1752
- padding-left: 352px;
1753
- }
1754
-
1755
- .dga-pr-88 {
1756
- padding-right: 352px;
1757
- }
1758
-
1759
- .dga-pt-88 {
1760
- padding-top: 352px;
1761
- }
1762
-
1763
- .dga-pb-88 {
1764
- padding-bottom: 352px;
1765
- }
1766
-
1767
- .dga-mx-88 {
1768
- margin-inline: 352px;
1769
- }
1770
-
1771
- .dga-my-88 {
1772
- margin-block: 352px;
1773
- }
1774
-
1775
- .dga-ml-88 {
1776
- margin-left: 352px;
1777
- }
1778
-
1779
- .dga-mr-88 {
1780
- margin-right: 352px;
1781
- }
1782
-
1783
- .dga-mt-88 {
1784
- margin-top: 352px;
1785
- }
1786
-
1787
- .dga-mb-88 {
1788
- margin-bottom: 352px;
1789
- }
1790
-
1791
- .dga-spacing-hor-96 {
1792
- height: 384px;
1793
- }
1794
-
1795
- .dga-spacing-vert-96 {
1796
- width: 384px;
1797
- }
1798
-
1799
- .dga-p-96 {
1800
- padding: 384px;
1801
- }
1802
-
1803
- .dga-px-96 {
1804
- padding-inline: 384px;
1805
- }
1806
-
1807
- .dga-py-96 {
1808
- padding-block: 384px;
1809
- }
1810
-
1811
- .dga-pl-96 {
1812
- padding-left: 384px;
1813
- }
1814
-
1815
- .dga-pr-96 {
1816
- padding-right: 384px;
1817
- }
1818
-
1819
- .dga-pt-96 {
1820
- padding-top: 384px;
1821
- }
1822
-
1823
- .dga-pb-96 {
1824
- padding-bottom: 384px;
1825
- }
1826
-
1827
- .dga-mx-96 {
1828
- margin-inline: 384px;
1829
- }
1830
-
1831
- .dga-my-96 {
1832
- margin-block: 384px;
1833
- }
1834
-
1835
- .dga-ml-96 {
1836
- margin-left: 384px;
1837
- }
1838
-
1839
- .dga-mr-96 {
1840
- margin-right: 384px;
1841
- }
1842
-
1843
- .dga-mt-96 {
1844
- margin-top: 384px;
1845
- }
1846
-
1847
- .dga-mb-96 {
1848
- margin-bottom: 384px;
1849
- }
1850
-
1851
- .dga-spacing-hor-104 {
1852
- height: 416px;
1853
- }
1854
-
1855
- .dga-spacing-vert-104 {
1856
- width: 416px;
1857
- }
1858
-
1859
- .dga-p-104 {
1860
- padding: 416px;
1861
- }
1862
-
1863
- .dga-px-104 {
1864
- padding-inline: 416px;
1865
- }
1866
-
1867
- .dga-py-104 {
1868
- padding-block: 416px;
1869
- }
1870
-
1871
- .dga-pl-104 {
1872
- padding-left: 416px;
1873
- }
1874
-
1875
- .dga-pr-104 {
1876
- padding-right: 416px;
1877
- }
1878
-
1879
- .dga-pt-104 {
1880
- padding-top: 416px;
1881
- }
1882
-
1883
- .dga-pb-104 {
1884
- padding-bottom: 416px;
1885
- }
1886
-
1887
- .dga-mx-104 {
1888
- margin-inline: 416px;
1889
- }
1890
-
1891
- .dga-my-104 {
1892
- margin-block: 416px;
1893
- }
1894
-
1895
- .dga-ml-104 {
1896
- margin-left: 416px;
1897
- }
1898
-
1899
- .dga-mr-104 {
1900
- margin-right: 416px;
1901
- }
1902
-
1903
- .dga-mt-104 {
1904
- margin-top: 416px;
1905
- }
1906
-
1907
- .dga-mb-104 {
1908
- margin-bottom: 416px;
1909
- }
1910
-
1911
- .dga-spacing-hor-112 {
1912
- height: 448px;
1913
- }
1914
-
1915
- .dga-spacing-vert-112 {
1916
- width: 448px;
1917
- }
1918
-
1919
- .dga-p-112 {
1920
- padding: 448px;
1921
- }
1922
-
1923
- .dga-px-112 {
1924
- padding-inline: 448px;
1925
- }
1926
-
1927
- .dga-py-112 {
1928
- padding-block: 448px;
1929
- }
1930
-
1931
- .dga-pl-112 {
1932
- padding-left: 448px;
1933
- }
1934
-
1935
- .dga-pr-112 {
1936
- padding-right: 448px;
1937
- }
1938
-
1939
- .dga-pt-112 {
1940
- padding-top: 448px;
1941
- }
1942
-
1943
- .dga-pb-112 {
1944
- padding-bottom: 448px;
1945
- }
1946
-
1947
- .dga-mx-112 {
1948
- margin-inline: 448px;
1949
- }
1950
-
1951
- .dga-my-112 {
1952
- margin-block: 448px;
1953
- }
1954
-
1955
- .dga-ml-112 {
1956
- margin-left: 448px;
1957
- }
1958
-
1959
- .dga-mr-112 {
1960
- margin-right: 448px;
1961
- }
1962
-
1963
- .dga-mt-112 {
1964
- margin-top: 448px;
1965
- }
1966
-
1967
- .dga-mb-112 {
1968
- margin-bottom: 448px;
1969
- }
1970
-
1971
- .dga-spacing-hor-120 {
1972
- height: 480px;
1973
- }
1974
-
1975
- .dga-spacing-vert-120 {
1976
- width: 480px;
1977
- }
1978
-
1979
- .dga-p-120 {
1980
- padding: 480px;
1981
- }
1982
-
1983
- .dga-px-120 {
1984
- padding-inline: 480px;
1985
- }
1986
-
1987
- .dga-py-120 {
1988
- padding-block: 480px;
1989
- }
1990
-
1991
- .dga-pl-120 {
1992
- padding-left: 480px;
1993
- }
1994
-
1995
- .dga-pr-120 {
1996
- padding-right: 480px;
1997
- }
1998
-
1999
- .dga-pt-120 {
2000
- padding-top: 480px;
2001
- }
2002
-
2003
- .dga-pb-120 {
2004
- padding-bottom: 480px;
2005
- }
2006
-
2007
- .dga-mx-120 {
2008
- margin-inline: 480px;
2009
- }
2010
-
2011
- .dga-my-120 {
2012
- margin-block: 480px;
2013
- }
2014
-
2015
- .dga-ml-120 {
2016
- margin-left: 480px;
2017
- }
2018
-
2019
- .dga-mr-120 {
2020
- margin-right: 480px;
2021
- }
2022
-
2023
- .dga-mt-120 {
2024
- margin-top: 480px;
2025
- }
2026
-
2027
- .dga-mb-120 {
2028
- margin-bottom: 480px;
2029
- }
2030
-
2031
- .dga-radius-small {
2032
- border-radius: 2px;
2033
- }
2034
-
2035
- .dga-radius-small-t {
2036
- border-radius: 2px 2px 0 0;
2037
- }
2038
-
2039
- .dga-radius-small-tl {
2040
- border-radius: 2px 0px 0 0;
2041
- }
2042
-
2043
- .dga-radius-small-tr {
2044
- border-radius: 0px 2px 0 0;
2045
- }
2046
-
2047
- .dga-radius-small-b {
2048
- border-radius: 0 0 2px 2px;
2049
- }
2050
-
2051
- .dga-radius-small-bl {
2052
- border-radius: 0 0 2px 0px;
2053
- }
2054
-
2055
- .dga-radius-small-br {
2056
- border-radius: 0 0 0px 2px;
2057
- }
2058
-
2059
- .dga-radius-medium {
2060
- border-radius: 4px;
2061
- }
2062
-
2063
- .dga-radius-medium-t {
2064
- border-radius: 4px 4px 0 0;
2065
- }
2066
-
2067
- .dga-radius-medium-tl {
2068
- border-radius: 4px 0px 0 0;
2069
- }
2070
-
2071
- .dga-radius-medium-tr {
2072
- border-radius: 0px 4px 0 0;
2073
- }
2074
-
2075
- .dga-radius-medium-b {
2076
- border-radius: 0 0 4px 4px;
2077
- }
2078
-
2079
- .dga-radius-medium-bl {
2080
- border-radius: 0 0 4px 0px;
2081
- }
2082
-
2083
- .dga-radius-medium-br {
2084
- border-radius: 0 0 0px 4px;
2085
- }
2086
-
2087
- .dga-radius-large {
2088
- border-radius: 8px;
2089
- }
2090
-
2091
- .dga-radius-large-t {
2092
- border-radius: 8px 8px 0 0;
2093
- }
2094
-
2095
- .dga-radius-large-tl {
2096
- border-radius: 8px 0px 0 0;
2097
- }
2098
-
2099
- .dga-radius-large-tr {
2100
- border-radius: 0px 8px 0 0;
2101
- }
2102
-
2103
- .dga-radius-large-b {
2104
- border-radius: 0 0 8px 8px;
2105
- }
2106
-
2107
- .dga-radius-large-bl {
2108
- border-radius: 0 0 8px 0px;
2109
- }
2110
-
2111
- .dga-radius-large-br {
2112
- border-radius: 0 0 0px 8px;
2113
- }
2114
-
2115
- .dga-radius-xlarge {
2116
- border-radius: 12px;
2117
- }
2118
-
2119
- .dga-radius-xlarge-t {
2120
- border-radius: 12px 12px 0 0;
2121
- }
2122
-
2123
- .dga-radius-xlarge-tl {
2124
- border-radius: 12px 0px 0 0;
2125
- }
2126
-
2127
- .dga-radius-xlarge-tr {
2128
- border-radius: 0px 12px 0 0;
2129
- }
2130
-
2131
- .dga-radius-xlarge-b {
2132
- border-radius: 0 0 12px 12px;
2133
- }
2134
-
2135
- .dga-radius-xlarge-bl {
2136
- border-radius: 0 0 12px 0px;
2137
- }
2138
-
2139
- .dga-radius-xlarge-br {
2140
- border-radius: 0 0 0px 12px;
2141
- }
2142
-
2143
- .dga-radius-none {
2144
- border-radius: 0px;
2145
- }
2146
-
2147
- .dga-radius-circular {
2148
- border-radius: 100%;
2149
- }
2150
-
2151
- .dga-flex {
2152
- display: flex;
2153
- }
2154
-
2155
- .dga-flex-column {
2156
- display: flex;
2157
- flex-direction: column;
2158
- }
2159
-
2160
- .dga-flex-center {
2161
- display: flex;
2162
- align-items: center;
2163
- justify-content: center;
2164
- }
2165
-
2166
- .dga-flex-center-y {
2167
- display: flex;
2168
- align-items: center;
2169
- }
2170
-
2171
- .dga-flex-center-x {
2172
- display: flex;
2173
- justify-content: center;
2174
- }
2175
-
2176
- .dga-flex-between {
2177
- display: flex;
2178
- justify-content: space-between;
2179
- }
2180
-
2181
- .dga-flex-wrap {
2182
- flex-wrap: wrap;
2183
- }
2184
-
2185
- .dga-flex-align-stretch {
2186
- align-items: stretch;
2187
- }
2188
-
2189
- .dga-flex-align-start {
2190
- align-items: flex-start;
2191
- }
2192
-
2193
- .dga-flex-align-end {
2194
- align-items: flex-end;
2195
- }
2196
-
2197
- .dga-flex-justify-end {
2198
- justify-content: flex-end;
2199
- }
2200
-
2201
- .dga-flex-justify-start {
2202
- justify-content: flex-start;
2203
- }
2204
-
2205
- .dga-text-right {
2206
- text-align: right;
2207
- }
2208
-
2209
- .dga-text-left {
2210
- text-align: left;
2211
- }
2212
-
2213
- .dga-text-center {
2214
- text-align: center;
2215
- }
2216
-
2217
- .dga-shadow-xs {
2218
- box-shadow: var(--shadow-xs);
2219
- }
2220
-
2221
- .dga-shadow-sm {
2222
- box-shadow: var(--shadow-sm);
2223
- }
2224
-
2225
- .dga-shadow-md {
2226
- box-shadow: var(--shadow-md);
2227
- }
2228
-
2229
- .dga-shadow-lg {
2230
- box-shadow: var(--shadow-lg);
2231
- }
2232
-
2233
- .dga-shadow-xl {
2234
- box-shadow: var(--shadow-xl);
2235
- }
2236
-
2237
- .dga-shadow-2xl {
2238
- box-shadow: var(--shadow-2xl);
2239
- }
2240
-
2241
- .dga-shadow-3xl {
2242
- box-shadow: var(--shadow-3xl);
2243
- }
2244
-
2245
- .dga-ver-divider {
2246
- width: 1px;
2247
- height: 48px;
2248
- background: var(--colors-alpha-alpha-black-20);
2249
- margin-inline: var(--spacing-xl);
2250
- }
2251
-
2252
- @media only screen and (max-width: 37.5em) {
2253
- .dga-xs-hide {
2254
- display: none;
2255
- }
2256
- }
2257
- .dga-flex-justify-start {
2258
- justify-content: start;
2259
- }
2260
-
2261
- .dga-flex-justify-end {
2262
- justify-content: end;
2263
- }
2264
-
2265
- .dga-flex-justify-center {
2266
- justify-content: center;
2267
- }
2268
-
2269
- .dga-flex-justify-between {
2270
- justify-content: between;
2271
- }
2272
-
2273
- .dga-flex-justify-around {
2274
- justify-content: around;
2275
- }
2276
-
2277
- .dga-flex-align-start {
2278
- align-items: start;
2279
- }
2280
-
2281
- .dga-flex-align-end {
2282
- align-items: end;
2283
- }
2284
-
2285
- .dga-flex-align-center {
2286
- align-items: center;
2287
- }
2288
-
2289
- .dga-flex-align-stretch {
2290
- align-items: stretch;
2291
- }
2292
-
2293
- .dga-accordion-list {
2294
- padding: 0;
2295
- margin: 0;
2296
- list-style: none;
2297
- display: inline-block;
2298
- width: 100%;
2299
- }
2300
- .dga-accordion-list__item:last-child {
2301
- border-bottom: 1px solid var(--border-neutral-primary);
2302
- }
2303
- .dga-accordion-item {
2304
- border-top: 1px solid var(--border-neutral-primary);
2305
- width: 100%;
2306
- min-width: 366px;
2307
- z-index: 1;
2308
- position: relative;
2309
- }
2310
- .dga-accordion-item__header {
2311
- display: flex;
2312
- padding: var(--spacing-xl);
2313
- align-items: center;
2314
- justify-content: space-between;
2315
- gap: var(--spacing-xl);
2316
- cursor: pointer;
2317
- border: 2px solid transparent;
2318
- }
2319
- .dga-accordion-item__header:hover {
2320
- background: var(--button-background-neutral-hovered);
2321
- }
2322
- .dga-accordion-item__title {
2323
- color: var(--text-default);
2324
- width: 100%;
2325
- }
2326
- .dga-accordion-item__arrow {
2327
- transition: transform 0.3s ease-in-out;
2328
- }
2329
- .dga-accordion-item__arrow, .dga-accordion-item__arrow > dga-icon {
2330
- width: 16px;
2331
- height: 16px;
2332
- font-size: 16px;
2333
- display: flex;
2334
- align-items: center;
2335
- justify-content: center;
2336
- }
2337
- .dga-accordion-item__body {
2338
- display: flex;
2339
- align-items: flex-start;
2340
- padding: 0 var(--spacing-6xl) 0 var(--spacing-xl);
2341
- gap: var(--spacing-md);
2342
- color: var(--text-primary-paragraph);
2343
- max-height: 0;
2344
- overflow: hidden;
2345
- opacity: 0;
2346
- transition: all 0.3s ease-in-out;
2347
- }
2348
- .dga-accordion-item.active .dga-accordion-item__body {
2349
- padding: var(--spacing-md) var(--spacing-6xl) var(--spacing-3xl) var(--spacing-xl);
2350
- opacity: 1;
2351
- }
2352
- .dga-accordion-item.active .dga-accordion-item__arrow {
2353
- transform: rotate(180deg);
2354
- }
2355
- .dga-accordion-item__header:focus-visible {
2356
- background-color: transparent;
2357
- border: 2px solid var(--border-black);
2358
- outline: none;
2359
- position: relative;
2360
- z-index: 1;
2361
- }
2362
- .dga-accordion-item__header:active {
2363
- background-color: var(--button-background-neutral-pressed);
2364
- outline: none;
2365
- }
2366
- .dga-accordion-item.disabled .dga-accordion-item__header:active, .dga-accordion-item.disabled .dga-accordion-item__header:focus, .dga-accordion-item.disabled .dga-accordion-item__header:hover {
2367
- background-color: transparent;
2368
- outline: none;
2369
- border: 2px solid transparent;
2370
- }
2371
- .dga-accordion-item.disabled .dga-accordion-item__title, .dga-accordion-item.disabled .dga-accordion-item__arrow, .dga-accordion-item.disabled .dga-accordion-item__arrow path, .dga-accordion-item.disabled .dga-accordion-item__body {
2372
- color: var(--text-default-disabled) !important;
2373
- stroke: var(--text-default-disabled) !important;
2374
- }
2375
- .dga-accordion-item--lg .dga-accordion-item__header {
2376
- padding: var(--spacing-xl);
2377
- }
2378
- .dga-accordion-item--md .dga-accordion-item__header {
2379
- padding: var(--spacing-lg) var(--spacing-xl);
2380
- }
2381
- .dga-accordion-item--sm .dga-accordion-item__header {
2382
- padding: var(--spacing-md) var(--spacing-xl);
2383
- }
2384
- .dga-accordion-item--flush {
2385
- width: 100%;
2386
- position: relative;
2387
- border-top: 0;
2388
- /* Create the "cut" border effect */
2389
- }
2390
- .dga-accordion-item--flush:before {
2391
- content: "";
2392
- position: absolute;
2393
- top: 0;
2394
- left: 0;
2395
- right: 0;
2396
- height: 1px;
2397
- background: linear-gradient(to right, transparent 0 16px, var(--border-neutral-primary) 16px calc(100% - 16px), transparent calc(100% - 16px) 100%);
2398
- }
2399
- .dga-accordion-item--icon-leading .dga-accordion-item__body {
2400
- padding: 0 var(--spacing-none) 0 var(--spacing-6xl);
2401
- }
2402
- .dga-accordion-item--icon-leading.active .dga-accordion-item__body {
2403
- padding: var(--spacing-md) var(--spacing-none) var(--spacing-3xl) var(--spacing-6xl);
2404
- }
2405
-
2406
- :is(html[lang=ar], html[dir=rtl]) .dga-accordion-item .dga-accordion-item__body {
2407
- padding: 0 var(--spacing-xl) 0 var(--spacing-6xl);
2408
- }
2409
-
2410
- :is(html[lang=ar], html[dir=rtl]) .dga-accordion-item--icon-leading .dga-accordion-item__body {
2411
- padding: 0 var(--spacing-6xl) 0 var(--spacing-none);
2412
- }
2413
-
2414
- :is(html[lang=ar], html[dir=rtl]) .dga-accordion-item.active .dga-accordion-item__body {
2415
- padding: var(--spacing-md) var(--spacing-xl) var(--spacing-3xl) var(--spacing-6xl);
2416
- }
2417
-
2418
- :is(html[lang=ar], html[dir=rtl]) .dga-accordion-item--icon-leading.active .dga-accordion-item__body {
2419
- padding: var(--spacing-md) var(--spacing-6xl) var(--spacing-3xl) var(--spacing-none);
2420
- }