@orion-studios/payload-studio 0.6.0-beta.49 → 0.6.0-beta.50

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.
@@ -628,7 +628,7 @@ var registerProjectDynamicComponents = (editor, adapter) => {
628
628
  "data-orion-component": type,
629
629
  "data-orion-id": `${type}-${Date.now()}`
630
630
  },
631
- components: definition.editorPreview?.({}) || `<div class="orion-builder-v2-dynamic-placeholder"><strong>${definition.label}</strong></div>`,
631
+ components: "",
632
632
  droppable: false,
633
633
  tagName: "div",
634
634
  traits: [
@@ -504,7 +504,7 @@ var registerProjectDynamicComponents = (editor, adapter) => {
504
504
  "data-orion-component": type,
505
505
  "data-orion-id": `${type}-${Date.now()}`
506
506
  },
507
- components: definition.editorPreview?.({}) || `<div class="orion-builder-v2-dynamic-placeholder"><strong>${definition.label}</strong></div>`,
507
+ components: "",
508
508
  droppable: false,
509
509
  tagName: "div",
510
510
  traits: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.49",
3
+ "version": "0.6.0-beta.50",
4
4
  "description": "Base CMS, builder, and custom admin toolkit for Orion Studios websites",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",