@atlaskit/media-ui 23.2.1 → 23.2.2

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,11 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 23.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`07ffc8e6fbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ffc8e6fbd) - remove unused right prop from IconAndTitleLayout
8
+
3
9
  ## 23.2.1
4
10
 
5
11
  ### Patch Changes
@@ -51,7 +51,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
51
51
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
52
52
  // support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
53
53
  var packageName = "@atlaskit/media-ui";
54
- var packageVersion = "23.2.1";
54
+ var packageVersion = "23.2.2";
55
55
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
56
56
  var SMALL_VIDEO_MAX_WIDTH = 160;
57
57
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "23.2.1",
3
+ "version": "23.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -34,7 +34,7 @@ import Tooltip from '@atlaskit/tooltip';
34
34
  import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
35
35
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
36
36
  const packageName = "@atlaskit/media-ui";
37
- const packageVersion = "23.2.1";
37
+ const packageVersion = "23.2.2";
38
38
  const MEDIUM_VIDEO_MAX_WIDTH = 400;
39
39
  const SMALL_VIDEO_MAX_WIDTH = 160;
40
40
  const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "23.2.1",
3
+ "version": "23.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -44,7 +44,7 @@ import Tooltip from '@atlaskit/tooltip';
44
44
  import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
45
45
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
46
46
  var packageName = "@atlaskit/media-ui";
47
- var packageVersion = "23.2.1";
47
+ var packageVersion = "23.2.2";
48
48
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
49
49
  var SMALL_VIDEO_MAX_WIDTH = 160;
50
50
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "23.2.1",
3
+ "version": "23.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -3,7 +3,6 @@ export interface IconAndTitleLayoutProps {
3
3
  emoji?: React.ReactNode;
4
4
  icon?: React.ReactNode;
5
5
  title: React.ReactNode;
6
- right?: React.ReactNode;
7
6
  titleColor?: string;
8
7
  children?: React.ReactNode;
9
8
  defaultIcon?: React.ReactNode;
@@ -3,7 +3,6 @@ export interface IconAndTitleLayoutProps {
3
3
  emoji?: React.ReactNode;
4
4
  icon?: React.ReactNode;
5
5
  title: React.ReactNode;
6
- right?: React.ReactNode;
7
6
  titleColor?: string;
8
7
  children?: React.ReactNode;
9
8
  defaultIcon?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "23.2.1",
3
+ "version": "23.2.2",
4
4
  "description": "Includes common components and utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"