@camunda/play 1.18.1 → 1.18.2
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/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -152873,10 +152873,10 @@ const Y4 = Ct(
|
|
|
152873
152873
|
);
|
|
152874
152874
|
AIe.displayName = "PublishMessageModal";
|
|
152875
152875
|
function E1({
|
|
152876
|
-
prefix: i,
|
|
152876
|
+
prefix: i = "",
|
|
152877
152877
|
prefillSource: e
|
|
152878
152878
|
}) {
|
|
152879
|
-
return e === "bpmn" ? `${i}
|
|
152879
|
+
return e === "bpmn" ? `${i} with example data` : e === "cache" ? `${i} with cached data` : i;
|
|
152880
152880
|
}
|
|
152881
152881
|
const VN = Ct(
|
|
152882
152882
|
({
|