@atlaskit/mobile-header 7.0.22 → 7.0.24
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 +14 -0
- package/afm-products/tsconfig.json +2 -1
- package/dist/cjs/styled.js +2 -2
- package/dist/es2019/styled.js +2 -2
- package/dist/esm/styled.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/mobile-header
|
|
2
2
|
|
|
3
|
+
## 7.0.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 7.0.23
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 7.0.22
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/styled.js
CHANGED
|
@@ -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, #
|
|
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, #
|
|
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
|
|
package/dist/es2019/styled.js
CHANGED
|
@@ -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, #
|
|
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, #
|
|
89
|
+
background: ${"var(--ds-blanket, #050C1F75)"};
|
|
90
90
|
bottom: 0;
|
|
91
91
|
left: 0;
|
|
92
92
|
position: fixed;
|
package/dist/esm/styled.js
CHANGED
|
@@ -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, #
|
|
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, #
|
|
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.
|
|
3
|
+
"version": "7.0.24",
|
|
4
4
|
"description": "A React component rendering a mobile header",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atlaskit/button": "^23.
|
|
32
|
-
"@atlaskit/icon": "^
|
|
31
|
+
"@atlaskit/button": "^23.9.0",
|
|
32
|
+
"@atlaskit/icon": "^29.3.0",
|
|
33
33
|
"@atlaskit/theme": "^21.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/styled": "^11.0.0"
|
|
37
37
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@testing-library/react": "^
|
|
43
|
+
"@testing-library/react": "^16.3.0",
|
|
44
44
|
"@testing-library/user-event": "^14.4.3",
|
|
45
45
|
"react-dom": "^18.2.0",
|
|
46
46
|
"react-test-renderer": "^18.2.0"
|