@breadstone/mosaik-themes 0.0.245 → 0.0.246
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 +4 -2
- package/themes/joy.scss +5 -3
- package/themes/memphis.scss +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.246",
|
|
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.246",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -2026,8 +2026,8 @@ $box-props: (
|
|
|
2026
2026
|
$breadcrumb-props: (
|
|
2027
2027
|
'font-family': unset,
|
|
2028
2028
|
'font-letter-spacing': unset,
|
|
2029
|
-
'font-line-height':
|
|
2030
|
-
'font-size':
|
|
2029
|
+
'font-line-height': var(--cosmopolitan-typography-body2-line-height),
|
|
2030
|
+
'font-size': var(--cosmopolitan-typography-body2-font-size),
|
|
2031
2031
|
'font-text-decoration': unset,
|
|
2032
2032
|
'font-text-transform': unset,
|
|
2033
2033
|
'font-weight': unset,
|
|
@@ -8742,6 +8742,7 @@ $page-header-props: (
|
|
|
8742
8742
|
'padding-left': unset,
|
|
8743
8743
|
'padding-right': unset,
|
|
8744
8744
|
'padding-top': unset,
|
|
8745
|
+
'prefix-gap': unset,
|
|
8745
8746
|
'shadow': unset unset unset unset unset,
|
|
8746
8747
|
'shadow-blur': unset,
|
|
8747
8748
|
'shadow-color': unset,
|
|
@@ -8755,6 +8756,7 @@ $page-header-props: (
|
|
|
8755
8756
|
'sub-header-font-text-decoration': var(--cosmopolitan-typography-subtitle1-text-decoration),
|
|
8756
8757
|
'sub-header-font-text-transform': var(--cosmopolitan-typography-subtitle1-text-transform),
|
|
8757
8758
|
'sub-header-font-weight': var(--cosmopolitan-typography-subtitle1-font-weight),
|
|
8759
|
+
'suffix-gap': unset,
|
|
8758
8760
|
'transition-duration': unset,
|
|
8759
8761
|
'transition-mode': unset,
|
|
8760
8762
|
'transition-property': unset,
|
package/themes/joy.scss
CHANGED
|
@@ -2381,8 +2381,8 @@ $box-props: (
|
|
|
2381
2381
|
$breadcrumb-props: (
|
|
2382
2382
|
'font-family': unset,
|
|
2383
2383
|
'font-letter-spacing': unset,
|
|
2384
|
-
'font-line-height':
|
|
2385
|
-
'font-size':
|
|
2384
|
+
'font-line-height': var(--joy-typography-body2-line-height),
|
|
2385
|
+
'font-size': var(--joy-typography-body2-font-size),
|
|
2386
2386
|
'font-text-decoration': unset,
|
|
2387
2387
|
'font-text-transform': unset,
|
|
2388
2388
|
'font-weight': unset,
|
|
@@ -9077,7 +9077,7 @@ $page-header-props: (
|
|
|
9077
9077
|
'font-text-transform': var(--joy-typography-headline4-text-transform),
|
|
9078
9078
|
'font-weight': var(--joy-typography-headline4-font-weight),
|
|
9079
9079
|
'foreground-color': var(--joy-scheme-foreground),
|
|
9080
|
-
'gap':
|
|
9080
|
+
'gap': calc(var(--joy-layout-space) * 2),
|
|
9081
9081
|
'header-font-family': var(--joy-font-family),
|
|
9082
9082
|
'header-font-letter-spacing': var(--joy-typography-headline4-letter-spacing),
|
|
9083
9083
|
'header-font-line-height': var(--joy-typography-headline4-line-height),
|
|
@@ -9090,6 +9090,7 @@ $page-header-props: (
|
|
|
9090
9090
|
'padding-left': unset,
|
|
9091
9091
|
'padding-right': unset,
|
|
9092
9092
|
'padding-top': unset,
|
|
9093
|
+
'prefix-gap': var(--joy-layout-space),
|
|
9093
9094
|
'shadow': unset unset unset unset unset,
|
|
9094
9095
|
'shadow-blur': unset,
|
|
9095
9096
|
'shadow-color': unset,
|
|
@@ -9103,6 +9104,7 @@ $page-header-props: (
|
|
|
9103
9104
|
'sub-header-font-text-decoration': var(--joy-typography-subtitle1-text-decoration),
|
|
9104
9105
|
'sub-header-font-text-transform': var(--joy-typography-subtitle1-text-transform),
|
|
9105
9106
|
'sub-header-font-weight': var(--joy-typography-subtitle1-font-weight),
|
|
9107
|
+
'suffix-gap': var(--joy-layout-space),
|
|
9106
9108
|
'transition-duration': unset,
|
|
9107
9109
|
'transition-mode': unset,
|
|
9108
9110
|
'transition-property': unset,
|
package/themes/memphis.scss
CHANGED
|
@@ -2152,8 +2152,8 @@ $box-props: (
|
|
|
2152
2152
|
$breadcrumb-props: (
|
|
2153
2153
|
'font-family': unset,
|
|
2154
2154
|
'font-letter-spacing': unset,
|
|
2155
|
-
'font-line-height':
|
|
2156
|
-
'font-size':
|
|
2155
|
+
'font-line-height': var(--memphis-typography-body2-line-height),
|
|
2156
|
+
'font-size': var(--memphis-typography-body2-font-size),
|
|
2157
2157
|
'font-text-decoration': unset,
|
|
2158
2158
|
'font-text-transform': unset,
|
|
2159
2159
|
'font-weight': unset,
|
|
@@ -8873,6 +8873,7 @@ $page-header-props: (
|
|
|
8873
8873
|
'padding-left': unset,
|
|
8874
8874
|
'padding-right': unset,
|
|
8875
8875
|
'padding-top': unset,
|
|
8876
|
+
'prefix-gap': unset,
|
|
8876
8877
|
'shadow': unset unset unset unset unset,
|
|
8877
8878
|
'shadow-blur': unset,
|
|
8878
8879
|
'shadow-color': unset,
|
|
@@ -8886,6 +8887,7 @@ $page-header-props: (
|
|
|
8886
8887
|
'sub-header-font-text-decoration': var(--memphis-typography-subtitle1-text-decoration),
|
|
8887
8888
|
'sub-header-font-text-transform': var(--memphis-typography-subtitle1-text-transform),
|
|
8888
8889
|
'sub-header-font-weight': var(--memphis-typography-subtitle1-font-weight),
|
|
8890
|
+
'suffix-gap': unset,
|
|
8889
8891
|
'transition-duration': unset,
|
|
8890
8892
|
'transition-mode': unset,
|
|
8891
8893
|
'transition-property': unset,
|