@atlaskit/editor-plugin-media 10.1.8 → 10.1.10

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,20 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 10.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`a3b34e2d09709`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3b34e2d09709) -
14
+ Cleanup experiment platform_editor_add_aria_checked_to_inline_img_btn - ships the enabled code
15
+ path (selected: false on inline image button)
16
+ - Updated dependencies
17
+
3
18
  ## 10.1.8
4
19
 
5
20
  ### Patch Changes
@@ -427,7 +427,7 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
427
427
  },
428
428
  onClick: (0, _commands.changeMediaSingleToMediaInline)(pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a5 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a5 === void 0 ? void 0 : _pluginInjectionApi$a5.actions),
429
429
  testId: 'image-inline-appearance',
430
- selected: (0, _expValEquals.expValEquals)('platform_editor_add_aria_checked_to_inline_img_btn', 'isEnabled', true) ? false : undefined
430
+ selected: false
431
431
  }, {
432
432
  type: 'button',
433
433
  id: 'editor.media.image.view.switcher.floating',
@@ -418,7 +418,7 @@ const generateMediaSingleFloatingToolbar = (state, intl, options, pluginState, m
418
418
  }),
419
419
  onClick: changeMediaSingleToMediaInline(pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$a5 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a5 === void 0 ? void 0 : _pluginInjectionApi$a5.actions),
420
420
  testId: 'image-inline-appearance',
421
- selected: expValEquals('platform_editor_add_aria_checked_to_inline_img_btn', 'isEnabled', true) ? false : undefined
421
+ selected: false
422
422
  }, {
423
423
  type: 'button',
424
424
  id: 'editor.media.image.view.switcher.floating',
@@ -418,7 +418,7 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
418
418
  },
419
419
  onClick: changeMediaSingleToMediaInline(pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a5 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a5 === void 0 ? void 0 : _pluginInjectionApi$a5.actions),
420
420
  testId: 'image-inline-appearance',
421
- selected: expValEquals('platform_editor_add_aria_checked_to_inline_img_btn', 'isEnabled', true) ? false : undefined
421
+ selected: false
422
422
  }, {
423
423
  type: 'button',
424
424
  id: 'editor.media.image.view.switcher.floating',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "10.1.8",
3
+ "version": "10.1.10",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/primitives": "^18.1.0",
67
67
  "@atlaskit/textfield": "^8.2.0",
68
68
  "@atlaskit/theme": "^22.0.0",
69
- "@atlaskit/tmp-editor-statsig": "^50.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^52.0.0",
70
70
  "@atlaskit/tokens": "^11.4.0",
71
71
  "@atlaskit/tooltip": "^21.0.0",
72
72
  "@babel/runtime": "^7.0.0",