@bcc-code/component-library-vue 0.0.0-dev.3657f7e → 0.0.0-dev.3d17dd8
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 +7 -8
- package/dist/component-library.umd.cjs +4 -4
- package/dist/index.css +1 -1
- package/dist/theme.css +98 -83
- package/package.json +2 -2
|
@@ -4257,11 +4257,11 @@ const Hk = kf(Nk, {
|
|
|
4257
4257
|
width: "var(--space-250)",
|
|
4258
4258
|
height: "var(--space-250)",
|
|
4259
4259
|
borderRadius: "{slider.handle.width} / 2",
|
|
4260
|
-
background: "
|
|
4261
|
-
hoverBackground: "
|
|
4260
|
+
background: "var(--color-border-default)",
|
|
4261
|
+
hoverBackground: "var(--color-border-default)",
|
|
4262
4262
|
content: {
|
|
4263
4263
|
borderRadius: "{slider.handle.content.width} / 2",
|
|
4264
|
-
hoverBackground: "
|
|
4264
|
+
hoverBackground: "var(--color-elevation-surface-default)",
|
|
4265
4265
|
width: "var(--space-200)",
|
|
4266
4266
|
height: "var(--space-200)",
|
|
4267
4267
|
shadow: "0 0.5px 0 0 rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.14)"
|
|
@@ -4269,7 +4269,7 @@ const Hk = kf(Nk, {
|
|
|
4269
4269
|
focusRing: {
|
|
4270
4270
|
width: "{focus.ring.width}",
|
|
4271
4271
|
style: "{focus.ring.style}",
|
|
4272
|
-
color: "
|
|
4272
|
+
color: "var(--color-border-focused)",
|
|
4273
4273
|
offset: "{focus.ring.offset}",
|
|
4274
4274
|
shadow: "{focus.ring.shadow}"
|
|
4275
4275
|
}
|
|
@@ -4803,7 +4803,7 @@ const Hk = kf(Nk, {
|
|
|
4803
4803
|
gap: "var(--space-100)"
|
|
4804
4804
|
},
|
|
4805
4805
|
title: {
|
|
4806
|
-
fontSize: "var(--font-size-
|
|
4806
|
+
fontSize: "var(--font-size-xl)",
|
|
4807
4807
|
fontWeight: "var(--font-weight-medium)"
|
|
4808
4808
|
},
|
|
4809
4809
|
content: {
|
|
@@ -18219,7 +18219,7 @@ const HN = /* @__PURE__ */ Le({
|
|
|
18219
18219
|
return typeof s == "function" || typeof s == "object" && s !== null;
|
|
18220
18220
|
}
|
|
18221
18221
|
function i(s) {
|
|
18222
|
-
return e.optionLabel ? typeof e.optionLabel == "function" ? e.optionLabel(s) : s[e.optionLabel] : null;
|
|
18222
|
+
return typeof s == "string" ? s : e.optionLabel ? typeof e.optionLabel == "function" ? e.optionLabel(s) : s[e.optionLabel] : null;
|
|
18223
18223
|
}
|
|
18224
18224
|
function o(s) {
|
|
18225
18225
|
const l = i(s);
|
|
@@ -19042,8 +19042,7 @@ const qN = /* @__PURE__ */ Le({
|
|
|
19042
19042
|
value: n.value,
|
|
19043
19043
|
"onUpdate:value": a[0] || (a[0] = (s) => n.value = s)
|
|
19044
19044
|
}, r.value, {
|
|
19045
|
-
class: { "bcc-tabs-fill": t.fill, "bcc-tabs-fluid": t.fluid }
|
|
19046
|
-
style: { "--p-tabs-tablist-border-width": "0", "--p-tabs-tab-border-width": "0 0 1px 0" }
|
|
19045
|
+
class: { "bcc-tabs-fill": t.fill, "bcc-tabs-fluid": t.fluid }
|
|
19047
19046
|
}), {
|
|
19048
19047
|
default: w(() => [
|
|
19049
19048
|
B(ne(Yu), null, {
|