@wix/editor-react-components 1.2196.0 → 1.2198.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.
@@ -151,7 +151,7 @@ const manifest = {
151
151
  defaultValue: "0em"
152
152
  },
153
153
  lineHeight: {
154
- defaultValue: "0em"
154
+ defaultValue: "normal"
155
155
  },
156
156
  textTransform: {
157
157
  defaultValue: "none"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2196.0",
3
+ "version": "1.2198.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": "9f91c01efe733203229b0392709a5e25bda98ce2b9cad1031e4ca2e4"
191
+ "falconPackageHash": "4438c33ccf024b6c1f78aea0b993496c17457af84edba516269366b7"
192
192
  }