@breadstone/mosaik-elements-svelte 0.0.135 → 0.0.137

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 +18 -0
  2. package/index.mjs +16833 -15429
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.0.137 (2025-09-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **build:** add environment variable sanitization to build summary ([b2f1e0830e](https://github.com/RueDeRennes/mosaik/commit/b2f1e0830e))
6
+ - **dropzone:** enhance DropZone component with new styles and states ([0d6349f9ce](https://github.com/RueDeRennes/mosaik/commit/0d6349f9ce))
7
+
8
+ ## 0.0.136 (2025-09-04)
9
+
10
+ ### 🚀 Features
11
+
12
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
13
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
18
+
1
19
  ## 0.0.135 (2025-09-03)
2
20
 
3
21
  ### 🚀 Features