@daffodil/design 0.44.0 → 0.45.1

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 (311) hide show
  1. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
  2. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +4 -4
  3. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
  4. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +4 -4
  5. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
  6. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
  7. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
  8. package/esm2020/article/examples/article-examples.module.mjs +4 -4
  9. package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
  10. package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
  11. package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
  12. package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
  13. package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
  14. package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
  15. package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
  16. package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
  17. package/esm2020/atoms/button/button.component.mjs +3 -3
  18. package/esm2020/atoms/button/button.module.mjs +4 -4
  19. package/esm2020/atoms/container/container.component.mjs +3 -3
  20. package/esm2020/atoms/container/container.module.mjs +4 -4
  21. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +3 -3
  22. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +4 -4
  23. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
  24. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +3 -3
  25. package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
  26. package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
  27. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +3 -3
  28. package/esm2020/atoms/form/form-field/form-field.module.mjs +4 -4
  29. package/esm2020/atoms/form/input/input.component.mjs +3 -3
  30. package/esm2020/atoms/form/input/input.module.mjs +4 -4
  31. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +3 -3
  32. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +4 -4
  33. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +3 -3
  34. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +3 -3
  35. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
  36. package/esm2020/atoms/form/radio/radio.component.mjs +3 -3
  37. package/esm2020/atoms/form/radio/radio.module.mjs +4 -4
  38. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
  39. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +3 -3
  40. package/esm2020/atoms/form/select/select/select.component.mjs +3 -3
  41. package/esm2020/atoms/form/select/select.module.mjs +4 -4
  42. package/esm2020/atoms/image/image.component.mjs +3 -3
  43. package/esm2020/atoms/image/image.module.mjs +4 -4
  44. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
  45. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +4 -4
  46. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +3 -3
  47. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +4 -4
  48. package/esm2020/button/examples/basic-button/basic-button.component.mjs +3 -3
  49. package/esm2020/button/examples/basic-button/basic-button.module.mjs +4 -4
  50. package/esm2020/button/examples/icon-button/icon-button.component.mjs +3 -3
  51. package/esm2020/button/examples/icon-button/icon-button.module.mjs +4 -4
  52. package/esm2020/button/examples/raised-button/raised-button.component.mjs +3 -3
  53. package/esm2020/button/examples/raised-button/raised-button.module.mjs +4 -4
  54. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
  55. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +4 -4
  56. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
  57. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +4 -4
  58. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +3 -3
  59. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +4 -4
  60. package/esm2020/button/examples/underline-button/underline-button.component.mjs +3 -3
  61. package/esm2020/button/examples/underline-button/underline-button.module.mjs +4 -4
  62. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +3 -3
  63. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +4 -4
  64. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +3 -3
  65. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +4 -4
  66. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
  67. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +4 -4
  68. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
  69. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +4 -4
  70. package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
  71. package/esm2020/card/examples/basic-card/basic-card.module.mjs +4 -4
  72. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +3 -3
  73. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +4 -4
  74. package/esm2020/card/examples/card-theming/card-theming.component.mjs +3 -3
  75. package/esm2020/card/examples/card-theming/card-theming.module.mjs +4 -4
  76. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +3 -3
  77. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +4 -4
  78. package/esm2020/card/examples/raised-card/raised-card.component.mjs +3 -3
  79. package/esm2020/card/examples/raised-card/raised-card.module.mjs +4 -4
  80. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +3 -3
  81. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +4 -4
  82. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +3 -3
  83. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +4 -4
  84. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +3 -3
  85. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +4 -4
  86. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +3 -3
  87. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +4 -4
  88. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +4 -4
  89. package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
  90. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
  91. package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
  92. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
  93. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
  94. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
  95. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
  96. package/esm2020/core/theming/services/theming.service.mjs +3 -3
  97. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
  98. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +4 -4
  99. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +3 -3
  100. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +4 -4
  101. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +3 -3
  102. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +4 -4
  103. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
  104. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +4 -4
  105. package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
  106. package/esm2020/image/examples/basic-image/basic-image.module.mjs +4 -4
  107. package/esm2020/image/examples/load-image/load-image.component.mjs +3 -3
  108. package/esm2020/image/examples/load-image/load-image.module.mjs +4 -4
  109. package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
  110. package/esm2020/list/examples/basic-list/basic-list.module.mjs +4 -4
  111. package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
  112. package/esm2020/list/examples/icon-list/icon-list.module.mjs +4 -4
  113. package/esm2020/list/examples/list-examples.module.mjs +4 -4
  114. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
  115. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +4 -4
  116. package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
  117. package/esm2020/list/examples/nav-list/nav-list.module.mjs +4 -4
  118. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +3 -3
  119. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +4 -4
  120. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
  121. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +4 -4
  122. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
  123. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +4 -4
  124. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
  125. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +4 -4
  126. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
  127. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +4 -4
  128. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
  129. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
  130. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +3 -3
  131. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
  132. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
  133. package/esm2020/molecules/accordion/accordion.module.mjs +4 -4
  134. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +3 -3
  135. package/esm2020/molecules/article/article/article.component.mjs +3 -3
  136. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
  137. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
  138. package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
  139. package/esm2020/molecules/article/article.module.mjs +4 -4
  140. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
  141. package/esm2020/molecules/backdrop/backdrop.module.mjs +4 -4
  142. package/esm2020/molecules/button-set/button-set.component.mjs +3 -3
  143. package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
  144. package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
  145. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
  146. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
  147. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
  148. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
  149. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
  150. package/esm2020/molecules/callout/callout.module.mjs +4 -4
  151. package/esm2020/molecules/card/card/card.component.mjs +3 -3
  152. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
  153. package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
  154. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
  155. package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
  156. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
  157. package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
  158. package/esm2020/molecules/card/card.module.mjs +4 -4
  159. package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
  160. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
  161. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
  162. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
  163. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
  164. package/esm2020/molecules/feature/feature.module.mjs +4 -4
  165. package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
  166. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
  167. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
  168. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
  169. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
  170. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
  171. package/esm2020/molecules/hero/hero.module.mjs +4 -4
  172. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
  173. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
  174. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +4 -4
  175. package/esm2020/molecules/image-list/image-list.component.mjs +3 -3
  176. package/esm2020/molecules/image-list/image-list.module.mjs +4 -4
  177. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
  178. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
  179. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
  180. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
  181. package/esm2020/molecules/link-set/link-set.module.mjs +4 -4
  182. package/esm2020/molecules/list/list/list.component.mjs +3 -3
  183. package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
  184. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
  185. package/esm2020/molecules/list/list.module.mjs +4 -4
  186. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +3 -3
  187. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +4 -4
  188. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +3 -3
  189. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
  190. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +3 -3
  191. package/esm2020/molecules/modal/modal/modal.component.mjs +3 -3
  192. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
  193. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
  194. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
  195. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
  196. package/esm2020/molecules/modal/modal.module.mjs +4 -4
  197. package/esm2020/molecules/modal/service/modal.service.mjs +3 -3
  198. package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
  199. package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
  200. package/esm2020/molecules/paginator/paginator.component.mjs +3 -3
  201. package/esm2020/molecules/paginator/paginator.module.mjs +4 -4
  202. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +3 -3
  203. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +4 -4
  204. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +3 -3
  205. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +3 -3
  206. package/esm2020/molecules/sidebar/sidebar.module.mjs +4 -4
  207. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
  208. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +4 -4
  209. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
  210. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +4 -4
  211. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +3 -3
  212. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +4 -4
  213. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
  214. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +4 -4
  215. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
  216. package/esm2020/paginator/examples/paginator-examples.module.mjs +4 -4
  217. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +3 -3
  218. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +4 -4
  219. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +3 -3
  220. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +4 -4
  221. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +3 -3
  222. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +4 -4
  223. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +3 -3
  224. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +4 -4
  225. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +3 -3
  226. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +4 -4
  227. package/fesm2015/daffodil-design-accordion-examples.mjs +10 -10
  228. package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
  229. package/fesm2015/daffodil-design-article-examples.mjs +25 -25
  230. package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
  231. package/fesm2015/daffodil-design-button-examples.mjs +35 -35
  232. package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
  233. package/fesm2015/daffodil-design-callout-examples.mjs +20 -20
  234. package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
  235. package/fesm2015/daffodil-design-card-examples.mjs +30 -30
  236. package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
  237. package/fesm2015/daffodil-design-checkbox-examples.mjs +10 -10
  238. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
  239. package/fesm2015/daffodil-design-container-examples.mjs +5 -5
  240. package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
  241. package/fesm2015/daffodil-design-hero-examples.mjs +20 -20
  242. package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
  243. package/fesm2015/daffodil-design-image-examples.mjs +10 -10
  244. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
  245. package/fesm2015/daffodil-design-list-examples.mjs +23 -23
  246. package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
  247. package/fesm2015/daffodil-design-loading-icon-examples.mjs +10 -10
  248. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
  249. package/fesm2015/daffodil-design-media-gallery-examples.mjs +10 -10
  250. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
  251. package/fesm2015/daffodil-design-modal-examples.mjs +7 -7
  252. package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
  253. package/fesm2015/daffodil-design-navbar-examples.mjs +20 -20
  254. package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
  255. package/fesm2015/daffodil-design-paginator-examples.mjs +5 -5
  256. package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
  257. package/fesm2015/daffodil-design-quantity-field-examples.mjs +20 -20
  258. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
  259. package/fesm2015/daffodil-design-radio-examples.mjs +5 -5
  260. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
  261. package/fesm2015/daffodil-design.mjs +267 -267
  262. package/fesm2015/daffodil-design.mjs.map +1 -1
  263. package/fesm2020/daffodil-design-accordion-examples.mjs +10 -10
  264. package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
  265. package/fesm2020/daffodil-design-article-examples.mjs +25 -25
  266. package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
  267. package/fesm2020/daffodil-design-button-examples.mjs +35 -35
  268. package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
  269. package/fesm2020/daffodil-design-callout-examples.mjs +20 -20
  270. package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
  271. package/fesm2020/daffodil-design-card-examples.mjs +30 -30
  272. package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
  273. package/fesm2020/daffodil-design-checkbox-examples.mjs +10 -10
  274. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
  275. package/fesm2020/daffodil-design-container-examples.mjs +5 -5
  276. package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
  277. package/fesm2020/daffodil-design-hero-examples.mjs +20 -20
  278. package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
  279. package/fesm2020/daffodil-design-image-examples.mjs +10 -10
  280. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
  281. package/fesm2020/daffodil-design-list-examples.mjs +23 -23
  282. package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
  283. package/fesm2020/daffodil-design-loading-icon-examples.mjs +10 -10
  284. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
  285. package/fesm2020/daffodil-design-media-gallery-examples.mjs +10 -10
  286. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
  287. package/fesm2020/daffodil-design-modal-examples.mjs +7 -7
  288. package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
  289. package/fesm2020/daffodil-design-navbar-examples.mjs +20 -20
  290. package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
  291. package/fesm2020/daffodil-design-paginator-examples.mjs +5 -5
  292. package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
  293. package/fesm2020/daffodil-design-quantity-field-examples.mjs +20 -20
  294. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
  295. package/fesm2020/daffodil-design-radio-examples.mjs +5 -5
  296. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
  297. package/fesm2020/daffodil-design.mjs +267 -267
  298. package/fesm2020/daffodil-design.mjs.map +1 -1
  299. package/package.json +32 -7
  300. package/scss/README.md +3 -3
  301. package/scss/daff-global.scss +3 -47
  302. package/scss/daff-util.scss +3 -19
  303. package/scss/global.scss +49 -0
  304. package/scss/theme.scss +1 -2
  305. package/scss/theming/README.md +65 -20
  306. package/scss/theming/_daff-theme.scss +19 -0
  307. package/scss/theming/_index.scss +1 -0
  308. package/scss/theming/_theme-css-variables.scss +15 -12
  309. package/scss/typography/README.md +10 -13
  310. package/scss/utilities.scss +21 -0
  311. package/src/molecules/card/card/card-theme.scss +1 -1
@@ -5,8 +5,8 @@ import { DaffAccordionModule } from '@daffodil/design';
5
5
 
6
6
  class BasicAccordionComponent {
7
7
  }
8
- /** @nocollapse */ /** @nocollapse */ BasicAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- /** @nocollapse */ /** @nocollapse */ BasicAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicAccordionComponent, selector: "basic-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-accordion-item initiallyActive=\"true\">\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n</daff-accordion>\n", components: [{ type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { type: i1.DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: ["initiallyActive"] }], directives: [{ type: i1.DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]" }, { type: i1.DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
+ /** @nocollapse */ BasicAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ /** @nocollapse */ BasicAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicAccordionComponent, selector: "basic-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-accordion-item initiallyActive=\"true\">\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n</daff-accordion>\n", components: [{ type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { type: i1.DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: ["initiallyActive"] }], directives: [{ type: i1.DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]" }, { type: i1.DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10
10
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'basic-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-accordion>\n\t<daff-accordion-item initiallyActive=\"true\">\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n</daff-accordion>\n" }]
@@ -14,8 +14,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
14
14
 
15
15
  class NavAccordionComponent {
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ NavAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ /** @nocollapse */ NavAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: NavAccordionComponent, selector: "nav-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-nav-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t</daff-nav-accordion-item>\n</daff-accordion>", components: [{ type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { type: i1.DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: ["initiallyActive"] }], directives: [{ type: i1.DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ NavAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ /** @nocollapse */ NavAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: NavAccordionComponent, selector: "nav-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-nav-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t</daff-nav-accordion-item>\n</daff-accordion>", components: [{ type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { type: i1.DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: ["initiallyActive"] }], directives: [{ type: i1.DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'nav-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-accordion>\n\t<daff-nav-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t</daff-nav-accordion-item>\n</daff-accordion>" }]
@@ -23,9 +23,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
23
23
 
24
24
  class BasicAccordionModule {
25
25
  }
26
- /** @nocollapse */ /** @nocollapse */ BasicAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
- /** @nocollapse */ /** @nocollapse */ BasicAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, declarations: [BasicAccordionComponent], imports: [DaffAccordionModule], exports: [BasicAccordionComponent] });
28
- /** @nocollapse */ /** @nocollapse */ BasicAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, imports: [[
26
+ /** @nocollapse */ BasicAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
+ /** @nocollapse */ BasicAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, declarations: [BasicAccordionComponent], imports: [DaffAccordionModule], exports: [BasicAccordionComponent] });
28
+ /** @nocollapse */ BasicAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, imports: [[
29
29
  DaffAccordionModule,
30
30
  ]] });
31
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicAccordionModule, decorators: [{
@@ -45,9 +45,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
45
45
 
46
46
  class NavAccordionModule {
47
47
  }
48
- /** @nocollapse */ /** @nocollapse */ NavAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- /** @nocollapse */ /** @nocollapse */ NavAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, declarations: [NavAccordionComponent], imports: [DaffAccordionModule], exports: [NavAccordionComponent] });
50
- /** @nocollapse */ /** @nocollapse */ NavAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, imports: [[
48
+ /** @nocollapse */ NavAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ /** @nocollapse */ NavAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, declarations: [NavAccordionComponent], imports: [DaffAccordionModule], exports: [NavAccordionComponent] });
50
+ /** @nocollapse */ NavAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, imports: [[
51
51
  DaffAccordionModule,
52
52
  ]] });
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavAccordionModule, decorators: [{
@@ -1 +1 @@
1
- {"version":3,"file":"daffodil-design-accordion-examples.mjs","sources":["../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.component.ts","../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.component.html","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.component.ts","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.component.html","../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.module.ts","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.module.ts","../../../libs/design/accordion/examples/src/public_api.ts","../../../libs/design/accordion/examples/src/daffodil-design-accordion-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'basic-accordion',\n templateUrl: './basic-accordion.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class BasicAccordionComponent {}\n","<daff-accordion>\n\t<daff-accordion-item initiallyActive=\"true\">\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n</daff-accordion>\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'nav-accordion',\n templateUrl: './nav-accordion.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NavAccordionComponent {}\n","<daff-accordion>\n\t<daff-nav-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t</daff-nav-accordion-item>\n</daff-accordion>","import { NgModule } from '@angular/core';\n\nimport { DaffAccordionModule } from '@daffodil/design';\n\nimport { BasicAccordionComponent } from './basic-accordion.component';\n\n\n@NgModule({\n declarations: [\n BasicAccordionComponent,\n ],\n exports: [\n BasicAccordionComponent,\n ],\n imports: [\n DaffAccordionModule,\n ],\n})\nexport class BasicAccordionModule { }\n","import { NgModule } from '@angular/core';\n\nimport { DaffAccordionModule } from '@daffodil/design';\n\nimport { NavAccordionComponent } from './nav-accordion.component';\n\n\n@NgModule({\n declarations: [\n NavAccordionComponent,\n ],\n exports: [\n NavAccordionComponent,\n ],\n imports: [\n DaffAccordionModule,\n ],\n})\nexport class NavAccordionModule { }\n","import { BasicAccordionComponent } from './basic-accordion/basic-accordion.component';\nimport { NavAccordionComponent } from './nav-accordion/nav-accordion.component';\n\nexport { BasicAccordionModule } from './basic-accordion/basic-accordion.module';\nexport { NavAccordionModule } from './nav-accordion/nav-accordion.module';\n\nexport const ACCORDION_EXAMPLES = [\n BasicAccordionComponent,\n NavAccordionComponent,\n];\n\nexport {\n BasicAccordionComponent,\n NavAccordionComponent,\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;MAWa,uBAAuB,CAAA;;0JAAvB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,sCAAA,uBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,uDCXpC,i6CA6BA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,0BAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,+BAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,iCAAA,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDlBa,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBANnC,SAAS;+BAEE,iBAAiB,EAAA,eAAA,EAEV,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,i6CAAA,EAAA,CAAA;;;MEEpC,qBAAqB,CAAA;;wJAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,sCAAA,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,qDCXlC,izBAsBiB,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,CAAA,6BAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CAAA,+BAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDXJ,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBANjC,SAAS;+BAEE,eAAe,EAAA,eAAA,EAER,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,izBAAA,EAAA,CAAA;;;MESpC,oBAAoB,CAAA;;uJAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAApB,sCAAA,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,EAT7B,YAAA,EAAA,CAAA,uBAAuB,CAMvB,EAAA,OAAA,EAAA,CAAA,mBAAmB,aAHnB,uBAAuB,CAAA,EAAA,CAAA,CAAA;AAMd,sCAAA,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,EAJtB,OAAA,EAAA,CAAA;YACP,mBAAmB;SACpB,CAAA,EAAA,CAAA,CAAA;2FAEU,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAXhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,uBAAuB;AACxB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,uBAAuB;AACxB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;AACpB,qBAAA;iBACF,CAAA;;;MCCY,kBAAkB,CAAA;;qJAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAlB,sCAAA,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EAT3B,YAAA,EAAA,CAAA,qBAAqB,CAMrB,EAAA,OAAA,EAAA,CAAA,mBAAmB,aAHnB,qBAAqB,CAAA,EAAA,CAAA,CAAA;AAMZ,sCAAA,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EAJpB,OAAA,EAAA,CAAA;YACP,mBAAmB;SACpB,CAAA,EAAA,CAAA,CAAA;2FAEU,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAX9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,qBAAqB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,qBAAqB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;AACpB,qBAAA;iBACF,CAAA;;;ACXY,MAAA,kBAAkB,GAAG;IAChC,uBAAuB;IACvB,qBAAqB;;;ACRvB;;AAEG;;;;"}
1
+ {"version":3,"file":"daffodil-design-accordion-examples.mjs","sources":["../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.component.ts","../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.component.html","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.component.ts","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.component.html","../../../libs/design/accordion/examples/src/basic-accordion/basic-accordion.module.ts","../../../libs/design/accordion/examples/src/nav-accordion/nav-accordion.module.ts","../../../libs/design/accordion/examples/src/public_api.ts","../../../libs/design/accordion/examples/src/daffodil-design-accordion-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'basic-accordion',\n templateUrl: './basic-accordion.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class BasicAccordionComponent {}\n","<daff-accordion>\n\t<daff-accordion-item initiallyActive=\"true\">\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<div daffAccordionItemContent>\n\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo \n\t\t\t\tlacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, \n\t\t\t\tet maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.\n\t\t\t\t<a>Learn More.</a>\n\t\t</div>\n\t</daff-accordion-item>\n</daff-accordion>\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'nav-accordion',\n templateUrl: './nav-accordion.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NavAccordionComponent {}\n","<daff-accordion>\n\t<daff-nav-accordion-item>\n\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t\t<daff-nav-accordion-item>\n\t\t\t<h3 daffAccordionItemTitle>Details</h3>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t\t<daff-nav-accordion-item>\n\t\t\t\t<a daffAccordionItemTitle>Details</a>\n\t\t\t</daff-nav-accordion-item>\n\t\t</daff-nav-accordion-item>\n\t</daff-nav-accordion-item>\n</daff-accordion>","import { NgModule } from '@angular/core';\n\nimport { DaffAccordionModule } from '@daffodil/design';\n\nimport { BasicAccordionComponent } from './basic-accordion.component';\n\n\n@NgModule({\n declarations: [\n BasicAccordionComponent,\n ],\n exports: [\n BasicAccordionComponent,\n ],\n imports: [\n DaffAccordionModule,\n ],\n})\nexport class BasicAccordionModule { }\n","import { NgModule } from '@angular/core';\n\nimport { DaffAccordionModule } from '@daffodil/design';\n\nimport { NavAccordionComponent } from './nav-accordion.component';\n\n\n@NgModule({\n declarations: [\n NavAccordionComponent,\n ],\n exports: [\n NavAccordionComponent,\n ],\n imports: [\n DaffAccordionModule,\n ],\n})\nexport class NavAccordionModule { }\n","import { BasicAccordionComponent } from './basic-accordion/basic-accordion.component';\nimport { NavAccordionComponent } from './nav-accordion/nav-accordion.component';\n\nexport { BasicAccordionModule } from './basic-accordion/basic-accordion.module';\nexport { NavAccordionModule } from './nav-accordion/nav-accordion.module';\n\nexport const ACCORDION_EXAMPLES = [\n BasicAccordionComponent,\n NavAccordionComponent,\n];\n\nexport {\n BasicAccordionComponent,\n NavAccordionComponent,\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -6,8 +6,8 @@ import { CommonModule } from '@angular/common';
6
6
 
7
7
  class ArticleHeadingsComponent {
8
8
  }
9
- /** @nocollapse */ /** @nocollapse */ ArticleHeadingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHeadingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- /** @nocollapse */ /** @nocollapse */ ArticleHeadingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleHeadingsComponent, selector: "article-headings", ngImport: i0, template: "<daff-article>\n <h1>This is a h1 heading.</h1>\n <h2>This is a h2 heading.</h2>\n <h3>This is a h3 heading.</h3>\n <h4>This is a h4 heading.</h4>\n <h5>This is a h5 heading.</h5>\n <h6>This is a h6 heading.</h6>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9
+ /** @nocollapse */ ArticleHeadingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHeadingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ /** @nocollapse */ ArticleHeadingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleHeadingsComponent, selector: "article-headings", ngImport: i0, template: "<daff-article>\n <h1>This is a h1 heading.</h1>\n <h2>This is a h2 heading.</h2>\n <h3>This is a h3 heading.</h3>\n <h4>This is a h4 heading.</h4>\n <h5>This is a h5 heading.</h5>\n <h6>This is a h6 heading.</h6>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHeadingsComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'article-headings', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <h1>This is a h1 heading.</h1>\n <h2>This is a h2 heading.</h2>\n <h3>This is a h3 heading.</h3>\n <h4>This is a h4 heading.</h4>\n <h5>This is a h5 heading.</h5>\n <h6>This is a h6 heading.</h6>\n</daff-article>" }]
@@ -15,8 +15,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
15
15
 
16
16
  class ArticleCodeInlineComponent {
17
17
  }
18
- /** @nocollapse */ /** @nocollapse */ ArticleCodeInlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeInlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ /** @nocollapse */ ArticleCodeInlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ ArticleCodeInlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeInlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ /** @nocollapse */ ArticleCodeInlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeInlineComponent, decorators: [{
21
21
  type: Component,
22
22
  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>" }]
@@ -24,8 +24,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
24
24
 
25
25
  class ArticleHrComponent {
26
26
  }
27
- /** @nocollapse */ /** @nocollapse */ ArticleHrComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHrComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- /** @nocollapse */ /** @nocollapse */ ArticleHrComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleHrComponent, selector: "article-hr", ngImport: i0, template: "<daff-article>\n <hr>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
27
+ /** @nocollapse */ ArticleHrComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHrComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
+ /** @nocollapse */ ArticleHrComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleHrComponent, selector: "article-hr", ngImport: i0, template: "<daff-article>\n <hr>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleHrComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'article-hr', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <hr>\n</daff-article>" }]
@@ -33,8 +33,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
33
33
 
34
34
  class ArticleOlComponent {
35
35
  }
36
- /** @nocollapse */ /** @nocollapse */ ArticleOlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleOlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
- /** @nocollapse */ /** @nocollapse */ ArticleOlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
36
+ /** @nocollapse */ ArticleOlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleOlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
+ /** @nocollapse */ ArticleOlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
38
38
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleOlComponent, decorators: [{
39
39
  type: Component,
40
40
  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>" }]
@@ -42,8 +42,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
42
42
 
43
43
  class ArticleUlComponent {
44
44
  }
45
- /** @nocollapse */ /** @nocollapse */ ArticleUlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleUlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
46
- /** @nocollapse */ /** @nocollapse */ ArticleUlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleUlComponent, selector: "article-ul", ngImport: i0, template: "<daff-article>\n <ul>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n </ul>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
+ /** @nocollapse */ ArticleUlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleUlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
46
+ /** @nocollapse */ ArticleUlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleUlComponent, selector: "article-ul", ngImport: i0, template: "<daff-article>\n <ul>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n </ul>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
47
47
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleUlComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ selector: 'article-ul', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <ul>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n </ul>\n</daff-article>" }]
@@ -51,8 +51,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
51
51
 
52
52
  class ArticleMetaComponent {
53
53
  }
54
- /** @nocollapse */ /** @nocollapse */ ArticleMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
- /** @nocollapse */ /** @nocollapse */ ArticleMetaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleMetaComponent, selector: "article-meta", ngImport: i0, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], directives: [{ type: i1.DaffArticleMetaDirective, selector: "[daffArticleMeta]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
54
+ /** @nocollapse */ ArticleMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
+ /** @nocollapse */ ArticleMetaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleMetaComponent, selector: "article-meta", ngImport: i0, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], directives: [{ type: i1.DaffArticleMetaDirective, selector: "[daffArticleMeta]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
56
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleMetaComponent, decorators: [{
57
57
  type: Component,
58
58
  args: [{ selector: 'article-meta', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>" }]
@@ -60,8 +60,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
60
60
 
61
61
  class ArticleLinkComponent {
62
62
  }
63
- /** @nocollapse */ /** @nocollapse */ ArticleLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
64
- /** @nocollapse */ /** @nocollapse */ ArticleLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleLinkComponent, selector: "article-link", ngImport: i0, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
63
+ /** @nocollapse */ ArticleLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
64
+ /** @nocollapse */ ArticleLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleLinkComponent, selector: "article-link", ngImport: i0, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
65
65
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLinkComponent, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: 'article-link', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>" }]
@@ -69,8 +69,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
69
69
 
70
70
  class ArticleLeadComponent {
71
71
  }
72
- /** @nocollapse */ /** @nocollapse */ ArticleLeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
73
- /** @nocollapse */ /** @nocollapse */ ArticleLeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleLeadComponent, selector: "article-lead", ngImport: i0, template: "<daff-article>\n <p daffArticleLead>This is an Article Lead.</p>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], directives: [{ type: i1.DaffArticleLeadDirective, selector: "[daffArticleLead]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
72
+ /** @nocollapse */ ArticleLeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
73
+ /** @nocollapse */ ArticleLeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ArticleLeadComponent, selector: "article-lead", ngImport: i0, template: "<daff-article>\n <p daffArticleLead>This is an Article Lead.</p>\n</daff-article>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], directives: [{ type: i1.DaffArticleLeadDirective, selector: "[daffArticleLead]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
74
74
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleLeadComponent, decorators: [{
75
75
  type: Component,
76
76
  args: [{ selector: 'article-lead', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-article>\n <p daffArticleLead>This is an Article Lead.</p>\n</daff-article>" }]
@@ -78,8 +78,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
78
78
 
79
79
  class ArticleBlockquoteComponent {
80
80
  }
81
- /** @nocollapse */ /** @nocollapse */ ArticleBlockquoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleBlockquoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
82
- /** @nocollapse */ /** @nocollapse */ ArticleBlockquoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
81
+ /** @nocollapse */ ArticleBlockquoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleBlockquoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
82
+ /** @nocollapse */ ArticleBlockquoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleBlockquoteComponent, decorators: [{
84
84
  type: Component,
85
85
  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>" }]
@@ -87,8 +87,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
87
87
 
88
88
  class ArticleTableComponent {
89
89
  }
90
- /** @nocollapse */ /** @nocollapse */ ArticleTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
91
- /** @nocollapse */ /** @nocollapse */ ArticleTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
90
+ /** @nocollapse */ ArticleTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
91
+ /** @nocollapse */ ArticleTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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>", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
92
92
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleTableComponent, decorators: [{
93
93
  type: Component,
94
94
  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>" }]
@@ -96,8 +96,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
96
96
 
97
97
  class ArticleCodeBlockComponent {
98
98
  }
99
- /** @nocollapse */ /** @nocollapse */ ArticleCodeBlockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
- /** @nocollapse */ /** @nocollapse */ ArticleCodeBlockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
99
+ /** @nocollapse */ ArticleCodeBlockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
+ /** @nocollapse */ ArticleCodeBlockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", 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", components: [{ type: i1.DaffArticleComponent, selector: "daff-article" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
101
101
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleCodeBlockComponent, decorators: [{
102
102
  type: Component,
103
103
  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" }]
@@ -119,10 +119,10 @@ const ARTICLE_EXAMPLES = [
119
119
 
120
120
  class ArticleExamplesModule {
121
121
  }
122
- /** @nocollapse */ /** @nocollapse */ ArticleExamplesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
123
- /** @nocollapse */ /** @nocollapse */ ArticleExamplesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, declarations: [ArticleBlockquoteComponent, ArticleCodeBlockComponent, ArticleCodeInlineComponent, ArticleHeadingsComponent, ArticleHrComponent, ArticleLeadComponent, ArticleLinkComponent, ArticleMetaComponent, ArticleOlComponent, ArticleUlComponent, ArticleTableComponent], imports: [CommonModule,
122
+ /** @nocollapse */ ArticleExamplesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
123
+ /** @nocollapse */ ArticleExamplesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, declarations: [ArticleBlockquoteComponent, ArticleCodeBlockComponent, ArticleCodeInlineComponent, ArticleHeadingsComponent, ArticleHrComponent, ArticleLeadComponent, ArticleLinkComponent, ArticleMetaComponent, ArticleOlComponent, ArticleUlComponent, ArticleTableComponent], imports: [CommonModule,
124
124
  DaffArticleModule] });
125
- /** @nocollapse */ /** @nocollapse */ ArticleExamplesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, imports: [[
125
+ /** @nocollapse */ ArticleExamplesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ArticleExamplesModule, imports: [[
126
126
  CommonModule,
127
127
  DaffArticleModule,
128
128
  ]] });
@@ -1 +1 @@
1
- {"version":3,"file":"daffodil-design-article-examples.mjs","sources":["../../../libs/design/article/examples/src/article-headings/article-headings.component.ts","../../../libs/design/article/examples/src/article-headings/article-headings.component.html","../../../libs/design/article/examples/src/article-code-inline/article-code-inline.component.ts","../../../libs/design/article/examples/src/article-code-inline/article-code-inline.component.html","../../../libs/design/article/examples/src/article-hr/article-hr.component.ts","../../../libs/design/article/examples/src/article-hr/article-hr.component.html","../../../libs/design/article/examples/src/article-ol/article-ol.component.ts","../../../libs/design/article/examples/src/article-ol/article-ol.component.html","../../../libs/design/article/examples/src/article-ul/article-ul.component.ts","../../../libs/design/article/examples/src/article-ul/article-ul.component.html","../../../libs/design/article/examples/src/article-meta/article-meta.component.ts","../../../libs/design/article/examples/src/article-meta/article-meta.component.html","../../../libs/design/article/examples/src/article-link/article-link.component.ts","../../../libs/design/article/examples/src/article-link/article-link.component.html","../../../libs/design/article/examples/src/article-lead/article-lead.component.ts","../../../libs/design/article/examples/src/article-lead/article-lead.component.html","../../../libs/design/article/examples/src/article-blockquote/article-blockquote.component.ts","../../../libs/design/article/examples/src/article-blockquote/article-blockquote.component.html","../../../libs/design/article/examples/src/article-table/article-table.component.ts","../../../libs/design/article/examples/src/article-table/article-table.component.html","../../../libs/design/article/examples/src/article-code-block/article-code-block.component.ts","../../../libs/design/article/examples/src/article-code-block/article-code-block.component.html","../../../libs/design/article/examples/src/examples.ts","../../../libs/design/article/examples/src/article-examples.module.ts","../../../libs/design/article/examples/src/daffodil-design-article-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-headings',\n templateUrl: './article-headings.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleHeadingsComponent {}\n","<daff-article>\n <h1>This is a h1 heading.</h1>\n <h2>This is a h2 heading.</h2>\n <h3>This is a h3 heading.</h3>\n <h4>This is a h4 heading.</h4>\n <h5>This is a h5 heading.</h5>\n <h6>This is a h6 heading.</h6>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-code-inline',\n templateUrl: './article-code-inline.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleCodeInlineComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-hr',\n templateUrl: './article-hr.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleHrComponent {}\n","<daff-article>\n <hr>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-ol',\n templateUrl: './article-ol.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleOlComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-ul',\n templateUrl: './article-ul.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleUlComponent {}\n","<daff-article>\n <ul>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n </ul>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-meta',\n templateUrl: './article-meta.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleMetaComponent {}\n","<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-link',\n templateUrl: './article-link.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleLinkComponent {}\n","<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-lead',\n templateUrl: './article-lead.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleLeadComponent {}\n","<daff-article>\n <p daffArticleLead>This is an Article Lead.</p>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-blockquote',\n templateUrl: './article-blockquote.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleBlockquoteComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-table',\n templateUrl: './article-table.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleTableComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-code-block',\n templateUrl: './article-code-block.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleCodeBlockComponent {}\n","<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n","import { ArticleBlockquoteComponent } from './article-blockquote/article-blockquote.component';\nimport { ArticleCodeBlockComponent } from './article-code-block/article-code-block.component';\nimport { ArticleCodeInlineComponent } from './article-code-inline/article-code-inline.component';\nimport { ArticleHeadingsComponent } from './article-headings/article-headings.component';\nimport { ArticleHrComponent } from './article-hr/article-hr.component';\nimport { ArticleLeadComponent } from './article-lead/article-lead.component';\nimport { ArticleLinkComponent } from './article-link/article-link.component';\nimport { ArticleMetaComponent } from './article-meta/article-meta.component';\nimport { ArticleOlComponent } from './article-ol/article-ol.component';\nimport { ArticleTableComponent } from './article-table/article-table.component';\nimport { ArticleUlComponent } from './article-ul/article-ul.component';\n\nexport const ARTICLE_EXAMPLES = [\n ArticleBlockquoteComponent,\n ArticleCodeBlockComponent,\n ArticleCodeInlineComponent,\n ArticleHeadingsComponent,\n ArticleHrComponent,\n ArticleLeadComponent,\n ArticleLinkComponent,\n ArticleMetaComponent,\n ArticleOlComponent,\n ArticleUlComponent,\n ArticleTableComponent,\n];\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffArticleModule } from '@daffodil/design';\n\nimport { ARTICLE_EXAMPLES } from './examples';\n\n@NgModule({\n declarations: [\n ...ARTICLE_EXAMPLES,\n ],\n imports: [\n CommonModule,\n DaffArticleModule,\n ],\n entryComponents: [\n ...ARTICLE_EXAMPLES,\n ],\n})\nexport class ArticleExamplesModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"daffodil-design-article-examples.mjs","sources":["../../../libs/design/article/examples/src/article-headings/article-headings.component.ts","../../../libs/design/article/examples/src/article-headings/article-headings.component.html","../../../libs/design/article/examples/src/article-code-inline/article-code-inline.component.ts","../../../libs/design/article/examples/src/article-code-inline/article-code-inline.component.html","../../../libs/design/article/examples/src/article-hr/article-hr.component.ts","../../../libs/design/article/examples/src/article-hr/article-hr.component.html","../../../libs/design/article/examples/src/article-ol/article-ol.component.ts","../../../libs/design/article/examples/src/article-ol/article-ol.component.html","../../../libs/design/article/examples/src/article-ul/article-ul.component.ts","../../../libs/design/article/examples/src/article-ul/article-ul.component.html","../../../libs/design/article/examples/src/article-meta/article-meta.component.ts","../../../libs/design/article/examples/src/article-meta/article-meta.component.html","../../../libs/design/article/examples/src/article-link/article-link.component.ts","../../../libs/design/article/examples/src/article-link/article-link.component.html","../../../libs/design/article/examples/src/article-lead/article-lead.component.ts","../../../libs/design/article/examples/src/article-lead/article-lead.component.html","../../../libs/design/article/examples/src/article-blockquote/article-blockquote.component.ts","../../../libs/design/article/examples/src/article-blockquote/article-blockquote.component.html","../../../libs/design/article/examples/src/article-table/article-table.component.ts","../../../libs/design/article/examples/src/article-table/article-table.component.html","../../../libs/design/article/examples/src/article-code-block/article-code-block.component.ts","../../../libs/design/article/examples/src/article-code-block/article-code-block.component.html","../../../libs/design/article/examples/src/examples.ts","../../../libs/design/article/examples/src/article-examples.module.ts","../../../libs/design/article/examples/src/daffodil-design-article-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-headings',\n templateUrl: './article-headings.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleHeadingsComponent {}\n","<daff-article>\n <h1>This is a h1 heading.</h1>\n <h2>This is a h2 heading.</h2>\n <h3>This is a h3 heading.</h3>\n <h4>This is a h4 heading.</h4>\n <h5>This is a h5 heading.</h5>\n <h6>This is a h6 heading.</h6>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-code-inline',\n templateUrl: './article-code-inline.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleCodeInlineComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-hr',\n templateUrl: './article-hr.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleHrComponent {}\n","<daff-article>\n <hr>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-ol',\n templateUrl: './article-ol.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleOlComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-ul',\n templateUrl: './article-ul.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleUlComponent {}\n","<daff-article>\n <ul>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n <li>This is an unordered list.</li>\n </ul>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-meta',\n templateUrl: './article-meta.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleMetaComponent {}\n","<daff-article>\n <p daffArticleMeta>Some interesting information about an article</p>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-link',\n templateUrl: './article-link.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleLinkComponent {}\n","<daff-article>\n <a href=\"#\">This is a link.</a>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-lead',\n templateUrl: './article-lead.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleLeadComponent {}\n","<daff-article>\n <p daffArticleLead>This is an Article Lead.</p>\n</daff-article>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-blockquote',\n templateUrl: './article-blockquote.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleBlockquoteComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-table',\n templateUrl: './article-table.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleTableComponent {}\n","<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>","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'article-code-block',\n templateUrl: './article-code-block.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ArticleCodeBlockComponent {}\n","<daff-article>\n<pre><code>This is a line of code.\nThis is another line of code.\n</code></pre>\n</daff-article>\n","import { ArticleBlockquoteComponent } from './article-blockquote/article-blockquote.component';\nimport { ArticleCodeBlockComponent } from './article-code-block/article-code-block.component';\nimport { ArticleCodeInlineComponent } from './article-code-inline/article-code-inline.component';\nimport { ArticleHeadingsComponent } from './article-headings/article-headings.component';\nimport { ArticleHrComponent } from './article-hr/article-hr.component';\nimport { ArticleLeadComponent } from './article-lead/article-lead.component';\nimport { ArticleLinkComponent } from './article-link/article-link.component';\nimport { ArticleMetaComponent } from './article-meta/article-meta.component';\nimport { ArticleOlComponent } from './article-ol/article-ol.component';\nimport { ArticleTableComponent } from './article-table/article-table.component';\nimport { ArticleUlComponent } from './article-ul/article-ul.component';\n\nexport const ARTICLE_EXAMPLES = [\n ArticleBlockquoteComponent,\n ArticleCodeBlockComponent,\n ArticleCodeInlineComponent,\n ArticleHeadingsComponent,\n ArticleHrComponent,\n ArticleLeadComponent,\n ArticleLinkComponent,\n ArticleMetaComponent,\n ArticleOlComponent,\n ArticleUlComponent,\n ArticleTableComponent,\n];\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffArticleModule } from '@daffodil/design';\n\nimport { ARTICLE_EXAMPLES } from './examples';\n\n@NgModule({\n declarations: [\n ...ARTICLE_EXAMPLES,\n ],\n imports: [\n CommonModule,\n DaffArticleModule,\n ],\n entryComponents: [\n ...ARTICLE_EXAMPLES,\n ],\n})\nexport class ArticleExamplesModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}