@tekkare/romulus 0.1.181 → 0.1.182

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
- "version": "0.1.180",
7
+ "version": "0.1.181",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -592,8 +592,7 @@ export function useRmExport() {
592
592
  const snapshots = (payload.nodes ?? []).filter((node) => {
593
593
  if (node.kind === "chart") return false;
594
594
  if (node.kind === "kpi") return config.sections.includes("kpi");
595
- if (node.kind === "table") return config.sections.includes("table") || config.sections.includes("cards");
596
- return config.sections.includes("cards");
595
+ return config.sections.includes("table") || config.sections.includes("cards");
597
596
  });
598
597
  const shots = [];
599
598
  for (const node of snapshots) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/romulus",
3
- "version": "0.1.181",
3
+ "version": "0.1.182",
4
4
  "description": "Romulus Design System - Nuxt module by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",