@superblocksteam/library 2.0.155 → 2.0.156-next.1

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/lib/index.js CHANGED
@@ -2382,7 +2382,7 @@ async function createComponent({ componentType, parent, scopeName, basePropertie
2382
2382
  //#endregion
2383
2383
  //#region src/edit-mode/features/ai-store.ts
2384
2384
  var AiManager = class {
2385
- _isTaggingEnabled = false;
2385
+ _isTaggingEnabled = true;
2386
2386
  _isEditing = false;
2387
2387
  _editingComponents = [];
2388
2388
  _contextMode = AiContextMode.SILENT;