@wix/editor-react-components 1.2524.0 → 1.2525.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", "display"]
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 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2524.0",
3
+ "version": "1.2525.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": "ffdbc21b62244c030b4993f44bbf47000344c1f39116e72148709656"
200
+ "falconPackageHash": "08fd4d23196fa9e859d4c3fe27268de77115a13b5929473ce242b015"
201
201
  }