@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 +4 -0
- package/index.mjs +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
19
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
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": {
|