@daffodil/design 0.63.2 → 0.64.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (657) hide show
  1. package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
  2. package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +1 -1
  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-lead/article-lead.component.d.ts +1 -1
  9. package/article/examples/article-link/article-link.component.d.ts +1 -1
  10. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  11. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  12. package/article/examples/article-table/article-table.component.d.ts +1 -1
  13. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  14. package/atoms/button/button.component.d.ts +1 -1
  15. package/atoms/container/container.component.d.ts +1 -1
  16. package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
  17. package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
  18. package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -3
  19. package/atoms/form/core/error-state-matcher/error-state-matcher.d.ts +2 -2
  20. package/atoms/form/error-message/error-message.component.d.ts +1 -1
  21. package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
  22. package/atoms/form/form-label/form-label.directive.d.ts +1 -1
  23. package/atoms/form/input/input.component.d.ts +1 -1
  24. package/atoms/form/native-select/native-select.component.d.ts +1 -1
  25. package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -2
  26. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -3
  27. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
  28. package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
  29. package/atoms/form/radio/radio.component.d.ts +1 -1
  30. package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
  31. package/atoms/image/image.component.d.ts +1 -1
  32. package/atoms/loading-icon/loading-icon.component.d.ts +1 -1
  33. package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
  34. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  35. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  36. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  37. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  38. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  39. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  40. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  41. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  42. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -3
  43. package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -3
  44. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  45. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  46. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  47. package/card/examples/card-orientation/card-orientation.component.d.ts +3 -3
  48. package/card/examples/card-theming/card-theming.component.d.ts +3 -3
  49. package/card/examples/linkable-card/linkable-card.component.d.ts +5 -5
  50. package/card/examples/raised-card/raised-card.component.d.ts +3 -3
  51. package/card/examples/stroked-card/stroked-card.component.d.ts +3 -3
  52. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -3
  53. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -3
  54. package/container/examples/container-sizes/container-sizes.component.d.ts +3 -3
  55. package/core/colorable/colorable-mixin.d.ts +1 -1
  56. package/core/focus/stack.service.d.ts +1 -1
  57. package/core/prefix-suffix/prefix.directive.d.ts +1 -1
  58. package/core/prefix-suffix/suffix.directive.d.ts +1 -1
  59. package/core/sizeable/sizeable-mixin.d.ts +1 -1
  60. package/core/statusable/statusable-mixin.d.ts +1 -1
  61. package/core/text-alignable/text-alignable-mixin.d.ts +1 -1
  62. package/core/theming/services/theming.service.d.ts +1 -1
  63. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
  64. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +5 -7
  65. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
  66. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +5 -7
  67. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
  68. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
  69. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
  70. package/esm2020/article/examples/article-examples.module.mjs +6 -11
  71. package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
  72. package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
  73. package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
  74. package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
  75. package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
  76. package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
  77. package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
  78. package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
  79. package/esm2020/atoms/button/button.component.mjs +5 -5
  80. package/esm2020/atoms/button/button.module.mjs +8 -10
  81. package/esm2020/atoms/container/container.component.mjs +3 -3
  82. package/esm2020/atoms/container/container.module.mjs +5 -7
  83. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +4 -4
  84. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +7 -9
  85. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
  86. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +6 -6
  87. package/esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs +1 -1
  88. package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
  89. package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
  90. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +5 -5
  91. package/esm2020/atoms/form/form-field/form-field.module.mjs +8 -10
  92. package/esm2020/atoms/form/form-label/form-label.directive.mjs +3 -3
  93. package/esm2020/atoms/form/form-label/form-label.module.mjs +4 -4
  94. package/esm2020/atoms/form/input/input.component.mjs +3 -3
  95. package/esm2020/atoms/form/input/input.module.mjs +5 -7
  96. package/esm2020/atoms/form/native-select/native-select.component.mjs +3 -3
  97. package/esm2020/atoms/form/native-select/native-select.module.mjs +5 -7
  98. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +8 -8
  99. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +10 -12
  100. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +6 -6
  101. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +5 -5
  102. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
  103. package/esm2020/atoms/form/radio/radio.component.mjs +4 -4
  104. package/esm2020/atoms/form/radio/radio.module.mjs +6 -8
  105. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
  106. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +4 -4
  107. package/esm2020/atoms/image/image.component.mjs +5 -5
  108. package/esm2020/atoms/image/image.module.mjs +5 -10
  109. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
  110. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +5 -7
  111. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +5 -5
  112. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +5 -7
  113. package/esm2020/button/examples/basic-button/basic-button.component.mjs +5 -11
  114. package/esm2020/button/examples/basic-button/basic-button.module.mjs +6 -8
  115. package/esm2020/button/examples/flat-button/flat-button.component.mjs +5 -11
  116. package/esm2020/button/examples/flat-button/flat-button.module.mjs +6 -8
  117. package/esm2020/button/examples/icon-button/icon-button.component.mjs +5 -11
  118. package/esm2020/button/examples/icon-button/icon-button.module.mjs +6 -8
  119. package/esm2020/button/examples/raised-button/raised-button.component.mjs +5 -11
  120. package/esm2020/button/examples/raised-button/raised-button.module.mjs +6 -8
  121. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
  122. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +6 -8
  123. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
  124. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +6 -8
  125. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +5 -11
  126. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +6 -8
  127. package/esm2020/button/examples/underline-button/underline-button.component.mjs +5 -11
  128. package/esm2020/button/examples/underline-button/underline-button.module.mjs +6 -8
  129. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +10 -10
  130. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +10 -12
  131. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +10 -10
  132. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +9 -11
  133. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
  134. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +10 -12
  135. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
  136. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +9 -11
  137. package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
  138. package/esm2020/card/examples/basic-card/basic-card.module.mjs +9 -11
  139. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +10 -10
  140. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +10 -12
  141. package/esm2020/card/examples/card-theming/card-theming.component.mjs +9 -13
  142. package/esm2020/card/examples/card-theming/card-theming.module.mjs +8 -10
  143. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +10 -10
  144. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +10 -12
  145. package/esm2020/card/examples/raised-card/raised-card.component.mjs +8 -8
  146. package/esm2020/card/examples/raised-card/raised-card.module.mjs +9 -11
  147. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +8 -8
  148. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +10 -12
  149. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
  150. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +7 -9
  151. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
  152. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +7 -9
  153. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +8 -8
  154. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +7 -9
  155. package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
  156. package/esm2020/core/focus/stack.service.mjs +6 -6
  157. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
  158. package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
  159. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
  160. package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
  161. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
  162. package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
  163. package/esm2020/core/statusable/statusable-mixin.mjs +1 -1
  164. package/esm2020/core/text-alignable/text-alignable-mixin.mjs +1 -1
  165. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
  166. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
  167. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
  168. package/esm2020/core/theming/services/theming.service.mjs +6 -6
  169. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
  170. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +9 -11
  171. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +10 -10
  172. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +10 -12
  173. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +9 -9
  174. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +9 -11
  175. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
  176. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +10 -12
  177. package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
  178. package/esm2020/image/examples/basic-image/basic-image.module.mjs +5 -7
  179. package/esm2020/image/examples/load-image/load-image.component.mjs +5 -5
  180. package/esm2020/image/examples/load-image/load-image.module.mjs +6 -8
  181. package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +3 -3
  182. package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +5 -7
  183. package/esm2020/input/examples/basic-input/basic-input.component.mjs +3 -3
  184. package/esm2020/input/examples/basic-input/basic-input.module.mjs +6 -8
  185. package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +3 -3
  186. package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +6 -8
  187. package/esm2020/input/examples/input-error/input-error.component.mjs +6 -6
  188. package/esm2020/input/examples/input-error/input-error.module.mjs +7 -9
  189. package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +3 -3
  190. package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +6 -8
  191. package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
  192. package/esm2020/list/examples/basic-list/basic-list.module.mjs +6 -8
  193. package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
  194. package/esm2020/list/examples/icon-list/icon-list.module.mjs +7 -9
  195. package/esm2020/list/examples/list-examples.module.mjs +9 -15
  196. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
  197. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +7 -9
  198. package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
  199. package/esm2020/list/examples/nav-list/nav-list.module.mjs +7 -9
  200. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +7 -7
  201. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +7 -9
  202. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
  203. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +5 -7
  204. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
  205. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +6 -8
  206. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
  207. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +6 -8
  208. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +3 -3
  209. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +6 -8
  210. package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +3 -3
  211. package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +7 -9
  212. package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +3 -3
  213. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
  214. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +6 -8
  215. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
  216. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
  217. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +4 -4
  218. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
  219. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
  220. package/esm2020/molecules/accordion/accordion.module.mjs +10 -12
  221. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +11 -8
  222. package/esm2020/molecules/article/article/article.component.mjs +4 -4
  223. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
  224. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
  225. package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
  226. package/esm2020/molecules/article/article.module.mjs +6 -8
  227. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
  228. package/esm2020/molecules/backdrop/backdrop.module.mjs +5 -10
  229. package/esm2020/molecules/button-set/button-set.component.mjs +3 -3
  230. package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
  231. package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
  232. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
  233. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
  234. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
  235. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
  236. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
  237. package/esm2020/molecules/callout/callout.module.mjs +6 -8
  238. package/esm2020/molecules/card/card/card.component.mjs +4 -4
  239. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
  240. package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
  241. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
  242. package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
  243. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
  244. package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
  245. package/esm2020/molecules/card/card.module.mjs +6 -8
  246. package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
  247. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
  248. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
  249. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
  250. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
  251. package/esm2020/molecules/feature/feature.module.mjs +6 -8
  252. package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
  253. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
  254. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
  255. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
  256. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
  257. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
  258. package/esm2020/molecules/hero/hero.module.mjs +6 -8
  259. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
  260. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
  261. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +7 -9
  262. package/esm2020/molecules/image-list/image-list.component.mjs +4 -4
  263. package/esm2020/molecules/image-list/image-list.module.mjs +5 -7
  264. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
  265. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
  266. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
  267. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
  268. package/esm2020/molecules/link-set/link-set.module.mjs +6 -8
  269. package/esm2020/molecules/list/list/list.component.mjs +4 -4
  270. package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
  271. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
  272. package/esm2020/molecules/list/list.module.mjs +8 -10
  273. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +7 -7
  274. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +5 -7
  275. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +4 -4
  276. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
  277. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +5 -5
  278. package/esm2020/molecules/menu/menu/menu.component.mjs +3 -3
  279. package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +3 -3
  280. package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +3 -3
  281. package/esm2020/molecules/menu/menu.module.mjs +8 -10
  282. package/esm2020/molecules/menu/service/menu.service.mjs +3 -3
  283. package/esm2020/molecules/modal/modal/modal.component.mjs +4 -4
  284. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
  285. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
  286. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
  287. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
  288. package/esm2020/molecules/modal/modal.module.mjs +8 -10
  289. package/esm2020/molecules/modal/service/modal.service.mjs +5 -5
  290. package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
  291. package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
  292. package/esm2020/molecules/paginator/paginator.component.mjs +7 -7
  293. package/esm2020/molecules/paginator/paginator.module.mjs +8 -10
  294. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +8 -8
  295. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +10 -12
  296. package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +1 -1
  297. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +5 -5
  298. package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +2 -2
  299. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +7 -7
  300. package/esm2020/molecules/sidebar/sidebar.module.mjs +9 -11
  301. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
  302. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +8 -10
  303. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
  304. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +8 -10
  305. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +8 -8
  306. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +8 -10
  307. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
  308. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +7 -9
  309. package/esm2020/notification/examples/default-notification/default-notification.component.mjs +7 -12
  310. package/esm2020/notification/examples/default-notification/default-notification.module.mjs +8 -10
  311. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +7 -12
  312. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +8 -10
  313. package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
  314. package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +9 -11
  315. package/esm2020/notification/examples/notification-status/notification-status.component.mjs +9 -9
  316. package/esm2020/notification/examples/notification-status/notification-status.module.mjs +9 -11
  317. package/esm2020/notification/notification/notification.component.mjs +6 -6
  318. package/esm2020/notification/notification-actions/notification-actions.directive.mjs +3 -3
  319. package/esm2020/notification/notification-message/notification-message.directive.mjs +3 -3
  320. package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +3 -3
  321. package/esm2020/notification/notification-title/notification-title.directive.mjs +3 -3
  322. package/esm2020/notification/notification.module.mjs +8 -10
  323. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
  324. package/esm2020/paginator/examples/paginator-examples.module.mjs +6 -11
  325. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +9 -9
  326. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +8 -10
  327. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +9 -9
  328. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +8 -10
  329. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +9 -9
  330. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +8 -10
  331. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +9 -9
  332. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +8 -10
  333. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +7 -7
  334. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +6 -8
  335. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +5 -5
  336. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +6 -8
  337. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +3 -3
  338. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +7 -9
  339. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +3 -3
  340. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +6 -8
  341. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +3 -3
  342. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +6 -8
  343. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +3 -3
  344. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +7 -9
  345. package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +5 -5
  346. package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +7 -9
  347. package/esm2020/tree/tree/tree-notifier.service.mjs +1 -1
  348. package/esm2020/tree/tree/tree.component.mjs +6 -6
  349. package/esm2020/tree/tree-item/tree-item.directive.mjs +3 -3
  350. package/esm2020/tree/tree.module.mjs +6 -8
  351. package/esm2020/tree/utils/hydrate-tree.mjs +1 -1
  352. package/esm2020/tree/utils/transform-in-place.mjs +1 -1
  353. package/fesm2015/daffodil-design-accordion-examples.mjs +14 -18
  354. package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
  355. package/fesm2015/daffodil-design-article-examples.mjs +38 -43
  356. package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
  357. package/fesm2015/daffodil-design-button-examples.mjs +70 -122
  358. package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
  359. package/fesm2015/daffodil-design-callout-examples.mjs +54 -62
  360. package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
  361. package/fesm2015/daffodil-design-card-examples.mjs +79 -95
  362. package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
  363. package/fesm2015/daffodil-design-checkbox-examples.mjs +21 -25
  364. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
  365. package/fesm2015/daffodil-design-container-examples.mjs +14 -16
  366. package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
  367. package/fesm2015/daffodil-design-hero-examples.mjs +52 -60
  368. package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
  369. package/fesm2015/daffodil-design-image-examples.mjs +23 -29
  370. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
  371. package/fesm2015/daffodil-design-input-examples.mjs +35 -43
  372. package/fesm2015/daffodil-design-input-examples.mjs.map +1 -1
  373. package/fesm2015/daffodil-design-list-examples.mjs +50 -63
  374. package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
  375. package/fesm2015/daffodil-design-loading-icon-examples.mjs +19 -23
  376. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
  377. package/fesm2015/daffodil-design-media-gallery-examples.mjs +24 -30
  378. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
  379. package/fesm2015/daffodil-design-menu-examples.mjs +12 -14
  380. package/fesm2015/daffodil-design-menu-examples.mjs.map +1 -1
  381. package/fesm2015/daffodil-design-modal-examples.mjs +11 -13
  382. package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
  383. package/fesm2015/daffodil-design-navbar-examples.mjs +42 -50
  384. package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
  385. package/fesm2015/daffodil-design-notification-examples.mjs +51 -69
  386. package/fesm2015/daffodil-design-notification-examples.mjs.map +1 -1
  387. package/fesm2015/daffodil-design-notification.mjs +80 -82
  388. package/fesm2015/daffodil-design-notification.mjs.map +1 -1
  389. package/fesm2015/daffodil-design-paginator-examples.mjs +8 -13
  390. package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
  391. package/fesm2015/daffodil-design-quantity-field-examples.mjs +51 -59
  392. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
  393. package/fesm2015/daffodil-design-radio-examples.mjs +11 -13
  394. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
  395. package/fesm2015/daffodil-design-sidebar-examples.mjs +43 -53
  396. package/fesm2015/daffodil-design-sidebar-examples.mjs.map +1 -1
  397. package/fesm2015/daffodil-design-tree-examples.mjs +12 -14
  398. package/fesm2015/daffodil-design-tree-examples.mjs.map +1 -1
  399. package/fesm2015/daffodil-design-tree.mjs +161 -163
  400. package/fesm2015/daffodil-design-tree.mjs.map +1 -1
  401. package/fesm2015/daffodil-design.mjs +974 -1032
  402. package/fesm2015/daffodil-design.mjs.map +1 -1
  403. package/fesm2020/daffodil-design-accordion-examples.mjs +14 -18
  404. package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
  405. package/fesm2020/daffodil-design-article-examples.mjs +38 -43
  406. package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
  407. package/fesm2020/daffodil-design-button-examples.mjs +70 -122
  408. package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
  409. package/fesm2020/daffodil-design-callout-examples.mjs +54 -62
  410. package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
  411. package/fesm2020/daffodil-design-card-examples.mjs +79 -95
  412. package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
  413. package/fesm2020/daffodil-design-checkbox-examples.mjs +21 -25
  414. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
  415. package/fesm2020/daffodil-design-container-examples.mjs +14 -16
  416. package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
  417. package/fesm2020/daffodil-design-hero-examples.mjs +52 -60
  418. package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
  419. package/fesm2020/daffodil-design-image-examples.mjs +23 -29
  420. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
  421. package/fesm2020/daffodil-design-input-examples.mjs +35 -43
  422. package/fesm2020/daffodil-design-input-examples.mjs.map +1 -1
  423. package/fesm2020/daffodil-design-list-examples.mjs +50 -63
  424. package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
  425. package/fesm2020/daffodil-design-loading-icon-examples.mjs +19 -23
  426. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
  427. package/fesm2020/daffodil-design-media-gallery-examples.mjs +24 -30
  428. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
  429. package/fesm2020/daffodil-design-menu-examples.mjs +12 -14
  430. package/fesm2020/daffodil-design-menu-examples.mjs.map +1 -1
  431. package/fesm2020/daffodil-design-modal-examples.mjs +11 -13
  432. package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
  433. package/fesm2020/daffodil-design-navbar-examples.mjs +42 -50
  434. package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
  435. package/fesm2020/daffodil-design-notification-examples.mjs +51 -69
  436. package/fesm2020/daffodil-design-notification-examples.mjs.map +1 -1
  437. package/fesm2020/daffodil-design-notification.mjs +80 -82
  438. package/fesm2020/daffodil-design-notification.mjs.map +1 -1
  439. package/fesm2020/daffodil-design-paginator-examples.mjs +8 -13
  440. package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
  441. package/fesm2020/daffodil-design-quantity-field-examples.mjs +51 -59
  442. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
  443. package/fesm2020/daffodil-design-radio-examples.mjs +11 -13
  444. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
  445. package/fesm2020/daffodil-design-sidebar-examples.mjs +43 -53
  446. package/fesm2020/daffodil-design-sidebar-examples.mjs.map +1 -1
  447. package/fesm2020/daffodil-design-tree-examples.mjs +12 -14
  448. package/fesm2020/daffodil-design-tree-examples.mjs.map +1 -1
  449. package/fesm2020/daffodil-design-tree.mjs +158 -160
  450. package/fesm2020/daffodil-design-tree.mjs.map +1 -1
  451. package/fesm2020/daffodil-design.mjs +983 -1041
  452. package/fesm2020/daffodil-design.mjs.map +1 -1
  453. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  454. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -3
  455. package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -3
  456. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  457. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  458. package/image/examples/load-image/load-image.component.d.ts +1 -1
  459. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  460. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  461. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  462. package/input/examples/input-error/input-error.component.d.ts +3 -3
  463. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  464. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  465. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  466. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  467. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  468. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -3
  469. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  470. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  471. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  472. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  473. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  474. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  475. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  476. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  477. package/molecules/accordion/accordion/accordion.component.d.ts +1 -1
  478. package/molecules/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  479. package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +1 -1
  480. package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
  481. package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +4 -1
  482. package/molecules/article/article/article.component.d.ts +1 -1
  483. package/molecules/article/article-lead/article-lead.directive.d.ts +1 -1
  484. package/molecules/article/article-meta/article-meta.directive.d.ts +1 -1
  485. package/molecules/article/article-title/article-title.directive.d.ts +1 -1
  486. package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
  487. package/molecules/button-set/button-set.component.d.ts +1 -1
  488. package/molecules/callout/callout/callout.component.d.ts +1 -1
  489. package/molecules/callout/callout-body/callout-body.directive.d.ts +1 -1
  490. package/molecules/callout/callout-icon/callout-icon.directive.d.ts +1 -1
  491. package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
  492. package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
  493. package/molecules/callout/callout-title/callout-title.directive.d.ts +1 -1
  494. package/molecules/card/card/card.component.d.ts +1 -1
  495. package/molecules/card/card-actions/card-actions.directive.d.ts +1 -1
  496. package/molecules/card/card-content/card-content.directive.d.ts +1 -1
  497. package/molecules/card/card-icon/card-icon.directive.d.ts +1 -1
  498. package/molecules/card/card-image/card-image.directive.d.ts +1 -1
  499. package/molecules/card/card-tagline/card-tagline.directive.d.ts +1 -1
  500. package/molecules/card/card-title/card-title.directive.d.ts +1 -1
  501. package/molecules/feature/feature/feature.component.d.ts +1 -1
  502. package/molecules/feature/feature-icon/feature-icon.directive.d.ts +1 -1
  503. package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +1 -1
  504. package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +1 -1
  505. package/molecules/feature/feature-title/feature-title.directive.d.ts +1 -1
  506. package/molecules/hero/hero/hero.component.d.ts +1 -1
  507. package/molecules/hero/hero-body/hero-body.directive.d.ts +1 -1
  508. package/molecules/hero/hero-icon/hero-icon.directive.d.ts +1 -1
  509. package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
  510. package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
  511. package/molecules/hero/hero-title/hero-title.directive.d.ts +1 -1
  512. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
  513. package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +1 -1
  514. package/molecules/image-list/image-list.component.d.ts +1 -1
  515. package/molecules/link-set/link-set/link-set.component.d.ts +1 -1
  516. package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
  517. package/molecules/link-set/link-set-item/link-set-item.component.d.ts +1 -1
  518. package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
  519. package/molecules/list/list/list.component.d.ts +1 -1
  520. package/molecules/list/list-item/list-item.component.d.ts +1 -1
  521. package/molecules/list/list-subheader/list-subheader.directive.d.ts +1 -1
  522. package/molecules/media-gallery/media-gallery.component.d.ts +2 -2
  523. package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
  524. package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +2 -2
  525. package/molecules/menu/menu/menu.component.d.ts +1 -1
  526. package/molecules/menu/menu-activator/menu-activator.component.d.ts +1 -1
  527. package/molecules/menu/menu-item/menu-item.component.d.ts +1 -1
  528. package/molecules/modal/modal/modal.component.d.ts +1 -1
  529. package/molecules/modal/modal-actions/modal-actions.component.d.ts +1 -1
  530. package/molecules/modal/modal-content/modal-content.component.d.ts +1 -1
  531. package/molecules/modal/modal-header/modal-header.component.d.ts +1 -1
  532. package/molecules/modal/modal-title/modal-title.directive.d.ts +1 -1
  533. package/molecules/navbar/navbar.component.d.ts +1 -1
  534. package/molecules/paginator/paginator.component.d.ts +1 -1
  535. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
  536. package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +1 -1
  537. package/molecules/sidebar/sidebar/sidebar.component.d.ts +1 -1
  538. package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +1 -1
  539. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  540. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  541. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -3
  542. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  543. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  544. package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +1 -1
  545. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +3 -3
  546. package/notification/examples/notification-status/notification-status.component.d.ts +3 -3
  547. package/notification/notification/notification.component.d.ts +1 -1
  548. package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
  549. package/notification/notification-message/notification-message.directive.d.ts +1 -1
  550. package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
  551. package/notification/notification-title/notification-title.directive.d.ts +1 -1
  552. package/package.json +1 -1
  553. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  554. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +3 -3
  555. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +3 -3
  556. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +3 -3
  557. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +3 -3
  558. package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -3
  559. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  560. package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +1 -1
  561. package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +1 -1
  562. package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +1 -1
  563. package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +1 -1
  564. package/src/molecules/article/article/article-theme.scss +2 -2
  565. package/src/molecules/card/card/card-theme-variants/linkable-card.scss +6 -13
  566. package/src/molecules/card/card/card-theme.scss +13 -29
  567. package/src/molecules/list/list/list-theme.scss +6 -3
  568. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  569. package/tree/tree/tree.component.d.ts +2 -2
  570. package/tree/tree-item/tree-item.directive.d.ts +1 -1
  571. package/accordion/examples/daffodil-design-accordion-examples.d.ts +0 -5
  572. package/accordion/examples/package.json +0 -1
  573. package/article/examples/daffodil-design-article-examples.d.ts +0 -5
  574. package/article/examples/package.json +0 -1
  575. package/button/examples/daffodil-design-button-examples.d.ts +0 -5
  576. package/button/examples/package.json +0 -1
  577. package/callout/examples/daffodil-design-callout-examples.d.ts +0 -5
  578. package/callout/examples/package.json +0 -1
  579. package/card/examples/daffodil-design-card-examples.d.ts +0 -5
  580. package/card/examples/package.json +0 -1
  581. package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +0 -5
  582. package/checkbox/examples/package.json +0 -1
  583. package/container/examples/daffodil-design-container-examples.d.ts +0 -5
  584. package/container/examples/package.json +0 -1
  585. package/hero/examples/daffodil-design-hero-examples.d.ts +0 -5
  586. package/hero/examples/package.json +0 -1
  587. package/image/examples/daffodil-design-image-examples.d.ts +0 -5
  588. package/image/examples/package.json +0 -1
  589. package/input/examples/daffodil-design-input-examples.d.ts +0 -5
  590. package/input/examples/package.json +0 -1
  591. package/list/examples/daffodil-design-list-examples.d.ts +0 -5
  592. package/list/examples/package.json +0 -1
  593. package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +0 -5
  594. package/loading-icon/examples/package.json +0 -1
  595. package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +0 -5
  596. package/media-gallery/examples/package.json +0 -1
  597. package/menu/examples/daffodil-design-menu-examples.d.ts +0 -5
  598. package/menu/examples/package.json +0 -1
  599. package/modal/examples/daffodil-design-modal-examples.d.ts +0 -5
  600. package/modal/examples/package.json +0 -1
  601. package/navbar/examples/daffodil-design-navbar-examples.d.ts +0 -5
  602. package/navbar/examples/package.json +0 -1
  603. package/notification/examples/daffodil-design-notification-examples.d.ts +0 -5
  604. package/notification/examples/package.json +0 -1
  605. package/notification/package.json +0 -1
  606. package/paginator/examples/daffodil-design-paginator-examples.d.ts +0 -5
  607. package/paginator/examples/package.json +0 -1
  608. package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +0 -5
  609. package/quantity-field/examples/package.json +0 -1
  610. package/radio/examples/daffodil-design-radio-examples.d.ts +0 -5
  611. package/radio/examples/package.json +0 -1
  612. package/scss/README.md +0 -7
  613. package/scss/theming/README.md +0 -104
  614. package/scss/typography/README.md +0 -85
  615. package/sidebar/examples/daffodil-design-sidebar-examples.d.ts +0 -5
  616. package/sidebar/examples/package.json +0 -1
  617. package/src/atoms/button/README.md +0 -58
  618. package/src/atoms/container/README.md +0 -18
  619. package/src/atoms/form/README.md +0 -0
  620. package/src/atoms/form/checkbox/README.md +0 -0
  621. package/src/atoms/form/checkbox-set/README.md +0 -0
  622. package/src/atoms/form/error-message/README.md +0 -11
  623. package/src/atoms/form/form-field/README.md +0 -36
  624. package/src/atoms/form/form-label/README.md +0 -0
  625. package/src/atoms/form/input/README.md +0 -24
  626. package/src/atoms/form/native-select/README.md +0 -13
  627. package/src/atoms/form/quantity-field/README.md +0 -24
  628. package/src/atoms/form/radio/README.md +0 -55
  629. package/src/atoms/form/radio-set/README.md +0 -0
  630. package/src/atoms/image/README.md +0 -31
  631. package/src/atoms/loading-icon/README.md +0 -7
  632. package/src/atoms/progress-indicator/README.md +0 -2
  633. package/src/molecules/accordion/README.md +0 -21
  634. package/src/molecules/article/README.md +0 -49
  635. package/src/molecules/backdrop/README.md +0 -13
  636. package/src/molecules/button-set/README.md +0 -15
  637. package/src/molecules/callout/README.md +0 -54
  638. package/src/molecules/card/README.md +0 -60
  639. package/src/molecules/feature/README.md +0 -48
  640. package/src/molecules/hero/README.md +0 -54
  641. package/src/molecules/image-gallery/README.md +0 -31
  642. package/src/molecules/image-list/README.md +0 -14
  643. package/src/molecules/link-set/README.md +0 -44
  644. package/src/molecules/list/README.md +0 -69
  645. package/src/molecules/media-gallery/README.md +0 -19
  646. package/src/molecules/menu/README.md +0 -7
  647. package/src/molecules/modal/README.md +0 -47
  648. package/src/molecules/navbar/README.md +0 -41
  649. package/src/molecules/paginator/README.md +0 -11
  650. package/src/molecules/qty-dropdown/README.md +0 -0
  651. package/src/molecules/sidebar/README.md +0 -20
  652. package/tree/daffodil-design-tree.d.ts +0 -5
  653. package/tree/examples/daffodil-design-tree-examples.d.ts +0 -5
  654. package/tree/examples/package.json +0 -1
  655. package/tree/package.json +0 -1
  656. /package/{daffodil-design.d.ts → index.d.ts} +0 -0
  657. /package/notification/{daffodil-design-notification.d.ts → index.d.ts} +0 -0
@@ -1,58 +0,0 @@
1
- # Button
2
- The button is used for making actions apparent to the end-user. It can be used to navigate users to a different page or to perform an action. Buttons can contain text, icons, or both.
3
-
4
- ## Overview
5
- Native `<button>` or `<a>` elements are always used in order to provide an easy, accessible experience for users.
6
- - `<a>` should be used for interactions that will navigate users to a new page or to a different target on the same page.
7
- - `<button>` should be used when a clickable action is performed within the same page.
8
-
9
- ## Types
10
- - `daff-button` - Rectangular contained button with background color
11
- - `daff-icon-button` - Icon button used with icon fonts
12
- - `daff-raised-button` - Rectangular contained button with background color and elevation
13
- - `daff-stroked-button` - Rectangular outlined button with no background color
14
-
15
- ### Basic Button
16
- <design-land-example-viewer-container example="basic-button"></design-land-example-viewer-container>
17
-
18
- ### Stroked Button
19
- <design-land-example-viewer-container example="stroked-button"></design-land-example-viewer-container>
20
-
21
- > `black`, `white`, and `theme` should be used with caution to ensure that there is sufficient contrast.
22
-
23
- ### Raised Button
24
- <design-land-example-viewer-container example="raised-button"></design-land-example-viewer-container>
25
-
26
- ### Icon Button
27
- <design-land-example-viewer-container example="icon-button"></design-land-example-viewer-container>
28
-
29
- > `black`, `white`, and `theme` should be used with caution to ensure that there is sufficient contrast.
30
-
31
- ### Underline Button
32
- <design-land-example-viewer-container example="underline-button"></design-land-example-viewer-container>
33
-
34
- ## Sizes
35
- The size of a button can be changed by using the `size` property. The size of all the button variants will default to `md` if no size is defined. This can be changed to one of the supported sizes.
36
-
37
- Supported Sizes: `sm | md | lg`
38
-
39
- <design-land-example-viewer-container example="sizeable-button"></design-land-example-viewer-container>
40
-
41
- ## Theming
42
- The default color of a button is light gray, but it can be updated to one of the supported colors by using the `color` property.
43
-
44
- Supported colors: `primary | secondary | tertiary | black | white | theme | theme-contrast`
45
-
46
- > For select button types, `black` and `white` should be used on a darker background in order to have sufficient contrast.
47
-
48
- ## Status Indicators
49
- Buttons with status indicators can be used to distinguish what type of action it performs and its importance compared to other buttons in the same context.
50
-
51
- Supported statuses: `warn | danger | success`
52
-
53
- <design-land-example-viewer-container example="statusable-button"></design-land-example-viewer-container>
54
-
55
- ## Accessbility
56
- Daffodil uses native `<a>` and `<button>` HTML elements to ensure an accessible experience by default. The `<button>` element should be used when a clickable action is performed within the same page. The `<a>` element should be used to navigate users to a new page or to a different target on the same page.
57
-
58
- Buttons and links containing only icons (`<daff-icon-button>`) need to be given meaningful labels using `aria-label` or `aria-labelledby`.
@@ -1,18 +0,0 @@
1
- # Container
2
- Container is a basic structural element that can be used to restrict content to a specific width. Containers are not responsible for providing padding or margin.
3
-
4
- ## Size
5
- The size of a container can be defined by using the `size` property. There is no default size set.
6
-
7
- Supported sizes: `xs | sm | md | lg | xl`
8
-
9
- | Size | Syntax | Max wdith |
10
- | ----------- | ------ | --------- |
11
- | Extra small | xs | 640px |
12
- | Small | sm | 800px |
13
- | Medium | md | 1040px |
14
- | Large | lg | 1340px |
15
- | Extra large | xl | 1920px |
16
-
17
- ## Usage
18
- <design-land-example-viewer-container example="container-sizes"></design-land-example-viewer-container>
File without changes
File without changes
File without changes
@@ -1,11 +0,0 @@
1
- # Error Message
2
- `<daff-error-message>` is a component that works alongside the `<daff-form-field>` component to style and place the error message and its associated form control element appropriately.
3
-
4
- ## Usage
5
-
6
- ```
7
- <daff-form-field>
8
- <input daff-input type="text" placeholder="Email" name="email" />
9
- <daff-error-message *ngIf="requiredError">This field is required.</daff-error-message>
10
- </daff-form-field>
11
- ```
@@ -1,36 +0,0 @@
1
- # Form Field Component
2
-
3
- `daff-form-field` is a wrapping component for form control elements. It is used to style certain controls that would otherwise be impossible to style with normal css and organize error messages alongside their associated form controls.
4
-
5
- ## Usage
6
-
7
- ```
8
- <daff-form-field>
9
- <input daff-input type="text" placeholder="Email" name="email" />
10
- <daff-error-message *ngIf="requiredError">This field is required.</daff-error-message>
11
- </daff-form-field>
12
- ```
13
-
14
- ## Creating a custom DaffFormFieldControl that works with DaffFormField
15
-
16
- Creating a control that works easily with the form field is fairly straightforward. We've provided the `DaffFormFieldControl` abstract class to allow you to implement the required methods and properties on your control in a consistent manner. Implementing this interface will also ensure that any breaking updates will be caught at build time, instead of runtime.
17
-
18
- To start, your control component must implement the `DaffFormFieldControl` interface. Once implemented, all you have to is provide the appropriate dependency key for the `DaffFormField` to hook into. You can do this by adding the key to the `providers` key of your component definition as follows:
19
-
20
- ```ts
21
- @Component({
22
- selector: 'some-component',
23
- ...
24
- providers: [{provide: DaffFormFieldControl, useExisting: SomeComponent}],
25
- })
26
- export class SomeComponent implements DaffFormFieldControl<any> {
27
- ...
28
- }
29
- ```
30
-
31
- You can see examples of controls meeting this interface on `DaffInput` and `DaffNativeSelect`.
32
-
33
- ## Troubleshooting
34
-
35
- ### Error: A DaffFormFieldComponent must contain a DaffFormFieldControl
36
- This error appears when your `DaffFormField` is missing a child control. As this component is intended to only be used with a child component that implements `DaffFormFieldControl` this error enforces that constraint at development time. To fix, make sure that your `daff-form-field` has a child component that implements this interface. An example of some components that we've built include: `daff-input` and `daff-native-select`.
File without changes
@@ -1,24 +0,0 @@
1
- # Input
2
- Input is a form control element that can be used in forms.
3
-
4
- ## Examples
5
-
6
- ### Basic
7
- A basic input without using the `DaffFormFieldComponent`.
8
-
9
- <design-land-example-viewer-container example="basic-input"></design-land-example-viewer-container>
10
-
11
- ### With `DaffFormFieldComponent`
12
- An input using `DaffFormField`
13
-
14
- <design-land-example-viewer-container example="input-with-form-field"></design-land-example-viewer-container>
15
-
16
- ### Disabled
17
- The input in this example is disabled using the native HTML disabled attribute.
18
-
19
- <design-land-example-viewer-container example="input-disabled"></design-land-example-viewer-container>
20
-
21
- ### With Reactive Forms
22
- The input in this example uses the `ReactiveFormsModule` to display errors.
23
-
24
- <design-land-example-viewer-container example="input-error"></design-land-example-viewer-container>
@@ -1,13 +0,0 @@
1
- # Native Select Component
2
-
3
- `daff-native-select` is a form control element that can be used in forms to select a value from a set of options.
4
-
5
- ## Usage
6
-
7
- ```
8
- <select daff-native-select name="name" [formControl]="form.controls['name']" [formSubmitted]="submitted">
9
- <option>Option 1</option>
10
- <option>Option 2</option>
11
- <option>Option</option>
12
- </select>
13
- ```
@@ -1,24 +0,0 @@
1
- # Quantity Field
2
- Quantity field is a form control element that switches between a native select and input element.
3
-
4
- ## Overview
5
- Quantity field is intended for use with cart items and product quantities. The maximum number accepted in a quantity select is configurable and set to 10 by default. It will switch to a quantity input if 10+ is selected.
6
-
7
- ## Range Limits
8
- The default allowed range of numbers is 1 to 500. This can be changed by passing in the desired min and max values as inputs. Note that this does not validate the actual input. It merely informs the select which options it should generate and sets the input's min and max attributes. See [input#min](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#min) and [input#max](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#max) for more information.
9
-
10
- ## Usage
11
-
12
- ### Basic
13
- <design-land-example-viewer-container example="basic-quantity-field"></design-land-example-viewer-container>
14
-
15
- ### Disabled
16
- <design-land-example-viewer-container example="disabled-quantity-field"></design-land-example-viewer-container>
17
-
18
- ### Custom Select Max Value (15)
19
- The maximum value at which the field will switch to using an input is configurable.
20
- <design-land-example-viewer-container example="select-max-quantity-field"></design-land-example-viewer-container>
21
-
22
- ### Custom Range Limits (5 - 50)
23
- Custom range limits is the absolute minimum and maximum values can be specified.
24
- <design-land-example-viewer-container example="custom-range-quantity-field"></design-land-example-viewer-container>
@@ -1,55 +0,0 @@
1
- # Radio and Radio Set
2
- The `DaffRadioComponent` is used to select a single value from a selection of values. It can be hooked into Angular's `FormControl` to accomodate custom functionality. The `DaffRadioSetComponent` serves as a wrapper around a logical group of radios to provide styling.
3
-
4
- ## Accessibility
5
- The `DaffRadioComponent` uses native `<input>` HTML elements to ensure an accesible experience by default. It supports inputs to customize the experience for accessibility by allowing native input for `aria-label` and `aria-labelledby`.
6
-
7
- ## Radio Properties
8
-
9
- Property | Name | Type | Description
10
- ---------|------- | :-----: | ---------------------------------------------------------------------------:
11
- Input | checked | boolean | The value representing whether the radio is checked. default is equal to `false`|
12
- Input | value | string | The value of the radio |
13
- Input | id | string | The id of the radio. It is uniquely generated but can be overwritten by the user. Must be unique |
14
- Input | name | string | The name of the radio |
15
- Input | label | string | The label for the radio. Used for setting `aria-label` attribute. Defaults to equal name if nothing is provided. |
16
- Output | selectionChange | boolean | An event that emits everytime a selection has been changed.|
17
-
18
-
19
-
20
- ## Radio Set Properties
21
-
22
- Name | type | Description
23
- ------- | :-----: | ---------------------------------------------------------------------------:
24
- | name | string | The name of the radio-set |
25
-
26
- ## Usage
27
-
28
- ##### component.html
29
- ```html
30
- <h1>Daff Radio</h1>
31
-
32
- <daff-radio-set [formGroup]="radioGroup" name="race">
33
- <daff-radio formControlName="race" value="Terran">Terran</daff-radio>
34
- <daff-radio formControlName="race" value="Protoss">Protoss</daff-radio>
35
- <daff-radio formControlName="race" value="Zerg">Zerg</daff-radio>
36
- </daff-radio-set>
37
- ```
38
- ##### component.ts
39
- ```ts
40
- import { Component } from '@angular/core';
41
- import { FormGroup, FormControl } from '@angular/forms';
42
-
43
- @Component({
44
- selector: 'radio-component',
45
- templateUrl: './radio.component.html',
46
- styleUrls: ['./radio.component.scss']
47
- })
48
- export class RadioComponent {
49
-
50
- radioGroup = new FormGroup({
51
- race: new FormControl('Terran')
52
- });
53
-
54
- }
55
- ```
File without changes
@@ -1,31 +0,0 @@
1
- # Image
2
- Image utilizes the native HTML `<img>` element to display responsive images on a page and prevent content jumping while images are loading. `<daff-image>` is an opinionated version that encourages friendly end-user usage.
3
-
4
- ## Attributes
5
- The `src`, `width`, `height`, and `alt` attributes must be defined. An error will be thrown any of these attributes are missing.
6
-
7
- `width` and `height` are required to calculate the aspect ratio of an image, used for the [aspect ratio padding trick](https://css-tricks.com/aspect-ratio-boxes/) that helps to prevent content jumping while images are loading. The `width` and `height` values are rendered as pixels.
8
-
9
- ## Errors
10
-
11
- **DaffImageComponent must have a defined src attribute.**
12
- This error appears when `<daff-image>` is missing a `src` attribute.
13
-
14
- **DaffImageComponent must have a defined alt attribute.**
15
- This error appears when `<daff-image>` is missing an `alt` attribute. The `alt` tag specifies an alternate text for an image.
16
-
17
- **DaffImageComponent must have a defined width attribute.**
18
- This error appears when `<daff-image>` is missing a `width` attribute. The width must be defined in order to correctly calculate the aspect ratio of the image.
19
-
20
- **DaffImageComponent must have a defined height attribute.**
21
- This error appears when `<daff-image>` is missing a `height` attribute. The height must be defined in order to correctly calculate the aspect ratio of the image.
22
-
23
- ## Accessbility
24
- Images should be given a meaningful description using the native `alt` attribute to ensure an accessible experience by default. An error will be thrown if the `alt` attribute is missing.
25
-
26
- ## Usage
27
- ### Basic Image
28
- <design-land-example-viewer-container example="load-image"></design-land-example-viewer-container>
29
-
30
- ### Image Load Output
31
- <design-land-example-viewer-container example="load-image"></design-land-example-viewer-container>
@@ -1,7 +0,0 @@
1
- # Loading Icon Component
2
-
3
- ## Usage
4
-
5
- ```
6
- <daff-loading-icon></daff-loading-icon>
7
- ```
@@ -1,2 +0,0 @@
1
- # Progress Indicator
2
- The progress indicator is used to display a progress through a linear sequence of events.
@@ -1,21 +0,0 @@
1
- # Accordion Component
2
-
3
- The accordion component is a useful component when you're trying to display chunks of content in a compact fashion.
4
-
5
- The accordion consists of a global `<daff-accordion>` parent with children `<daff-accordion-item>`s.
6
-
7
- ## Usage
8
-
9
- ```
10
- <daff-accordion>
11
- <daff-accordion-item initiallyActive="true">
12
- <h3 daffAccordionItemTitle>Details</h3>
13
- <div daffAccordionItemContent>
14
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo
15
- lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc,
16
- et maximus quam efficitur sed. Maecenas iaculis nisl neque, maximus sagittis libero sagittis eget.
17
- <a>Learn More.</a>
18
- </div>
19
- </daff-accordion-item>
20
- </daff-accordion>
21
- ```
@@ -1,49 +0,0 @@
1
- # Article
2
- Article provides styles to common element selectors to create an article in a content page.
3
-
4
- ## Overview
5
- Article can be used on any content page that displays large blocks of text-driven information. It's meant to be used as a standalone element and should not be nested inside any other components that may change the background color from the anticipated one. In the event that you must nest an article inside another component, please ensure that you set the article's background color to the default body color.
6
-
7
- ## Headings
8
- <design-land-example-viewer-container example="article-headings"></design-land-example-viewer-container>
9
-
10
- ## Article Lead
11
- Lead is used as the opening paragraph to provide a summary or leading information for an article. Lead is a custom directive of article and is not a native element selector. To use it, add `daffArticleLead` to a paragraph (`<p>`).
12
-
13
- <design-land-example-viewer-container example="article-lead"></design-land-example-viewer-container>
14
-
15
- ## Article Meta
16
- Meta is used if there is metadata information about your article (i.e. author name, date, etc). Meta is a custom directive of article and is not a native element selector. To use it, add `daffArticleMeta` to a paragraph (`<p>`).
17
-
18
- <design-land-example-viewer-container example="article-meta"></design-land-example-viewer-container>
19
-
20
- ## Link
21
- The link style in an article uses the default browser link style.
22
-
23
- <design-land-example-viewer-container example="article-link"></design-land-example-viewer-container>
24
-
25
- <h2>Table</h2>
26
- <design-land-example-viewer-container example="article-table"></design-land-example-viewer-container>
27
-
28
- ## Lists
29
-
30
- ### Unordered List
31
- <design-land-example-viewer-container example="article-ul"></design-land-example-viewer-container>
32
-
33
- ### Ordered List
34
- <design-land-example-viewer-container example="article-ol"></design-land-example-viewer-container>
35
-
36
- ## Code
37
- These are styles for inline and multiline blocks of code.
38
-
39
- ### Inline code
40
- <design-land-example-viewer-container example="article-code-inline"></design-land-example-viewer-container>
41
-
42
- ### Code blocks
43
- <design-land-example-viewer-container example="article-code-block"></design-land-example-viewer-container>
44
-
45
- ## Horizontal Rules
46
- <design-land-example-viewer-container example="article-hr"></design-land-example-viewer-container>
47
-
48
- ## Blockquote
49
- <design-land-example-viewer-container example="article-blockquote"></design-land-example-viewer-container>
@@ -1,13 +0,0 @@
1
- # Backdrop Component
2
-
3
- The `daff-backdrop` component is a simple component used to "backdrop" other components. `daff-backdrop` is often used alongside modals, dialogs, overlays, and lightboxes.
4
-
5
- ## Animations
6
-
7
- `daff-backdrop` provides and manages its own animation.
8
-
9
- ## Usage
10
-
11
- ```
12
- <daff-backdrop [backdropIsVisible]="backdropIsVisible" (backdropClicked)="backdropClicked()"></daff-backdrop>
13
- ```
@@ -1,15 +0,0 @@
1
- # Button Set (deprecated)
2
-
3
- > The button set will be deprecated in v1.0.0 in favor of allowing endusers to determine how a set of buttons should be displayed.
4
-
5
- The button set component is used when there are two or more buttons grouped together in a row.
6
-
7
- ## Usage
8
-
9
- ```
10
- <daff-button-set>
11
- <button></button>
12
- <button></button>
13
- <button></button>
14
- </daff-button-set>
15
- ```
@@ -1,54 +0,0 @@
1
- # Callout
2
- Callout is a versatile component that can be used to easily highlight a piece of content.
3
-
4
- ## Overview
5
- Callouts can be used multiple times on a page. It's a flexible and extensible component that includes pre-styled content containers. It can be used alongside a product list to highlight a set of products, quickly lay out an accordion, showcase a set of features, etc.
6
-
7
- ## Supported Content Types
8
- A `<daff-callout>` supports transclusion of any content and includes stylized `icon`, `tagline`, `title`, `subtitle`, and `body` content containers.
9
-
10
- ### Icon
11
- `[daffCalloutIcon]` is intended for visual or branding reinforcement. It should not be used for actionable icons.
12
-
13
- ### Tagline
14
- Callout taglines are used by adding `[daffCalloutTagline]` to a `<p>` tag. It's intended to supplement the title by providing a short, memorable description.
15
-
16
- ### Title
17
- Callout titles are used by adding `[daffCalloutTitle]` to a `<h*>` tag.
18
-
19
- ### Subtitle
20
- Callout subtitles are used by adding `[daffCalloutSubtitle]` to a `<p>` tag.
21
-
22
- ### Body
23
- `[daffCalloutBody]` is a wrapper container that can be used to place all additional components and content within a `<daff-callout>` and should only be used once. The body container allows for a ton of control and customization because it's not affected by any of callout's properties and only serves as a wrapping and spacing container.
24
-
25
- ## Theming
26
- The default background color of a callout is light gray, but it can be updated to one of the supported colors by using the `color` property.
27
-
28
- Supported colors: `primary | secondary | tertiary | black | white | theme | theme-contrast`
29
-
30
- <design-land-example-viewer-container example="callout-theming"></design-land-example-viewer-container>
31
-
32
- ## Text Alignment
33
- Align callout-specific text with the `textAlignment` property. `textAlignment` will not cascade the alignment styles down to `[daffCalloutBody]` or any additional components or elements that is placed inside of a callout. `textAlignment` is set to `left` by default.
34
-
35
- Supported alignments: `left | center | right`
36
-
37
- <design-land-example-viewer-container example="callout-text-alignment"></design-land-example-viewer-container>
38
-
39
- ## Compact Callouts
40
- Callouts are available in a `compact` mode, which decreases the overall padding of the callout container to suit UIs that require less negative space. To enable the mode, set the `compact` property on `<daff-callout>`.
41
-
42
- <design-land-example-viewer-container example="compact-callout"></design-land-example-viewer-container>
43
-
44
- ## Gridded Callouts
45
- Callouts are flexible enough to support grids within them.
46
-
47
- ### Callout with Two Columns
48
- <design-land-example-viewer-container example="callout-with-grid"></design-land-example-viewer-container>
49
-
50
- ## Layout
51
- The `layout` property is deprecated and replaced by the [`textAlignment`](#text-alignment) property.
52
-
53
- ## Size
54
- The `size` property is deprecated and replaced by the [`compact`](#compact-callouts) property.
@@ -1,60 +0,0 @@
1
- # Card
2
- Cards are versatile content containers that contain content and actions to convey information about a single subject.
3
-
4
- ## Overview
5
- There are three types of cards: default (filled), raised, and stroked. Cards can contain anything from images, blocks of text, lists, accordions, and other components.
6
-
7
- ## Basic Card
8
- The example below is a default, filled card that includes all of a card's pre-styled elements and a fixed width. Cards naturally do not have a fixed width, so they'll be 100% wide by default. The width is changeable with custom CSS
9
-
10
- <design-land-example-viewer-container example="basic-card"></design-land-example-viewer-container>
11
-
12
- ## Supported Content Types
13
- A card supports a wide variety of content and includes minimally pre-styled `image`, `icon`, `tagline`, `title`, `content`, and `actions` content containers.
14
-
15
- ### Image
16
- Image can be added to a card by using the `daffCardImage` attribute. It stretches the image to a card's defined width and ensures that its border radius is flush with a card.
17
-
18
- ### Icon
19
- Icon can be added to a card by using the `daffCardIcon` attribute. It's intended for visual or branding reinforcement and should not be used for actionable icons.
20
-
21
- ### Tagline
22
- Tagline can be added to a card by using the `daffCardTagline` attribute. It's intended to supplement the title by providing a short, memorable description.
23
-
24
- ### Title
25
- Title can be added to a card by using the `daffCardTitle` attribute.
26
-
27
- ### Content
28
- Content can be added to a card by using the `daffCardContent` attribute and should only be used once. It's a wrapper container that can be used to place all additional components and text content within a card. The content container allows for a ton of control and customization because it's not affected by any of card's properties and only serves as a wrapping and spacing container.
29
-
30
- ### Actions
31
- Buttons can be added to a card by using the `daffCardActions` attribute. This container will always be positioned at the bottom of a card.
32
-
33
- ## Properties
34
-
35
- ### Orientation
36
- Orientation dictates how a card's content is stacked — `vertical` or `horizontal`. Cards are oriented vertically by default. The orientation of a card can be defined or updated by using the `orientation` property. Horizontal cards will stack vertically on smaller screens due to size constraints.
37
-
38
- <design-land-example-viewer-container example="card-orientation"></design-land-example-viewer-container>
39
-
40
- ## Linkable Card
41
- Cards can be linkable by adding the component selector to the `<a>` tag. All card types are linkable.
42
-
43
- <design-land-example-viewer-container example="linkable-card"></design-land-example-viewer-container>
44
-
45
- ## Raised Card
46
- A raised card adds elevation to the default card.
47
-
48
- <design-land-example-viewer-container example="raised-card"></design-land-example-viewer-container>
49
-
50
- ## Stroked Card
51
- A stroked card adds a border to the default card.
52
-
53
- <design-land-example-viewer-container example="stroked-card"></design-land-example-viewer-container>
54
-
55
- ### Theming
56
- Cards will use the base color of your application to display the default background and/or border color. A card's colors can be defined by using the `color` property.
57
-
58
- Supported colors: `primary | secondary | tertiary | white | black | theme | theme-contrast`
59
-
60
- <design-land-example-viewer-container example="card-theming"></design-land-example-viewer-container>
@@ -1,48 +0,0 @@
1
- # Feature Component
2
- The feature component is deprecated.
3
-
4
- The `feature` component can be used to display feature-related content on a page.
5
-
6
- ## Supported Content Types
7
-
8
- A `daff-feature` transcludes:
9
-
10
- - `[daffFeatureIcon]`
11
- - `[daffFeatureSubheader]`
12
- - `[daffFeatureTitle]`
13
- - `[daffFeatureSubtitle]`
14
- - Any additional components
15
-
16
- ### Icon
17
-
18
- - Feature icon is used by adding `[daffFeatureIcon]` to any tag.
19
-
20
- ### Subheader
21
-
22
- - Feature subheader is used by adding `[daffFeatureSubheader]` to any tag.
23
-
24
- ### Title
25
-
26
- - Feature title is used by adding `[daffFeatureTitle]` to any tag.
27
-
28
- ### Subtitle
29
-
30
- - Feature subtitle is used by adding `[daffFeatureSubtitle]` to any tag.
31
-
32
- ## Modes
33
-
34
- - To define a feature mode, add `mode="[value]"` to the `<daff-feature>` tag.
35
- - The default mode is `normal`
36
- - Values: `compact` and `normal`
37
-
38
- ### Usage
39
-
40
- ```
41
- <daff-feature mode="compact">
42
- <img daffFeatureIcon src="" />
43
- <p daffFeatureSubheader>Subheader</p>
44
- <h4 daffFeatureTitle>Title</h4>
45
- <p daffFeatureSubtitle>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
46
- Some other content
47
- </daff-feature>
48
- ```
@@ -1,54 +0,0 @@
1
- # Hero
2
- Hero is a top level container that is large and captivating. It should only be used once as the first container on any given page.
3
-
4
- ## Overview
5
- Heros are the first thing users see on a page and are designed to catch their attention. It's a flexible and extensible component that includes pre-styled content containers.
6
-
7
- ## Supported Content Types
8
- A `daff-hero` supports transclusion of any content and includes stylized `icon`, `tagline`, `title`, `subtitle`, and `body` content containers.
9
-
10
- ### Icon
11
- `[DaffHeroIcon]` is intended for visual or branding reinforcement. It should not be used for actionable icons.
12
-
13
- ### Tagline
14
- Hero taglines are used by adding `[daffHeroTagline]` to a `<p>` tag. It's intended to supplement the title by providing a short, memorable description.
15
-
16
- ### Title
17
- Hero titles are used by adding `[daffHeroTitle]` to a `<h1>` tag.
18
-
19
- ### Subtitle
20
- Hero subtitles are used by adding `[daffHeroSubtitle]` to a `<h2>` tag.
21
-
22
- ### Body
23
- `[daffHeroBody]` is a wrapper container that can be used to place all additional components and content within a `<daff-hero>` and should only be used once. The body container allows for a ton of control and customization because it's not affected by any of hero's properties and only serves as a wrapping and spacing container.
24
-
25
- ## Theming
26
- The default background color of a hero is light gray, but it can be updated to one of the supported colors by using the `color` property.
27
-
28
- Supported colors: `primary | secondary | tertiary | black | white | theme | theme-contrast`
29
-
30
- <design-land-example-viewer-container example="hero-theming"></design-land-example-viewer-container>
31
-
32
- ## Text Alignment
33
- Align hero-specific text with the `textAlignment` property. `textAlignment` will not cascade the alignment styles down to `[daffHeroBody]` or any additional components or elements that are placed inside of a hero. `textAlignment` is set to `left` by default.
34
-
35
- Supported alignments: `left | center | right`
36
-
37
- <design-land-example-viewer-container example="hero-text-alignment"></design-land-example-viewer-container>
38
-
39
- ## Compact Heroes
40
- Heroes are available in a `compact` mode, which decreases the overall padding of the hero container to suit UIs that require less negative space. To enable the mode, set the `compact` property on `<daff-hero>`.</p>
41
-
42
- <design-land-example-viewer-container example="compact-hero"></design-land-example-viewer-container>
43
-
44
- ## Gridded Heroes
45
- Heros are flexible enough to support grids within them.
46
-
47
- ### Hero with Two Columns
48
- <design-land-example-viewer-container example="hero-with-grid"></design-land-example-viewer-container>
49
-
50
- ## Size
51
- The `size` property will be deprecated in v1.0.0. `compact` will be replaced by the `DaffCompactable` interface.
52
-
53
- ## Layout
54
- The `layout` property will be deprecated in v1.0.0