@homebound/beam 3.47.1 → 3.47.2
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/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14492,8 +14492,8 @@ function GridSelectCard(props) {
|
|
|
14492
14492
|
}), children: label }),
|
|
14493
14493
|
description && /* @__PURE__ */ jsx76("span", { ...trussProps47({
|
|
14494
14494
|
fontWeight: "fw4",
|
|
14495
|
-
fontSize: "
|
|
14496
|
-
lineHeight: "
|
|
14495
|
+
fontSize: "fz_14px",
|
|
14496
|
+
lineHeight: "lh_20px",
|
|
14497
14497
|
color: ["color_var", {
|
|
14498
14498
|
"--color": "var(--b-on-surface)"
|
|
14499
14499
|
}],
|
|
@@ -14579,8 +14579,8 @@ function ListSelectCard(props) {
|
|
|
14579
14579
|
description && /* @__PURE__ */ jsx78("span", { ...trussProps49({
|
|
14580
14580
|
marginLeft: "ml3",
|
|
14581
14581
|
fontWeight: "fw4",
|
|
14582
|
-
fontSize: "
|
|
14583
|
-
lineHeight: "
|
|
14582
|
+
fontSize: "fz_14px",
|
|
14583
|
+
lineHeight: "lh_20px",
|
|
14584
14584
|
color: ["color_var", {
|
|
14585
14585
|
"--color": "var(--b-on-surface)"
|
|
14586
14586
|
}],
|