lecom-ui 2.2.5 → 2.2.6
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.
|
@@ -41,6 +41,7 @@ const SheetContent = React.forwardRef(({ side = "right", className, children, ..
|
|
|
41
41
|
className: cn(sheetVariants({ side }), className),
|
|
42
42
|
...props
|
|
43
43
|
},
|
|
44
|
+
/* @__PURE__ */ React.createElement(SheetPrimitive.DialogTitle, null),
|
|
44
45
|
children,
|
|
45
46
|
/* @__PURE__ */ React.createElement(SheetPrimitive.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary" }, /* @__PURE__ */ React.createElement(X, { className: "h-4 w-4" }), /* @__PURE__ */ React.createElement("span", { className: "sr-only" }, "Close"))
|
|
46
47
|
)));
|