@breadstone/mosaik-themes 0.0.62 → 0.0.64
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 +5 -5
- package/package.json +2 -2
package/Themes/joy.scss
CHANGED
|
@@ -4703,11 +4703,11 @@ $menu-props: (
|
|
|
4703
4703
|
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
4704
4704
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
4705
4705
|
'foreground-color': var(--joy-scheme-foreground),
|
|
4706
|
-
'gap':
|
|
4707
|
-
'padding-bottom':
|
|
4708
|
-
'padding-left':
|
|
4709
|
-
'padding-right':
|
|
4710
|
-
'padding-top':
|
|
4706
|
+
'gap': unset,
|
|
4707
|
+
'padding-bottom': var(--joy-layout-spacing),
|
|
4708
|
+
'padding-left': calc(var(--joy-layout-spacing) * 2),
|
|
4709
|
+
'padding-right': calc(var(--joy-layout-spacing) * 2),
|
|
4710
|
+
'padding-top': var(--joy-layout-spacing),
|
|
4711
4711
|
'shadow': var(--joy-elevation-none),
|
|
4712
4712
|
'transition-duration': .2s,
|
|
4713
4713
|
'transition-mode': ease,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
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.64",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|