payload-plugin-newsletter 0.12.2 → 0.12.3

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.cjs CHANGED
@@ -3756,7 +3756,7 @@ var createBroadcastInlinePreviewField = () => {
3756
3756
  type: "ui",
3757
3757
  admin: {
3758
3758
  components: {
3759
- Field: "/src/components/Broadcasts/BroadcastInlinePreview"
3759
+ Field: "payload-plugin-newsletter/components#BroadcastInlinePreview"
3760
3760
  }
3761
3761
  }
3762
3762
  };
@@ -3815,7 +3815,7 @@ var createBroadcastsCollection = (pluginConfig) => {
3815
3815
  admin: {
3816
3816
  readOnly: true,
3817
3817
  components: {
3818
- Cell: "/src/components/Broadcasts/StatusBadge"
3818
+ Cell: "payload-plugin-newsletter/components#StatusBadge"
3819
3819
  }
3820
3820
  }
3821
3821
  },
@@ -3959,8 +3959,8 @@ var createBroadcastsCollection = (pluginConfig) => {
3959
3959
  type: "ui",
3960
3960
  admin: {
3961
3961
  components: {
3962
- Cell: "/src/components/Broadcasts/ActionsCell",
3963
- Field: "/src/components/Broadcasts/EmptyField"
3962
+ Cell: "payload-plugin-newsletter/components#ActionsCell",
3963
+ Field: "payload-plugin-newsletter/components#EmptyField"
3964
3964
  },
3965
3965
  disableListColumn: false
3966
3966
  }