@dxos/react-ui 0.4.7-main.65109e8 → 0.4.7-main.65e1c1a

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.
@@ -501,6 +501,9 @@ var Button = /* @__PURE__ */ forwardRef6(({ classNames, children, density: props
501
501
  return /* @__PURE__ */ React7.createElement(Root3, {
502
502
  ref,
503
503
  ...props,
504
+ "data-variant": variant,
505
+ "data-density": density,
506
+ "data-props": inGroup ? "grouped" : "",
504
507
  className: tx("button.root", "button", {
505
508
  variant,
506
509
  inGroup,