@atlaskit/media-test-helpers 40.0.3 → 40.0.5

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-test-helpers
2
2
 
3
+ ## 40.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`715629fc18fc8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/715629fc18fc8) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+ - Updated dependencies
10
+
11
+ ## 40.0.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 40.0.3
4
18
 
5
19
  ### Patch Changes
@@ -31,9 +31,9 @@ var styles = {
31
31
  margin: "var(--ds-space-100, 8px)"
32
32
  },
33
33
  stateTitle: {
34
- borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #ccc)"),
34
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
35
35
  marginBottom: "var(--ds-space-100, 8px)",
36
- color: "var(--ds-text, #606369)",
36
+ color: "var(--ds-text, #292A2E)",
37
37
  width: '100%',
38
38
  textTransform: 'capitalize'
39
39
  }
@@ -53,9 +53,9 @@ var styles = {
53
53
  margin: "var(--ds-space-100, 8px)"
54
54
  },
55
55
  stateTitle: {
56
- borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #ccc)"),
56
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
57
57
  marginBottom: "var(--ds-space-100, 8px)",
58
- color: "var(--ds-text, #606369)",
58
+ color: "var(--ds-text, #292A2E)",
59
59
  width: '100%',
60
60
  textTransform: 'capitalize'
61
61
  }
@@ -17,9 +17,9 @@ const styles = {
17
17
  margin: "var(--ds-space-100, 8px)"
18
18
  },
19
19
  stateTitle: {
20
- borderBottom: `${"var(--ds-border-width, 1px)"} solid ${"var(--ds-border, #ccc)"}`,
20
+ borderBottom: `${"var(--ds-border-width, 1px)"} solid ${"var(--ds-border, #0B120E24)"}`,
21
21
  marginBottom: "var(--ds-space-100, 8px)",
22
- color: "var(--ds-text, #606369)",
22
+ color: "var(--ds-text, #292A2E)",
23
23
  width: '100%',
24
24
  textTransform: 'capitalize'
25
25
  }
@@ -39,9 +39,9 @@ const styles = {
39
39
  margin: "var(--ds-space-100, 8px)"
40
40
  },
41
41
  stateTitle: {
42
- borderBottom: `${"var(--ds-border-width, 1px)"} solid ${"var(--ds-border, #ccc)"}`,
42
+ borderBottom: `${"var(--ds-border-width, 1px)"} solid ${"var(--ds-border, #0B120E24)"}`,
43
43
  marginBottom: "var(--ds-space-100, 8px)",
44
- color: "var(--ds-text, #606369)",
44
+ color: "var(--ds-text, #292A2E)",
45
45
  width: '100%',
46
46
  textTransform: 'capitalize'
47
47
  }
@@ -24,9 +24,9 @@ var styles = {
24
24
  margin: "var(--ds-space-100, 8px)"
25
25
  },
26
26
  stateTitle: {
27
- borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #ccc)"),
27
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
28
28
  marginBottom: "var(--ds-space-100, 8px)",
29
- color: "var(--ds-text, #606369)",
29
+ color: "var(--ds-text, #292A2E)",
30
30
  width: '100%',
31
31
  textTransform: 'capitalize'
32
32
  }
@@ -46,9 +46,9 @@ var styles = {
46
46
  margin: "var(--ds-space-100, 8px)"
47
47
  },
48
48
  stateTitle: {
49
- borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #ccc)"),
49
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
50
50
  marginBottom: "var(--ds-space-100, 8px)",
51
- color: "var(--ds-text, #606369)",
51
+ color: "var(--ds-text, #292A2E)",
52
52
  width: '100%',
53
53
  textTransform: 'capitalize'
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "40.0.3",
3
+ "version": "40.0.5",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,20 +27,20 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/button": "^23.10.0",
29
29
  "@atlaskit/checkbox": "^17.3.0",
30
- "@atlaskit/form": "^15.4.0",
31
- "@atlaskit/icon": "^33.0.0",
30
+ "@atlaskit/form": "^15.5.0",
31
+ "@atlaskit/icon": "^33.1.0",
32
32
  "@atlaskit/locale": "^3.0.0",
33
33
  "@atlaskit/media-client": "^36.0.0",
34
34
  "@atlaskit/media-common": "^13.0.0",
35
35
  "@atlaskit/media-state": "^2.0.0",
36
36
  "@atlaskit/media-ui": "^28.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/popup": "^4.13.0",
39
- "@atlaskit/primitives": "^18.0.0",
40
- "@atlaskit/tabs": "^18.3.0",
38
+ "@atlaskit/popup": "^4.14.0",
39
+ "@atlaskit/primitives": "^18.1.0",
40
+ "@atlaskit/tabs": "^19.0.0",
41
41
  "@atlaskit/textfield": "^8.2.0",
42
- "@atlaskit/tokens": "^11.1.0",
43
- "@atlaskit/tooltip": "^20.14.0",
42
+ "@atlaskit/tokens": "^11.4.0",
43
+ "@atlaskit/tooltip": "^21.0.0",
44
44
  "@atlaskit/ufo": "^0.4.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",