@wix/ditto-codegen-public 1.0.187 → 1.0.188

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/out.js +5 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -36968,7 +36968,11 @@ var require_DashboardPageAgent = __commonJS({
36968
36968
  - \u2705 You need a dedicated administrative interface
36969
36969
  - \u2705 Creating business management tools
36970
36970
  - \u2705 Building custom reporting dashboards
36971
- - \u2705 Need full control over page layout and functionality`;
36971
+ - \u2705 Need full control over page layout and functionality
36972
+
36973
+ ### Do NOT add Dashboard Pages for:
36974
+
36975
+ - \u274C Site Widget configuration - use the widget's **built-in settings panel** instead`;
36972
36976
  };
36973
36977
  exports2.getDashboardPageDecisionGuide = getDashboardPageDecisionGuide;
36974
36978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.187",
3
+ "version": "1.0.188",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -24,5 +24,5 @@
24
24
  "@wix/ditto-codegen": "1.0.0",
25
25
  "esbuild": "^0.25.9"
26
26
  },
27
- "falconPackageHash": "11b68efd1da163104a0d193237bb9578ca78f7b7a0088cc314e8c6b4"
27
+ "falconPackageHash": "b3e1d6f35c4c8cf997f4f0b20238bd32d113dbbd82c389819b9321bd"
28
28
  }