@breadstone/mosaik-elements-angular 0.1.3 → 0.1.4

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,9 @@
1
+ ## 0.1.4 (2026-05-29)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **chat:** add actions slot and update styles for chat message components ([eacedaf22c](https://github.com/RueDeRennes/mosaik/commit/eacedaf22c))
6
+
1
7
  ## 0.1.3 (2026-05-29)
2
8
 
3
9
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
@@ -30614,6 +30614,7 @@ const CHAT_MESSAGE_DEFAULT_PROPS = new InjectionToken('MOSAIK_CHAT_MESSAGE_DEFAU
30614
30614
  /**
30615
30615
  * @public
30616
30616
  *
30617
+ * @slot actions - The actions slot.
30617
30618
  * @slot at - The slot for timestamp elements.
30618
30619
  * @slot attachment - The slot for attachment elements.
30619
30620
  * @slot author - The slot for author elements.