@breadstone/mosaik-themes 0.0.80 → 0.0.81

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.
@@ -2882,6 +2882,7 @@ $drawer-props: (
2882
2882
  'foreground-color': unset,
2883
2883
  'gap': unset,
2884
2884
  'height': unset,
2885
+ 'line-thickness': var(--cosmopolitan-layout-thickness),
2885
2886
  'padding-bottom': unset,
2886
2887
  'padding-left': unset,
2887
2888
  'padding-right': unset,
package/Themes/joy.scss CHANGED
@@ -3499,6 +3499,7 @@ $drawer-props: (
3499
3499
  'foreground-color': var(--joy-scheme-foreground),
3500
3500
  'gap': 8px,
3501
3501
  'height': 100%,
3502
+ 'line-thickness': var(--joy-layout-thickness),
3502
3503
  'padding-bottom': 8px,
3503
3504
  'padding-left': 16px,
3504
3505
  'padding-right': 16px,
package/Themes/retro.scss CHANGED
@@ -3316,6 +3316,7 @@ $drawer-props: (
3316
3316
  'foreground-color': var(--retro-scheme-foreground),
3317
3317
  'gap': 8px,
3318
3318
  'height': 100%,
3319
+ 'line-thickness': var(--retro-layout-thickness),
3319
3320
  'padding-bottom': 8px,
3320
3321
  'padding-left': 16px,
3321
3322
  'padding-right': 16px,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.80",
18
+ "@breadstone/mosaik-elements": "^0.0.81",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },