@dxos/react-ui 0.4.2 → 0.4.3-main.38898ae

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.
@@ -1964,13 +1964,14 @@ var ToolbarLink = /* @__PURE__ */ forwardRef24((props, forwardedRef) => {
1964
1964
  ref: forwardedRef
1965
1965
  }));
1966
1966
  });
1967
- var ToolbarToggleGroup2 = /* @__PURE__ */ forwardRef24(({ classNames, children, ...props }, forwardedRef) => {
1967
+ var ToolbarToggleGroup2 = /* @__PURE__ */ forwardRef24(({ classNames, children, elevation, ...props }, forwardedRef) => {
1968
1968
  return /* @__PURE__ */ React28.createElement(ToolbarPrimitive.ToolbarToggleGroup, {
1969
1969
  ...props,
1970
1970
  asChild: true
1971
1971
  }, /* @__PURE__ */ React28.createElement(ButtonGroup, {
1972
1972
  classNames,
1973
1973
  children,
1974
+ elevation,
1974
1975
  ref: forwardedRef
1975
1976
  }));
1976
1977
  });