@next-core/brick-utils 2.37.14 → 2.37.17

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/index.esm.js CHANGED
@@ -831,6 +831,7 @@ function collectBricksInCustomTemplates(customTemplates, collection, selfDefined
831
831
  customTemplates.forEach(tpl => {
832
832
  selfDefined.add(tpl.name);
833
833
  collectBricksInBrickConfs(tpl.bricks, collection);
834
+ collectBricksInContext(tpl.state, collection);
834
835
  });
835
836
  }
836
837
  }