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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5501,7 +5501,7 @@ var DialogContent = React138.forwardRef(({ className, children, showClose = true
|
|
|
5501
5501
|
...props,
|
|
5502
5502
|
children: [
|
|
5503
5503
|
children,
|
|
5504
|
-
showClose && /* @__PURE__ */ jsx(Dialog$1.Close, { className: "lua:absolute lua:right-4 lua:top-4 lua:rounded-sm lua:
|
|
5504
|
+
showClose && /* @__PURE__ */ jsx(Dialog$1.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__ */ jsx(XIcon, { size: 24 }) })
|
|
5505
5505
|
]
|
|
5506
5506
|
}
|
|
5507
5507
|
)
|