@next-core/brick-kit 2.179.4 → 2.179.6

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.
@@ -9039,6 +9039,7 @@
9039
9039
  _dev_only_updateStoryboard(appId, storyboardPatch) {
9040
9040
  var storyboard = this.bootstrapData.storyboards.find(item => item.app.id === appId);
9041
9041
  Object.assign(storyboard, _objectSpread__default["default"](_objectSpread__default["default"]({}, storyboardPatch), {}, {
9042
+ meta: _objectSpread__default["default"](_objectSpread__default["default"]({}, storyboard.meta), storyboardPatch.meta),
9042
9043
  $$fulfilling: null,
9043
9044
  $$fulfilled: true,
9044
9045
  $$registerCustomTemplateProcessed: false,
@@ -9057,7 +9058,7 @@
9057
9058
  path: previewPath,
9058
9059
  bricks: [_objectSpread__default["default"]({
9059
9060
  brick: templateId
9060
- }, _.pick(settings, "properties", "events", "lifeCycle", "context"))],
9061
+ }, _.pick(settings, "properties", "events", "lifeCycle", "context", "slots"))],
9061
9062
  menu: false,
9062
9063
  exact: true,
9063
9064
  hybrid: app.legacy === "iframe"