@breadstone/mosaik-themes 0.0.69 → 0.0.70
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/joy.scss +2 -2
- package/package.json +2 -2
package/Themes/joy.scss
CHANGED
|
@@ -4948,7 +4948,7 @@ $page-content-props: (
|
|
|
4948
4948
|
'width': unset
|
|
4949
4949
|
);
|
|
4950
4950
|
$page-header-props: (
|
|
4951
|
-
'background-color': var(--joy-scheme-
|
|
4951
|
+
'background-color': var(--joy-scheme-transparent),
|
|
4952
4952
|
'border-color': unset,
|
|
4953
4953
|
'font-family': var(--joy-font-family),
|
|
4954
4954
|
'font-letter-spacing': var(--joy-typography-headline4-letter-spacing),
|
|
@@ -4970,7 +4970,7 @@ $page-header-props: (
|
|
|
4970
4970
|
'translate': unset
|
|
4971
4971
|
);
|
|
4972
4972
|
$page-menu-props: (
|
|
4973
|
-
'background-color': var(--joy-scheme-
|
|
4973
|
+
'background-color': var(--joy-scheme-transparent),
|
|
4974
4974
|
'border-color': var(--joy-scheme-highlight),
|
|
4975
4975
|
'border-radius': var(--joy-layout-radius),
|
|
4976
4976
|
'border-style': solid,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.70",
|
|
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.70",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|