@vettvangur/design-system 2.0.19 → 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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2317,9 +2317,6 @@ ${renderPreview(id, title)}
2317
2317
  ${hasDesktopVariant ? `
2318
2318
  <div class="ds-type-mobile">
2319
2319
  <span class="ds-type-mobile__title">Mobile</span>
2320
- <div class="ds-type-preview">
2321
- ${renderPreview(id, title)}
2322
- </div>
2323
2320
 
2324
2321
  <div class="ds-type-meta">
2325
2322
  <div class="ds-type-meta__info">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettvangur/design-system",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "type": "module",