@breadstone/mosaik-themes 0.1.28 → 0.1.30
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 +1 -0
- 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.30",
|
|
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.30",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -13428,6 +13428,7 @@ $toast-props: (
|
|
|
13428
13428
|
'font-weight': unset,
|
|
13429
13429
|
'foreground-color': unset,
|
|
13430
13430
|
'gap': unset,
|
|
13431
|
+
'offset-x': unset,
|
|
13431
13432
|
'offset-y': unset,
|
|
13432
13433
|
'padding-bottom': unset,
|
|
13433
13434
|
'padding-left': unset,
|
package/themes/joy.scss
CHANGED
|
@@ -13603,6 +13603,7 @@ $toast-props: (
|
|
|
13603
13603
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
13604
13604
|
'foreground-color': var(--joy-scheme-foreground),
|
|
13605
13605
|
'gap': var(--joy-layout-space),
|
|
13606
|
+
'offset-x': var(--joy-layout-space),
|
|
13606
13607
|
'offset-y': var(--joy-layout-space),
|
|
13607
13608
|
'padding-bottom': var(--joy-layout-space),
|
|
13608
13609
|
'padding-left': calc(var(--joy-layout-space) * 2),
|
package/themes/memphis.scss
CHANGED
|
@@ -13559,6 +13559,7 @@ $toast-props: (
|
|
|
13559
13559
|
'font-weight': var(--memphis-typography-body2-font-weight),
|
|
13560
13560
|
'foreground-color': var(--memphis-scheme-foreground),
|
|
13561
13561
|
'gap': var(--memphis-layout-space),
|
|
13562
|
+
'offset-x': var(--memphis-layout-space),
|
|
13562
13563
|
'offset-y': var(--memphis-layout-space),
|
|
13563
13564
|
'padding-bottom': calc(var(--memphis-layout-space) * 1.2),
|
|
13564
13565
|
'padding-left': calc(var(--memphis-layout-space) * 2.4),
|