@atlaskit/mobile-header 7.0.22 → 7.0.23

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,11 @@
1
1
  # @atlaskit/mobile-header
2
2
 
3
+ ## 7.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.22
4
10
 
5
11
  ### Patch Changes
@@ -57,7 +57,7 @@ var MobilePageHeader = exports.MobilePageHeader = _styled.default.header({
57
57
  var MobilePageHeaderContent = exports.MobilePageHeaderContent = _styled.default.div(function (props) {
58
58
  return {
59
59
  alignItems: 'center',
60
- backgroundColor: "var(--ds-background-accent-gray-subtlest, #F1F2F4)",
60
+ backgroundColor: "var(--ds-background-accent-gray-subtlest, #F0F1F2)",
61
61
  boxSizing: 'border-box',
62
62
  display: 'flex',
63
63
  height: "".concat(mobileHeaderHeight, "px"),
@@ -90,7 +90,7 @@ var opacityOut = (0, _react.keyframes)({
90
90
  // @atlaskit/blanket has a z-index *higher* than @atlaskit/navigation,
91
91
  // so we can't display the AK blanket underneath the navigation.
92
92
  // eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
93
- var FakeBlanket = exports.FakeBlanket = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tbottom: 0;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: ", ";\n\tanimation: ", " 0.2s ease-out;\n"])), "var(--ds-blanket, #091E427D)", layers.blanket, function (p) {
93
+ var FakeBlanket = exports.FakeBlanket = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tbottom: 0;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: ", ";\n\tanimation: ", " 0.2s ease-out;\n"])), "var(--ds-blanket, #050C1F75)", layers.blanket, function (p) {
94
94
  return p.isOpen ? opacityIn : opacityOut;
95
95
  });
96
96
 
@@ -53,7 +53,7 @@ export const MobilePageHeader = styled.header({
53
53
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
54
54
  export const MobilePageHeaderContent = styled.div(props => ({
55
55
  alignItems: 'center',
56
- backgroundColor: "var(--ds-background-accent-gray-subtlest, #F1F2F4)",
56
+ backgroundColor: "var(--ds-background-accent-gray-subtlest, #F0F1F2)",
57
57
  boxSizing: 'border-box',
58
58
  display: 'flex',
59
59
  height: `${mobileHeaderHeight}px`,
@@ -86,7 +86,7 @@ const opacityOut = keyframes({
86
86
  // so we can't display the AK blanket underneath the navigation.
87
87
  // eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
88
88
  export const FakeBlanket = styled.div`
89
- background: ${"var(--ds-blanket, #091E427D)"};
89
+ background: ${"var(--ds-blanket, #050C1F75)"};
90
90
  bottom: 0;
91
91
  left: 0;
92
92
  position: fixed;
@@ -51,7 +51,7 @@ export var MobilePageHeader = styled.header({
51
51
  export var MobilePageHeaderContent = styled.div(function (props) {
52
52
  return {
53
53
  alignItems: 'center',
54
- backgroundColor: "var(--ds-background-accent-gray-subtlest, #F1F2F4)",
54
+ backgroundColor: "var(--ds-background-accent-gray-subtlest, #F0F1F2)",
55
55
  boxSizing: 'border-box',
56
56
  display: 'flex',
57
57
  height: "".concat(mobileHeaderHeight, "px"),
@@ -84,7 +84,7 @@ var opacityOut = keyframes({
84
84
  // @atlaskit/blanket has a z-index *higher* than @atlaskit/navigation,
85
85
  // so we can't display the AK blanket underneath the navigation.
86
86
  // eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
87
- export var FakeBlanket = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\tbackground: ", ";\n\tbottom: 0;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: ", ";\n\tanimation: ", " 0.2s ease-out;\n"])), "var(--ds-blanket, #091E427D)", layers.blanket, function (p) {
87
+ export var FakeBlanket = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\tbackground: ", ";\n\tbottom: 0;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: ", ";\n\tanimation: ", " 0.2s ease-out;\n"])), "var(--ds-blanket, #050C1F75)", layers.blanket, function (p) {
88
88
  return p.isOpen ? opacityIn : opacityOut;
89
89
  });
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/mobile-header",
3
- "version": "7.0.22",
3
+ "version": "7.0.23",
4
4
  "description": "A React component rendering a mobile header",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/button": "^23.6.0",
32
- "@atlaskit/icon": "^28.5.0",
32
+ "@atlaskit/icon": "^29.0.0",
33
33
  "@atlaskit/theme": "^21.0.0",
34
34
  "@atlaskit/tokens": "^8.0.0",
35
35
  "@babel/runtime": "^7.0.0",