@breadstone/mosaik-elements-svelte 0.1.57 → 0.1.59

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,24 @@
1
+ ## 0.1.59 (2026-07-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **api:** add new interfaces and components for prompt box functionality ([1b7d17e417](https://github.com/RueDeRennes/mosaik/commit/1b7d17e417))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **dependencies:** update eslint-import-resolver-node to version 0.4.0 ([0698e6c779](https://github.com/RueDeRennes/mosaik/commit/0698e6c779))
10
+
11
+ ## 0.1.58 (2026-07-25)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **components:** add floating label support to various input components ([31c9f86382](https://github.com/RueDeRennes/mosaik/commit/31c9f86382))
16
+ - **chat:** add ChatPromptBoxComponent and related styles ([671fe74a6e](https://github.com/RueDeRennes/mosaik/commit/671fe74a6e))
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **DataTableElement:** update line numbers in documentation links ([9ee485ad09](https://github.com/RueDeRennes/mosaik/commit/9ee485ad09))
21
+
1
22
  ## 0.1.57 (2026-07-23)
2
23
 
3
24
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.