@daffodil/design 0.74.0 → 0.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (627) hide show
  1. package/accordion/accordion/accordion/accordion.component.d.ts +3 -19
  2. package/article/README.md +19 -13
  3. package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
  4. package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
  5. package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
  6. package/article/examples/article-headings/article-headings.component.d.ts +1 -1
  7. package/article/examples/article-hr/article-hr.component.d.ts +1 -1
  8. package/article/examples/article-link/article-link.component.d.ts +1 -1
  9. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  10. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  11. package/article/examples/article-table/article-table.component.d.ts +1 -1
  12. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  13. package/article/examples/public_api.d.ts +0 -1
  14. package/article/src/article-theme.scss +18 -8
  15. package/breadcrumb/README.md +52 -0
  16. package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +7 -0
  17. package/breadcrumb/breadcrumb-item/breadcrumb-item.directive.d.ts +9 -0
  18. package/breadcrumb/breadcrumb.d.ts +3 -0
  19. package/breadcrumb/breadcrumb.module.d.ts +9 -0
  20. package/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.d.ts +5 -0
  21. package/breadcrumb/examples/index.d.ts +1 -0
  22. package/breadcrumb/examples/public_api.d.ts +2 -0
  23. package/breadcrumb/index.d.ts +1 -0
  24. package/breadcrumb/public_api.d.ts +4 -0
  25. package/breadcrumb/src/breadcrumb-theme.scss +13 -0
  26. package/button/button/button-sizable.directive.d.ts +10 -0
  27. package/button/button/button.component.d.ts +17 -27
  28. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  29. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  30. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  31. package/button/examples/public_api.d.ts +0 -8
  32. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  33. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  34. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  35. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  36. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  37. package/button/public_api.d.ts +1 -0
  38. package/callout/callout/callout.component.d.ts +6 -38
  39. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +1 -1
  40. package/callout/examples/callout-theming/callout-theming.component.d.ts +1 -1
  41. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  42. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  43. package/callout/examples/public_api.d.ts +0 -4
  44. package/card/card/card.component.d.ts +3 -21
  45. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  46. package/card/examples/card-orientation/card-orientation.component.d.ts +1 -1
  47. package/card/examples/card-theming/card-theming.component.d.ts +1 -1
  48. package/card/examples/linkable-card/linkable-card.component.d.ts +1 -1
  49. package/card/examples/public_api.d.ts +0 -6
  50. package/card/examples/raised-card/raised-card.component.d.ts +1 -1
  51. package/card/examples/stroked-card/stroked-card.component.d.ts +1 -1
  52. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +1 -1
  53. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +1 -1
  54. package/checkbox/examples/examples.d.ts +0 -2
  55. package/checkbox/examples/public_api.d.ts +0 -1
  56. package/container/container/container.component.d.ts +3 -22
  57. package/container/examples/container-sizes/container-sizes.component.d.ts +1 -1
  58. package/container/examples/public_api.d.ts +0 -1
  59. package/core/article-encapsulated/article-encapsulated.directive.d.ts +31 -0
  60. package/core/article-encapsulated/public_api.d.ts +1 -1
  61. package/core/breakpoints/noop.service.d.ts +13 -0
  62. package/core/breakpoints/provider.d.ts +6 -0
  63. package/core/breakpoints/public_api.d.ts +3 -0
  64. package/core/colorable/colorable.d.ts +36 -2
  65. package/core/colorable/colorable.directive.d.ts +82 -0
  66. package/core/colorable/public_api.d.ts +1 -1
  67. package/core/compactable/compactable.directive.d.ts +54 -0
  68. package/core/compactable/public_api.d.ts +1 -1
  69. package/core/manage-container-layout/manage-container-layout.directive.d.ts +66 -0
  70. package/core/manage-container-layout/public_api.d.ts +1 -1
  71. package/core/public_api.d.ts +1 -1
  72. package/core/sizable/public_api.d.ts +1 -1
  73. package/core/sizable/sizable.d.ts +4 -2
  74. package/core/sizable/sizable.directive.d.ts +81 -0
  75. package/core/skeletonable/public_api.d.ts +1 -1
  76. package/core/skeletonable/skeletonable.d.ts +0 -1
  77. package/core/skeletonable/skeletonable.directive.d.ts +50 -0
  78. package/core/statusable/public_api.d.ts +1 -1
  79. package/core/statusable/statusable.d.ts +16 -0
  80. package/core/statusable/statusable.directive.d.ts +65 -0
  81. package/core/text-alignable/public_api.d.ts +1 -1
  82. package/core/text-alignable/text-alignable.d.ts +1 -2
  83. package/core/text-alignable/text-alignable.directive.d.ts +73 -0
  84. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
  85. package/esm2022/article/article/article.component.mjs +2 -2
  86. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +4 -3
  87. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +4 -3
  88. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +4 -3
  89. package/esm2022/article/examples/article-headings/article-headings.component.mjs +3 -3
  90. package/esm2022/article/examples/article-hr/article-hr.component.mjs +4 -3
  91. package/esm2022/article/examples/article-link/article-link.component.mjs +4 -3
  92. package/esm2022/article/examples/article-meta/article-meta.component.mjs +4 -3
  93. package/esm2022/article/examples/article-ol/article-ol.component.mjs +4 -3
  94. package/esm2022/article/examples/article-table/article-table.component.mjs +4 -3
  95. package/esm2022/article/examples/article-ul/article-ul.component.mjs +4 -3
  96. package/esm2022/article/examples/public_api.mjs +1 -2
  97. package/esm2022/breadcrumb/breadcrumb/breadcrumb.component.mjs +25 -0
  98. package/esm2022/breadcrumb/breadcrumb-item/breadcrumb-item.directive.mjs +33 -0
  99. package/esm2022/breadcrumb/breadcrumb.mjs +7 -0
  100. package/esm2022/breadcrumb/breadcrumb.module.mjs +26 -0
  101. package/esm2022/breadcrumb/daffodil-design-breadcrumb.mjs +5 -0
  102. package/esm2022/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.mjs +15 -0
  103. package/esm2022/breadcrumb/examples/daffodil-design-breadcrumb-examples.mjs +5 -0
  104. package/esm2022/breadcrumb/examples/index.mjs +2 -0
  105. package/esm2022/breadcrumb/examples/public_api.mjs +5 -0
  106. package/esm2022/breadcrumb/index.mjs +2 -0
  107. package/esm2022/breadcrumb/public_api.mjs +5 -0
  108. package/esm2022/button/button/button-sizable.directive.mjs +14 -0
  109. package/esm2022/button/button/button.component.mjs +32 -10
  110. package/esm2022/button/examples/basic-button/basic-button.component.mjs +10 -4
  111. package/esm2022/button/examples/flat-button/flat-button.component.mjs +10 -4
  112. package/esm2022/button/examples/icon-button/icon-button.component.mjs +5 -4
  113. package/esm2022/button/examples/public_api.mjs +1 -9
  114. package/esm2022/button/examples/raised-button/raised-button.component.mjs +10 -4
  115. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +5 -4
  116. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +5 -4
  117. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +10 -4
  118. package/esm2022/button/examples/underline-button/underline-button.component.mjs +10 -4
  119. package/esm2022/button/public_api.mjs +2 -1
  120. package/esm2022/callout/callout/callout.component.mjs +28 -22
  121. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +20 -10
  122. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +17 -9
  123. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +12 -4
  124. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +12 -4
  125. package/esm2022/callout/examples/public_api.mjs +1 -5
  126. package/esm2022/card/card/card.component.mjs +12 -16
  127. package/esm2022/card/examples/basic-card/basic-card.component.mjs +12 -4
  128. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +20 -10
  129. package/esm2022/card/examples/card-theming/card-theming.component.mjs +11 -6
  130. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +15 -8
  131. package/esm2022/card/examples/public_api.mjs +1 -7
  132. package/esm2022/card/examples/raised-card/raised-card.component.mjs +15 -8
  133. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +15 -8
  134. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +12 -6
  135. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +12 -7
  136. package/esm2022/checkbox/examples/examples.mjs +1 -7
  137. package/esm2022/checkbox/examples/public_api.mjs +1 -2
  138. package/esm2022/container/container/container.component.mjs +15 -22
  139. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +11 -6
  140. package/esm2022/container/examples/public_api.mjs +1 -2
  141. package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +45 -0
  142. package/esm2022/core/article-encapsulated/public_api.mjs +2 -2
  143. package/esm2022/core/breakpoints/noop.service.mjs +25 -0
  144. package/esm2022/core/breakpoints/provider.mjs +13 -0
  145. package/esm2022/core/breakpoints/public_api.mjs +4 -0
  146. package/esm2022/core/colorable/colorable.directive.mjs +104 -0
  147. package/esm2022/core/colorable/colorable.mjs +37 -2
  148. package/esm2022/core/colorable/public_api.mjs +2 -2
  149. package/esm2022/core/compactable/compactable.directive.mjs +70 -0
  150. package/esm2022/core/compactable/public_api.mjs +2 -2
  151. package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +80 -0
  152. package/esm2022/core/manage-container-layout/public_api.mjs +2 -2
  153. package/esm2022/core/public_api.mjs +2 -2
  154. package/esm2022/core/sizable/public_api.mjs +2 -2
  155. package/esm2022/core/sizable/sizable.directive.mjs +96 -0
  156. package/esm2022/core/sizable/sizable.mjs +2 -3
  157. package/esm2022/core/skeletonable/public_api.mjs +2 -2
  158. package/esm2022/core/skeletonable/skeletonable.directive.mjs +66 -0
  159. package/esm2022/core/skeletonable/skeletonable.mjs +1 -1
  160. package/esm2022/core/statusable/public_api.mjs +2 -2
  161. package/esm2022/core/statusable/statusable.directive.mjs +77 -0
  162. package/esm2022/core/statusable/statusable.mjs +4 -1
  163. package/esm2022/core/text-alignable/public_api.mjs +2 -2
  164. package/esm2022/core/text-alignable/text-alignable.directive.mjs +84 -0
  165. package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
  166. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +10 -4
  167. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +20 -10
  168. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +15 -8
  169. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +12 -4
  170. package/esm2022/hero/examples/public_api.mjs +1 -5
  171. package/esm2022/hero/hero/hero.component.mjs +28 -22
  172. package/esm2022/image/examples/basic-image/basic-image.component.mjs +4 -3
  173. package/esm2022/image/examples/load-image/load-image.component.mjs +6 -5
  174. package/esm2022/image/examples/public_api.mjs +4 -7
  175. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +4 -3
  176. package/esm2022/image/image/image.component.mjs +14 -23
  177. package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -3
  178. package/esm2022/input/examples/examples.mjs +5 -9
  179. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -3
  180. package/esm2022/input/examples/input-error/input-error.component.mjs +9 -4
  181. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -3
  182. package/esm2022/link-set/link-set/link-set.component.mjs +12 -22
  183. package/esm2022/list/examples/basic-list/basic-list.component.mjs +4 -3
  184. package/esm2022/list/examples/icon-list/icon-list.component.mjs +10 -4
  185. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +4 -3
  186. package/esm2022/list/examples/nav-list/nav-list.component.mjs +10 -4
  187. package/esm2022/list/examples/public_api.mjs +1 -2
  188. package/esm2022/list/list/list.component.mjs +12 -21
  189. package/esm2022/loading-icon/examples/examples.mjs +1 -3
  190. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +12 -7
  191. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +4 -3
  192. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +21 -28
  193. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +7 -5
  194. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +7 -5
  195. package/esm2022/media-gallery/examples/public_api.mjs +1 -4
  196. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +7 -5
  197. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +17 -23
  198. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +5 -3
  199. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +5 -4
  200. package/esm2022/menu/examples/public_api.mjs +2 -3
  201. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +6 -5
  202. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +5 -3
  203. package/esm2022/modal/examples/public_api.mjs +2 -3
  204. package/esm2022/modal/modal/modal-config.mjs +1 -1
  205. package/esm2022/modal/modal/modal.component.mjs +42 -6
  206. package/esm2022/modal/modal-actions/modal-actions.component.mjs +15 -5
  207. package/esm2022/modal/modal-close/modal-close.directive.mjs +47 -0
  208. package/esm2022/modal/modal-content/modal-content.component.mjs +15 -5
  209. package/esm2022/modal/modal-header/modal-header.component.mjs +16 -4
  210. package/esm2022/modal/modal-title/modal-title.directive.mjs +33 -6
  211. package/esm2022/modal/modal.module.mjs +18 -5
  212. package/esm2022/modal/public_api.mjs +2 -1
  213. package/esm2022/modal/service/modal.service.mjs +6 -2
  214. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +5 -3
  215. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -5
  216. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +15 -8
  217. package/esm2022/navbar/examples/public_api.mjs +1 -5
  218. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +5 -3
  219. package/esm2022/navbar/navbar/navbar.component.mjs +22 -28
  220. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +16 -8
  221. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +14 -7
  222. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -6
  223. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -9
  224. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +14 -8
  225. package/esm2022/notification/examples/public_api.mjs +6 -11
  226. package/esm2022/notification/notification/notification.component.mjs +31 -36
  227. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -3
  228. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +8 -4
  229. package/esm2022/paginator/examples/public_api.mjs +1 -2
  230. package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
  231. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +4 -3
  232. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +4 -3
  233. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +5 -4
  234. package/esm2022/progress-bar/examples/public_api.mjs +4 -7
  235. package/esm2022/progress-bar/progress-bar.component.mjs +18 -23
  236. package/esm2022/public_api.mjs +1 -3
  237. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +11 -6
  238. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +11 -6
  239. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +11 -6
  240. package/esm2022/quantity-field/examples/public_api.mjs +1 -5
  241. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +11 -6
  242. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +5 -4
  243. package/esm2022/radio/examples/examples.mjs +1 -5
  244. package/esm2022/radio/examples/public_api.mjs +1 -2
  245. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +4 -3
  246. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +15 -8
  247. package/esm2022/sidebar/examples/public_api.mjs +5 -9
  248. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +5 -3
  249. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +4 -3
  250. package/esm2022/sidebar/helper/is-docked-mode.mjs +9 -0
  251. package/esm2022/sidebar/helper/is-floating-mode.mjs +9 -0
  252. package/esm2022/sidebar/public_api.mjs +5 -1
  253. package/esm2022/sidebar/service/registration.type.mjs +2 -0
  254. package/esm2022/sidebar/service/sidebar.service.mjs +36 -0
  255. package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +3 -3
  256. package/esm2022/toast/examples/default-toast/default-toast.component.mjs +4 -3
  257. package/esm2022/toast/examples/public_api.mjs +5 -9
  258. package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +22 -5
  259. package/esm2022/toast/examples/toast-status/toast-status.component.mjs +5 -4
  260. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +4 -3
  261. package/esm2022/toast/toast/toast-template.component.mjs +2 -2
  262. package/esm2022/toast/toast/toast.component.mjs +16 -22
  263. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +6 -5
  264. package/esm2022/tree/examples/public_api.mjs +1 -2
  265. package/esm2022/tree/tree/tree.component.mjs +13 -23
  266. package/esm2022/tree/tree-item/tree-item.directive.mjs +3 -3
  267. package/fesm2022/daffodil-design-accordion.mjs +9 -21
  268. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  269. package/fesm2022/daffodil-design-article-examples.mjs +22 -43
  270. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
  271. package/fesm2022/daffodil-design-article.mjs +2 -2
  272. package/fesm2022/daffodil-design-article.mjs.map +1 -1
  273. package/fesm2022/daffodil-design-breadcrumb-examples.mjs +26 -0
  274. package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -0
  275. package/fesm2022/daffodil-design-breadcrumb.mjs +90 -0
  276. package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -0
  277. package/fesm2022/daffodil-design-button-examples.mjs +41 -205
  278. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
  279. package/fesm2022/daffodil-design-button.mjs +42 -11
  280. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  281. package/fesm2022/daffodil-design-callout-examples.mjs +29 -130
  282. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  283. package/fesm2022/daffodil-design-callout.mjs +25 -20
  284. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  285. package/fesm2022/daffodil-design-card-examples.mjs +39 -209
  286. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  287. package/fesm2022/daffodil-design-card.mjs +11 -15
  288. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  289. package/fesm2022/daffodil-design-checkbox-examples.mjs +14 -64
  290. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
  291. package/fesm2022/daffodil-design-container-examples.mjs +9 -32
  292. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
  293. package/fesm2022/daffodil-design-container.mjs +13 -20
  294. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  295. package/fesm2022/daffodil-design-hero-examples.mjs +27 -136
  296. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  297. package/fesm2022/daffodil-design-hero.mjs +25 -20
  298. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  299. package/fesm2022/daffodil-design-image-examples.mjs +11 -75
  300. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
  301. package/fesm2022/daffodil-design-image.mjs +12 -21
  302. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  303. package/fesm2022/daffodil-design-input-examples.mjs +15 -94
  304. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  305. package/fesm2022/daffodil-design-link-set.mjs +10 -20
  306. package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
  307. package/fesm2022/daffodil-design-list-examples.mjs +20 -140
  308. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  309. package/fesm2022/daffodil-design-list.mjs +12 -21
  310. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  311. package/fesm2022/daffodil-design-loading-icon-examples.mjs +10 -53
  312. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
  313. package/fesm2022/daffodil-design-loading-icon.mjs +19 -26
  314. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
  315. package/fesm2022/daffodil-design-media-gallery-examples.mjs +10 -82
  316. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
  317. package/fesm2022/daffodil-design-media-gallery.mjs +14 -20
  318. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  319. package/fesm2022/daffodil-design-menu-examples.mjs +10 -39
  320. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
  321. package/fesm2022/daffodil-design-modal-examples.mjs +9 -34
  322. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
  323. package/fesm2022/daffodil-design-modal.mjs +172 -23
  324. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  325. package/fesm2022/daffodil-design-navbar-examples.mjs +20 -113
  326. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
  327. package/fesm2022/daffodil-design-navbar.mjs +20 -26
  328. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  329. package/fesm2022/daffodil-design-notification-examples.mjs +41 -164
  330. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  331. package/fesm2022/daffodil-design-notification.mjs +29 -34
  332. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  333. package/fesm2022/daffodil-design-paginator-examples.mjs +12 -28
  334. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  335. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  336. package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -73
  337. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  338. package/fesm2022/daffodil-design-progress-bar.mjs +16 -21
  339. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  340. package/fesm2022/daffodil-design-quantity-field-examples.mjs +25 -126
  341. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  342. package/fesm2022/daffodil-design-radio-examples.mjs +4 -31
  343. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
  344. package/fesm2022/daffodil-design-sidebar-examples.mjs +22 -130
  345. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  346. package/fesm2022/daffodil-design-sidebar.mjs +57 -5
  347. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
  348. package/fesm2022/daffodil-design-toast-examples.mjs +20 -142
  349. package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
  350. package/fesm2022/daffodil-design-toast.mjs +15 -21
  351. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  352. package/fesm2022/daffodil-design-tree-examples.mjs +6 -34
  353. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
  354. package/fesm2022/daffodil-design-tree.mjs +13 -23
  355. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  356. package/fesm2022/daffodil-design.mjs +643 -199
  357. package/fesm2022/daffodil-design.mjs.map +1 -1
  358. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  359. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +1 -1
  360. package/hero/examples/hero-theming/hero-theming.component.d.ts +1 -1
  361. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  362. package/hero/examples/public_api.d.ts +0 -4
  363. package/hero/hero/hero.component.d.ts +6 -38
  364. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  365. package/image/examples/load-image/load-image.component.d.ts +1 -1
  366. package/image/examples/public_api.d.ts +2 -2
  367. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  368. package/image/image/image.component.d.ts +5 -22
  369. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  370. package/input/examples/examples.d.ts +2 -2
  371. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  372. package/input/examples/input-error/input-error.component.d.ts +1 -1
  373. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  374. package/link-set/link-set/link-set.component.d.ts +3 -22
  375. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  376. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  377. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  378. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  379. package/list/examples/public_api.d.ts +0 -1
  380. package/list/list/list.component.d.ts +5 -18
  381. package/loading-icon/examples/examples.d.ts +0 -2
  382. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +1 -1
  383. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  384. package/loading-icon/loading-icon/loading-icon.component.d.ts +3 -22
  385. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  386. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  387. package/media-gallery/examples/public_api.d.ts +0 -3
  388. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  389. package/media-gallery/media-gallery/media-gallery.component.d.ts +5 -25
  390. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  391. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  392. package/menu/examples/public_api.d.ts +2 -2
  393. package/modal/README.md +33 -35
  394. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  395. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  396. package/modal/examples/public_api.d.ts +2 -2
  397. package/modal/modal/modal-config.d.ts +2 -0
  398. package/modal/modal/modal.component.d.ts +17 -1
  399. package/modal/modal-actions/modal-actions.component.d.ts +1 -0
  400. package/modal/modal-close/modal-close.directive.d.ts +24 -0
  401. package/modal/modal-content/modal-content.component.d.ts +1 -0
  402. package/modal/modal-header/modal-header.component.d.ts +6 -1
  403. package/modal/modal-title/modal-title.directive.d.ts +12 -1
  404. package/modal/modal.module.d.ts +7 -4
  405. package/modal/public_api.d.ts +1 -0
  406. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  407. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  408. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +1 -1
  409. package/navbar/examples/public_api.d.ts +0 -4
  410. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  411. package/navbar/navbar/navbar.component.d.ts +3 -25
  412. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  413. package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +1 -1
  414. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +1 -1
  415. package/notification/examples/notification-status/notification-status.component.d.ts +1 -1
  416. package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +1 -1
  417. package/notification/examples/public_api.d.ts +6 -2
  418. package/notification/notification/notification.component.d.ts +7 -25
  419. package/notification/src/notification-theme.scss +1 -1
  420. package/package.json +1 -1
  421. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  422. package/paginator/examples/link-paginator/link-paginator.component.d.ts +1 -1
  423. package/paginator/examples/public_api.d.ts +0 -1
  424. package/progress-bar/examples/progress-bar-default/progress-bar-default.component.d.ts +1 -1
  425. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.d.ts +1 -1
  426. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.d.ts +1 -1
  427. package/progress-bar/examples/public_api.d.ts +2 -2
  428. package/progress-bar/progress-bar.component.d.ts +7 -22
  429. package/public_api.d.ts +0 -1
  430. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +1 -1
  431. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +1 -1
  432. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +1 -1
  433. package/quantity-field/examples/public_api.d.ts +0 -4
  434. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +1 -1
  435. package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -1
  436. package/radio/examples/examples.d.ts +0 -2
  437. package/radio/examples/public_api.d.ts +0 -1
  438. package/scss/state/skeleton/_mixins.scss +1 -1
  439. package/scss/theme.scss +2 -0
  440. package/scss/theming/_theme-css-variables.scss +1 -1
  441. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  442. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +1 -1
  443. package/sidebar/examples/public_api.d.ts +2 -2
  444. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +1 -1
  445. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +1 -1
  446. package/sidebar/helper/is-docked-mode.d.ts +5 -0
  447. package/sidebar/helper/is-floating-mode.d.ts +5 -0
  448. package/sidebar/public_api.d.ts +4 -0
  449. package/sidebar/service/registration.type.d.ts +11 -0
  450. package/sidebar/service/sidebar.service.d.ts +25 -0
  451. package/toast/examples/default-toast/default-toast.component.d.ts +1 -1
  452. package/toast/examples/public_api.d.ts +5 -2
  453. package/toast/examples/toast-positions/toast-positions.component.d.ts +1 -1
  454. package/toast/examples/toast-status/toast-status.component.d.ts +1 -1
  455. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.d.ts +1 -1
  456. package/toast/toast/toast.component.d.ts +7 -25
  457. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  458. package/tree/examples/public_api.d.ts +0 -1
  459. package/tree/tree/tree.component.d.ts +5 -19
  460. package/article/examples/article-examples.module.d.ts +0 -18
  461. package/button/examples/basic-button/basic-button.module.d.ts +0 -9
  462. package/button/examples/flat-button/flat-button.module.d.ts +0 -9
  463. package/button/examples/icon-button/icon-button.module.d.ts +0 -9
  464. package/button/examples/raised-button/raised-button.module.d.ts +0 -9
  465. package/button/examples/sizeable-button/sizeable-button.module.d.ts +0 -9
  466. package/button/examples/statusable-button/statusable-button.module.d.ts +0 -9
  467. package/button/examples/stroked-button/stroked-button.module.d.ts +0 -9
  468. package/button/examples/underline-button/underline-button.module.d.ts +0 -9
  469. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +0 -13
  470. package/callout/examples/callout-theming/callout-theming.module.d.ts +0 -12
  471. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +0 -13
  472. package/callout/examples/compact-callout/compact-callout.module.d.ts +0 -12
  473. package/card/examples/basic-card/basic-card.module.d.ts +0 -12
  474. package/card/examples/card-orientation/card-orientation.module.d.ts +0 -13
  475. package/card/examples/card-theming/card-theming.module.d.ts +0 -11
  476. package/card/examples/linkable-card/linkable-card.module.d.ts +0 -13
  477. package/card/examples/raised-card/raised-card.module.d.ts +0 -12
  478. package/card/examples/stroked-card/stroked-card.module.d.ts +0 -13
  479. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +0 -10
  480. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +0 -10
  481. package/container/examples/container-sizes/container-sizes.module.d.ts +0 -10
  482. package/core/article-encapsulated/article-encapsulated-mixin.d.ts +0 -15
  483. package/core/colorable/color-in-palette.d.ts +0 -1
  484. package/core/colorable/colorable-enum.d.ts +0 -10
  485. package/core/colorable/colorable-mixin.d.ts +0 -23
  486. package/core/compactable/compactable-mixin.d.ts +0 -14
  487. package/core/manage-container-layout/manage-container-layout-mixin.d.ts +0 -17
  488. package/core/sizable/sizable-mixin.d.ts +0 -15
  489. package/core/skeletonable/skeletonable-mixin.d.ts +0 -15
  490. package/core/statusable/statusable-mixin.d.ts +0 -16
  491. package/core/text-alignable/text-alignable-mixin.d.ts +0 -19
  492. package/esm2022/article/examples/article-examples.module.mjs +0 -35
  493. package/esm2022/button/examples/basic-button/basic-button.module.mjs +0 -28
  494. package/esm2022/button/examples/flat-button/flat-button.module.mjs +0 -28
  495. package/esm2022/button/examples/icon-button/icon-button.module.mjs +0 -28
  496. package/esm2022/button/examples/raised-button/raised-button.module.mjs +0 -28
  497. package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
  498. package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +0 -28
  499. package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +0 -28
  500. package/esm2022/button/examples/underline-button/underline-button.module.mjs +0 -28
  501. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -41
  502. package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +0 -37
  503. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -41
  504. package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +0 -37
  505. package/esm2022/card/examples/basic-card/basic-card.module.mjs +0 -40
  506. package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +0 -44
  507. package/esm2022/card/examples/card-theming/card-theming.module.mjs +0 -36
  508. package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +0 -44
  509. package/esm2022/card/examples/raised-card/raised-card.module.mjs +0 -40
  510. package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +0 -44
  511. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -33
  512. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -33
  513. package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +0 -32
  514. package/esm2022/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -12
  515. package/esm2022/core/colorable/color-in-palette.mjs +0 -5
  516. package/esm2022/core/colorable/colorable-enum.mjs +0 -12
  517. package/esm2022/core/colorable/colorable-mixin.mjs +0 -42
  518. package/esm2022/core/compactable/compactable-mixin.mjs +0 -26
  519. package/esm2022/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -14
  520. package/esm2022/core/sizable/sizable-mixin.mjs +0 -31
  521. package/esm2022/core/skeletonable/skeletonable-mixin.mjs +0 -26
  522. package/esm2022/core/statusable/statusable-mixin.mjs +0 -32
  523. package/esm2022/core/text-alignable/text-alignable-mixin.mjs +0 -35
  524. package/esm2022/examples/examples.mjs +0 -2
  525. package/esm2022/examples/public_api.mjs +0 -2
  526. package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +0 -40
  527. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -41
  528. package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +0 -40
  529. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -41
  530. package/esm2022/image/examples/basic-image/basic-image.module.mjs +0 -24
  531. package/esm2022/image/examples/load-image/load-image.module.mjs +0 -28
  532. package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
  533. package/esm2022/input/examples/basic-input/basic-input.module.mjs +0 -24
  534. package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +0 -24
  535. package/esm2022/input/examples/input-error/input-error.module.mjs +0 -28
  536. package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
  537. package/esm2022/list/examples/basic-list/basic-list.module.mjs +0 -28
  538. package/esm2022/list/examples/icon-list/icon-list.module.mjs +0 -32
  539. package/esm2022/list/examples/list-examples.module.mjs +0 -33
  540. package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +0 -32
  541. package/esm2022/list/examples/nav-list/nav-list.module.mjs +0 -32
  542. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -32
  543. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
  544. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -29
  545. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -29
  546. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -29
  547. package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +0 -35
  548. package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +0 -31
  549. package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -33
  550. package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -33
  551. package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -33
  552. package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -29
  553. package/esm2022/notification/examples/default-notification/default-notification.module.mjs +0 -36
  554. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.module.mjs +0 -36
  555. package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
  556. package/esm2022/notification/examples/notification-status/notification-status.module.mjs +0 -40
  557. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.module.mjs +0 -36
  558. package/esm2022/paginator/examples/paginator-examples.module.mjs +0 -27
  559. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.module.mjs +0 -24
  560. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.mjs +0 -24
  561. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.mjs +0 -28
  562. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
  563. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
  564. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
  565. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
  566. package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
  567. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -32
  568. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +0 -44
  569. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +0 -32
  570. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +0 -28
  571. package/esm2022/toast/examples/default-toast/default-toast.module.mjs +0 -36
  572. package/esm2022/toast/examples/toast-positions/toast-positions.module.mjs +0 -57
  573. package/esm2022/toast/examples/toast-status/toast-status.module.mjs +0 -40
  574. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.mjs +0 -32
  575. package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
  576. package/examples/examples.d.ts +0 -12
  577. package/examples/public_api.d.ts +0 -1
  578. package/hero/examples/compact-hero/compact-hero.module.d.ts +0 -12
  579. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +0 -13
  580. package/hero/examples/hero-theming/hero-theming.module.d.ts +0 -12
  581. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +0 -13
  582. package/image/examples/basic-image/basic-image.module.d.ts +0 -8
  583. package/image/examples/load-image/load-image.module.d.ts +0 -9
  584. package/image/examples/skeleton-image/skeleton-image.module.d.ts +0 -8
  585. package/input/examples/basic-input/basic-input.module.d.ts +0 -8
  586. package/input/examples/input-disabled/input-disabled.module.d.ts +0 -8
  587. package/input/examples/input-error/input-error.module.d.ts +0 -9
  588. package/input/examples/input-with-form-field/input-with-form-field.module.d.ts +0 -8
  589. package/list/examples/basic-list/basic-list.module.d.ts +0 -9
  590. package/list/examples/icon-list/icon-list.module.d.ts +0 -10
  591. package/list/examples/list-examples.module.d.ts +0 -11
  592. package/list/examples/multiline-list/multiline-list.module.d.ts +0 -10
  593. package/list/examples/nav-list/nav-list.module.d.ts +0 -10
  594. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +0 -10
  595. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +0 -8
  596. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +0 -9
  597. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +0 -9
  598. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +0 -9
  599. package/menu/examples/basic-menu/basic-menu.module.d.ts +0 -11
  600. package/modal/examples/basic-modal/basic-modal.module.d.ts +0 -10
  601. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +0 -11
  602. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +0 -11
  603. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +0 -11
  604. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +0 -10
  605. package/notification/examples/default-notification/default-notification.module.d.ts +0 -11
  606. package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +0 -11
  607. package/notification/examples/notification-orientations/notification-orientations.module.d.ts +0 -12
  608. package/notification/examples/notification-status/notification-status.module.d.ts +0 -12
  609. package/notification/examples/notification-with-actions/notification-with-actions.module.d.ts +0 -11
  610. package/paginator/examples/paginator-examples.module.d.ts +0 -10
  611. package/progress-bar/examples/progress-bar-default/progress-bar-default.module.d.ts +0 -8
  612. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.d.ts +0 -8
  613. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.d.ts +0 -9
  614. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +0 -10
  615. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +0 -10
  616. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +0 -10
  617. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +0 -10
  618. package/radio/examples/basic-radio/basic-radio.module.d.ts +0 -9
  619. package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +0 -10
  620. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +0 -13
  621. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +0 -10
  622. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +0 -9
  623. package/toast/examples/default-toast/default-toast.module.d.ts +0 -11
  624. package/toast/examples/toast-positions/toast-positions.module.d.ts +0 -12
  625. package/toast/examples/toast-status/toast-status.module.d.ts +0 -12
  626. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.d.ts +0 -10
  627. package/tree/examples/basic-tree/basic-tree.module.d.ts +0 -10
@@ -1,2 +1,2 @@
1
1
  export { DaffSkeletonable } from './skeletonable';
2
- export { daffSkeletonableMixin } from './skeletonable-mixin';
2
+ export { DaffSkeletonableDirective } from './skeletonable.directive';
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * An interface for giving a component the ability to display a skeleton/loading UI.
3
- * In order to be skeletonable, our class must implement this property.
4
3
  */
5
4
  export interface DaffSkeletonable {
6
5
  skeleton: boolean;
@@ -0,0 +1,50 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ * `DaffSkeletonableDirective` allows a component to display a skeleton loading
4
+ * state by conditionally applying a CSS class. This is useful for indicating to
5
+ * users that content is loading or being processed. This directive can be used to
6
+ * apply a skeleton loading state to any component by toggling the `skeleton`
7
+ * input property. When `skeleton` is `true`, the `daff-skeleton` CSS class
8
+ * is applied, which should style the component to look like a loading placeholder.
9
+ *
10
+ * ## Usage
11
+ *
12
+ * ### Implementing it as an attribute directive
13
+ *
14
+ * ```html
15
+ * <div daffSkeletonable [skeleton]="isLoading">Content</div>
16
+ * ```
17
+ *
18
+ * ### Implementing it as an Angular host directive
19
+ *
20
+ * ```ts
21
+ * @Component({
22
+ * standalone: true,
23
+ * selector: 'custom-component',
24
+ * template: 'custom-component.html',
25
+ * hostDirectives: [
26
+ * {
27
+ * directive: DaffSkeletonableDirective,
28
+ * inputs: ['skeleton'],
29
+ * },
30
+ * ],
31
+ * })
32
+ * export class CustomComponent { }
33
+ * ```
34
+ *
35
+ * ```scss
36
+ * .daff-skeleton {
37
+ * @include state.skeleton-screen(48px, 24px);
38
+ * }
39
+ * ```
40
+ *
41
+ * ## Styles
42
+ *
43
+ * The `daff-skeleton` class should be defined in your styles to display the loading
44
+ * state as desired. It can be used in conjuction with the `skeleton-screen` mixin, which provides predefined loading styles.
45
+ */
46
+ export declare class DaffSkeletonableDirective {
47
+ skeleton: boolean;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<DaffSkeletonableDirective, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DaffSkeletonableDirective, "[daffSkeletonable]", never, { "skeleton": { "alias": "skeleton"; "required": false; }; }, {}, never, never, true, never>;
50
+ }
@@ -1,2 +1,2 @@
1
1
  export { DaffStatusable, DaffStatus, DaffStatusEnum, } from './statusable';
2
- export { daffStatusMixin } from './statusable-mixin';
2
+ export { DaffStatusableDirective } from './statusable.directive';
@@ -1,7 +1,23 @@
1
+ /**
2
+ * The `DaffStatusable` interface defines a component that can have a status.
3
+ * This status determines the styling or behavior of the component.
4
+ */
1
5
  export interface DaffStatusable {
6
+ /**
7
+ * The status of the component.
8
+ */
2
9
  status: DaffStatus;
3
10
  }
11
+ /**
12
+ * The `DaffStatus` type defines the possible status values that a component can have.
13
+ * - 'warn': Indicates a warning status.
14
+ * - 'danger': Indicates a danger or error status.
15
+ * - 'success': Indicates a success status.
16
+ */
4
17
  export type DaffStatus = 'warn' | 'danger' | 'success';
18
+ /**
19
+ * The `DaffStatusEnum` enumerates the possible status values for a component.
20
+ */
5
21
  export declare enum DaffStatusEnum {
6
22
  Warn = "warn",
7
23
  Danger = "danger",
@@ -0,0 +1,65 @@
1
+ import { DaffStatus, DaffStatusable } from './statusable';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * `DaffStatusableDirective` allows a component to conditionally apply status-specific
5
+ * styles by setting CSS classes based on the specified status. This directive is useful
6
+ * for indicating different statuses such as warning, danger, or success states.
7
+ *
8
+ * ## Usage
9
+ *
10
+ * ### Implementing it as an attribute directive
11
+ *
12
+ * ```html
13
+ * <div daffStatusable [status]="componentStatus">Status content</div>
14
+ * ```
15
+ *
16
+ * ### Implementing it as an Angular host directive
17
+ *
18
+ * ```ts
19
+ * @Component({
20
+ * standalone: true,
21
+ * selector: 'custom-component',
22
+ * template: 'custom-component.html',
23
+ * hostDirectives: [
24
+ * {
25
+ * directive: DaffStatusableDirective,
26
+ * inputs: ['status'],
27
+ * },
28
+ * ],
29
+ * })
30
+ * export class CustomComponent { }
31
+ *
32
+ * ```scss
33
+ * .custom-component {
34
+ *
35
+ * &.daff-danger {
36
+ * background: daff-color($red, 10);
37
+ * color: daff-color($red, 90);
38
+ * }
39
+ * }
40
+ * ```
41
+ * ## Styles
42
+ *
43
+ * The directive applies the following CSS classes based on the status:
44
+ *
45
+ * - `daff-warn`: Applied when the status is `warn`.
46
+ * - `daff-danger`: Applied when the status is `danger`.
47
+ * - `daff-success`: Applied when the status is `success`.
48
+ */
49
+ export declare class DaffStatusableDirective implements DaffStatusable {
50
+ /**
51
+ * Dynamically sets the CSS classes based on the status.
52
+ * @docs-private
53
+ */
54
+ get class(): {
55
+ 'daff-warn': boolean;
56
+ 'daff-danger': boolean;
57
+ 'daff-success': boolean;
58
+ };
59
+ /**
60
+ * Sets the status on a component.
61
+ */
62
+ status: DaffStatus;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<DaffStatusableDirective, never>;
64
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DaffStatusableDirective, "[daffStatusable]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
65
+ }
@@ -1,2 +1,2 @@
1
1
  export { DaffTextAlignable, DaffTextAlignment, DaffTextAlignmentEnum, } from './text-alignable';
2
- export { daffTextAlignmentMixin } from './text-alignable-mixin';
2
+ export { DaffTextAlignableDirective } from './text-alignable.directive';
@@ -1,6 +1,5 @@
1
1
  /**
2
- * An interface for giving a component the ability to customize text alignment for component-specific UI.
3
- * In order to be text alignable, a component class must implement this property.
2
+ * Interface for giving a component the ability to customize text alignment for component-specific UI.
4
3
  */
5
4
  export interface DaffTextAlignable {
6
5
  textAlignment: DaffTextAlignment;
@@ -0,0 +1,73 @@
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { DaffTextAlignable, DaffTextAlignment } from './text-alignable';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * `DaffTextAlignableDirective` allows for dynamic text alignment of a component by
6
+ * setting CSS classes based on the specified text alignment. This directive is
7
+ * useful when text alignment needs to be managed dynamically in an Angular component.
8
+ *
9
+ * ## Usage
10
+ *
11
+ * ### Implementing it as an attribute directive
12
+ *
13
+ * ```html
14
+ * <div daffTextAlignable textAlignment="center">Aligned text</div>
15
+ *
16
+ * In this example, the `daff-center` class is added to the `div` element, allowing
17
+ * you to style the `div` as you wish using the class.
18
+ *
19
+ * ```
20
+ *
21
+ * ### Implementing it as an Angular host directive
22
+ *
23
+ * ```ts
24
+ * @Component({
25
+ * standalone: true,
26
+ * selector: 'custom-component',
27
+ * template: 'custom-component.html',
28
+ * hostDirectives: [
29
+ * {
30
+ * directive: DaffTextAlignableDirective,
31
+ * inputs: ['textAlignment'],
32
+ * },
33
+ * ],
34
+ * })
35
+ * export class CustomComponent { }
36
+ * ```
37
+ *
38
+ * ```scss
39
+ * .custom-component {
40
+ * &.daff-left {
41
+ * text-align: left;
42
+ * }
43
+ * }
44
+ * ```
45
+ *
46
+ * ## Why not just use CSS?
47
+ *
48
+ * While the native CSS `text-align` property can be used for static text alignment,
49
+ * the `DaffTextAlignableDirective` provides a structured and consistent way to handle
50
+ * dynamic text alignment within Angular components in more complex use-cases where the
51
+ * application of `text-align:center` would cause unexpected side effects.
52
+ */
53
+ export declare class DaffTextAlignableDirective implements DaffTextAlignable, OnChanges {
54
+ /**
55
+ * @docs-private
56
+ */
57
+ get class(): {
58
+ 'daff-left': boolean;
59
+ 'daff-center': boolean;
60
+ 'daff-right': boolean;
61
+ };
62
+ /**
63
+ * The text-alignment of a component.
64
+ */
65
+ textAlignment: DaffTextAlignment;
66
+ /**
67
+ * Sets a default textAlignment.
68
+ */
69
+ defaultAlignment: DaffTextAlignment;
70
+ ngOnChanges(changes: SimpleChanges): void;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<DaffTextAlignableDirective, never>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DaffTextAlignableDirective, "[daffTextAlignable]", never, { "textAlignment": { "alias": "textAlignment"; "required": false; }; }, {}, never, never, true, never>;
73
+ }
@@ -1,27 +1,15 @@
1
- import { ChangeDetectionStrategy, Component, ElementRef, Renderer2, } from '@angular/core';
2
- import { daffArticleEncapsulatedMixin } from '@daffodil/design';
1
+ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleEncapsulatedDirective } from '@daffodil/design';
3
3
  import * as i0 from "@angular/core";
4
- /**
5
- * An _elementRef and an instance of renderer2 are needed for the link set mixins
6
- */
7
- class DaffAccordionBase {
8
- constructor(_elementRef, _renderer) {
9
- this._elementRef = _elementRef;
10
- this._renderer = _renderer;
11
- }
12
- }
13
- const _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));
14
- export class DaffAccordionComponent extends _daffAccordionBase {
15
- constructor(elementRef, renderer) {
16
- super(elementRef, renderer);
17
- this.elementRef = elementRef;
18
- this.renderer = renderer;
19
- }
20
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
21
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffAccordionComponent, selector: "daff-accordion", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4
+ import * as i1 from "@daffodil/design";
5
+ export class DaffAccordionComponent {
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffAccordionComponent, selector: "daff-accordion", hostDirectives: [{ directive: i1.DaffArticleEncapsulatedDirective }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
8
  }
23
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionComponent, decorators: [{
24
10
  type: Component,
25
- args: [{ selector: 'daff-accordion', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}\n"] }]
26
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FjY29yZGlvbi9zcmMvYWNjb3JkaW9uL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsRUFDVixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBRWhFOztHQUVHO0FBQ0gsTUFBTSxpQkFBaUI7SUFDckIsWUFBbUIsV0FBdUIsRUFBUyxTQUFvQjtRQUFwRCxnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUFTLGNBQVMsR0FBVCxTQUFTLENBQVc7SUFBRyxDQUFDO0NBQzVFO0FBRUQsTUFBTSxrQkFBa0IsR0FBRyw0QkFBNEIsQ0FBQyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztBQWE3RSxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsa0JBQWtCO0lBQzVELFlBQW9CLFVBQXNCLEVBQVUsUUFBbUI7UUFDckUsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQztRQURWLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFXO0lBRXZFLENBQUM7a0lBSFUsc0JBQXNCO3NIQUF0QixzQkFBc0IsNkVBVHZCLDJCQUEyQjs7NEZBUzFCLHNCQUFzQjtrQkFYbEMsU0FBUzsrQkFDRSxnQkFBZ0IsWUFDaEIsMkJBQTJCLG1CQU1wQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgUmVuZGVyZXIyLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgZGFmZkFydGljbGVFbmNhcHN1bGF0ZWRNaXhpbiB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG4vKipcbiAqIEFuIF9lbGVtZW50UmVmIGFuZCBhbiBpbnN0YW5jZSBvZiByZW5kZXJlcjIgYXJlIG5lZWRlZCBmb3IgdGhlIGxpbmsgc2V0IG1peGluc1xuICovXG5jbGFzcyBEYWZmQWNjb3JkaW9uQmFzZSB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBfZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHVibGljIF9yZW5kZXJlcjogUmVuZGVyZXIyKSB7fVxufVxuXG5jb25zdCBfZGFmZkFjY29yZGlvbkJhc2UgPSBkYWZmQXJ0aWNsZUVuY2Fwc3VsYXRlZE1peGluKChEYWZmQWNjb3JkaW9uQmFzZSkpO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLWFjY29yZGlvbicsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIHN0eWxlczogW2BcbiAgICA6aG9zdCB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICB9XG4gIGBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5cbmV4cG9ydCBjbGFzcyBEYWZmQWNjb3JkaW9uQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZBY2NvcmRpb25CYXNlIHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcbiAgICBzdXBlcihlbGVtZW50UmVmLCByZW5kZXJlcik7XG4gIH1cbn1cbiJdfQ==
11
+ args: [{ selector: 'daff-accordion', template: '<ng-content></ng-content>', hostDirectives: [{
12
+ directive: DaffArticleEncapsulatedDirective,
13
+ }], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}\n"] }]
14
+ }] });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FjY29yZGlvbi9zcmMvYWNjb3JkaW9uL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7QUFnQnBFLE1BQU0sT0FBTyxzQkFBc0I7a0lBQXRCLHNCQUFzQjtzSEFBdEIsc0JBQXNCLDRIQVp2QiwyQkFBMkI7OzRGQVkxQixzQkFBc0I7a0JBZGxDLFNBQVM7K0JBQ0UsZ0JBQWdCLFlBQ2hCLDJCQUEyQixrQkFNckIsQ0FBQzs0QkFDZixTQUFTLEVBQUUsZ0NBQWdDO3lCQUM1QyxDQUFDLG1CQUNlLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVFbmNhcHN1bGF0ZWREaXJlY3RpdmUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1hY2NvcmRpb24nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzdHlsZXM6IFtgXG4gICAgOmhvc3Qge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgfVxuICBgXSxcbiAgaG9zdERpcmVjdGl2ZXM6IFt7XG4gICAgZGlyZWN0aXZlOiBEYWZmQXJ0aWNsZUVuY2Fwc3VsYXRlZERpcmVjdGl2ZSxcbiAgfV0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcblxuZXhwb3J0IGNsYXNzIERhZmZBY2NvcmRpb25Db21wb25lbnQge31cbiJdfQ==
@@ -15,11 +15,11 @@ export class DaffArticleComponent {
15
15
  this.role = 'article';
16
16
  }
17
17
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h1:not(.daff-ae *,.daff-ae)+p code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article a:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.125em .25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
19
19
  }
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleComponent, decorators: [{
21
21
  type: Component,
22
- args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h1:not(.daff-ae *,.daff-ae)+p code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
22
+ args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article a:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.125em .25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
23
23
  }], propDecorators: { class: [{
24
24
  type: HostBinding,
25
25
  args: ['class.daff-article']
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleBlockquoteComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleBlockquoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleBlockquoteComponent, selector: "article-blockquote", ngImport: i0, template: "<daff-article>\n <blockquote>\n This is a blockquote. This can be used for customer testimonals, document references, etc.\n <cite>Name your quote source here.</cite>\n </blockquote>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleBlockquoteComponent, isStandalone: true, selector: "article-blockquote", ngImport: i0, template: "<daff-article>\n <blockquote>\n This is a blockquote. This can be used for customer testimonals, document references, etc.\n <cite>Name your quote source here.</cite>\n </blockquote>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleBlockquoteComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-blockquote', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <blockquote>\n This is a blockquote. This can be used for customer testimonals, document references, etc.\n <cite>Name your quote source here.</cite>\n </blockquote>\n</daff-article>" }]
11
+ args: [{ selector: 'article-blockquote', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <blockquote>\n This is a blockquote. This can be used for customer testimonals, document references, etc.\n <cite>Name your quote source here.</cite>\n </blockquote>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1ibG9ja3F1b3RlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtYmxvY2txdW90ZS9hcnRpY2xlLWJsb2NrcXVvdGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1ibG9ja3F1b3RlL2FydGljbGUtYmxvY2txdW90ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTywwQkFBMEI7a0lBQTFCLDBCQUEwQjtzSEFBMUIsMEJBQTBCLDBEQ1h2QyxpTkFLZTs7NEZETUYsMEJBQTBCO2tCQU50QyxTQUFTOytCQUVFLG9CQUFvQixtQkFFYix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtYmxvY2txdW90ZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcnRpY2xlLWJsb2NrcXVvdGUuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQXJ0aWNsZUJsb2NrcXVvdGVDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG4gIDxibG9ja3F1b3RlPlxuICAgIFRoaXMgaXMgYSBibG9ja3F1b3RlLiBUaGlzIGNhbiBiZSB1c2VkIGZvciBjdXN0b21lciB0ZXN0aW1vbmFscywgZG9jdW1lbnQgcmVmZXJlbmNlcywgZXRjLlxuICAgIDxjaXRlPk5hbWUgeW91ciBxdW90ZSBzb3VyY2UgaGVyZS48L2NpdGU+XG4gIDwvYmxvY2txdW90ZT5cbjwvZGFmZi1hcnRpY2xlPiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1ibG9ja3F1b3RlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtYmxvY2txdW90ZS9hcnRpY2xlLWJsb2NrcXVvdGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1ibG9ja3F1b3RlL2FydGljbGUtYmxvY2txdW90ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBVTdELE1BQU0sT0FBTywwQkFBMEI7a0lBQTFCLDBCQUEwQjtzSEFBMUIsMEJBQTBCLDhFQ2Z2QyxpTkFLZSwyQ0RRSCxpQkFBaUI7OzRGQUVoQiwwQkFBMEI7a0JBUnRDLFNBQVM7K0JBRUUsb0JBQW9CLG1CQUViLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2FydGljbGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLWJsb2NrcXVvdGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1ibG9ja3F1b3RlLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmQXJ0aWNsZU1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVCbG9ja3F1b3RlQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8YmxvY2txdW90ZT5cbiAgICBUaGlzIGlzIGEgYmxvY2txdW90ZS4gVGhpcyBjYW4gYmUgdXNlZCBmb3IgY3VzdG9tZXIgdGVzdGltb25hbHMsIGRvY3VtZW50IHJlZmVyZW5jZXMsIGV0Yy5cbiAgICA8Y2l0ZT5OYW1lIHlvdXIgcXVvdGUgc291cmNlIGhlcmUuPC9jaXRlPlxuICA8L2Jsb2NrcXVvdGU+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleCodeBlockComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleCodeBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleCodeBlockComponent, selector: "article-code-block", ngImport: i0, template: "<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleCodeBlockComponent, isStandalone: true, selector: "article-code-block", ngImport: i0, template: "<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleCodeBlockComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-code-block', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n" }]
11
+ args: [{ selector: 'article-code-block', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1jb2RlLWJsb2NrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtY29kZS1ibG9jay9hcnRpY2xlLWNvZGUtYmxvY2suY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1jb2RlLWJsb2NrL2FydGljbGUtY29kZS1ibG9jay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyx5QkFBeUI7a0lBQXpCLHlCQUF5QjtzSEFBekIseUJBQXlCLDBEQ1h0QyxxSEFLQTs7NEZETWEseUJBQXlCO2tCQU5yQyxTQUFTOytCQUVFLG9CQUFvQixtQkFFYix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtY29kZS1ibG9jaycsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcnRpY2xlLWNvZGUtYmxvY2suY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQXJ0aWNsZUNvZGVCbG9ja0NvbXBvbmVudCB7fVxuIiwiPGRhZmYtYXJ0aWNsZT5cbjxwcmU+PGNvZGU+VGhpcyBpcyBhIGxpbmUgb2YgY29kZS5cblRoaXMgaXMgYW5vdGhlciBsaW5lIG9mIGNvZGUuXG48L2NvZGU+PC9wcmU+XG48L2RhZmYtYXJ0aWNsZT5cbiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1jb2RlLWJsb2NrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtY29kZS1ibG9jay9hcnRpY2xlLWNvZGUtYmxvY2suY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1jb2RlLWJsb2NrL2FydGljbGUtY29kZS1ibG9jay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBVTdELE1BQU0sT0FBTyx5QkFBeUI7a0lBQXpCLHlCQUF5QjtzSEFBekIseUJBQXlCLDhFQ2Z0QyxxSEFLQSwyQ0RRWSxpQkFBaUI7OzRGQUVoQix5QkFBeUI7a0JBUnJDLFNBQVM7K0JBRUUsb0JBQW9CLG1CQUViLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2FydGljbGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLWNvZGUtYmxvY2snLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1jb2RlLWJsb2NrLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmQXJ0aWNsZU1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVDb2RlQmxvY2tDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG48cHJlPjxjb2RlPlRoaXMgaXMgYSBsaW5lIG9mIGNvZGUuXG5UaGlzIGlzIGFub3RoZXIgbGluZSBvZiBjb2RlLlxuPC9jb2RlPjwvcHJlPlxuPC9kYWZmLWFydGljbGU+XG4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleCodeInlineComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleCodeInlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleCodeInlineComponent, selector: "article-code-inline", ngImport: i0, template: "<daff-article>\n <p>We could be discussing <code>functions</code> or <code>types</code>, but we should indicate the difference between these elements and regular text!</p>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleCodeInlineComponent, isStandalone: true, selector: "article-code-inline", ngImport: i0, template: "<daff-article>\n <p>We could be discussing <code>functions</code> or <code>types</code>, but we should indicate the difference between these elements and regular text!</p>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleCodeInlineComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-code-inline', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <p>We could be discussing <code>functions</code> or <code>types</code>, but we should indicate the difference between these elements and regular text!</p>\n</daff-article>" }]
11
+ args: [{ selector: 'article-code-inline', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <p>We could be discussing <code>functions</code> or <code>types</code>, but we should indicate the difference between these elements and regular text!</p>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1jb2RlLWlubGluZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWNvZGUtaW5saW5lL2FydGljbGUtY29kZS1pbmxpbmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1jb2RlLWlubGluZS9hcnRpY2xlLWNvZGUtaW5saW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7QUFRdkIsTUFBTSxPQUFPLDBCQUEwQjtrSUFBMUIsMEJBQTBCO3NIQUExQiwwQkFBMEIsMkRDWHZDLCtMQUVlOzs0RkRTRiwwQkFBMEI7a0JBTnRDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUVkLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYXJ0aWNsZS1jb2RlLWlubGluZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcnRpY2xlLWNvZGUtaW5saW5lLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVDb2RlSW5saW5lQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8cD5XZSBjb3VsZCBiZSBkaXNjdXNzaW5nIDxjb2RlPmZ1bmN0aW9uczwvY29kZT4gb3IgPGNvZGU+dHlwZXM8L2NvZGU+LCBidXQgd2Ugc2hvdWxkIGluZGljYXRlIHRoZSBkaWZmZXJlbmNlIGJldHdlZW4gdGhlc2UgZWxlbWVudHMgYW5kIHJlZ3VsYXIgdGV4dCE8L3A+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1jb2RlLWlubGluZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWNvZGUtaW5saW5lL2FydGljbGUtY29kZS1pbmxpbmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1jb2RlLWlubGluZS9hcnRpY2xlLWNvZGUtaW5saW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFVN0QsTUFBTSxPQUFPLDBCQUEwQjtrSUFBMUIsMEJBQTBCO3NIQUExQiwwQkFBMEIsK0VDZnZDLCtMQUVlLDJDRFdILGlCQUFpQjs7NEZBRWhCLDBCQUEwQjtrQkFSdEMsU0FBUzsrQkFFRSxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQXJ0aWNsZU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYXJ0aWNsZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtY29kZS1pbmxpbmUnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1jb2RlLWlubGluZS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZkFydGljbGVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlQ29kZUlubGluZUNvbXBvbmVudCB7fVxuIiwiPGRhZmYtYXJ0aWNsZT5cbiAgPHA+V2UgY291bGQgYmUgZGlzY3Vzc2luZyA8Y29kZT5mdW5jdGlvbnM8L2NvZGU+IG9yIDxjb2RlPnR5cGVzPC9jb2RlPiwgYnV0IHdlIHNob3VsZCBpbmRpY2F0ZSB0aGUgZGlmZmVyZW5jZSBiZXR3ZWVuIHRoZXNlIGVsZW1lbnRzIGFuZCByZWd1bGFyIHRleHQhPC9wPlxuPC9kYWZmLWFydGljbGU+Il19
@@ -2,10 +2,10 @@ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class ArticleHeadingsComponent {
4
4
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleHeadingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleHeadingsComponent, selector: "article-headings", ngImport: i0, template: "<h1>This is a h1 heading with <code>code</code></h1>\n<h2>This is a h2 heading with <code>code</code></h2>\n<h3>This is a h3 heading with <code>code</code></h3>\n<h4>This is a h4 heading with <code>code</code></h4>\n<h5>This is a h5 heading with <code>code</code></h5>\n<h6>This is a h6 heading with <code>code</code></h6>", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleHeadingsComponent, isStandalone: true, selector: "article-headings", ngImport: i0, template: "<h1>This is a h1 heading with <code>code</code></h1>\n<h2>This is a h2 heading with <code>code</code></h2>\n<h3>This is a h3 heading with <code>code</code></h3>\n<h4>This is a h4 heading with <code>code</code></h4>\n<h5>This is a h5 heading with <code>code</code></h5>\n<h6>This is a h6 heading with <code>code</code></h6>", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
6
  }
7
7
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleHeadingsComponent, decorators: [{
8
8
  type: Component,
9
- args: [{ selector: 'article-headings', changeDetection: ChangeDetectionStrategy.OnPush, template: "<h1>This is a h1 heading with <code>code</code></h1>\n<h2>This is a h2 heading with <code>code</code></h2>\n<h3>This is a h3 heading with <code>code</code></h3>\n<h4>This is a h4 heading with <code>code</code></h4>\n<h5>This is a h5 heading with <code>code</code></h5>\n<h6>This is a h6 heading with <code>code</code></h6>" }]
9
+ args: [{ selector: 'article-headings', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<h1>This is a h1 heading with <code>code</code></h1>\n<h2>This is a h2 heading with <code>code</code></h2>\n<h3>This is a h3 heading with <code>code</code></h3>\n<h4>This is a h4 heading with <code>code</code></h4>\n<h5>This is a h5 heading with <code>code</code></h5>\n<h6>This is a h6 heading with <code>code</code></h6>" }]
10
10
  }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1oZWFkaW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWhlYWRpbmdzL2FydGljbGUtaGVhZGluZ3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1oZWFkaW5ncy9hcnRpY2xlLWhlYWRpbmdzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOztBQVF2QixNQUFNLE9BQU8sd0JBQXdCO2tJQUF4Qix3QkFBd0I7c0hBQXhCLHdCQUF3Qix3RENYckMsb1VBS29EOzs0RkRNdkMsd0JBQXdCO2tCQU5wQyxTQUFTOytCQUVFLGtCQUFrQixtQkFFWCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtaGVhZGluZ3MnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1oZWFkaW5ncy5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlSGVhZGluZ3NDb21wb25lbnQge31cbiIsIjxoMT5UaGlzIGlzIGEgaDEgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oMT5cbjxoMj5UaGlzIGlzIGEgaDIgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oMj5cbjxoMz5UaGlzIGlzIGEgaDMgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oMz5cbjxoND5UaGlzIGlzIGEgaDQgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oND5cbjxoNT5UaGlzIGlzIGEgaDUgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oNT5cbjxoNj5UaGlzIGlzIGEgaDYgaGVhZGluZyB3aXRoIDxjb2RlPmNvZGU8L2NvZGU+PC9oNj4iXX0=
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1oZWFkaW5ncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWhlYWRpbmdzL2FydGljbGUtaGVhZGluZ3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1oZWFkaW5ncy9hcnRpY2xlLWhlYWRpbmdzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOztBQVN2QixNQUFNLE9BQU8sd0JBQXdCO2tJQUF4Qix3QkFBd0I7c0hBQXhCLHdCQUF3Qiw0RUNackMsb1VBS29EOzs0RkRPdkMsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUVFLGtCQUFrQixtQkFFWCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYXJ0aWNsZS1oZWFkaW5ncycsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcnRpY2xlLWhlYWRpbmdzLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVIZWFkaW5nc0NvbXBvbmVudCB7fVxuIiwiPGgxPlRoaXMgaXMgYSBoMSBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2gxPlxuPGgyPlRoaXMgaXMgYSBoMiBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2gyPlxuPGgzPlRoaXMgaXMgYSBoMyBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2gzPlxuPGg0PlRoaXMgaXMgYSBoNCBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2g0PlxuPGg1PlRoaXMgaXMgYSBoNSBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2g1PlxuPGg2PlRoaXMgaXMgYSBoNiBoZWFkaW5nIHdpdGggPGNvZGU+Y29kZTwvY29kZT48L2g2PiJdfQ==
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleHrComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleHrComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleHrComponent, selector: "article-hr", ngImport: i0, template: "<daff-article>\n <hr>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleHrComponent, isStandalone: true, selector: "article-hr", ngImport: i0, template: "<daff-article>\n <hr>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleHrComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-hr', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <hr>\n</daff-article>" }]
11
+ args: [{ selector: 'article-hr', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <hr>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1oci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWhyL2FydGljbGUtaHIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1oci9hcnRpY2xlLWhyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7QUFRdkIsTUFBTSxPQUFPLGtCQUFrQjtrSUFBbEIsa0JBQWtCO3NIQUFsQixrQkFBa0Isa0RDWC9CLHlDQUVlOzs0RkRTRixrQkFBa0I7a0JBTjlCLFNBQVM7K0JBRUUsWUFBWSxtQkFFTCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtaHInLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1oci5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlSHJDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG4gIDxocj5cbjwvZGFmZi1hcnRpY2xlPiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1oci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWhyL2FydGljbGUtaHIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1oci9hcnRpY2xlLWhyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFVN0QsTUFBTSxPQUFPLGtCQUFrQjtrSUFBbEIsa0JBQWtCO3NIQUFsQixrQkFBa0Isc0VDZi9CLHlDQUVlLDJDRFdILGlCQUFpQjs7NEZBRWhCLGtCQUFrQjtrQkFSOUIsU0FBUzsrQkFFRSxZQUFZLG1CQUVMLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2FydGljbGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLWhyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FydGljbGUtaHIuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhZmZBcnRpY2xlTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQXJ0aWNsZUhyQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8aHI+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleLinkComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleLinkComponent, selector: "article-link", ngImport: i0, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleLinkComponent, isStandalone: true, selector: "article-link", ngImport: i0, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleLinkComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-link', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>" }]
11
+ args: [{ selector: 'article-link', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1saW5rLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtbGluay9hcnRpY2xlLWxpbmsuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1saW5rL2FydGljbGUtbGluay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyxvQkFBb0I7a0lBQXBCLG9CQUFvQjtzSEFBcEIsb0JBQW9CLG9EQ1hqQyxzRUFFZTs7NEZEU0Ysb0JBQW9CO2tCQU5oQyxTQUFTOytCQUVFLGNBQWMsbUJBRVAsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLWxpbmsnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1saW5rLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVMaW5rQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8YSBocmVmPVwiI1wiPlRoaXMgaXMgYSBsaW5rLjwvYT5cbjwvZGFmZi1hcnRpY2xlPiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1saW5rLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtbGluay9hcnRpY2xlLWxpbmsuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1saW5rL2FydGljbGUtbGluay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBVTdELE1BQU0sT0FBTyxvQkFBb0I7a0lBQXBCLG9CQUFvQjtzSEFBcEIsb0JBQW9CLHdFQ2ZqQyxzRUFFZSwyQ0RXSCxpQkFBaUI7OzRGQUVoQixvQkFBb0I7a0JBUmhDLFNBQVM7K0JBRUUsY0FBYyxtQkFFUCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZBcnRpY2xlTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9hcnRpY2xlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYXJ0aWNsZS1saW5rJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FydGljbGUtbGluay5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZkFydGljbGVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlTGlua0NvbXBvbmVudCB7fVxuIiwiPGRhZmYtYXJ0aWNsZT5cbiAgPGEgaHJlZj1cIiNcIj5UaGlzIGlzIGEgbGluay48L2E+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleMetaComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleMetaComponent, selector: "article-meta", ngImport: i0, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }, { kind: "directive", type: i1.DaffArticleMetaDirective, selector: "[daffArticleMeta]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleMetaComponent, isStandalone: true, selector: "article-meta", ngImport: i0, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }, { kind: "directive", type: i1.DaffArticleMetaDirective, selector: "[daffArticleMeta]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleMetaComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-meta', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>" }]
11
+ args: [{ selector: 'article-meta', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1tZXRhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtbWV0YS9hcnRpY2xlLW1ldGEuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1tZXRhL2FydGljbGUtbWV0YS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyxvQkFBb0I7a0lBQXBCLG9CQUFvQjtzSEFBcEIsb0JBQW9CLG9EQ1hqQyx5R0FFZTs7NEZEU0Ysb0JBQW9CO2tCQU5oQyxTQUFTOytCQUVFLGNBQWMsbUJBRVAsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLW1ldGEnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1tZXRhLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEFydGljbGVNZXRhQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8cCBkYWZmQXJ0aWNsZU1ldGE+U29tZSBpbnRlcmVzdGluZyBpbmZvcm1hdGlvbiBhYm91dCBhbiBhcnRpY2xlPC9wPlxuPC9kYWZmLWFydGljbGU+Il19
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1tZXRhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FydGljbGUvZXhhbXBsZXMvc3JjL2FydGljbGUtbWV0YS9hcnRpY2xlLW1ldGEuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1tZXRhL2FydGljbGUtbWV0YS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBVTdELE1BQU0sT0FBTyxvQkFBb0I7a0lBQXBCLG9CQUFvQjtzSEFBcEIsb0JBQW9CLHdFQ2ZqQyx5R0FFZSwyQ0RXSCxpQkFBaUI7OzRGQUVoQixvQkFBb0I7a0JBUmhDLFNBQVM7K0JBRUUsY0FBYyxtQkFFUCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZBcnRpY2xlTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9hcnRpY2xlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYXJ0aWNsZS1tZXRhJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FydGljbGUtbWV0YS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZkFydGljbGVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlTWV0YUNvbXBvbmVudCB7fVxuIiwiPGRhZmYtYXJ0aWNsZT5cbiAgPHAgZGFmZkFydGljbGVNZXRhPlNvbWUgaW50ZXJlc3RpbmcgaW5mb3JtYXRpb24gYWJvdXQgYW4gYXJ0aWNsZTwvcD5cbjwvZGFmZi1hcnRpY2xlPiJdfQ==
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleOlComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleOlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleOlComponent, selector: "article-ol", ngImport: i0, template: "<daff-article>\n <ol>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n </ol>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleOlComponent, isStandalone: true, selector: "article-ol", ngImport: i0, template: "<daff-article>\n <ol>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n </ol>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleOlComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-ol', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <ol>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n </ol>\n</daff-article>" }]
11
+ args: [{ selector: 'article-ol', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <ol>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n <li>This is an ordered list.</li>\n </ol>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1vbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLW9sL2FydGljbGUtb2wuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1vbC9hcnRpY2xlLW9sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7QUFRdkIsTUFBTSxPQUFPLGtCQUFrQjtrSUFBbEIsa0JBQWtCO3NIQUFsQixrQkFBa0Isa0RDWC9CLDRSQVNlOzs0RkRFRixrQkFBa0I7a0JBTjlCLFNBQVM7K0JBRUUsWUFBWSxtQkFFTCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtb2wnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS1vbC5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlT2xDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG4gIDxvbD5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgICA8bGk+VGhpcyBpcyBhbiBvcmRlcmVkIGxpc3QuPC9saT5cbiAgPC9vbD5cbjwvZGFmZi1hcnRpY2xlPiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1vbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLW9sL2FydGljbGUtb2wuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS1vbC9hcnRpY2xlLW9sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFVN0QsTUFBTSxPQUFPLGtCQUFrQjtrSUFBbEIsa0JBQWtCO3NIQUFsQixrQkFBa0Isc0VDZi9CLDRSQVNlLDJDRElILGlCQUFpQjs7NEZBRWhCLGtCQUFrQjtrQkFSOUIsU0FBUzsrQkFFRSxZQUFZLG1CQUVMLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2FydGljbGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhcnRpY2xlLW9sJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FydGljbGUtb2wuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhZmZBcnRpY2xlTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQXJ0aWNsZU9sQ29tcG9uZW50IHt9XG4iLCI8ZGFmZi1hcnRpY2xlPlxuICA8b2w+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gICAgPGxpPlRoaXMgaXMgYW4gb3JkZXJlZCBsaXN0LjwvbGk+XG4gIDwvb2w+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffArticleModule } from '@daffodil/design/article';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/article";
4
5
  export class ArticleTableComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleTableComponent, selector: "article-table", ngImport: i0, template: "<daff-article>\n <table>\n <thead>\n <tr>\n <th>Product Name</th>\n <th>Description</th>\n <th>Price</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>T-Shirt</td>\n <td>White Crew Neck T-Shirt</td>\n <td>$20.00</td>\n </tr>\n <tr>\n <td>Shorts</td>\n <td>Black Denim Shorts</td>\n <td>$40.00</td>\n </tr>\n <tr>\n <td>Shoes</td>\n <td>White Sneakers</td>\n <td>$100.00</td>\n </tr>\n </tbody>\n </table>\n</daff-article>", dependencies: [{ kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: ArticleTableComponent, isStandalone: true, selector: "article-table", ngImport: i0, template: "<daff-article>\n <table>\n <thead>\n <tr>\n <th>Product Name</th>\n <th>Description</th>\n <th>Price</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>T-Shirt</td>\n <td>White Crew Neck T-Shirt</td>\n <td>$20.00</td>\n </tr>\n <tr>\n <td>Shorts</td>\n <td>Black Denim Shorts</td>\n <td>$40.00</td>\n </tr>\n <tr>\n <td>Shoes</td>\n <td>White Sneakers</td>\n <td>$100.00</td>\n </tr>\n </tbody>\n </table>\n</daff-article>", dependencies: [{ kind: "ngmodule", type: DaffArticleModule }, { kind: "component", type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleTableComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'article-table', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <table>\n <thead>\n <tr>\n <th>Product Name</th>\n <th>Description</th>\n <th>Price</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>T-Shirt</td>\n <td>White Crew Neck T-Shirt</td>\n <td>$20.00</td>\n </tr>\n <tr>\n <td>Shorts</td>\n <td>Black Denim Shorts</td>\n <td>$40.00</td>\n </tr>\n <tr>\n <td>Shoes</td>\n <td>White Sneakers</td>\n <td>$100.00</td>\n </tr>\n </tbody>\n </table>\n</daff-article>" }]
11
+ args: [{ selector: 'article-table', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffArticleModule], template: "<daff-article>\n <table>\n <thead>\n <tr>\n <th>Product Name</th>\n <th>Description</th>\n <th>Price</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>T-Shirt</td>\n <td>White Crew Neck T-Shirt</td>\n <td>$20.00</td>\n </tr>\n <tr>\n <td>Shorts</td>\n <td>Black Denim Shorts</td>\n <td>$40.00</td>\n </tr>\n <tr>\n <td>Shoes</td>\n <td>White Sneakers</td>\n <td>$100.00</td>\n </tr>\n </tbody>\n </table>\n</daff-article>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS10YWJsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLXRhYmxlL2FydGljbGUtdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS10YWJsZS9hcnRpY2xlLXRhYmxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7QUFRdkIsTUFBTSxPQUFPLHFCQUFxQjtrSUFBckIscUJBQXFCO3NIQUFyQixxQkFBcUIscURDWGxDLDhpQkEyQmU7OzRGRGhCRixxQkFBcUI7a0JBTmpDLFNBQVM7K0JBRUUsZUFBZSxtQkFFUix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtdGFibGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS10YWJsZS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlVGFibGVDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG4gIDx0YWJsZT5cbiAgICA8dGhlYWQ+XG4gICAgICA8dHI+XG4gICAgICAgIDx0aD5Qcm9kdWN0IE5hbWU8L3RoPlxuICAgICAgICA8dGg+RGVzY3JpcHRpb248L3RoPlxuICAgICAgICA8dGg+UHJpY2U8L3RoPlxuICAgICAgPC90cj5cbiAgICA8L3RoZWFkPlxuICAgIDx0Ym9keT5cbiAgICAgIDx0cj5cbiAgICAgICAgPHRkPlQtU2hpcnQ8L3RkPlxuICAgICAgICA8dGQ+V2hpdGUgQ3JldyBOZWNrIFQtU2hpcnQ8L3RkPlxuICAgICAgICA8dGQ+JDIwLjAwPC90ZD5cbiAgICAgIDwvdHI+XG4gICAgICA8dHI+XG4gICAgICAgIDx0ZD5TaG9ydHM8L3RkPlxuICAgICAgICA8dGQ+QmxhY2sgRGVuaW0gU2hvcnRzPC90ZD5cbiAgICAgICAgPHRkPiQ0MC4wMDwvdGQ+XG4gICAgICA8L3RyPlxuICAgICAgPHRyPlxuICAgICAgICA8dGQ+U2hvZXM8L3RkPlxuICAgICAgICA8dGQ+V2hpdGUgU25lYWtlcnM8L3RkPlxuICAgICAgICA8dGQ+JDEwMC4wMDwvdGQ+XG4gICAgICA8L3RyPlxuICAgIDwvdGJvZHk+XG4gIDwvdGFibGU+XG48L2RhZmYtYXJ0aWNsZT4iXX0=
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS10YWJsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLXRhYmxlL2FydGljbGUtdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYXJ0aWNsZS9leGFtcGxlcy9zcmMvYXJ0aWNsZS10YWJsZS9hcnRpY2xlLXRhYmxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFVN0QsTUFBTSxPQUFPLHFCQUFxQjtrSUFBckIscUJBQXFCO3NIQUFyQixxQkFBcUIseUVDZmxDLDhpQkEyQmUsMkNEZEgsaUJBQWlCOzs0RkFFaEIscUJBQXFCO2tCQVJqQyxTQUFTOytCQUVFLGVBQWUsbUJBRVIsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQXJ0aWNsZU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYXJ0aWNsZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2FydGljbGUtdGFibGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vYXJ0aWNsZS10YWJsZS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZkFydGljbGVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBcnRpY2xlVGFibGVDb21wb25lbnQge31cbiIsIjxkYWZmLWFydGljbGU+XG4gIDx0YWJsZT5cbiAgICA8dGhlYWQ+XG4gICAgICA8dHI+XG4gICAgICAgIDx0aD5Qcm9kdWN0IE5hbWU8L3RoPlxuICAgICAgICA8dGg+RGVzY3JpcHRpb248L3RoPlxuICAgICAgICA8dGg+UHJpY2U8L3RoPlxuICAgICAgPC90cj5cbiAgICA8L3RoZWFkPlxuICAgIDx0Ym9keT5cbiAgICAgIDx0cj5cbiAgICAgICAgPHRkPlQtU2hpcnQ8L3RkPlxuICAgICAgICA8dGQ+V2hpdGUgQ3JldyBOZWNrIFQtU2hpcnQ8L3RkPlxuICAgICAgICA8dGQ+JDIwLjAwPC90ZD5cbiAgICAgIDwvdHI+XG4gICAgICA8dHI+XG4gICAgICAgIDx0ZD5TaG9ydHM8L3RkPlxuICAgICAgICA8dGQ+QmxhY2sgRGVuaW0gU2hvcnRzPC90ZD5cbiAgICAgICAgPHRkPiQ0MC4wMDwvdGQ+XG4gICAgICA8L3RyPlxuICAgICAgPHRyPlxuICAgICAgICA8dGQ+U2hvZXM8L3RkPlxuICAgICAgICA8dGQ+V2hpdGUgU25lYWtlcnM8L3RkPlxuICAgICAgICA8dGQ+JDEwMC4wMDwvdGQ+XG4gICAgICA8L3RyPlxuICAgIDwvdGJvZHk+XG4gIDwvdGFibGU+XG48L2RhZmYtYXJ0aWNsZT4iXX0=