@cobre-npm/ds-v3 0.121.1 → 0.122.0
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.
|
@@ -6249,7 +6249,8 @@ const y0 = { class: "co-input" }, _0 = {
|
|
|
6249
6249
|
size: { default: "xs" },
|
|
6250
6250
|
hasCloseButton: { type: Boolean, default: !1 },
|
|
6251
6251
|
theme: { default: "light" },
|
|
6252
|
-
overflow: { default: "auto" }
|
|
6252
|
+
overflow: { default: "auto" },
|
|
6253
|
+
flushContent: { type: Boolean, default: !1 }
|
|
6253
6254
|
},
|
|
6254
6255
|
emits: ["close"],
|
|
6255
6256
|
setup(a, { expose: e, emit: t }) {
|
|
@@ -6268,7 +6269,7 @@ const y0 = { class: "co-input" }, _0 = {
|
|
|
6268
6269
|
default: de(() => [
|
|
6269
6270
|
o.value ? (p(), b("div", Hg, [
|
|
6270
6271
|
C("aside", {
|
|
6271
|
-
class: R(["co-modal", `co-modal--${l.size}
|
|
6272
|
+
class: R(["co-modal", [`co-modal--${l.size}`, l.theme === "dark" ? "co-bg-primary-95" : "co-bg-white", `overflow-${l.overflow}`, { "co-modal--flush": l.flushContent }]])
|
|
6272
6273
|
}, [
|
|
6273
6274
|
C("header", Wg, [
|
|
6274
6275
|
l.hasCloseButton ? (p(), b("div", Ug, [
|
|
@@ -6298,7 +6299,7 @@ const y0 = { class: "co-input" }, _0 = {
|
|
|
6298
6299
|
_: 3
|
|
6299
6300
|
}));
|
|
6300
6301
|
}
|
|
6301
|
-
}), oc = /* @__PURE__ */ Me(zg, [["__scopeId", "data-v-
|
|
6302
|
+
}), oc = /* @__PURE__ */ Me(zg, [["__scopeId", "data-v-facaf087"]]), $P = /* @__PURE__ */ le({
|
|
6302
6303
|
__name: "CobreModalAction",
|
|
6303
6304
|
props: {
|
|
6304
6305
|
title: {},
|