@breadstone/mosaik-elements-svelte 0.0.131 → 0.0.134

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 (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/index.mjs +16457 -14167
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 0.0.134 (2025-09-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
6
+ - Add Audio Component and related functionality ([a66b67efb6](https://github.com/RueDeRennes/mosaik/commit/a66b67efb6))
7
+ - Add new Map and Thumbnail components with Cosmopolitan, Joy, and Retro themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
8
+ - add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
9
+ - add ChatMessageReaction component with styles and templates ([1975e07a4a](https://github.com/RueDeRennes/mosaik/commit/1975e07a4a))
10
+ - add ChatInputAttachmentList component and update related props and events in ChatComponent ([70f0005bc5](https://github.com/RueDeRennes/mosaik/commit/70f0005bc5))
11
+
12
+ ## 0.0.132 (2025-08-24)
13
+
14
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
15
+
1
16
  ## 0.0.131 (2025-08-23)
2
17
 
3
18
  ### 🚀 Features