@douglasneuroinformatics/libui 3.1.4 → 3.1.5

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.
@@ -2262,6 +2262,7 @@ var Slider = forwardRef79(
2262
2262
  {
2263
2263
  "aria-disabled": disabled,
2264
2264
  className: "relative h-1.5 w-full grow overflow-hidden rounded-full bg-primary opacity-15 aria-disabled:cursor-not-allowed aria-disabled:opacity-10",
2265
+ "data-testid": "slider-track",
2265
2266
  children: /* @__PURE__ */ jsx108(Range, { className: "absolute h-full bg-primary" })
2266
2267
  }
2267
2268
  ),
@@ -2269,7 +2270,8 @@ var Slider = forwardRef79(
2269
2270
  Thumb,
2270
2271
  {
2271
2272
  "aria-disabled": disabled,
2272
- className: "block h-4 w-4 rounded-full border border-slate-500 bg-background shadow transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring aria-disabled:cursor-not-allowed"
2273
+ className: "block h-4 w-4 rounded-full border border-slate-500 bg-background shadow transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring aria-disabled:cursor-not-allowed",
2274
+ "data-testid": "slider-thumb"
2273
2275
  }
2274
2276
  )
2275
2277
  ]