@bcc-code/component-library-vue 0.9.3 → 0.9.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.
@@ -4678,7 +4678,7 @@ const Nk = yf(jk, {
4678
4678
  transitionDuration: "{transition.duration}"
4679
4679
  },
4680
4680
  tablist: {
4681
- borderWidth: "0 0 1px 0",
4681
+ borderWidth: "var(--border-width-0)",
4682
4682
  background: "transparent",
4683
4683
  borderColor: "var(--color-border-default)"
4684
4684
  },
@@ -4686,7 +4686,7 @@ const Nk = yf(jk, {
4686
4686
  background: "transparent",
4687
4687
  hoverBackground: "transparent",
4688
4688
  activeBackground: "transparent",
4689
- borderWidth: "0 0 1px 0",
4689
+ borderWidth: "var(--border-width-2)",
4690
4690
  borderColor: "var(--color-border-default)",
4691
4691
  hoverBorderColor: "var(--color-border-default)",
4692
4692
  activeBorderColor: "var(--color-border-selected)",
@@ -4695,7 +4695,7 @@ const Nk = yf(jk, {
4695
4695
  activeColor: "var(--color-text-selected)",
4696
4696
  padding: "var(--space-150)",
4697
4697
  fontWeight: "var(--font-weight-medium)",
4698
- margin: "0 0 -1px 0",
4698
+ margin: "0",
4699
4699
  gap: "var(--space-100)",
4700
4700
  focusRing: {
4701
4701
  width: "{focus.ring.width}",
@@ -18247,7 +18247,7 @@ const VN = /* @__PURE__ */ Te({
18247
18247
  return typeof s == "function" || typeof s == "object" && s !== null;
18248
18248
  }
18249
18249
  function i(s) {
18250
- return typeof s == "string" ? s : e.optionLabel ? typeof e.optionLabel == "function" ? e.optionLabel(s) : s[e.optionLabel] : null;
18250
+ return typeof e.optionLabel == "function" ? e.optionLabel(s) : typeof s == "string" ? s : e.optionLabel ? s[e.optionLabel] : null;
18251
18251
  }
18252
18252
  function o(s) {
18253
18253
  const l = i(s);