@breadstone/mosaik-elements-svelte 0.0.262 → 0.0.264
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 +11 -0
- package/index.mjs +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.0.264 (2026-05-10)
|
|
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.263 (2026-05-10)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **api:** add formatter property to MenuItem and MenuItemGroup components ([aa31380bbd](https://github.com/RueDeRennes/mosaik/commit/aa31380bbd))
|
|
10
|
+
- **menu:** add formatter property to MenuItem and MenuItemGroup components ([76e2cc101c](https://github.com/RueDeRennes/mosaik/commit/76e2cc101c))
|
|
11
|
+
|
|
1
12
|
## 0.0.262 (2026-05-10)
|
|
2
13
|
|
|
3
14
|
### 🩹 Fixes
|
package/index.mjs
CHANGED
|
@@ -123297,6 +123297,8 @@ function Kq(e) {
|
|
|
123297
123297
|
.dir="${e.dir}"
|
|
123298
123298
|
.lang="${e.lang}"
|
|
123299
123299
|
.formatter="${e.formatter}"
|
|
123300
|
+
?truncate="${e.textOverflow === IA.Truncate}"
|
|
123301
|
+
?wrap="${e.textOverflow === IA.Wrap}"
|
|
123300
123302
|
?disabled="${e.disabled}"></mosaik-text>
|
|
123301
123303
|
`)}
|
|
123302
123304
|
</slot>
|
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.264",
|
|
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.264",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.264"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|