@atlaskit/media-test-helpers 37.0.2 → 37.0.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,20 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 37.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 37.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#179944](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179944)
14
+ [`38d8f955d6238`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38d8f955d6238) -
15
+ Updated sample file id
16
+ - Updated dependencies
17
+
3
18
  ## 37.0.2
4
19
 
5
20
  ### Patch Changes
@@ -14,6 +14,8 @@ var _locales = require("@atlaskit/media-ui/locales");
14
14
  var _primitives = require("@atlaskit/primitives");
15
15
  var _form = require("@atlaskit/form");
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
18
+
17
19
  function getMessages(localeValue) {
18
20
  var lang = localeValue.substring(0, 2);
19
21
  var langWithRegion = localeValue.replace('-', '_');
@@ -46,7 +46,7 @@ var videoLargeFileId = exports.videoLargeFileId = {
46
46
  collectionName: _collectionNames.defaultCollectionName
47
47
  };
48
48
  var videoMp4SaganAliensId = exports.videoMp4SaganAliensId = {
49
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
49
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
50
50
  mediaItemType: fileType,
51
51
  collectionName: _collectionNames.defaultCollectionName
52
52
  };
@@ -23,6 +23,8 @@ var _popup = _interopRequireDefault(require("@atlaskit/popup"));
23
23
  var _checkbox = require("@atlaskit/checkbox");
24
24
  var _mediaCommon = require("@atlaskit/media-common");
25
25
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof3(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
26
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
27
+
26
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
27
29
 
28
30
  var camelCaseToSentenceCase = function camelCaseToSentenceCase(text) {
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
2
2
  import { IntlProvider } from 'react-intl-next';
3
3
  import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
4
4
  import { locales } from '@atlaskit/media-ui/locales';
5
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
5
6
  import { Box, xcss } from '@atlaskit/primitives';
6
7
  import { Label } from '@atlaskit/form';
7
8
  function getMessages(localeValue) {
@@ -40,7 +40,7 @@ export const videoLargeFileId = {
40
40
  collectionName
41
41
  };
42
42
  export const videoMp4SaganAliensId = {
43
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
43
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
44
44
  mediaItemType: fileType,
45
45
  collectionName
46
46
  };
@@ -6,6 +6,7 @@ import SelectClearIcon from '@atlaskit/icon/core/migration/cross-circle--select-
6
6
  import HipchatChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down--hipchat-chevron-down';
7
7
  import Button from '@atlaskit/button/standard-button';
8
8
  import { fg } from '@atlaskit/platform-feature-flags';
9
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
9
10
  import { Stack, xcss } from '@atlaskit/primitives';
10
11
  import Tooltip from '@atlaskit/tooltip';
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -3,6 +3,7 @@ import React, { useState } from 'react';
3
3
  import { IntlProvider } from 'react-intl-next';
4
4
  import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
5
5
  import { locales } from '@atlaskit/media-ui/locales';
6
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
6
7
  import { Box, xcss } from '@atlaskit/primitives';
7
8
  import { Label } from '@atlaskit/form';
8
9
  function getMessages(localeValue) {
@@ -40,7 +40,7 @@ export var videoLargeFileId = {
40
40
  collectionName: collectionName
41
41
  };
42
42
  export var videoMp4SaganAliensId = {
43
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
43
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
44
44
  mediaItemType: fileType,
45
45
  collectionName: collectionName
46
46
  };
@@ -8,6 +8,7 @@ import SelectClearIcon from '@atlaskit/icon/core/migration/cross-circle--select-
8
8
  import HipchatChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down--hipchat-chevron-down';
9
9
  import Button from '@atlaskit/button/standard-button';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
11
12
  import { Stack, xcss } from '@atlaskit/primitives';
12
13
  import Tooltip from '@atlaskit/tooltip';
13
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "37.0.2",
3
+ "version": "37.0.4",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,21 +25,21 @@
25
25
  "team": "Media Exif"
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/button": "^23.2.0",
28
+ "@atlaskit/button": "^23.3.0",
29
29
  "@atlaskit/checkbox": "^17.1.0",
30
30
  "@atlaskit/form": "^12.0.0",
31
- "@atlaskit/icon": "^27.2.0",
31
+ "@atlaskit/icon": "^27.9.0",
32
32
  "@atlaskit/locale": "^3.0.0",
33
- "@atlaskit/media-client": "^35.0.0",
33
+ "@atlaskit/media-client": "^35.2.0",
34
34
  "@atlaskit/media-common": "^12.3.0",
35
- "@atlaskit/media-ui": "^28.5.0",
35
+ "@atlaskit/media-ui": "^28.6.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/popup": "^4.3.0",
38
- "@atlaskit/primitives": "^14.10.0",
38
+ "@atlaskit/primitives": "^14.11.0",
39
39
  "@atlaskit/tabs": "^18.1.0",
40
40
  "@atlaskit/textfield": "^8.0.0",
41
- "@atlaskit/tokens": "^5.4.0",
42
- "@atlaskit/tooltip": "^20.3.0",
41
+ "@atlaskit/tokens": "^6.0.0",
42
+ "@atlaskit/tooltip": "^20.4.0",
43
43
  "@atlaskit/ufo": "^0.4.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1",