@atlaskit/editor-plugin-toolbar-lists-indentation 3.0.2 → 3.0.3

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,13 @@
1
1
  # @atlaskit/editor-plugin-toolbar-lists-indentation
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120931](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120931)
8
+ [`624b97c021fea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/624b97c021fea) -
9
+ [ux] ED-26676 revert to existing primary toolbar components
10
+
3
11
  ## 3.0.2
4
12
 
5
13
  ### Patch Changes
@@ -37,17 +37,6 @@ var toolbarListsIndentationPlugin = exports.toolbarListsIndentationPlugin = func
37
37
  toolbarSize = _ref3.toolbarSize,
38
38
  disabled = _ref3.disabled,
39
39
  isToolbarReducedSpacing = _ref3.isToolbarReducedSpacing;
40
- if ((0, _experiments.editorExperiment)('platform_editor_controls', 'variant1', {
41
- exposure: true
42
- })) {
43
- return /*#__PURE__*/_react.default.createElement(_FloatingToolbarComponent.FloatingToolbarComponent, {
44
- editorView: editorView,
45
- featureFlags: featureFlags,
46
- pluginInjectionApi: api,
47
- showIndentationButtons: showIndentationButtons,
48
- allowHeadingAndParagraphIndentation: allowHeadingAndParagraphIndentation
49
- });
50
- }
51
40
  return /*#__PURE__*/_react.default.createElement(PrimaryToolbarComponent, {
52
41
  featureFlags: featureFlags,
53
42
  popupsMountPoint: popupsMountPoint,
@@ -26,17 +26,6 @@ export const toolbarListsIndentationPlugin = ({
26
26
  disabled,
27
27
  isToolbarReducedSpacing
28
28
  }) => {
29
- if (editorExperiment('platform_editor_controls', 'variant1', {
30
- exposure: true
31
- })) {
32
- return /*#__PURE__*/React.createElement(FloatingToolbarComponent, {
33
- editorView: editorView,
34
- featureFlags: featureFlags,
35
- pluginInjectionApi: api,
36
- showIndentationButtons: showIndentationButtons,
37
- allowHeadingAndParagraphIndentation: allowHeadingAndParagraphIndentation
38
- });
39
- }
40
29
  return /*#__PURE__*/React.createElement(PrimaryToolbarComponent, {
41
30
  featureFlags: featureFlags,
42
31
  popupsMountPoint: popupsMountPoint,
@@ -26,17 +26,6 @@ export var toolbarListsIndentationPlugin = function toolbarListsIndentationPlugi
26
26
  toolbarSize = _ref3.toolbarSize,
27
27
  disabled = _ref3.disabled,
28
28
  isToolbarReducedSpacing = _ref3.isToolbarReducedSpacing;
29
- if (editorExperiment('platform_editor_controls', 'variant1', {
30
- exposure: true
31
- })) {
32
- return /*#__PURE__*/React.createElement(FloatingToolbarComponent, {
33
- editorView: editorView,
34
- featureFlags: featureFlags,
35
- pluginInjectionApi: api,
36
- showIndentationButtons: showIndentationButtons,
37
- allowHeadingAndParagraphIndentation: allowHeadingAndParagraphIndentation
38
- });
39
- }
40
29
  return /*#__PURE__*/React.createElement(PrimaryToolbarComponent, {
41
30
  featureFlags: featureFlags,
42
31
  popupsMountPoint: popupsMountPoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",