@bcc-code/component-library-vue 0.9.19 → 0.10.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 +4 -4
- package/dist/component-library.umd.cjs +4 -4
- package/dist/index.css +1 -1
- package/dist/theme.css +5 -5
- package/package.json +2 -2
|
@@ -4689,7 +4689,7 @@ const Nk = yf(jk, {
|
|
|
4689
4689
|
hoverBackground: "transparent",
|
|
4690
4690
|
activeBackground: "transparent",
|
|
4691
4691
|
borderWidth: "0 0 var(--border-width-2) 0",
|
|
4692
|
-
borderColor: "
|
|
4692
|
+
borderColor: "transparent",
|
|
4693
4693
|
hoverBorderColor: "var(--color-border-default)",
|
|
4694
4694
|
activeBorderColor: "var(--color-border-selected)",
|
|
4695
4695
|
color: "var(--color-text-subtlest)",
|
|
@@ -9697,7 +9697,7 @@ const xC = {
|
|
|
9697
9697
|
class: "flex w-10 items-center"
|
|
9698
9698
|
}, UC = {
|
|
9699
9699
|
key: 0,
|
|
9700
|
-
class: "text-body-sm truncate leading-none opacity-75"
|
|
9700
|
+
class: "text-body-sm w-full truncate leading-none opacity-75"
|
|
9701
9701
|
}, GC = {
|
|
9702
9702
|
key: 0,
|
|
9703
9703
|
class: "flex w-10 items-center justify-end"
|
|
@@ -9763,7 +9763,7 @@ const xC = {
|
|
|
9763
9763
|
class: S(["col pointer-events-none flex-1 gap-(--space-negative-25) truncate px-2", t.titleLeft ? "items-start text-left" : "text-center"])
|
|
9764
9764
|
}, [
|
|
9765
9765
|
k("h1", {
|
|
9766
|
-
class: S(["truncate", i.value.title.length > 24 ? "text-heading-
|
|
9766
|
+
class: S(["w-full truncate", i.value.title.length > 24 ? "text-heading-sm" : "text-heading-md"])
|
|
9767
9767
|
}, [
|
|
9768
9768
|
b(o.$slots, "title", {
|
|
9769
9769
|
title: i.value.title
|
|
@@ -17236,7 +17236,7 @@ const q5 = {
|
|
|
17236
17236
|
class: "text-heading-sm leading-lg"
|
|
17237
17237
|
}, U5 = {
|
|
17238
17238
|
key: 1,
|
|
17239
|
-
class: "text-body-
|
|
17239
|
+
class: "text-body-md"
|
|
17240
17240
|
}, FN = /* @__PURE__ */ Te({
|
|
17241
17241
|
__name: "BccMessage",
|
|
17242
17242
|
props: {
|