@breadstone/mosaik-themes 0.1.35 → 0.1.36
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 +17 -1
- package/themes/joy.scss +17 -1
- package/themes/memphis.scss +17 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.36",
|
|
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.36",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -5907,6 +5907,11 @@ $drop-zone-props: (
|
|
|
5907
5907
|
* ------------------------------------------------------------------------------
|
|
5908
5908
|
*/
|
|
5909
5909
|
$dropdown-props: (
|
|
5910
|
+
'background-color': unset,
|
|
5911
|
+
'border-color': unset,
|
|
5912
|
+
'border-radius': unset,
|
|
5913
|
+
'border-style': solid,
|
|
5914
|
+
'border-width': unset,
|
|
5910
5915
|
'font-family': unset,
|
|
5911
5916
|
'font-letter-spacing': unset,
|
|
5912
5917
|
'font-line-height': unset,
|
|
@@ -5914,11 +5919,22 @@ $dropdown-props: (
|
|
|
5914
5919
|
'font-text-decoration': unset,
|
|
5915
5920
|
'font-text-transform': unset,
|
|
5916
5921
|
'font-weight': unset,
|
|
5922
|
+
'foreground-color': unset,
|
|
5917
5923
|
'gap': unset,
|
|
5918
5924
|
'padding-bottom': unset,
|
|
5919
5925
|
'padding-left': unset,
|
|
5920
5926
|
'padding-right': unset,
|
|
5921
5927
|
'padding-top': unset,
|
|
5928
|
+
'panel-background-color': var(--cosmopolitan-scheme-background),
|
|
5929
|
+
'panel-border-color': var(--cosmopolitan-scheme-highlight),
|
|
5930
|
+
'panel-border-radius': var(--cosmopolitan-layout-radius),
|
|
5931
|
+
'panel-border-style': solid,
|
|
5932
|
+
'panel-border-width': var(--cosmopolitan-layout-thickness),
|
|
5933
|
+
'panel-box-shadow': 0 4px 12px rgba(0, 0, 0, 0.15),
|
|
5934
|
+
'panel-padding': 0,
|
|
5935
|
+
'panel-z-index': 1000,
|
|
5936
|
+
'panel-max-height': 200px,
|
|
5937
|
+
'panel-offset': 8px,
|
|
5922
5938
|
'shadow': unset unset unset unset unset,
|
|
5923
5939
|
'shadow-blur': unset,
|
|
5924
5940
|
'shadow-color': unset,
|
|
@@ -5928,7 +5944,7 @@ $dropdown-props: (
|
|
|
5928
5944
|
'transition-duration': unset,
|
|
5929
5945
|
'transition-mode': unset,
|
|
5930
5946
|
'transition-property': unset,
|
|
5931
|
-
'translate':
|
|
5947
|
+
'translate': unset
|
|
5932
5948
|
);
|
|
5933
5949
|
/**
|
|
5934
5950
|
* ------------------------------------------------------------------------------
|
package/themes/joy.scss
CHANGED
|
@@ -6119,6 +6119,11 @@ $drop-zone-props: (
|
|
|
6119
6119
|
* ------------------------------------------------------------------------------
|
|
6120
6120
|
*/
|
|
6121
6121
|
$dropdown-props: (
|
|
6122
|
+
'background-color': unset,
|
|
6123
|
+
'border-color': unset,
|
|
6124
|
+
'border-radius': unset,
|
|
6125
|
+
'border-style': solid,
|
|
6126
|
+
'border-width': unset,
|
|
6122
6127
|
'font-family': unset,
|
|
6123
6128
|
'font-letter-spacing': unset,
|
|
6124
6129
|
'font-line-height': unset,
|
|
@@ -6126,11 +6131,22 @@ $dropdown-props: (
|
|
|
6126
6131
|
'font-text-decoration': unset,
|
|
6127
6132
|
'font-text-transform': unset,
|
|
6128
6133
|
'font-weight': unset,
|
|
6134
|
+
'foreground-color': unset,
|
|
6129
6135
|
'gap': unset,
|
|
6130
6136
|
'padding-bottom': unset,
|
|
6131
6137
|
'padding-left': unset,
|
|
6132
6138
|
'padding-right': unset,
|
|
6133
6139
|
'padding-top': unset,
|
|
6140
|
+
'panel-background-color': var(--joy-scheme-background),
|
|
6141
|
+
'panel-border-color': var(--joy-scheme-highlight),
|
|
6142
|
+
'panel-border-radius': var(--joy-layout-radius),
|
|
6143
|
+
'panel-border-style': solid,
|
|
6144
|
+
'panel-border-width': var(--joy-layout-thickness),
|
|
6145
|
+
'panel-box-shadow': 0 4px 12px rgba(0, 0, 0, 0.15),
|
|
6146
|
+
'panel-padding': 0,
|
|
6147
|
+
'panel-z-index': 1000,
|
|
6148
|
+
'panel-max-height': 200px,
|
|
6149
|
+
'panel-offset': 8px,
|
|
6134
6150
|
'shadow': unset unset unset unset unset,
|
|
6135
6151
|
'shadow-blur': unset,
|
|
6136
6152
|
'shadow-color': unset,
|
|
@@ -6140,7 +6156,7 @@ $dropdown-props: (
|
|
|
6140
6156
|
'transition-duration': unset,
|
|
6141
6157
|
'transition-mode': unset,
|
|
6142
6158
|
'transition-property': unset,
|
|
6143
|
-
'translate':
|
|
6159
|
+
'translate': unset
|
|
6144
6160
|
);
|
|
6145
6161
|
/**
|
|
6146
6162
|
* ------------------------------------------------------------------------------
|
package/themes/memphis.scss
CHANGED
|
@@ -6033,6 +6033,11 @@ $drop-zone-props: (
|
|
|
6033
6033
|
* ------------------------------------------------------------------------------
|
|
6034
6034
|
*/
|
|
6035
6035
|
$dropdown-props: (
|
|
6036
|
+
'background-color': unset,
|
|
6037
|
+
'border-color': unset,
|
|
6038
|
+
'border-radius': unset,
|
|
6039
|
+
'border-style': solid,
|
|
6040
|
+
'border-width': unset,
|
|
6036
6041
|
'font-family': unset,
|
|
6037
6042
|
'font-letter-spacing': unset,
|
|
6038
6043
|
'font-line-height': unset,
|
|
@@ -6040,11 +6045,22 @@ $dropdown-props: (
|
|
|
6040
6045
|
'font-text-decoration': unset,
|
|
6041
6046
|
'font-text-transform': unset,
|
|
6042
6047
|
'font-weight': unset,
|
|
6048
|
+
'foreground-color': unset,
|
|
6043
6049
|
'gap': unset,
|
|
6044
6050
|
'padding-bottom': unset,
|
|
6045
6051
|
'padding-left': unset,
|
|
6046
6052
|
'padding-right': unset,
|
|
6047
6053
|
'padding-top': unset,
|
|
6054
|
+
'panel-background-color': var(--memphis-scheme-background),
|
|
6055
|
+
'panel-border-color': var(--memphis-scheme-highlight),
|
|
6056
|
+
'panel-border-radius': var(--memphis-layout-radius),
|
|
6057
|
+
'panel-border-style': solid,
|
|
6058
|
+
'panel-border-width': var(--memphis-layout-thickness),
|
|
6059
|
+
'panel-box-shadow': 0 4px 12px rgba(0, 0, 0, 0.15),
|
|
6060
|
+
'panel-padding': 0,
|
|
6061
|
+
'panel-z-index': 1000,
|
|
6062
|
+
'panel-max-height': 200px,
|
|
6063
|
+
'panel-offset': 8px,
|
|
6048
6064
|
'shadow': unset unset unset unset unset,
|
|
6049
6065
|
'shadow-blur': unset,
|
|
6050
6066
|
'shadow-color': unset,
|
|
@@ -6054,7 +6070,7 @@ $dropdown-props: (
|
|
|
6054
6070
|
'transition-duration': unset,
|
|
6055
6071
|
'transition-mode': unset,
|
|
6056
6072
|
'transition-property': unset,
|
|
6057
|
-
'translate':
|
|
6073
|
+
'translate': unset
|
|
6058
6074
|
);
|
|
6059
6075
|
/**
|
|
6060
6076
|
* ------------------------------------------------------------------------------
|