@breadstone/mosaik-elements-svelte 0.0.187 → 0.0.189
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 +10 -0
- package/index.mjs +3 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.0.189 (2025-12-02)
|
|
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.188 (2025-12-02)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **directives:** update FormFieldDirective to improve error handling and usage documentation ([7c07bb43fd](https://github.com/RueDeRennes/mosaik/commit/7c07bb43fd))
|
|
10
|
+
|
|
1
11
|
## 0.0.187 (2025-12-02)
|
|
2
12
|
|
|
3
13
|
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
|
@@ -73939,6 +73939,7 @@ function yK() {
|
|
|
73939
73939
|
:host [part="root"] {
|
|
73940
73940
|
display: inherit;
|
|
73941
73941
|
gap: var(--choice-group-gap);
|
|
73942
|
+
flex: 1;
|
|
73942
73943
|
}
|
|
73943
73944
|
|
|
73944
73945
|
`;
|
|
@@ -74029,6 +74030,7 @@ function xK() {
|
|
|
74029
74030
|
:host [part="root"] {
|
|
74030
74031
|
display: inherit;
|
|
74031
74032
|
gap: var(--choice-group-gap);
|
|
74033
|
+
flex: 1;
|
|
74032
74034
|
}
|
|
74033
74035
|
|
|
74034
74036
|
:host(:not([disabled]:not([disabled="false"])):hover) {
|
|
@@ -74124,6 +74126,7 @@ function wK() {
|
|
|
74124
74126
|
:host [part="root"] {
|
|
74125
74127
|
display: inherit;
|
|
74126
74128
|
gap: var(--choice-group-gap);
|
|
74129
|
+
flex: 1;
|
|
74127
74130
|
}
|
|
74128
74131
|
|
|
74129
74132
|
`;
|
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.189",
|
|
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.189",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.189",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|