@atlaskit/editor-toolbar 0.19.19 → 0.19.20
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-toolbar
|
|
2
2
|
|
|
3
|
+
## 0.19.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b43aaf2b5d0ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b43aaf2b5d0ff) -
|
|
8
|
+
Remove platform_editor_toolbar_aifc_undo_redo_confluence feature gate
|
|
9
|
+
|
|
3
10
|
## 0.19.19
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -10,7 +10,6 @@ require("./ToolbarSection.compiled.css");
|
|
|
10
10
|
var React = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _runtime = require("@compiled/react/runtime");
|
|
12
12
|
var _css = require("@atlaskit/css");
|
|
13
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
13
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
15
14
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
15
|
var SeparatorPosition = exports.SeparatorPosition = /*#__PURE__*/function (SeparatorPosition) {
|
|
@@ -28,7 +27,7 @@ var ToolbarSeparator = function ToolbarSeparator() {
|
|
|
28
27
|
"data-toolbar-component": "separator",
|
|
29
28
|
role: "separator",
|
|
30
29
|
"aria-orientation": "vertical",
|
|
31
|
-
className: (0, _runtime.ax)(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x",
|
|
30
|
+
className: (0, _runtime.ax)(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x", "_1p9bv77o"])
|
|
32
31
|
});
|
|
33
32
|
};
|
|
34
33
|
var ToolbarSection = exports.ToolbarSection = function ToolbarSection(_ref) {
|
|
@@ -3,7 +3,6 @@ import "./ToolbarSection.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { cx } from '@atlaskit/css';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
6
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
7
|
export let SeparatorPosition = /*#__PURE__*/function (SeparatorPosition) {
|
|
9
8
|
SeparatorPosition["START"] = "start";
|
|
@@ -20,7 +19,7 @@ const ToolbarSeparator = () => {
|
|
|
20
19
|
"data-toolbar-component": "separator",
|
|
21
20
|
role: "separator",
|
|
22
21
|
"aria-orientation": "vertical",
|
|
23
|
-
className: ax(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x",
|
|
22
|
+
className: ax(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x", "_1p9bv77o"])
|
|
24
23
|
});
|
|
25
24
|
};
|
|
26
25
|
export const ToolbarSection = ({
|
|
@@ -3,7 +3,6 @@ import "./ToolbarSection.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { cx } from '@atlaskit/css';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
6
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
7
|
export var SeparatorPosition = /*#__PURE__*/function (SeparatorPosition) {
|
|
9
8
|
SeparatorPosition["START"] = "start";
|
|
@@ -20,7 +19,7 @@ var ToolbarSeparator = function ToolbarSeparator() {
|
|
|
20
19
|
"data-toolbar-component": "separator",
|
|
21
20
|
role: "separator",
|
|
22
21
|
"aria-orientation": "vertical",
|
|
23
|
-
className: ax(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x",
|
|
22
|
+
className: ax(["_195gu2gc _4t3igktf _1bsbt94y _bfhk1l7x", "_1p9bv77o"])
|
|
24
23
|
});
|
|
25
24
|
};
|
|
26
25
|
export var ToolbarSection = function ToolbarSection(_ref) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"registry": "https://registry.npmjs.org/"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.19.
|
|
6
|
+
"version": "0.19.20",
|
|
7
7
|
"description": "Common UI for Toolbars across the platform",
|
|
8
8
|
"atlassian": {
|
|
9
9
|
"team": "Editor: Jenga",
|
|
@@ -81,9 +81,6 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"platform-feature-flags": {
|
|
84
|
-
"platform_editor_toolbar_aifc_undo_redo_confluence": {
|
|
85
|
-
"type": "boolean"
|
|
86
|
-
},
|
|
87
84
|
"platform_editor_toolbar_highlight_bug_fix": {
|
|
88
85
|
"type": "boolean"
|
|
89
86
|
}
|