@mixd-id/web-scaffold 0.1.2301231359 → 0.1.2301231360

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.2301231359",
4
+ "version": "0.1.2301231360",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -471,7 +471,8 @@ export default{
471
471
  color: function(context){
472
472
  return `rgb(${gridColor})`
473
473
  }
474
- }
474
+ },
475
+ stacked: this.preset.summary.stacked
475
476
  }
476
477
  }
477
478
  }