luaniverse 4.2.23 → 4.2.24

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.cjs CHANGED
@@ -5528,7 +5528,7 @@ var DialogContent = React138__namespace.forwardRef(({ className, children, showC
5528
5528
  ...props,
5529
5529
  children: [
5530
5530
  children,
5531
- showClose && /* @__PURE__ */ jsxRuntime.jsx(radixUi.Dialog.Close, { className: "lua:absolute lua:right-4 lua:top-4 lua:rounded-sm lua:opacity-70 lua:ring-offset-background lua:transition-opacity lua:hover:opacity-100 lua:focus:outline-hidden lua:focus:ring-2 lua:focus:ring-ring lua:focus:ring-offset-2 lua:disabled:pointer-events-none lua:hover:bg-secondary lua:text-muted-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(XIcon, { size: 24 }) })
5531
+ showClose && /* @__PURE__ */ jsxRuntime.jsx(radixUi.Dialog.Close, { className: "lua:absolute lua:right-4 lua:top-4 lua:rounded-sm lua:cursor-pointer lua:text-muted-foreground lua:transition-colors lua:hover:text-foreground lua:focus:outline-hidden lua:focus:ring-2 lua:focus:ring-ring lua:focus:ring-offset-2 lua:ring-offset-background lua:disabled:pointer-events-none", children: /* @__PURE__ */ jsxRuntime.jsx(XIcon, { size: 24 }) })
5532
5532
  ]
5533
5533
  }
5534
5534
  )