@webstudio-is/sdk-components-react 0.143.0 → 0.144.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/components.js CHANGED
@@ -488,7 +488,7 @@ var preconnect = (url) => {
488
488
  link.rel = "preconnect";
489
489
  link.href = url;
490
490
  link.crossOrigin = "true";
491
- document.head.append(link);
491
+ document.head.appendChild(link);
492
492
  };
493
493
  var warmed = false;
494
494
  var PLAYER_CDN = "https://f.vimeocdn.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react",
3
- "version": "0.143.0",
3
+ "version": "0.144.0",
4
4
  "description": "Webstudio default library for react",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -40,9 +40,9 @@
40
40
  "@react-aria/utils": "^3.21.0",
41
41
  "colord": "^2.9.3",
42
42
  "shallow-equal": "^3.1.0",
43
- "@webstudio-is/icons": "0.143.0",
44
- "@webstudio-is/react-sdk": "0.143.0",
45
- "@webstudio-is/image": "0.143.0"
43
+ "@webstudio-is/icons": "0.144.0",
44
+ "@webstudio-is/image": "0.144.0",
45
+ "@webstudio-is/react-sdk": "0.144.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jest/globals": "^29.7.0",
@@ -55,8 +55,8 @@
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "typescript": "5.2.2",
58
+ "@webstudio-is/generate-arg-types": "0.144.0",
58
59
  "@webstudio-is/jest-config": "1.0.7",
59
- "@webstudio-is/generate-arg-types": "0.143.0",
60
60
  "@webstudio-is/tsconfig": "1.0.7",
61
61
  "@webstudio-is/storybook-config": "0.0.0"
62
62
  },