@bcc-code/component-library-vue 1.3.3 → 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 +4 -3
- package/dist/component-library.umd.cjs +110 -110
- package/dist/index.css +1 -1
- package/dist/theme.css +134 -387
- package/package.json +1 -1
|
@@ -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
|
]),
|