@novie/ui 0.1.28 → 0.1.29
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.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5383,8 +5383,8 @@ function Wi({ className: e, children: t, ...n }) {
|
|
|
5383
5383
|
...n,
|
|
5384
5384
|
children: [t, /* @__PURE__ */ a(b.Close, {
|
|
5385
5385
|
"data-slot": "dialog-close-button",
|
|
5386
|
-
className: "absolute top-
|
|
5387
|
-
children: [/* @__PURE__ */ i(le, { className: "h-
|
|
5386
|
+
className: "absolute top-6 right-6 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-accent data-[state=open]:text-muted-foreground",
|
|
5387
|
+
children: [/* @__PURE__ */ i(le, { className: "h-6 w-6" }), /* @__PURE__ */ i("span", {
|
|
5388
5388
|
className: "sr-only",
|
|
5389
5389
|
children: "Close"
|
|
5390
5390
|
})]
|
|
@@ -5408,7 +5408,7 @@ function Ki({ className: e, ...t }) {
|
|
|
5408
5408
|
function qi({ className: e, ...t }) {
|
|
5409
5409
|
return /* @__PURE__ */ i(b.Title, {
|
|
5410
5410
|
"data-slot": "dialog-title",
|
|
5411
|
-
className: C("text-lg font-semibold leading-snug tracking-tight text-foreground break-words", e),
|
|
5411
|
+
className: C("text-lg font-semibold leading-snug tracking-tight text-foreground break-words mr-8", e),
|
|
5412
5412
|
...t
|
|
5413
5413
|
});
|
|
5414
5414
|
}
|