@plitzi/plitzi-builder 0.32.5 → 0.32.7
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/CHANGELOG.md +42 -0
- package/dist/index.html +2 -4
- package/dist/modules/AI/components/ChatMessage/ChatMessage.d.ts +2 -2
- package/dist/modules/AI/components/ChatMessage/components/AIBrandPreview/AIBrandPreview.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIBrandPreview/components/BrandHero/BrandHero.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIBrandPreview/components/BrandTypography/BrandTypography.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIBrandPreview/components/BrandVoice/BrandVoice.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIColorPalettePreview/AIColorPalettePreview.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIColorPalettePreview/components/ColorPaletteRow/ColorPaletteRow.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIColorPalettePreview/helpers.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIStyleGuidePreview/AIStyleGuidePreview.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIStyleGuidePreview/components/ColorScaleRow/ColorScaleRow.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIStyleGuidePreview/helpers.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AIWireframePreview/AIWireframePreview.d.ts +1 -1
- package/dist/modules/AI/components/ChatMessage/components/AssistantMessage/AssistantMessage.d.ts +2 -2
- package/dist/modules/AI/components/ChatMessage/helpers/extractToolVisual.d.ts +1 -5
- package/dist/modules/AI/components/ChatMessage/helpers/groupStepsIntoItems.d.ts +29 -0
- package/dist/modules/AI/components/ChatMessage/helpers/toolVisualTypes.d.ts +103 -0
- package/dist/modules/AI/components/ToolVisualRenderer/ToolVisualRenderer.d.ts +2 -2
- package/dist/modules/App/models/PageForm.d.ts +3 -1
- package/dist/modules/Builder/components/BuilderElementTools/ElementDefinitionSettings.d.ts +4 -1
- package/dist/modules/Builder/components/BuilderOverlay/OverlayButtonContainer.d.ts +2 -2
- package/dist/modules/Builder/components/BuilderOverlay/OverlaySpacing.d.ts +2 -2
- package/dist/modules/DataSource/BindingSelected.d.ts +2 -3
- package/dist/modules/DataSource/helpers/getBindingWarnings.d.ts +17 -0
- package/dist/modules/DataSource/helpers/getBindingWarnings.test.d.ts +1 -0
- package/dist/modules/DataSource/helpers/transformerString.d.ts +2 -5
- package/dist/modules/DataSource/models/BindingForm/BindingForm.d.ts +4 -7
- package/dist/modules/Interactions/Interactions.d.ts +2 -2
- package/dist/modules/Interactions/components/Workflow/WorkflowHeader.d.ts +7 -1
- package/dist/modules/Interactions/components/Workflow/helpers/nodeWarnings.d.ts +24 -0
- package/dist/modules/Interactions/components/Workflow/helpers/nodeWarnings.test.d.ts +1 -0
- package/dist/modules/Segments/SegmentsReducer.d.ts +9 -0
- package/dist/package.json.d.ts +20 -21
- package/dist/plitzi-builder-dev-vendor.js +6 -6
- package/dist/plitzi-builder-dev-vendor.js.gz +0 -0
- package/dist/plitzi-builder-dev-vendor.js.map +1 -1
- package/dist/plitzi-builder-dev-vendor.js.map.gz +0 -0
- package/dist/plitzi-builder-vendor.js +1 -1
- package/dist/plitzi-builder-vendor.js.gz +0 -0
- package/dist/plitzi-builder.css +2 -2
- package/dist/plitzi-builder.css.gz +0 -0
- package/dist/plitzi-builder.js +1395 -1236
- package/dist/plitzi-builder.js.gz +0 -0
- package/package.json +34 -35
- package/dist/modules/AI/components/ChatMessage/helpers/getBrandResult.d.ts +0 -37
- package/dist/modules/AI/components/ChatMessage/helpers/getColorPaletteResult.d.ts +0 -14
- package/dist/modules/AI/components/ChatMessage/helpers/getStagePreviewResult.d.ts +0 -11
- package/dist/modules/AI/components/ChatMessage/helpers/getStyleGuideResult.d.ts +0 -45
- package/dist/modules/AI/components/ChatMessage/helpers/getWireframeResult.d.ts +0 -12
|
@@ -775,7 +775,7 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
|
|
|
775
775
|
exports.useTransition = function() {
|
|
776
776
|
return resolveDispatcher().useTransition();
|
|
777
777
|
};
|
|
778
|
-
exports.version = "19.2.
|
|
778
|
+
exports.version = "19.2.8";
|
|
779
779
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
780
780
|
})();
|
|
781
781
|
}));
|
|
@@ -1159,7 +1159,7 @@ var require_react_dom_development = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
1159
1159
|
exports.useFormStatus = function() {
|
|
1160
1160
|
return resolveDispatcher().useHostTransitionStatus();
|
|
1161
1161
|
};
|
|
1162
|
-
exports.version = "19.2.
|
|
1162
|
+
exports.version = "19.2.8";
|
|
1163
1163
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1164
1164
|
})();
|
|
1165
1165
|
}));
|
|
@@ -15461,7 +15461,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
|
|
15461
15461
|
};
|
|
15462
15462
|
(function() {
|
|
15463
15463
|
var isomorphicReactPackageVersion = React.version;
|
|
15464
|
-
if ("19.2.
|
|
15464
|
+
if ("19.2.8" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.8\nLearn more: https://react.dev/warnings/version-mismatch"));
|
|
15465
15465
|
})();
|
|
15466
15466
|
"function" === typeof Map && null != Map.prototype && "function" === typeof Map.prototype.forEach && "function" === typeof Set && null != Set.prototype && "function" === typeof Set.prototype.clear && "function" === typeof Set.prototype.forEach || console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills");
|
|
15467
15467
|
ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
|
|
@@ -15479,10 +15479,10 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
|
|
15479
15479
|
if (!(function() {
|
|
15480
15480
|
var internals = {
|
|
15481
15481
|
bundleType: 1,
|
|
15482
|
-
version: "19.2.
|
|
15482
|
+
version: "19.2.8",
|
|
15483
15483
|
rendererPackageName: "react-dom",
|
|
15484
15484
|
currentDispatcherRef: ReactSharedInternals,
|
|
15485
|
-
reconcilerVersion: "19.2.
|
|
15485
|
+
reconcilerVersion: "19.2.8"
|
|
15486
15486
|
};
|
|
15487
15487
|
internals.overrideHookState = overrideHookState;
|
|
15488
15488
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -15536,7 +15536,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
|
|
15536
15536
|
listenToAllSupportedEvents(container);
|
|
15537
15537
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15538
15538
|
};
|
|
15539
|
-
exports.version = "19.2.
|
|
15539
|
+
exports.version = "19.2.8";
|
|
15540
15540
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
15541
15541
|
})();
|
|
15542
15542
|
}));
|
|
Binary file
|