@wix/editor-react-components 1.2234.0 → 1.2235.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.
@@ -264,6 +264,10 @@ const dropdownConfig = {
264
264
  {
265
265
  property: "--dropdown-menu-item-justify-self",
266
266
  value: "var(--dropdown-menu-item-container-align)"
267
+ },
268
+ {
269
+ property: "--dropdown-menu-item-align",
270
+ value: "var(--dropdown-menu-item-container-align)"
267
271
  }
268
272
  ]
269
273
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2234.0",
3
+ "version": "1.2235.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -188,5 +188,5 @@
188
188
  "registry": "https://registry.npmjs.org/",
189
189
  "access": "public"
190
190
  },
191
- "falconPackageHash": "8b0c95f46bc2867613c617c3c68268c07155381b4e748f016fc50d0f"
191
+ "falconPackageHash": "d1f2d4944ed72248169793732edede1a1924932a5a2b6ed0847bb0dd"
192
192
  }