@sustaina/shared-ui 1.58.0 → 1.58.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/index.mjs CHANGED
@@ -9911,7 +9911,7 @@ function DialogHeader2({ className, children, ...props }) {
9911
9911
  SheetPrimitive.Close,
9912
9912
  {
9913
9913
  "data-slot": "dialog-close",
9914
- className: "absolute right-4 top-4 rounded-xs opacity-80 hover:opacity-100 transition-opacity focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2",
9914
+ className: "absolute right-4 top-4 rounded-xs opacity-80 hover:opacity-100 transition-opacity focus:outline-hidden",
9915
9915
  children: [
9916
9916
  /* @__PURE__ */ jsx(XIcon, { className: "size-4" }),
9917
9917
  /* @__PURE__ */ jsx("span", { className: "sr-only", children: "Close" })