@bcc-code/component-library-vue 0.0.0-dev.8200e46 → 0.0.0-dev.883df16
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 +32 -26
- package/dist/component-library.umd.cjs +4 -4
- package/dist/index.css +1 -1
- package/dist/theme.css +73 -73
- package/package.json +2 -2
|
@@ -1564,29 +1564,31 @@ const Nk = yf(jk, {
|
|
|
1564
1564
|
semibold: 600
|
|
1565
1565
|
},
|
|
1566
1566
|
lineHeight: {
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1567
|
+
xs: "12px",
|
|
1568
|
+
sm: "14px",
|
|
1569
|
+
md: "16px",
|
|
1570
|
+
lg: "20px",
|
|
1571
|
+
xl: "24px",
|
|
1572
|
+
"2xl": "28px",
|
|
1573
|
+
"3xl": "32px",
|
|
1574
|
+
"4xl": "36px",
|
|
1575
|
+
"5xl": "40px",
|
|
1576
|
+
"6xl": "56px",
|
|
1577
|
+
"7xl": "64px",
|
|
1577
1578
|
none: "normal"
|
|
1578
1579
|
},
|
|
1579
1580
|
"line-height": {
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1581
|
+
xs: "12px",
|
|
1582
|
+
sm: "14px",
|
|
1583
|
+
md: "16px",
|
|
1584
|
+
lg: "20px",
|
|
1585
|
+
xl: "24px",
|
|
1586
|
+
"2xl": "28px",
|
|
1587
|
+
"3xl": "32px",
|
|
1588
|
+
"4xl": "36px",
|
|
1589
|
+
"5xl": "40px",
|
|
1590
|
+
"6xl": "56px",
|
|
1591
|
+
"7xl": "64px",
|
|
1590
1592
|
none: "normal"
|
|
1591
1593
|
},
|
|
1592
1594
|
fontSize: {
|
|
@@ -3269,7 +3271,7 @@ const Nk = yf(jk, {
|
|
|
3269
3271
|
lg: {
|
|
3270
3272
|
fontSize: "var(--font-size-md)"
|
|
3271
3273
|
},
|
|
3272
|
-
lineHeight: "
|
|
3274
|
+
lineHeight: "{line-height.4}"
|
|
3273
3275
|
},
|
|
3274
3276
|
icon: {
|
|
3275
3277
|
size: "var(--space-250)",
|
|
@@ -9742,7 +9744,7 @@ const SC = {
|
|
|
9742
9744
|
class: S(["col pointer-events-none flex-1 gap-(--space-negative-25) truncate px-2", t.titleLeft ? "items-start text-left" : "text-center"])
|
|
9743
9745
|
}, [
|
|
9744
9746
|
k("h1", {
|
|
9745
|
-
class: S(["truncate
|
|
9747
|
+
class: S(["truncate", i.value.title.length > 24 ? "text-heading-md" : "text-heading-lg"])
|
|
9746
9748
|
}, [
|
|
9747
9749
|
b(o.$slots, "title", {
|
|
9748
9750
|
title: i.value.title
|
|
@@ -17210,7 +17212,13 @@ function NP(t, e, n, r, i, o) {
|
|
|
17210
17212
|
}, 16);
|
|
17211
17213
|
}
|
|
17212
17214
|
tl.render = NP;
|
|
17213
|
-
const HP = {
|
|
17215
|
+
const HP = {
|
|
17216
|
+
key: 0,
|
|
17217
|
+
class: "text-heading-sm leading-lg"
|
|
17218
|
+
}, qP = {
|
|
17219
|
+
key: 1,
|
|
17220
|
+
class: "text-body-sm"
|
|
17221
|
+
}, zN = /* @__PURE__ */ Te({
|
|
17214
17222
|
__name: "BccMessage",
|
|
17215
17223
|
props: {
|
|
17216
17224
|
severity: {},
|
|
@@ -17261,9 +17269,7 @@ const HP = { key: 0 }, qP = { key: 1 }, zN = /* @__PURE__ */ Te({
|
|
|
17261
17269
|
default: w(() => [
|
|
17262
17270
|
b(u.$slots, "default", {}, () => [
|
|
17263
17271
|
k("div", null, [
|
|
17264
|
-
t.title ? (d(), p("
|
|
17265
|
-
k("b", null, D(t.title), 1)
|
|
17266
|
-
])) : g("", !0),
|
|
17272
|
+
t.title ? (d(), p("h4", HP, D(t.title), 1)) : g("", !0),
|
|
17267
17273
|
t.message ? (d(), p("p", qP, D(t.message), 1)) : g("", !0)
|
|
17268
17274
|
])
|
|
17269
17275
|
])
|