@breadstone/mosaik-elements-svelte 0.0.116 → 0.0.117
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 +6 -0
- package/index.mjs +12 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 0.0.117 (2025-08-18)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **dialog): correct part name from 'scroller' to 'scroll' in _DialogContentElement.scss chore(release:** update release script version to 0.0.116 in package.json ([549b90aade](https://github.com/RueDeRennes/mosaik/commit/549b90aade))
|
|
6
|
+
|
|
1
7
|
## 0.0.116 (2025-08-18)
|
|
2
8
|
|
|
3
9
|
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
|
@@ -122511,7 +122511,7 @@ function ntt() {
|
|
|
122511
122511
|
overflow: auto;
|
|
122512
122512
|
}
|
|
122513
122513
|
|
|
122514
|
-
:host [part="
|
|
122514
|
+
:host [part="scroll"] {
|
|
122515
122515
|
z-index: 1;
|
|
122516
122516
|
flex-direction: column;
|
|
122517
122517
|
flex: 1;
|
|
@@ -122519,17 +122519,17 @@ function ntt() {
|
|
|
122519
122519
|
overflow: auto;
|
|
122520
122520
|
}
|
|
122521
122521
|
|
|
122522
|
-
:host [part="
|
|
122522
|
+
:host [part="scroll"] [part="anchorTop"] {
|
|
122523
122523
|
position: absolute;
|
|
122524
122524
|
top: 0;
|
|
122525
122525
|
}
|
|
122526
122526
|
|
|
122527
|
-
:host [part="
|
|
122527
|
+
:host [part="scroll"] [part="anchorBottom"] {
|
|
122528
122528
|
position: absolute;
|
|
122529
122529
|
bottom: 0;
|
|
122530
122530
|
}
|
|
122531
122531
|
|
|
122532
|
-
:host [part="
|
|
122532
|
+
:host [part="scroll"] [part="content"] {
|
|
122533
122533
|
padding: var(--dialog-padding-top) var(--dialog-padding-right) var(--dialog-padding-bottom) var(--dialog-padding-left);
|
|
122534
122534
|
height: min-content;
|
|
122535
122535
|
position: relative;
|
|
@@ -122592,7 +122592,7 @@ function att() {
|
|
|
122592
122592
|
overflow: auto;
|
|
122593
122593
|
}
|
|
122594
122594
|
|
|
122595
|
-
:host [part="
|
|
122595
|
+
:host [part="scroll"] {
|
|
122596
122596
|
z-index: 1;
|
|
122597
122597
|
flex-direction: column;
|
|
122598
122598
|
flex: 1;
|
|
@@ -122600,17 +122600,17 @@ function att() {
|
|
|
122600
122600
|
overflow: auto;
|
|
122601
122601
|
}
|
|
122602
122602
|
|
|
122603
|
-
:host [part="
|
|
122603
|
+
:host [part="scroll"] [part="anchorTop"] {
|
|
122604
122604
|
position: absolute;
|
|
122605
122605
|
top: 0;
|
|
122606
122606
|
}
|
|
122607
122607
|
|
|
122608
|
-
:host [part="
|
|
122608
|
+
:host [part="scroll"] [part="anchorBottom"] {
|
|
122609
122609
|
position: absolute;
|
|
122610
122610
|
bottom: 0;
|
|
122611
122611
|
}
|
|
122612
122612
|
|
|
122613
|
-
:host [part="
|
|
122613
|
+
:host [part="scroll"] [part="content"] {
|
|
122614
122614
|
padding: var(--dialog-padding-top) var(--dialog-padding-right) var(--dialog-padding-bottom) var(--dialog-padding-left);
|
|
122615
122615
|
height: min-content;
|
|
122616
122616
|
position: relative;
|
|
@@ -122673,7 +122673,7 @@ function itt() {
|
|
|
122673
122673
|
overflow: auto;
|
|
122674
122674
|
}
|
|
122675
122675
|
|
|
122676
|
-
:host [part="
|
|
122676
|
+
:host [part="scroll"] {
|
|
122677
122677
|
z-index: 1;
|
|
122678
122678
|
flex-direction: column;
|
|
122679
122679
|
flex: 1;
|
|
@@ -122681,17 +122681,17 @@ function itt() {
|
|
|
122681
122681
|
overflow: auto;
|
|
122682
122682
|
}
|
|
122683
122683
|
|
|
122684
|
-
:host [part="
|
|
122684
|
+
:host [part="scroll"] [part="anchorTop"] {
|
|
122685
122685
|
position: absolute;
|
|
122686
122686
|
top: 0;
|
|
122687
122687
|
}
|
|
122688
122688
|
|
|
122689
|
-
:host [part="
|
|
122689
|
+
:host [part="scroll"] [part="anchorBottom"] {
|
|
122690
122690
|
position: absolute;
|
|
122691
122691
|
bottom: 0;
|
|
122692
122692
|
}
|
|
122693
122693
|
|
|
122694
|
-
:host [part="
|
|
122694
|
+
:host [part="scroll"] [part="content"] {
|
|
122695
122695
|
padding: var(--dialog-padding-top) var(--dialog-padding-right) var(--dialog-padding-bottom) var(--dialog-padding-left);
|
|
122696
122696
|
height: min-content;
|
|
122697
122697
|
position: relative;
|
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.117",
|
|
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.117",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.117",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|