@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.mjs CHANGED
@@ -3657,6 +3657,7 @@ function CardSelect({
3657
3657
  className: "overflow-y-auto overscroll-contain",
3658
3658
  style: { maxHeight: listMaxHeight },
3659
3659
  onScroll: handleScroll,
3660
+ "data-scroll-lock-scrollable": true,
3660
3661
  children: /* @__PURE__ */ jsxs("div", { className: "divide-y divide-border/50 p-2", children: [
3661
3662
  filteredOptions.length === 0 && !loading ? /* @__PURE__ */ jsx("p", { className: "py-4 text-center text-sm text-muted-foreground", children: emptyText }) : filteredOptions.map((option) => {
3662
3663
  const isSelected = value === option.value;