@breadstone/mosaik-elements-svelte 0.0.162 → 0.0.163

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.0.163 (2025-10-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance ChatElement with additional slots for improved functionality ([1dfc91b4ea](https://github.com/RueDeRennes/mosaik/commit/1dfc91b4ea))
6
+ - add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
7
+
1
8
  ## 0.0.162 (2025-10-22)
2
9
 
3
10
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
package/index.mjs CHANGED
@@ -115126,6 +115126,9 @@ function HZ(o) {
115126
115126
  `)}
115127
115127
  </div>
115128
115128
  </div>
115129
+ <div part="empty">
115130
+ <slot name="empty"></slot>
115131
+ </div>
115129
115132
  <div part="footer">
115130
115133
  <slot name="input">
115131
115134
  <!-- <mosaik-chat-input part="chatInput"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.162",
3
+ "version": "0.0.163",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,8 +15,8 @@
15
15
  "vite": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.162",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.162",
18
+ "@breadstone/mosaik-elements": "^0.0.163",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.163",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {