bits-ui 1.5.2 → 1.5.3

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.
@@ -148,7 +148,6 @@ class AccordionContentState {
148
148
  constructor(opts, item) {
149
149
  this.opts = opts;
150
150
  this.item = item;
151
- this.item = item;
152
151
  this.#isMountAnimationPrevented = this.item.isActive;
153
152
  useRefById(opts);
154
153
  $effect.pre(() => {
@@ -625,7 +625,6 @@ class MenuRadioGroupState {
625
625
  constructor(opts, content) {
626
626
  this.opts = opts;
627
627
  this.content = content;
628
- this.content = content;
629
628
  this.root = content.parentMenu.root;
630
629
  useRefById(opts);
631
630
  }
@@ -336,7 +336,6 @@ class ScrollAreaScrollbarXState {
336
336
  constructor(opts, scrollbarVis) {
337
337
  this.opts = opts;
338
338
  this.scrollbarVis = scrollbarVis;
339
- this.scrollbarVis = scrollbarVis;
340
339
  this.root = scrollbarVis.root;
341
340
  this.scrollbar = scrollbarVis.scrollbar;
342
341
  useRefById({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bits-ui",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "license": "MIT",
5
5
  "repository": "github:huntabyte/bits-ui",
6
6
  "funding": "https://github.com/sponsors/huntabyte",
@@ -30,7 +30,7 @@
30
30
  "svelte": "^5.22.6",
31
31
  "svelte-check": "^4.1.4",
32
32
  "tslib": "^2.8.1",
33
- "typescript": "^5.6.3",
33
+ "typescript": "^5.8.3",
34
34
  "vite": "^5.4.11",
35
35
  "vitest": "^2.1.8"
36
36
  },