@breadstone/mosaik-themes 0.0.111 → 0.0.113
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 +5 -5
- package/package.json +2 -2
package/Themes/joy.scss
CHANGED
|
@@ -3266,11 +3266,11 @@ $dialog-props: (
|
|
|
3266
3266
|
'padding-left': calc(var(--joy-layout-space)*2),
|
|
3267
3267
|
'padding-right': calc(var(--joy-layout-space)*2),
|
|
3268
3268
|
'padding-top': var(--joy-layout-space),
|
|
3269
|
-
'shadow-blur': var(--joy-elevation-
|
|
3270
|
-
'shadow-color': var(--joy-elevation-
|
|
3271
|
-
'shadow-offset-x': var(--joy-elevation-
|
|
3272
|
-
'shadow-offset-y': var(--joy-elevation-
|
|
3273
|
-
'shadow-spread': var(--joy-elevation-
|
|
3269
|
+
'shadow-blur': var(--joy-elevation-regular-blur-0),
|
|
3270
|
+
'shadow-color': var(--joy-elevation-regular-color-0),
|
|
3271
|
+
'shadow-offset-x': var(--joy-elevation-regular-offset-x-0),
|
|
3272
|
+
'shadow-offset-y': var(--joy-elevation-regular-offset-y-0),
|
|
3273
|
+
'shadow-spread': var(--joy-elevation-regular-spread-0),
|
|
3274
3274
|
'transition-duration': var(--joy-duration-short),
|
|
3275
3275
|
'transition-mode': ease,
|
|
3276
3276
|
'transition-property': (background-color, color, border-color, opacity, box-shadow, margin),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.113",
|
|
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.113",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|