@comercti/react-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
|
@@ -7968,7 +7968,7 @@ const s0 = /* @__PURE__ */ G({
|
|
|
7968
7968
|
background: { default: "1" },
|
|
7969
7969
|
closeOutside: { type: Boolean, default: !0 },
|
|
7970
7970
|
showCloseButton: { type: Boolean, default: !1 },
|
|
7971
|
-
|
|
7971
|
+
class: { default: "flex flex-col items-center p-5" }
|
|
7972
7972
|
},
|
|
7973
7973
|
emits: ["close"],
|
|
7974
7974
|
setup(e, { emit: t }) {
|
|
@@ -7979,7 +7979,7 @@ const s0 = /* @__PURE__ */ G({
|
|
|
7979
7979
|
onClick: o[2] || (o[2] = (l) => e.closeOutside ? a("close", !1) : null)
|
|
7980
7980
|
}, [
|
|
7981
7981
|
i("div", {
|
|
7982
|
-
class: y(["h-auto min-w-32
|
|
7982
|
+
class: y(["h-auto min-w-32 bg-white dark:bg-ce_black rounded-lg shadow-lg relative my-auto", e.class]),
|
|
7983
7983
|
onClick: o[1] || (o[1] = Fe(() => {
|
|
7984
7984
|
}, ["stop"]))
|
|
7985
7985
|
}, [
|