@atlaskit/media-ui 25.10.6 → 25.10.8

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,17 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 25.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 25.10.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 25.10.6
4
16
 
5
17
  ### Patch Changes
@@ -54,7 +54,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
54
54
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* 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
55
55
  // support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
56
56
  var packageName = "@atlaskit/media-ui";
57
- var packageVersion = "25.10.6";
57
+ var packageVersion = "25.10.8";
58
58
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
59
59
  var SMALL_VIDEO_MAX_WIDTH = 160;
60
60
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -37,7 +37,7 @@ import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
37
37
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
38
38
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
39
39
  const packageName = "@atlaskit/media-ui";
40
- const packageVersion = "25.10.6";
40
+ const packageVersion = "25.10.8";
41
41
  const MEDIUM_VIDEO_MAX_WIDTH = 400;
42
42
  const SMALL_VIDEO_MAX_WIDTH = 160;
43
43
  const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -47,7 +47,7 @@ import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
47
47
  import { getControlsWrapperClassName } from './getControlsWrapperClassName';
48
48
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
49
49
  var packageName = "@atlaskit/media-ui";
50
- var packageVersion = "25.10.6";
50
+ var packageVersion = "25.10.8";
51
51
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
52
52
  var SMALL_VIDEO_MAX_WIDTH = 160;
53
53
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "25.10.6",
3
+ "version": "25.10.8",
4
4
  "description": "Includes common components and utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,17 +26,17 @@
26
26
  "@atlaskit/analytics-next": "^9.3.0",
27
27
  "@atlaskit/button": "^18.0.0",
28
28
  "@atlaskit/code": "^15.3.0",
29
- "@atlaskit/icon": "^22.4.0",
29
+ "@atlaskit/icon": "^22.5.0",
30
30
  "@atlaskit/icon-file-type": "^6.4.0",
31
31
  "@atlaskit/locale": "^2.7.0",
32
32
  "@atlaskit/media-common": "^11.3.0",
33
- "@atlaskit/platform-feature-flags": "^0.2.5",
34
- "@atlaskit/primitives": "^8.0.0",
33
+ "@atlaskit/platform-feature-flags": "^0.3.0",
34
+ "@atlaskit/primitives": "^10.0.0",
35
35
  "@atlaskit/range": "^7.3.0",
36
36
  "@atlaskit/select": "^17.11.0",
37
37
  "@atlaskit/spinner": "^16.2.0",
38
38
  "@atlaskit/theme": "^12.11.0",
39
- "@atlaskit/tokens": "^1.52.0",
39
+ "@atlaskit/tokens": "^1.53.0",
40
40
  "@atlaskit/tooltip": "^18.5.0",
41
41
  "@atlaskit/width-detector": "^4.2.0",
42
42
  "@babel/runtime": "^7.0.0",