design-system-silkhaus 2.17.0 → 2.17.1-beta.not-item-updates.1
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 +9 -9
- package/dist/index.js +22 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39298,11 +39298,29 @@ const cU = (e) => {
|
|
|
39298
39298
|
}
|
|
39299
39299
|
) }),
|
|
39300
39300
|
/* @__PURE__ */ f.jsxs("div", { className: "ds-flex ds-grow ds-flex-col", children: [
|
|
39301
|
-
/* @__PURE__ */ f.jsx("div", { className: "ds-text-
|
|
39302
|
-
/* @__PURE__ */ f.jsx(
|
|
39303
|
-
|
|
39301
|
+
/* @__PURE__ */ f.jsx("div", { className: "ds-text-xSmallBodyEmphasized ds-tablet:ds-text-smallSubheadEmphasized ds-desktop:ds-text-mediumSubHeadEmphasized", children: r }),
|
|
39302
|
+
/* @__PURE__ */ f.jsx(
|
|
39303
|
+
"div",
|
|
39304
|
+
{
|
|
39305
|
+
className: He(
|
|
39306
|
+
"ds-text-xSmallCalloutRegular ds-tablet:ds-text-smallFootnoteRegular ds-desktop:ds-text-mediumFootnoteRegular",
|
|
39307
|
+
i && "ds-line-clamp-2"
|
|
39308
|
+
),
|
|
39309
|
+
children: n
|
|
39310
|
+
}
|
|
39311
|
+
),
|
|
39312
|
+
/* @__PURE__ */ f.jsx(
|
|
39313
|
+
"div",
|
|
39314
|
+
{
|
|
39315
|
+
className: He(
|
|
39316
|
+
"ds-text-xSmallCalloutRegular ds-tablet:ds-text-smallFootnoteRegular ds-desktop:ds-text-mediumFootnoteRegular",
|
|
39317
|
+
i && "ds-line-clamp-2"
|
|
39318
|
+
),
|
|
39319
|
+
children: a
|
|
39320
|
+
}
|
|
39321
|
+
)
|
|
39304
39322
|
] }),
|
|
39305
|
-
!o && /* @__PURE__ */ f.jsx("div", { className: "ds-size-3 ds-shrink-0 ds-self-center ds-rounded-full ds-bg-
|
|
39323
|
+
!o && /* @__PURE__ */ f.jsx("div", { className: "ds-size-3 ds-shrink-0 ds-self-center ds-rounded-full ds-bg-System-red" })
|
|
39306
39324
|
]
|
|
39307
39325
|
}
|
|
39308
39326
|
);
|