@novie/ui 0.1.16 → 0.1.17
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10005,7 +10005,7 @@ function e_({ className: e, ...t }) {
|
|
|
10005
10005
|
function t_({ className: e, ...t }) {
|
|
10006
10006
|
return /* @__PURE__ */ i(Hg, {
|
|
10007
10007
|
"data-slot": "alert-dialog-cancel",
|
|
10008
|
-
className: C(Tn({ variant: "
|
|
10008
|
+
className: C(Tn({ variant: "outline" }), e),
|
|
10009
10009
|
...t
|
|
10010
10010
|
});
|
|
10011
10011
|
}
|