@elementor/editor-components 3.35.0-436 → 3.35.0-437

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.mjs CHANGED
@@ -2222,7 +2222,7 @@ async function loadComponentsStyles(componentIds) {
2222
2222
  if (!unknownComponentIds.length) {
2223
2223
  return;
2224
2224
  }
2225
- addComponentStyles(unknownComponentIds);
2225
+ await addComponentStyles(unknownComponentIds);
2226
2226
  }
2227
2227
  async function addComponentStyles(ids) {
2228
2228
  const newComponents = await loadStyles(ids);