@wix/editor-react-components 1.2604.0 → 1.2605.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.
@@ -522,6 +522,7 @@ var VerificationMethod;
522
522
  VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
523
523
  VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
524
524
  VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
525
+ VerificationMethod2["OIDC_BEARER"] = "OIDC_BEARER";
525
526
  })(VerificationMethod || (VerificationMethod = {}));
526
527
  var VerificationSource;
527
528
  (function(VerificationSource2) {
@@ -1336,6 +1337,43 @@ var MobileApplication;
1336
1337
  MobileApplication2["WIX_STUDIO"] = "WIX_STUDIO";
1337
1338
  MobileApplication2["NO_SPECIFIC_TARGET_APP"] = "NO_SPECIFIC_TARGET_APP";
1338
1339
  })(MobileApplication || (MobileApplication = {}));
1340
+ var FeedIconIconType;
1341
+ (function(FeedIconIconType2) {
1342
+ FeedIconIconType2["UNKNOWN_ICON_TYPE"] = "UNKNOWN_ICON_TYPE";
1343
+ FeedIconIconType2["URL"] = "URL";
1344
+ FeedIconIconType2["APP"] = "APP";
1345
+ FeedIconIconType2["INITIATOR"] = "INITIATOR";
1346
+ })(FeedIconIconType || (FeedIconIconType = {}));
1347
+ var FeedNotificationType;
1348
+ (function(FeedNotificationType2) {
1349
+ FeedNotificationType2["UNKNOWN_FEED_NOTIFICATION_TYPE"] = "UNKNOWN_FEED_NOTIFICATION_TYPE";
1350
+ FeedNotificationType2["REGULAR"] = "REGULAR";
1351
+ FeedNotificationType2["ALERT_INFO"] = "ALERT_INFO";
1352
+ FeedNotificationType2["ALERT_WARNING"] = "ALERT_WARNING";
1353
+ })(FeedNotificationType || (FeedNotificationType = {}));
1354
+ var NotificationStyle;
1355
+ (function(NotificationStyle2) {
1356
+ NotificationStyle2["UNKNOWN_STYLE"] = "UNKNOWN_STYLE";
1357
+ NotificationStyle2["BIG_TEXT"] = "BIG_TEXT";
1358
+ NotificationStyle2["MESSAGING"] = "MESSAGING";
1359
+ NotificationStyle2["INBOX"] = "INBOX";
1360
+ })(NotificationStyle || (NotificationStyle = {}));
1361
+ var App;
1362
+ (function(App2) {
1363
+ App2["UNKNOWN_APP"] = "UNKNOWN_APP";
1364
+ App2["OWNER"] = "OWNER";
1365
+ App2["SPACES"] = "SPACES";
1366
+ App2["DINE"] = "DINE";
1367
+ App2["FITNESS"] = "FITNESS";
1368
+ App2["WIX_LIFE"] = "WIX_LIFE";
1369
+ App2["WIX_PARTNERS"] = "WIX_PARTNERS";
1370
+ App2["BRANDED"] = "BRANDED";
1371
+ App2["WIX_STUDIO"] = "WIX_STUDIO";
1372
+ App2["ORION"] = "ORION";
1373
+ App2["NANO"] = "NANO";
1374
+ App2["BASE44"] = "BASE44";
1375
+ App2["WIXEL"] = "WIXEL";
1376
+ })(App || (App = {}));
1339
1377
  var RecipientType;
1340
1378
  (function(RecipientType2) {
1341
1379
  RecipientType2["UNKNOWN_RECIPIENT_TYPE"] = "UNKNOWN_RECIPIENT_TYPE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2604.0",
3
+ "version": "1.2605.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.536",
80
+ "@wix/ambassador-devcenter-v1-component-type-data": "^1.0.542",
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.255.0",
87
+ "@wix/site-ui": "1.256.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": "a34392467f311d7d0c115112197802d5f73157b05d89535398856e14"
202
+ "falconPackageHash": "a042b864e2a4e1f990138156fa423e7cb020402b9fe9b57e49c0e8a1"
203
203
  }