@daffodil/design 0.44.1 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) 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 +29 -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 +1 -3
  309. package/scss/utilities.scss +21 -0
@@ -12,8 +12,8 @@ class BasicButtonComponent {
12
12
  this.faChevronRight = faChevronRight;
13
13
  }
14
14
  }
15
- /** @nocollapse */ /** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- /** @nocollapse */ /** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicButtonComponent, selector: "basic-button", ngImport: i0, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<a href=\"#\" daff-button>Link</a>", styles: ["button[daff-button],a[daff-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
15
+ /** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
+ /** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicButtonComponent, selector: "basic-button", ngImport: i0, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<a href=\"#\" daff-button>Link</a>", styles: ["button[daff-button],a[daff-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'basic-button', styles: [`
@@ -26,10 +26,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
26
26
 
27
27
  class BasicButtonModule {
28
28
  }
29
- /** @nocollapse */ /** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
- /** @nocollapse */ /** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, declarations: [BasicButtonComponent], imports: [DaffButtonModule,
29
+ /** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
+ /** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, declarations: [BasicButtonComponent], imports: [DaffButtonModule,
31
31
  FontAwesomeModule], exports: [BasicButtonComponent] });
32
- /** @nocollapse */ /** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, imports: [[
32
+ /** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, imports: [[
33
33
  DaffButtonModule,
34
34
  FontAwesomeModule,
35
35
  ]] });
@@ -54,8 +54,8 @@ class IconButtonComponent {
54
54
  this.faPlus = faPlus;
55
55
  }
56
56
  }
57
- /** @nocollapse */ /** @nocollapse */ IconButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
58
- /** @nocollapse */ /** @nocollapse */ IconButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: IconButtonComponent, selector: "icon-button", ngImport: i0, template: "<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: ["button[daff-button],a[daff-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
57
+ /** @nocollapse */ IconButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
58
+ /** @nocollapse */ IconButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: IconButtonComponent, selector: "icon-button", ngImport: i0, template: "<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: ["button[daff-button],a[daff-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
59
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{ selector: 'icon-button', styles: [`
@@ -68,10 +68,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
68
68
 
69
69
  class IconButtonModule {
70
70
  }
71
- /** @nocollapse */ /** @nocollapse */ IconButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
72
- /** @nocollapse */ /** @nocollapse */ IconButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, declarations: [IconButtonComponent], imports: [DaffButtonModule,
71
+ /** @nocollapse */ IconButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
72
+ /** @nocollapse */ IconButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, declarations: [IconButtonComponent], imports: [DaffButtonModule,
73
73
  FontAwesomeModule], exports: [IconButtonComponent] });
74
- /** @nocollapse */ /** @nocollapse */ IconButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, imports: [[
74
+ /** @nocollapse */ IconButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, imports: [[
75
75
  DaffButtonModule,
76
76
  FontAwesomeModule,
77
77
  ]] });
@@ -97,8 +97,8 @@ class RaisedButtonComponent {
97
97
  this.faChevronRight = faChevronRight;
98
98
  }
99
99
  }
100
- /** @nocollapse */ /** @nocollapse */ RaisedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
101
- /** @nocollapse */ /** @nocollapse */ RaisedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: RaisedButtonComponent, selector: "raised-button", ngImport: i0, template: "<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<a href=\"#\" daff-raised-button>Link</a>", styles: ["button[daff-raised-button],a[daff-raised-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
100
+ /** @nocollapse */ RaisedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
101
+ /** @nocollapse */ RaisedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: RaisedButtonComponent, selector: "raised-button", ngImport: i0, template: "<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<a href=\"#\" daff-raised-button>Link</a>", styles: ["button[daff-raised-button],a[daff-raised-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
102
102
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonComponent, decorators: [{
103
103
  type: Component,
104
104
  args: [{ selector: 'raised-button', styles: [`
@@ -111,10 +111,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
111
111
 
112
112
  class RaisedButtonModule {
113
113
  }
114
- /** @nocollapse */ /** @nocollapse */ RaisedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
- /** @nocollapse */ /** @nocollapse */ RaisedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, declarations: [RaisedButtonComponent], imports: [DaffButtonModule,
114
+ /** @nocollapse */ RaisedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
+ /** @nocollapse */ RaisedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, declarations: [RaisedButtonComponent], imports: [DaffButtonModule,
116
116
  FontAwesomeModule], exports: [RaisedButtonComponent] });
117
- /** @nocollapse */ /** @nocollapse */ RaisedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, imports: [[
117
+ /** @nocollapse */ RaisedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, imports: [[
118
118
  DaffButtonModule,
119
119
  FontAwesomeModule,
120
120
  ]] });
@@ -139,8 +139,8 @@ class SizeableButtonComponent {
139
139
  this.faPlus = faPlus;
140
140
  }
141
141
  }
142
- /** @nocollapse */ /** @nocollapse */ SizeableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
143
- /** @nocollapse */ /** @nocollapse */ SizeableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: SizeableButtonComponent, selector: "sizeable-button", ngImport: i0, template: "<h4>Small Buttons</h4>\n\n<button daff-button size=\"sm\">Small Button</button>\n<button daff-raised-button size=\"sm\">Small Raised Button</button>\n<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\n<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Medium Buttons (Default)</h4>\n\n<button daff-button size=\"md\">Medium Button</button>\n<button daff-raised-button size=\"md\">Medium Raised Button</button>\n<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\n<button daff-underline-button size=\"md\">Medium Underline Button</button>\n<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Large Buttons</h4>\n\n<button daff-button size=\"lg\">Large Button</button>\n<button daff-raised-button size=\"lg\">Large Raised Button</button>\n<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\n\n<button daff-underline-button size=\"lg\">Large Underline Button</button>\n<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: ["button{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
142
+ /** @nocollapse */ SizeableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
143
+ /** @nocollapse */ SizeableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: SizeableButtonComponent, selector: "sizeable-button", ngImport: i0, template: "<h4>Small Buttons</h4>\n\n<button daff-button size=\"sm\">Small Button</button>\n<button daff-raised-button size=\"sm\">Small Raised Button</button>\n<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\n<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Medium Buttons (Default)</h4>\n\n<button daff-button size=\"md\">Medium Button</button>\n<button daff-raised-button size=\"md\">Medium Raised Button</button>\n<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\n<button daff-underline-button size=\"md\">Medium Underline Button</button>\n<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Large Buttons</h4>\n\n<button daff-button size=\"lg\">Large Button</button>\n<button daff-raised-button size=\"lg\">Large Raised Button</button>\n<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\n\n<button daff-underline-button size=\"lg\">Large Underline Button</button>\n<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: ["button{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
144
144
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonComponent, decorators: [{
145
145
  type: Component,
146
146
  args: [{ selector: 'sizeable-button', styles: [`
@@ -152,10 +152,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
152
152
 
153
153
  class SizeableButtonModule {
154
154
  }
155
- /** @nocollapse */ /** @nocollapse */ SizeableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
156
- /** @nocollapse */ /** @nocollapse */ SizeableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, declarations: [SizeableButtonComponent], imports: [DaffButtonModule,
155
+ /** @nocollapse */ SizeableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
156
+ /** @nocollapse */ SizeableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, declarations: [SizeableButtonComponent], imports: [DaffButtonModule,
157
157
  FontAwesomeModule], exports: [SizeableButtonComponent] });
158
- /** @nocollapse */ /** @nocollapse */ SizeableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, imports: [[
158
+ /** @nocollapse */ SizeableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, imports: [[
159
159
  DaffButtonModule,
160
160
  FontAwesomeModule,
161
161
  ]] });
@@ -182,8 +182,8 @@ class StatusableButtonComponent {
182
182
  this.faCheckCircle = faCheckCircle;
183
183
  }
184
184
  }
185
- /** @nocollapse */ /** @nocollapse */ StatusableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
186
- /** @nocollapse */ /** @nocollapse */ StatusableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: StatusableButtonComponent, selector: "statusable-button", ngImport: i0, template: "<h4>Basic Status Buttons</h4>\n<button daff-button status=\"warn\">Warn</button>\n<button daff-button status=\"danger\">Danger</button>\n<button daff-button status=\"success\">Success</button>\n\n<h4>Stroked Status Buttons</h4>\n<button daff-stroked-button status=\"warn\">Warn</button>\n<button daff-stroked-button status=\"danger\">Danger</button>\n<button daff-stroked-button status=\"success\">Success</button>\n\n<h4>Raised Status Buttons</h4>\n<button daff-raised-button status=\"warn\">Warn</button>\n<button daff-raised-button status=\"danger\">Danger</button>\n<button daff-raised-button status=\"success\">Success</button>\n\n<h4>Underline Status Buttons</h4>\n<button daff-underline-button status=\"warn\">Warn</button>\n<button daff-underline-button status=\"danger\">Danger</button>\n<button daff-underline-button status=\"success\">Success</button>\n\n<h4>Icon Status Buttons</h4>\n<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>", styles: ["button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-underline-button],button[daff-icon-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
185
+ /** @nocollapse */ StatusableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
186
+ /** @nocollapse */ StatusableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: StatusableButtonComponent, selector: "statusable-button", ngImport: i0, template: "<h4>Basic Status Buttons</h4>\n<button daff-button status=\"warn\">Warn</button>\n<button daff-button status=\"danger\">Danger</button>\n<button daff-button status=\"success\">Success</button>\n\n<h4>Stroked Status Buttons</h4>\n<button daff-stroked-button status=\"warn\">Warn</button>\n<button daff-stroked-button status=\"danger\">Danger</button>\n<button daff-stroked-button status=\"success\">Success</button>\n\n<h4>Raised Status Buttons</h4>\n<button daff-raised-button status=\"warn\">Warn</button>\n<button daff-raised-button status=\"danger\">Danger</button>\n<button daff-raised-button status=\"success\">Success</button>\n\n<h4>Underline Status Buttons</h4>\n<button daff-underline-button status=\"warn\">Warn</button>\n<button daff-underline-button status=\"danger\">Danger</button>\n<button daff-underline-button status=\"success\">Success</button>\n\n<h4>Icon Status Buttons</h4>\n<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>", styles: ["button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-underline-button],button[daff-icon-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
187
187
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonComponent, decorators: [{
188
188
  type: Component,
189
189
  args: [{ selector: 'statusable-button', styles: [`
@@ -199,10 +199,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
199
199
 
200
200
  class StatusableButtonModule {
201
201
  }
202
- /** @nocollapse */ /** @nocollapse */ StatusableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
203
- /** @nocollapse */ /** @nocollapse */ StatusableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, declarations: [StatusableButtonComponent], imports: [DaffButtonModule,
202
+ /** @nocollapse */ StatusableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
203
+ /** @nocollapse */ StatusableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, declarations: [StatusableButtonComponent], imports: [DaffButtonModule,
204
204
  FontAwesomeModule], exports: [StatusableButtonComponent] });
205
- /** @nocollapse */ /** @nocollapse */ StatusableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, imports: [[
205
+ /** @nocollapse */ StatusableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, imports: [[
206
206
  DaffButtonModule,
207
207
  FontAwesomeModule,
208
208
  ]] });
@@ -228,8 +228,8 @@ class StrokedButtonComponent {
228
228
  this.faChevronRight = faChevronRight;
229
229
  }
230
230
  }
231
- /** @nocollapse */ /** @nocollapse */ StrokedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
- /** @nocollapse */ /** @nocollapse */ StrokedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: StrokedButtonComponent, selector: "stroked-button", ngImport: i0, template: "<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<a href=\"#\" daff-stroked-button>Link</a>", styles: ["button[daff-stroked-button],a[daff-stroked-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
231
+ /** @nocollapse */ StrokedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
+ /** @nocollapse */ StrokedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: StrokedButtonComponent, selector: "stroked-button", ngImport: i0, template: "<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<a href=\"#\" daff-stroked-button>Link</a>", styles: ["button[daff-stroked-button],a[daff-stroked-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
233
233
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonComponent, decorators: [{
234
234
  type: Component,
235
235
  args: [{ selector: 'stroked-button', styles: [`
@@ -242,10 +242,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
242
242
 
243
243
  class StrokedButtonModule {
244
244
  }
245
- /** @nocollapse */ /** @nocollapse */ StrokedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
246
- /** @nocollapse */ /** @nocollapse */ StrokedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, declarations: [StrokedButtonComponent], imports: [DaffButtonModule,
245
+ /** @nocollapse */ StrokedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
246
+ /** @nocollapse */ StrokedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, declarations: [StrokedButtonComponent], imports: [DaffButtonModule,
247
247
  FontAwesomeModule], exports: [StrokedButtonComponent] });
248
- /** @nocollapse */ /** @nocollapse */ StrokedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, imports: [[
248
+ /** @nocollapse */ StrokedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, imports: [[
249
249
  DaffButtonModule,
250
250
  FontAwesomeModule,
251
251
  ]] });
@@ -271,8 +271,8 @@ class UnderlineButtonComponent {
271
271
  this.faChevronRight = faChevronRight;
272
272
  }
273
273
  }
274
- /** @nocollapse */ /** @nocollapse */ UnderlineButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
275
- /** @nocollapse */ /** @nocollapse */ UnderlineButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: UnderlineButtonComponent, selector: "underline-button", ngImport: i0, template: "<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<a href=\"#\" daff-underline-button>Link</a>", styles: ["button[daff-underline-button],a[daff-underline-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
274
+ /** @nocollapse */ UnderlineButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
275
+ /** @nocollapse */ UnderlineButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: UnderlineButtonComponent, selector: "underline-button", ngImport: i0, template: "<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<a href=\"#\" daff-underline-button>Link</a>", styles: ["button[daff-underline-button],a[daff-underline-button]{margin:4px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
276
276
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonComponent, decorators: [{
277
277
  type: Component,
278
278
  args: [{ selector: 'underline-button', styles: [`
@@ -285,10 +285,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
285
285
 
286
286
  class UnderlineButtonModule {
287
287
  }
288
- /** @nocollapse */ /** @nocollapse */ UnderlineButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
289
- /** @nocollapse */ /** @nocollapse */ UnderlineButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, declarations: [UnderlineButtonComponent], imports: [DaffButtonModule,
288
+ /** @nocollapse */ UnderlineButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
289
+ /** @nocollapse */ UnderlineButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, declarations: [UnderlineButtonComponent], imports: [DaffButtonModule,
290
290
  FontAwesomeModule], exports: [UnderlineButtonComponent] });
291
- /** @nocollapse */ /** @nocollapse */ UnderlineButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, imports: [[
291
+ /** @nocollapse */ UnderlineButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, imports: [[
292
292
  DaffButtonModule,
293
293
  FontAwesomeModule,
294
294
  ]] });
@@ -1 +1 @@
1
- {"version":3,"file":"daffodil-design-button-examples.mjs","sources":["../../../libs/design/button/examples/src/basic-button/basic-button.component.ts","../../../libs/design/button/examples/src/basic-button/basic-button.component.html","../../../libs/design/button/examples/src/basic-button/basic-button.module.ts","../../../libs/design/button/examples/src/icon-button/icon-button.component.ts","../../../libs/design/button/examples/src/icon-button/icon-button.component.html","../../../libs/design/button/examples/src/icon-button/icon-button.module.ts","../../../libs/design/button/examples/src/raised-button/raised-button.component.ts","../../../libs/design/button/examples/src/raised-button/raised-button.component.html","../../../libs/design/button/examples/src/raised-button/raised-button.module.ts","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.component.ts","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.component.html","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.module.ts","../../../libs/design/button/examples/src/statusable-button/statusable-button.component.ts","../../../libs/design/button/examples/src/statusable-button/statusable-button.component.html","../../../libs/design/button/examples/src/statusable-button/statusable-button.module.ts","../../../libs/design/button/examples/src/stroked-button/stroked-button.component.ts","../../../libs/design/button/examples/src/stroked-button/stroked-button.component.html","../../../libs/design/button/examples/src/stroked-button/stroked-button.module.ts","../../../libs/design/button/examples/src/underline-button/underline-button.component.ts","../../../libs/design/button/examples/src/underline-button/underline-button.component.html","../../../libs/design/button/examples/src/underline-button/underline-button.module.ts","../../../libs/design/button/examples/src/public_api.ts","../../../libs/design/button/examples/src/daffodil-design-button-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'basic-button',\n templateUrl: './basic-button.component.html',\n styles: [`\n button[daff-button],\n a[daff-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class BasicButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<a href=\"#\" daff-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { BasicButtonComponent } from './basic-button.component';\n\n\n@NgModule({\n declarations: [\n BasicButtonComponent,\n ],\n exports: [\n BasicButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class BasicButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { faPlus } from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'icon-button',\n templateUrl: './icon-button.component.html',\n styles: [`\n button[daff-button],\n a[daff-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class IconButtonComponent {\n faPlus = faPlus;\n}\n","<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { IconButtonComponent } from './icon-button.component';\n\n\n@NgModule({\n declarations: [\n IconButtonComponent,\n ],\n exports: [\n IconButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class IconButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'raised-button',\n templateUrl: './raised-button.component.html',\n styles: [`\n button[daff-raised-button],\n a[daff-raised-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class RaisedButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<a href=\"#\" daff-raised-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { RaisedButtonComponent } from './raised-button.component';\n\n\n@NgModule({\n declarations: [\n RaisedButtonComponent,\n ],\n exports: [\n RaisedButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class RaisedButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { faPlus } from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'sizeable-button',\n templateUrl: './sizeable-button.component.html',\n styles: [`\n button {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SizeableButtonComponent {\n faPlus = faPlus;\n}\n","<h4>Small Buttons</h4>\n\n<button daff-button size=\"sm\">Small Button</button>\n<button daff-raised-button size=\"sm\">Small Raised Button</button>\n<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\n<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Medium Buttons (Default)</h4>\n\n<button daff-button size=\"md\">Medium Button</button>\n<button daff-raised-button size=\"md\">Medium Raised Button</button>\n<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\n<button daff-underline-button size=\"md\">Medium Underline Button</button>\n<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Large Buttons</h4>\n\n<button daff-button size=\"lg\">Large Button</button>\n<button daff-raised-button size=\"lg\">Large Raised Button</button>\n<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\n\n<button daff-underline-button size=\"lg\">Large Underline Button</button>\n<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { SizeableButtonComponent } from './sizeable-button.component';\n\n\n@NgModule({\n declarations: [\n SizeableButtonComponent,\n ],\n exports: [\n SizeableButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class SizeableButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faExclamation,\n faExclamationTriangle,\n faCheckCircle,\n} from '@fortawesome/free-solid-svg-icons';\n\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'statusable-button',\n templateUrl: './statusable-button.component.html',\n styles: [`\n button[daff-button],\n button[daff-stroked-button],\n button[daff-raised-button],\n button[daff-underline-button],\n button[daff-icon-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class StatusableButtonComponent {\n faExclamation = faExclamation;\n faExclamationTriangle = faExclamationTriangle;\n faCheckCircle = faCheckCircle;\n}\n","<h4>Basic Status Buttons</h4>\n<button daff-button status=\"warn\">Warn</button>\n<button daff-button status=\"danger\">Danger</button>\n<button daff-button status=\"success\">Success</button>\n\n<h4>Stroked Status Buttons</h4>\n<button daff-stroked-button status=\"warn\">Warn</button>\n<button daff-stroked-button status=\"danger\">Danger</button>\n<button daff-stroked-button status=\"success\">Success</button>\n\n<h4>Raised Status Buttons</h4>\n<button daff-raised-button status=\"warn\">Warn</button>\n<button daff-raised-button status=\"danger\">Danger</button>\n<button daff-raised-button status=\"success\">Success</button>\n\n<h4>Underline Status Buttons</h4>\n<button daff-underline-button status=\"warn\">Warn</button>\n<button daff-underline-button status=\"danger\">Danger</button>\n<button daff-underline-button status=\"success\">Success</button>\n\n<h4>Icon Status Buttons</h4>\n<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { StatusableButtonComponent } from './statusable-button.component';\n\n\n@NgModule({\n declarations: [\n StatusableButtonComponent,\n ],\n exports: [\n StatusableButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class StatusableButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'stroked-button',\n templateUrl: './stroked-button.component.html',\n styles: [`\n button[daff-stroked-button],\n a[daff-stroked-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class StrokedButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<a href=\"#\" daff-stroked-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { StrokedButtonComponent } from './stroked-button.component';\n\n\n@NgModule({\n declarations: [\n StrokedButtonComponent,\n ],\n exports: [\n StrokedButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class StrokedButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'underline-button',\n templateUrl: './underline-button.component.html',\n styles: [`\n button[daff-underline-button],\n a[daff-underline-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class UnderlineButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<a href=\"#\" daff-underline-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { UnderlineButtonComponent } from './underline-button.component';\n\n\n@NgModule({\n declarations: [\n UnderlineButtonComponent,\n ],\n exports: [\n UnderlineButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class UnderlineButtonModule { }\n","import { BasicButtonComponent } from './basic-button/basic-button.component';\nexport { BasicButtonModule } from './basic-button/basic-button.module';\nimport { IconButtonComponent } from './icon-button/icon-button.component';\nexport { IconButtonModule } from './icon-button/icon-button.module';\nimport { RaisedButtonComponent } from './raised-button/raised-button.component';\nexport { RaisedButtonModule } from './raised-button/raised-button.module';\nimport { SizeableButtonComponent } from './sizeable-button/sizeable-button.component';\nexport { SizeableButtonModule } from './sizeable-button/sizeable-button.module';\nimport { StatusableButtonComponent } from './statusable-button/statusable-button.component';\nexport { StatusableButtonModule } from './statusable-button/statusable-button.module';\nimport { StrokedButtonComponent } from './stroked-button/stroked-button.component';\nexport { StrokedButtonModule } from './stroked-button/stroked-button.module';\nimport { UnderlineButtonComponent } from './underline-button/underline-button.component';\nexport { UnderlineButtonModule } from './underline-button/underline-button.module';\n\nexport const BUTTON_EXAMPLES = [\n BasicButtonComponent,\n IconButtonComponent,\n RaisedButtonComponent,\n SizeableButtonComponent,\n StatusableButtonComponent,\n StrokedButtonComponent,\n UnderlineButtonComponent,\n];\n\nexport {\n BasicButtonComponent,\n IconButtonComponent,\n RaisedButtonComponent,\n SizeableButtonComponent,\n StatusableButtonComponent,\n StrokedButtonComponent,\n UnderlineButtonComponent,\n};\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-button-examples.mjs","sources":["../../../libs/design/button/examples/src/basic-button/basic-button.component.ts","../../../libs/design/button/examples/src/basic-button/basic-button.component.html","../../../libs/design/button/examples/src/basic-button/basic-button.module.ts","../../../libs/design/button/examples/src/icon-button/icon-button.component.ts","../../../libs/design/button/examples/src/icon-button/icon-button.component.html","../../../libs/design/button/examples/src/icon-button/icon-button.module.ts","../../../libs/design/button/examples/src/raised-button/raised-button.component.ts","../../../libs/design/button/examples/src/raised-button/raised-button.component.html","../../../libs/design/button/examples/src/raised-button/raised-button.module.ts","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.component.ts","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.component.html","../../../libs/design/button/examples/src/sizeable-button/sizeable-button.module.ts","../../../libs/design/button/examples/src/statusable-button/statusable-button.component.ts","../../../libs/design/button/examples/src/statusable-button/statusable-button.component.html","../../../libs/design/button/examples/src/statusable-button/statusable-button.module.ts","../../../libs/design/button/examples/src/stroked-button/stroked-button.component.ts","../../../libs/design/button/examples/src/stroked-button/stroked-button.component.html","../../../libs/design/button/examples/src/stroked-button/stroked-button.module.ts","../../../libs/design/button/examples/src/underline-button/underline-button.component.ts","../../../libs/design/button/examples/src/underline-button/underline-button.component.html","../../../libs/design/button/examples/src/underline-button/underline-button.module.ts","../../../libs/design/button/examples/src/public_api.ts","../../../libs/design/button/examples/src/daffodil-design-button-examples.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'basic-button',\n templateUrl: './basic-button.component.html',\n styles: [`\n button[daff-button],\n a[daff-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class BasicButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<a href=\"#\" daff-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { BasicButtonComponent } from './basic-button.component';\n\n\n@NgModule({\n declarations: [\n BasicButtonComponent,\n ],\n exports: [\n BasicButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class BasicButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { faPlus } from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'icon-button',\n templateUrl: './icon-button.component.html',\n styles: [`\n button[daff-button],\n a[daff-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class IconButtonComponent {\n faPlus = faPlus;\n}\n","<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { IconButtonComponent } from './icon-button.component';\n\n\n@NgModule({\n declarations: [\n IconButtonComponent,\n ],\n exports: [\n IconButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class IconButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'raised-button',\n templateUrl: './raised-button.component.html',\n styles: [`\n button[daff-raised-button],\n a[daff-raised-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class RaisedButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<a href=\"#\" daff-raised-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { RaisedButtonComponent } from './raised-button.component';\n\n\n@NgModule({\n declarations: [\n RaisedButtonComponent,\n ],\n exports: [\n RaisedButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class RaisedButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { faPlus } from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'sizeable-button',\n templateUrl: './sizeable-button.component.html',\n styles: [`\n button {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SizeableButtonComponent {\n faPlus = faPlus;\n}\n","<h4>Small Buttons</h4>\n\n<button daff-button size=\"sm\">Small Button</button>\n<button daff-raised-button size=\"sm\">Small Raised Button</button>\n<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\n<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Medium Buttons (Default)</h4>\n\n<button daff-button size=\"md\">Medium Button</button>\n<button daff-raised-button size=\"md\">Medium Raised Button</button>\n<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\n<button daff-underline-button size=\"md\">Medium Underline Button</button>\n<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n\n<h4>Large Buttons</h4>\n\n<button daff-button size=\"lg\">Large Button</button>\n<button daff-raised-button size=\"lg\">Large Raised Button</button>\n<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\n\n<button daff-underline-button size=\"lg\">Large Underline Button</button>\n<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { SizeableButtonComponent } from './sizeable-button.component';\n\n\n@NgModule({\n declarations: [\n SizeableButtonComponent,\n ],\n exports: [\n SizeableButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class SizeableButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faExclamation,\n faExclamationTriangle,\n faCheckCircle,\n} from '@fortawesome/free-solid-svg-icons';\n\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'statusable-button',\n templateUrl: './statusable-button.component.html',\n styles: [`\n button[daff-button],\n button[daff-stroked-button],\n button[daff-raised-button],\n button[daff-underline-button],\n button[daff-icon-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class StatusableButtonComponent {\n faExclamation = faExclamation;\n faExclamationTriangle = faExclamationTriangle;\n faCheckCircle = faCheckCircle;\n}\n","<h4>Basic Status Buttons</h4>\n<button daff-button status=\"warn\">Warn</button>\n<button daff-button status=\"danger\">Danger</button>\n<button daff-button status=\"success\">Success</button>\n\n<h4>Stroked Status Buttons</h4>\n<button daff-stroked-button status=\"warn\">Warn</button>\n<button daff-stroked-button status=\"danger\">Danger</button>\n<button daff-stroked-button status=\"success\">Success</button>\n\n<h4>Raised Status Buttons</h4>\n<button daff-raised-button status=\"warn\">Warn</button>\n<button daff-raised-button status=\"danger\">Danger</button>\n<button daff-raised-button status=\"success\">Success</button>\n\n<h4>Underline Status Buttons</h4>\n<button daff-underline-button status=\"warn\">Warn</button>\n<button daff-underline-button status=\"danger\">Danger</button>\n<button daff-underline-button status=\"success\">Success</button>\n\n<h4>Icon Status Buttons</h4>\n<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { StatusableButtonComponent } from './statusable-button.component';\n\n\n@NgModule({\n declarations: [\n StatusableButtonComponent,\n ],\n exports: [\n StatusableButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class StatusableButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'stroked-button',\n templateUrl: './stroked-button.component.html',\n styles: [`\n button[daff-stroked-button],\n a[daff-stroked-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class StrokedButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<a href=\"#\" daff-stroked-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { StrokedButtonComponent } from './stroked-button.component';\n\n\n@NgModule({\n declarations: [\n StrokedButtonComponent,\n ],\n exports: [\n StrokedButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class StrokedButtonModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport {\n faChevronLeft,\n faChevronRight,\n} from '@fortawesome/free-solid-svg-icons';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'underline-button',\n templateUrl: './underline-button.component.html',\n styles: [`\n button[daff-underline-button],\n a[daff-underline-button] {\n margin: 4px;\n }\n `],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class UnderlineButtonComponent {\n faChevronLeft = faChevronLeft;\n faChevronRight = faChevronRight;\n}\n","<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<a href=\"#\" daff-underline-button>Link</a>","import { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '@daffodil/design';\n\nimport { UnderlineButtonComponent } from './underline-button.component';\n\n\n@NgModule({\n declarations: [\n UnderlineButtonComponent,\n ],\n exports: [\n UnderlineButtonComponent,\n ],\n imports: [\n DaffButtonModule,\n FontAwesomeModule,\n ],\n})\nexport class UnderlineButtonModule { }\n","import { BasicButtonComponent } from './basic-button/basic-button.component';\nexport { BasicButtonModule } from './basic-button/basic-button.module';\nimport { IconButtonComponent } from './icon-button/icon-button.component';\nexport { IconButtonModule } from './icon-button/icon-button.module';\nimport { RaisedButtonComponent } from './raised-button/raised-button.component';\nexport { RaisedButtonModule } from './raised-button/raised-button.module';\nimport { SizeableButtonComponent } from './sizeable-button/sizeable-button.component';\nexport { SizeableButtonModule } from './sizeable-button/sizeable-button.module';\nimport { StatusableButtonComponent } from './statusable-button/statusable-button.component';\nexport { StatusableButtonModule } from './statusable-button/statusable-button.module';\nimport { StrokedButtonComponent } from './stroked-button/stroked-button.component';\nexport { StrokedButtonModule } from './stroked-button/stroked-button.module';\nimport { UnderlineButtonComponent } from './underline-button/underline-button.component';\nexport { UnderlineButtonModule } from './underline-button/underline-button.module';\n\nexport const BUTTON_EXAMPLES = [\n BasicButtonComponent,\n IconButtonComponent,\n RaisedButtonComponent,\n SizeableButtonComponent,\n StatusableButtonComponent,\n StrokedButtonComponent,\n UnderlineButtonComponent,\n];\n\nexport {\n BasicButtonComponent,\n IconButtonComponent,\n RaisedButtonComponent,\n SizeableButtonComponent,\n StatusableButtonComponent,\n StrokedButtonComponent,\n UnderlineButtonComponent,\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}