@landtrustinc/design-system 1.2.77 → 1.2.78
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 +14 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11207,7 +11207,7 @@ var PackageCard = ({
|
|
|
11207
11207
|
{
|
|
11208
11208
|
display: "flex",
|
|
11209
11209
|
flexDirection: "column",
|
|
11210
|
-
gap: "var(--spacing-
|
|
11210
|
+
gap: "var(--spacing-2)",
|
|
11211
11211
|
mb: "var(--spacing-1)",
|
|
11212
11212
|
width: "100%",
|
|
11213
11213
|
children: featureChecks.map((feature, index) => {
|
|
@@ -11221,11 +11221,20 @@ var PackageCard = ({
|
|
|
11221
11221
|
minWidth: 0,
|
|
11222
11222
|
children: [
|
|
11223
11223
|
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
11224
|
-
|
|
11224
|
+
Box_default,
|
|
11225
11225
|
{
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
|
|
11226
|
+
flexShrink: 0,
|
|
11227
|
+
display: "flex",
|
|
11228
|
+
alignItems: "center",
|
|
11229
|
+
justifyContent: "center",
|
|
11230
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
11231
|
+
Icon_default,
|
|
11232
|
+
{
|
|
11233
|
+
variant: isMatched ? "Check" : "Xmark",
|
|
11234
|
+
size: "small",
|
|
11235
|
+
fill: isMatched ? "var(--text-success)" : "var(--text-error)"
|
|
11236
|
+
}
|
|
11237
|
+
)
|
|
11229
11238
|
}
|
|
11230
11239
|
),
|
|
11231
11240
|
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|