@atlaskit/page-header 11.0.1 → 11.0.2
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 +7 -0
- package/dist/cjs/PageHeader/styled.compiled.css +0 -1
- package/dist/cjs/PageHeader/styled.js +1 -1
- package/dist/es2019/PageHeader/styled.compiled.css +0 -1
- package/dist/es2019/PageHeader/styled.js +1 -1
- package/dist/esm/PageHeader/styled.compiled.css +0 -1
- package/dist/esm/PageHeader/styled.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 11.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`84c480f78de1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/84c480f78de1e) -
|
|
8
|
+
Remove unncessary styling code that breaks in Parcel CSS transformation.
|
|
9
|
+
|
|
3
10
|
## 11.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -99,7 +99,7 @@ var TitleContainer = exports.TitleContainer = function TitleContainer(_ref4) {
|
|
|
99
99
|
var ActionsWrapper = exports.ActionsWrapper = function ActionsWrapper(_ref5) {
|
|
100
100
|
var children = _ref5.children;
|
|
101
101
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
102
|
-
className: (0, _runtime.ax)(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c
|
|
102
|
+
className: (0, _runtime.ax)(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c"])
|
|
103
103
|
}, children);
|
|
104
104
|
};
|
|
105
105
|
|
|
@@ -94,7 +94,7 @@ export const ActionsWrapper = ({
|
|
|
94
94
|
children
|
|
95
95
|
}) => {
|
|
96
96
|
return /*#__PURE__*/React.createElement("div", {
|
|
97
|
-
className: ax(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c
|
|
97
|
+
className: ax(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c"])
|
|
98
98
|
}, children);
|
|
99
99
|
};
|
|
100
100
|
|
|
@@ -92,7 +92,7 @@ export var TitleContainer = function TitleContainer(_ref4) {
|
|
|
92
92
|
export var ActionsWrapper = function ActionsWrapper(_ref5) {
|
|
93
93
|
var children = _ref5.children;
|
|
94
94
|
return /*#__PURE__*/React.createElement("div", {
|
|
95
|
-
className: ax(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c
|
|
95
|
+
className: ax(["_p12f1osq _16jlidpf _1o9zidpf _i0dl1wug _6rthu2gc _ahbq1wug _bozgxy5q _o5721q9c"])
|
|
96
96
|
}, children);
|
|
97
97
|
};
|
|
98
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-header",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.2",
|
|
4
4
|
"description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|