@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 +2 -0
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.js +2 -0
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.js
CHANGED
@@ -23098,10 +23098,12 @@ const Content$7 = React.forwardRef(function DialogContent2(props, ref) {
|
|
23098
23098
|
} else {
|
23099
23099
|
output = props.children;
|
23100
23100
|
}
|
23101
|
+
console.log(props);
|
23101
23102
|
return /* @__PURE__ */ React.createElement(Portal$6, null, /* @__PURE__ */ React.createElement(Overlay, { asChild: true }, /* @__PURE__ */ React.createElement(Backdrop, null, /* @__PURE__ */ React.createElement(
|
23102
23103
|
Content$d,
|
23103
23104
|
{
|
23104
23105
|
...props,
|
23106
|
+
"aria-describedby": void 0,
|
23105
23107
|
className,
|
23106
23108
|
onEscapeKeyDown: handleEscapeKeyDown,
|
23107
23109
|
onInteractOutside: handleInteractOutside,
|