@atlaskit/mobile-header 7.0.4 → 7.0.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/mobile-header
2
2
 
3
+ ## 7.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.0.4
4
16
 
5
17
  ### Patch Changes
@@ -100,5 +100,5 @@ var FakeBlanket = exports.FakeBlanket = _styled.default.div(_templateObject3 ||
100
100
  var PageHeading = exports.PageHeading = _styled.default.h1({
101
101
  flexGrow: 1,
102
102
  marginLeft: "var(--ds-space-100, 8px)",
103
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
103
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
104
104
  });
@@ -102,5 +102,5 @@ export const FakeBlanket = styled.div`
102
102
  export const PageHeading = styled.h1({
103
103
  flexGrow: 1,
104
104
  marginLeft: "var(--ds-space-100, 8px)",
105
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
105
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
106
106
  });
@@ -94,5 +94,5 @@ export var FakeBlanket = styled.div(_templateObject3 || (_templateObject3 = _tag
94
94
  export var PageHeading = styled.h1({
95
95
  flexGrow: 1,
96
96
  marginLeft: "var(--ds-space-100, 8px)",
97
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
97
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
98
98
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/mobile-header",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
4
4
  "description": "A React component rendering a mobile header",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/button": "^21.1.0",
36
- "@atlaskit/icon": "^24.1.0",
37
- "@atlaskit/theme": "^17.0.0",
38
- "@atlaskit/tokens": "^4.2.0",
36
+ "@atlaskit/icon": "^25.0.0",
37
+ "@atlaskit/theme": "^18.0.0",
38
+ "@atlaskit/tokens": "^4.4.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/styled": "^11.0.0"
41
41
  },