@breadstone/mosaik-themes 0.1.1 → 0.1.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.2",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/joy.scss
CHANGED
|
@@ -4913,7 +4913,7 @@ $combo-item-props: (
|
|
|
4913
4913
|
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
4914
4914
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
4915
4915
|
'foreground-color': var(--joy-scheme-foreground),
|
|
4916
|
-
'gap': var(--joy-layout-space),
|
|
4916
|
+
'gap': calc(var(--joy-layout-space) * 3),
|
|
4917
4917
|
'padding-bottom': var(--joy-layout-space),
|
|
4918
4918
|
'padding-left': var(--joy-layout-space),
|
|
4919
4919
|
'padding-right': var(--joy-layout-space),
|
|
@@ -8714,7 +8714,7 @@ $menu-item-props: (
|
|
|
8714
8714
|
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
8715
8715
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
8716
8716
|
'foreground-color': var(--joy-scheme-foreground),
|
|
8717
|
-
'gap': calc(var(--joy-layout-space) *
|
|
8717
|
+
'gap': calc(var(--joy-layout-space) * 3),
|
|
8718
8718
|
'height': 48px,
|
|
8719
8719
|
'indent-color': var(--joy-scheme-highlight),
|
|
8720
8720
|
'indent-offset': calc(var(--joy-layout-space) * 2),
|
|
@@ -11348,7 +11348,7 @@ $select-item-props: (
|
|
|
11348
11348
|
'font-text-transform': var(--joy-typography-body2-text-transform),
|
|
11349
11349
|
'font-weight': normal,
|
|
11350
11350
|
'foreground-color': var(--joy-scheme-foreground),
|
|
11351
|
-
'gap': var(--joy-layout-space),
|
|
11351
|
+
'gap': calc(var(--joy-layout-space) * 3),
|
|
11352
11352
|
'padding-bottom': var(--joy-layout-space),
|
|
11353
11353
|
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
11354
11354
|
'padding-right': calc(var(--joy-layout-space) * 2),
|