@daffodil/design 0.74.0 → 0.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (627) hide show
  1. package/accordion/accordion/accordion/accordion.component.d.ts +3 -19
  2. package/article/README.md +19 -13
  3. package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
  4. package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
  5. package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
  6. package/article/examples/article-headings/article-headings.component.d.ts +1 -1
  7. package/article/examples/article-hr/article-hr.component.d.ts +1 -1
  8. package/article/examples/article-link/article-link.component.d.ts +1 -1
  9. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  10. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  11. package/article/examples/article-table/article-table.component.d.ts +1 -1
  12. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  13. package/article/examples/public_api.d.ts +0 -1
  14. package/article/src/article-theme.scss +18 -8
  15. package/breadcrumb/README.md +52 -0
  16. package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +7 -0
  17. package/breadcrumb/breadcrumb-item/breadcrumb-item.directive.d.ts +9 -0
  18. package/breadcrumb/breadcrumb.d.ts +3 -0
  19. package/breadcrumb/breadcrumb.module.d.ts +9 -0
  20. package/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.d.ts +5 -0
  21. package/breadcrumb/examples/index.d.ts +1 -0
  22. package/breadcrumb/examples/public_api.d.ts +2 -0
  23. package/breadcrumb/index.d.ts +1 -0
  24. package/breadcrumb/public_api.d.ts +4 -0
  25. package/breadcrumb/src/breadcrumb-theme.scss +13 -0
  26. package/button/button/button-sizable.directive.d.ts +10 -0
  27. package/button/button/button.component.d.ts +17 -27
  28. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  29. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  30. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  31. package/button/examples/public_api.d.ts +0 -8
  32. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  33. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  34. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  35. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  36. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  37. package/button/public_api.d.ts +1 -0
  38. package/callout/callout/callout.component.d.ts +6 -38
  39. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +1 -1
  40. package/callout/examples/callout-theming/callout-theming.component.d.ts +1 -1
  41. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  42. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  43. package/callout/examples/public_api.d.ts +0 -4
  44. package/card/card/card.component.d.ts +3 -21
  45. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  46. package/card/examples/card-orientation/card-orientation.component.d.ts +1 -1
  47. package/card/examples/card-theming/card-theming.component.d.ts +1 -1
  48. package/card/examples/linkable-card/linkable-card.component.d.ts +1 -1
  49. package/card/examples/public_api.d.ts +0 -6
  50. package/card/examples/raised-card/raised-card.component.d.ts +1 -1
  51. package/card/examples/stroked-card/stroked-card.component.d.ts +1 -1
  52. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +1 -1
  53. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +1 -1
  54. package/checkbox/examples/examples.d.ts +0 -2
  55. package/checkbox/examples/public_api.d.ts +0 -1
  56. package/container/container/container.component.d.ts +3 -22
  57. package/container/examples/container-sizes/container-sizes.component.d.ts +1 -1
  58. package/container/examples/public_api.d.ts +0 -1
  59. package/core/article-encapsulated/article-encapsulated.directive.d.ts +31 -0
  60. package/core/article-encapsulated/public_api.d.ts +1 -1
  61. package/core/breakpoints/noop.service.d.ts +13 -0
  62. package/core/breakpoints/provider.d.ts +6 -0
  63. package/core/breakpoints/public_api.d.ts +3 -0
  64. package/core/colorable/colorable.d.ts +36 -2
  65. package/core/colorable/colorable.directive.d.ts +82 -0
  66. package/core/colorable/public_api.d.ts +1 -1
  67. package/core/compactable/compactable.directive.d.ts +54 -0
  68. package/core/compactable/public_api.d.ts +1 -1
  69. package/core/manage-container-layout/manage-container-layout.directive.d.ts +66 -0
  70. package/core/manage-container-layout/public_api.d.ts +1 -1
  71. package/core/public_api.d.ts +1 -1
  72. package/core/sizable/public_api.d.ts +1 -1
  73. package/core/sizable/sizable.d.ts +4 -2
  74. package/core/sizable/sizable.directive.d.ts +81 -0
  75. package/core/skeletonable/public_api.d.ts +1 -1
  76. package/core/skeletonable/skeletonable.d.ts +0 -1
  77. package/core/skeletonable/skeletonable.directive.d.ts +50 -0
  78. package/core/statusable/public_api.d.ts +1 -1
  79. package/core/statusable/statusable.d.ts +16 -0
  80. package/core/statusable/statusable.directive.d.ts +65 -0
  81. package/core/text-alignable/public_api.d.ts +1 -1
  82. package/core/text-alignable/text-alignable.d.ts +1 -2
  83. package/core/text-alignable/text-alignable.directive.d.ts +73 -0
  84. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
  85. package/esm2022/article/article/article.component.mjs +2 -2
  86. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +4 -3
  87. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +4 -3
  88. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +4 -3
  89. package/esm2022/article/examples/article-headings/article-headings.component.mjs +3 -3
  90. package/esm2022/article/examples/article-hr/article-hr.component.mjs +4 -3
  91. package/esm2022/article/examples/article-link/article-link.component.mjs +4 -3
  92. package/esm2022/article/examples/article-meta/article-meta.component.mjs +4 -3
  93. package/esm2022/article/examples/article-ol/article-ol.component.mjs +4 -3
  94. package/esm2022/article/examples/article-table/article-table.component.mjs +4 -3
  95. package/esm2022/article/examples/article-ul/article-ul.component.mjs +4 -3
  96. package/esm2022/article/examples/public_api.mjs +1 -2
  97. package/esm2022/breadcrumb/breadcrumb/breadcrumb.component.mjs +25 -0
  98. package/esm2022/breadcrumb/breadcrumb-item/breadcrumb-item.directive.mjs +33 -0
  99. package/esm2022/breadcrumb/breadcrumb.mjs +7 -0
  100. package/esm2022/breadcrumb/breadcrumb.module.mjs +26 -0
  101. package/esm2022/breadcrumb/daffodil-design-breadcrumb.mjs +5 -0
  102. package/esm2022/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.mjs +15 -0
  103. package/esm2022/breadcrumb/examples/daffodil-design-breadcrumb-examples.mjs +5 -0
  104. package/esm2022/breadcrumb/examples/index.mjs +2 -0
  105. package/esm2022/breadcrumb/examples/public_api.mjs +5 -0
  106. package/esm2022/breadcrumb/index.mjs +2 -0
  107. package/esm2022/breadcrumb/public_api.mjs +5 -0
  108. package/esm2022/button/button/button-sizable.directive.mjs +14 -0
  109. package/esm2022/button/button/button.component.mjs +32 -10
  110. package/esm2022/button/examples/basic-button/basic-button.component.mjs +10 -4
  111. package/esm2022/button/examples/flat-button/flat-button.component.mjs +10 -4
  112. package/esm2022/button/examples/icon-button/icon-button.component.mjs +5 -4
  113. package/esm2022/button/examples/public_api.mjs +1 -9
  114. package/esm2022/button/examples/raised-button/raised-button.component.mjs +10 -4
  115. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +5 -4
  116. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +5 -4
  117. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +10 -4
  118. package/esm2022/button/examples/underline-button/underline-button.component.mjs +10 -4
  119. package/esm2022/button/public_api.mjs +2 -1
  120. package/esm2022/callout/callout/callout.component.mjs +28 -22
  121. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +20 -10
  122. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +17 -9
  123. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +12 -4
  124. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +12 -4
  125. package/esm2022/callout/examples/public_api.mjs +1 -5
  126. package/esm2022/card/card/card.component.mjs +12 -16
  127. package/esm2022/card/examples/basic-card/basic-card.component.mjs +12 -4
  128. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +20 -10
  129. package/esm2022/card/examples/card-theming/card-theming.component.mjs +11 -6
  130. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +15 -8
  131. package/esm2022/card/examples/public_api.mjs +1 -7
  132. package/esm2022/card/examples/raised-card/raised-card.component.mjs +15 -8
  133. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +15 -8
  134. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +12 -6
  135. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +12 -7
  136. package/esm2022/checkbox/examples/examples.mjs +1 -7
  137. package/esm2022/checkbox/examples/public_api.mjs +1 -2
  138. package/esm2022/container/container/container.component.mjs +15 -22
  139. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +11 -6
  140. package/esm2022/container/examples/public_api.mjs +1 -2
  141. package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +45 -0
  142. package/esm2022/core/article-encapsulated/public_api.mjs +2 -2
  143. package/esm2022/core/breakpoints/noop.service.mjs +25 -0
  144. package/esm2022/core/breakpoints/provider.mjs +13 -0
  145. package/esm2022/core/breakpoints/public_api.mjs +4 -0
  146. package/esm2022/core/colorable/colorable.directive.mjs +104 -0
  147. package/esm2022/core/colorable/colorable.mjs +37 -2
  148. package/esm2022/core/colorable/public_api.mjs +2 -2
  149. package/esm2022/core/compactable/compactable.directive.mjs +70 -0
  150. package/esm2022/core/compactable/public_api.mjs +2 -2
  151. package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +80 -0
  152. package/esm2022/core/manage-container-layout/public_api.mjs +2 -2
  153. package/esm2022/core/public_api.mjs +2 -2
  154. package/esm2022/core/sizable/public_api.mjs +2 -2
  155. package/esm2022/core/sizable/sizable.directive.mjs +96 -0
  156. package/esm2022/core/sizable/sizable.mjs +2 -3
  157. package/esm2022/core/skeletonable/public_api.mjs +2 -2
  158. package/esm2022/core/skeletonable/skeletonable.directive.mjs +66 -0
  159. package/esm2022/core/skeletonable/skeletonable.mjs +1 -1
  160. package/esm2022/core/statusable/public_api.mjs +2 -2
  161. package/esm2022/core/statusable/statusable.directive.mjs +77 -0
  162. package/esm2022/core/statusable/statusable.mjs +4 -1
  163. package/esm2022/core/text-alignable/public_api.mjs +2 -2
  164. package/esm2022/core/text-alignable/text-alignable.directive.mjs +84 -0
  165. package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
  166. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +10 -4
  167. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +20 -10
  168. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +15 -8
  169. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +12 -4
  170. package/esm2022/hero/examples/public_api.mjs +1 -5
  171. package/esm2022/hero/hero/hero.component.mjs +28 -22
  172. package/esm2022/image/examples/basic-image/basic-image.component.mjs +4 -3
  173. package/esm2022/image/examples/load-image/load-image.component.mjs +6 -5
  174. package/esm2022/image/examples/public_api.mjs +4 -7
  175. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +4 -3
  176. package/esm2022/image/image/image.component.mjs +14 -23
  177. package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -3
  178. package/esm2022/input/examples/examples.mjs +5 -9
  179. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -3
  180. package/esm2022/input/examples/input-error/input-error.component.mjs +9 -4
  181. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -3
  182. package/esm2022/link-set/link-set/link-set.component.mjs +12 -22
  183. package/esm2022/list/examples/basic-list/basic-list.component.mjs +4 -3
  184. package/esm2022/list/examples/icon-list/icon-list.component.mjs +10 -4
  185. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +4 -3
  186. package/esm2022/list/examples/nav-list/nav-list.component.mjs +10 -4
  187. package/esm2022/list/examples/public_api.mjs +1 -2
  188. package/esm2022/list/list/list.component.mjs +12 -21
  189. package/esm2022/loading-icon/examples/examples.mjs +1 -3
  190. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +12 -7
  191. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +4 -3
  192. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +21 -28
  193. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +7 -5
  194. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +7 -5
  195. package/esm2022/media-gallery/examples/public_api.mjs +1 -4
  196. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +7 -5
  197. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +17 -23
  198. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +5 -3
  199. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +5 -4
  200. package/esm2022/menu/examples/public_api.mjs +2 -3
  201. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +6 -5
  202. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +5 -3
  203. package/esm2022/modal/examples/public_api.mjs +2 -3
  204. package/esm2022/modal/modal/modal-config.mjs +1 -1
  205. package/esm2022/modal/modal/modal.component.mjs +42 -6
  206. package/esm2022/modal/modal-actions/modal-actions.component.mjs +15 -5
  207. package/esm2022/modal/modal-close/modal-close.directive.mjs +47 -0
  208. package/esm2022/modal/modal-content/modal-content.component.mjs +15 -5
  209. package/esm2022/modal/modal-header/modal-header.component.mjs +16 -4
  210. package/esm2022/modal/modal-title/modal-title.directive.mjs +33 -6
  211. package/esm2022/modal/modal.module.mjs +18 -5
  212. package/esm2022/modal/public_api.mjs +2 -1
  213. package/esm2022/modal/service/modal.service.mjs +6 -2
  214. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +5 -3
  215. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -5
  216. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +15 -8
  217. package/esm2022/navbar/examples/public_api.mjs +1 -5
  218. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +5 -3
  219. package/esm2022/navbar/navbar/navbar.component.mjs +22 -28
  220. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +16 -8
  221. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +14 -7
  222. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -6
  223. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -9
  224. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +14 -8
  225. package/esm2022/notification/examples/public_api.mjs +6 -11
  226. package/esm2022/notification/notification/notification.component.mjs +31 -36
  227. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -3
  228. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +8 -4
  229. package/esm2022/paginator/examples/public_api.mjs +1 -2
  230. package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
  231. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +4 -3
  232. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +4 -3
  233. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +5 -4
  234. package/esm2022/progress-bar/examples/public_api.mjs +4 -7
  235. package/esm2022/progress-bar/progress-bar.component.mjs +18 -23
  236. package/esm2022/public_api.mjs +1 -3
  237. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +11 -6
  238. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +11 -6
  239. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +11 -6
  240. package/esm2022/quantity-field/examples/public_api.mjs +1 -5
  241. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +11 -6
  242. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +5 -4
  243. package/esm2022/radio/examples/examples.mjs +1 -5
  244. package/esm2022/radio/examples/public_api.mjs +1 -2
  245. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +4 -3
  246. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +15 -8
  247. package/esm2022/sidebar/examples/public_api.mjs +5 -9
  248. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +5 -3
  249. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +4 -3
  250. package/esm2022/sidebar/helper/is-docked-mode.mjs +9 -0
  251. package/esm2022/sidebar/helper/is-floating-mode.mjs +9 -0
  252. package/esm2022/sidebar/public_api.mjs +5 -1
  253. package/esm2022/sidebar/service/registration.type.mjs +2 -0
  254. package/esm2022/sidebar/service/sidebar.service.mjs +36 -0
  255. package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +3 -3
  256. package/esm2022/toast/examples/default-toast/default-toast.component.mjs +4 -3
  257. package/esm2022/toast/examples/public_api.mjs +5 -9
  258. package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +22 -5
  259. package/esm2022/toast/examples/toast-status/toast-status.component.mjs +5 -4
  260. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +4 -3
  261. package/esm2022/toast/toast/toast-template.component.mjs +2 -2
  262. package/esm2022/toast/toast/toast.component.mjs +16 -22
  263. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +6 -5
  264. package/esm2022/tree/examples/public_api.mjs +1 -2
  265. package/esm2022/tree/tree/tree.component.mjs +13 -23
  266. package/esm2022/tree/tree-item/tree-item.directive.mjs +3 -3
  267. package/fesm2022/daffodil-design-accordion.mjs +9 -21
  268. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  269. package/fesm2022/daffodil-design-article-examples.mjs +22 -43
  270. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
  271. package/fesm2022/daffodil-design-article.mjs +2 -2
  272. package/fesm2022/daffodil-design-article.mjs.map +1 -1
  273. package/fesm2022/daffodil-design-breadcrumb-examples.mjs +26 -0
  274. package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -0
  275. package/fesm2022/daffodil-design-breadcrumb.mjs +90 -0
  276. package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -0
  277. package/fesm2022/daffodil-design-button-examples.mjs +41 -205
  278. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
  279. package/fesm2022/daffodil-design-button.mjs +42 -11
  280. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  281. package/fesm2022/daffodil-design-callout-examples.mjs +29 -130
  282. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  283. package/fesm2022/daffodil-design-callout.mjs +25 -20
  284. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  285. package/fesm2022/daffodil-design-card-examples.mjs +39 -209
  286. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  287. package/fesm2022/daffodil-design-card.mjs +11 -15
  288. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  289. package/fesm2022/daffodil-design-checkbox-examples.mjs +14 -64
  290. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
  291. package/fesm2022/daffodil-design-container-examples.mjs +9 -32
  292. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
  293. package/fesm2022/daffodil-design-container.mjs +13 -20
  294. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  295. package/fesm2022/daffodil-design-hero-examples.mjs +27 -136
  296. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  297. package/fesm2022/daffodil-design-hero.mjs +25 -20
  298. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  299. package/fesm2022/daffodil-design-image-examples.mjs +11 -75
  300. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
  301. package/fesm2022/daffodil-design-image.mjs +12 -21
  302. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  303. package/fesm2022/daffodil-design-input-examples.mjs +15 -94
  304. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  305. package/fesm2022/daffodil-design-link-set.mjs +10 -20
  306. package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
  307. package/fesm2022/daffodil-design-list-examples.mjs +20 -140
  308. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  309. package/fesm2022/daffodil-design-list.mjs +12 -21
  310. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  311. package/fesm2022/daffodil-design-loading-icon-examples.mjs +10 -53
  312. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
  313. package/fesm2022/daffodil-design-loading-icon.mjs +19 -26
  314. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
  315. package/fesm2022/daffodil-design-media-gallery-examples.mjs +10 -82
  316. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
  317. package/fesm2022/daffodil-design-media-gallery.mjs +14 -20
  318. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  319. package/fesm2022/daffodil-design-menu-examples.mjs +10 -39
  320. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
  321. package/fesm2022/daffodil-design-modal-examples.mjs +9 -34
  322. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
  323. package/fesm2022/daffodil-design-modal.mjs +172 -23
  324. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  325. package/fesm2022/daffodil-design-navbar-examples.mjs +20 -113
  326. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
  327. package/fesm2022/daffodil-design-navbar.mjs +20 -26
  328. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  329. package/fesm2022/daffodil-design-notification-examples.mjs +41 -164
  330. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  331. package/fesm2022/daffodil-design-notification.mjs +29 -34
  332. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  333. package/fesm2022/daffodil-design-paginator-examples.mjs +12 -28
  334. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  335. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  336. package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -73
  337. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  338. package/fesm2022/daffodil-design-progress-bar.mjs +16 -21
  339. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  340. package/fesm2022/daffodil-design-quantity-field-examples.mjs +25 -126
  341. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  342. package/fesm2022/daffodil-design-radio-examples.mjs +4 -31
  343. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
  344. package/fesm2022/daffodil-design-sidebar-examples.mjs +22 -130
  345. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  346. package/fesm2022/daffodil-design-sidebar.mjs +57 -5
  347. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
  348. package/fesm2022/daffodil-design-toast-examples.mjs +20 -142
  349. package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
  350. package/fesm2022/daffodil-design-toast.mjs +15 -21
  351. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  352. package/fesm2022/daffodil-design-tree-examples.mjs +6 -34
  353. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
  354. package/fesm2022/daffodil-design-tree.mjs +13 -23
  355. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  356. package/fesm2022/daffodil-design.mjs +643 -199
  357. package/fesm2022/daffodil-design.mjs.map +1 -1
  358. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  359. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +1 -1
  360. package/hero/examples/hero-theming/hero-theming.component.d.ts +1 -1
  361. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  362. package/hero/examples/public_api.d.ts +0 -4
  363. package/hero/hero/hero.component.d.ts +6 -38
  364. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  365. package/image/examples/load-image/load-image.component.d.ts +1 -1
  366. package/image/examples/public_api.d.ts +2 -2
  367. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  368. package/image/image/image.component.d.ts +5 -22
  369. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  370. package/input/examples/examples.d.ts +2 -2
  371. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  372. package/input/examples/input-error/input-error.component.d.ts +1 -1
  373. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  374. package/link-set/link-set/link-set.component.d.ts +3 -22
  375. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  376. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  377. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  378. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  379. package/list/examples/public_api.d.ts +0 -1
  380. package/list/list/list.component.d.ts +5 -18
  381. package/loading-icon/examples/examples.d.ts +0 -2
  382. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +1 -1
  383. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  384. package/loading-icon/loading-icon/loading-icon.component.d.ts +3 -22
  385. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  386. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  387. package/media-gallery/examples/public_api.d.ts +0 -3
  388. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  389. package/media-gallery/media-gallery/media-gallery.component.d.ts +5 -25
  390. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  391. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  392. package/menu/examples/public_api.d.ts +2 -2
  393. package/modal/README.md +33 -35
  394. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  395. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  396. package/modal/examples/public_api.d.ts +2 -2
  397. package/modal/modal/modal-config.d.ts +2 -0
  398. package/modal/modal/modal.component.d.ts +17 -1
  399. package/modal/modal-actions/modal-actions.component.d.ts +1 -0
  400. package/modal/modal-close/modal-close.directive.d.ts +24 -0
  401. package/modal/modal-content/modal-content.component.d.ts +1 -0
  402. package/modal/modal-header/modal-header.component.d.ts +6 -1
  403. package/modal/modal-title/modal-title.directive.d.ts +12 -1
  404. package/modal/modal.module.d.ts +7 -4
  405. package/modal/public_api.d.ts +1 -0
  406. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  407. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  408. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +1 -1
  409. package/navbar/examples/public_api.d.ts +0 -4
  410. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  411. package/navbar/navbar/navbar.component.d.ts +3 -25
  412. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  413. package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +1 -1
  414. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +1 -1
  415. package/notification/examples/notification-status/notification-status.component.d.ts +1 -1
  416. package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +1 -1
  417. package/notification/examples/public_api.d.ts +6 -2
  418. package/notification/notification/notification.component.d.ts +7 -25
  419. package/notification/src/notification-theme.scss +1 -1
  420. package/package.json +1 -1
  421. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  422. package/paginator/examples/link-paginator/link-paginator.component.d.ts +1 -1
  423. package/paginator/examples/public_api.d.ts +0 -1
  424. package/progress-bar/examples/progress-bar-default/progress-bar-default.component.d.ts +1 -1
  425. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.d.ts +1 -1
  426. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.d.ts +1 -1
  427. package/progress-bar/examples/public_api.d.ts +2 -2
  428. package/progress-bar/progress-bar.component.d.ts +7 -22
  429. package/public_api.d.ts +0 -1
  430. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +1 -1
  431. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +1 -1
  432. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +1 -1
  433. package/quantity-field/examples/public_api.d.ts +0 -4
  434. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +1 -1
  435. package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -1
  436. package/radio/examples/examples.d.ts +0 -2
  437. package/radio/examples/public_api.d.ts +0 -1
  438. package/scss/state/skeleton/_mixins.scss +1 -1
  439. package/scss/theme.scss +2 -0
  440. package/scss/theming/_theme-css-variables.scss +1 -1
  441. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  442. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +1 -1
  443. package/sidebar/examples/public_api.d.ts +2 -2
  444. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +1 -1
  445. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +1 -1
  446. package/sidebar/helper/is-docked-mode.d.ts +5 -0
  447. package/sidebar/helper/is-floating-mode.d.ts +5 -0
  448. package/sidebar/public_api.d.ts +4 -0
  449. package/sidebar/service/registration.type.d.ts +11 -0
  450. package/sidebar/service/sidebar.service.d.ts +25 -0
  451. package/toast/examples/default-toast/default-toast.component.d.ts +1 -1
  452. package/toast/examples/public_api.d.ts +5 -2
  453. package/toast/examples/toast-positions/toast-positions.component.d.ts +1 -1
  454. package/toast/examples/toast-status/toast-status.component.d.ts +1 -1
  455. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.d.ts +1 -1
  456. package/toast/toast/toast.component.d.ts +7 -25
  457. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  458. package/tree/examples/public_api.d.ts +0 -1
  459. package/tree/tree/tree.component.d.ts +5 -19
  460. package/article/examples/article-examples.module.d.ts +0 -18
  461. package/button/examples/basic-button/basic-button.module.d.ts +0 -9
  462. package/button/examples/flat-button/flat-button.module.d.ts +0 -9
  463. package/button/examples/icon-button/icon-button.module.d.ts +0 -9
  464. package/button/examples/raised-button/raised-button.module.d.ts +0 -9
  465. package/button/examples/sizeable-button/sizeable-button.module.d.ts +0 -9
  466. package/button/examples/statusable-button/statusable-button.module.d.ts +0 -9
  467. package/button/examples/stroked-button/stroked-button.module.d.ts +0 -9
  468. package/button/examples/underline-button/underline-button.module.d.ts +0 -9
  469. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +0 -13
  470. package/callout/examples/callout-theming/callout-theming.module.d.ts +0 -12
  471. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +0 -13
  472. package/callout/examples/compact-callout/compact-callout.module.d.ts +0 -12
  473. package/card/examples/basic-card/basic-card.module.d.ts +0 -12
  474. package/card/examples/card-orientation/card-orientation.module.d.ts +0 -13
  475. package/card/examples/card-theming/card-theming.module.d.ts +0 -11
  476. package/card/examples/linkable-card/linkable-card.module.d.ts +0 -13
  477. package/card/examples/raised-card/raised-card.module.d.ts +0 -12
  478. package/card/examples/stroked-card/stroked-card.module.d.ts +0 -13
  479. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +0 -10
  480. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +0 -10
  481. package/container/examples/container-sizes/container-sizes.module.d.ts +0 -10
  482. package/core/article-encapsulated/article-encapsulated-mixin.d.ts +0 -15
  483. package/core/colorable/color-in-palette.d.ts +0 -1
  484. package/core/colorable/colorable-enum.d.ts +0 -10
  485. package/core/colorable/colorable-mixin.d.ts +0 -23
  486. package/core/compactable/compactable-mixin.d.ts +0 -14
  487. package/core/manage-container-layout/manage-container-layout-mixin.d.ts +0 -17
  488. package/core/sizable/sizable-mixin.d.ts +0 -15
  489. package/core/skeletonable/skeletonable-mixin.d.ts +0 -15
  490. package/core/statusable/statusable-mixin.d.ts +0 -16
  491. package/core/text-alignable/text-alignable-mixin.d.ts +0 -19
  492. package/esm2022/article/examples/article-examples.module.mjs +0 -35
  493. package/esm2022/button/examples/basic-button/basic-button.module.mjs +0 -28
  494. package/esm2022/button/examples/flat-button/flat-button.module.mjs +0 -28
  495. package/esm2022/button/examples/icon-button/icon-button.module.mjs +0 -28
  496. package/esm2022/button/examples/raised-button/raised-button.module.mjs +0 -28
  497. package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
  498. package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +0 -28
  499. package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +0 -28
  500. package/esm2022/button/examples/underline-button/underline-button.module.mjs +0 -28
  501. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -41
  502. package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +0 -37
  503. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -41
  504. package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +0 -37
  505. package/esm2022/card/examples/basic-card/basic-card.module.mjs +0 -40
  506. package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +0 -44
  507. package/esm2022/card/examples/card-theming/card-theming.module.mjs +0 -36
  508. package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +0 -44
  509. package/esm2022/card/examples/raised-card/raised-card.module.mjs +0 -40
  510. package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +0 -44
  511. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -33
  512. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -33
  513. package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +0 -32
  514. package/esm2022/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -12
  515. package/esm2022/core/colorable/color-in-palette.mjs +0 -5
  516. package/esm2022/core/colorable/colorable-enum.mjs +0 -12
  517. package/esm2022/core/colorable/colorable-mixin.mjs +0 -42
  518. package/esm2022/core/compactable/compactable-mixin.mjs +0 -26
  519. package/esm2022/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -14
  520. package/esm2022/core/sizable/sizable-mixin.mjs +0 -31
  521. package/esm2022/core/skeletonable/skeletonable-mixin.mjs +0 -26
  522. package/esm2022/core/statusable/statusable-mixin.mjs +0 -32
  523. package/esm2022/core/text-alignable/text-alignable-mixin.mjs +0 -35
  524. package/esm2022/examples/examples.mjs +0 -2
  525. package/esm2022/examples/public_api.mjs +0 -2
  526. package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +0 -40
  527. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -41
  528. package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +0 -40
  529. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -41
  530. package/esm2022/image/examples/basic-image/basic-image.module.mjs +0 -24
  531. package/esm2022/image/examples/load-image/load-image.module.mjs +0 -28
  532. package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
  533. package/esm2022/input/examples/basic-input/basic-input.module.mjs +0 -24
  534. package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +0 -24
  535. package/esm2022/input/examples/input-error/input-error.module.mjs +0 -28
  536. package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
  537. package/esm2022/list/examples/basic-list/basic-list.module.mjs +0 -28
  538. package/esm2022/list/examples/icon-list/icon-list.module.mjs +0 -32
  539. package/esm2022/list/examples/list-examples.module.mjs +0 -33
  540. package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +0 -32
  541. package/esm2022/list/examples/nav-list/nav-list.module.mjs +0 -32
  542. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -32
  543. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
  544. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -29
  545. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -29
  546. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -29
  547. package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +0 -35
  548. package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +0 -31
  549. package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -33
  550. package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -33
  551. package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -33
  552. package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -29
  553. package/esm2022/notification/examples/default-notification/default-notification.module.mjs +0 -36
  554. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.module.mjs +0 -36
  555. package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
  556. package/esm2022/notification/examples/notification-status/notification-status.module.mjs +0 -40
  557. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.module.mjs +0 -36
  558. package/esm2022/paginator/examples/paginator-examples.module.mjs +0 -27
  559. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.module.mjs +0 -24
  560. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.mjs +0 -24
  561. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.mjs +0 -28
  562. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
  563. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
  564. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
  565. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
  566. package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
  567. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -32
  568. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +0 -44
  569. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +0 -32
  570. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +0 -28
  571. package/esm2022/toast/examples/default-toast/default-toast.module.mjs +0 -36
  572. package/esm2022/toast/examples/toast-positions/toast-positions.module.mjs +0 -57
  573. package/esm2022/toast/examples/toast-status/toast-status.module.mjs +0 -40
  574. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.mjs +0 -32
  575. package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
  576. package/examples/examples.d.ts +0 -12
  577. package/examples/public_api.d.ts +0 -1
  578. package/hero/examples/compact-hero/compact-hero.module.d.ts +0 -12
  579. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +0 -13
  580. package/hero/examples/hero-theming/hero-theming.module.d.ts +0 -12
  581. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +0 -13
  582. package/image/examples/basic-image/basic-image.module.d.ts +0 -8
  583. package/image/examples/load-image/load-image.module.d.ts +0 -9
  584. package/image/examples/skeleton-image/skeleton-image.module.d.ts +0 -8
  585. package/input/examples/basic-input/basic-input.module.d.ts +0 -8
  586. package/input/examples/input-disabled/input-disabled.module.d.ts +0 -8
  587. package/input/examples/input-error/input-error.module.d.ts +0 -9
  588. package/input/examples/input-with-form-field/input-with-form-field.module.d.ts +0 -8
  589. package/list/examples/basic-list/basic-list.module.d.ts +0 -9
  590. package/list/examples/icon-list/icon-list.module.d.ts +0 -10
  591. package/list/examples/list-examples.module.d.ts +0 -11
  592. package/list/examples/multiline-list/multiline-list.module.d.ts +0 -10
  593. package/list/examples/nav-list/nav-list.module.d.ts +0 -10
  594. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +0 -10
  595. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +0 -8
  596. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +0 -9
  597. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +0 -9
  598. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +0 -9
  599. package/menu/examples/basic-menu/basic-menu.module.d.ts +0 -11
  600. package/modal/examples/basic-modal/basic-modal.module.d.ts +0 -10
  601. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +0 -11
  602. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +0 -11
  603. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +0 -11
  604. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +0 -10
  605. package/notification/examples/default-notification/default-notification.module.d.ts +0 -11
  606. package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +0 -11
  607. package/notification/examples/notification-orientations/notification-orientations.module.d.ts +0 -12
  608. package/notification/examples/notification-status/notification-status.module.d.ts +0 -12
  609. package/notification/examples/notification-with-actions/notification-with-actions.module.d.ts +0 -11
  610. package/paginator/examples/paginator-examples.module.d.ts +0 -10
  611. package/progress-bar/examples/progress-bar-default/progress-bar-default.module.d.ts +0 -8
  612. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.d.ts +0 -8
  613. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.d.ts +0 -9
  614. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +0 -10
  615. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +0 -10
  616. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +0 -10
  617. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +0 -10
  618. package/radio/examples/basic-radio/basic-radio.module.d.ts +0 -9
  619. package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +0 -10
  620. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +0 -13
  621. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +0 -10
  622. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +0 -9
  623. package/toast/examples/default-toast/default-toast.module.d.ts +0 -11
  624. package/toast/examples/toast-positions/toast-positions.module.d.ts +0 -12
  625. package/toast/examples/toast-status/toast-status.module.d.ts +0 -12
  626. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.d.ts +0 -10
  627. package/tree/examples/basic-tree/basic-tree.module.d.ts +0 -10
@@ -1,13 +1,16 @@
1
+ import { NgFor } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
+ import { UntypedFormControl, ReactiveFormsModule, } from '@angular/forms';
4
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
3
5
  import { faMobile } from '@fortawesome/free-solid-svg-icons';
6
+ import { DaffButtonModule } from '@daffodil/design/button';
7
+ import { DaffContainerModule } from '@daffodil/design/container';
8
+ import { DaffHeroModule } from '@daffodil/design/hero';
4
9
  import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- import * as i2 from "@angular/forms";
7
- import * as i3 from "@daffodil/design/hero";
8
- import * as i4 from "@daffodil/design/container";
9
- import * as i5 from "@daffodil/design/button";
10
- import * as i6 from "@fortawesome/angular-fontawesome";
10
+ import * as i1 from "@daffodil/design/hero";
11
+ import * as i2 from "@daffodil/design/container";
12
+ import * as i3 from "@daffodil/design/button";
13
+ import * as i4 from "@angular/forms";
11
14
  export class HeroTextAlignmentComponent {
12
15
  constructor() {
13
16
  this.faMobile = faMobile;
@@ -20,10 +23,17 @@ export class HeroTextAlignmentComponent {
20
23
  ];
21
24
  }
22
25
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroTextAlignmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroTextAlignmentComponent, selector: "hero-text-alignment", ngImport: i0, template: "<daff-hero [textAlignment]=\"textAlignControl.value\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-hero-text-alignment__icon\" daffHeroIcon>\n\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t</div>\n\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t\t<h2 daffHeroSubtitle>\n\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t</h2>\n\t\t<div daffHeroBody>\n\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t</div>\n\t</daff-container>\n</daff-hero>\n\n<select [formControl]=\"textAlignControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-hero-text-alignment__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.DaffHeroComponent, selector: "daff-hero", inputs: ["color", "compact", "textAlignment"] }, { kind: "directive", type: i3.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i3.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i3.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i3.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i3.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "component", type: i4.DaffContainerComponent, selector: "daff-container", inputs: ["size"] }, { kind: "component", type: i5.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i6.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
26
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroTextAlignmentComponent, isStandalone: true, selector: "hero-text-alignment", ngImport: i0, template: "<daff-hero [textAlignment]=\"textAlignControl.value\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-hero-text-alignment__icon\" daffHeroIcon>\n\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t</div>\n\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t\t<h2 daffHeroSubtitle>\n\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t</h2>\n\t\t<div daffHeroBody>\n\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t</div>\n\t</daff-container>\n</daff-hero>\n\n<select [formControl]=\"textAlignControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-hero-text-alignment__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "ngmodule", type: DaffHeroModule }, { kind: "component", type: i1.DaffHeroComponent, selector: "daff-hero" }, { kind: "directive", type: i1.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i1.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i1.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i1.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i1.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "ngmodule", type: DaffContainerModule }, { kind: "component", type: i2.DaffContainerComponent, selector: "daff-container" }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
27
  }
25
28
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroTextAlignmentComponent, decorators: [{
26
29
  type: Component,
27
- args: [{ selector: 'hero-text-alignment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-hero [textAlignment]=\"textAlignControl.value\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-hero-text-alignment__icon\" daffHeroIcon>\n\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t</div>\n\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t\t<h2 daffHeroSubtitle>\n\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t</h2>\n\t\t<div daffHeroBody>\n\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t</div>\n\t</daff-container>\n</daff-hero>\n\n<select [formControl]=\"textAlignControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-hero-text-alignment__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
30
+ args: [{ selector: 'hero-text-alignment', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
31
+ DaffHeroModule,
32
+ DaffContainerModule,
33
+ FaIconComponent,
34
+ DaffButtonModule,
35
+ ReactiveFormsModule,
36
+ NgFor,
37
+ ], template: "<daff-hero [textAlignment]=\"textAlignControl.value\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-hero-text-alignment__icon\" daffHeroIcon>\n\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t</div>\n\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t\t<h2 daffHeroSubtitle>\n\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t</h2>\n\t\t<div daffHeroBody>\n\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t</div>\n\t</daff-container>\n</daff-hero>\n\n<select [formControl]=\"textAlignControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-hero-text-alignment__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
28
38
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby10ZXh0LWFsaWdubWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9oZXJvL2V4YW1wbGVzL3NyYy9oZXJvLXRleHQtYWxpZ25tZW50L2hlcm8tdGV4dC1hbGlnbm1lbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby10ZXh0LWFsaWdubWVudC9oZXJvLXRleHQtYWxpZ25tZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7Ozs7QUFTN0QsTUFBTSxPQUFPLDBCQUEwQjtJQVB2QztRQVFFLGFBQVEsR0FBRyxRQUFRLENBQUM7UUFDcEIscUJBQWdCLEdBQXVCLElBQUksa0JBQWtCLENBQUMsRUFBRSxDQUFDLENBQUM7UUFFbEUsWUFBTyxHQUFHO1lBQ1IsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDL0IsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUU7WUFDaEMsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUU7WUFDcEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7U0FDbkMsQ0FBQztLQUNIO2tJQVZZLDBCQUEwQjtzSEFBMUIsMEJBQTBCLDJEQ2R2QyxxNkJBbUJTOzs0RkRMSSwwQkFBMEI7a0JBUHRDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGZhTW9iaWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnaGVyby10ZXh0LWFsaWdubWVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZXJvLXRleHQtYWxpZ25tZW50LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVyby10ZXh0LWFsaWdubWVudC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgSGVyb1RleHRBbGlnbm1lbnRDb21wb25lbnQge1xuICBmYU1vYmlsZSA9IGZhTW9iaWxlO1xuICB0ZXh0QWxpZ25Db250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnKTtcblxuICBvcHRpb25zID0gW1xuICAgIHsgdmFsdWU6ICcnLCBsYWJlbDogJ0RlZmF1bHQnIH0sXG4gICAgeyB2YWx1ZTogJ2xlZnQnLCBsYWJlbDogJ0xlZnQnIH0sXG4gICAgeyB2YWx1ZTogJ2NlbnRlcicsIGxhYmVsOiAnQ2VudGVyJyB9LFxuICAgIHsgdmFsdWU6ICdyaWdodCcsIGxhYmVsOiAnUmlnaHQnIH0sXG4gIF07XG59XG4iLCI8ZGFmZi1oZXJvIFt0ZXh0QWxpZ25tZW50XT1cInRleHRBbGlnbkNvbnRyb2wudmFsdWVcIj5cblx0PGRhZmYtY29udGFpbmVyIHNpemU9XCJtZFwiPlxuXHRcdDxkaXYgY2xhc3M9XCJkYWZmLWhlcm8tdGV4dC1hbGlnbm1lbnRfX2ljb25cIiBkYWZmSGVyb0ljb24+XG5cdFx0XHQ8ZmEtaWNvbiBbaWNvbl09XCJmYU1vYmlsZVwiPjwvZmEtaWNvbj5cblx0XHQ8L2Rpdj5cblx0XHQ8cCBkYWZmSGVyb1RhZ2xpbmU+RnJvbnRlbmQgZnJhbWV3b3JrIGZvciBlY29tbWVyY2UgUFdBczwvcD5cblx0XHQ8aDEgZGFmZkhlcm9UaXRsZT5EYWZmb2RpbDogVGhlIG5leHQgZ3JlYXQgbGVhcCBpbiBlY29tbWVyY2UuPC9oMT5cblx0XHQ8aDIgZGFmZkhlcm9TdWJ0aXRsZT5cblx0XHRcdDxwPkRhZmZvZGlsIHByb3ZpZGVzIGV2ZXJ5dGhpbmcgeW91IG5lZWQgdG8gY3JlYXRlIHBvd2VyZnVsIGFuZCBmbGV4aWJsZSBlY29tbWVyY2UgZXhwZXJpZW5jZXMuPC9wPlxuXHRcdFx0PHA+V2l0aCBEYWZmb2RpbCwgYW1iaXRpb3VzIGJ1c2luZXNzZXMgYXJlIGFibGUgdG8gYWNoaWV2ZSBtb3JlIHdoaWxlIG1pbmltaXppbmcgZGV2ZWxvcG1lbnQgYW5kIG1haW50ZW5hbmNlIGNvc3RzLjwvcD5cblx0XHQ8L2gyPlxuXHRcdDxkaXYgZGFmZkhlcm9Cb2R5PlxuXHRcdFx0PGEgaHJlZj1cImh0dHBzOi8vd3d3LmRhZmYuaW9cIiB0YXJnZXQ9XCJfYmxhbmtcIiBkYWZmLWJ1dHRvbj5HZXQgU3RhcnRlZDwvYT5cblx0XHQ8L2Rpdj5cblx0PC9kYWZmLWNvbnRhaW5lcj5cbjwvZGFmZi1oZXJvPlxuXG48c2VsZWN0IFtmb3JtQ29udHJvbF09XCJ0ZXh0QWxpZ25Db250cm9sXCI+XG5cdDxvcHRpb24gKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBvcHRpb25zXCIgW3ZhbHVlXT1cIm9wdGlvbi52YWx1ZVwiPnt7IG9wdGlvbi5sYWJlbCB9fTwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby10ZXh0LWFsaWdubWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9oZXJvL2V4YW1wbGVzL3NyYy9oZXJvLXRleHQtYWxpZ25tZW50L2hlcm8tdGV4dC1hbGlnbm1lbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby10ZXh0LWFsaWdubWVudC9oZXJvLXRleHQtYWxpZ25tZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN4QyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFN0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDakUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7Ozs7QUFrQnZELE1BQU0sT0FBTywwQkFBMEI7SUFoQnZDO1FBaUJFLGFBQVEsR0FBRyxRQUFRLENBQUM7UUFDcEIscUJBQWdCLEdBQXVCLElBQUksa0JBQWtCLENBQUMsRUFBRSxDQUFDLENBQUM7UUFFbEUsWUFBTyxHQUFHO1lBQ1IsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDL0IsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUU7WUFDaEMsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUU7WUFDcEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7U0FDbkMsQ0FBQztLQUNIO2tJQVZZLDBCQUEwQjtzSEFBMUIsMEJBQTBCLCtFQ2hDdkMscTZCQW1CUyx5UkRLTCxjQUFjLHVoQkFDZCxtQkFBbUIsbUhBQ25CLGVBQWUsaVBBQ2YsZ0JBQWdCLHFhQUNoQixtQkFBbUIscXRCQUNuQixLQUFLOzs0RkFHSSwwQkFBMEI7a0JBaEJ0QyxTQUFTOytCQUVFLHFCQUFxQixtQkFHZCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjt3QkFDbkIsS0FBSztxQkFDTiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nRm9yIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBGYUljb25Db21wb25lbnQgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5pbXBvcnQgeyBmYU1vYmlsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2J1dHRvbic7XG5pbXBvcnQgeyBEYWZmQ29udGFpbmVyTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9jb250YWluZXInO1xuaW1wb3J0IHsgRGFmZkhlcm9Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2hlcm8nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdoZXJvLXRleHQtYWxpZ25tZW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2hlcm8tdGV4dC1hbGlnbm1lbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZXJvLXRleHQtYWxpZ25tZW50LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGFmZkhlcm9Nb2R1bGUsXG4gICAgRGFmZkNvbnRhaW5lck1vZHVsZSxcbiAgICBGYUljb25Db21wb25lbnQsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIE5nRm9yLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBIZXJvVGV4dEFsaWdubWVudENvbXBvbmVudCB7XG4gIGZhTW9iaWxlID0gZmFNb2JpbGU7XG4gIHRleHRBbGlnbkNvbnRyb2w6IFVudHlwZWRGb3JtQ29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woJycpO1xuXG4gIG9wdGlvbnMgPSBbXG4gICAgeyB2YWx1ZTogJycsIGxhYmVsOiAnRGVmYXVsdCcgfSxcbiAgICB7IHZhbHVlOiAnbGVmdCcsIGxhYmVsOiAnTGVmdCcgfSxcbiAgICB7IHZhbHVlOiAnY2VudGVyJywgbGFiZWw6ICdDZW50ZXInIH0sXG4gICAgeyB2YWx1ZTogJ3JpZ2h0JywgbGFiZWw6ICdSaWdodCcgfSxcbiAgXTtcbn1cbiIsIjxkYWZmLWhlcm8gW3RleHRBbGlnbm1lbnRdPVwidGV4dEFsaWduQ29udHJvbC52YWx1ZVwiPlxuXHQ8ZGFmZi1jb250YWluZXIgc2l6ZT1cIm1kXCI+XG5cdFx0PGRpdiBjbGFzcz1cImRhZmYtaGVyby10ZXh0LWFsaWdubWVudF9faWNvblwiIGRhZmZIZXJvSWNvbj5cblx0XHRcdDxmYS1pY29uIFtpY29uXT1cImZhTW9iaWxlXCI+PC9mYS1pY29uPlxuXHRcdDwvZGl2PlxuXHRcdDxwIGRhZmZIZXJvVGFnbGluZT5Gcm9udGVuZCBmcmFtZXdvcmsgZm9yIGVjb21tZXJjZSBQV0FzPC9wPlxuXHRcdDxoMSBkYWZmSGVyb1RpdGxlPkRhZmZvZGlsOiBUaGUgbmV4dCBncmVhdCBsZWFwIGluIGVjb21tZXJjZS48L2gxPlxuXHRcdDxoMiBkYWZmSGVyb1N1YnRpdGxlPlxuXHRcdFx0PHA+RGFmZm9kaWwgcHJvdmlkZXMgZXZlcnl0aGluZyB5b3UgbmVlZCB0byBjcmVhdGUgcG93ZXJmdWwgYW5kIGZsZXhpYmxlIGVjb21tZXJjZSBleHBlcmllbmNlcy48L3A+XG5cdFx0XHQ8cD5XaXRoIERhZmZvZGlsLCBhbWJpdGlvdXMgYnVzaW5lc3NlcyBhcmUgYWJsZSB0byBhY2hpZXZlIG1vcmUgd2hpbGUgbWluaW1pemluZyBkZXZlbG9wbWVudCBhbmQgbWFpbnRlbmFuY2UgY29zdHMuPC9wPlxuXHRcdDwvaDI+XG5cdFx0PGRpdiBkYWZmSGVyb0JvZHk+XG5cdFx0XHQ8YSBocmVmPVwiaHR0cHM6Ly93d3cuZGFmZi5pb1wiIHRhcmdldD1cIl9ibGFua1wiIGRhZmYtYnV0dG9uPkdldCBTdGFydGVkPC9hPlxuXHRcdDwvZGl2PlxuXHQ8L2RhZmYtY29udGFpbmVyPlxuPC9kYWZmLWhlcm8+XG5cbjxzZWxlY3QgW2Zvcm1Db250cm9sXT1cInRleHRBbGlnbkNvbnRyb2xcIj5cblx0PG9wdGlvbiAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIG9wdGlvbnNcIiBbdmFsdWVdPVwib3B0aW9uLnZhbHVlXCI+e3sgb3B0aW9uLmxhYmVsIH19PC9vcHRpb24+XG48L3NlbGVjdD4iXX0=
@@ -1,11 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
2
+ import { UntypedFormControl, ReactiveFormsModule, } from '@angular/forms';
3
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
3
4
  import { faMobile } from '@fortawesome/free-solid-svg-icons';
5
+ import { DaffButtonModule } from '@daffodil/design/button';
6
+ import { DaffHeroModule } from '@daffodil/design/hero';
4
7
  import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/forms";
6
- import * as i2 from "@daffodil/design/hero";
7
- import * as i3 from "@daffodil/design/button";
8
- import * as i4 from "@fortawesome/angular-fontawesome";
8
+ import * as i1 from "@daffodil/design/hero";
9
+ import * as i2 from "@daffodil/design/button";
10
+ import * as i3 from "@angular/forms";
9
11
  export class HeroThemingComponent {
10
12
  constructor() {
11
13
  this.faMobile = faMobile;
@@ -13,10 +15,15 @@ export class HeroThemingComponent {
13
15
  this.colorControl = new UntypedFormControl('');
14
16
  }
15
17
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroThemingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroThemingComponent, selector: "hero-theming", ngImport: i0, template: "<daff-hero [color]=\"colorControl.value\">\n\t<div class=\"daff-hero-theming__icon\" daffHeroIcon>\n\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t</div>\n\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t<h2 daffHeroSubtitle>\n\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t</h2>\n\t<div daffHeroBody>\n\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t</div>\n</daff-hero>\n\n<select [formControl]=\"colorControl\">\n\t<option value=\"\">Default</option>\n\t<option value=\"primary\">Primary</option>\n\t<option value=\"secondary\">Secondary</option>\n\t<option value=\"tertiary\">Tertiary</option>\n\t<option value=\"white\">White</option>\n\t<option value=\"black\">Black</option>\n\t<option value=\"theme\">Theme</option>\n\t<option value=\"theme-contrast\">Theme Contrast</option>\n</select>", styles: [".daff-hero-theming__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.DaffHeroComponent, selector: "daff-hero", inputs: ["color", "compact", "textAlignment"] }, { kind: "directive", type: i2.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i2.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i2.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i2.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i2.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroThemingComponent, isStandalone: true, selector: "hero-theming", ngImport: i0, template: "<daff-hero [color]=\"colorControl.value\">\n\t<div class=\"daff-hero-theming__icon\" daffHeroIcon>\n\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t</div>\n\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t<h2 daffHeroSubtitle>\n\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t</h2>\n\t<div daffHeroBody>\n\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t</div>\n</daff-hero>\n\n<select [formControl]=\"colorControl\">\n\t<option value=\"\">Default</option>\n\t<option value=\"primary\">Primary</option>\n\t<option value=\"secondary\">Secondary</option>\n\t<option value=\"tertiary\">Tertiary</option>\n\t<option value=\"white\">White</option>\n\t<option value=\"black\">Black</option>\n\t<option value=\"theme\">Theme</option>\n\t<option value=\"theme-contrast\">Theme Contrast</option>\n</select>", styles: [".daff-hero-theming__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "ngmodule", type: DaffHeroModule }, { kind: "component", type: i1.DaffHeroComponent, selector: "daff-hero" }, { kind: "directive", type: i1.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i1.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i1.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i1.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i1.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
17
19
  }
18
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroThemingComponent, decorators: [{
19
21
  type: Component,
20
- args: [{ selector: 'hero-theming', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-hero [color]=\"colorControl.value\">\n\t<div class=\"daff-hero-theming__icon\" daffHeroIcon>\n\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t</div>\n\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t<h2 daffHeroSubtitle>\n\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t</h2>\n\t<div daffHeroBody>\n\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t</div>\n</daff-hero>\n\n<select [formControl]=\"colorControl\">\n\t<option value=\"\">Default</option>\n\t<option value=\"primary\">Primary</option>\n\t<option value=\"secondary\">Secondary</option>\n\t<option value=\"tertiary\">Tertiary</option>\n\t<option value=\"white\">White</option>\n\t<option value=\"black\">Black</option>\n\t<option value=\"theme\">Theme</option>\n\t<option value=\"theme-contrast\">Theme Contrast</option>\n</select>", styles: [".daff-hero-theming__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
22
+ args: [{ selector: 'hero-theming', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
23
+ DaffHeroModule,
24
+ FaIconComponent,
25
+ DaffButtonModule,
26
+ ReactiveFormsModule,
27
+ ], template: "<daff-hero [color]=\"colorControl.value\">\n\t<div class=\"daff-hero-theming__icon\" daffHeroIcon>\n\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t</div>\n\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t<h1 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h1>\n\t<h2 daffHeroSubtitle>\n\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t</h2>\n\t<div daffHeroBody>\n\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t</div>\n</daff-hero>\n\n<select [formControl]=\"colorControl\">\n\t<option value=\"\">Default</option>\n\t<option value=\"primary\">Primary</option>\n\t<option value=\"secondary\">Secondary</option>\n\t<option value=\"tertiary\">Tertiary</option>\n\t<option value=\"white\">White</option>\n\t<option value=\"black\">Black</option>\n\t<option value=\"theme\">Theme</option>\n\t<option value=\"theme-contrast\">Theme Contrast</option>\n</select>", styles: [".daff-hero-theming__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
21
28
  }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby10aGVtaW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2hlcm8vZXhhbXBsZXMvc3JjL2hlcm8tdGhlbWluZy9oZXJvLXRoZW1pbmcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby10aGVtaW5nL2hlcm8tdGhlbWluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7Ozs7OztBQVc3RCxNQUFNLE9BQU8sb0JBQW9CO0lBUGpDO1FBUUUsYUFBUSxHQUFHLFFBQVEsQ0FBQztRQUNwQixVQUFLLEdBQWdCLFNBQVMsQ0FBQztRQUUvQixpQkFBWSxHQUF1QixJQUFJLGtCQUFrQixDQUFDLEVBQUUsQ0FBQyxDQUFDO0tBQy9EO2tJQUxZLG9CQUFvQjtzSEFBcEIsb0JBQW9CLG9EQ2hCakMsaWxDQXdCUzs7NEZEUkksb0JBQW9CO2tCQVBoQyxTQUFTOytCQUVFLGNBQWMsbUJBR1AsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVW50eXBlZEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgZmFNb2JpbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5pbXBvcnQgeyBEYWZmUGFsZXR0ZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdoZXJvLXRoZW1pbmcnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVyby10aGVtaW5nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVyby10aGVtaW5nLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBIZXJvVGhlbWluZ0NvbXBvbmVudCB7XG4gIGZhTW9iaWxlID0gZmFNb2JpbGU7XG4gIGNvbG9yOiBEYWZmUGFsZXR0ZSA9ICdwcmltYXJ5JztcblxuICBjb2xvckNvbnRyb2w6IFVudHlwZWRGb3JtQ29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woJycpO1xufVxuIiwiPGRhZmYtaGVybyBbY29sb3JdPVwiY29sb3JDb250cm9sLnZhbHVlXCI+XG5cdDxkaXYgY2xhc3M9XCJkYWZmLWhlcm8tdGhlbWluZ19faWNvblwiIGRhZmZIZXJvSWNvbj5cblx0XHQ8ZmEtaWNvbiBbaWNvbl09XCJmYU1vYmlsZVwiPjwvZmEtaWNvbj5cblx0PC9kaXY+XG5cdDxwIGRhZmZIZXJvVGFnbGluZT5Gcm9udGVuZCBmcmFtZXdvcmsgZm9yIGVjb21tZXJjZSBQV0FzPC9wPlxuXHQ8aDEgZGFmZkhlcm9UaXRsZT5EYWZmb2RpbDogVGhlIG5leHQgZ3JlYXQgbGVhcCBpbiBlY29tbWVyY2UuPC9oMT5cblx0PGgyIGRhZmZIZXJvU3VidGl0bGU+XG5cdFx0PHA+RGFmZm9kaWwgcHJvdmlkZXMgZXZlcnl0aGluZyB5b3UgbmVlZCB0byBjcmVhdGUgcG93ZXJmdWwgYW5kIGZsZXhpYmxlIGVjb21tZXJjZSBleHBlcmllbmNlcy48L3A+XG5cdFx0PHA+V2l0aCBEYWZmb2RpbCwgYW1iaXRpb3VzIGJ1c2luZXNzZXMgYXJlIGFibGUgdG8gYWNoaWV2ZSBtb3JlIHdoaWxlIG1pbmltaXppbmcgZGV2ZWxvcG1lbnQgYW5kIG1haW50ZW5hbmNlIGNvc3RzLjwvcD5cblx0PC9oMj5cblx0PGRpdiBkYWZmSGVyb0JvZHk+XG5cdFx0PGEgaHJlZj1cImh0dHBzOi8vd3d3LmRhZmYuaW9cIiB0YXJnZXQ9XCJfYmxhbmtcIiBkYWZmLWJ1dHRvbj5HZXQgU3RhcnRlZDwvYT5cblx0PC9kaXY+XG48L2RhZmYtaGVybz5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwiY29sb3JDb250cm9sXCI+XG5cdDxvcHRpb24gdmFsdWU9XCJcIj5EZWZhdWx0PC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJwcmltYXJ5XCI+UHJpbWFyeTwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwic2Vjb25kYXJ5XCI+U2Vjb25kYXJ5PC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJ0ZXJ0aWFyeVwiPlRlcnRpYXJ5PC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJ3aGl0ZVwiPldoaXRlPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJibGFja1wiPkJsYWNrPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJ0aGVtZVwiPlRoZW1lPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJ0aGVtZS1jb250cmFzdFwiPlRoZW1lIENvbnRyYXN0PC9vcHRpb24+XG48L3NlbGVjdD4iXX0=
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby10aGVtaW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2hlcm8vZXhhbXBsZXMvc3JjL2hlcm8tdGhlbWluZy9oZXJvLXRoZW1pbmcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby10aGVtaW5nL2hlcm8tdGhlbWluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFHN0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7OztBQWdCdkQsTUFBTSxPQUFPLG9CQUFvQjtJQWRqQztRQWVFLGFBQVEsR0FBRyxRQUFRLENBQUM7UUFDcEIsVUFBSyxHQUFnQixTQUFTLENBQUM7UUFFL0IsaUJBQVksR0FBdUIsSUFBSSxrQkFBa0IsQ0FBQyxFQUFFLENBQUMsQ0FBQztLQUMvRDtrSUFMWSxvQkFBb0I7c0hBQXBCLG9CQUFvQix3RUM3QmpDLGlsQ0F3QlMsa1JEREwsY0FBYyx3aEJBQ2QsZUFBZSxpUEFDZixnQkFBZ0IscWFBQ2hCLG1CQUFtQjs7NEZBR1Ysb0JBQW9CO2tCQWRoQyxTQUFTOytCQUVFLGNBQWMsbUJBR1AsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1AsY0FBYzt3QkFDZCxlQUFlO3dCQUNmLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3FCQUNwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxufSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBGYUljb25Db21wb25lbnQgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5pbXBvcnQgeyBmYU1vYmlsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERhZmZQYWxldHRlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZkhlcm9Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2hlcm8nO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdoZXJvLXRoZW1pbmcnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVyby10aGVtaW5nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVyby10aGVtaW5nLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGFmZkhlcm9Nb2R1bGUsXG4gICAgRmFJY29uQ29tcG9uZW50LFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgSGVyb1RoZW1pbmdDb21wb25lbnQge1xuICBmYU1vYmlsZSA9IGZhTW9iaWxlO1xuICBjb2xvcjogRGFmZlBhbGV0dGUgPSAncHJpbWFyeSc7XG5cbiAgY29sb3JDb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnKTtcbn1cbiIsIjxkYWZmLWhlcm8gW2NvbG9yXT1cImNvbG9yQ29udHJvbC52YWx1ZVwiPlxuXHQ8ZGl2IGNsYXNzPVwiZGFmZi1oZXJvLXRoZW1pbmdfX2ljb25cIiBkYWZmSGVyb0ljb24+XG5cdFx0PGZhLWljb24gW2ljb25dPVwiZmFNb2JpbGVcIj48L2ZhLWljb24+XG5cdDwvZGl2PlxuXHQ8cCBkYWZmSGVyb1RhZ2xpbmU+RnJvbnRlbmQgZnJhbWV3b3JrIGZvciBlY29tbWVyY2UgUFdBczwvcD5cblx0PGgxIGRhZmZIZXJvVGl0bGU+RGFmZm9kaWw6IFRoZSBuZXh0IGdyZWF0IGxlYXAgaW4gZWNvbW1lcmNlLjwvaDE+XG5cdDxoMiBkYWZmSGVyb1N1YnRpdGxlPlxuXHRcdDxwPkRhZmZvZGlsIHByb3ZpZGVzIGV2ZXJ5dGhpbmcgeW91IG5lZWQgdG8gY3JlYXRlIHBvd2VyZnVsIGFuZCBmbGV4aWJsZSBlY29tbWVyY2UgZXhwZXJpZW5jZXMuPC9wPlxuXHRcdDxwPldpdGggRGFmZm9kaWwsIGFtYml0aW91cyBidXNpbmVzc2VzIGFyZSBhYmxlIHRvIGFjaGlldmUgbW9yZSB3aGlsZSBtaW5pbWl6aW5nIGRldmVsb3BtZW50IGFuZCBtYWludGVuYW5jZSBjb3N0cy48L3A+XG5cdDwvaDI+XG5cdDxkaXYgZGFmZkhlcm9Cb2R5PlxuXHRcdDxhIGhyZWY9XCJodHRwczovL3d3dy5kYWZmLmlvXCIgdGFyZ2V0PVwiX2JsYW5rXCIgZGFmZi1idXR0b24+R2V0IFN0YXJ0ZWQ8L2E+XG5cdDwvZGl2PlxuPC9kYWZmLWhlcm8+XG5cbjxzZWxlY3QgW2Zvcm1Db250cm9sXT1cImNvbG9yQ29udHJvbFwiPlxuXHQ8b3B0aW9uIHZhbHVlPVwiXCI+RGVmYXVsdDwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwicHJpbWFyeVwiPlByaW1hcnk8L29wdGlvbj5cblx0PG9wdGlvbiB2YWx1ZT1cInNlY29uZGFyeVwiPlNlY29uZGFyeTwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwidGVydGlhcnlcIj5UZXJ0aWFyeTwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwid2hpdGVcIj5XaGl0ZTwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwiYmxhY2tcIj5CbGFjazwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwidGhlbWVcIj5UaGVtZTwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwidGhlbWUtY29udHJhc3RcIj5UaGVtZSBDb250cmFzdDwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
@@ -1,19 +1,27 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
2
3
  import { faMobile } from '@fortawesome/free-solid-svg-icons';
4
+ import { DaffButtonModule } from '@daffodil/design/button';
5
+ import { DaffContainerModule } from '@daffodil/design/container';
6
+ import { DaffHeroModule } from '@daffodil/design/hero';
3
7
  import * as i0 from "@angular/core";
4
8
  import * as i1 from "@daffodil/design/hero";
5
9
  import * as i2 from "@daffodil/design/container";
6
10
  import * as i3 from "@daffodil/design/button";
7
- import * as i4 from "@fortawesome/angular-fontawesome";
8
11
  export class HeroWithGridComponent {
9
12
  constructor() {
10
13
  this.faMobile = faMobile;
11
14
  }
12
15
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroWithGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroWithGridComponent, selector: "hero-with-grid", ngImport: i0, template: "<daff-hero color=\"theme\">\n\t<daff-container class=\"daff-hero-with-grid__grid\">\n\t\t<div class=\"daff-hero-with-grid__image\">\n\t\t\t<img src=\"/assets/design/callout/pwa-illustration.svg\" alt=\"PWA Illustration\">\n\t\t</div>\n\t\t<div class=\"daff-hero-with-grid__content-wrapper\">\n\t\t\t<div class=\"daff-hero-with-grid__icon\" daffHeroIcon>\n\t\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t\t</div>\n\t\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t\t<h3 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h3>\n\t\t\t<div daffHeroSubtitle>\n\t\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t\t</div>\n\t\t\t<div daffHeroBody>\n\t\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t\t</div>\n\t\t</div>\n\t</daff-container>\n</daff-hero>", styles: [".daff-hero-with-grid__grid{display:grid;grid-template:\"image\" \"content\"/1fr;grid-gap:24px}@media (min-width: 768px){.daff-hero-with-grid__grid{grid-template:\"image content\"/1fr 1fr;grid-gap:48px;align-items:center}}.daff-hero-with-grid__image{grid-area:image}.daff-hero-with-grid__content-wrapper{grid-area:content}.daff-hero-with-grid__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "component", type: i1.DaffHeroComponent, selector: "daff-hero", inputs: ["color", "compact", "textAlignment"] }, { kind: "directive", type: i1.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i1.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i1.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i1.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i1.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "component", type: i2.DaffContainerComponent, selector: "daff-container", inputs: ["size"] }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
16
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: HeroWithGridComponent, isStandalone: true, selector: "hero-with-grid", ngImport: i0, template: "<daff-hero color=\"theme\">\n\t<daff-container class=\"daff-hero-with-grid__grid\">\n\t\t<div class=\"daff-hero-with-grid__image\">\n\t\t\t<img src=\"/assets/design/callout/pwa-illustration.svg\" alt=\"PWA Illustration\">\n\t\t</div>\n\t\t<div class=\"daff-hero-with-grid__content-wrapper\">\n\t\t\t<div class=\"daff-hero-with-grid__icon\" daffHeroIcon>\n\t\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t\t</div>\n\t\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t\t<h3 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h3>\n\t\t\t<div daffHeroSubtitle>\n\t\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t\t</div>\n\t\t\t<div daffHeroBody>\n\t\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t\t</div>\n\t\t</div>\n\t</daff-container>\n</daff-hero>", styles: [".daff-hero-with-grid__grid{display:grid;grid-template:\"image\" \"content\"/1fr;grid-gap:24px}@media (min-width: 768px){.daff-hero-with-grid__grid{grid-template:\"image content\"/1fr 1fr;grid-gap:48px;align-items:center}}.daff-hero-with-grid__image{grid-area:image}.daff-hero-with-grid__content-wrapper{grid-area:content}.daff-hero-with-grid__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"], dependencies: [{ kind: "ngmodule", type: DaffHeroModule }, { kind: "component", type: i1.DaffHeroComponent, selector: "daff-hero" }, { kind: "directive", type: i1.DaffHeroIconDirective, selector: "[daffHeroIcon]" }, { kind: "directive", type: i1.DaffHeroTaglineDirective, selector: "[daffHeroTagline]" }, { kind: "directive", type: i1.DaffHeroTitleDirective, selector: "[daffHeroTitle]" }, { kind: "directive", type: i1.DaffHeroSubtitleDirective, selector: "[daffHeroSubtitle]" }, { kind: "directive", type: i1.DaffHeroBodyDirective, selector: "[daffHeroBody]" }, { kind: "ngmodule", type: DaffContainerModule }, { kind: "component", type: i2.DaffContainerComponent, selector: "daff-container" }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
17
  }
15
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: HeroWithGridComponent, decorators: [{
16
19
  type: Component,
17
- args: [{ selector: 'hero-with-grid', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-hero color=\"theme\">\n\t<daff-container class=\"daff-hero-with-grid__grid\">\n\t\t<div class=\"daff-hero-with-grid__image\">\n\t\t\t<img src=\"/assets/design/callout/pwa-illustration.svg\" alt=\"PWA Illustration\">\n\t\t</div>\n\t\t<div class=\"daff-hero-with-grid__content-wrapper\">\n\t\t\t<div class=\"daff-hero-with-grid__icon\" daffHeroIcon>\n\t\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t\t</div>\n\t\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t\t<h3 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h3>\n\t\t\t<div daffHeroSubtitle>\n\t\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t\t</div>\n\t\t\t<div daffHeroBody>\n\t\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t\t</div>\n\t\t</div>\n\t</daff-container>\n</daff-hero>", styles: [".daff-hero-with-grid__grid{display:grid;grid-template:\"image\" \"content\"/1fr;grid-gap:24px}@media (min-width: 768px){.daff-hero-with-grid__grid{grid-template:\"image content\"/1fr 1fr;grid-gap:48px;align-items:center}}.daff-hero-with-grid__image{grid-area:image}.daff-hero-with-grid__content-wrapper{grid-area:content}.daff-hero-with-grid__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
20
+ args: [{ selector: 'hero-with-grid', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
21
+ DaffHeroModule,
22
+ DaffContainerModule,
23
+ FaIconComponent,
24
+ DaffButtonModule,
25
+ ], template: "<daff-hero color=\"theme\">\n\t<daff-container class=\"daff-hero-with-grid__grid\">\n\t\t<div class=\"daff-hero-with-grid__image\">\n\t\t\t<img src=\"/assets/design/callout/pwa-illustration.svg\" alt=\"PWA Illustration\">\n\t\t</div>\n\t\t<div class=\"daff-hero-with-grid__content-wrapper\">\n\t\t\t<div class=\"daff-hero-with-grid__icon\" daffHeroIcon>\n\t\t\t\t<fa-icon [icon]=\"faMobile\"></fa-icon>\n\t\t\t</div>\n\t\t\t<p daffHeroTagline>Frontend framework for ecommerce PWAs</p>\n\t\t\t<h3 daffHeroTitle>Daffodil: The next great leap in ecommerce.</h3>\n\t\t\t<div daffHeroSubtitle>\n\t\t\t\t<p>Daffodil provides everything you need to create powerful and flexible ecommerce experiences.</p>\n\t\t\t\t<p>With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.</p>\n\t\t\t</div>\n\t\t\t<div daffHeroBody>\n\t\t\t\t<a href=\"https://www.daff.io\" target=\"_blank\" daff-button>Get Started</a>\n\t\t\t</div>\n\t\t</div>\n\t</daff-container>\n</daff-hero>", styles: [".daff-hero-with-grid__grid{display:grid;grid-template:\"image\" \"content\"/1fr;grid-gap:24px}@media (min-width: 768px){.daff-hero-with-grid__grid{grid-template:\"image content\"/1fr 1fr;grid-gap:48px;align-items:center}}.daff-hero-with-grid__image{grid-area:image}.daff-hero-with-grid__content-wrapper{grid-area:content}.daff-hero-with-grid__icon{display:flex;background:rgba(var(--daff-theme-rgb),.2);border-radius:50%;color:var(--daff-theme-contrast-rgb);width:48px;height:48px;justify-content:center;align-items:center;padding:12px 0}\n"] }]
18
26
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby13aXRoLWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby13aXRoLWdyaWQvaGVyby13aXRoLWdyaWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby13aXRoLWdyaWQvaGVyby13aXRoLWdyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7Ozs7QUFTN0QsTUFBTSxPQUFPLHFCQUFxQjtJQVBsQztRQVFFLGFBQVEsR0FBRyxRQUFRLENBQUM7S0FDckI7a0lBRlkscUJBQXFCO3NIQUFyQixxQkFBcUIsc0RDYmxDLHcvQkFvQlk7OzRGRFBDLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFFRSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgZmFNb2JpbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdoZXJvLXdpdGgtZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZXJvLXdpdGgtZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2hlcm8td2l0aC1ncmlkLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBIZXJvV2l0aEdyaWRDb21wb25lbnQge1xuICBmYU1vYmlsZSA9IGZhTW9iaWxlO1xufVxuIiwiPGRhZmYtaGVybyBjb2xvcj1cInRoZW1lXCI+XG5cdDxkYWZmLWNvbnRhaW5lciBjbGFzcz1cImRhZmYtaGVyby13aXRoLWdyaWRfX2dyaWRcIj5cblx0XHQ8ZGl2IGNsYXNzPVwiZGFmZi1oZXJvLXdpdGgtZ3JpZF9faW1hZ2VcIj5cblx0XHRcdDxpbWcgc3JjPVwiL2Fzc2V0cy9kZXNpZ24vY2FsbG91dC9wd2EtaWxsdXN0cmF0aW9uLnN2Z1wiIGFsdD1cIlBXQSBJbGx1c3RyYXRpb25cIj5cblx0XHQ8L2Rpdj5cblx0XHQ8ZGl2IGNsYXNzPVwiZGFmZi1oZXJvLXdpdGgtZ3JpZF9fY29udGVudC13cmFwcGVyXCI+XG5cdFx0XHQ8ZGl2IGNsYXNzPVwiZGFmZi1oZXJvLXdpdGgtZ3JpZF9faWNvblwiIGRhZmZIZXJvSWNvbj5cblx0XHRcdFx0PGZhLWljb24gW2ljb25dPVwiZmFNb2JpbGVcIj48L2ZhLWljb24+XG5cdFx0XHQ8L2Rpdj5cblx0XHRcdDxwIGRhZmZIZXJvVGFnbGluZT5Gcm9udGVuZCBmcmFtZXdvcmsgZm9yIGVjb21tZXJjZSBQV0FzPC9wPlxuXHRcdFx0PGgzIGRhZmZIZXJvVGl0bGU+RGFmZm9kaWw6IFRoZSBuZXh0IGdyZWF0IGxlYXAgaW4gZWNvbW1lcmNlLjwvaDM+XG5cdFx0XHQ8ZGl2IGRhZmZIZXJvU3VidGl0bGU+XG5cdFx0XHRcdDxwPkRhZmZvZGlsIHByb3ZpZGVzIGV2ZXJ5dGhpbmcgeW91IG5lZWQgdG8gY3JlYXRlIHBvd2VyZnVsIGFuZCBmbGV4aWJsZSBlY29tbWVyY2UgZXhwZXJpZW5jZXMuPC9wPlxuXHRcdFx0XHQ8cD5XaXRoIERhZmZvZGlsLCBhbWJpdGlvdXMgYnVzaW5lc3NlcyBhcmUgYWJsZSB0byBhY2hpZXZlIG1vcmUgd2hpbGUgbWluaW1pemluZyBkZXZlbG9wbWVudCBhbmQgbWFpbnRlbmFuY2UgY29zdHMuPC9wPlxuXHRcdFx0PC9kaXY+XG5cdFx0XHQ8ZGl2IGRhZmZIZXJvQm9keT5cblx0XHRcdFx0PGEgaHJlZj1cImh0dHBzOi8vd3d3LmRhZmYuaW9cIiB0YXJnZXQ9XCJfYmxhbmtcIiBkYWZmLWJ1dHRvbj5HZXQgU3RhcnRlZDwvYT5cblx0XHRcdDwvZGl2PlxuXHRcdDwvZGl2PlxuXHQ8L2RhZmYtY29udGFpbmVyPlxuPC9kYWZmLWhlcm8+Il19
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby13aXRoLWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby13aXRoLWdyaWQvaGVyby13aXRoLWdyaWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaGVyby9leGFtcGxlcy9zcmMvaGVyby13aXRoLWdyaWQvaGVyby13aXRoLWdyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ25FLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUU3RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7Ozs7O0FBZ0J2RCxNQUFNLE9BQU8scUJBQXFCO0lBZGxDO1FBZUUsYUFBUSxHQUFHLFFBQVEsQ0FBQztLQUNyQjtrSUFGWSxxQkFBcUI7c0hBQXJCLHFCQUFxQiwwRUN6QmxDLHcvQkFvQlkscWxCRERSLGNBQWMsdWhCQUNkLG1CQUFtQixtSEFDbkIsZUFBZSxpUEFDZixnQkFBZ0I7OzRGQUdQLHFCQUFxQjtrQkFkakMsU0FBUzsrQkFFRSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1AsY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLGVBQWU7d0JBQ2YsZ0JBQWdCO3FCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmFJY29uQ29tcG9uZW50IH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuaW1wb3J0IHsgZmFNb2JpbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZkNvbnRhaW5lck1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vY29udGFpbmVyJztcbmltcG9ydCB7IERhZmZIZXJvTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9oZXJvJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnaGVyby13aXRoLWdyaWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVyby13aXRoLWdyaWQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZXJvLXdpdGgtZ3JpZC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZIZXJvTW9kdWxlLFxuICAgIERhZmZDb250YWluZXJNb2R1bGUsXG4gICAgRmFJY29uQ29tcG9uZW50LFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEhlcm9XaXRoR3JpZENvbXBvbmVudCB7XG4gIGZhTW9iaWxlID0gZmFNb2JpbGU7XG59XG4iLCI8ZGFmZi1oZXJvIGNvbG9yPVwidGhlbWVcIj5cblx0PGRhZmYtY29udGFpbmVyIGNsYXNzPVwiZGFmZi1oZXJvLXdpdGgtZ3JpZF9fZ3JpZFwiPlxuXHRcdDxkaXYgY2xhc3M9XCJkYWZmLWhlcm8td2l0aC1ncmlkX19pbWFnZVwiPlxuXHRcdFx0PGltZyBzcmM9XCIvYXNzZXRzL2Rlc2lnbi9jYWxsb3V0L3B3YS1pbGx1c3RyYXRpb24uc3ZnXCIgYWx0PVwiUFdBIElsbHVzdHJhdGlvblwiPlxuXHRcdDwvZGl2PlxuXHRcdDxkaXYgY2xhc3M9XCJkYWZmLWhlcm8td2l0aC1ncmlkX19jb250ZW50LXdyYXBwZXJcIj5cblx0XHRcdDxkaXYgY2xhc3M9XCJkYWZmLWhlcm8td2l0aC1ncmlkX19pY29uXCIgZGFmZkhlcm9JY29uPlxuXHRcdFx0XHQ8ZmEtaWNvbiBbaWNvbl09XCJmYU1vYmlsZVwiPjwvZmEtaWNvbj5cblx0XHRcdDwvZGl2PlxuXHRcdFx0PHAgZGFmZkhlcm9UYWdsaW5lPkZyb250ZW5kIGZyYW1ld29yayBmb3IgZWNvbW1lcmNlIFBXQXM8L3A+XG5cdFx0XHQ8aDMgZGFmZkhlcm9UaXRsZT5EYWZmb2RpbDogVGhlIG5leHQgZ3JlYXQgbGVhcCBpbiBlY29tbWVyY2UuPC9oMz5cblx0XHRcdDxkaXYgZGFmZkhlcm9TdWJ0aXRsZT5cblx0XHRcdFx0PHA+RGFmZm9kaWwgcHJvdmlkZXMgZXZlcnl0aGluZyB5b3UgbmVlZCB0byBjcmVhdGUgcG93ZXJmdWwgYW5kIGZsZXhpYmxlIGVjb21tZXJjZSBleHBlcmllbmNlcy48L3A+XG5cdFx0XHRcdDxwPldpdGggRGFmZm9kaWwsIGFtYml0aW91cyBidXNpbmVzc2VzIGFyZSBhYmxlIHRvIGFjaGlldmUgbW9yZSB3aGlsZSBtaW5pbWl6aW5nIGRldmVsb3BtZW50IGFuZCBtYWludGVuYW5jZSBjb3N0cy48L3A+XG5cdFx0XHQ8L2Rpdj5cblx0XHRcdDxkaXYgZGFmZkhlcm9Cb2R5PlxuXHRcdFx0XHQ8YSBocmVmPVwiaHR0cHM6Ly93d3cuZGFmZi5pb1wiIHRhcmdldD1cIl9ibGFua1wiIGRhZmYtYnV0dG9uPkdldCBTdGFydGVkPC9hPlxuXHRcdFx0PC9kaXY+XG5cdFx0PC9kaXY+XG5cdDwvZGFmZi1jb250YWluZXI+XG48L2RhZmYtaGVybz4iXX0=
@@ -1,10 +1,6 @@
1
1
  export { HeroThemingComponent } from './hero-theming/hero-theming.component';
2
- export { HeroThemingModule } from './hero-theming/hero-theming.module';
3
2
  export { HeroTextAlignmentComponent } from './hero-text-alignment/hero-text-alignment.component';
4
- export { HeroTextAlignmentModule } from './hero-text-alignment/hero-text-alignment.module';
5
3
  export { HeroWithGridComponent } from './hero-with-grid/hero-with-grid.component';
6
- export { HeroWithGridModule } from './hero-with-grid/hero-with-grid.module';
7
4
  export { CompactHeroComponent } from './compact-hero/compact-hero.component';
8
- export { CompactHeroModule } from './compact-hero/compact-hero.module';
9
5
  export { HERO_EXAMPLES } from './examples';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2hlcm8vZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDdkUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDakcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDM0YsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDbEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDNUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEhlcm9UaGVtaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9oZXJvLXRoZW1pbmcvaGVyby10aGVtaW5nLmNvbXBvbmVudCc7XG5leHBvcnQgeyBIZXJvVGhlbWluZ01vZHVsZSB9IGZyb20gJy4vaGVyby10aGVtaW5nL2hlcm8tdGhlbWluZy5tb2R1bGUnO1xuZXhwb3J0IHsgSGVyb1RleHRBbGlnbm1lbnRDb21wb25lbnQgfSBmcm9tICcuL2hlcm8tdGV4dC1hbGlnbm1lbnQvaGVyby10ZXh0LWFsaWdubWVudC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSGVyb1RleHRBbGlnbm1lbnRNb2R1bGUgfSBmcm9tICcuL2hlcm8tdGV4dC1hbGlnbm1lbnQvaGVyby10ZXh0LWFsaWdubWVudC5tb2R1bGUnO1xuZXhwb3J0IHsgSGVyb1dpdGhHcmlkQ29tcG9uZW50IH0gZnJvbSAnLi9oZXJvLXdpdGgtZ3JpZC9oZXJvLXdpdGgtZ3JpZC5jb21wb25lbnQnO1xuZXhwb3J0IHsgSGVyb1dpdGhHcmlkTW9kdWxlIH0gZnJvbSAnLi9oZXJvLXdpdGgtZ3JpZC9oZXJvLXdpdGgtZ3JpZC5tb2R1bGUnO1xuZXhwb3J0IHsgQ29tcGFjdEhlcm9Db21wb25lbnQgfSBmcm9tICcuL2NvbXBhY3QtaGVyby9jb21wYWN0LWhlcm8uY29tcG9uZW50JztcbmV4cG9ydCB7IENvbXBhY3RIZXJvTW9kdWxlIH0gZnJvbSAnLi9jb21wYWN0LWhlcm8vY29tcGFjdC1oZXJvLm1vZHVsZSc7XG5leHBvcnQgeyBIRVJPX0VYQU1QTEVTIH0gZnJvbSAnLi9leGFtcGxlcyc7XG4iXX0=
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2hlcm8vZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDakcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDbEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEhlcm9UaGVtaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9oZXJvLXRoZW1pbmcvaGVyby10aGVtaW5nLmNvbXBvbmVudCc7XG5leHBvcnQgeyBIZXJvVGV4dEFsaWdubWVudENvbXBvbmVudCB9IGZyb20gJy4vaGVyby10ZXh0LWFsaWdubWVudC9oZXJvLXRleHQtYWxpZ25tZW50LmNvbXBvbmVudCc7XG5leHBvcnQgeyBIZXJvV2l0aEdyaWRDb21wb25lbnQgfSBmcm9tICcuL2hlcm8td2l0aC1ncmlkL2hlcm8td2l0aC1ncmlkLmNvbXBvbmVudCc7XG5leHBvcnQgeyBDb21wYWN0SGVyb0NvbXBvbmVudCB9IGZyb20gJy4vY29tcGFjdC1oZXJvL2NvbXBhY3QtaGVyby5jb21wb25lbnQnO1xuZXhwb3J0IHsgSEVST19FWEFNUExFUyB9IGZyb20gJy4vZXhhbXBsZXMnO1xuIl19
@@ -1,37 +1,43 @@
1
- import { Component, ViewEncapsulation, ElementRef, ChangeDetectionStrategy, HostBinding, Renderer2, } from '@angular/core';
2
- import { daffArticleEncapsulatedMixin, daffColorMixin, daffCompactableMixin, daffManageContainerLayoutMixin, daffTextAlignmentMixin, } from '@daffodil/design';
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, HostBinding, } from '@angular/core';
2
+ import { DaffColorableDirective, DaffCompactableDirective, } from '@daffodil/design';
3
+ import { DaffArticleEncapsulatedDirective, DaffManageContainerLayoutDirective, DaffTextAlignableDirective, } from '@daffodil/design';
3
4
  import * as i0 from "@angular/core";
4
- /**
5
- * An _elementRef and an instance of renderer2 are needed for the hero mixins
6
- */
7
- class DaffHeroBase {
8
- constructor(_elementRef, _renderer) {
9
- this._elementRef = _elementRef;
10
- this._renderer = _renderer;
11
- }
12
- }
13
- const _daffHeroBase = daffArticleEncapsulatedMixin(daffManageContainerLayoutMixin(daffColorMixin(daffCompactableMixin(daffTextAlignmentMixin(DaffHeroBase, 'left')))));
5
+ import * as i1 from "@daffodil/design";
14
6
  /**
15
7
  * @inheritdoc
16
8
  */
17
- export class DaffHeroComponent extends _daffHeroBase {
18
- constructor(elementRef, renderer) {
19
- super(elementRef, renderer);
20
- this.elementRef = elementRef;
21
- this.renderer = renderer;
9
+ export class DaffHeroComponent {
10
+ constructor(textAlignable) {
11
+ this.textAlignable = textAlignable;
22
12
  /**
23
13
  * @docs-private
24
14
  */
25
15
  this.class = true;
16
+ this.textAlignable.defaultAlignment = 'left';
26
17
  }
27
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffHeroComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
28
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffHeroComponent, selector: "daff-hero", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment" }, host: { properties: { "class.daff-hero": "this.class" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffHeroComponent, deps: [{ token: i1.DaffTextAlignableDirective }], target: i0.ɵɵFactoryTarget.Component }); }
19
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffHeroComponent, selector: "daff-hero", host: { properties: { "class.daff-hero": "this.class" } }, hostDirectives: [{ directive: i1.DaffArticleEncapsulatedDirective }, { directive: i1.DaffManageContainerLayoutDirective }, { directive: i1.DaffTextAlignableDirective, inputs: ["textAlignment", "textAlignment"] }, { directive: i1.DaffCompactableDirective, inputs: ["compact", "compact"] }, { directive: i1.DaffColorableDirective, inputs: ["color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
20
  }
30
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffHeroComponent, decorators: [{
31
22
  type: Component,
32
- args: [{ selector: 'daff-hero', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"] }]
33
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { class: [{
23
+ args: [{ selector: 'daff-hero', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, hostDirectives: [
24
+ { directive: DaffArticleEncapsulatedDirective },
25
+ { directive: DaffManageContainerLayoutDirective },
26
+ {
27
+ directive: DaffTextAlignableDirective,
28
+ inputs: ['textAlignment'],
29
+ },
30
+ {
31
+ directive: DaffCompactableDirective,
32
+ inputs: ['compact'],
33
+ },
34
+ {
35
+ directive: DaffColorableDirective,
36
+ inputs: ['color'],
37
+ },
38
+ ], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-hero{display:block;padding:64px 24px}@media (min-width: 480px){.daff-hero{padding:96px 48px}}.daff-hero__icon{margin:0 0 16px}.daff-hero__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-hero__title{font-weight:700;font-size:2.5rem;line-height:2.5rem;margin:0;max-width:1040px;width:100%}@media (min-width: 768px){.daff-hero__title{font-size:4.5rem;line-height:4.5rem}}.daff-hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:16px 0 0;max-width:672px;width:100%}@media (min-width: 768px){.daff-hero__subtitle{font-size:1.5rem;font-weight:400;line-height:2rem}}.daff-hero__subtitle p:first-of-type{margin-top:0}.daff-hero__subtitle p:last-of-type{margin-bottom:0}.daff-hero__body:not(:last-child){margin-bottom:48px}.daff-hero__body:not(:first-child){margin-top:48px}.daff-hero.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-hero.daff-compact{padding:48px}}.daff-hero.daff-left .daff-hero__icon,.daff-hero.daff-left .daff-hero__tagline,.daff-hero.daff-left .daff-hero__title,.daff-hero.daff-left .daff-hero__subtitle{text-align:left}.daff-hero.daff-center .daff-hero__icon,.daff-hero.daff-center .daff-hero__tagline,.daff-hero.daff-center .daff-hero__title,.daff-hero.daff-center .daff-hero__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-hero.daff-right .daff-hero__icon,.daff-hero.daff-right .daff-hero__tagline,.daff-hero.daff-right .daff-hero__title,.daff-hero.daff-right .daff-hero__subtitle{margin-left:auto;text-align:right}\n"] }]
39
+ }], ctorParameters: () => [{ type: i1.DaffTextAlignableDirective }], propDecorators: { class: [{
34
40
  type: HostBinding,
35
41
  args: ['class.daff-hero']
36
42
  }] } });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9oZXJvL3NyYy9oZXJvL2hlcm8uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLFVBQVUsRUFDVix1QkFBdUIsRUFDdkIsV0FBVyxFQUNYLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsNEJBQTRCLEVBRTVCLGNBQWMsRUFFZCxvQkFBb0IsRUFDcEIsOEJBQThCLEVBRTlCLHNCQUFzQixHQUN2QixNQUFNLGtCQUFrQixDQUFDOztBQUUxQjs7R0FFRztBQUNILE1BQU0sWUFBWTtJQUNoQixZQUFtQixXQUF1QixFQUFTLFNBQW9CO1FBQXBELGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBQVMsY0FBUyxHQUFULFNBQVMsQ0FBVztJQUFHLENBQUM7Q0FDNUU7QUFFRCxNQUFNLGFBQWEsR0FBRyw0QkFBNEIsQ0FBQyw4QkFBOEIsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLENBQUMsc0JBQXNCLENBQUMsWUFBWSxFQUFFLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFFdks7O0dBRUc7QUFXSCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsYUFBYTtJQUNsRCxZQUFvQixVQUFzQixFQUFVLFFBQW1CO1FBQ3JFLEtBQUssQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFEVixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUl2RTs7V0FFRztRQUM2QixVQUFLLEdBQUcsSUFBSSxDQUFDO0lBTDdDLENBQUM7a0lBSFUsaUJBQWlCO3NIQUFqQixpQkFBaUIsbU5BUmxCLDJCQUEyQjs7NEZBUTFCLGlCQUFpQjtrQkFWN0IsU0FBUzsrQkFDRSxXQUFXLFlBQ1gsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLFVBRzdCLENBQUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxlQUFlLENBQUMsbUJBQzVCLHVCQUF1QixDQUFDLE1BQU07dUdBVWYsS0FBSztzQkFBcEMsV0FBVzt1QkFBQyxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBFbGVtZW50UmVmLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSG9zdEJpbmRpbmcsXG4gIFJlbmRlcmVyMixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIGRhZmZBcnRpY2xlRW5jYXBzdWxhdGVkTWl4aW4sXG4gIERhZmZDb2xvcmFibGUsXG4gIGRhZmZDb2xvck1peGluLFxuICBEYWZmQ29tcGFjdGFibGUsXG4gIGRhZmZDb21wYWN0YWJsZU1peGluLFxuICBkYWZmTWFuYWdlQ29udGFpbmVyTGF5b3V0TWl4aW4sXG4gIERhZmZUZXh0QWxpZ25hYmxlLFxuICBkYWZmVGV4dEFsaWdubWVudE1peGluLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuLyoqXG4gKiBBbiBfZWxlbWVudFJlZiBhbmQgYW4gaW5zdGFuY2Ugb2YgcmVuZGVyZXIyIGFyZSBuZWVkZWQgZm9yIHRoZSBoZXJvIG1peGluc1xuICovXG5jbGFzcyBEYWZmSGVyb0Jhc2Uge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHB1YmxpYyBfcmVuZGVyZXI6IFJlbmRlcmVyMikge31cbn1cblxuY29uc3QgX2RhZmZIZXJvQmFzZSA9IGRhZmZBcnRpY2xlRW5jYXBzdWxhdGVkTWl4aW4oZGFmZk1hbmFnZUNvbnRhaW5lckxheW91dE1peGluKGRhZmZDb2xvck1peGluKGRhZmZDb21wYWN0YWJsZU1peGluKGRhZmZUZXh0QWxpZ25tZW50TWl4aW4oRGFmZkhlcm9CYXNlLCAnbGVmdCcpKSkpKTtcblxuLyoqXG4gKiBAaW5oZXJpdGRvY1xuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLWhlcm8nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzdHlsZVVybHM6IFsnLi9oZXJvLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIC8vdG9kbyhkYW1pZW53ZWJkZXYpOiByZW1vdmUgb25jZSBkZWNvcmF0b3JzIGhpdCBzdGFnZSAzIC0gaHR0cHM6Ly9naXRodWIuY29tL21pY3Jvc29mdC9UeXBlU2NyaXB0L2lzc3Vlcy83MzQyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvbm8taW5wdXRzLW1ldGFkYXRhLXByb3BlcnR5XG4gIGlucHV0czogWydjb2xvcicsICdjb21wYWN0JywgJ3RleHRBbGlnbm1lbnQnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZIZXJvQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZIZXJvQmFzZSBpbXBsZW1lbnRzIERhZmZDb2xvcmFibGUsIERhZmZUZXh0QWxpZ25hYmxlLCBEYWZmQ29tcGFjdGFibGUge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMikge1xuICAgIHN1cGVyKGVsZW1lbnRSZWYsIHJlbmRlcmVyKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtaGVybycpIGNsYXNzID0gdHJ1ZTtcbn1cbiJdfQ==
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVyby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9oZXJvL3NyYy9oZXJvL2hlcm8uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixXQUFXLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLHNCQUFzQixFQUN0Qix3QkFBd0IsR0FDekIsTUFBTSxrQkFBa0IsQ0FBQztBQUMxQixPQUFPLEVBQ0wsZ0NBQWdDLEVBQ2hDLGtDQUFrQyxFQUNsQywwQkFBMEIsR0FDM0IsTUFBTSxrQkFBa0IsQ0FBQzs7O0FBRTFCOztHQUVHO0FBd0JILE1BQU0sT0FBTyxpQkFBaUI7SUFDNUIsWUFBb0IsYUFBeUM7UUFBekMsa0JBQWEsR0FBYixhQUFhLENBQTRCO1FBSTdEOztXQUVHO1FBQzZCLFVBQUssR0FBRyxJQUFJLENBQUM7UUFOM0MsSUFBSSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsR0FBRyxNQUFNLENBQUM7SUFDL0MsQ0FBQztrSUFIVSxpQkFBaUI7c0hBQWpCLGlCQUFpQixvZEFyQmxCLDJCQUEyQjs7NEZBcUIxQixpQkFBaUI7a0JBdkI3QixTQUFTOytCQUNFLFdBQVcsWUFDWCwyQkFBMkIsaUJBRXRCLGlCQUFpQixDQUFDLElBQUksa0JBQ3JCO3dCQUNkLEVBQUUsU0FBUyxFQUFFLGdDQUFnQyxFQUFFO3dCQUMvQyxFQUFFLFNBQVMsRUFBRSxrQ0FBa0MsRUFBRTt3QkFDakQ7NEJBQ0UsU0FBUyxFQUFFLDBCQUEwQjs0QkFDckMsTUFBTSxFQUFFLENBQUMsZUFBZSxDQUFDO3lCQUMxQjt3QkFDRDs0QkFDRSxTQUFTLEVBQUUsd0JBQXdCOzRCQUNuQyxNQUFNLEVBQUUsQ0FBQyxTQUFTLENBQUM7eUJBQ3BCO3dCQUNEOzRCQUNFLFNBQVMsRUFBRSxzQkFBc0I7NEJBQ2pDLE1BQU0sRUFBRSxDQUFDLE9BQU8sQ0FBQzt5QkFDbEI7cUJBQ0YsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU07K0ZBVWYsS0FBSztzQkFBcEMsV0FBVzt1QkFBQyxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSG9zdEJpbmRpbmcsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmQ29sb3JhYmxlRGlyZWN0aXZlLFxuICBEYWZmQ29tcGFjdGFibGVEaXJlY3RpdmUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHtcbiAgRGFmZkFydGljbGVFbmNhcHN1bGF0ZWREaXJlY3RpdmUsXG4gIERhZmZNYW5hZ2VDb250YWluZXJMYXlvdXREaXJlY3RpdmUsXG4gIERhZmZUZXh0QWxpZ25hYmxlRGlyZWN0aXZlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuLyoqXG4gKiBAaW5oZXJpdGRvY1xuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLWhlcm8nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzdHlsZVVybHM6IFsnLi9oZXJvLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgeyBkaXJlY3RpdmU6IERhZmZBcnRpY2xlRW5jYXBzdWxhdGVkRGlyZWN0aXZlIH0sXG4gICAgeyBkaXJlY3RpdmU6IERhZmZNYW5hZ2VDb250YWluZXJMYXlvdXREaXJlY3RpdmUgfSxcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhZmZUZXh0QWxpZ25hYmxlRGlyZWN0aXZlLFxuICAgICAgaW5wdXRzOiBbJ3RleHRBbGlnbm1lbnQnXSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRGFmZkNvbXBhY3RhYmxlRGlyZWN0aXZlLFxuICAgICAgaW5wdXRzOiBbJ2NvbXBhY3QnXSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRGFmZkNvbG9yYWJsZURpcmVjdGl2ZSxcbiAgICAgIGlucHV0czogWydjb2xvciddLFxuICAgIH0sXG4gIF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmSGVyb0NvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgdGV4dEFsaWduYWJsZTogRGFmZlRleHRBbGlnbmFibGVEaXJlY3RpdmUpIHtcbiAgICB0aGlzLnRleHRBbGlnbmFibGUuZGVmYXVsdEFsaWdubWVudCA9ICdsZWZ0JztcbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtaGVybycpIGNsYXNzID0gdHJ1ZTtcbn1cbiJdfQ==
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffImageModule } from '@daffodil/design/image';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/image";
4
5
  export class BasicImageComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicImageComponent, selector: "basic-image", ngImport: i0, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>", dependencies: [{ kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicImageComponent, isStandalone: true, selector: "basic-image", ngImport: i0, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>", dependencies: [{ kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicImageComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'basic-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>" }]
11
+ args: [{ selector: 'basic-image', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffImageModule], template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtaW1hZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaW1hZ2UvZXhhbXBsZXMvc3JjL2Jhc2ljLWltYWdlL2Jhc2ljLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9iYXNpYy1pbWFnZS9iYXNpYy1pbWFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyxtQkFBbUI7a0lBQW5CLG1CQUFtQjtzSEFBbkIsbUJBQW1CLG1EQ1hoQyxnU0FLYTs7NEZETUEsbUJBQW1CO2tCQU4vQixTQUFTOytCQUVFLGFBQWEsbUJBRU4sdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1pbWFnZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1pbWFnZS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY0ltYWdlQ29tcG9uZW50IHtcblxufVxuIiwiPGRhZmYtaW1hZ2Vcblx0c3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1OTM1MTk3NDkzNDctODBmMTAxZTkzMTEzP2l4aWQ9TW53eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIeDgmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0zNzc0JnE9ODBcIlxuXHRhbHQ9XCJCb3R0b20gdXAgdmlldyBvZiBCYXNlbCBleGhpYml0aW9uIGNlbnRyZVwiXG5cdHdpZHRoPVwiMTI2MVwiXG5cdGhlaWdodD1cIjk0NlwiPlxuPC9kYWZmLWltYWdlPiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtaW1hZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaW1hZ2UvZXhhbXBsZXMvc3JjL2Jhc2ljLWltYWdlL2Jhc2ljLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9iYXNpYy1pbWFnZS9iYXNpYy1pbWFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQVV6RCxNQUFNLE9BQU8sbUJBQW1CO2tJQUFuQixtQkFBbUI7c0hBQW5CLG1CQUFtQix1RUNmaEMsZ1NBS2EsMkNEUUQsZUFBZTs7NEZBRWQsbUJBQW1CO2tCQVIvQixTQUFTOytCQUVFLGFBQWEsbUJBRU4sdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxlQUFlLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkltYWdlTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9pbWFnZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Jhc2ljLWltYWdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhc2ljLWltYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmSW1hZ2VNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY0ltYWdlQ29tcG9uZW50IHtcblxufVxuIiwiPGRhZmYtaW1hZ2Vcblx0c3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1OTM1MTk3NDkzNDctODBmMTAxZTkzMTEzP2l4aWQ9TW53eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIeDgmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0zNzc0JnE9ODBcIlxuXHRhbHQ9XCJCb3R0b20gdXAgdmlldyBvZiBCYXNlbCBleGhpYml0aW9uIGNlbnRyZVwiXG5cdHdpZHRoPVwiMTI2MVwiXG5cdGhlaWdodD1cIjk0NlwiPlxuPC9kYWZmLWltYWdlPiJdfQ==
@@ -1,7 +1,8 @@
1
+ import { NgIf } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
3
+ import { DaffImageModule } from '@daffodil/design/image';
2
4
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@daffodil/design/image";
5
+ import * as i1 from "@daffodil/design/image";
5
6
  export class LoadImageComponent {
6
7
  constructor() {
7
8
  this.loaded = false;
@@ -10,10 +11,10 @@ export class LoadImageComponent {
10
11
  this.loaded = true;
11
12
  }
12
13
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: LoadImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: LoadImageComponent, selector: "load-image", ngImport: i0, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\"\n\t(load)=\"load()\">\n</daff-image>\n\n<p *ngIf=\"!loaded\">I am not loaded!</p>\n<p *ngIf=\"loaded\">I am loaded!</p>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: LoadImageComponent, isStandalone: true, selector: "load-image", ngImport: i0, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\"\n\t(load)=\"load()\">\n</daff-image>\n\n<p *ngIf=\"!loaded\">I am not loaded!</p>\n<p *ngIf=\"loaded\">I am loaded!</p>", dependencies: [{ kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
15
  }
15
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: LoadImageComponent, decorators: [{
16
17
  type: Component,
17
- args: [{ selector: 'load-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\"\n\t(load)=\"load()\">\n</daff-image>\n\n<p *ngIf=\"!loaded\">I am not loaded!</p>\n<p *ngIf=\"loaded\">I am loaded!</p>" }]
18
+ args: [{ selector: 'load-image', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffImageModule, NgIf], template: "<daff-image\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\"\n\t(load)=\"load()\">\n</daff-image>\n\n<p *ngIf=\"!loaded\">I am not loaded!</p>\n<p *ngIf=\"loaded\">I am loaded!</p>" }]
18
19
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZC1pbWFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9pbWFnZS9leGFtcGxlcy9zcmMvbG9hZC1pbWFnZS9sb2FkLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9sb2FkLWltYWdlL2xvYWQtaW1hZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7Ozs7QUFRdkIsTUFBTSxPQUFPLGtCQUFrQjtJQU4vQjtRQU9FLFdBQU0sR0FBRyxLQUFLLENBQUM7S0FLaEI7SUFIQyxJQUFJO1FBQ0YsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUM7SUFDckIsQ0FBQztrSUFMVSxrQkFBa0I7c0hBQWxCLGtCQUFrQixrRENYL0Isd1lBU2tDOzs0RkRFckIsa0JBQWtCO2tCQU45QixTQUFTOytCQUVFLFlBQVksbUJBRUwsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdsb2FkLWltYWdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xvYWQtaW1hZ2UuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTG9hZEltYWdlQ29tcG9uZW50IHtcbiAgbG9hZGVkID0gZmFsc2U7XG5cbiAgbG9hZCgpe1xuICAgIHRoaXMubG9hZGVkID0gdHJ1ZTtcbiAgfVxufVxuIiwiPGRhZmYtaW1hZ2Vcblx0c3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1OTM1MTk3NDkzNDctODBmMTAxZTkzMTEzP2l4aWQ9TW53eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIeDgmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0zNzc0JnE9ODBcIlxuXHRhbHQ9XCJCb3R0b20gdXAgdmlldyBvZiBCYXNlbCBleGhpYml0aW9uIGNlbnRyZVwiXG5cdHdpZHRoPVwiMTI2MVwiXG5cdGhlaWdodD1cIjk0NlwiXG5cdChsb2FkKT1cImxvYWQoKVwiPlxuPC9kYWZmLWltYWdlPlxuXG48cCAqbmdJZj1cIiFsb2FkZWRcIj5JIGFtIG5vdCBsb2FkZWQhPC9wPlxuPHAgKm5nSWY9XCJsb2FkZWRcIj5JIGFtIGxvYWRlZCE8L3A+Il19
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZC1pbWFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9pbWFnZS9leGFtcGxlcy9zcmMvbG9hZC1pbWFnZS9sb2FkLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9sb2FkLWltYWdlL2xvYWQtaW1hZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZDLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7O0FBVXpELE1BQU0sT0FBTyxrQkFBa0I7SUFSL0I7UUFTRSxXQUFNLEdBQUcsS0FBSyxDQUFDO0tBS2hCO0lBSEMsSUFBSTtRQUNGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDO0lBQ3JCLENBQUM7a0lBTFUsa0JBQWtCO3NIQUFsQixrQkFBa0Isc0VDaEIvQix3WUFTa0MsMkNES3RCLGVBQWUseUtBQUUsSUFBSTs7NEZBRXBCLGtCQUFrQjtrQkFSOUIsU0FBUzsrQkFFRSxZQUFZLG1CQUVMLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsZUFBZSxFQUFFLElBQUksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nSWYgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZJbWFnZU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vaW1hZ2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdsb2FkLWltYWdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xvYWQtaW1hZ2UuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhZmZJbWFnZU1vZHVsZSwgTmdJZl0sXG59KVxuZXhwb3J0IGNsYXNzIExvYWRJbWFnZUNvbXBvbmVudCB7XG4gIGxvYWRlZCA9IGZhbHNlO1xuXG4gIGxvYWQoKXtcbiAgICB0aGlzLmxvYWRlZCA9IHRydWU7XG4gIH1cbn1cbiIsIjxkYWZmLWltYWdlXG5cdHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTkzNTE5NzQ5MzQ3LTgwZjEwMWU5MzExMz9peGlkPU1ud3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHg4Jml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9Mzc3NCZxPTgwXCJcblx0YWx0PVwiQm90dG9tIHVwIHZpZXcgb2YgQmFzZWwgZXhoaWJpdGlvbiBjZW50cmVcIlxuXHR3aWR0aD1cIjEyNjFcIlxuXHRoZWlnaHQ9XCI5NDZcIlxuXHQobG9hZCk9XCJsb2FkKClcIj5cbjwvZGFmZi1pbWFnZT5cblxuPHAgKm5nSWY9XCIhbG9hZGVkXCI+SSBhbSBub3QgbG9hZGVkITwvcD5cbjxwICpuZ0lmPVwibG9hZGVkXCI+SSBhbSBsb2FkZWQhPC9wPiJdfQ==
@@ -1,12 +1,9 @@
1
1
  import { BasicImageComponent } from './basic-image/basic-image.component';
2
- import { BasicImageModule } from './basic-image/basic-image.module';
3
2
  import { LoadImageComponent } from './load-image/load-image.component';
4
- import { LoadImageModule } from './load-image/load-image.module';
5
3
  import { SkeletonImageComponent } from './skeleton-image/skeleton-image.component';
6
- import { SkeletonImageModule } from './skeleton-image/skeleton-image.module';
7
4
  export const IMAGE_EXAMPLES = [
8
- { component: BasicImageComponent, module: BasicImageModule },
9
- { component: LoadImageComponent, module: LoadImageModule },
10
- { component: SkeletonImageComponent, module: SkeletonImageModule },
5
+ BasicImageComponent,
6
+ LoadImageComponent,
7
+ SkeletonImageComponent,
11
8
  ];
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNqRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUU3RSxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQXVCO0lBQ2hELEVBQUUsU0FBUyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sRUFBRSxnQkFBZ0IsRUFBRTtJQUM1RCxFQUFFLFNBQVMsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLEVBQUUsZUFBZSxFQUFFO0lBQzFELEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRTtDQUNuRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50RXhhbXBsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBCYXNpY0ltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9iYXNpYy1pbWFnZS9iYXNpYy1pbWFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFzaWNJbWFnZU1vZHVsZSB9IGZyb20gJy4vYmFzaWMtaW1hZ2UvYmFzaWMtaW1hZ2UubW9kdWxlJztcbmltcG9ydCB7IExvYWRJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4vbG9hZC1pbWFnZS9sb2FkLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBMb2FkSW1hZ2VNb2R1bGUgfSBmcm9tICcuL2xvYWQtaW1hZ2UvbG9hZC1pbWFnZS5tb2R1bGUnO1xuaW1wb3J0IHsgU2tlbGV0b25JbWFnZUNvbXBvbmVudCB9IGZyb20gJy4vc2tlbGV0b24taW1hZ2Uvc2tlbGV0b24taW1hZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IFNrZWxldG9uSW1hZ2VNb2R1bGUgfSBmcm9tICcuL3NrZWxldG9uLWltYWdlL3NrZWxldG9uLWltYWdlLm1vZHVsZSc7XG5cbmV4cG9ydCBjb25zdCBJTUFHRV9FWEFNUExFUzogQ29tcG9uZW50RXhhbXBsZVtdID0gW1xuICB7IGNvbXBvbmVudDogQmFzaWNJbWFnZUNvbXBvbmVudCwgbW9kdWxlOiBCYXNpY0ltYWdlTW9kdWxlIH0sXG4gIHsgY29tcG9uZW50OiBMb2FkSW1hZ2VDb21wb25lbnQsIG1vZHVsZTogTG9hZEltYWdlTW9kdWxlIH0sXG4gIHsgY29tcG9uZW50OiBTa2VsZXRvbkltYWdlQ29tcG9uZW50LCBtb2R1bGU6IFNrZWxldG9uSW1hZ2VNb2R1bGUgfSxcbl07XG4iXX0=
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBRW5GLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRztJQUM1QixtQkFBbUI7SUFDbkIsa0JBQWtCO0lBQ2xCLHNCQUFzQjtDQUN2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzaWNJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4vYmFzaWMtaW1hZ2UvYmFzaWMtaW1hZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IExvYWRJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4vbG9hZC1pbWFnZS9sb2FkLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTa2VsZXRvbkltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9za2VsZXRvbi1pbWFnZS9za2VsZXRvbi1pbWFnZS5jb21wb25lbnQnO1xuXG5leHBvcnQgY29uc3QgSU1BR0VfRVhBTVBMRVMgPSBbXG4gIEJhc2ljSW1hZ2VDb21wb25lbnQsXG4gIExvYWRJbWFnZUNvbXBvbmVudCxcbiAgU2tlbGV0b25JbWFnZUNvbXBvbmVudCxcbl07XG4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffImageModule } from '@daffodil/design/image';
2
3
  import * as i0 from "@angular/core";
3
4
  import * as i1 from "@daffodil/design/image";
4
5
  export class SkeletonImageComponent {
5
6
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: SkeletonImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: SkeletonImageComponent, selector: "skeleton-image", ngImport: i0, template: "<daff-image [skeleton]=\"true\"\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>", dependencies: [{ kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: SkeletonImageComponent, isStandalone: true, selector: "skeleton-image", ngImport: i0, template: "<daff-image [skeleton]=\"true\"\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>", dependencies: [{ kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
8
  }
8
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: SkeletonImageComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'skeleton-image', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-image [skeleton]=\"true\"\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>" }]
11
+ args: [{ selector: 'skeleton-image', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffImageModule], template: "<daff-image [skeleton]=\"true\"\n\tsrc=\"https://images.unsplash.com/photo-1593519749347-80f101e93113?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=3774&q=80\"\n\talt=\"Bottom up view of Basel exhibition centre\"\n\twidth=\"1261\"\n\theight=\"946\">\n</daff-image>" }]
11
12
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2tlbGV0b24taW1hZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaW1hZ2UvZXhhbXBsZXMvc3JjL3NrZWxldG9uLWltYWdlL3NrZWxldG9uLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9za2VsZXRvbi1pbWFnZS9za2VsZXRvbi1pbWFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyxzQkFBc0I7a0lBQXRCLHNCQUFzQjtzSEFBdEIsc0JBQXNCLHNEQ1huQyxvVEFLYTs7NEZETUEsc0JBQXNCO2tCQU5sQyxTQUFTOytCQUVFLGdCQUFnQixtQkFFVCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ3NrZWxldG9uLWltYWdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NrZWxldG9uLWltYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFNrZWxldG9uSW1hZ2VDb21wb25lbnQge1xuXG59XG4iLCI8ZGFmZi1pbWFnZSBbc2tlbGV0b25dPVwidHJ1ZVwiXG5cdHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTkzNTE5NzQ5MzQ3LTgwZjEwMWU5MzExMz9peGlkPU1ud3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHg4Jml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9Mzc3NCZxPTgwXCJcblx0YWx0PVwiQm90dG9tIHVwIHZpZXcgb2YgQmFzZWwgZXhoaWJpdGlvbiBjZW50cmVcIlxuXHR3aWR0aD1cIjEyNjFcIlxuXHRoZWlnaHQ9XCI5NDZcIj5cbjwvZGFmZi1pbWFnZT4iXX0=
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2tlbGV0b24taW1hZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vaW1hZ2UvZXhhbXBsZXMvc3JjL3NrZWxldG9uLWltYWdlL3NrZWxldG9uLWltYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2ltYWdlL2V4YW1wbGVzL3NyYy9za2VsZXRvbi1pbWFnZS9za2VsZXRvbi1pbWFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7OztBQVV6RCxNQUFNLE9BQU8sc0JBQXNCO2tJQUF0QixzQkFBc0I7c0hBQXRCLHNCQUFzQiwwRUNmbkMsb1RBS2EsMkNEUUQsZUFBZTs7NEZBRWQsc0JBQXNCO2tCQVJsQyxTQUFTOytCQUVFLGdCQUFnQixtQkFFVCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmSW1hZ2VNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2ltYWdlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnc2tlbGV0b24taW1hZ2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vc2tlbGV0b24taW1hZ2UuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhZmZJbWFnZU1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIFNrZWxldG9uSW1hZ2VDb21wb25lbnQge1xuXG59XG4iLCI8ZGFmZi1pbWFnZSBbc2tlbGV0b25dPVwidHJ1ZVwiXG5cdHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTkzNTE5NzQ5MzQ3LTgwZjEwMWU5MzExMz9peGlkPU1ud3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHg4Jml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9Mzc3NCZxPTgwXCJcblx0YWx0PVwiQm90dG9tIHVwIHZpZXcgb2YgQmFzZWwgZXhoaWJpdGlvbiBjZW50cmVcIlxuXHR3aWR0aD1cIjEyNjFcIlxuXHRoZWlnaHQ9XCI5NDZcIj5cbjwvZGFmZi1pbWFnZT4iXX0=