@atlaskit/media-test-helpers 34.2.1 → 34.3.0

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,23 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 34.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#140915](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140915)
8
+ [`36b5acc412af5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36b5acc412af5) -
9
+ Design system typography uplift
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 34.2.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 34.2.1
4
22
 
5
23
  ### Patch Changes
@@ -8,7 +8,7 @@ exports.Matrix = void 0;
8
8
  var _styled = _interopRequireDefault(require("@emotion/styled"));
9
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
10
 
11
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
12
  var Matrix = exports.Matrix = _styled.default.table({
13
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
14
14
  thead: {
@@ -1,6 +1,6 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import styled from '@emotion/styled';
3
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
4
4
  export const Matrix = styled.table({
5
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
6
6
  thead: {
@@ -1,6 +1,6 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import styled from '@emotion/styled';
3
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
4
4
  export var Matrix = styled.table({
5
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
6
6
  thead: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "34.2.1",
3
+ "version": "34.3.0",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,16 +28,16 @@
28
28
  "dependencies": {
29
29
  "@atlaskit/button": "^20.1.0",
30
30
  "@atlaskit/checkbox": "^14.0.0",
31
- "@atlaskit/icon": "^22.17.0",
31
+ "@atlaskit/icon": "^22.18.0",
32
32
  "@atlaskit/locale": "^2.8.0",
33
33
  "@atlaskit/media-client": "^28.0.0",
34
34
  "@atlaskit/media-common": "^11.4.0",
35
- "@atlaskit/media-ui": "^25.11.0",
35
+ "@atlaskit/media-ui": "^25.12.0",
36
36
  "@atlaskit/popup": "^1.25.0",
37
- "@atlaskit/primitives": "12.1.1",
37
+ "@atlaskit/primitives": "12.1.2",
38
38
  "@atlaskit/tabs": "^16.4.0",
39
39
  "@atlaskit/textfield": "^6.5.0",
40
- "@atlaskit/tokens": "^1.59.0",
40
+ "@atlaskit/tokens": "^1.60.0",
41
41
  "@atlaskit/tooltip": "^18.7.0",
42
42
  "@atlaskit/ufo": "^0.3.0",
43
43
  "@babel/runtime": "^7.0.0",