@atlaskit/editor-plugin-block-type 4.1.3 → 4.1.4

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,15 @@
1
1
  # @atlaskit/editor-plugin-block-type
2
2
 
3
+ ## 4.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#105009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105009)
8
+ [`a4039ebf7ed11`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4039ebf7ed11) -
9
+ [ux] Implement variant 2 cohorts experience for platform_editor_contextual_formatting_toolbar_v2
10
+ experiment
11
+ - Updated dependencies
12
+
3
13
  ## 4.1.3
4
14
 
5
15
  ### Patch Changes
@@ -208,6 +208,8 @@ var blockTypePlugin = exports.blockTypePlugin = function blockTypePlugin(_ref3)
208
208
  selectionToolbar: function selectionToolbar() {
209
209
  if ((0, _experiments.editorExperiment)('contextual_formatting_toolbar', true, {
210
210
  exposure: true
211
+ }) || (0, _experiments.editorExperiment)('platform_editor_contextual_formatting_toolbar_v2', 'variant2', {
212
+ exposure: true
211
213
  })) {
212
214
  var toolbarCustom = {
213
215
  type: 'custom',
@@ -198,6 +198,8 @@ const blockTypePlugin = ({
198
198
  selectionToolbar: () => {
199
199
  if (editorExperiment('contextual_formatting_toolbar', true, {
200
200
  exposure: true
201
+ }) || editorExperiment('platform_editor_contextual_formatting_toolbar_v2', 'variant2', {
202
+ exposure: true
201
203
  })) {
202
204
  const toolbarCustom = {
203
205
  type: 'custom',
@@ -201,6 +201,8 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
201
201
  selectionToolbar: function selectionToolbar() {
202
202
  if (editorExperiment('contextual_formatting_toolbar', true, {
203
203
  exposure: true
204
+ }) || editorExperiment('platform_editor_contextual_formatting_toolbar_v2', 'variant2', {
205
+ exposure: true
204
206
  })) {
205
207
  var toolbarCustom = {
206
208
  type: 'custom',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^46.1.0",
37
- "@atlaskit/editor-common": "^99.0.0",
38
- "@atlaskit/editor-plugin-analytics": "^1.10.0",
37
+ "@atlaskit/editor-common": "^99.5.0",
38
+ "@atlaskit/editor-plugin-analytics": "^1.11.0",
39
39
  "@atlaskit/editor-plugin-primary-toolbar": "^2.1.0",
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
41
  "@atlaskit/editor-shared-styles": "^3.2.0",
42
42
  "@atlaskit/editor-tables": "^2.8.0",
43
- "@atlaskit/icon": "^23.3.0",
43
+ "@atlaskit/icon": "^23.4.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.3.0",
45
45
  "@atlaskit/primitives": "^13.3.0",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
47
47
  "@atlaskit/theme": "^14.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^2.33.0",
49
- "@atlaskit/tokens": "^3.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^2.39.0",
49
+ "@atlaskit/tokens": "^3.2.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"
52
52
  },