@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
@@ -33,12 +33,12 @@ export class DgaModal {
33
33
  });
34
34
  }
35
35
  render() {
36
- return (h("dialog", Object.assign({ key: 'cf3c563eb232f2d3e55ceca0fced2bcc6ade00c4', onClick: e => this.handleClickOutside(e), ref: el => (this.dialogRef = el), class: `dga-flex-align-${this.position}` }, (this.open && { open: this.open }), { hidden: !this.open }), h("div", { key: '520d0b9f6d7aba63e37c8ad61464a5bf09c0f0c9', class: "modal", ref: el => (this.containergRef = el), onClick: e => e.stopPropagation() }, this.showCloseButton && (h("div", { key: '1ea0c1290b19f6d219ed67ba6dad89004602489e', class: "modal__close-btn" }, h("dga-button-v2", { key: '545fbcc88e93dec696790db0b5a3d7d970b9ccb2', size: "md", iconOnly: true, leadIcon: true, leadIconProps: {
36
+ return (h("dialog", Object.assign({ key: 'b39e7bc1d966a6aefbec6475e657790546e4bf28', onClick: e => this.handleClickOutside(e), ref: el => (this.dialogRef = el), class: `dga-flex-align-${this.position}` }, (this.open && { open: this.open }), { hidden: !this.open }), h("div", { key: '09a53976bea14985cb38b0abea3cc81b2a55e7da', class: "modal", ref: el => (this.containergRef = el), onClick: e => e.stopPropagation() }, this.showCloseButton && (h("div", { key: '8f29d67d7d79eb1e8ca96806e2338378af3929b2', class: "modal__close-btn" }, h("dga-button-v2", { key: '7fee75408518e4ad857f240a62954321c06e2a99', size: "md", iconOnly: true, leadIcon: true, leadIconProps: {
37
37
  name: 'Cancel01Icon',
38
38
  variant: 'stroke',
39
39
  color: '#161616',
40
40
  type: 'rounded',
41
- }, onClick: this.onClose, variant: "subtle" }))), h("slot", { key: '409b5cfb98bcc7273800aeaef4c966e6dc40ddb0', name: "modal-header" }), h("slot", { key: '6f9660f38bb8d5a927ff57453989b95c9cd6df1f', name: "modal-body" }), h("slot", { key: '295e4828c1cc587aa34af53dc9365a7dc105dc80', name: "modal-actions" }))));
41
+ }, onClick: this.onClose, variant: "subtle" }))), h("slot", { key: 'd4eabba5e1d14aa465d70873247ad9d7f8988faf', name: "modal-header" }), h("slot", { key: 'ad654f53b2a356805007a2d989e498611bbff8c5', name: "modal-body" }), h("slot", { key: '8bb28bc5c8335da51740dfed07e871faad217aba', name: "modal-actions" }))));
42
42
  }
43
43
  static get is() { return "dga-modal-v2"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -46,11 +46,11 @@ export class DgaNotification {
46
46
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: '571f0b5edb54ceabf5173615c906d659d9f551bc', id: this.componentId, style: this.rootStyles }, h("div", { key: '3e3c4a39121a1249179005846b39faf8099710da', class: `notification notification--${this.variant}`, role: "alert" }, h("div", { key: '654facfbd9209473cffe72138e22458aaa50597e', class: "notification__content" }, this.icon && h("div", { key: '5290e99cf5ee332f47d47d4b1dc0da069237a78d', class: "notification__icon" }, h("dga-icon", { key: '85ecb4c05095d02af31ecf9c2461b6057aaef327', icon: this.icons[this.variant], size: 24 })), this.leadText && h("strong", { key: '12de19229ec917c8b324ac1e14d5c91112bc367b', class: "notification__lead-text" }, this.leadText, ": "), h("p", { key: 'c84d5aecf472abd28b07f336146b7b35ddd8b08b' }, this.content), this.link && (h("a", { key: '17e62656c436410de22af44de0a1de190dc97a16', onClick: () => {
49
+ return (h(Host, { key: '42a6e8c3f91cc4aed07fbdd36efab1576721dd2d', id: this.componentId, style: this.rootStyles }, h("div", { key: '25f30f4ee6c5e09abe94854de31582f437bb1f2b', class: `notification notification--${this.variant}`, role: "alert" }, h("div", { key: '47e5242530649730de10fa42b8cf078610a54af7', class: "notification__content" }, this.icon && h("div", { key: 'dcfcbff64fdb9e516a7e9e9bfd15d021a6557c7a', class: "notification__icon" }, h("dga-icon", { key: 'b0ebab019fa74d09928f54063975841e4906cd9f', icon: this.icons[this.variant], size: 24 })), this.leadText && h("strong", { key: '90d75813609896eeb1aa2aedaeb9becea9945b86', class: "notification__lead-text" }, this.leadText, ": "), h("p", { key: 'c119fde57eea9639e3e0f7399d7e070214b19a2b' }, this.content), this.link && (h("a", { key: '23424a8aae65c6755d0cb967e40ff884e905b958', onClick: () => {
50
50
  this.navigateTo && this.navigateTo(this.setNavigateTo);
51
- }, class: "notification__link link link--md link--neutral link--inline" }, h("span", { key: 'da50902ff2df3d81ef4ee8ef81644a3f53e4e7e8', class: "link__label" }, this.textLink)))), this.dismissable && (h("div", { key: '477adecf22d04ce7485fddbd1393e2cff3781a9f', class: "notification__dismiss" }, h("button", { key: 'ef842e83b9a29dc85a72e18d594dc2d09277f4a6', class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: () => {
51
+ }, class: "notification__link link link--md link--neutral link--inline" }, h("span", { key: 'd14754c7ed02abf14e72140a43f769c31111843c', class: "link__label" }, this.textLink)))), this.dismissable && (h("div", { key: '160768e7f7c0c3a6d97f9201acaf5e694c0d14bb', class: "notification__dismiss" }, h("button", { key: 'fe8aa76a240bfd07a41dd897b22dc3467a87beaa', class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: () => {
52
52
  this.dismmissed && this.dismmissed();
53
- } }, h("span", { key: '74dc98f3ad44bf5eee558d402047612f0e686ff0', class: "dga-btn-icon" }, h("dga-icon", { key: '9be1db5cd78af65fb959fe9962e46be9ebf2423b', icon: multiplicationSignStroke, size: 20 }))))))));
53
+ } }, h("span", { key: '5d0b568bb21cc3d6a25ae7136eab374ecbc0a375', class: "dga-btn-icon" }, h("dga-icon", { key: '42d426f415ebf79ca23e70f4cdecaf04e618aa8f', icon: multiplicationSignStroke, size: 20 }))))))));
54
54
  }
55
55
  static get is() { return "dga-notification"; }
56
56
  static get encapsulation() { return "shadow"; }
@@ -37,8 +37,8 @@ export class DgaNotificationToast {
37
37
  };
38
38
  }
39
39
  render() {
40
- return (h("div", { key: '065bec7ad58c746dd57d466f50338fe0b17d0053', class: `notification-toast notification-toast--${this.type} dga-vpostion-${this.vPostion} dga-hpostion-${this.hPostion} ${this.open ? 'active' : ''}` }, h("div", { key: '5e804fba0bbe18b6ac2630293f951f3b79a20f47', class: `notification-toast__header ${this.hasHelperText ? '' : 'dga-flex-center-y'}` }, h("dga-featured-icon", { key: 'cb2fa0b6b61ba6c9d351ef1c0ed2ce4754277684', icon: Object.assign(Object.assign({}, this.icons[this.type]), { size: 20 }), color: this.type, size: "lg" }), h("div", { key: '08d3dba69bc7ef73e623fa662134fb7902358446', class: "notification-toast__body" }, h("h4", { key: '805c3af5fdf7daa6a778abab6425320c94682d12', class: "notification-toast__title text-md-semibold" }, this.leadText), this.hasHelperText && this.helperText && h("p", { key: '8df6df7249f676ff5a349e89d32982739d55ab19', class: "notification-toast__content text-sm-regular" }, this.helperText)), this.closeButton && (h("div", { key: 'de60eccf6e2b7bf2c60c57006a00a8f2333ca9f1', class: "notification-toast__close-btn" }, h("button", { key: '64ee45014cd49b6696d4ad53c070f3b7290cc9c7', class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: e => { var _a; return (_a = this.onClose) === null || _a === void 0 ? void 0 : _a.call(this, e); } }, h("span", { key: 'e65cd4bbbf4d05c816d6ed5ab07232e83a0db819', class: "dga-btn-icon" }, h("dga-icon", { key: 'e19381e191d8d61ae4c3d4487963db88c5779628', name: "multiplication-sign", variant: "stroke", type: "sharp", size: 20 })))))), this.action && (h(Fragment, { key: 'd1770326f90c6523a6408775038549542f24c066' }, h("div", { key: 'f1190a59de913f6b9596aab2a1580a3d10ed3254', class: "notification-toast__action" }, this.buttonsList.length > 0 &&
41
- this.buttonsList.map(({ id, onClick, extraClasses, title, label }) => (h("button", Object.assign({ key: id ? id : guid(), id: id ? id : guid(), onClick: e => onClick(e), class: `dga-btn dga-btn--subtle dga-btn--md ${extraClasses}` }, (title && { title: title })), label)))), h("div", { key: 'b10da11a964df2547877d129d8ebff6d9b24c4c3', class: "notification-toast__action-mobile" }, this.buttonsList.length > 0 &&
40
+ return (h("div", { key: '5bffb945cfa43b5f3ac4d4e892425d680bb3842e', class: `notification-toast notification-toast--${this.type} dga-vpostion-${this.vPostion} dga-hpostion-${this.hPostion} ${this.open ? 'active' : ''}` }, h("div", { key: '20fa0638070a55d053dfabea6a85925c29d5e51c', class: `notification-toast__header ${this.hasHelperText ? '' : 'dga-flex-center-y'}` }, h("dga-featured-icon", { key: '0761c05e5c83aff65cbe0df4a02a91c0f88e532b', icon: Object.assign(Object.assign({}, this.icons[this.type]), { size: 20 }), color: this.type, size: "lg" }), h("div", { key: 'eced1f380df943426662df170aec77398d3667eb', class: "notification-toast__body" }, h("h4", { key: 'cd79a30976d37a71e90c634d5e394321f59a1453', class: "notification-toast__title text-md-semibold" }, this.leadText), this.hasHelperText && this.helperText && h("p", { key: '72f4d9290cf957e18a1d869da23b00523980fa8b', class: "notification-toast__content text-sm-regular" }, this.helperText)), this.closeButton && (h("div", { key: '613bb152daa1ba2bf9a7d46ab032e728b5bc6d39', class: "notification-toast__close-btn" }, h("button", { key: 'cafbb559c4280e922800cabfd3749b1e6e16df83', class: "dga-btn dga-btn--close dga-btn--icon dga-btn--md", onClick: e => { var _a; return (_a = this.onClose) === null || _a === void 0 ? void 0 : _a.call(this, e); } }, h("span", { key: '51b7cf02486709eff0965d878d690b795bc7f819', class: "dga-btn-icon" }, h("dga-icon", { key: '72ca0d21dfb9e13f7d4fbc2ed3baebcde4bf5cdf', name: "multiplication-sign", variant: "stroke", type: "sharp", size: 20 })))))), this.action && (h(Fragment, { key: '628e3de0ec0857a23a868f2772357575cc9694fd' }, h("div", { key: '777af79d444cc9daa1da04b40c7da228829efab6', class: "notification-toast__action" }, this.buttonsList.length > 0 &&
41
+ this.buttonsList.map(({ id, onClick, extraClasses, title, label }) => (h("button", Object.assign({ key: id ? id : guid(), id: id ? id : guid(), onClick: e => onClick(e), class: `dga-btn dga-btn--subtle dga-btn--md ${extraClasses}` }, (title && { title: title })), label)))), h("div", { key: 'c56ccbb8b6a63265a1e391a3de0c557265a0855e', class: "notification-toast__action-mobile" }, this.buttonsList.length > 0 &&
42
42
  this.buttonsList.map(({ id, onClick, extraClasses, title, label }) => (h("button", Object.assign({ key: id ? id : guid(), id: id ? id : guid(), onClick: e => onClick(e), class: `dga-btn dga-btn--secondary dga-btn--lg ${extraClasses}` }, (title && { title: title })), label))))))));
43
43
  }
44
44
  static get is() { return "dga-notification-toast"; }
@@ -65,12 +65,12 @@ export class DgaNumberInput {
65
65
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
66
66
  }
67
67
  render() {
68
- return (h(Host, { key: '37e46ffa20c683421bd48ecd94f1387502eef69a', id: this.componentId, style: this.rootStyles }, h("div", { key: '68a4cdb395d2e14f701fa0506dfbee9c78e2b659', class: "dga-form-control" }, this.label && h("dga-label", { key: 'caf2a4f150ad1af51b3720bbcdc6a6d0ed6f0c7a', label: this.label, size: this.size, required: this.required, disabled: this.disabled }), h("div", { key: '7a57f470de4d1da7d8945476a728b6107627335c', class: `dga-number-input dga-number-input--${this.size} ${this.error ? 'dga-number-input--error' : ''} ${this.fullwidth ? 'dga-number-input--full-width' : ''} ${this.variant !== 'default' ? `dga-number-input--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'dga-number-input--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, h("button", { key: '6a20ba974009e774cf4406143ceb61fbf82fd7a6', class: `dga-number-input__prefix`, onClick: this.handleIncrement, disabled: this.disabled || this.readonly }, h("span", { key: '7109eb247ac989a4f7fbea9e8fa16bc44a65cab6', class: "dga-number-input__prefix-icon" }, h("dga-icon", { key: 'ad9e422149a79c891c4b2938856da5d2cc256bf7', name: "plus-sign", variant: "stroke", type: "rounded" }))), h("input", { key: '108a917e3c4514f688d0f74cc0034d86b02a169c',
68
+ return (h(Host, { key: '493a6ff32a6a25edced9b9532556051c6debdd29', id: this.componentId, style: this.rootStyles }, h("div", { key: '7abd8d56dbe123950e581e44152b8b89590280e2', class: "dga-form-control" }, this.label && h("dga-label", { key: 'cfe68373eaeaf9103fa9cdbcf74ba84f0a1d71cc', label: this.label, size: this.size, required: this.required, disabled: this.disabled }), h("div", { key: 'fccce3efba08a95ae3e8774d0018cab5099fec3c', class: `dga-number-input dga-number-input--${this.size} ${this.error ? 'dga-number-input--error' : ''} ${this.fullwidth ? 'dga-number-input--full-width' : ''} ${this.variant !== 'default' ? `dga-number-input--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'dga-number-input--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, h("button", { key: 'c480b0caebdbb64f39e8b6796483f4d0ce4c178d', class: `dga-number-input__prefix`, onClick: this.handleIncrement, disabled: this.disabled || this.readonly }, h("span", { key: '8637fa96246651fa2be449c8e403f5a8440e25ea', class: "dga-number-input__prefix-icon" }, h("dga-icon", { key: 'dc6fed2b13d79da66ca7c423bdec1971d31ec548', name: "plus-sign", variant: "stroke", type: "rounded" }))), h("input", { key: '2ca31cc906884c2f695c0fb13bb09772fbca1eaf',
69
69
  // id={id}
70
70
  value: this.value, name: this.name, type: 'number', onFocus: () => (this.isFocused = true), onBlur: e => {
71
71
  this.isFocused = false;
72
72
  this.onBlur(e);
73
- }, class: "dga-number-input__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput }), h("button", { key: 'dfc4b5231754275924ce37d946e142a16d924b6b', class: `dga-number-input__suffix`, onClick: this.handleDecrement, disabled: this.disabled || this.readonly }, h("span", { key: '14dcd6a8a9b023cee7588dfcb68b8ac4db8756b8', class: "dga-number-input__suffix-icon" }, h("dga-icon", { key: '76a60117aba6f360bf832b1ccd572131091a7d00', name: "minus-sign", variant: "stroke", type: "rounded" })))), this.helperText && h("dga-helper-text", { key: 'c5da074a3a051163fd8d072ea59c0b55247a8b1a', helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error }))));
73
+ }, class: "dga-number-input__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput }), h("button", { key: 'bd301fd93e414eca2a42bab6385657702b33f4e7', class: `dga-number-input__suffix`, onClick: this.handleDecrement, disabled: this.disabled || this.readonly }, h("span", { key: '35d60ee1be026c43fcfab28cbbf5897eabbbdd00', class: "dga-number-input__suffix-icon" }, h("dga-icon", { key: '3c5ad0e67706e18d705e55aa2087a78868657ff3', name: "minus-sign", variant: "stroke", type: "rounded" })))), this.helperText && h("dga-helper-text", { key: '5be2b8e7fb52ee7e4569c1bb946223044d5df4ac', helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error }))));
74
74
  }
75
75
  static get is() { return "dga-number-input"; }
76
76
  static get originalStyleUrls() {
@@ -136,7 +136,7 @@ export class DgaPagination {
136
136
  render() {
137
137
  const { el } = this;
138
138
  const dir = isRTL(el) ? 'rtl' : 'ltr';
139
- return (h("ul", { key: 'a36a677c4dc43255131af54c225334082f09c2a8', dir: dir, class: `pagination pagination--${this.size}` }, h("li", { key: '01a0d519fd0ef67f878a1a0e70cb04e13b73ba60', class: "pagination__item pagination__arrow" }, h("button", { key: '148c8ea8d0d149e38aba29cbdc9572ba2dbf2eb2', onClick: this.onPrevious, disabled: this.currentPage === 1 }, h("dga-icon", { key: 'ccaf5b086bb22688953b034e89f82e763e0c4b1e', icon: arrowLeft01Stroke, size: 24, color: '#161616' }))), this.paginationRange &&
139
+ return (h("ul", { key: '8177b72ce4a64ff71896c5bd5481f9c982af9e7d', dir: dir, class: `pagination pagination--${this.size}` }, h("li", { key: '334fbbe69f0b11f5a16030632d5b8a505c830884', class: "pagination__item pagination__arrow" }, h("button", { key: 'feb390a637ef5837e7a63f72b9230a2de380bbd9', onClick: this.onPrevious, disabled: this.currentPage === 1 }, h("dga-icon", { key: '96ca585d90b559895c98c285219ee6ec7da88ccc', icon: arrowLeft01Stroke, size: 24, color: '#161616' }))), this.paginationRange &&
140
140
  this.paginationRange.map((pageNumber, index, arr) => {
141
141
  if (pageNumber === DOTS) {
142
142
  const prevPage = arr[index - 1];
@@ -152,7 +152,7 @@ export class DgaPagination {
152
152
  return (h("li", { key: guid(), class: `pagination__item ${this.currentPage === pageNumber ? 'pagination__item--active' : ''}` }, h("button", { onClick: () => {
153
153
  this.handelPageChange(pageNumber);
154
154
  } }, pageNumber)));
155
- }), h("li", { key: '316eee5365c410b337d9aea86b0cd782c1511029', class: "pagination__item pagination__arrow" }, h("button", { key: '5f89393a2e1802643d3c063db05d5192188b50ce', onClick: this.onNext, disabled: this.currentPage === this.totalPageCount }, h("dga-icon", { key: 'c9c6f7395882f8dde28f5ff081fe5f6e54c637d9', icon: arrowRight01Stroke, size: 24, color: '#161616' })))));
155
+ }), h("li", { key: '821c1df73d546ce359ce7df3a92d140d5166227a', class: "pagination__item pagination__arrow" }, h("button", { key: '4be627c51a712df7324420a3a7e4faed98e529a0', onClick: this.onNext, disabled: this.currentPage === this.totalPageCount }, h("dga-icon", { key: 'b338e64a5c77627b04cf4e44e0b676036b55b37e', icon: arrowRight01Stroke, size: 24, color: '#161616' })))));
156
156
  }
157
157
  static get is() { return "dga-pagination"; }
158
158
  static get encapsulation() { return "shadow"; }
@@ -62,7 +62,7 @@ export class DgaProgressIndicatorStep {
62
62
  return currentStep.toString();
63
63
  }
64
64
  render() {
65
- return (h("div", { key: 'c6108b52b5232f2cd1339d515ff3696013d1237d', class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, h("div", { key: '16fb38fc2deb77d9a0abe2f89d1dcaea23d17f69', class: "progress-indicator__step-content dga-flex-column", ref: el => (this.stepContentRef = el) }, h("div", { key: '4591dd75182590cc86c0056057a32d2db8bba49d', class: "step-label", "data-state": this.labelState }, h("span", { key: '8d882040bd151ffde1204b70739d8c92a61b1f35', class: `step-label--${this.labelStyle}` }, this.labelStyle === 'circle' && this.labelChildren(this.currentStep))), h("div", { key: 'e43125da84444f3dbab5279a36e87cfae409d7e2', class: "step-text dga-flex-column" }, this.showStepName && h("span", { key: 'f48bbe193a0284c1781d3bd44331379cb6857435', class: this.isActive ? 'text-md-medium' : 'text-md-regular' }, this.title), this.showStepDescription && h("p", { key: '8dbd21a5aa3090c9c64bc8882ee226551e9a9f0c', class: "text-sm-regular" }, this.description))), this.nextStep && h("span", { key: '180826a6bd331c831dc8fcbe4bb75bade0fb70ae', class: `progress-indicator__step-connector ${this.isActive ? 'progress-indicator__step-connector--active' : ''}` })));
65
+ return (h("div", { key: '94fc09885eda5439de96648f87a08249a301ed35', class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, h("div", { key: 'fa222cc81a77ce222e9629fa5f04518364588d09', class: "progress-indicator__step-content dga-flex-column", ref: el => (this.stepContentRef = el) }, h("div", { key: 'cd9c5348724702d8c41eca42bd8e1e1767b67d5c', class: "step-label", "data-state": this.labelState }, h("span", { key: 'c7d7e76c9df79576c3285c0200160fbaa0001dc3', class: `step-label--${this.labelStyle}` }, this.labelStyle === 'circle' && this.labelChildren(this.currentStep))), h("div", { key: '0b132641f33907ea2a7330380ea8270e5c8a79f5', class: "step-text dga-flex-column" }, this.showStepName && h("span", { key: '763c45aa97cc690fd61f5302ccd534fb0eb62e87', class: this.isActive ? 'text-md-medium' : 'text-md-regular' }, this.title), this.showStepDescription && h("p", { key: '9d12774c8778bf86200630678b998b26e178d54c', class: "text-sm-regular" }, this.description))), this.nextStep && h("span", { key: '1c09398ace284aa8c294a600b4e3afadc92f61e3', class: `progress-indicator__step-connector ${this.isActive ? 'progress-indicator__step-connector--active' : ''}` })));
66
66
  }
67
67
  static get is() { return "dga-progress-indicator-step"; }
68
68
  static get properties() {
@@ -23,7 +23,7 @@ export class DgaProgressIndicator {
23
23
  this.updateInternalActiveStep();
24
24
  }
25
25
  render() {
26
- return (h("div", { key: '8c1836448edb3f1843d8b1ed49fb265bf23c7beb', class: "progress-indicator dga-flex", "data-alignment": this.alignment, "data-progress-key": this.componentKey }, h("slot", { key: '733997d1ebece6a93ce8c5d8987946016284b341', name: 'progress-indicator-step' })));
26
+ return (h("div", { key: 'ed617611d8afc858da810c6f85f8cfefb667d46d', class: "progress-indicator dga-flex", "data-alignment": this.alignment, "data-progress-key": this.componentKey }, h("slot", { key: '1688875fa1bd88d004d394e6465c8ac4ea8a681e', name: 'progress-indicator-step' })));
27
27
  }
28
28
  static get is() { return "dga-progress-indicator"; }
29
29
  static get originalStyleUrls() {
@@ -69,7 +69,7 @@ export class DgaProgressIndicatorStep {
69
69
  return currentStep.toString();
70
70
  }
71
71
  render() {
72
- return (h("div", { key: '86b00fd3ea645e5f4f145ba093755117251fb5cc', class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, h("div", { key: '1cdc6dbcbddca2613921fdd0c3e343d50c3e131f', class: "progress-indicator__step-content dga-flex-column", ref: el => (this.stepContentRef = el) }, h("div", { key: 'f09d6cb4624ae4ea9a2513e0c508d70acf3630e2', class: "step-label", "data-state": this.labelState }, h("span", { key: '9e0f6d3a45386762798b838d45611666f6a132af', class: `step-label--${this.labelStyle}` }, this.labelStyle === 'circle' && this.labelChildren(this.currentStep))), h("div", { key: 'aa2143809403697f9912f8ac5d63f7ed4fa0fdc3', class: "step-text dga-flex-column" }, this.showStepName && h("span", { key: '2414a538e6c480a8659e5b4afd50072563a8b1e2', class: this.isActive ? 'text-md-medium' : 'text-md-regular' }, this.title), this.showStepDescription && h("p", { key: 'b49c1b187085d1d2b87307143c467d35bf8d927c', class: "text-sm-regular" }, this.description))), this.nextStep && h("span", { key: '4436f8f0129b9453680e8c582c002e7a861e4d49', class: `progress-indicator__step-connector ${this.isActive ? 'progress-indicator__step-connector--active' : ''}` })));
72
+ return (h("div", { key: 'f48da01738a5ad6d81c1b87e91d5a42be3f17307', class: "progress-indicator__step", onMouseDown: this.handleFocus, onMouseUp: this.handleFocusOut }, h("div", { key: '9a544ea35a40ce67881ff76043718275e0512ee1', class: "progress-indicator__step-content dga-flex-column", ref: el => (this.stepContentRef = el) }, h("div", { key: '0054bbd2ee96142ac6dcd7b311c6ae11d7b4e09f', class: "step-label", "data-state": this.labelState }, h("span", { key: '1cd7360c96a8a4f534acaebba57f29bc13d99571', class: `step-label--${this.labelStyle}` }, this.labelStyle === 'circle' && this.labelChildren(this.currentStep))), h("div", { key: '71109ff506a118455618634ba83e8a0616890168', class: "step-text dga-flex-column" }, this.showStepName && h("span", { key: '03dca506cd8c29429418e221f43679ebf1038a64', class: this.isActive ? 'text-md-medium' : 'text-md-regular' }, this.title), this.showStepDescription && h("p", { key: '3d425416ca3af23f7965f3e0876a3ec9051a6e53', class: "text-sm-regular" }, this.description))), this.nextStep && h("span", { key: 'ae8f2ebf5ed71c5318e1d81bd027337ac0ad2689', class: `progress-indicator__step-connector ${this.isActive ? 'progress-indicator__step-connector--active' : ''}` })));
73
73
  }
74
74
  static get is() { return "dga-progress-indicator-step-v3"; }
75
75
  static get properties() {
@@ -36,7 +36,7 @@ export class DgaProgressIndicator {
36
36
  }
37
37
  render() {
38
38
  // console.log(this.activeStep , "<= active step")
39
- return (h("div", { key: 'd5195dca1f4ad8adcb86cf56171775c9a537d906', class: "progress-indicator dga-flex", "data-alignment": this.alignment }, h("slot", { key: '5b17d3a2d3f65a41f18331adb0c2bb3c27b972ad', name: 'progress-indicator-step' })));
39
+ return (h("div", { key: '8c05225d6e59cea059ce6782697b9ac31a504ba0', class: "progress-indicator dga-flex", "data-alignment": this.alignment }, h("slot", { key: '2f3b706c1a363a3d75f38d464e301e6fa5ca9c98', name: 'progress-indicator-step' })));
40
40
  }
41
41
  static get is() { return "dga-progress-indicator-v3"; }
42
42
  static get originalStyleUrls() {
@@ -27,7 +27,7 @@ export class DgaQuote {
27
27
  this.sxHandler.cleanup();
28
28
  }
29
29
  render() {
30
- return (h("div", { key: 'f3c31c6492d116f54ba020464e48c63af093ed06', class: { 'dga-quote': true, 'dga-quote--white-bg': this.whiteBackground } }, h("div", { key: '21cf9b7137d5a9d6e46b5a7f3e8c32a1350177f5', class: "dga-quote__body" }, h("dga-flex", { key: '4665daddf47cce975460ed2c295f8784a15e2489', spacing: 9 }, h("span", { key: '35dec680f9257d81858306a390ccdd715e10af52', class: "quote-icon" }, "\u201D"), h("dga-flex", { key: '72599788b5fa8fb88d8cf78c81981845265ddf0d', direction: "column", spacing: 16 }, this.showQuoteTitle && h("h2", { key: '1f35bef18c3c189f9cfc3fb84096f4ed0836aa5a', class: "dga-quote__body-title" }, this.quoteTitle), this.showQuoteDescription && h("p", { key: '7e167f136ed517ed34ddff7ab5eed631e67698a4', class: "dga-quote__body-desc" }, this.quoteDescription)))), this.showAuthorDetails && (h("div", { key: '72971563ab9783754e5b8249704ab4acd63d3b89', class: "dga-quote__auther-details" }, h("dga-flex", { key: 'ed3b04709e72a08e57592483a20c07a46e3899e1', direction: "row", spacing: 16, align: "center" }, this.showAvatar && h("dga-avatar", { key: 'e358f93c6a9d53fae8c072a4871bd54a0147df3a', size: 80, type: "image", border: false, imgUrl: this.avatarSrc }), h("dga-flex", { key: '8b0ec810801a63594bf66ccc4ade33596c42082a', direction: "column", spacing: 8 }, h("h3", { key: 'b95aca8376c571e7b299d87140566222779c45b4', class: "auther-title" }, this.authorName), h("p", { key: '90765edb1eb1bda64730385755e10ebce8de4e7a', class: "auther-desc" }, this.authorDescription))), h("span", { key: '734cd68680d6a91d42aad9544a72944e080366d0', class: "quote-icon" }, "\u201C")))));
30
+ return (h("div", { key: '65b8dcdbbeed5525c4b3ef0fa21d1b2b8029cc20', class: { 'dga-quote': true, 'dga-quote--white-bg': this.whiteBackground } }, h("div", { key: '2b544a78114146df098a9cddcbdd87e2461cdf91', class: "dga-quote__body" }, h("dga-flex", { key: '17ee96ecc19a804979659aa120f0b6b66e178bf9', spacing: 9 }, h("span", { key: 'a4d7926e8224aac7fb96cb91a2df5cf58e7019e5', class: "quote-icon" }, "\u201D"), h("dga-flex", { key: '775e5701c60072106e8dc472d03faa2d8dcfd77d', direction: "column", spacing: 16 }, this.showQuoteTitle && h("h2", { key: '4c59fcea03087ae0c6a5575fb949709bc9765aef', class: "dga-quote__body-title" }, this.quoteTitle), this.showQuoteDescription && h("p", { key: '9f4a99acad8daed1484c566656d922da7aa72826', class: "dga-quote__body-desc" }, this.quoteDescription)))), this.showAuthorDetails && (h("div", { key: 'a2ba6509cbad377c9c2636ad984b3f32759cc1b6', class: "dga-quote__auther-details" }, h("dga-flex", { key: 'ab845180159de24eead39bfe1b7fa883e20aa525', direction: "row", spacing: 16, align: "center" }, this.showAvatar && h("dga-avatar", { key: '48629feefdb49ca7aeb6d155e0d426f37ed4c233', size: 80, type: "image", border: false, imgUrl: this.avatarSrc }), h("dga-flex", { key: '8cab5db5d2861b89e8f07852afe5285eb5ebf317', direction: "column", spacing: 8 }, h("h3", { key: 'bc8c5cdfb09037a7d40b70e2e79c50f1ab51fa5c', class: "auther-title" }, this.authorName), h("p", { key: 'd780abb8e538e81002a0c28fd33ac047e2857903', class: "auther-desc" }, this.authorDescription))), h("span", { key: '8964a7e7e620126cc2d911cda63cdc898d600b29', class: "quote-icon" }, "\u201C")))));
31
31
  }
32
32
  static get is() { return "dga-quote"; }
33
33
  static get originalStyleUrls() {
@@ -79,7 +79,7 @@ export class DgaRating {
79
79
  }
80
80
  }
81
81
  render() {
82
- return (h(Host, { key: 'af48104d525f3f685237f025e74f00faefa655b2' }, h("span", { key: '034ede13c1d5a5771c86d573bfc46c463d54d020', class: `dga-rating dga-rating--${this.size}`, ref: el => (this.rootRef = el), onMouseMove: (event) => this.handleMouseMove(event), onMouseLeave: (event) => this.handleClear(event), dir: isElementRTL(this.el) ? 'rtl' : 'ltr' }, Array.from({ length: this.max }, (_, index) => index + 1).map(value => {
82
+ return (h(Host, { key: 'bb5f9e9facca9f9041648a9b2422d079d2f408e7' }, h("span", { key: '9481d9d0aeb329e3c92227b60e6f71dee385b7f1', class: `dga-rating dga-rating--${this.size}`, ref: el => (this.rootRef = el), onMouseMove: (event) => this.handleMouseMove(event), onMouseLeave: (event) => this.handleClear(event), dir: isElementRTL(this.el) ? 'rtl' : 'ltr' }, Array.from({ length: this.max }, (_, index) => index + 1).map(value => {
83
83
  const colorMapper = {
84
84
  default: 'var(--background-secondary)',
85
85
  brand: 'var(--background-primary)',
@@ -107,12 +107,12 @@ export class DgaSearchBox {
107
107
  render() {
108
108
  const { el } = this;
109
109
  const dir = isRTL(el) ? 'rtl' : 'ltr';
110
- return (h(Host, { key: '3b8bae22f86099c672184a036e4bd37049499dd9', dir: dir }, h("div", { key: 'fa455f5d08dd0d37431e95d9e8645a32e5dfb323', class: { 'dga-form-control': true, 'dga-form-control--fullwidth': this.fullwidth } }, this.label && h("label", { key: 'd61ad1c6e7de590181209a031910831c60422656', class: "dga-label" }, this.label), h("div", { key: 'f8da87a8c20b3680b21d5bb799d42c9c9f52868f', class: `dga-search-box dga-search-box--${this.size} ${this.error ? 'dga-search-box--error' : ''} ${this.variant !== 'default' ? `dga-search-box--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'dga-search-box--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, this.icon && (h("span", { key: '181abea957eaf4834dc62a33eab0afb827af1c3c', class: "dga-search-box__icon" }, h("dga-icon", { key: 'b645499a949d1989935a78edae55e100dfdb3a49', icon: search01Stroke, size: 20, color: '#161616' }))), h("input", { key: 'cfb60a1946586fd59302c912549526700c617bea', value: this.value, name: this.name, type: "text", onFocus: () => (this.isFocused = true), onBlur: e => {
110
+ return (h(Host, { key: '154b3094ed0a667e0b48744902a5635630da6712', dir: dir }, h("div", { key: '534f093c975762bdc1a91fc1a617a332c581d0db', class: { 'dga-form-control': true, 'dga-form-control--fullwidth': this.fullwidth } }, this.label && h("label", { key: 'f3f6d76deddbba4e74482cf653f1cafa1fc8c0f7', class: "dga-label" }, this.label), h("div", { key: 'a6f8fa67653e0968bdf1ad318d8a2990814d9f7b', class: `dga-search-box dga-search-box--${this.size} ${this.error ? 'dga-search-box--error' : ''} ${this.variant !== 'default' ? `dga-search-box--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'dga-search-box--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, this.icon && (h("span", { key: '26d789cefe530fa4334548ee0ebbf7c4baae3194', class: "dga-search-box__icon" }, h("dga-icon", { key: 'b8389eb9f19dc4c182957a73251acbe5d518e783', icon: search01Stroke, size: 20, color: '#161616' }))), h("input", { key: '9fe9a44b685adb217fd02205ced7489fdc2e3687', value: this.value, name: this.name, type: "text", onFocus: () => (this.isFocused = true), onBlur: e => {
111
111
  this.isFocused = false;
112
112
  this.onBlur.emit(e);
113
113
  }, class: "dga-search-box__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onInput: event => {
114
114
  this.handleInputChange(event);
115
- } }), h("div", { key: '7efb149d9279f894d68739c2eea0022386e7166f', class: "dga-search-box__actions" }, this.value.length > 0 && (h(Fragment, { key: '37960160fbbb1a051f260c77c89837848443c593' }, h("button", { key: 'cb169ad50ced1b27f9c08015933d363ca2cffe9a', class: "dga-search-box__action-btn", onClick: this.handleResetInput }, h("dga-icon", { key: 'b6fe90f117f64afd06bf2c88a3ad3368c7774061', icon: cancel01Stroke, size: 20 })), h("svg", { key: 'be7c0a068917d924ee2e47e2ad01c2a150b2f2a5', xmlns: "http://www.w3.org/2000/svg", width: "1", height: "26", viewBox: "0 0 1 26", fill: "none" }, h("rect", { key: '41b7fdd14825685d501198f01663b1d1952d63f7', x: "1", y: "0.5", width: "25", height: "1", transform: "rotate(90 1 0.5)", fill: "#D2D6DB" })))), this.showTrailingIcon && (h("dga-tooltip", { key: 'aadda7bc97204c48a404b78bbff921306f8cb97b', tooltipTitle: isRTL(el) ? "البحث عن طريق الصوت" : "Search by voice", direction: "bottom", beakAlignment: "center", beakPlacement: "top" }, h("button", { key: '1b2db3234d5c50edc2a6e1eabf7d6daaf9fa1e80', class: "dga-search-box__search-btn", onClick: () => this.startListening(), disabled: this.isListening }, this.isListening ? (h("span", { class: "dga-search-box__icon" }, h("dga-icon", { icon: mic01Stroke, size: 20 }))) : (h("span", { class: "dga-search-box__icon" }, h("dga-icon", { icon: mic01Stroke, size: 20 })))))))))));
115
+ } }), h("div", { key: 'e643ee9c00cd4944be0ea975503e0db0cc069633', class: "dga-search-box__actions" }, this.value.length > 0 && (h(Fragment, { key: 'af1b76df2c9db0d2ae7b8769d4a09ace3f232c67' }, h("button", { key: '2dce5a9f226cff62989a4b7511f851f516907588', class: "dga-search-box__action-btn", onClick: this.handleResetInput }, h("dga-icon", { key: '566e4ca5ba591745031768a13fbca4a7592cb165', icon: cancel01Stroke, size: 20 })), h("svg", { key: '4cd8e077fb128dcf82efb2519b946126c3bdae2b', xmlns: "http://www.w3.org/2000/svg", width: "1", height: "26", viewBox: "0 0 1 26", fill: "none" }, h("rect", { key: '09dabea062dc9dd40fd2f15efb12d7406b014fa3', x: "1", y: "0.5", width: "25", height: "1", transform: "rotate(90 1 0.5)", fill: "#D2D6DB" })))), this.showTrailingIcon && (h("dga-tooltip", { key: 'c89224607c737930ad4b9b57397b84de5f20fe5e', tooltipTitle: isRTL(el) ? "البحث عن طريق الصوت" : "Search by voice", direction: "bottom", beakAlignment: "center", beakPlacement: "top" }, h("button", { key: '52bda3078924f666a2437aa353f99d36b3aca22d', class: "dga-search-box__search-btn", onClick: () => this.startListening(), disabled: this.isListening }, this.isListening ? (h("span", { class: "dga-search-box__icon" }, h("dga-icon", { icon: mic01Stroke, size: 20 }))) : (h("span", { class: "dga-search-box__icon" }, h("dga-icon", { icon: mic01Stroke, size: 20 })))))))))));
116
116
  }
117
117
  static get is() { return "dga-search-box"; }
118
118
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class DgaSecondNavHeaderActions {
3
3
  render() {
4
- return (h(Host, { key: '4f13bea9f9c1b8deb1cb7b9bdb908c92641dd193' }, h("div", { key: '32e25b10b8779acdbc0e60c32b5006a9dc7a0282', class: `items-container` }, h("slot", { key: 'bd989914f556098298fbca6c80f60749bf91819a' }))));
4
+ return (h(Host, { key: '656a45dd9fa455b169626083bb5bbc3ad311565d' }, h("div", { key: '025fbee94b4cf9da5b74adab5ae1a6bea56f7be1', class: `items-container` }, h("slot", { key: '02364f830ffa064bb1b9bc0ab31e0bf621d3a2f5' }))));
5
5
  }
6
6
  static get is() { return "dga-second-nav-header-actions"; }
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class DgaSecondNavHeaderContent {
3
3
  render() {
4
- return (h(Host, { key: '8c6a8cbca0a45bb98b169619b6b088a0fcf87155' }, h("div", { key: '028f1f65e4a7a0e1fefcc7ee631d59138e281aa6', class: `items-container` }, h("slot", { key: 'd680b0dcdaf2000234bf20254ea671397eb37c14' }))));
4
+ return (h(Host, { key: 'fd843ea201b8f2df955270f5954b6cdd1a131992' }, h("div", { key: '1f89f601da513ebdea736fad4ad5575da105fab1', class: `items-container` }, h("slot", { key: 'ede8b986ba20359b7b91e05ce3748abee831debb' }))));
5
5
  }
6
6
  static get is() { return "dga-second-nav-header-content"; }
7
7
  }
@@ -9,7 +9,7 @@ export class DgaSecondNavHeaderItem {
9
9
  });
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: 'b02dc9f1e6650ac6bd6cf85d44b105283d9d3171' }, h("slot", { key: 'af18cafbd1e955f713d22a83299889e589392e63', name: 'icon' }), h("slot", { key: '7022e55daef2703b0a56897a3e9ac4f3dc500d0b', name: 'label' }, this.label)));
12
+ return (h(Host, { key: 'c610e1fde410f3e1471dd9439bd1b9bb0b4eabe1' }, h("slot", { key: '9970780eaaf6fa28be190be48a542a9f57a9f4a7', name: 'icon' }), h("slot", { key: '3d0828a6e8cd25a107598d0de6e47ce602d1b3f0', name: 'label' }, this.label)));
13
13
  }
14
14
  static get is() { return "dga-second-nav-header-item"; }
15
15
  static get properties() {
@@ -21,7 +21,7 @@ export class DgaSecondNavHeader {
21
21
  });
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: 'e44b53e87e61c702a17f3da55ccde2d20a07b61b' }, h("div", { key: '6b1f69bfd45ce38abe16e991925743d9059151ba', class: `wrapper ${this.variant} `, "aria-label": 'a secondary navigation navbar' }, h("div", { key: 'cb5cba04d09c6a41d6fc347d80f3f8faf87dce54', class: `container ${this.hideDivider ? '' : 'border'}` }, h("div", { key: 'c66b315d6f5c863a5d7ec44c15ba26666b368082', class: `content` }, h("slot", { key: '5039905d7391d685536b1b4564273da0f2142480', name: "content" })), h("div", { key: '9a6394bdfc9ca1865aaacad5722164a956c94e4a', class: `actions` }, h("slot", { key: 'd561e06f2aa8bc0a3d4559d3a01caf3b0f9edeb9', name: "actions" }))))));
24
+ return (h(Host, { key: '95cc58371f4cce004aba8a83f4bdbc16b2617dc1' }, h("div", { key: 'f5d30a30b7fd09f2bfb696af26b2481021d58043', class: `wrapper ${this.variant} `, "aria-label": 'a secondary navigation navbar' }, h("div", { key: '08efa2e8c7c062020588273aeb217d02cf67bf25', class: `container ${this.hideDivider ? '' : 'border'}` }, h("div", { key: '89ef9a79e559be149b6571d0479d76081fb64ea6', class: `content` }, h("slot", { key: 'fbf5f35d53caac64074dced53fbc13f7c592355c', name: "content" })), h("div", { key: '9df51afb79ed141f021f6d22f0e1a80690a6a925', class: `actions` }, h("slot", { key: 'a0cd9a003da3d92ffe5a0e18421936e2a91bb983', name: "actions" }))))));
25
25
  }
26
26
  static get is() { return "dga-second-nav-header"; }
27
27
  static get encapsulation() { return "scoped"; }
@@ -5,7 +5,7 @@ export class CircleSkeleton {
5
5
  this.width = '80px';
6
6
  }
7
7
  render() {
8
- return (h("div", { key: 'eacae5262c7f412ee68cfc896c77eb0646309867', style: { width: this.width, height: this.width }, class: `circle_skeleton type${this.type}` }));
8
+ return (h("div", { key: '23d9d449c3b5a3272908d1811b37541583b24a93', style: { width: this.width, height: this.width }, class: `circle_skeleton type${this.type}` }));
9
9
  }
10
10
  static get is() { return "dga-circle-skeleton"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ export class LineSkeleton {
5
5
  this.type = '1';
6
6
  }
7
7
  render() {
8
- return (h("div", { key: '745af7b961925df4430a53cab8a9ad280bcd1359', class: `line_text ${this.size} type${this.type}` }));
8
+ return (h("div", { key: '4e7847fe2df567382855572897f5c3958b7525f9', class: `line_text ${this.size} type${this.type}` }));
9
9
  }
10
10
  static get is() { return "dga-line-skeleton"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class RectangleSkeleton {
6
6
  this.width = 'long';
7
7
  }
8
8
  render() {
9
- return (h("div", { key: '6d15b74c5a7d339bb0986b5d74a1ea5c1ade5752', class: `rectangle_text ${this.size} type${this.type} ${this.width}` }));
9
+ return (h("div", { key: '1f9a725b8a942706810028df42f9afd21db782c7', class: `rectangle_text ${this.size} type${this.type} ${this.width}` }));
10
10
  }
11
11
  static get is() { return "dga-rectangle-skeleton"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class SquareSkeleton {
17
17
  return borderRadiusMapper[this.width] || '';
18
18
  }
19
19
  render() {
20
- return (h("div", { key: '0b3917ffa19a707f48cb9fae6904983ee0b43307' }, h("div", { key: '256525b2cee8fd8ff14642bca60db7c00148d4c5', style: { width: this.width, height: this.width }, class: `square_skeleton type${this.type} ${this.getBorderRadius()}` })));
20
+ return (h("div", { key: 'ec53f88065750fb119da6711034ccc2d3ef818bc' }, h("div", { key: 'a752b7b91eeae5fc5469721bba303953c412ed8b', style: { width: this.width, height: this.width }, class: `square_skeleton type${this.type} ${this.getBorderRadius()}` })));
21
21
  }
22
22
  static get is() { return "dga-square-skeleton"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class DgaSlideoutMenuActions {
3
3
  render() {
4
- return (h("div", { key: 'a6580fd6ca95d69cb70f8800839c6cc1d1e16e8e', class: "dga-slideout-menu__actions" }, h("slot", { key: '01d3442a54bf0603420f74cf9ec9899602d10ded' })));
4
+ return (h("div", { key: '2d308ccd2bb85f2667e35acc1068cf2c7412c226', class: "dga-slideout-menu__actions" }, h("slot", { key: '9cafaefd5cf75aa83d52f80171e8cf6d42c9fe57' })));
5
5
  }
6
6
  static get is() { return "dga-slideout-menu-actions"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -17,11 +17,11 @@ export class DgaSlideoutMenuHeader {
17
17
  render() {
18
18
  return (
19
19
  // <div class="dga-slideout-menu">
20
- h("div", { key: 'f0ca0a747f4327b5abc00e4fa68f3ce927e979e5', class: "dga-slideout-menu__header" }, h("dga-featured-icon", { key: 'ecf1ea37fa54f66cd2119e6a0675478dfb111aeb', icon: {
20
+ h("div", { key: '9f5c6a8256bd65127be2fcc9183e263ac6860028', class: "dga-slideout-menu__header" }, h("dga-featured-icon", { key: '20f6edbfbed636de4a278d2e9693ed0ec1c7fa4e', icon: {
21
21
  name: 'add-circle',
22
22
  variant: 'stroke',
23
23
  type: 'standard',
24
- }, size: 'sm', color: 'brand', variant: 'light' }), h("dga-flex", { key: '76d71effb636bc62618b750ddcbc2f138955d53c', direction: "column", spacing: 4, class: "dga-slideout-menu__header-content" }, h("h3", { key: 'f187a93403c909fb8717d2658e657db3c3d97a07', class: "dga-slideout-menu__header-title" }, this.title), h("p", { key: '4998006659d3454b51d00056001e8fffcd78a7d6', class: "dga-slideout-menu__header-description" }, this.description)), h("dga-button-v2", { key: 'bbf15bfe52adff2430bf758e521e3bf859dac158', iconOnly: true, leadIcon: true, leadIconProps: {
24
+ }, size: 'sm', color: 'brand', variant: 'light' }), h("dga-flex", { key: 'f5aae5c445bbd9b00e1873c2083211265c261d0c', direction: "column", spacing: 4, class: "dga-slideout-menu__header-content" }, h("h3", { key: 'd1dafa6cfaf61bd58dae5ca1df4222d5d04468c8', class: "dga-slideout-menu__header-title" }, this.title), h("p", { key: '7cdd1166471ffc80c5657aa4ed9676a147a3a566', class: "dga-slideout-menu__header-description" }, this.description)), h("dga-button-v2", { key: '92a08ad24d231ed1dd12ac66bbe0b9850a57d155', iconOnly: true, leadIcon: true, leadIconProps: {
25
25
  name: 'multiplication-sign',
26
26
  variant: 'stroke',
27
27
  type: 'standard',
@@ -1,7 +1,7 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class DgaSlideoutMenuItems {
3
3
  render() {
4
- return (h(Host, { key: 'a6457afead8b2eb627a0b3fd5d0f8b12f175d6df' }, h("slot", { key: '1a50a2c7ab95c0ccd4e124279e1c2358d494e8be' })));
4
+ return (h(Host, { key: '4383e033ce47c692ae34a7e61dfc4cfed48e3471' }, h("slot", { key: '5ec8307784c63c686e53e556cacdca4d11a0be90' })));
5
5
  }
6
6
  static get is() { return "dga-slideout-menu-items"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -56,10 +56,10 @@ export class DgaSlideoutMenu {
56
56
  });
57
57
  }
58
58
  render() {
59
- return (h("div", { key: '9abef3a50792757fe502b78dca2d5d5a240ce20b', class: `dga-slideout-menu dga-slideout-menu--${this.anchor} dga-slideout-menu--${this.backgroundColor} ${this.open ? "active" : ""}` }, h("slot", { key: 'f86ba376b9544c8ac128742e5a0240ab424a2307', name: "slideout-menu-header" }), h("div", { key: 'a6aec17b4785db7e6c76171b7956d183dd53a2b7', class: "dga-slideout-menu__body" }, h("div", { key: '3b25d520da3cd61e857b0c999db91e5951030f0a', class: {
59
+ return (h("div", { key: 'fe09271f2f04b1636078664ba100870f7c86c46b', class: `dga-slideout-menu dga-slideout-menu--${this.anchor} dga-slideout-menu--${this.backgroundColor} ${this.open ? "active" : ""}` }, h("slot", { key: '45627ac31f5738b81d7ec6f10d1f766bbc46b608', name: "slideout-menu-header" }), h("div", { key: 'c9bda084db9a6d4f8a2da57b24edb9474bd48216', class: "dga-slideout-menu__body" }, h("div", { key: '13c92b00d86586b8ef7a42dc2358ca231209131e', class: {
60
60
  'dga-slideout-menu__items': true,
61
61
  'dga-slideout-menu__items--hide-scrollbar': !this.scrollbar,
62
- } }, h("slot", { key: 'ff57dd16812aefe17ce4b0cee7fb4f81d455f352', name: "slideout-menu-items" })), h("dga-divider", { key: '473787f6c432ce41bd8a8682b63b1d927c45f6fd' }), h("slot", { key: '08a18aababb1d496e8eb8c883a2d2e7913b93b80', name: "slideout-menu-actions" }))));
62
+ } }, h("slot", { key: '58d6847877bbf77760e3c85f8e51c950a7a65d75', name: "slideout-menu-items" })), h("dga-divider", { key: '68ca68c09345e617c66fa06fd4e14e2da8bd3b92' }), h("slot", { key: '8d72ae0bf7970cf16ceb8eb2992ac1a987092f55', name: "slideout-menu-actions" }))));
63
63
  }
64
64
  static get is() { return "dga-slideout-menu"; }
65
65
  static get originalStyleUrls() {
@@ -75,7 +75,7 @@ export class DgaSlider {
75
75
  this.sxHandler.cleanup();
76
76
  }
77
77
  render() {
78
- return (h(Host, { key: 'fdb2ba28c3748172a5bd822d05da3aea2fc05c72', id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, h("div", { key: '06cddd48de5900e70ade4c204761ded6aa2f9a48', class: `range-slider-wrapper ${this.size}` }, h("div", { key: '3b5e03e34e3f6b2795ec5ae770512522106a7f56', class: "range-slider-input-wrapper" }, h("input", { key: 'd2e22bd7d7be46c8deef086b8cae883d7f5e2f6c', class: "range-slider-input", type: "range", value: this.minValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMinChange.bind(this) }), this.range && (h("input", { key: '508a4b019888cb6b7cfa2bbb67b551a81132603a', class: "range-slider-input", type: "range", value: this.maxValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMaxChange.bind(this) }))), h("div", { key: '9b0331d411f3ef8636061d525e36ea725139cbc7', class: "range-slider-container" }, this.showLabel && h("h3", { key: '4a20cb24569d0f79da3450f345af02aa360755d1' }, this.label), h("div", { key: '91c4e8240826b418daaca0d0ef1593696a905dca', class: "range-slider-control-wrapper" }, h("div", { key: '19fe6390c90d9f8f2f345825e37db6b37c246ba5', class: "range-slider-control", style: { left: `${this.minPos}%` } }), h("div", { key: '7bba36f1ae6c10d8cb18e2573b4d27ae55da1c6b', class: "range-slider-rail" }, this.range && h("div", { key: '955f03deca055b18aeeaccdac6f8207d86124ad1', class: "range-slider-number_left" }, this.minValue), h("div", { key: '96e5a37b9f60e26e6927d7790c7635522e9bd0f8', class: "range-slider-inner-rail", style: this.railColorStyle }), this.range && h("div", { key: '346a4bcf59435c6b513f4119e0001ea4a96dafd5', class: "range-slider-number_right" }, this.maxValue), !this.range && h("div", { key: '7e6e1f2210056c88090eed7b7d0c4837196a9e8e', class: "range-slider-number_right" }, this.minValue)), this.range && h("div", { key: 'c8fc4e29493c73c1ce34c283ae9c5f2411f0c75a', class: "range-slider-control", style: { left: `${this.maxPos}%` } }), this.showHelperText && this.helperText && (h("div", { key: 'f054aef6301e2bde5b62e89bdee6b26fac860ce5', class: "range-slider-note" }, h("div", { key: '41045073ef37652bf686722f44cd9aa5d6f209ba', class: "range-slider-note-icon" }, h("dga-icon", { key: '67ab536ed1562b4530ad021e1080638e2fa4bc42', icon: helpCircleStroke, size: 16, color: '#384250' })), h("div", { key: 'af047c4578bf4f19d3a74c8fbe6cdda11d3f19f8', class: "range-slider-note-content" }, h("p", { key: 'a7a2701375a982ed47eaf62789c57c9062478553' }, this.helperText)))))))));
78
+ return (h(Host, { key: 'c9eb39e2cee7ded7c336f31acb7a3dd5fa525dea', id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, h("div", { key: '1c46b4ee5f8fe79fce63da4f4160f7d3c3499b14', class: `range-slider-wrapper ${this.size}` }, h("div", { key: '8e6a1e642e9abdd4a71dc62e3c8ba66cabe29535', class: "range-slider-input-wrapper" }, h("input", { key: 'e74aab745df2b1dcae9a06a099ebb5827d94b59d', class: "range-slider-input", type: "range", value: this.minValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMinChange.bind(this) }), this.range && (h("input", { key: '03b0d919c6b8a8079697541cdec60da87a52c3d8', class: "range-slider-input", type: "range", value: this.maxValue, min: this.min, max: this.max, step: this.step, onInput: this.handleMaxChange.bind(this) }))), h("div", { key: '83ee6f8edc70c3e967d79fbec7272bf11ff6c2d6', class: "range-slider-container" }, this.showLabel && h("h3", { key: '715f7d0fe0e71740e60b9acb8ebabc40c720c9aa' }, this.label), h("div", { key: '4d8ac20facaeacbc2ae755a4fd25eecfc0ae604b', class: "range-slider-control-wrapper" }, h("div", { key: '09cbd6648163bda08927db6ad9ba2aeff79dd545', class: "range-slider-control", style: { left: `${this.minPos}%` } }), h("div", { key: '8990b15c70636c3d8f36da65aaf9cfd54e53da78', class: "range-slider-rail" }, this.range && h("div", { key: '54ce0d377dc0e908e2ae849772277e87c48afc4b', class: "range-slider-number_left" }, this.minValue), h("div", { key: '7d4ae647c9231761ad42123ec91d5f5f99e714ba', class: "range-slider-inner-rail", style: this.railColorStyle }), this.range && h("div", { key: '5440746c3602ab4842cb3283b1994fd88f3878c0', class: "range-slider-number_right" }, this.maxValue), !this.range && h("div", { key: '488b866421a43287e8bd3f7928a700fa320eeaa2', class: "range-slider-number_right" }, this.minValue)), this.range && h("div", { key: 'ad6d3b921d06310bd4e9fb9a1ad6b6c14a9e7776', class: "range-slider-control", style: { left: `${this.maxPos}%` } }), this.showHelperText && this.helperText && (h("div", { key: 'b61378319a9fd72d90944c383e75195ca5f9a714', class: "range-slider-note" }, h("div", { key: '467faa7f1e317713baac2981209ac9cb794af8e5', class: "range-slider-note-icon" }, h("dga-icon", { key: '5cc3c94950d55a760acf6e4ec7def3c38d15490f', icon: helpCircleStroke, size: 16, color: '#384250' })), h("div", { key: '071f7d7d660ec12e373b38696ad31bfdf0c1933e', class: "range-slider-note-content" }, h("p", { key: 'e1cb7464a49a123e530a96b88362017fa0c13015' }, this.helperText)))))))));
79
79
  }
80
80
  static get is() { return "dga-slider"; }
81
81
  static get encapsulation() { return "shadow"; }
@@ -79,7 +79,7 @@ export class DgaStructuredList {
79
79
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
80
80
  }
81
81
  render() {
82
- return (h("div", { key: 'e79666f5643dbe89605fb0a560a78596483f2f32', class: `table-wrapper ${this.contained ? 'table-contained' : ''}` }, h("table", { key: 'b8f79b6db5cd3fb33ce13a1230eee20bd71fd591', class: `azm-structured-table ${this.contained ? 'table-contained' : ''}`, style: { direction: this.direction ? 'rtl' : 'ltr' } }, h("thead", { key: '75cf2e10f26c0ebc3fcc9ef5fd7392ff601c9efe' }, h("tr", { key: 'f4beec70a645cca916ee1d3f5e4cce260f2b1a76', class: `${this.rowDivider ? 'row-divider' : ''}` }, this.cells.map(({ title }, index) => (h("th", { key: index }, title))))), h("tbody", { key: '254c6e2fb6ead3c765e3d15b50fb2367c211f8a9' }, this.sortedData.map((row, rowIndex) => (h("tr", { class: `${this.rowDivider ? 'row-divider' : ''} ${this.alternate ? 'alternate' : ''}`, key: rowIndex }, this.cells.map(({ El, customAttribute, propertyName, type, colSpan }, cellIndex) => (h("td", Object.assign({ key: cellIndex, colSpan: colSpan || 1 }, ((customAttribute === null || customAttribute === void 0 ? void 0 : customAttribute.key) && {
82
+ return (h("div", { key: '5087eaef28b7e658d4d596fe8f25c557592fab23', class: `table-wrapper ${this.contained ? 'table-contained' : ''}` }, h("table", { key: 'ae024f15edc9171d56bfb86295a794acfaa65b93', class: `azm-structured-table ${this.contained ? 'table-contained' : ''}`, style: { direction: this.direction ? 'rtl' : 'ltr' } }, h("thead", { key: 'ac3597aad1ed61f5e8a56853d71c8700789c52b4' }, h("tr", { key: '1ae0d87d23b2e2b15f09f4f4e4f8755d7c5b673f', class: `${this.rowDivider ? 'row-divider' : ''}` }, this.cells.map(({ title }, index) => (h("th", { key: index }, title))))), h("tbody", { key: '1ae1093fa062ade4d07190049fb809beb1d5cd45' }, this.sortedData.map((row, rowIndex) => (h("tr", { class: `${this.rowDivider ? 'row-divider' : ''} ${this.alternate ? 'alternate' : ''}`, key: rowIndex }, this.cells.map(({ El, customAttribute, propertyName, type, colSpan }, cellIndex) => (h("td", Object.assign({ key: cellIndex, colSpan: colSpan || 1 }, ((customAttribute === null || customAttribute === void 0 ? void 0 : customAttribute.key) && {
83
83
  [customAttribute.key]: customAttribute.value || '',
84
84
  }), { class: `${this.compact ? "compact" : ""} ${this.colDivider ? 'col-divider' : ''}` }), h("div", null, this.selectable && (h("span", null, h("input", { type: "checkbox", name: `${rowIndex}checkboxSelection`, checked: row.selected, id: `${rowIndex}checkboxSelection${propertyName}`, onChange: event => this.handleSelectedRowChanges(event.target.checked, rowIndex, propertyName, cellIndex) }))), type === 'element' && El ? h(El, Object.assign({}, row)) : row[propertyName])))))))))));
85
85
  }
@@ -57,7 +57,7 @@ export class DgaSwitch {
57
57
  this.sxHandler = new SxHandler(this.el, 'dga-switch');
58
58
  }
59
59
  render() {
60
- return (h(Host, { key: '18130859e3e395c62b0ffb032f317aae45f7d6d9', id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, h("label", { key: '22eadabb402d3b31d32f687415b1c90134546c96', ref: el => (this.labelRef = el), class: `switch ${this.color ? `switch--${this.color}` : ''}`, onMouseDown: this.handleActive, onChange: this.handleRemoveActive }, h("div", { key: 'eb1fb03bd0bf3236d2ab22abae3d8704abaf98ec', class: "switch-main" }, h("div", { key: '8f4179ee441d551fb910f03cf31f6002df83cc15', class: `switch-main__content ${this.disabled ? 'disabled' : ''}` }, h("div", { key: 'cdf986f984b8ddff533a7023ff0297d0284eb86c', class: "switch-wrapper" }, h("input", { key: '767b1a18c3f343a911529ffe43abe050c8d99bef', type: "checkbox", name: this.name, value: this.value, id: this.id, disabled: this.disabled, onFocus: this.handleFocus, onBlur: this.handleFocusOut, onChange: this.onChange, onInput: this.onInput, checked: this.isChecked }), h("span", { key: '45bcda090fdb983e8548842c6312be229f8c35dc', class: `slider round ${this.isChecked ? 'slider--active' : 'slider--inactive'}` })), !this.hasHelperText && !this.helperText ? (this.label && h("span", { class: "switch__label" }, this.label)) : (h("div", { class: "dga-flex-column" }, h("span", { class: "switch__label" }, this.label), h("span", { class: "switch__helper-text" }, this.helperText)))), this.alertMessage && (h("div", { key: 'e10f2766d553761c458e4f7904254e886b60207b', class: "switch__warning" }, h("span", { key: 'e5d6a5825aa129d0bb1eca2f2f69f7226e9c4909', class: "switch__warning-icon" }, h("dga-icon", { key: 'cd40a7db877e7af750f1a8f85fdfad6960fa9358', icon: alertCircleStroke, size: 16, color: 'currentColor' })), h("span", { key: '7069a7c3d2dfdd247f13ae7fbfdad061872ea22e', class: "switch__warning-text" }, this.alertText)))))));
60
+ return (h(Host, { key: '5a464dd2129dc7cc5bf8b786a66270a9b612ed50', id: this.sxHandler.getId(), style: this.sxHandler.getStyles() }, h("label", { key: '906db3ef86dc91ff05abf4a6eebc0e6a110afc87', ref: el => (this.labelRef = el), class: `switch ${this.color ? `switch--${this.color}` : ''}`, onMouseDown: this.handleActive, onChange: this.handleRemoveActive }, h("div", { key: '9c73c6c642ad1bc12744aabdfa2adc297ace1601', class: "switch-main" }, h("div", { key: 'c21927e8409bf479dfb3061a3282ebebe5b45020', class: `switch-main__content ${this.disabled ? 'disabled' : ''}` }, h("div", { key: '2a14f6a7cc615e81d8deaaa41b9c2107654bb419', class: "switch-wrapper" }, h("input", { key: '841c7ad8464db570abf84e9db70a5c4d2eed167e', type: "checkbox", name: this.name, value: this.value, id: this.id, disabled: this.disabled, onFocus: this.handleFocus, onBlur: this.handleFocusOut, onChange: this.onChange, onInput: this.onInput, checked: this.isChecked }), h("span", { key: '21c5a0bc667634728f92706586b8247182e9cbbf', class: `slider round ${this.isChecked ? 'slider--active' : 'slider--inactive'}` })), !this.hasHelperText && !this.helperText ? (this.label && h("span", { class: "switch__label" }, this.label)) : (h("div", { class: "dga-flex-column" }, h("span", { class: "switch__label" }, this.label), h("span", { class: "switch__helper-text" }, this.helperText)))), this.alertMessage && (h("div", { key: '9af36303535be721d61e7390fdaa36fcbf26cf51', class: "switch__warning" }, h("span", { key: '45a30be63b3cb22686113901872472d17d6bd40a', class: "switch__warning-icon" }, h("dga-icon", { key: '48ae4ddb70d4949c0ea7d92923cd6594048f589e', icon: alertCircleStroke, size: 16, color: 'currentColor' })), h("span", { key: 'a5af76cb92ea3db9ba719ef0aa242469450f1abe', class: "switch__warning-text" }, this.alertText)))))));
61
61
  }
62
62
  static get is() { return "dga-switch"; }
63
63
  static get encapsulation() { return "shadow"; }
@@ -38,7 +38,7 @@ export class DgaStatusTag {
38
38
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
39
39
  }
40
40
  render() {
41
- return (h(Host, { key: 'b3ae70c9b818d2c1dca697cb9db18948555354c4', id: this.componentId, style: this.rootStyles }, h("span", { key: 'dc01f81f13f05e10dabaf47576e76f7e457aa877', class: `status-tag status-tag--${this.color} status-tag--${this.size} status-tag--${this.status}` }, h("span", { key: 'fae3a9c0a2dbb660a670904f4e79e00073764604', class: "status-tag__indicator" }), this.label, h("slot", { key: '4f0b84a4e41f8f12b9f7f72d8cfef10c948bb91b' }))));
41
+ return (h(Host, { key: 'c9cb52ab2a68990497dff7d5059b9cd4ab022404', id: this.componentId, style: this.rootStyles }, h("span", { key: '500922d06dca9f445cf5425c7bd902cf7b8ea0c5', class: `status-tag status-tag--${this.color} status-tag--${this.size} status-tag--${this.status}` }, h("span", { key: '4266c6415c1d1590c6f7b0d9a33f009fc4272e00', class: "status-tag__indicator" }), this.label, h("slot", { key: '29e603790ea73dbdedc7c5fe2d56b4cba4569d57' }))));
42
42
  }
43
43
  static get is() { return "dga-status-tag"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ export class DgaHelperText {
6
6
  }
7
7
  render() {
8
8
  var _a;
9
- return (h("div", { key: 'f7b561b48aca76822961633a9ba5ef3db07f6755', class: `dga-helper-text ${this.error ? "dga-helper-text--error" : ""}` }, h("span", { key: '8ae46ec323e7cfb72656f6c28a5ac4a118e194c1', class: "dga-helper-text__icon" }, this.helperTextIcon && ((_a = this.helperTextIcon) === null || _a === void 0 ? void 0 : _a.name) && h("dga-icon", { key: '54df6f5eb3361ebac053656e929cbc58286067ca', name: this.helperTextIcon.name, variant: this.helperTextIcon.variant, type: this.helperTextIcon.type, size: 16 })), h("span", { key: '74fe3eea473c129305bb44683cbdb812933b36ee', class: "dga-helper-text__desc" }, this.helperText)));
9
+ return (h("div", { key: '213580af65d4aa321d825083e943288d09432450', class: `dga-helper-text ${this.error ? "dga-helper-text--error" : ""}` }, h("span", { key: '55179e27b7b48a1a593ae25f46e36b309ed534e4', class: "dga-helper-text__icon" }, this.helperTextIcon && ((_a = this.helperTextIcon) === null || _a === void 0 ? void 0 : _a.name) && h("dga-icon", { key: 'f66038a68e3c6ec0e27ef3b4ec02a7255f5be632', name: this.helperTextIcon.name, variant: this.helperTextIcon.variant, type: this.helperTextIcon.type, size: 16 })), h("span", { key: 'bf669f90f14638b2c77376bc67f37b6629b8ed45', class: "dga-helper-text__desc" }, this.helperText)));
10
10
  }
11
11
  static get is() { return "dga-helper-text"; }
12
12
  static get properties() {
@@ -8,7 +8,7 @@ export class DgaLabel {
8
8
  this.required = false;
9
9
  }
10
10
  render() {
11
- return (h("label", { key: '692ee36b718139de64025241bc4fa8a146566c97', class: `dga-label dga-label--${this.size} ${this.disabled ? "disabled" : ""}` }, this.required && h("span", { key: 'e9b496087978459abe4ca6371d34d021e7a499d6', class: "star" }, "*"), this.label));
11
+ return (h("label", { key: '08610dee7d6ff1af49ac661bff077e70dd37f048', class: `dga-label dga-label--${this.size} ${this.disabled ? "disabled" : ""}` }, this.required && h("span", { key: '3e2001bc221e9a32c82007849b09ebe3abc1a148', class: "star" }, "*"), this.label));
12
12
  }
13
13
  static get is() { return "dga-label"; }
14
14
  static get properties() {
@@ -64,12 +64,12 @@ export class DgaTextInput {
64
64
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
65
65
  }
66
66
  render() {
67
- return (h(Host, { key: 'fe16cfffd4d8741bd35c0599b06bdadeac7f58dd', id: this.componentId, style: this.rootStyles }, h("div", { key: '12191cfbf577e4ca80be2d10e1de7c99dd7ec5f1', class: { "dga-form-control": true, "dga-form-control--fullwidth": this.fullwidth } }, this.label && h("dga-label", { key: '9af15d3e82af14d56091ca21ce753848b9e75cb2', label: this.label, size: this.size, required: this.required, disabled: this.disabled }), h("div", { key: 'ee6812f57348b118751d97af4a9b5804543e7436', class: `input input--${this.size} ${this.error ? 'input--error' : ''} ${this.variant !== 'default' ? `input--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'input--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, h("slot", { key: 'e135cfd4d52956ad4490a3470438aa196acd5acf', name: "prefix" }), this.icon && (h("span", { key: 'e49d3324a880d69af741e9dad98805bd0f72faf5', class: "input__icon" }, h("dga-icon", { key: '8dbfa5cb0d3086050007bc0d87c4a0f8f4c65d1e', name: this.icon.name, variant: this.icon.variant, type: this.icon.type, size: 20 }))), h("input", { key: '40ad73d3426765dbf745cb424a9f648672e4f5a5',
67
+ return (h(Host, { key: '661380783176cec7939b3d593c54d7aeb2ffb1ff', id: this.componentId, style: this.rootStyles }, h("div", { key: 'c6d0d9bf487b64c9a07773a525d224a6af13617c', class: { "dga-form-control": true, "dga-form-control--fullwidth": this.fullwidth } }, this.label && h("dga-label", { key: 'ab1b36dd8d679f0b2fd4a9db02c59342945c51de', label: this.label, size: this.size, required: this.required, disabled: this.disabled }), h("div", { key: 'a3d7558725ef067eff69e8d772a960e6c60cdbec', class: `input input--${this.size} ${this.error ? 'input--error' : ''} ${this.variant !== 'default' ? `input--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'input--disabled' : ''} ${this.readonly ? 'readOnly' : ''}`, ref: el => (this.inputContainerRef = el) }, h("slot", { key: 'ca83f98cf420d03d4efea0049fcb0fdacdff88e4', name: "prefix" }), this.icon && (h("span", { key: '937258c6e02392924098ec0a7d10f3a011308411', class: "input__icon" }, h("dga-icon", { key: 'd1c4ce4657ad04e990086e138135c8d6ece02451', name: this.icon.name, variant: this.icon.variant, type: this.icon.type, size: 20 }))), h("input", { key: 'bf5198b51eb4cd2975e00ee3e70372a89a7ee96e',
68
68
  // id={id}
69
69
  ref: (el) => (this.textInputEl = el), value: this.value, name: this.name, type: this.type, onFocus: () => (this.isFocused = true), onBlur: e => {
70
70
  this.isFocused = false;
71
71
  this.onBlur(e);
72
- }, class: "input__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput }), this.error ? (h("span", { class: `input__feedback-icon input__feedback-icon--error ${this.feedbackIconRing ? 'input__feedback-icon--ring' : ''}` })) : this.feedbackIcon ? (h("span", { class: `input__feedback-icon input__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? 'input__feedback-icon--ring' : ''}` }, feedbackIconTypes[this.feedbackIconType])) : null, h("slot", { key: 'df0469c8a2916e509d9cd6adcd6b204290679ce1', name: "suffix" }), " "), this.helperText && h("dga-helper-text", { key: 'bf17345b0b29463ad7a2fc0fe05e7fe08b10d6fc', helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error }))));
72
+ }, class: "input__field", placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput }), this.error ? (h("span", { class: `input__feedback-icon input__feedback-icon--error ${this.feedbackIconRing ? 'input__feedback-icon--ring' : ''}` })) : this.feedbackIcon ? (h("span", { class: `input__feedback-icon input__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? 'input__feedback-icon--ring' : ''}` }, feedbackIconTypes[this.feedbackIconType])) : null, h("slot", { key: 'ee8e6f9822c756d02cc6aabcf68598c03b13eaef', name: "suffix" }), " "), this.helperText && h("dga-helper-text", { key: '8bdf9d1b720944c391a0081872ee56d2f665c84c', helperText: this.helperText, helperTextIcon: this.helperTextIcon, error: this.error }))));
73
73
  }
74
74
  static get is() { return "dga-text-input"; }
75
75
  static get properties() {
@@ -64,7 +64,7 @@ export class DgaTextarea {
64
64
  (_a = this.sxStyleManager) === null || _a === void 0 ? void 0 : _a.cleanup();
65
65
  }
66
66
  render() {
67
- return (h(Host, { key: '8d9122997e637bf36c56b2dddcffddd96240914a', id: this.componentId, style: this.rootStyles }, h("div", { key: 'dcea58cdc3154edfeb658258c23a84ae73e68e0b', class: { 'dga-form-control': true, 'dga-form-control--fullwidth': this.fullwidth } }, this.label && h("label", { key: '5a4850f47e8b762553c1a9dd3ed916c390db2571', class: "dga-label" }, this.label), h("div", { key: '9a1f436397d07edbc2167f14e88d485751310cb0', class: `dga-textarea dga-textarea--lg ${this.error ? 'dga-textarea--error' : ''} ${this.variant !== 'default' ? `dga-textarea--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'disabled' : ''}`, ref: el => (this.inputContainerRef = el), "data-error": this.error }, h("textarea", { key: '70d298e9addbdc0b55ae9622682a50d173707717', ref: (el) => (this.textAreaEl = el), onFocus: () => (this.isFocused = true), onBlur: () => (this.isFocused = false), class: `dga-textarea__field ${this.resize ? 'dga-textarea__field--resize' : ''} ${!this.scrollbar ? 'dga-textarea__field--hidden-scrollbar' : ''}`, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, rows: this.rows && this.rows, cols: this.cols && this.cols, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput, name: this.name, value: this.value }), this.error ? (h("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--error ${this.feedbackIconRing ? 'dga-textarea__feedback-icon--ring' : ''}` }, feedbackIconTypes['error'])) : this.feedbackIcon ? (h("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? 'dga-textarea__feedback-icon--ring' : ''}` }, feedbackIconTypes[this.feedbackIconType])) : null))));
67
+ return (h(Host, { key: 'e13775599fc68c27669a76471df78c1c58dc0ecc', id: this.componentId, style: this.rootStyles }, h("div", { key: '47adda462d92584b1b2db500fef49f36b5baa9f5', class: { 'dga-form-control': true, 'dga-form-control--fullwidth': this.fullwidth } }, this.label && h("label", { key: '05104dc3dda26ae75df342f33f82056a5cee899f', class: "dga-label" }, this.label), h("div", { key: '399fc9e4d3f8d03ddb7a2bf04706d0c139d55e45', class: `dga-textarea dga-textarea--lg ${this.error ? 'dga-textarea--error' : ''} ${this.variant !== 'default' ? `dga-textarea--${this.variant}` : ''} ${this.isActive ? 'active' : ''} ${this.isFocused ? 'focus' : ''} ${this.disabled ? 'disabled' : ''}`, ref: el => (this.inputContainerRef = el), "data-error": this.error }, h("textarea", { key: '95a2ee732c131f6f6ee65acba7203d0431230a02', ref: (el) => (this.textAreaEl = el), onFocus: () => (this.isFocused = true), onBlur: () => (this.isFocused = false), class: `dga-textarea__field ${this.resize ? 'dga-textarea__field--resize' : ''} ${!this.scrollbar ? 'dga-textarea__field--hidden-scrollbar' : ''}`, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, rows: this.rows && this.rows, cols: this.cols && this.cols, onMouseDown: () => (this.isActive = true), onMouseUp: () => (this.isActive = false), onMouseOut: () => (this.isActive = false), onChange: this.onChange, onInput: this.onInput, name: this.name, value: this.value }), this.error ? (h("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--error ${this.feedbackIconRing ? 'dga-textarea__feedback-icon--ring' : ''}` }, feedbackIconTypes['error'])) : this.feedbackIcon ? (h("span", { class: `dga-textarea__feedback-icon dga-textarea__feedback-icon--${this.feedbackIconType} ${this.feedbackIconRing ? 'dga-textarea__feedback-icon--ring' : ''}` }, feedbackIconTypes[this.feedbackIconType])) : null))));
68
68
  }
69
69
  static get is() { return "dga-textarea"; }
70
70
  static get encapsulation() { return "shadow"; }
@@ -1 +1,11 @@
1
- export {};
1
+ /**
2
+ * @fileoverview entry point for your component library
3
+ *
4
+ * This is the entry point for your component library. Use this file to export utilities,
5
+ * constants or data structure that accompany your components.
6
+ *
7
+ * DO NOT use this file to export your components. Instead, use the recommended approaches
8
+ * to consume components of this package as outlined in the `README.md`.
9
+ */
10
+ export { setAssetPath } from '@stencil/core';
11
+ export { addIcons } from './components/dga-icon/utils';
@@ -1,4 +1,4 @@
1
- import { D as DateCell$1, d as defineCustomElement$1 } from './p-DrJOWVZZ.js';
1
+ import { D as DateCell$1, d as defineCustomElement$1 } from './p-D37nQNad.js';
2
2
 
3
3
  const DateCell = DateCell$1;
4
4
  const defineCustomElement = defineCustomElement$1;