@breadstone/mosaik-themes 0.0.130 → 0.0.132
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/Themes/joy.scss +8 -8
- package/package.json +2 -2
package/Themes/joy.scss
CHANGED
|
@@ -2638,14 +2638,14 @@ $chat-message-divider-props: (
|
|
|
2638
2638
|
'translate': unset
|
|
2639
2639
|
);
|
|
2640
2640
|
$chat-voice-recorder-tool-props: (
|
|
2641
|
-
'font-family':
|
|
2642
|
-
'font-letter-spacing':
|
|
2643
|
-
'font-line-height':
|
|
2644
|
-
'font-size':
|
|
2645
|
-
'font-text-decoration':
|
|
2646
|
-
'font-text-transform':
|
|
2647
|
-
'font-weight':
|
|
2648
|
-
'gap':
|
|
2641
|
+
'font-family': var(--joy-font-family),
|
|
2642
|
+
'font-letter-spacing': var(--joy-typography-body1-letter-spacing),
|
|
2643
|
+
'font-line-height': var(--joy-typography-body1-line-height),
|
|
2644
|
+
'font-size': var(--joy-typography-body1-font-size),
|
|
2645
|
+
'font-text-decoration': var(--joy-typography-body1-text-decoration),
|
|
2646
|
+
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
2647
|
+
'font-weight': var(--joy-typography-body1-font-weight),
|
|
2648
|
+
'gap': var(--joy-layout-space),
|
|
2649
2649
|
'padding-bottom': unset,
|
|
2650
2650
|
'padding-left': unset,
|
|
2651
2651
|
'padding-right': unset,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.132",
|
|
4
4
|
"description": "Mosaik elements various themes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
18
|
+
"@breadstone/mosaik-elements": "^0.0.132",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|