@breadstone/mosaik-elements-svelte 0.1.41 → 0.1.42

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.1.42 (2026-07-02)
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.1.41 (2026-07-02)
2
6
 
3
7
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
package/index.mjs CHANGED
@@ -160851,6 +160851,7 @@ function oge() {
160851
160851
  scrollbar-width: none;
160852
160852
  scrollbar-color: transparent;
160853
160853
  align-items: inherit;
160854
+ justify-content: inherit;
160854
160855
  flex-wrap: nowrap;
160855
160856
  display: inline-flex;
160856
160857
  overflow-x: auto;
@@ -160965,6 +160966,7 @@ function sge() {
160965
160966
  scrollbar-width: none;
160966
160967
  scrollbar-color: transparent;
160967
160968
  align-items: inherit;
160969
+ justify-content: inherit;
160968
160970
  flex-wrap: nowrap;
160969
160971
  display: inline-flex;
160970
160972
  overflow-x: auto;
@@ -161079,6 +161081,7 @@ function cge() {
161079
161081
  scrollbar-width: none;
161080
161082
  scrollbar-color: transparent;
161081
161083
  align-items: inherit;
161084
+ justify-content: inherit;
161082
161085
  flex-wrap: nowrap;
161083
161086
  display: inline-flex;
161084
161087
  overflow-x: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -11,8 +11,8 @@
11
11
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
12
12
  },
13
13
  "dependencies": {
14
- "@breadstone/mosaik-elements": "0.1.41",
15
- "@breadstone/mosaik-elements-foundation": "0.1.41",
14
+ "@breadstone/mosaik-elements": "0.1.42",
15
+ "@breadstone/mosaik-elements-foundation": "0.1.42",
16
16
  "tslib": "2.8.1"
17
17
  },
18
18
  "peerDependencies": {