@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.esm.js CHANGED
@@ -1032,7 +1032,7 @@ const usageValidator = async (directory) => {
1032
1032
  };
1033
1033
 
1034
1034
  const oraP = import('ora');
1035
- const EMB_FILE_REGEX = /(DataGridWrapper)(?<!\.type|\.options)\.emb\.[jt]s$/;
1035
+ const EMB_FILE_REGEX = /^(.*)(?<!\.type|\.options)\.emb\.[jt]s$/;
1036
1036
  var generate = async (ctx) => {
1037
1037
  var _a;
1038
1038
  const ora = (await oraP).default;