@breadstone/mosaik-elements-foundation 0.0.253 → 0.0.254
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.
|
@@ -156,7 +156,7 @@ function buildResizeGhostStyles(rect) {
|
|
|
156
156
|
'background: linear-gradient(135deg, rgba(var(--mosaik-color-primary-500-rgb, 0, 123, 255), 0.15) 0%, rgba(var(--mosaik-color-primary-500-rgb, 0, 123, 255), 0.25) 100%)',
|
|
157
157
|
'border: 2px dashed var(--mosaik-color-primary-500, #007bff)',
|
|
158
158
|
'box-shadow: inset 0 0 0 1px rgba(var(--mosaik-color-primary-500-rgb, 0, 123, 255), 0.3), 0 4px 16px rgba(0, 0, 0, 0.1)',
|
|
159
|
-
'backdrop-filter: blur(
|
|
159
|
+
'backdrop-filter: blur(4px)',
|
|
160
160
|
`animation: ${GHOST_PULSE_ANIMATION} 1.5s ease-in-out infinite`,
|
|
161
161
|
'transition: width 0.15s ease-out, height 0.15s ease-out'
|
|
162
162
|
];
|
|
@@ -14,7 +14,7 @@ export function backdropElementJoyStyle() {
|
|
|
14
14
|
return css `
|
|
15
15
|
:host {
|
|
16
16
|
--backdrop-background-color: var(--joy-scheme-semi-transparent);
|
|
17
|
-
--backdrop-blur:
|
|
17
|
+
--backdrop-blur: 4px;
|
|
18
18
|
--backdrop-font-family: unset;
|
|
19
19
|
--backdrop-font-letter-spacing: unset;
|
|
20
20
|
--backdrop-font-line-height: unset;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.254",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
18
|
-
"@breadstone/mosaik-themes": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.254",
|
|
18
|
+
"@breadstone/mosaik-themes": "^0.0.254",
|
|
19
19
|
"@floating-ui/dom": "^1.7.6",
|
|
20
20
|
"@lit-labs/virtualizer": "^2.1.1",
|
|
21
21
|
"@lit/context": "^1.1.6",
|