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