@wix/editor-react-components 1.2525.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.
@@ -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: {
@@ -6135,6 +6135,7 @@ var CSS_PROPERTIES = {
6135
6135
  CSS_DATA_TYPE,
6136
6136
  FILTER_FUNCTION: FilterFunction,
6137
6137
  DISPLAY_VALUE: DisplayValueEnumDisplayValue,
6138
+ WRITING_MODE_VALUE: WritingModeValue,
6138
6139
  IMAGE_TYPE: ImageType
6139
6140
  };
6140
6141
  var ELEMENTS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2525.0",
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": "08fd4d23196fa9e859d4c3fe27268de77115a13b5929473ce242b015"
200
+ "falconPackageHash": "38ddc39d558aa418307877946fe55390b7b8dc343cf13aa1c24660d8"
201
201
  }