@atlaskit/editor-plugin-toolbar 4.0.7 → 4.0.9

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,19 @@
1
1
  # @atlaskit/editor-plugin-toolbar
2
2
 
3
+ ## 4.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee5135bafb31d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee5135bafb31d) -
8
+ [EDITOR-4495] clean up platform_editor_toolbar_aifc_patch_4
9
+ - Updated dependencies
10
+
11
+ ## 4.0.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 4.0.7
4
18
 
5
19
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.products.json",
2
+ "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
4
  "target": "es5",
5
5
  "outDir": "../../../../../tsDist/@atlaskit__editor-plugin-toolbar/app",
@@ -135,7 +135,7 @@ var SelectionToolbar = exports.SelectionToolbar = function SelectionToolbar(_ref
135
135
  }, /*#__PURE__*/_react.default.createElement(_toolbar.EditorToolbarProvider, {
136
136
  editorView: editorView,
137
137
  editorToolbarDockingPreference: editorToolbarDockingPreference,
138
- editorViewMode: (0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_patch_4', 'isEnabled', true) ? editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit' : editorViewMode,
138
+ editorViewMode: editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit',
139
139
  isOffline: isOffline
140
140
  }, /*#__PURE__*/_react.default.createElement(_toolbar.EditorToolbarUIProvider, {
141
141
  api: api,
@@ -127,7 +127,7 @@ export const SelectionToolbar = ({
127
127
  }, /*#__PURE__*/React.createElement(EditorToolbarProvider, {
128
128
  editorView: editorView,
129
129
  editorToolbarDockingPreference: editorToolbarDockingPreference,
130
- editorViewMode: expValEquals('platform_editor_toolbar_aifc_patch_4', 'isEnabled', true) ? editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit' : editorViewMode,
130
+ editorViewMode: editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit',
131
131
  isOffline: isOffline
132
132
  }, /*#__PURE__*/React.createElement(EditorToolbarUIProvider, {
133
133
  api: api,
@@ -127,7 +127,7 @@ export var SelectionToolbar = function SelectionToolbar(_ref) {
127
127
  }, /*#__PURE__*/React.createElement(EditorToolbarProvider, {
128
128
  editorView: editorView,
129
129
  editorToolbarDockingPreference: editorToolbarDockingPreference,
130
- editorViewMode: expValEquals('platform_editor_toolbar_aifc_patch_4', 'isEnabled', true) ? editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit' : editorViewMode,
130
+ editorViewMode: editorViewMode !== null && editorViewMode !== void 0 ? editorViewMode : 'edit',
131
131
  isOffline: isOffline
132
132
  }, /*#__PURE__*/React.createElement(EditorToolbarUIProvider, {
133
133
  api: api,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar",
3
- "version": "4.0.7",
3
+ "version": "4.0.9",
4
4
  "description": "Toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,10 +37,10 @@
37
37
  "@atlaskit/editor-plugin-user-preferences": "^5.0.0",
38
38
  "@atlaskit/editor-prosemirror": "^7.2.0",
39
39
  "@atlaskit/editor-toolbar": "^0.19.0",
40
- "@atlaskit/editor-toolbar-model": "^0.2.0",
40
+ "@atlaskit/editor-toolbar-model": "^0.3.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
42
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
43
- "@atlaskit/tmp-editor-statsig": "^16.23.0",
43
+ "@atlaskit/tmp-editor-statsig": "^16.25.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "bind-event-listener": "^3.0.0",
46
46
  "react-intl-next": "npm:react-intl@^5.18.1"