@breadstone/mosaik-elements-svelte 0.0.80 → 0.0.82

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/index.mjs +58 -8
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.0.82 (2025-08-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **release): update version number from 0.0.81 to 0.0.82 in release script fix(events:** remove redundant detailType from select event in Meta.g.json ([a330ca39c9](https://github.com/RueDeRennes/mosaik/commit/a330ca39c9))
10
+ - **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
11
+
12
+ ## 0.0.81 (2025-07-30)
13
+
14
+ ### 🚀 Features
15
+
16
+ - update release version to 0.0.80 in package.json ([96a94fca93](https://github.com/RueDeRennes/mosaik/commit/96a94fca93))
17
+
1
18
  ## 0.0.80 (2025-07-30)
2
19
 
3
20
  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
@@ -78439,6 +78439,8 @@ let qh = class extends P(V(Ot(Q(xr(rs))))) {
78439
78439
  * @override
78440
78440
  * @readonly
78441
78441
  */
78442
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
78443
+ // @ts-ignore
78442
78444
  static get is() {
78443
78445
  return "mosaik-list-item";
78444
78446
  }
@@ -78472,7 +78474,10 @@ let qh = class extends P(V(Ot(Q(xr(rs))))) {
78472
78474
  }
78473
78475
  };
78474
78476
  Zw([
78475
- b({ type: Boolean, useDefault: !0 }),
78477
+ b({
78478
+ type: Boolean,
78479
+ useDefault: !0
78480
+ }),
78476
78481
  kh("design:type", Boolean),
78477
78482
  kh("design:paramtypes", [Boolean])
78478
78483
  ], qh.prototype, "isChecked", null);
@@ -79510,6 +79515,8 @@ let Vl = class extends P(V(WE(Ca))) {
79510
79515
  * @override
79511
79516
  * @readonly
79512
79517
  */
79518
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
79519
+ // @ts-ignore
79513
79520
  static get is() {
79514
79521
  return "mosaik-list";
79515
79522
  }
@@ -91957,6 +91964,8 @@ let Zl = class extends P(V(Ot(Q(xr(Lt(rs)))))) {
91957
91964
  * @override
91958
91965
  * @readonly
91959
91966
  */
91967
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
91968
+ // @ts-ignore
91960
91969
  static get is() {
91961
91970
  return "mosaik-select-item";
91962
91971
  }
@@ -124365,6 +124374,7 @@ function $tt() {
124365
124374
  --drawer-foreground-color: var(--joy-scheme-foreground);
124366
124375
  --drawer-gap: 8px;
124367
124376
  --drawer-height: 100%;
124377
+ --drawer-line-thickness: var(--joy-layout-thickness);
124368
124378
  --drawer-padding-bottom: 8px;
124369
124379
  --drawer-padding-left: 16px;
124370
124380
  --drawer-padding-right: 16px;
@@ -124443,7 +124453,7 @@ function $tt() {
124443
124453
 
124444
124454
  :host [part="root"]:after {
124445
124455
  content: "";
124446
- width: calc(var(--drawer-border-width) / 2);
124456
+ width: var(--drawer-line-thickness);
124447
124457
  background-color: var(--drawer-border-color);
124448
124458
  position: absolute;
124449
124459
  top: 0;
@@ -124530,6 +124540,7 @@ function Ott() {
124530
124540
  --drawer-foreground-color: var(--retro-scheme-foreground);
124531
124541
  --drawer-gap: 8px;
124532
124542
  --drawer-height: 100%;
124543
+ --drawer-line-thickness: var(--retro-layout-thickness);
124533
124544
  --drawer-padding-bottom: 8px;
124534
124545
  --drawer-padding-left: 16px;
124535
124546
  --drawer-padding-right: 16px;
@@ -124608,7 +124619,7 @@ function Ott() {
124608
124619
 
124609
124620
  :host [part="root"]:after {
124610
124621
  content: "";
124611
- width: calc(var(--drawer-border-width) / 2);
124622
+ width: var(--drawer-line-thickness);
124612
124623
  background-color: var(--drawer-border-color);
124613
124624
  position: absolute;
124614
124625
  top: 0;
@@ -124699,6 +124710,7 @@ function Ttt() {
124699
124710
  --drawer-foreground-color: unset;
124700
124711
  --drawer-gap: unset;
124701
124712
  --drawer-height: unset;
124713
+ --drawer-line-thickness: var(--cosmopolitan-layout-thickness);
124702
124714
  --drawer-padding-bottom: unset;
124703
124715
  --drawer-padding-left: unset;
124704
124716
  --drawer-padding-right: unset;
@@ -124777,7 +124789,7 @@ function Ttt() {
124777
124789
 
124778
124790
  :host [part="root"]:after {
124779
124791
  content: "";
124780
- width: calc(var(--drawer-border-width) / 2);
124792
+ width: var(--drawer-line-thickness);
124781
124793
  background-color: var(--drawer-border-color);
124782
124794
  position: absolute;
124783
124795
  top: 0;
@@ -143046,6 +143058,8 @@ let ed = class extends P(V(bt(Q(Ca)))) {
143046
143058
  * @override
143047
143059
  * @readonly
143048
143060
  */
143061
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
143062
+ // @ts-ignore
143049
143063
  static get is() {
143050
143064
  return "mosaik-carousel";
143051
143065
  }
@@ -143947,6 +143961,20 @@ let ci = class extends P(At(Ca)) {
143947
143961
  }
143948
143962
  // #endregion
143949
143963
  // #region Properties
143964
+ /**
143965
+ * Returns the `{@link is}` property.
143966
+ * The `{@link is}` property represents natural name of this element.
143967
+ *
143968
+ * @public
143969
+ * @static
143970
+ * @override
143971
+ * @readonly
143972
+ */
143973
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
143974
+ // @ts-ignore
143975
+ static get is() {
143976
+ return "mosaik-carousel-2";
143977
+ }
143950
143978
  /**
143951
143979
  * Gets or sets the `page` property.
143952
143980
  *
@@ -144135,17 +144163,26 @@ bl([
144135
144163
  vr("design:paramtypes", [String])
144136
144164
  ], ci.prototype, "orientation", null);
144137
144165
  bl([
144138
- b({ type: Boolean, useDefault: !0 }),
144166
+ b({
144167
+ type: Boolean,
144168
+ useDefault: !0
144169
+ }),
144139
144170
  vr("design:type", Boolean),
144140
144171
  vr("design:paramtypes", [Boolean])
144141
144172
  ], ci.prototype, "circular", null);
144142
144173
  bl([
144143
- b({ type: Boolean, useDefault: !0 }),
144174
+ b({
144175
+ type: Boolean,
144176
+ useDefault: !0
144177
+ }),
144144
144178
  vr("design:type", Boolean),
144145
144179
  vr("design:paramtypes", [Boolean])
144146
144180
  ], ci.prototype, "showIndicators", null);
144147
144181
  bl([
144148
- b({ type: Boolean, useDefault: !0 }),
144182
+ b({
144183
+ type: Boolean,
144184
+ useDefault: !0
144185
+ }),
144149
144186
  vr("design:type", Boolean),
144150
144187
  vr("design:paramtypes", [Boolean])
144151
144188
  ], ci.prototype, "showNavigators", null);
@@ -144636,6 +144673,8 @@ let Os = class extends P(V(Ot(Q(xr(Lt(rs)))))) {
144636
144673
  * @override
144637
144674
  * @readonly
144638
144675
  */
144676
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
144677
+ // @ts-ignore
144639
144678
  static get is() {
144640
144679
  return "mosaik-combo-item";
144641
144680
  }
@@ -153650,6 +153689,8 @@ let Js = class extends P(V(Ot(Q(xr(At(xn(rs))))))) {
153650
153689
  * @override
153651
153690
  * @readonly
153652
153691
  */
153692
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
153693
+ // @ts-ignore
153653
153694
  static get is() {
153654
153695
  return "mosaik-tree-item";
153655
153696
  }
@@ -154028,6 +154069,8 @@ let lp = class extends P(V(At(Ca))) {
154028
154069
  * @override
154029
154070
  * @readonly
154030
154071
  */
154072
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
154073
+ // @ts-ignore
154031
154074
  static get is() {
154032
154075
  return "mosaik-tree";
154033
154076
  }
@@ -154477,6 +154520,8 @@ let dp = class extends P(gi(sd(rs))) {
154477
154520
  * @override
154478
154521
  * @readonly
154479
154522
  */
154523
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
154524
+ // @ts-ignore
154480
154525
  static get is() {
154481
154526
  return "mosaik-wizard-step";
154482
154527
  }
@@ -154562,7 +154607,10 @@ Rf([
154562
154607
  Pi("design:paramtypes", [String])
154563
154608
  ], dp.prototype, "subHeader", null);
154564
154609
  Rf([
154565
- b({ type: Boolean, useDefault: !0 }),
154610
+ b({
154611
+ type: Boolean,
154612
+ useDefault: !0
154613
+ }),
154566
154614
  Pi("design:type", Boolean),
154567
154615
  Pi("design:paramtypes", [Boolean])
154568
154616
  ], dp.prototype, "isActive", null);
@@ -154898,6 +154946,8 @@ let cp = class extends P(At(Wo(V(Ca)))) {
154898
154946
  * @override
154899
154947
  * @readonly
154900
154948
  */
154949
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
154950
+ // @ts-ignore
154901
154951
  static get is() {
154902
154952
  return "mosaik-wizard";
154903
154953
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "svelte": "^5.34.7"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.80",
18
- "@breadstone/mosaik-elements-foundation": "^0.0.80",
17
+ "@breadstone/mosaik-elements": "^0.0.82",
18
+ "@breadstone/mosaik-elements-foundation": "^0.0.82",
19
19
  "tslib": "^2.8.1"
20
20
  },
21
21
  "exports": {