@breadstone/mosaik-themes 0.0.164 → 0.0.166
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 +4 -4
- package/package.json +2 -2
package/Themes/joy.scss
CHANGED
|
@@ -4812,10 +4812,10 @@ $list-props: (
|
|
|
4812
4812
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
4813
4813
|
'foreground-color': var(--joy-scheme-foreground),
|
|
4814
4814
|
'gap': 8px,
|
|
4815
|
-
'padding-bottom':
|
|
4816
|
-
'padding-left':
|
|
4817
|
-
'padding-right':
|
|
4818
|
-
'padding-top':
|
|
4815
|
+
'padding-bottom': var(--joy-layout-spacing),
|
|
4816
|
+
'padding-left': calc(var(--joy-layout-spacing) * 2),
|
|
4817
|
+
'padding-right': calc(var(--joy-layout-spacing) * 2),
|
|
4818
|
+
'padding-top': var(--joy-layout-spacing),
|
|
4819
4819
|
'shadow': var(--joy-elevation-none),
|
|
4820
4820
|
'transition-duration': var(--joy-duration-short),
|
|
4821
4821
|
'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.166",
|
|
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.166",
|
|
19
19
|
"@ctrl/tinycolor": "^4.2.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|