@wix/editor-react-components 1.2596.0 → 1.2597.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.
|
@@ -188,6 +188,12 @@ var StorageType;
|
|
|
188
188
|
StorageType2["SESSIONSTORAGE"] = "SESSIONSTORAGE";
|
|
189
189
|
StorageType2["INDEXDB"] = "INDEXDB";
|
|
190
190
|
})(StorageType || (StorageType = {}));
|
|
191
|
+
var ComponentLifecycleHookTypeEnumHookType;
|
|
192
|
+
(function(ComponentLifecycleHookTypeEnumHookType2) {
|
|
193
|
+
ComponentLifecycleHookTypeEnumHookType2["UNKNOWN_HOOK_TYPE"] = "UNKNOWN_HOOK_TYPE";
|
|
194
|
+
ComponentLifecycleHookTypeEnumHookType2["BEFORE"] = "BEFORE";
|
|
195
|
+
ComponentLifecycleHookTypeEnumHookType2["AFTER"] = "AFTER";
|
|
196
|
+
})(ComponentLifecycleHookTypeEnumHookType || (ComponentLifecycleHookTypeEnumHookType = {}));
|
|
191
197
|
var ComponentType;
|
|
192
198
|
(function(ComponentType2) {
|
|
193
199
|
ComponentType2["NONE"] = "NONE";
|
|
@@ -429,6 +435,7 @@ var ComponentType;
|
|
|
429
435
|
ComponentType2["APP_TOOLS"] = "APP_TOOLS";
|
|
430
436
|
ComponentType2["ECOM_PURCHASE_RECOMMENDATIONS"] = "ECOM_PURCHASE_RECOMMENDATIONS";
|
|
431
437
|
ComponentType2["COMPONENTS_DELETION_HOOK_PROVIDER"] = "COMPONENTS_DELETION_HOOK_PROVIDER";
|
|
438
|
+
ComponentType2["WEBHOOK_PROVIDER_MODULE"] = "WEBHOOK_PROVIDER_MODULE";
|
|
432
439
|
})(ComponentType || (ComponentType = {}));
|
|
433
440
|
var AuthType;
|
|
434
441
|
(function(AuthType2) {
|
|
@@ -1692,6 +1699,12 @@ var StyleType;
|
|
|
1692
1699
|
StyleType2["fill"] = "fill";
|
|
1693
1700
|
StyleType2["fillOpacity"] = "fillOpacity";
|
|
1694
1701
|
})(StyleType || (StyleType = {}));
|
|
1702
|
+
var SurfaceType;
|
|
1703
|
+
(function(SurfaceType2) {
|
|
1704
|
+
SurfaceType2["UNKNOWN_SURFACE_TYPE"] = "UNKNOWN_SURFACE_TYPE";
|
|
1705
|
+
SurfaceType2["ADD_PANEL"] = "ADD_PANEL";
|
|
1706
|
+
SurfaceType2["ADD_SECTION"] = "ADD_SECTION";
|
|
1707
|
+
})(SurfaceType || (SurfaceType = {}));
|
|
1695
1708
|
var TemplateDefaultColor;
|
|
1696
1709
|
(function(TemplateDefaultColor2) {
|
|
1697
1710
|
TemplateDefaultColor2["BACKGROUND"] = "BACKGROUND";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2597.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
78
78
|
"@vimeo/player": "^2.20.1",
|
|
79
79
|
"@vis.gl/react-google-maps": "^1.5.2",
|
|
80
|
-
"@wix/ambassador-devcenter-v1-component-type-data": "^1.0.
|
|
80
|
+
"@wix/ambassador-devcenter-v1-component-type-data": "^1.0.536",
|
|
81
81
|
"@wix/design-system-illustrations": "^2.28.5",
|
|
82
82
|
"@wix/sdk": "^1.21.16",
|
|
83
83
|
"@wix/services-manager-react": "^0.1.27",
|
|
84
84
|
"@wix/site-service-business-logger": "^1.0.0",
|
|
85
85
|
"@wix/site-service-configuration": "^1.0.1",
|
|
86
86
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
87
|
-
"@wix/site-ui": "1.
|
|
87
|
+
"@wix/site-ui": "1.253.0",
|
|
88
88
|
"@wix/video": "^1.106.0",
|
|
89
89
|
"@wix/viewer-service-consent-policy": "^1.0.101",
|
|
90
90
|
"@wix/web-bi-logger": "^2.1.29",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "77ac0af5680f2ef6153cf0cb1e8ed326cd572ee3630b26c47aff54c4"
|
|
203
203
|
}
|