@bcc-code/component-library-vue 1.3.2 → 1.3.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/dist/component-library.js +8 -7
- package/dist/component-library.umd.cjs +110 -110
- package/dist/index.css +1 -1
- package/dist/theme.css +134 -387
- package/package.json +2 -2
|
@@ -4547,15 +4547,15 @@ const Nk = yf(jk, {
|
|
|
4547
4547
|
gap: "calc(var(--spacing) * 2)"
|
|
4548
4548
|
},
|
|
4549
4549
|
horizontal: {
|
|
4550
|
-
margin: "
|
|
4551
|
-
padding: "
|
|
4550
|
+
margin: "0",
|
|
4551
|
+
padding: "0",
|
|
4552
4552
|
content: {
|
|
4553
4553
|
padding: "0 calc(var(--spacing) * 2)"
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
4556
4556
|
vertical: {
|
|
4557
|
-
margin: "0
|
|
4558
|
-
padding: "
|
|
4557
|
+
margin: "0",
|
|
4558
|
+
padding: "0",
|
|
4559
4559
|
content: {
|
|
4560
4560
|
padding: "calc(var(--spacing) * 2) 0"
|
|
4561
4561
|
}
|
|
@@ -9645,15 +9645,16 @@ const xC = {
|
|
|
9645
9645
|
key: 0,
|
|
9646
9646
|
class: S(["bcc-badge-icon", { "order-1": t.iconRight === !0 }])
|
|
9647
9647
|
}, null, 8, ["class"])) : g("", !0),
|
|
9648
|
-
|
|
9648
|
+
r.$slots.default || t.text ? (d(), p("span", {
|
|
9649
|
+
key: 1,
|
|
9649
9650
|
class: S({ truncate: t.truncate })
|
|
9650
9651
|
}, [
|
|
9651
9652
|
b(r.$slots, "default", {}, () => [
|
|
9652
9653
|
le(D(t.text), 1)
|
|
9653
9654
|
])
|
|
9654
|
-
], 2),
|
|
9655
|
+
], 2)) : g("", !0),
|
|
9655
9656
|
t.iconRight && typeof t.iconRight != "boolean" ? (d(), y(C(t.iconRight), {
|
|
9656
|
-
key:
|
|
9657
|
+
key: 2,
|
|
9657
9658
|
class: "bcc-badge-icon"
|
|
9658
9659
|
})) : g("", !0)
|
|
9659
9660
|
]),
|