@bcc-code/component-library-vue 0.0.0-dev.5e593e0 → 0.0.0-dev.5fe648d

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.
@@ -8831,12 +8831,13 @@ const SN = /* @__PURE__ */ Te({
8831
8831
  logoSrc: {},
8832
8832
  rounding: { default: "xl" },
8833
8833
  ratio: { default: "wide" },
8834
- grayscale: { type: Boolean }
8834
+ grayscale: { type: Boolean },
8835
+ highlight: { type: Boolean }
8835
8836
  },
8836
8837
  setup(t) {
8837
8838
  const e = t, n = $e(!1), r = $e(!1), i = ye(() => PI(e.ratio));
8838
8839
  return (o, a) => (d(), p("div", {
8839
- class: S(["bcc-graphic", Ii[t.rounding]]),
8840
+ class: S(["bcc-graphic", [Ii[t.rounding], { "brightness-75 grayscale": t.grayscale, "brightness-150": t.highlight }]]),
8840
8841
  style: ht(`padding-bottom: ${i.value}`)
8841
8842
  }, [
8842
8843
  t.bannerSrc ? (d(), p(T, { key: 0 }, [
@@ -9592,7 +9593,7 @@ const xC = {
9592
9593
  class: "flex gap-2"
9593
9594
  }, AC = {
9594
9595
  key: 0,
9595
- class: "text-heading-sm text-default"
9596
+ class: "heading-sm text-default"
9596
9597
  }, zC = {
9597
9598
  key: 1,
9598
9599
  class: "text-body-sm text-text-subtlest"
@@ -9687,7 +9688,7 @@ const xC = {
9687
9688
  }
9688
9689
  }), VC = { class: "center h-full w-full px-4 sm:px-6" }, jC = ["aria-label"], NC = {
9689
9690
  key: 0,
9690
- class: "text-heading-md"
9691
+ class: "heading-md"
9691
9692
  }, HC = {
9692
9693
  key: 0,
9693
9694
  class: "h-6 w-20",
@@ -9763,7 +9764,7 @@ const xC = {
9763
9764
  class: S(["col pointer-events-none flex-1 gap-(--space-negative-25) truncate px-2", t.titleLeft ? "items-start text-left" : "text-center"])
9764
9765
  }, [
9765
9766
  k("h1", {
9766
- class: S(["w-full truncate", i.value.title.length > 24 ? "text-heading-sm" : "text-heading-md"])
9767
+ class: S(["w-full truncate", i.value.title.length > 24 ? "heading-sm" : "heading-md"])
9767
9768
  }, [
9768
9769
  b(o.$slots, "title", {
9769
9770
  title: i.value.title
@@ -17233,7 +17234,7 @@ function H5(t, e, n, r, i, o) {
17233
17234
  tl.render = H5;
17234
17235
  const q5 = {
17235
17236
  key: 0,
17236
- class: "text-heading-sm leading-lg"
17237
+ class: "heading-sm leading-lg"
17237
17238
  }, U5 = {
17238
17239
  key: 1,
17239
17240
  class: "text-body-md"