@superblocksteam/library 2.0.37-next.3 → 2.0.37-next.30
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.d.ts.map +1 -1
- package/dist/index.js +17 -11
- package/dist/index.js.map +1 -1
- package/dist/{root-store-OkumbU1B.js → root-store-BXDkkjIO.js} +3 -12
- package/dist/root-store-BXDkkjIO.js.map +1 -0
- package/dist/root-store-zIn7OKOu.js +4 -0
- package/package.json +3 -3
- package/dist/root-store-OkumbU1B.js.map +0 -1
- package/dist/root-store-Z42RSY5l.js +0 -4
|
@@ -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-
|
|
995
|
+
const getRootStore = () => import("./root-store-zIn7OKOu.js").then((module) => module.default);
|
|
1006
996
|
const runEventHandlers = async ({ flow, name, scopeId, additionalContext }) => {
|
|
1007
997
|
const context$1 = {
|
|
1008
998
|
scopeId,
|
|
@@ -1495,6 +1485,7 @@ var Prop = class Prop {
|
|
|
1495
1485
|
isTriggerProperty = true;
|
|
1496
1486
|
break;
|
|
1497
1487
|
case "jsx":
|
|
1488
|
+
case "children":
|
|
1498
1489
|
baseControlType = "JSX";
|
|
1499
1490
|
break;
|
|
1500
1491
|
case "any":
|
|
@@ -4561,4 +4552,4 @@ var root_store_default = new RootStore();
|
|
|
4561
4552
|
|
|
4562
4553
|
//#endregion
|
|
4563
4554
|
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-
|
|
4555
|
+
//# sourceMappingURL=root-store-BXDkkjIO.js.map
|