design-system-silkhaus 4.2.1 → 4.2.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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5159,6 +5159,7 @@ const a3 = (e) => {
|
|
|
5159
5159
|
"span",
|
|
5160
5160
|
{
|
|
5161
5161
|
className: Re(
|
|
5162
|
+
"ds-whitespace-nowrap",
|
|
5162
5163
|
!["total_amount"].includes(o.key_name) && o.type !== "SLASHED" && a3(o.type),
|
|
5163
5164
|
o.key_name === "total_amount" && "ds-text-xSmallSubheadEmphasized ds-tablet:ds-text-smallSubheadEmphasized ds-desktop:ds-text-mediumSubheadEmphasized",
|
|
5164
5165
|
o.type === "SLASHED" && "ds-text-xSmallSubheadEmphasized ds-font-normal ds-text-Text-secondary ds-line-through ds-tablet:ds-text-smallSubheadEmphasized ds-desktop:ds-text-mediumSubheadEmphasized"
|