@breadstone/mosaik-elements-angular 0.1.45 → 0.1.46

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.1.46 (2026-07-07)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **dataList:** add caption/summary slot projection ([89cb449e97](https://github.com/RueDeRennes/mosaik/commit/89cb449e97))
6
+ - **icon:** add IconPipe and update IconNameDirective for new components ([786e6dc8bb](https://github.com/RueDeRennes/mosaik/commit/786e6dc8bb))
7
+
1
8
  ## 0.1.45 (2026-07-03)
2
9
 
3
10
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
@@ -5695,6 +5695,8 @@ const DATA_LIST_DEFAULT_PROPS = new InjectionToken('MOSAIK_DATA_LIST_DEFAULT_PRO
5695
5695
  /**
5696
5696
  * @public
5697
5697
  *
5698
+ * @slot caption - The caption slot.
5699
+ * @slot summary - The summary slot.
5698
5700
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
5699
5701
  */
5700
5702
  let DataListComponent = class DataListComponent {