@breadstone/mosaik-elements-svelte 0.0.137 → 0.0.138

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,7 @@
1
+ ## 0.0.138 (2025-09-07)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.137 (2025-09-05)
2
6
 
3
7
  ### 🚀 Features
package/index.mjs CHANGED
@@ -164138,8 +164138,9 @@ function Jst(o) {
164138
164138
  .dir="${o.dir}">
164139
164139
  <slot name="header"></slot>
164140
164140
  ${R(o.hasHeader, () => v`
164141
+ <!-- TODO: check if this static header really needs to be here -->
164142
+ <!-- we want to provide the header only via slot -->
164141
164143
  <mosaik-app-header part="header"
164142
-
164143
164144
  .lang="${o.lang}"
164144
164145
  .dir="${o.dir}"
164145
164146
  .isToggled="${o.isNavOpen}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
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.137",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.137",
18
+ "@breadstone/mosaik-elements": "^0.0.138",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.138",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {