design-system-silkhaus 2.17.0-beta.notifications.9 → 2.17.1-beta.not-item-updates
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 +24 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29786,7 +29786,8 @@ var Te = {}, w0 = {};
|
|
|
29786
29786
|
variableWidth: !1,
|
|
29787
29787
|
vertical: !1,
|
|
29788
29788
|
waitForAnimate: !0,
|
|
29789
|
-
asNavFor: null
|
|
29789
|
+
asNavFor: null,
|
|
29790
|
+
unslick: !1
|
|
29790
29791
|
};
|
|
29791
29792
|
e.default = n;
|
|
29792
29793
|
})(w0);
|
|
@@ -39297,11 +39298,29 @@ const cU = (e) => {
|
|
|
39297
39298
|
}
|
|
39298
39299
|
) }),
|
|
39299
39300
|
/* @__PURE__ */ f.jsxs("div", { className: "ds-flex ds-grow ds-flex-col", children: [
|
|
39300
|
-
/* @__PURE__ */ f.jsx("div", { className: "ds-text-
|
|
39301
|
-
/* @__PURE__ */ f.jsx(
|
|
39302
|
-
|
|
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
|
+
)
|
|
39303
39322
|
] }),
|
|
39304
|
-
!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" })
|
|
39305
39324
|
]
|
|
39306
39325
|
}
|
|
39307
39326
|
);
|