@atlaskit/editor-plugin-text-formatting 1.1.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#75020](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75020) [`56d9ebc6e467`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/56d9ebc6e467) - [ux] ECA11Y-206: Separators fix
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
@@ -156,9 +156,9 @@ var ToolbarFormatting = function ToolbarFormatting(_ref) {
156
156
  moreButtonLabel: moreFormattingButtonLabel,
157
157
  hasFormattingActive: hasFormattingActive,
158
158
  items: items
159
- }), (0, _react2.jsx)("span", {
159
+ }))), (0, _react2.jsx)("span", {
160
160
  css: _styles.separatorStyles
161
- }))))
161
+ }))
162
162
  );
163
163
  };
164
164
  var Toolbar = function Toolbar(_ref2) {
@@ -143,9 +143,9 @@ const ToolbarFormatting = ({
143
143
  moreButtonLabel: moreFormattingButtonLabel,
144
144
  hasFormattingActive: hasFormattingActive,
145
145
  items: items
146
- }), jsx("span", {
146
+ }))), jsx("span", {
147
147
  css: separatorStyles
148
- }))))
148
+ }))
149
149
  );
150
150
  };
151
151
  const Toolbar = ({
@@ -148,9 +148,9 @@ var ToolbarFormatting = function ToolbarFormatting(_ref) {
148
148
  moreButtonLabel: moreFormattingButtonLabel,
149
149
  hasFormattingActive: hasFormattingActive,
150
150
  items: items
151
- }), jsx("span", {
151
+ }))), jsx("span", {
152
152
  css: separatorStyles
153
- }))))
153
+ }))
154
154
  );
155
155
  };
156
156
  var Toolbar = function Toolbar(_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",