@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.cjs
CHANGED
|
@@ -14954,8 +14954,8 @@ function GridSelectCard(props) {
|
|
|
14954
14954
|
}), children: label }),
|
|
14955
14955
|
description && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { ...(0, import_runtime51.trussProps)({
|
|
14956
14956
|
fontWeight: "fw4",
|
|
14957
|
-
fontSize: "
|
|
14958
|
-
lineHeight: "
|
|
14957
|
+
fontSize: "fz_14px",
|
|
14958
|
+
lineHeight: "lh_20px",
|
|
14959
14959
|
color: ["color_var", {
|
|
14960
14960
|
"--color": "var(--b-on-surface)"
|
|
14961
14961
|
}],
|
|
@@ -15041,8 +15041,8 @@ function ListSelectCard(props) {
|
|
|
15041
15041
|
description && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { ...(0, import_runtime53.trussProps)({
|
|
15042
15042
|
marginLeft: "ml3",
|
|
15043
15043
|
fontWeight: "fw4",
|
|
15044
|
-
fontSize: "
|
|
15045
|
-
lineHeight: "
|
|
15044
|
+
fontSize: "fz_14px",
|
|
15045
|
+
lineHeight: "lh_20px",
|
|
15046
15046
|
color: ["color_var", {
|
|
15047
15047
|
"--color": "var(--b-on-surface)"
|
|
15048
15048
|
}],
|