@atlaskit/media-table 18.1.5 → 18.1.7

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,19 @@
1
1
  # @atlaskit/media-table
2
2
 
3
+ ## 18.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5fb7e85e19555`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5fb7e85e19555) -
8
+ Migrate tests from mountWithIntlContext (Enzyme) to renderWithIntl (RTL)
9
+ - Updated dependencies
10
+
11
+ ## 18.1.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 18.1.5
4
18
 
5
19
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- export declare const nameCellWrapperStyles: import("@emotion/react").SerializedStyles;
2
- export declare const truncateWrapperStyles: import("@emotion/react").SerializedStyles;
3
- export declare const mediaTableWrapperStyles: import("@emotion/react").SerializedStyles;
1
+ export declare const nameCellWrapperStyles: import("@emotion/utils").SerializedStyles;
2
+ export declare const truncateWrapperStyles: import("@emotion/utils").SerializedStyles;
3
+ export declare const mediaTableWrapperStyles: import("@emotion/utils").SerializedStyles;
@@ -1,3 +1,3 @@
1
- export declare const nameCellWrapperStyles: import("@emotion/react").SerializedStyles;
2
- export declare const truncateWrapperStyles: import("@emotion/react").SerializedStyles;
3
- export declare const mediaTableWrapperStyles: import("@emotion/react").SerializedStyles;
1
+ export declare const nameCellWrapperStyles: import("@emotion/utils").SerializedStyles;
2
+ export declare const truncateWrapperStyles: import("@emotion/utils").SerializedStyles;
3
+ export declare const mediaTableWrapperStyles: import("@emotion/utils").SerializedStyles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "18.1.5",
3
+ "version": "18.1.7",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
33
  "@atlaskit/button": "^23.9.0",
34
34
  "@atlaskit/dynamic-table": "^18.3.0",
35
- "@atlaskit/icon": "^30.0.0",
35
+ "@atlaskit/icon": "^31.0.0",
36
36
  "@atlaskit/media-client": "^35.7.0",
37
37
  "@atlaskit/media-client-react": "^4.1.0",
38
38
  "@atlaskit/media-ui": "^28.7.0",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@atlaskit/icon-file-type": "^7.0.0",
55
55
  "@atlaskit/media-core": "^37.0.0",
56
- "@atlaskit/media-test-helpers": "^39.0.0",
56
+ "@atlaskit/media-test-helpers": "^40.0.0",
57
57
  "@atlaskit/range": "^9.3.0",
58
58
  "@emotion/react": "^11.7.1",
59
59
  "@testing-library/react": "^16.3.0",