@embeddable.com/sdk-react 3.6.0-next.0 → 3.6.0

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/lib/index.js CHANGED
@@ -1058,7 +1058,7 @@ const usageValidator = async (directory) => {
1058
1058
  };
1059
1059
 
1060
1060
  const oraP = import('ora');
1061
- const EMB_FILE_REGEX = /(DataGridWrapper)(?<!\.type|\.options)\.emb\.[jt]s$/;
1061
+ const EMB_FILE_REGEX = /^(.*)(?<!\.type|\.options)\.emb\.[jt]s$/;
1062
1062
  var generate = async (ctx) => {
1063
1063
  var _a;
1064
1064
  const ora = (await oraP).default;