@superblocksteam/library 2.0.37-next.8 → 2.0.37-next.9

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.
@@ -126,7 +126,6 @@ var DeployedParentBridge = class {
126
126
  sendStreamedApiMessage(_message, _apiName) {}
127
127
  setApiStarted(_apiName) {}
128
128
  setApiResponse(_apiName, _response) {}
129
- updateTheme(_theme, _generatedTheme) {}
130
129
  updatePropertiesPanels(_updates) {}
131
130
  addPropertiesPanel(_id, _definition) {}
132
131
  initializeEditorSyncedStore(_payload) {}
@@ -282,15 +281,6 @@ var SuperblocksEditorBridge = class SuperblocksEditorBridge {
282
281
  }
283
282
  });
284
283
  }
285
- updateTheme(theme, generatedTheme) {
286
- this.queueMessage({
287
- type: "codeMode/updateTheme",
288
- payload: {
289
- theme,
290
- generatedTheme
291
- }
292
- });
293
- }
294
284
  updatePropertiesPanels(updates) {
295
285
  this.queueMessage({
296
286
  type: "codeMode/updatePropertiesPanels",
@@ -1002,7 +992,7 @@ var registry_default = EventRegistry;
1002
992
 
1003
993
  //#endregion
1004
994
  //#region src/lib/triggers/run-event-handlers.ts
1005
- const getRootStore = () => import("./root-store-Z42RSY5l.js").then((module) => module.default);
995
+ const getRootStore = () => import("./root-store-C4kleHHH.js").then((module) => module.default);
1006
996
  const runEventHandlers = async ({ flow, name, scopeId, additionalContext }) => {
1007
997
  const context$1 = {
1008
998
  scopeId,
@@ -4561,4 +4551,4 @@ var root_store_default = new RootStore();
4561
4551
 
4562
4552
  //#endregion
4563
4553
  export { CLASS_NAMES, DEFAULT_ANONYMOUS_SOURCE_ID, DevTools, EventFlow, GLOBAL_SCOPE_ID, LazyFunction, NavigationEvent, Prop, PropsPanelCategory, RecordProp, Section, VALIDATORS, addNewPromise, colors, createInternalPropsList, createManagedPropsList, createPropertiesPanelDefinition, editorBridge, generateId, getEditStore, getName, iframeMessageHandler, isEditMode, isEmbeddedBySuperblocksFirstParty, isLocalLink, isName, isNameEqual, navigation, rejectById, resolveById, root_store_default, run_event_handlers_default, sendNotification, startEditorSync, system_error_default };
4564
- //# sourceMappingURL=root-store-OkumbU1B.js.map
4554
+ //# sourceMappingURL=root-store-2o7fAW9E.js.map