@comercti/vue-components-hmg 0.32.3 → 0.32.4
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 +2 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -8198,7 +8198,7 @@ const l2 = /* @__PURE__ */ G({
|
|
|
8198
8198
|
background: { default: "1" },
|
|
8199
8199
|
closeOutside: { type: Boolean, default: !0 },
|
|
8200
8200
|
showCloseButton: { type: Boolean, default: !1 },
|
|
8201
|
-
|
|
8201
|
+
class: { default: "flex flex-col items-center p-5" }
|
|
8202
8202
|
},
|
|
8203
8203
|
emits: ["close"],
|
|
8204
8204
|
setup(e, { emit: t }) {
|
|
@@ -8209,7 +8209,7 @@ const l2 = /* @__PURE__ */ G({
|
|
|
8209
8209
|
onClick: o[2] || (o[2] = (l) => e.closeOutside ? a("close", !1) : null)
|
|
8210
8210
|
}, [
|
|
8211
8211
|
i("div", {
|
|
8212
|
-
class: y(["h-auto min-w-32
|
|
8212
|
+
class: y(["h-auto min-w-32 bg-white dark:bg-ce_black rounded-lg shadow-lg relative my-auto", e.class]),
|
|
8213
8213
|
onClick: o[1] || (o[1] = Le(() => {
|
|
8214
8214
|
}, ["stop"]))
|
|
8215
8215
|
}, [
|