@breadstone/mosaik-elements-svelte 0.1.8 → 0.1.9

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.9 (2026-06-10)
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.8 (2026-06-10)
2
6
 
3
7
  ### 🚀 Features
package/index.mjs CHANGED
@@ -118836,7 +118836,7 @@ function YK() {
118836
118836
  --scheduler-agenda-view-background-color: var(--joy-scheme-background);
118837
118837
  --scheduler-agenda-view-border-color: var(--joy-scheme-highlight);
118838
118838
  --scheduler-agenda-view-border-radius: var(--joy-layout-radius);
118839
- --scheduler-agenda-view-border-style: solid;
118839
+ --scheduler-agenda-view-border-style: none;
118840
118840
  --scheduler-agenda-view-border-width: var(--joy-layout-thickness);
118841
118841
  --scheduler-agenda-view-day-header-font-size: var(--joy-typography-headline6-font-size);
118842
118842
  --scheduler-agenda-view-day-header-font-weight: var(--joy-typography-headline6-font-weight);
@@ -119722,7 +119722,7 @@ function rq() {
119722
119722
  --scheduler-month-view-background-color: var(--joy-scheme-background);
119723
119723
  --scheduler-month-view-border-color: var(--joy-scheme-highlight);
119724
119724
  --scheduler-month-view-border-radius: var(--joy-layout-radius);
119725
- --scheduler-month-view-border-style: solid;
119725
+ --scheduler-month-view-border-style: none;
119726
119726
  --scheduler-month-view-border-width: var(--joy-layout-thickness);
119727
119727
  --scheduler-month-view-cell-min-height: 100px;
119728
119728
  --scheduler-month-view-day-number-font-size: var(--joy-typography-body2-font-size);
@@ -120974,7 +120974,7 @@ function fq() {
120974
120974
  --scheduler-time-grid-view-background-color: var(--joy-scheme-background);
120975
120975
  --scheduler-time-grid-view-border-color: var(--joy-scheme-highlight);
120976
120976
  --scheduler-time-grid-view-border-radius: var(--joy-layout-radius);
120977
- --scheduler-time-grid-view-border-style: solid;
120977
+ --scheduler-time-grid-view-border-style: none;
120978
120978
  --scheduler-time-grid-view-border-width: var(--joy-layout-thickness);
120979
120979
  --scheduler-time-grid-view-cell-border-color: var(--joy-scheme-highlight);
120980
120980
  --scheduler-time-grid-view-cell-border-radius: var(--joy-layout-radius);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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.8",
15
- "@breadstone/mosaik-elements-foundation": "0.1.8",
14
+ "@breadstone/mosaik-elements": "0.1.9",
15
+ "@breadstone/mosaik-elements-foundation": "0.1.9",
16
16
  "tslib": "2.8.1"
17
17
  },
18
18
  "peerDependencies": {