@breadstone/mosaik-themes 0.0.203 → 0.0.205
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 +2 -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.205",
|
|
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.205",
|
|
18
18
|
"chroma-js": "^3.2.0",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
package/themes/joy.scss
CHANGED
|
@@ -1550,7 +1550,7 @@ $alert-props: (
|
|
|
1550
1550
|
'translate': unset
|
|
1551
1551
|
);
|
|
1552
1552
|
$anchor-props: (
|
|
1553
|
-
'background-color': var(--joy-scheme-
|
|
1553
|
+
'background-color': var(--joy-scheme-transparent),
|
|
1554
1554
|
'border-color': var(--joy-scheme-highlight),
|
|
1555
1555
|
'font-family': var(--joy-typography-button-font-family),
|
|
1556
1556
|
'font-letter-spacing': var(--joy-typography-button-letter-spacing),
|
|
@@ -2770,7 +2770,7 @@ $chat-voice-recorder-tool-props: (
|
|
|
2770
2770
|
'translate': unset
|
|
2771
2771
|
);
|
|
2772
2772
|
$check-box-props: (
|
|
2773
|
-
'background-color': var(--joy-scheme-
|
|
2773
|
+
'background-color': var(--joy-scheme-transparent),
|
|
2774
2774
|
'border-color': var(--joy-scheme-highlight),
|
|
2775
2775
|
'border-radius': calc(var(--joy-layout-radius) / 2),
|
|
2776
2776
|
'border-style': solid,
|