@facter/ds-core 1.33.3 → 1.33.4

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/dist/index.js CHANGED
@@ -3688,6 +3688,7 @@ function CardSelect({
3688
3688
  className: "overflow-y-auto overscroll-contain",
3689
3689
  style: { maxHeight: listMaxHeight },
3690
3690
  onScroll: handleScroll,
3691
+ "data-scroll-lock-scrollable": true,
3691
3692
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "divide-y divide-border/50 p-2", children: [
3692
3693
  filteredOptions.length === 0 && !loading ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "py-4 text-center text-sm text-muted-foreground", children: emptyText }) : filteredOptions.map((option) => {
3693
3694
  const isSelected = value === option.value;