@bcc-code/component-library-vue 0.4.1 → 0.5.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/component-library.js +2 -3
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +23 -10
- package/package.json +2 -2
|
@@ -6436,7 +6436,7 @@ const EG = /* @__PURE__ */ Ve({
|
|
|
6436
6436
|
border: t.border,
|
|
6437
6437
|
bordered: t.bordered,
|
|
6438
6438
|
squared: t.squared,
|
|
6439
|
-
"bcc-badge-text": e.$slots.default || typeof t.value == "string" && String(t.value).length >
|
|
6439
|
+
"bcc-badge-text": e.$slots.default || (typeof t.value == "string" || typeof t.value == "number") && String(t.value).length > 2
|
|
6440
6440
|
}
|
|
6441
6441
|
]])
|
|
6442
6442
|
}, [
|
|
@@ -6493,9 +6493,8 @@ const L2 = ["stroke-dashoffset"], T2 = ["stroke-dashoffset"], $2 = ["y", "font-s
|
|
|
6493
6493
|
viewBox: "0 0 40 40",
|
|
6494
6494
|
class: x(["bcc-capacity-indicator", [
|
|
6495
6495
|
t.size,
|
|
6496
|
-
t.colored,
|
|
6497
6496
|
t.squared ? "rounded" : "rounded-full",
|
|
6498
|
-
{ "is-full": he(i) >= 100, "is-warning": he(i) >= 50 && he(i) < 100 }
|
|
6497
|
+
{ colored: t.colored, "is-full": he(i) >= 100, "is-warning": he(i) >= 50 && he(i) < 100 }
|
|
6499
6498
|
]])
|
|
6500
6499
|
}, [
|
|
6501
6500
|
t.squared ? (u(), f(T, { key: 0 }, [
|