@breadstone/mosaik-elements-svelte 0.0.108 → 0.0.110

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 +10 -0
  2. package/index.mjs +6 -15
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.0.110 (2025-08-16)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.109 (2025-08-15)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **instructions:** add initial blogpost writing guidelines and structure ([03fbd93fd8](https://github.com/RueDeRennes/mosaik/commit/03fbd93fd8))
10
+
1
11
  ## 0.0.108 (2025-08-15)
2
12
 
3
13
  ### 🚀 Features
package/index.mjs CHANGED
@@ -159696,6 +159696,7 @@ function wit() {
159696
159696
  :host {
159697
159697
  --app-background-color: var(--joy-scheme-background);
159698
159698
  --app-border-radius: unset;
159699
+ --app-content-offset-top: unset;
159699
159700
  --app-drawer-height: 100%;
159700
159701
  --app-drawer-width: 320px;
159701
159702
  --app-font-family: var(--joy-typography-body1-font-family);
@@ -159773,8 +159774,8 @@ function wit() {
159773
159774
  }
159774
159775
 
159775
159776
  :host [part="content"] {
159777
+ height: calc(100% - var(--app-content-offset-top));
159776
159778
  width: 100%;
159777
- height: 100%;
159778
159779
  overflow: auto;
159779
159780
  }
159780
159781
 
@@ -159787,10 +159788,6 @@ function wit() {
159787
159788
  overflow: auto;
159788
159789
  }
159789
159790
 
159790
- :host([has-header]:not([has-header="false"])) [part="content"] {
159791
- height: calc(100% - 64px);
159792
- }
159793
-
159794
159791
  :host [part="header"] {
159795
159792
  --app-header-line-thickness: var(--app-line-thickness);
159796
159793
  }
@@ -159802,6 +159799,7 @@ function kit() {
159802
159799
  :host {
159803
159800
  --app-background-color: var(--retro-scheme-background);
159804
159801
  --app-border-radius: unset;
159802
+ --app-content-offset-top: unset;
159805
159803
  --app-drawer-height: 100%;
159806
159804
  --app-drawer-width: 320px;
159807
159805
  --app-font-family: var(--retro-typography-body1-font-family);
@@ -159879,8 +159877,8 @@ function kit() {
159879
159877
  }
159880
159878
 
159881
159879
  :host [part="content"] {
159880
+ height: calc(100% - var(--app-content-offset-top));
159882
159881
  width: 100%;
159883
- height: 100%;
159884
159882
  overflow: auto;
159885
159883
  }
159886
159884
 
@@ -159893,10 +159891,6 @@ function kit() {
159893
159891
  overflow: auto;
159894
159892
  }
159895
159893
 
159896
- :host([has-header]:not([has-header="false"])) [part="content"] {
159897
- height: calc(100% - 64px);
159898
- }
159899
-
159900
159894
  `;
159901
159895
  }
159902
159896
  function _it() {
@@ -159904,6 +159898,7 @@ function _it() {
159904
159898
  :host {
159905
159899
  --app-background-color: var(--cosmopolitan-scheme-background);
159906
159900
  --app-border-radius: unset;
159901
+ --app-content-offset-top: unset;
159907
159902
  --app-drawer-height: 100%;
159908
159903
  --app-drawer-width: 320px;
159909
159904
  --app-font-family: var(--cosmopolitan-typography-body1-font-family);
@@ -159981,8 +159976,8 @@ function _it() {
159981
159976
  }
159982
159977
 
159983
159978
  :host [part="content"] {
159979
+ height: calc(100% - var(--app-content-offset-top));
159984
159980
  width: 100%;
159985
- height: 100%;
159986
159981
  overflow: auto;
159987
159982
  }
159988
159983
 
@@ -159995,10 +159990,6 @@ function _it() {
159995
159990
  overflow: auto;
159996
159991
  }
159997
159992
 
159998
- :host([has-header]:not([has-header="false"])) [part="content"] {
159999
- height: calc(100% - 64px);
160000
- }
160001
-
160002
159993
  `;
160003
159994
  }
160004
159995
  var nh = function(o, t, e, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
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.108",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.108",
18
+ "@breadstone/mosaik-elements": "^0.0.110",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.110",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {