@breadstone/mosaik-themes 0.0.261 → 0.0.263
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/package.json +2 -2
- package/themes/joy.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.263",
|
|
4
4
|
"description": "Mosaik elements various themes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.263",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/joy.scss
CHANGED
|
@@ -8258,7 +8258,7 @@ $list-item-props: (
|
|
|
8258
8258
|
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
8259
8259
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
8260
8260
|
'foreground-color': var(--joy-scheme-foreground),
|
|
8261
|
-
'gap': var(--joy-layout-space),
|
|
8261
|
+
'gap': calc(var(--joy-layout-space) * 3),
|
|
8262
8262
|
'padding-bottom': var(--joy-layout-space),
|
|
8263
8263
|
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
8264
8264
|
'padding-right': calc(var(--joy-layout-space) * 2),
|