@vettvangur/design-system 2.0.3 → 2.0.4

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
@@ -2833,7 +2833,7 @@ async function generateNavigation(config, outpath) {
2833
2833
  await fs$1.mkdir(outpath, {
2834
2834
  recursive: true
2835
2835
  });
2836
- const cshtml = renderNavigationCshtml(buttons);
2836
+ const cshtml = renderNavigationCshtml();
2837
2837
  await fs$1.writeFile(filePath, cshtml, 'utf8');
2838
2838
  message('finished generating navigation');
2839
2839
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettvangur/design-system",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "type": "module",