@breadstone/mosaik-themes 0.0.258 → 0.0.260
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 +12 -12
- package/themes/memphis.scss +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.260",
|
|
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.260",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/joy.scss
CHANGED
|
@@ -3054,12 +3054,12 @@ $card-sub-title-props: (
|
|
|
3054
3054
|
'background-color': var(--joy-scheme-transparent),
|
|
3055
3055
|
'border-color': var(--joy-scheme-highlight),
|
|
3056
3056
|
'font-family': var(--joy-font-family),
|
|
3057
|
-
'font-letter-spacing': var(--joy-typography-
|
|
3058
|
-
'font-line-height': var(--joy-typography-
|
|
3059
|
-
'font-size': var(--joy-typography-
|
|
3060
|
-
'font-text-decoration': var(--joy-typography-
|
|
3061
|
-
'font-text-transform': var(--joy-typography-
|
|
3062
|
-
'font-weight': var(--joy-typography-
|
|
3057
|
+
'font-letter-spacing': var(--joy-typography-subtitle2-letter-spacing),
|
|
3058
|
+
'font-line-height': var(--joy-typography-subtitle2-line-height),
|
|
3059
|
+
'font-size': var(--joy-typography-subtitle2-font-size),
|
|
3060
|
+
'font-text-decoration': var(--joy-typography-subtitle2-text-decoration),
|
|
3061
|
+
'font-text-transform': var(--joy-typography-subtitle2-text-transform),
|
|
3062
|
+
'font-weight': var(--joy-typography-subtitle2-font-weight),
|
|
3063
3063
|
'foreground-color': var(--joy-scheme-middlelight),
|
|
3064
3064
|
'gap': unset,
|
|
3065
3065
|
'padding-bottom': unset,
|
|
@@ -6779,12 +6779,12 @@ $expander-header-props: (
|
|
|
6779
6779
|
'background-color': var(--joy-scheme-transparent),
|
|
6780
6780
|
'border-color': var(--joy-scheme-highlight),
|
|
6781
6781
|
'font-family': var(--joy-font-family),
|
|
6782
|
-
'font-letter-spacing': var(--joy-typography-
|
|
6783
|
-
'font-line-height': var(--joy-typography-
|
|
6784
|
-
'font-size': var(--joy-typography-
|
|
6785
|
-
'font-text-decoration': var(--joy-typography-
|
|
6786
|
-
'font-text-transform': var(--joy-typography-
|
|
6787
|
-
'font-weight': var(--joy-typography-
|
|
6782
|
+
'font-letter-spacing': var(--joy-typography-subtitle2-letter-spacing),
|
|
6783
|
+
'font-line-height': var(--joy-typography-subtitle2-line-height),
|
|
6784
|
+
'font-size': var(--joy-typography-subtitle2-font-size),
|
|
6785
|
+
'font-text-decoration': var(--joy-typography-subtitle2-text-decoration),
|
|
6786
|
+
'font-text-transform': var(--joy-typography-subtitle2-text-transform),
|
|
6787
|
+
'font-weight': var(--joy-typography-subtitle2-font-weight),
|
|
6788
6788
|
'foreground-color': var(--joy-scheme-foreground),
|
|
6789
6789
|
'gap': unset,
|
|
6790
6790
|
'padding-bottom': unset,
|
package/themes/memphis.scss
CHANGED
|
@@ -2824,12 +2824,12 @@ $card-sub-title-props: (
|
|
|
2824
2824
|
'background-color': var(--memphis-scheme-transparent),
|
|
2825
2825
|
'border-color': var(--memphis-scheme-contrast),
|
|
2826
2826
|
'font-family': var(--memphis-font-family),
|
|
2827
|
-
'font-letter-spacing': var(--memphis-typography-
|
|
2828
|
-
'font-line-height': var(--memphis-typography-
|
|
2829
|
-
'font-size': var(--memphis-typography-
|
|
2830
|
-
'font-text-decoration': var(--memphis-typography-
|
|
2831
|
-
'font-text-transform': var(--memphis-typography-
|
|
2832
|
-
'font-weight': var(--memphis-typography-
|
|
2827
|
+
'font-letter-spacing': var(--memphis-typography-subtitle2-letter-spacing),
|
|
2828
|
+
'font-line-height': var(--memphis-typography-subtitle2-line-height),
|
|
2829
|
+
'font-size': var(--memphis-typography-subtitle2-font-size),
|
|
2830
|
+
'font-text-decoration': var(--memphis-typography-subtitle2-text-decoration),
|
|
2831
|
+
'font-text-transform': var(--memphis-typography-subtitle2-text-transform),
|
|
2832
|
+
'font-weight': var(--memphis-typography-subtitle2-font-weight),
|
|
2833
2833
|
'foreground-color': var(--memphis-scheme-middlelight),
|
|
2834
2834
|
'gap': unset,
|
|
2835
2835
|
'padding-bottom': unset,
|
|
@@ -6542,12 +6542,12 @@ $expander-header-props: (
|
|
|
6542
6542
|
'background-color': var(--memphis-scheme-transparent),
|
|
6543
6543
|
'border-color': var(--memphis-scheme-highlight),
|
|
6544
6544
|
'font-family': var(--memphis-font-family),
|
|
6545
|
-
'font-letter-spacing': var(--memphis-typography-
|
|
6546
|
-
'font-line-height': var(--memphis-typography-
|
|
6547
|
-
'font-size': var(--memphis-typography-
|
|
6548
|
-
'font-text-decoration': var(--memphis-typography-
|
|
6549
|
-
'font-text-transform': var(--memphis-typography-
|
|
6550
|
-
'font-weight': var(--memphis-typography-
|
|
6545
|
+
'font-letter-spacing': var(--memphis-typography-subtitle2-letter-spacing),
|
|
6546
|
+
'font-line-height': var(--memphis-typography-subtitle2-line-height),
|
|
6547
|
+
'font-size': var(--memphis-typography-subtitle2-font-size),
|
|
6548
|
+
'font-text-decoration': var(--memphis-typography-subtitle2-text-decoration),
|
|
6549
|
+
'font-text-transform': var(--memphis-typography-subtitle2-text-transform),
|
|
6550
|
+
'font-weight': var(--memphis-typography-subtitle2-font-weight),
|
|
6551
6551
|
'foreground-color': var(--memphis-scheme-foreground),
|
|
6552
6552
|
'gap': unset,
|
|
6553
6553
|
'padding-bottom': unset,
|