@breadstone/mosaik-elements-svelte 0.0.246 → 0.0.248
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 +7 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.0.248 (2026-05-02)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **tooltip:** add TooltipDirective for customizable tooltips ([9d5891816b](https://github.com/RueDeRennes/mosaik/commit/9d5891816b))
|
|
6
|
+
|
|
7
|
+
## 0.0.247 (2026-05-01)
|
|
8
|
+
|
|
9
|
+
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
|
10
|
+
|
|
1
11
|
## 0.0.246 (2026-04-30)
|
|
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
|
@@ -20861,7 +20861,7 @@ var Iw;
|
|
|
20861
20861
|
//#endregion
|
|
20862
20862
|
//#region ../mosaik-elements-foundation/dist/Controls/Components/Primitives/Portal/Portal.js
|
|
20863
20863
|
var Lw = /* @__PURE__ */ new Map(), sde = class e {
|
|
20864
|
-
static _z =
|
|
20864
|
+
static _z = 1099;
|
|
20865
20865
|
static next() {
|
|
20866
20866
|
return ++e._z;
|
|
20867
20867
|
}
|
|
@@ -21134,6 +21134,7 @@ function dde() {
|
|
|
21134
21134
|
:host {
|
|
21135
21135
|
pointer-events: none;
|
|
21136
21136
|
z-index: var(--portal-z-index, 100);
|
|
21137
|
+
position: fixed;
|
|
21137
21138
|
inset: 0;
|
|
21138
21139
|
}
|
|
21139
21140
|
|
|
@@ -21201,6 +21202,7 @@ function fde() {
|
|
|
21201
21202
|
:host {
|
|
21202
21203
|
pointer-events: none;
|
|
21203
21204
|
z-index: var(--portal-z-index, 100);
|
|
21205
|
+
position: fixed;
|
|
21204
21206
|
inset: 0;
|
|
21205
21207
|
}
|
|
21206
21208
|
|
|
@@ -21268,6 +21270,7 @@ function pde() {
|
|
|
21268
21270
|
:host {
|
|
21269
21271
|
pointer-events: none;
|
|
21270
21272
|
z-index: var(--portal-z-index, 100);
|
|
21273
|
+
position: fixed;
|
|
21271
21274
|
inset: 0;
|
|
21272
21275
|
}
|
|
21273
21276
|
|
|
@@ -190631,6 +190634,7 @@ function Kbe() {
|
|
|
190631
190634
|
:host {
|
|
190632
190635
|
pointer-events: none;
|
|
190633
190636
|
z-index: var(--portal-z-index, 100);
|
|
190637
|
+
position: fixed;
|
|
190634
190638
|
inset: 0;
|
|
190635
190639
|
}
|
|
190636
190640
|
|
|
@@ -190698,6 +190702,7 @@ function qbe() {
|
|
|
190698
190702
|
:host {
|
|
190699
190703
|
pointer-events: none;
|
|
190700
190704
|
z-index: var(--portal-z-index, 100);
|
|
190705
|
+
position: fixed;
|
|
190701
190706
|
inset: 0;
|
|
190702
190707
|
}
|
|
190703
190708
|
|
|
@@ -190765,6 +190770,7 @@ function Jbe() {
|
|
|
190765
190770
|
:host {
|
|
190766
190771
|
pointer-events: none;
|
|
190767
190772
|
z-index: var(--portal-z-index, 100);
|
|
190773
|
+
position: fixed;
|
|
190768
190774
|
inset: 0;
|
|
190769
190775
|
}
|
|
190770
190776
|
|
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.248",
|
|
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.248",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.248"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|