@bcc-code/component-library-vue 1.3.3 → 1.3.5
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 +5 -4
- package/dist/component-library.umd.cjs +110 -110
- package/dist/index.css +1 -1
- package/dist/theme.css +137 -387
- package/package.json +2 -2
|
@@ -4669,7 +4669,7 @@ const Nk = yf(jk, {
|
|
|
4669
4669
|
hoverColor: "var(--color-text-default)",
|
|
4670
4670
|
activeColor: "var(--color-text-selected)",
|
|
4671
4671
|
padding: "calc(var(--spacing) * 3)",
|
|
4672
|
-
fontWeight: "var(--font-weight-
|
|
4672
|
+
fontWeight: "var(--font-weight-semibold)",
|
|
4673
4673
|
margin: "0 0 calc(var(--spacing) * -0.5) 0",
|
|
4674
4674
|
gap: "calc(var(--spacing) * 2)",
|
|
4675
4675
|
focusRing: {
|
|
@@ -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
|
]),
|