@breadstone/mosaik-themes 0.0.237 → 0.0.241
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.0.
|
|
3
|
+
"version": "0.0.241",
|
|
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.241",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -2064,6 +2064,7 @@ $breadcrumb-item-props: (
|
|
|
2064
2064
|
'font-text-decoration': unset,
|
|
2065
2065
|
'font-text-transform': unset,
|
|
2066
2066
|
'font-weight': unset,
|
|
2067
|
+
'foreground-color': var(--cosmopolitan-scheme-foreground),
|
|
2067
2068
|
'gap': unset,
|
|
2068
2069
|
'padding-bottom': unset,
|
|
2069
2070
|
'padding-left': unset,
|
package/themes/joy.scss
CHANGED
|
@@ -2420,6 +2420,7 @@ $breadcrumb-item-props: (
|
|
|
2420
2420
|
'font-text-decoration': unset,
|
|
2421
2421
|
'font-text-transform': unset,
|
|
2422
2422
|
'font-weight': unset,
|
|
2423
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
2423
2424
|
'gap': unset,
|
|
2424
2425
|
'padding-bottom': unset,
|
|
2425
2426
|
'padding-left': unset,
|
package/themes/memphis.scss
CHANGED
|
@@ -2190,6 +2190,7 @@ $breadcrumb-item-props: (
|
|
|
2190
2190
|
'font-text-decoration': unset,
|
|
2191
2191
|
'font-text-transform': unset,
|
|
2192
2192
|
'font-weight': unset,
|
|
2193
|
+
'foreground-color': var(--memphis-scheme-foreground),
|
|
2193
2194
|
'gap': unset,
|
|
2194
2195
|
'padding-bottom': unset,
|
|
2195
2196
|
'padding-left': unset,
|