@embedreach/components 0.3.14 → 0.3.16
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/chunks/index.js +76001 -76871
- package/dist/chunks/sandbox-loading-screen.js +1 -1
- package/dist/index.umd.js +14 -14
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -18705,7 +18705,7 @@ const native = {
|
|
|
18705
18705
|
randomUUID
|
|
18706
18706
|
};
|
|
18707
18707
|
function v4(options, buf, offset) {
|
|
18708
|
-
if (native.randomUUID &&
|
|
18708
|
+
if (native.randomUUID && !buf && !options) {
|
|
18709
18709
|
return native.randomUUID();
|
|
18710
18710
|
}
|
|
18711
18711
|
options = options || {};
|