@vettvangur/design-system 2.0.18 → 2.0.20
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2316,9 +2316,7 @@ ${renderPreview(id, title)}
|
|
|
2316
2316
|
</div>
|
|
2317
2317
|
${hasDesktopVariant ? `
|
|
2318
2318
|
<div class="ds-type-mobile">
|
|
2319
|
-
<
|
|
2320
|
-
${renderPreview(id, title)}
|
|
2321
|
-
</div>
|
|
2319
|
+
<span class="ds-type-mobile__title">Mobile</span>
|
|
2322
2320
|
|
|
2323
2321
|
<div class="ds-type-meta">
|
|
2324
2322
|
<div class="ds-type-meta__info">
|