@breadstone/mosaik-themes 0.0.136 → 0.0.137
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/cosmopolitan.scss +5 -0
- package/Themes/joy.scss +5 -0
- package/Themes/retro.scss +5 -0
- package/package.json +2 -2
package/Themes/cosmopolitan.scss
CHANGED
|
@@ -3116,6 +3116,11 @@ $drop-down-button-props: (
|
|
|
3116
3116
|
'translate': unset
|
|
3117
3117
|
);
|
|
3118
3118
|
$drop-zone-props: (
|
|
3119
|
+
'background-color': var(--cosmopolitan-scheme-background),
|
|
3120
|
+
'border-color': var(--cosmopolitan-scheme-highlight),
|
|
3121
|
+
'border-radius': var(--cosmopolitan-layout-radius),
|
|
3122
|
+
'border-style': solid,
|
|
3123
|
+
'border-width': var(--cosmopolitan-layout-thickness),
|
|
3119
3124
|
'font-family': unset,
|
|
3120
3125
|
'font-letter-spacing': unset,
|
|
3121
3126
|
'font-line-height': unset,
|
package/Themes/joy.scss
CHANGED
|
@@ -3751,6 +3751,11 @@ $drop-down-button-props: (
|
|
|
3751
3751
|
'translate': unset
|
|
3752
3752
|
);
|
|
3753
3753
|
$drop-zone-props: (
|
|
3754
|
+
'background-color': var(--joy-scheme-background),
|
|
3755
|
+
'border-color': var(--joy-scheme-highlight),
|
|
3756
|
+
'border-radius': var(--joy-layout-radius),
|
|
3757
|
+
'border-style': solid,
|
|
3758
|
+
'border-width': var(--joy-layout-thickness),
|
|
3754
3759
|
'font-family': unset,
|
|
3755
3760
|
'font-letter-spacing': unset,
|
|
3756
3761
|
'font-line-height': unset,
|
package/Themes/retro.scss
CHANGED
|
@@ -3560,6 +3560,11 @@ $drop-down-button-props: (
|
|
|
3560
3560
|
'width': auto
|
|
3561
3561
|
);
|
|
3562
3562
|
$drop-zone-props: (
|
|
3563
|
+
'background-color': var(--retro-scheme-background),
|
|
3564
|
+
'border-color': var(--retro-scheme-highlight),
|
|
3565
|
+
'border-radius': var(--retro-layout-radius),
|
|
3566
|
+
'border-style': solid,
|
|
3567
|
+
'border-width': var(--retro-layout-thickness),
|
|
3563
3568
|
'font-family': unset,
|
|
3564
3569
|
'font-letter-spacing': unset,
|
|
3565
3570
|
'font-line-height': 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.137",
|
|
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.137",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|