@blocklet/pages-kit-block-studio 0.6.7 → 0.6.9

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.
@@ -183,6 +183,9 @@ export const safeParse = (text) => {
183
183
  return null;
184
184
  }
185
185
  };
186
+ export const getComponentScriptName = (blockName, format) => {
187
+ return `${blockName}(${format})`;
188
+ };
186
189
  export const EDIT_COMPONENT_NAME = 'EditComponent';
187
190
  export const getEditComponentBlockName = (blockName) => {
188
191
  return `${blockName}(${EDIT_COMPONENT_NAME})`;