@vettvangur/design-system 2.0.20 → 2.0.21

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2337,7 +2337,7 @@ function renderCategory(title, entries) {
2337
2337
 
2338
2338
  <section class="ds-type-category">
2339
2339
 
2340
- <vv-headline text="${title}" size="@HeadlineSize.H2" modifier="headline-2" />
2340
+ <vv-headline identifier="ds-type-category__title" text="${title}" size="@HeadlineSize.H2" modifier="headline-2" />
2341
2341
 
2342
2342
 
2343
2343
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettvangur/design-system",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "type": "module",