@wix/editor-react-components 1.2524.0 → 1.2526.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.
|
@@ -170,8 +170,7 @@ const manifest = {
|
|
|
170
170
|
displayName: DisplayNames.root.elements.button,
|
|
171
171
|
type: "wixEditorElements.Button",
|
|
172
172
|
behaviors: {
|
|
173
|
-
selectable: false
|
|
174
|
-
removable: false
|
|
173
|
+
selectable: false
|
|
175
174
|
},
|
|
176
175
|
displayFilters: {
|
|
177
176
|
elements: {
|
|
@@ -181,7 +180,7 @@ const manifest = {
|
|
|
181
180
|
hide: ["label", "iconCollapsed", "link", "disabled"]
|
|
182
181
|
},
|
|
183
182
|
cssProperties: {
|
|
184
|
-
hide: ["columnGap", "rowGap"
|
|
183
|
+
hide: ["columnGap", "rowGap"]
|
|
185
184
|
},
|
|
186
185
|
cssCustomProperties: {
|
|
187
186
|
hide: ["content-horizontal-alignment", "icon-position"]
|
|
@@ -195,8 +194,7 @@ const manifest = {
|
|
|
195
194
|
},
|
|
196
195
|
cssProperties: {
|
|
197
196
|
columnGap: { disableEditing: true },
|
|
198
|
-
rowGap: { disableEditing: true }
|
|
199
|
-
display: { disableEditing: true }
|
|
197
|
+
rowGap: { disableEditing: true }
|
|
200
198
|
},
|
|
201
199
|
cssCustomProperties: {
|
|
202
200
|
"content-horizontal-alignment": { disableEditing: true },
|
|
@@ -38,7 +38,14 @@ const manifest = {
|
|
|
38
38
|
mixBlendMode: {
|
|
39
39
|
defaultValue: "normal"
|
|
40
40
|
},
|
|
41
|
-
writingMode: {
|
|
41
|
+
writingMode: {
|
|
42
|
+
writingMode: {
|
|
43
|
+
writingModeValues: [
|
|
44
|
+
CSS_PROPERTIES.WRITING_MODE_VALUE.horizontalTb,
|
|
45
|
+
CSS_PROPERTIES.WRITING_MODE_VALUE.verticalRl
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
42
49
|
},
|
|
43
50
|
cssCustomProperties: {
|
|
44
51
|
textOutline: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2526.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "38ddc39d558aa418307877946fe55390b7b8dc343cf13aa1c24660d8"
|
|
201
201
|
}
|