@webiny/lexical-editor-actions 5.37.2 → 5.37.3-beta.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.
@@ -19,4 +19,6 @@ var LexicalEditorActions = function LexicalEditorActions() {
19
19
  element: /*#__PURE__*/_react.default.createElement(_TextAlignmentDropdown.TextAlignmentDropdown, null)
20
20
  }));
21
21
  };
22
- exports.LexicalEditorActions = LexicalEditorActions;
22
+ exports.LexicalEditorActions = LexicalEditorActions;
23
+
24
+ //# sourceMappingURL=LexicalEditorActions.js.map
@@ -200,4 +200,6 @@ var LexicalColorPicker = function LexicalColorPicker(_ref) {
200
200
  onChangeComplete: onColorChangeComplete
201
201
  }));
202
202
  };
203
- exports.LexicalColorPicker = LexicalColorPicker;
203
+ exports.LexicalColorPicker = LexicalColorPicker;
204
+
205
+ //# sourceMappingURL=LexicalColorPicker.js.map
@@ -24,4 +24,6 @@ var LexicalColorPickerDropdown = function LexicalColorPickerDropdown() {
24
24
  onChangeComplete: applyColor
25
25
  }));
26
26
  };
27
- exports.LexicalColorPickerDropdown = LexicalColorPickerDropdown;
27
+ exports.LexicalColorPickerDropdown = LexicalColorPickerDropdown;
28
+
29
+ //# sourceMappingURL=LexicalColorPickerDropdown.js.map
@@ -76,4 +76,6 @@ var TextAlignmentDropdown = function TextAlignmentDropdown() {
76
76
  className: "text"
77
77
  }, "Indent")));
78
78
  };
79
- exports.TextAlignmentDropdown = TextAlignmentDropdown;
79
+ exports.TextAlignmentDropdown = TextAlignmentDropdown;
80
+
81
+ //# sourceMappingURL=TextAlignmentDropdown.js.map
package/index.js CHANGED
@@ -9,4 +9,6 @@ Object.defineProperty(exports, "LexicalEditorActions", {
9
9
  return _LexicalEditorActions.LexicalEditorActions;
10
10
  }
11
11
  });
12
- var _LexicalEditorActions = require("./LexicalEditorActions");
12
+ var _LexicalEditorActions = require("./LexicalEditorActions");
13
+
14
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@webiny/lexical-editor-actions",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.0",
4
4
  "dependencies": {
5
5
  "@emotion/styled": "11.10.6",
6
- "@webiny/app-page-builder-elements": "5.37.2",
7
- "@webiny/lexical-editor": "5.37.2",
6
+ "@webiny/app-page-builder-elements": "5.37.3-beta.0",
7
+ "@webiny/lexical-editor": "5.37.3-beta.0",
8
8
  "classnames": "2.3.2",
9
9
  "emotion": "10.0.27",
10
10
  "react": "17.0.2",
@@ -12,8 +12,8 @@
12
12
  "react-dom": "17.0.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@webiny/cli": "5.37.2",
16
- "@webiny/project-utils": "5.37.2"
15
+ "@webiny/cli": "5.37.3-beta.0",
16
+ "@webiny/project-utils": "5.37.3-beta.0"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public",
@@ -23,5 +23,5 @@
23
23
  "build": "yarn webiny run build",
24
24
  "watch": "yarn webiny run watch"
25
25
  },
26
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
26
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
27
27
  }