@breadstone/mosaik-themes 0.1.3 → 0.1.4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
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.4",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/joy.scss
CHANGED
|
@@ -3698,10 +3698,10 @@ $chat-message-reaction-props: (
|
|
|
3698
3698
|
'font-weight': var(--joy-typography-caption-font-weight),
|
|
3699
3699
|
'foreground-color': var(--joy-scheme-foreground),
|
|
3700
3700
|
'gap': calc(var(--joy-layout-space) / 2),
|
|
3701
|
-
'padding-bottom':
|
|
3701
|
+
'padding-bottom': var(--joy-layout-space),
|
|
3702
3702
|
'padding-left': var(--joy-layout-space),
|
|
3703
3703
|
'padding-right': var(--joy-layout-space),
|
|
3704
|
-
'padding-top':
|
|
3704
|
+
'padding-top': var(--joy-layout-space),
|
|
3705
3705
|
'shadow': unset unset unset unset unset,
|
|
3706
3706
|
'shadow-blur': unset,
|
|
3707
3707
|
'shadow-color': unset,
|
|
@@ -6322,7 +6322,7 @@ $elevation-props: (
|
|
|
6322
6322
|
* ------------------------------------------------------------------------------
|
|
6323
6323
|
*/
|
|
6324
6324
|
$emoji-props: (
|
|
6325
|
-
'background-color':
|
|
6325
|
+
'background-color': unset,
|
|
6326
6326
|
'font-family': unset,
|
|
6327
6327
|
'font-letter-spacing': unset,
|
|
6328
6328
|
'font-line-height': unset,
|