@vettvangur/design-system 2.0.30 → 2.0.31

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
@@ -2880,7 +2880,7 @@ async function generateNavigation(config, outpath) {
2880
2880
  function renderDesignSystemViewCshtml(projectName) {
2881
2881
  return `@* AUTO-GENERATED - DO NOT EDIT BY HAND *@
2882
2882
  @{
2883
- Layout = "Master.cshtml";
2883
+ Layout = "${ProjectName}Master.cshtml";
2884
2884
  // This template will used later, right now users are redirected to /design-system/colors
2885
2885
  }
2886
2886
  <section class="ds">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettvangur/design-system",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "type": "module",