@wix/editor-react-components 1.2374.0 → 1.2376.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/dist/site/components/AccordionComponent/manifest.js +1 -1
- package/dist/site/components/AnimatedIcon/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/manifest.js +1 -1
- package/dist/site/components/BoxContainer/manifest.js +1 -1
- package/dist/site/components/Breadcrumbs/manifest.js +1 -1
- package/dist/site/components/Button/manifest.js +1 -1
- package/dist/site/components/Checkbox/manifest.js +1 -1
- package/dist/site/components/CheckboxGroup/manifest.js +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +1 -1
- package/dist/site/components/DatePicker/manifest.js +1 -1
- package/dist/site/components/Dropdown/manifest.js +1 -1
- package/dist/site/components/GoogleMap/manifest.js +1 -1
- package/dist/site/components/HTMLComponent/manifest.js +1 -1
- package/dist/site/components/HipaaIcon/manifest.js +1 -1
- package/dist/site/components/Image3/manifest.js +1 -1
- package/dist/site/components/LegacyAppWidget/manifest.js +1 -1
- package/dist/site/components/LegacyContainer/manifest.js +1 -1
- package/dist/site/components/LegacyMultiStateBox/manifest.js +1 -1
- package/dist/site/components/Line/manifest.js +1 -1
- package/dist/site/components/LinkBar/manifest.js +1 -1
- package/dist/site/components/Logo/manifest.js +1 -1
- package/dist/site/components/Lottie/manifest.js +1 -1
- package/dist/site/components/Menu/component.js +4 -0
- package/dist/site/components/Menu/manifest.js +7 -7
- package/dist/site/components/MultiStateBox/manifest.js +1 -1
- package/dist/site/components/ProgressBar/manifest.js +1 -1
- package/dist/site/components/RadioButtons/manifest.js +1 -1
- package/dist/site/components/Repeater/manifest.js +1 -1
- package/dist/site/components/ShareButtons/manifest.js +1 -1
- package/dist/site/components/SiteLogo/manifest.js +1 -1
- package/dist/site/components/Slideshow/manifest.js +1 -1
- package/dist/site/components/SlotsPlaceholder/manifest.js +1 -1
- package/dist/site/components/SocialPlayerFacebook/manifest.js +1 -1
- package/dist/site/components/SocialPlayerInstagram/manifest.js +1 -1
- package/dist/site/components/SocialPlayerSnapchat/manifest.js +1 -1
- package/dist/site/components/SocialPlayerTikTok/manifest.js +1 -1
- package/dist/site/components/SocialPlayerVimeo/manifest.js +1 -1
- package/dist/site/components/SocialPlayerYoutube/manifest.js +1 -1
- package/dist/site/components/SvgImage/manifest.js +1 -1
- package/dist/site/components/Tabs/manifest.js +1 -1
- package/dist/site/components/TestComp/manifest.js +1 -1
- package/dist/site/components/TextBox/manifest.js +1 -1
- package/dist/site/components/TextEffects3d/manifest.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
- package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
- package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
- package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
- package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
- package/dist/site/components/TextEffectsShook/manifest.js +1 -1
- package/dist/site/components/TextEffectsSticker/manifest.js +1 -1
- package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
- package/dist/site/components/TextInput/manifest.js +1 -1
- package/dist/site/components/TextMarquee/manifest.js +1 -1
- package/dist/site/components/TimePicker/manifest.js +1 -1
- package/dist/site/components/TransparentVideo/manifest.js +1 -1
- package/dist/site/components/VideoUpload/manifest.js +1 -1
- package/dist/site/components/WRichText/manifest.js +1 -1
- package/dist/site/components/chunks/{chunk-JPMZBG44.js → chunk-V7QOLP3D.js} +2876 -2458
- package/dist/site/components/chunks/constants22.js +1 -1
- package/dist/site/components/chunks/manifest2.js +1 -1
- package/dist/site/components/chunks/manifestBase.js +1 -1
- package/dist/site/components/chunks/manifestSdkMixins.js +1 -1
- package/dist/site/components/chunks/types.impl.js +65 -0
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LAYOUT, D as DATA, I as INTERACTIONS, C as CSS_PROPERTIES } from "./chunk-
|
|
1
|
+
import { L as LAYOUT, D as DATA, I as INTERACTIONS, C as CSS_PROPERTIES } from "./chunk-V7QOLP3D.js";
|
|
2
2
|
import { S as SharedDisplayNames } from "./constants9.js";
|
|
3
3
|
const MAX_PATTERNS = 15;
|
|
4
4
|
const PatternConfig = {
|
|
@@ -50,6 +50,7 @@ var ActionType;
|
|
|
50
50
|
ActionType2["displayGroup"] = "displayGroup";
|
|
51
51
|
ActionType2["cssProperty"] = "cssProperty";
|
|
52
52
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
53
|
+
ActionType2["dashboard"] = "dashboard";
|
|
53
54
|
})(ActionType || (ActionType = {}));
|
|
54
55
|
var AppExecutionType;
|
|
55
56
|
(function(AppExecutionType2) {
|
|
@@ -143,6 +144,7 @@ var BackOfficeHostingPlatforms;
|
|
|
143
144
|
BackOfficeHostingPlatforms2["PAYMENTS_BO"] = "PAYMENTS_BO";
|
|
144
145
|
BackOfficeHostingPlatforms2["SYMPHONY"] = "SYMPHONY";
|
|
145
146
|
BackOfficeHostingPlatforms2["BMR"] = "BMR";
|
|
147
|
+
BackOfficeHostingPlatforms2["WIXEL_DASHBOARD"] = "WIXEL_DASHBOARD";
|
|
146
148
|
})(BackOfficeHostingPlatforms || (BackOfficeHostingPlatforms = {}));
|
|
147
149
|
var BackOfficeScriptAssetType;
|
|
148
150
|
(function(BackOfficeScriptAssetType2) {
|
|
@@ -417,7 +419,46 @@ var ComponentType;
|
|
|
417
419
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
418
420
|
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
419
421
|
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
422
|
+
ComponentType2["CONNECTOR_CONFIG"] = "CONNECTOR_CONFIG";
|
|
423
|
+
ComponentType2["CHANNEL_DATA_PROVIDER"] = "CHANNEL_DATA_PROVIDER";
|
|
424
|
+
ComponentType2["OAUTH_CLIENT_CONFIGURATION"] = "OAUTH_CLIENT_CONFIGURATION";
|
|
425
|
+
ComponentType2["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
420
426
|
})(ComponentType || (ComponentType = {}));
|
|
427
|
+
var AuthType;
|
|
428
|
+
(function(AuthType2) {
|
|
429
|
+
AuthType2["UNKNOWN_AUTH_TYPE"] = "UNKNOWN_AUTH_TYPE";
|
|
430
|
+
AuthType2["OAUTH2"] = "OAUTH2";
|
|
431
|
+
AuthType2["API_KEY"] = "API_KEY";
|
|
432
|
+
})(AuthType || (AuthType = {}));
|
|
433
|
+
var DispatchHttpMethod;
|
|
434
|
+
(function(DispatchHttpMethod2) {
|
|
435
|
+
DispatchHttpMethod2["UNKNOWN_DISPATCH_HTTP_METHOD"] = "UNKNOWN_DISPATCH_HTTP_METHOD";
|
|
436
|
+
DispatchHttpMethod2["GET"] = "GET";
|
|
437
|
+
DispatchHttpMethod2["POST"] = "POST";
|
|
438
|
+
DispatchHttpMethod2["PUT"] = "PUT";
|
|
439
|
+
DispatchHttpMethod2["PATCH"] = "PATCH";
|
|
440
|
+
DispatchHttpMethod2["DELETE"] = "DELETE";
|
|
441
|
+
DispatchHttpMethod2["HEAD"] = "HEAD";
|
|
442
|
+
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
443
|
+
})(DispatchHttpMethod || (DispatchHttpMethod = {}));
|
|
444
|
+
var IdentityHttpMethod;
|
|
445
|
+
(function(IdentityHttpMethod2) {
|
|
446
|
+
IdentityHttpMethod2["UNKNOWN_IDENTITY_HTTP_METHOD"] = "UNKNOWN_IDENTITY_HTTP_METHOD";
|
|
447
|
+
IdentityHttpMethod2["GET"] = "GET";
|
|
448
|
+
IdentityHttpMethod2["POST"] = "POST";
|
|
449
|
+
})(IdentityHttpMethod || (IdentityHttpMethod = {}));
|
|
450
|
+
var ScopeSeparator;
|
|
451
|
+
(function(ScopeSeparator2) {
|
|
452
|
+
ScopeSeparator2["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
453
|
+
ScopeSeparator2["SPACE"] = "SPACE";
|
|
454
|
+
ScopeSeparator2["COMMA"] = "COMMA";
|
|
455
|
+
})(ScopeSeparator || (ScopeSeparator = {}));
|
|
456
|
+
var TokenEndpointAuthMethod;
|
|
457
|
+
(function(TokenEndpointAuthMethod2) {
|
|
458
|
+
TokenEndpointAuthMethod2["UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD"] = "UNKNOWN_TOKEN_ENDPOINT_AUTH_METHOD";
|
|
459
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
460
|
+
TokenEndpointAuthMethod2["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
461
|
+
})(TokenEndpointAuthMethod || (TokenEndpointAuthMethod = {}));
|
|
421
462
|
var Type;
|
|
422
463
|
(function(Type2) {
|
|
423
464
|
Type2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -445,6 +486,12 @@ var ContentResizeDirection;
|
|
|
445
486
|
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
446
487
|
ContentResizeDirection2["none"] = "none";
|
|
447
488
|
})(ContentResizeDirection || (ContentResizeDirection = {}));
|
|
489
|
+
var ContextActionExecutionType;
|
|
490
|
+
(function(ContextActionExecutionType2) {
|
|
491
|
+
ContextActionExecutionType2["UNKNOWN_ContextActionExecutionType"] = "UNKNOWN_ContextActionExecutionType";
|
|
492
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
493
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
494
|
+
})(ContextActionExecutionType || (ContextActionExecutionType = {}));
|
|
448
495
|
var CssDataTypeEnumCssDataType;
|
|
449
496
|
(function(CssDataTypeEnumCssDataType2) {
|
|
450
497
|
CssDataTypeEnumCssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
@@ -788,6 +835,8 @@ var DataType;
|
|
|
788
835
|
DataType2["onSubmit"] = "onSubmit";
|
|
789
836
|
DataType2["filter"] = "filter";
|
|
790
837
|
DataType2["sort"] = "sort";
|
|
838
|
+
DataType2["visualMedia"] = "visualMedia";
|
|
839
|
+
DataType2["ricosDocument"] = "ricosDocument";
|
|
791
840
|
})(DataType || (DataType = {}));
|
|
792
841
|
var DeeplinkFeature;
|
|
793
842
|
(function(DeeplinkFeature2) {
|
|
@@ -872,12 +921,20 @@ var DtsDefinitionType;
|
|
|
872
921
|
DtsDefinitionType2["DTS_HTTP_LINK"] = "DTS_HTTP_LINK";
|
|
873
922
|
DtsDefinitionType2["DTS_CONTENT"] = "DTS_CONTENT";
|
|
874
923
|
})(DtsDefinitionType || (DtsDefinitionType = {}));
|
|
924
|
+
var EditorExposureItemEnumItemType;
|
|
925
|
+
(function(EditorExposureItemEnumItemType2) {
|
|
926
|
+
EditorExposureItemEnumItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
927
|
+
EditorExposureItemEnumItemType2["CUSTOM_ELEMENT"] = "CUSTOM_ELEMENT";
|
|
928
|
+
EditorExposureItemEnumItemType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
929
|
+
EditorExposureItemEnumItemType2["COMPOSITION"] = "COMPOSITION";
|
|
930
|
+
})(EditorExposureItemEnumItemType || (EditorExposureItemEnumItemType = {}));
|
|
875
931
|
var EditorType;
|
|
876
932
|
(function(EditorType2) {
|
|
877
933
|
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
878
934
|
EditorType2["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
879
935
|
EditorType2["STUDIO_EDITOR_TYPE"] = "STUDIO_EDITOR_TYPE";
|
|
880
936
|
EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
|
|
937
|
+
EditorType2["STUDIO_2_EDITOR_TYPE"] = "STUDIO_2_EDITOR_TYPE";
|
|
881
938
|
})(EditorType || (EditorType = {}));
|
|
882
939
|
var ElementDisplayOption;
|
|
883
940
|
(function(ElementDisplayOption2) {
|
|
@@ -1000,7 +1057,15 @@ var FunctionRole;
|
|
|
1000
1057
|
(function(FunctionRole2) {
|
|
1001
1058
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
1002
1059
|
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
1060
|
+
FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
|
|
1003
1061
|
})(FunctionRole || (FunctionRole = {}));
|
|
1062
|
+
var ApiGroupType;
|
|
1063
|
+
(function(ApiGroupType2) {
|
|
1064
|
+
ApiGroupType2["UNKNOWN_GROUP_TYPE"] = "UNKNOWN_GROUP_TYPE";
|
|
1065
|
+
ApiGroupType2["PAGES"] = "PAGES";
|
|
1066
|
+
ApiGroupType2["SECTIONS"] = "SECTIONS";
|
|
1067
|
+
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
1068
|
+
})(ApiGroupType || (ApiGroupType = {}));
|
|
1004
1069
|
var HorizontalDocking;
|
|
1005
1070
|
(function(HorizontalDocking2) {
|
|
1006
1071
|
HorizontalDocking2["NO_HDOCKING"] = "NO_HDOCKING";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2376.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@wix/design-system-illustrations": "^2.19.0",
|
|
82
82
|
"@wix/sdk": "^1.21.13",
|
|
83
83
|
"@wix/services-manager-react": "^0.1.27",
|
|
84
|
-
"@wix/site-ui": "1.
|
|
84
|
+
"@wix/site-ui": "1.166.0",
|
|
85
85
|
"@wix/video": "^1.85.0",
|
|
86
86
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
87
87
|
"@wix/web-bi-logger": "^2.1.26",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@wix/business-tools": "^1.0.225",
|
|
117
117
|
"@wix/cli": "^1.1.227",
|
|
118
118
|
"@wix/cli-app": "1.1.226",
|
|
119
|
-
"@wix/component-protocol": "^1.
|
|
119
|
+
"@wix/component-protocol": "^1.245.0",
|
|
120
120
|
"@wix/components-infra": "^1.0.0",
|
|
121
121
|
"@wix/design-system": "^1.273.0",
|
|
122
122
|
"@wix/editor": "^1.586.0",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"registry": "https://registry.npmjs.org/",
|
|
196
196
|
"access": "public"
|
|
197
197
|
},
|
|
198
|
-
"falconPackageHash": "
|
|
198
|
+
"falconPackageHash": "c11ea87c3f38532848e0861fec3c3406ad36d9499df4463c484e16f0"
|
|
199
199
|
}
|