@atlaskit/util-data-test 18.5.4 → 18.5.6

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/util-data-test
2
2
 
3
+ ## 18.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.5.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.5.4
4
16
 
5
17
  ### Patch Changes
@@ -2,5 +2,5 @@ export declare const customType = "SITE";
2
2
  export declare const customCategory = "CUSTOM";
3
3
  export declare const selectedToneStorageKey = "fabric.emoji.selectedTone";
4
4
  export declare const mediaBaseUrl = "https://media.example.com/";
5
- export declare const mediaEmojiImagePath = "https://media.example.com/path-to-image.png";
6
- export declare const mediaEmojiAlternateImagePath = "https://media.example.com/alt-path-to-image.png";
5
+ export declare const mediaEmojiImagePath: 'https://media.example.com/path-to-image.png';
6
+ export declare const mediaEmojiAlternateImagePath: 'https://media.example.com/alt-path-to-image.png';
@@ -4,12 +4,12 @@ export declare const getTestEmojis: () => (import("@atlaskit/emoji").EmojiDescri
4
4
  category: string;
5
5
  order: number;
6
6
  representation: {
7
- mediaPath: string;
7
+ mediaPath: "https://media.example.com/path-to-image.png";
8
8
  width: number;
9
9
  height: number;
10
10
  };
11
11
  altRepresentation: {
12
- mediaPath: string;
12
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
13
13
  width: number;
14
14
  height: number;
15
15
  };
@@ -5,12 +5,12 @@ export declare const getTestSiteEmojis: () => {
5
5
  category: string;
6
6
  order: number;
7
7
  representation: {
8
- mediaPath: string;
8
+ mediaPath: "https://media.example.com/path-to-image.png";
9
9
  width: number;
10
10
  height: number;
11
11
  };
12
12
  altRepresentation: {
13
- mediaPath: string;
13
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
14
14
  width: number;
15
15
  height: number;
16
16
  };
@@ -8,13 +8,13 @@ export declare const getTestSiteServiceEmojis: () => {
8
8
  category: string;
9
9
  order: number;
10
10
  representation: {
11
- imagePath: string;
11
+ imagePath: "https://media.example.com/path-to-image.png";
12
12
  width: number;
13
13
  height: number;
14
14
  };
15
15
  altRepresentations: {
16
16
  XHDPI: {
17
- imagePath: string;
17
+ imagePath: "https://media.example.com/alt-path-to-image.png";
18
18
  width: number;
19
19
  height: number;
20
20
  };
@@ -9,12 +9,12 @@ export declare const mediaEmoji: {
9
9
  category: string;
10
10
  order: number;
11
11
  representation: {
12
- mediaPath: string;
12
+ mediaPath: "https://media.example.com/path-to-image.png";
13
13
  width: number;
14
14
  height: number;
15
15
  };
16
16
  altRepresentation: {
17
- mediaPath: string;
17
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
18
18
  width: number;
19
19
  height: number;
20
20
  };
@@ -7,13 +7,13 @@ export declare const mediaServiceEmoji: {
7
7
  category: string;
8
8
  order: number;
9
9
  representation: {
10
- imagePath: string;
10
+ imagePath: "https://media.example.com/path-to-image.png";
11
11
  width: number;
12
12
  height: number;
13
13
  };
14
14
  altRepresentations: {
15
15
  XHDPI: {
16
- imagePath: string;
16
+ imagePath: "https://media.example.com/alt-path-to-image.png";
17
17
  width: number;
18
18
  height: number;
19
19
  };
@@ -2,5 +2,5 @@ export declare const customType = "SITE";
2
2
  export declare const customCategory = "CUSTOM";
3
3
  export declare const selectedToneStorageKey = "fabric.emoji.selectedTone";
4
4
  export declare const mediaBaseUrl = "https://media.example.com/";
5
- export declare const mediaEmojiImagePath = "https://media.example.com/path-to-image.png";
6
- export declare const mediaEmojiAlternateImagePath = "https://media.example.com/alt-path-to-image.png";
5
+ export declare const mediaEmojiImagePath: 'https://media.example.com/path-to-image.png';
6
+ export declare const mediaEmojiAlternateImagePath: 'https://media.example.com/alt-path-to-image.png';
@@ -4,12 +4,12 @@ export declare const getTestEmojis: () => (import("@atlaskit/emoji").EmojiDescri
4
4
  category: string;
5
5
  order: number;
6
6
  representation: {
7
- mediaPath: string;
7
+ mediaPath: "https://media.example.com/path-to-image.png";
8
8
  width: number;
9
9
  height: number;
10
10
  };
11
11
  altRepresentation: {
12
- mediaPath: string;
12
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
13
13
  width: number;
14
14
  height: number;
15
15
  };
@@ -5,12 +5,12 @@ export declare const getTestSiteEmojis: () => {
5
5
  category: string;
6
6
  order: number;
7
7
  representation: {
8
- mediaPath: string;
8
+ mediaPath: "https://media.example.com/path-to-image.png";
9
9
  width: number;
10
10
  height: number;
11
11
  };
12
12
  altRepresentation: {
13
- mediaPath: string;
13
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
14
14
  width: number;
15
15
  height: number;
16
16
  };
@@ -8,13 +8,13 @@ export declare const getTestSiteServiceEmojis: () => {
8
8
  category: string;
9
9
  order: number;
10
10
  representation: {
11
- imagePath: string;
11
+ imagePath: "https://media.example.com/path-to-image.png";
12
12
  width: number;
13
13
  height: number;
14
14
  };
15
15
  altRepresentations: {
16
16
  XHDPI: {
17
- imagePath: string;
17
+ imagePath: "https://media.example.com/alt-path-to-image.png";
18
18
  width: number;
19
19
  height: number;
20
20
  };
@@ -9,12 +9,12 @@ export declare const mediaEmoji: {
9
9
  category: string;
10
10
  order: number;
11
11
  representation: {
12
- mediaPath: string;
12
+ mediaPath: "https://media.example.com/path-to-image.png";
13
13
  width: number;
14
14
  height: number;
15
15
  };
16
16
  altRepresentation: {
17
- mediaPath: string;
17
+ mediaPath: "https://media.example.com/alt-path-to-image.png";
18
18
  width: number;
19
19
  height: number;
20
20
  };
@@ -7,13 +7,13 @@ export declare const mediaServiceEmoji: {
7
7
  category: string;
8
8
  order: number;
9
9
  representation: {
10
- imagePath: string;
10
+ imagePath: "https://media.example.com/path-to-image.png";
11
11
  width: number;
12
12
  height: number;
13
13
  };
14
14
  altRepresentations: {
15
15
  XHDPI: {
16
- imagePath: string;
16
+ imagePath: "https://media.example.com/alt-path-to-image.png";
17
17
  width: number;
18
18
  height: number;
19
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "18.5.4",
3
+ "version": "18.5.6",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@atlaskit/analytics-next": "^11.1.0",
22
- "@atlaskit/editor-plugin-emoji": "^8.1.0",
22
+ "@atlaskit/editor-plugin-emoji": "^9.0.0",
23
23
  "@atlaskit/emoji": "^69.10.0",
24
- "@atlaskit/icon": "^32.0.0",
24
+ "@atlaskit/icon": "^33.0.0",
25
25
  "@atlaskit/mention": "^24.5.0",
26
26
  "@atlaskit/primitives": "^18.0.0",
27
- "@atlaskit/profilecard": "^24.39.0",
27
+ "@atlaskit/profilecard": "^24.44.0",
28
28
  "@atlaskit/theme": "^22.0.0",
29
- "@atlaskit/tokens": "^11.0.0",
30
- "@atlaskit/user-picker": "^11.23.0",
29
+ "@atlaskit/tokens": "^11.1.0",
30
+ "@atlaskit/user-picker": "^11.25.0",
31
31
  "@atlaskit/util-service-support": "^6.3.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "lodash": "^4.17.21",