@landtrustinc/design-system 1.2.17 → 1.2.18

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.js CHANGED
@@ -5840,6 +5840,7 @@ var FeatureListItem = ({
5840
5840
  display: "flex",
5841
5841
  alignItems: "center",
5842
5842
  gap: "var(--spacing-2)",
5843
+ maxHeight: iconDimensions.height,
5843
5844
  className,
5844
5845
  ...rest,
5845
5846
  children: [
@@ -6996,7 +6997,7 @@ var LandownerProfile = ({
6996
6997
  color: "var(--text-primary)",
6997
6998
  className,
6998
6999
  children: [
6999
- /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", children: heading }),
7000
+ heading && /* @__PURE__ */ (0, import_jsx_runtime234.jsx)(Heading_default, { size: "2xs", fontWeight: "bold", children: heading }),
7000
7001
  /* @__PURE__ */ (0, import_jsx_runtime234.jsxs)(
7001
7002
  Box_default,
7002
7003
  {