@breadstone/mosaik-elements-angular 0.0.60 → 0.0.62

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.
@@ -28792,7 +28792,10 @@ const JUMBOTRON_DEFAULT_PROPS = new InjectionToken('MOSAIK_JUMBOTRON_DEFAULT_PRO
28792
28792
  /**
28793
28793
  * @public
28794
28794
  *
28795
- *
28795
+ * @slot header - The slot for placing the main header content.
28796
+ * @slot subHeader - The slot for placing sub-header content.
28797
+ * @slot hint - The slot for placing additional hint or description content.
28798
+ * @slot actions - The slot for placing action buttons or links.
28796
28799
  */
28797
28800
  let JumbotronComponent = class JumbotronComponent {
28798
28801
  _element;