@wix/editor-react-components 1.2565.0 → 1.2567.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.
@@ -428,6 +428,7 @@ var ComponentType;
428
428
  ComponentType2["TOOLS_PROVIDER_CONFIG"] = "TOOLS_PROVIDER_CONFIG";
429
429
  ComponentType2["APP_TOOLS"] = "APP_TOOLS";
430
430
  ComponentType2["ECOM_PURCHASE_RECOMMENDATIONS"] = "ECOM_PURCHASE_RECOMMENDATIONS";
431
+ ComponentType2["COMPONENTS_DELETION_HOOK_PROVIDER"] = "COMPONENTS_DELETION_HOOK_PROVIDER";
431
432
  })(ComponentType || (ComponentType = {}));
432
433
  var AuthType;
433
434
  (function(AuthType2) {
@@ -942,6 +943,7 @@ var GroupType;
942
943
  GroupType2["textDecoration"] = "textDecoration";
943
944
  GroupType2["gap"] = "gap";
944
945
  GroupType2["text"] = "text";
946
+ GroupType2["stroke"] = "stroke";
945
947
  GroupType2["arrayItems"] = "arrayItems";
946
948
  GroupType2["arrayItem"] = "arrayItem";
947
949
  GroupType2["listItem"] = "listItem";
@@ -968,6 +970,14 @@ var DisplayValueEnumDisplayValue;
968
970
  DisplayValueEnumDisplayValue2["inlineFlex"] = "inlineFlex";
969
971
  DisplayValueEnumDisplayValue2["inlineGrid"] = "inlineGrid";
970
972
  DisplayValueEnumDisplayValue2["listItem"] = "listItem";
973
+ DisplayValueEnumDisplayValue2["tableRowGroup"] = "tableRowGroup";
974
+ DisplayValueEnumDisplayValue2["tableHeaderGroup"] = "tableHeaderGroup";
975
+ DisplayValueEnumDisplayValue2["tableFooterGroup"] = "tableFooterGroup";
976
+ DisplayValueEnumDisplayValue2["tableRow"] = "tableRow";
977
+ DisplayValueEnumDisplayValue2["tableCell"] = "tableCell";
978
+ DisplayValueEnumDisplayValue2["tableColumnGroup"] = "tableColumnGroup";
979
+ DisplayValueEnumDisplayValue2["tableColumn"] = "tableColumn";
980
+ DisplayValueEnumDisplayValue2["tableCaption"] = "tableCaption";
971
981
  })(DisplayValueEnumDisplayValue || (DisplayValueEnumDisplayValue = {}));
972
982
  var DomEventType;
973
983
  (function(DomEventType2) {
@@ -1754,6 +1764,12 @@ var MeasurementSystem;
1754
1764
  MeasurementSystem2["Metric"] = "Metric";
1755
1765
  MeasurementSystem2["Imperial"] = "Imperial";
1756
1766
  })(MeasurementSystem || (MeasurementSystem = {}));
1767
+ var PurchaseType;
1768
+ (function(PurchaseType2) {
1769
+ PurchaseType2["PURCHASE_TYPE_UNSPECIFIED"] = "PURCHASE_TYPE_UNSPECIFIED";
1770
+ PurchaseType2["ONE_TIME"] = "ONE_TIME";
1771
+ PurchaseType2["SUBSCRIPTION"] = "SUBSCRIPTION";
1772
+ })(PurchaseType || (PurchaseType = {}));
1757
1773
  var LockableOperation;
1758
1774
  (function(LockableOperation2) {
1759
1775
  LockableOperation2["UNSPECIFIED_LOCKABLE"] = "UNSPECIFIED_LOCKABLE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2565.0",
3
+ "version": "1.2567.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.525",
80
+ "@wix/ambassador-devcenter-v1-component-type-data": "^1.0.530",
81
81
  "@wix/design-system-illustrations": "^2.28.5",
82
82
  "@wix/sdk": "^1.21.15",
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.240.0",
87
+ "@wix/site-ui": "1.242.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": "7856aad79fc45322b5fdae0379972b8f3892236d0603869540f54bde"
202
+ "falconPackageHash": "08d4a7da72d04f1cf1b97e2a75458ed6bc7175785107bd5bfe898da7"
203
203
  }