@dxos/react-ui 0.4.10-main.e1be055 → 0.4.10-main.e3078ed

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.
@@ -1723,9 +1723,10 @@ var ScrollAreaViewport = /* @__PURE__ */ forwardRef20(({ classNames, ...props },
1723
1723
  ref: forwardedRef
1724
1724
  });
1725
1725
  });
1726
- var ScrollAreaScrollbar = /* @__PURE__ */ forwardRef20(({ classNames, ...props }, forwardedRef) => {
1726
+ var ScrollAreaScrollbar = /* @__PURE__ */ forwardRef20(({ classNames, variant = "fine", ...props }, forwardedRef) => {
1727
1727
  const { tx } = useThemeContext();
1728
1728
  return /* @__PURE__ */ React23.createElement(ScrollAreaPrimitiveScrollbar, {
1729
+ "data-variant": variant,
1729
1730
  ...props,
1730
1731
  className: tx("scrollArea.scrollbar", "scroll-area__scrollbar", {}, classNames),
1731
1732
  ref: forwardedRef