@breadstone/mosaik-elements-svelte 0.0.111 → 0.0.112

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.112 (2025-08-16)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.111 (2025-08-16)
2
6
 
3
7
  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
@@ -142959,7 +142959,7 @@ let xa = class extends P(Zt(W(tt(gt(nr(Ze(rl))))))) {
142959
142959
  // #endregion
142960
142960
  // #region Ctor
142961
142961
  constructor() {
142962
- super(), this._step = 1, this._ticks = 0, this._tickPlacement = Tl.Both, this._tooltipPlacement = jf.None, this._tooltipAccessor = (t) => t.toString(), this._track = !0, this._showTickLabels = !0, this._tickLabelAccessor = (t) => t.toString(), this._pxPerStep = 8, this._accelerate = !0, this._dragging = !1, this._pointerId = void 0, this._lastX = 0, this._pxRemainder = 0, this._bgOffsetPx = 0;
142962
+ super(), this._step = 1, this._ticks = 0, this._tickPlacement = Tl.Both, this._tooltipPlacement = jf.None, this._tooltipAccessor = (t) => t !== void 0 ? t.toString() : "", this._track = !0, this._showTickLabels = !0, this._tickLabelAccessor = (t) => t !== void 0 ? t.toString() : "", this._pxPerStep = 8, this._accelerate = !0, this._dragging = !1, this._pointerId = void 0, this._lastX = 0, this._pxRemainder = 0, this._bgOffsetPx = 0;
142963
142963
  }
142964
142964
  // #endregion
142965
142965
  // #region Properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
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.111",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.111",
18
+ "@breadstone/mosaik-elements": "^0.0.112",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.112",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {