@breadstone/mosaik-themes 0.1.45 → 0.1.47
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/cosmopolitan.scss +1 -0
- package/themes/joy.scss +12 -11
- package/themes/memphis.scss +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
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.47",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/cosmopolitan.scss
CHANGED
package/themes/joy.scss
CHANGED
|
@@ -6156,7 +6156,7 @@ $dropdown-props: (
|
|
|
6156
6156
|
'transition-duration': unset,
|
|
6157
6157
|
'transition-mode': unset,
|
|
6158
6158
|
'transition-property': unset,
|
|
6159
|
-
'translate':
|
|
6159
|
+
'translate': none
|
|
6160
6160
|
);
|
|
6161
6161
|
/**
|
|
6162
6162
|
* ------------------------------------------------------------------------------
|
|
@@ -8242,10 +8242,11 @@ $list-props: (
|
|
|
8242
8242
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
8243
8243
|
'foreground-color': var(--joy-scheme-foreground),
|
|
8244
8244
|
'gap': var(--joy-layout-space),
|
|
8245
|
-
'
|
|
8246
|
-
'padding-
|
|
8247
|
-
'padding-
|
|
8248
|
-
'padding-
|
|
8245
|
+
'line-thickness': var(--joy-layout-thickness),
|
|
8246
|
+
'padding-bottom': calc(var(--joy-layout-space) * 2),
|
|
8247
|
+
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
8248
|
+
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
8249
|
+
'padding-top': calc(var(--joy-layout-space) * 2),
|
|
8249
8250
|
'shadow': unset unset unset unset unset,
|
|
8250
8251
|
'shadow-blur': unset,
|
|
8251
8252
|
'shadow-color': unset,
|
|
@@ -8611,10 +8612,10 @@ $menu-props: (
|
|
|
8611
8612
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
8612
8613
|
'foreground-color': var(--joy-scheme-foreground),
|
|
8613
8614
|
'gap': unset,
|
|
8614
|
-
'padding-bottom': var(--joy-layout-
|
|
8615
|
-
'padding-left': calc(var(--joy-layout-
|
|
8616
|
-
'padding-right': calc(var(--joy-layout-
|
|
8617
|
-
'padding-top': var(--joy-layout-
|
|
8615
|
+
'padding-bottom': var(--joy-layout-space),
|
|
8616
|
+
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
8617
|
+
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
8618
|
+
'padding-top': var(--joy-layout-space),
|
|
8618
8619
|
'shadow': unset unset unset unset unset,
|
|
8619
8620
|
'shadow-blur': unset,
|
|
8620
8621
|
'shadow-color': unset,
|
|
@@ -12431,10 +12432,10 @@ $table-props: (
|
|
|
12431
12432
|
'foreground-color': var(--joy-scheme-foreground),
|
|
12432
12433
|
'gap': var(--joy-layout-space),
|
|
12433
12434
|
'line-thickness': var(--joy-layout-thickness),
|
|
12434
|
-
'padding-bottom': var(--joy-layout-space),
|
|
12435
|
+
'padding-bottom': calc(var(--joy-layout-space) * 2),
|
|
12435
12436
|
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
12436
12437
|
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
12437
|
-
'padding-top': var(--joy-layout-space),
|
|
12438
|
+
'padding-top': calc(var(--joy-layout-space) * 2),
|
|
12438
12439
|
'row-border-color': var(--joy-scheme-highlight),
|
|
12439
12440
|
'row-border-radius': unset,
|
|
12440
12441
|
'row-border-style': solid,
|