@breadstone/mosaik-elements-svelte 0.0.112 → 0.0.114
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/CHANGELOG.md +8 -0
- package/index.mjs +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 0.0.114 (2025-08-17)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.113 (2025-08-17)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
1
9
|
## 0.0.112 (2025-08-16)
|
|
2
10
|
|
|
3
11
|
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
package/index.mjs
CHANGED
|
@@ -124356,11 +124356,11 @@ function Ctt() {
|
|
|
124356
124356
|
--dialog-padding-left: calc(var(--joy-layout-space) * 2);
|
|
124357
124357
|
--dialog-padding-right: calc(var(--joy-layout-space) * 2);
|
|
124358
124358
|
--dialog-padding-top: var(--joy-layout-space);
|
|
124359
|
-
--dialog-shadow-blur: var(--joy-elevation-
|
|
124360
|
-
--dialog-shadow-color: var(--joy-elevation-
|
|
124361
|
-
--dialog-shadow-offset-x: var(--joy-elevation-
|
|
124362
|
-
--dialog-shadow-offset-y: var(--joy-elevation-
|
|
124363
|
-
--dialog-shadow-spread: var(--joy-elevation-
|
|
124359
|
+
--dialog-shadow-blur: var(--joy-elevation-regular-blur-0);
|
|
124360
|
+
--dialog-shadow-color: var(--joy-elevation-regular-color-0);
|
|
124361
|
+
--dialog-shadow-offset-x: var(--joy-elevation-regular-offset-x-0);
|
|
124362
|
+
--dialog-shadow-offset-y: var(--joy-elevation-regular-offset-y-0);
|
|
124363
|
+
--dialog-shadow-spread: var(--joy-elevation-regular-spread-0);
|
|
124364
124364
|
--dialog-transition-duration: var(--joy-duration-short);
|
|
124365
124365
|
--dialog-transition-mode: ease;
|
|
124366
124366
|
--dialog-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-elements-svelte",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.114",
|
|
4
4
|
"description": "Mosaik elements for Svelte.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"vite": "*"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
19
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
18
|
+
"@breadstone/mosaik-elements": "^0.0.114",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.114",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|