@wix/editor-react-components 1.2568.0 → 1.2569.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/ProgressBar/constants.d.ts +3 -0
- package/dist/site/components/ProgressBar/manifest.js +21 -5
- package/dist/site/components/SocialPlayerFacebook/manifest.js +10 -0
- package/dist/site/components/SocialPlayerVimeo/manifest.js +10 -0
- package/dist/site/components/SocialPlayerYoutube/manifest.js +10 -0
- package/dist/site/components/VideoUpload/manifest.js +10 -0
- package/dist/site/components/chunks/constants25.js +3 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, E as ELEMENTS, L as LAYOUT, A as Archetype } from "../chunks/chunk-IO6HLVLV.js";
|
|
1
|
+
import { C as CSS_PROPERTIES, b as DISPLAY_GROUPS, D as DATA, E as ELEMENTS, L as LAYOUT, A as Archetype } from "../chunks/chunk-IO6HLVLV.js";
|
|
2
2
|
import { D as DisplayNames } from "../chunks/constants25.js";
|
|
3
3
|
const manifest = {
|
|
4
4
|
id: "241afef1-74bd-4a10-843f-ac4928c25822",
|
|
@@ -113,18 +113,34 @@ const manifest = {
|
|
|
113
113
|
borderColor: {},
|
|
114
114
|
borderStyle: {}
|
|
115
115
|
},
|
|
116
|
+
displayGroups: {
|
|
117
|
+
cornersGroup: {
|
|
118
|
+
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
119
|
+
displayName: DisplayNames.bar.displayGroups.cornersGroup,
|
|
120
|
+
borderRadius: {
|
|
121
|
+
topLeft: "barBorderStartStartRadius",
|
|
122
|
+
topRight: "barBorderStartEndRadius",
|
|
123
|
+
bottomLeft: "barBorderEndStartRadius",
|
|
124
|
+
bottomRight: "barBorderEndEndRadius"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
116
128
|
cssCustomProperties: {
|
|
117
129
|
barBorderStartStartRadius: {
|
|
118
|
-
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderStartStartRadius
|
|
130
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderStartStartRadius,
|
|
131
|
+
defaultValue: "0px"
|
|
119
132
|
},
|
|
120
133
|
barBorderStartEndRadius: {
|
|
121
|
-
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderStartEndRadius
|
|
134
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderStartEndRadius,
|
|
135
|
+
defaultValue: "0px"
|
|
122
136
|
},
|
|
123
137
|
barBorderEndStartRadius: {
|
|
124
|
-
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderEndStartRadius
|
|
138
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderEndStartRadius,
|
|
139
|
+
defaultValue: "0px"
|
|
125
140
|
},
|
|
126
141
|
barBorderEndEndRadius: {
|
|
127
|
-
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderEndEndRadius
|
|
142
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderEndEndRadius,
|
|
143
|
+
defaultValue: "0px"
|
|
128
144
|
},
|
|
129
145
|
barBorderWidth: {
|
|
130
146
|
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.borderWidth
|
|
@@ -56,6 +56,16 @@ const manifest = {
|
|
|
56
56
|
width: "border-width",
|
|
57
57
|
style: "border-style"
|
|
58
58
|
}
|
|
59
|
+
},
|
|
60
|
+
cornersGroup: {
|
|
61
|
+
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
62
|
+
displayName: "Corner radius",
|
|
63
|
+
borderRadius: {
|
|
64
|
+
topLeft: "borderStartStartRadius",
|
|
65
|
+
topRight: "borderStartEndRadius",
|
|
66
|
+
bottomLeft: "borderEndStartRadius",
|
|
67
|
+
bottomRight: "borderEndEndRadius"
|
|
68
|
+
}
|
|
59
69
|
}
|
|
60
70
|
},
|
|
61
71
|
cssCustomProperties: {
|
|
@@ -57,6 +57,16 @@ const manifest = {
|
|
|
57
57
|
width: "border-width",
|
|
58
58
|
style: "border-style"
|
|
59
59
|
}
|
|
60
|
+
},
|
|
61
|
+
cornersGroup: {
|
|
62
|
+
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
63
|
+
displayName: "Corner radius",
|
|
64
|
+
borderRadius: {
|
|
65
|
+
topLeft: "borderStartStartRadius",
|
|
66
|
+
topRight: "borderStartEndRadius",
|
|
67
|
+
bottomLeft: "borderEndStartRadius",
|
|
68
|
+
bottomRight: "borderEndEndRadius"
|
|
69
|
+
}
|
|
60
70
|
}
|
|
61
71
|
},
|
|
62
72
|
data: {
|
|
@@ -57,6 +57,16 @@ const manifest = {
|
|
|
57
57
|
width: "border-width",
|
|
58
58
|
style: "border-style"
|
|
59
59
|
}
|
|
60
|
+
},
|
|
61
|
+
cornersGroup: {
|
|
62
|
+
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
63
|
+
displayName: "Corner radius",
|
|
64
|
+
borderRadius: {
|
|
65
|
+
topLeft: "borderStartStartRadius",
|
|
66
|
+
topRight: "borderStartEndRadius",
|
|
67
|
+
bottomLeft: "borderEndStartRadius",
|
|
68
|
+
bottomRight: "borderEndEndRadius"
|
|
69
|
+
}
|
|
60
70
|
}
|
|
61
71
|
},
|
|
62
72
|
cssCustomProperties: {
|
|
@@ -51,6 +51,16 @@ const manifest = {
|
|
|
51
51
|
width: "border-width",
|
|
52
52
|
style: "border-style"
|
|
53
53
|
}
|
|
54
|
+
},
|
|
55
|
+
cornersGroup: {
|
|
56
|
+
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
57
|
+
displayName: "Corner radius",
|
|
58
|
+
borderRadius: {
|
|
59
|
+
topLeft: "borderStartStartRadius",
|
|
60
|
+
topRight: "borderStartEndRadius",
|
|
61
|
+
bottomLeft: "borderEndStartRadius",
|
|
62
|
+
bottomRight: "borderEndEndRadius"
|
|
63
|
+
}
|
|
54
64
|
}
|
|
55
65
|
},
|
|
56
66
|
cssCustomProperties: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2569.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "36c1b3a8b20c30140b46eba68b0bd385411ad920c753914a47c42dc9"
|
|
203
203
|
}
|