@breadstone/mosaik-themes 0.0.108 → 0.0.110
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
|
@@ -950,6 +950,7 @@ $anchor-props: (
|
|
|
950
950
|
$app-props: (
|
|
951
951
|
'background-color': var(--cosmopolitan-scheme-background),
|
|
952
952
|
'border-radius': unset,
|
|
953
|
+
'content-offset-top': unset,
|
|
953
954
|
'drawer-height': 100%,
|
|
954
955
|
'drawer-width': 320px,
|
|
955
956
|
'font-family': var(--cosmopolitan-typography-body1-font-family),
|
package/Themes/joy.scss
CHANGED
|
@@ -1574,6 +1574,7 @@ $anchor-props: (
|
|
|
1574
1574
|
$app-props: (
|
|
1575
1575
|
'background-color': var(--joy-scheme-background),
|
|
1576
1576
|
'border-radius': unset,
|
|
1577
|
+
'content-offset-top': unset,
|
|
1577
1578
|
'drawer-height': 100%,
|
|
1578
1579
|
'drawer-width': 320px,
|
|
1579
1580
|
'font-family': var(--joy-typography-body1-font-family),
|
package/Themes/retro.scss
CHANGED
|
@@ -1335,6 +1335,7 @@ $anchor-props: (
|
|
|
1335
1335
|
$app-props: (
|
|
1336
1336
|
'background-color': var(--retro-scheme-background),
|
|
1337
1337
|
'border-radius': unset,
|
|
1338
|
+
'content-offset-top': unset,
|
|
1338
1339
|
'drawer-height': 100%,
|
|
1339
1340
|
'drawer-width': 320px,
|
|
1340
1341
|
'font-family': var(--retro-typography-body1-font-family),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.110",
|
|
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.110",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|