@cobre-npm/ds-v3 0.82.0 → 0.82.1
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/cobre-ds-v3-lib.es.js +9 -4
- package/dist/style.css +1 -1
- package/dist/types/components/atoms/CobreButton/CobreButton.vue.d.ts +10 -0
- package/dist/types/components/molecules/CobreModal/CobreModal.vue.d.ts +2 -0
- package/dist/types/components/molecules/CobreTableCellCopy/CobreTableCellCopy.vue.d.ts +24 -0
- package/package.json +1 -1
|
@@ -241,6 +241,10 @@ const mf = ["title", "data-bs-original-title"], hf = /* @__PURE__ */ ve({
|
|
|
241
241
|
isLoading: {
|
|
242
242
|
type: Boolean,
|
|
243
243
|
default: !1
|
|
244
|
+
},
|
|
245
|
+
isInline: {
|
|
246
|
+
type: Boolean,
|
|
247
|
+
default: !1
|
|
244
248
|
}
|
|
245
249
|
},
|
|
246
250
|
setup(n, { slots: e }) {
|
|
@@ -266,7 +270,7 @@ const mf = ["title", "data-bs-original-title"], hf = /* @__PURE__ */ ve({
|
|
|
266
270
|
function Mf(n, e, t, a, r, o) {
|
|
267
271
|
return n.isLoading && n.theme.includes("icon") ? (p(), w("span", kf)) : (p(), w("button", {
|
|
268
272
|
key: 1,
|
|
269
|
-
class: F(["co-btn-v3
|
|
273
|
+
class: F(["co-btn-v3", `co-btn-v3--${n.theme} ${n.theme.includes("icon") ? `co-btn-v3--icon-${n.size}` : `co-btn-v3--${n.size}`} ${n.isInline ? "d-inline" : "co-center"}`]),
|
|
270
274
|
type: "button",
|
|
271
275
|
disabled: n.disabled || n.isLoading
|
|
272
276
|
}, [
|
|
@@ -4415,7 +4419,8 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4415
4419
|
props: {
|
|
4416
4420
|
size: { default: "xs" },
|
|
4417
4421
|
hasCloseButton: { type: Boolean, default: !1 },
|
|
4418
|
-
theme: { default: "light" }
|
|
4422
|
+
theme: { default: "light" },
|
|
4423
|
+
overflow: { default: "auto" }
|
|
4419
4424
|
},
|
|
4420
4425
|
emits: ["close"],
|
|
4421
4426
|
setup(n, { expose: e, emit: t }) {
|
|
@@ -4434,7 +4439,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4434
4439
|
default: ce(() => [
|
|
4435
4440
|
r.value ? (p(), w("div", i0, [
|
|
4436
4441
|
$("aside", {
|
|
4437
|
-
class: F(["co-modal
|
|
4442
|
+
class: F(["co-modal", `co-modal--${s.size} ${s.theme === "dark" ? "co-bg-primary-95" : "co-bg-white"} overflow-${s.overflow}`])
|
|
4438
4443
|
}, [
|
|
4439
4444
|
$("header", s0, [
|
|
4440
4445
|
s.hasCloseButton ? (p(), w("div", l0, [
|
|
@@ -4464,7 +4469,7 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
4464
4469
|
_: 3
|
|
4465
4470
|
}));
|
|
4466
4471
|
}
|
|
4467
|
-
}), d0 = /* @__PURE__ */ Se(c0, [["__scopeId", "data-v-
|
|
4472
|
+
}), d0 = /* @__PURE__ */ Se(c0, [["__scopeId", "data-v-acb4b0f8"]]), TM = /* @__PURE__ */ ve({
|
|
4468
4473
|
__name: "CobreModalAction",
|
|
4469
4474
|
props: {
|
|
4470
4475
|
title: {},
|