@breadstone/mosaik-themes 0.1.8 → 0.1.10

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 (2) hide show
  1. package/package.json +2 -2
  2. package/themes/joy.scss +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,7 +14,7 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "0.1.8",
17
+ "@breadstone/mosaik-elements": "0.1.10",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "peerDependencies": {
package/themes/joy.scss CHANGED
@@ -10696,7 +10696,7 @@ $scheduler-agenda-view-props: (
10696
10696
  'background-color': var(--joy-scheme-background),
10697
10697
  'border-color': var(--joy-scheme-highlight),
10698
10698
  'border-radius': var(--joy-layout-radius),
10699
- 'border-style': solid,
10699
+ 'border-style': none,
10700
10700
  'border-width': var(--joy-layout-thickness),
10701
10701
  'day-header-font-size': var(--joy-typography-headline6-font-size),
10702
10702
  'day-header-font-weight': var(--joy-typography-headline6-font-weight),
@@ -10858,7 +10858,7 @@ $scheduler-month-view-props: (
10858
10858
  'background-color': var(--joy-scheme-background),
10859
10859
  'border-color': var(--joy-scheme-highlight),
10860
10860
  'border-radius': var(--joy-layout-radius),
10861
- 'border-style': solid,
10861
+ 'border-style': none,
10862
10862
  'border-width': var(--joy-layout-thickness),
10863
10863
  'cell-min-height': 100px,
10864
10864
  'day-number-font-size': var(--joy-typography-body2-font-size),
@@ -10963,7 +10963,7 @@ $scheduler-time-grid-view-props: (
10963
10963
  'background-color': var(--joy-scheme-background),
10964
10964
  'border-color': var(--joy-scheme-highlight),
10965
10965
  'border-radius': var(--joy-layout-radius),
10966
- 'border-style': solid,
10966
+ 'border-style': none,
10967
10967
  'border-width': var(--joy-layout-thickness),
10968
10968
  'cell-border-color': var(--joy-scheme-highlight),
10969
10969
  'cell-border-radius': var(--joy-layout-radius),