@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.
- package/Themes/cosmopolitan.scss +1 -0
- package/Themes/joy.scss +1 -0
- package/Themes/retro.scss +1 -0
- package/package.json +2 -2
package/Themes/cosmopolitan.scss
CHANGED
package/Themes/joy.scss
CHANGED
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.
|
|
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.
|
|
18
|
+
"@breadstone/mosaik-elements": "^0.0.81",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|