@comercti/react-components-hmg 0.32.2 → 0.32.3
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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +4 -3
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -7967,7 +7967,8 @@ const s0 = /* @__PURE__ */ G({
|
|
|
7967
7967
|
isOpen: { type: Boolean, default: !1 },
|
|
7968
7968
|
background: { default: "1" },
|
|
7969
7969
|
closeOutside: { type: Boolean, default: !0 },
|
|
7970
|
-
showCloseButton: { type: Boolean, default: !1 }
|
|
7970
|
+
showCloseButton: { type: Boolean, default: !1 },
|
|
7971
|
+
width: { default: "w-auto" }
|
|
7971
7972
|
},
|
|
7972
7973
|
emits: ["close"],
|
|
7973
7974
|
setup(e, { emit: t }) {
|
|
@@ -7978,7 +7979,7 @@ const s0 = /* @__PURE__ */ G({
|
|
|
7978
7979
|
onClick: o[2] || (o[2] = (l) => e.closeOutside ? a("close", !1) : null)
|
|
7979
7980
|
}, [
|
|
7980
7981
|
i("div", {
|
|
7981
|
-
class: "h-auto min-w-32 flex flex-col items-center bg-white dark:bg-ce_black rounded-lg shadow-lg p-5 relative my-auto",
|
|
7982
|
+
class: y(["h-auto min-w-32 flex flex-col items-center bg-white dark:bg-ce_black rounded-lg shadow-lg p-5 relative my-auto", e.width]),
|
|
7982
7983
|
onClick: o[1] || (o[1] = Fe(() => {
|
|
7983
7984
|
}, ["stop"]))
|
|
7984
7985
|
}, [
|
|
@@ -7995,7 +7996,7 @@ const s0 = /* @__PURE__ */ G({
|
|
|
7995
7996
|
}, null, 8, ["name"])
|
|
7996
7997
|
])) : M("", !0),
|
|
7997
7998
|
q(n.$slots, "default")
|
|
7998
|
-
])
|
|
7999
|
+
], 2)
|
|
7999
8000
|
], 2)) : M("", !0);
|
|
8000
8001
|
}
|
|
8001
8002
|
}), vt = E([]), Xt = E(!1);
|