@economic/taco 2.64.1-EC-47967-2.0 → 2.64.1-EC-47967-2.1

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/taco.cjs CHANGED
@@ -23116,10 +23116,12 @@ const Content$7 = React__namespace.forwardRef(function DialogContent2(props, ref
23116
23116
  } else {
23117
23117
  output = props.children;
23118
23118
  }
23119
+ console.log(props);
23119
23120
  return /* @__PURE__ */ React__namespace.createElement(Portal$6, null, /* @__PURE__ */ React__namespace.createElement(Overlay, { asChild: true }, /* @__PURE__ */ React__namespace.createElement(Backdrop, null, /* @__PURE__ */ React__namespace.createElement(
23120
23121
  Content$d,
23121
23122
  {
23122
23123
  ...props,
23124
+ "aria-describedby": void 0,
23123
23125
  className,
23124
23126
  onEscapeKeyDown: handleEscapeKeyDown,
23125
23127
  onInteractOutside: handleInteractOutside,