@webstudio-is/react-sdk 0.45.0 → 0.46.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.
@@ -130,7 +130,8 @@ const backgrounds = [
130
130
  "backgroundPositionX",
131
131
  "backgroundPositionY",
132
132
  "backgroundRepeat",
133
- "backgroundSize"
133
+ "backgroundSize",
134
+ "backgroundBlendMode"
134
135
  ];
135
136
  const borders = [
136
137
  "borderTopLeftRadius",
@@ -106,7 +106,8 @@ const backgrounds = [
106
106
  "backgroundPositionX",
107
107
  "backgroundPositionY",
108
108
  "backgroundRepeat",
109
- "backgroundSize"
109
+ "backgroundSize",
110
+ "backgroundBlendMode"
110
111
  ];
111
112
  const borders = [
112
113
  "borderTopLeftRadius",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@webstudio-is/react-sdk",
3
- "version": "0.45.0",
3
+ "version": "0.46.0",
4
4
  "description": "Webstudio JavaScript / TypeScript API",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
7
7
  "type": "module",
8
8
  "devDependencies": {
9
- "@babel/core": "^7.20.2",
9
+ "@babel/core": "^7.21.0",
10
10
  "@esbuild-kit/esm-loader": "^2.4.2",
11
11
  "@jest/globals": "^29.3.1",
12
12
  "@remix-run/node": "1.12.0",
@@ -17,7 +17,7 @@
17
17
  "@types/node": "^18.11.18",
18
18
  "@types/react": "^17.0.24",
19
19
  "@types/react-dom": "^17.0.9",
20
- "babel-loader": "^8.2.5",
20
+ "babel-loader": "^9.1.2",
21
21
  "esbuild": "^0.14.25",
22
22
  "esbuild-node-externals": "^1.4.1",
23
23
  "jest": "^29.3.1",
@@ -46,14 +46,14 @@
46
46
  "mitt": "^3.0.0",
47
47
  "nanostores": "^0.7.1",
48
48
  "warn-once": "^0.1.1",
49
- "@webstudio-is/asset-uploader": "^0.45.0",
50
- "@webstudio-is/css-data": "^0.45.0",
51
- "@webstudio-is/css-vars": "^0.45.0",
52
- "@webstudio-is/generate-arg-types": "^0.45.0",
53
- "@webstudio-is/icons": "^0.45.0",
54
- "@webstudio-is/image": "^0.45.0",
55
- "@webstudio-is/prisma-client": "^0.45.0",
56
- "@webstudio-is/project-build": "^0.45.0"
49
+ "@webstudio-is/asset-uploader": "^0.46.0",
50
+ "@webstudio-is/css-data": "^0.46.0",
51
+ "@webstudio-is/css-vars": "^0.46.0",
52
+ "@webstudio-is/generate-arg-types": "^0.46.0",
53
+ "@webstudio-is/icons": "^0.46.0",
54
+ "@webstudio-is/image": "^0.46.0",
55
+ "@webstudio-is/prisma-client": "^0.46.0",
56
+ "@webstudio-is/project-build": "^0.46.0"
57
57
  },
58
58
  "exports": {
59
59
  ".": {
@@ -124,6 +124,7 @@ const backgrounds = [
124
124
  "backgroundPositionY",
125
125
  "backgroundRepeat",
126
126
  "backgroundSize",
127
+ "backgroundBlendMode",
127
128
  ] as const;
128
129
 
129
130
  const borders = [