@next-core/brick-kit 2.179.4 → 2.179.5

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
@@ -9059,7 +9059,7 @@ class Kernel {
9059
9059
  path: previewPath,
9060
9060
  bricks: [_objectSpread({
9061
9061
  brick: templateId
9062
- }, pick(settings, "properties", "events", "lifeCycle", "context"))],
9062
+ }, pick(settings, "properties", "events", "lifeCycle", "context", "slots"))],
9063
9063
  menu: false,
9064
9064
  exact: true,
9065
9065
  hybrid: app.legacy === "iframe"