@atlaskit/page-layout 3.10.3 → 3.11.0
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,23 @@
|
|
|
1
1
|
# @atlaskit/page-layout
|
|
2
2
|
|
|
3
|
+
## 3.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#153062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/153062)
|
|
8
|
+
[`b7d4624ddbaf4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b7d4624ddbaf4) -
|
|
9
|
+
adding data-ssr-placeholder attributes to page-layout component for VC exclusion
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 3.10.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 3.10.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -60,7 +60,9 @@ var PageLayout = function PageLayout(_ref) {
|
|
|
60
60
|
"data-testid": testId,
|
|
61
61
|
css: [gridStyles, gridStylesMobileStyles],
|
|
62
62
|
tabIndex: -1,
|
|
63
|
-
"data-vc": "page-layout"
|
|
63
|
+
"data-vc": "page-layout",
|
|
64
|
+
"data-ssr-placeholder": "page-layout",
|
|
65
|
+
"data-ssr-placeholder-replace": "page-layout"
|
|
64
66
|
}), (0, _react2.jsx)(_controllers.SidebarResizeController, {
|
|
65
67
|
onLeftSidebarCollapse: onLeftSidebarCollapse,
|
|
66
68
|
onLeftSidebarExpand: onLeftSidebarExpand
|
|
@@ -70,7 +70,9 @@ const PageLayout = ({
|
|
|
70
70
|
"data-testid": testId,
|
|
71
71
|
css: [gridStyles, gridStylesMobileStyles],
|
|
72
72
|
tabIndex: -1,
|
|
73
|
-
"data-vc": "page-layout"
|
|
73
|
+
"data-vc": "page-layout",
|
|
74
|
+
"data-ssr-placeholder": "page-layout",
|
|
75
|
+
"data-ssr-placeholder-replace": "page-layout"
|
|
74
76
|
}), jsx(SidebarResizeController, {
|
|
75
77
|
onLeftSidebarCollapse: onLeftSidebarCollapse,
|
|
76
78
|
onLeftSidebarExpand: onLeftSidebarExpand
|
|
@@ -52,7 +52,9 @@ var PageLayout = function PageLayout(_ref) {
|
|
|
52
52
|
"data-testid": testId,
|
|
53
53
|
css: [gridStyles, gridStylesMobileStyles],
|
|
54
54
|
tabIndex: -1,
|
|
55
|
-
"data-vc": "page-layout"
|
|
55
|
+
"data-vc": "page-layout",
|
|
56
|
+
"data-ssr-placeholder": "page-layout",
|
|
57
|
+
"data-ssr-placeholder-replace": "page-layout"
|
|
56
58
|
}), jsx(SidebarResizeController, {
|
|
57
59
|
onLeftSidebarCollapse: onLeftSidebarCollapse,
|
|
58
60
|
onLeftSidebarExpand: onLeftSidebarExpand
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "A collection of components which let you compose an application's page layout.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://atlassian.design/components/page-layout/",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/ds-lib": "^3.
|
|
39
|
-
"@atlaskit/icon": "^22.
|
|
38
|
+
"@atlaskit/ds-lib": "^3.1.0",
|
|
39
|
+
"@atlaskit/icon": "^22.23.0",
|
|
40
40
|
"@atlaskit/link": "^1.2.0",
|
|
41
41
|
"@atlaskit/motion": "^1.9.0",
|
|
42
42
|
"@atlaskit/primitives": "^12.2.0",
|
|
43
|
-
"@atlaskit/theme": "^
|
|
43
|
+
"@atlaskit/theme": "^14.0.0",
|
|
44
44
|
"@atlaskit/tokens": "^2.0.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@emotion/react": "^11.7.1",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@af/accessibility-testing": "*",
|
|
56
56
|
"@af/integration-testing": "*",
|
|
57
57
|
"@atlaskit/atlassian-navigation": "^4.7.0",
|
|
58
|
-
"@atlaskit/atlassian-notifications": "^0.
|
|
58
|
+
"@atlaskit/atlassian-notifications": "^0.5.0",
|
|
59
59
|
"@atlaskit/drawer": "^9.0.0",
|
|
60
60
|
"@atlaskit/logo": "^14.3.0",
|
|
61
|
-
"@atlaskit/menu": "^2.
|
|
62
|
-
"@atlaskit/notification-indicator": "^9.
|
|
61
|
+
"@atlaskit/menu": "^2.13.0",
|
|
62
|
+
"@atlaskit/notification-indicator": "^9.4.0",
|
|
63
63
|
"@atlaskit/notification-log-client": "^6.1.0",
|
|
64
64
|
"@atlaskit/popup": "^1.28.0",
|
|
65
65
|
"@atlaskit/side-navigation": "^3.5.0",
|
|
@@ -76,6 +76,11 @@
|
|
|
76
76
|
"storybook-addon-performance": "^0.16.0",
|
|
77
77
|
"typescript": "~5.4.2"
|
|
78
78
|
},
|
|
79
|
+
"platform-feature-flags": {
|
|
80
|
+
"platform_dst_popup-disable-focuslock": {
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
79
84
|
"keywords": [
|
|
80
85
|
"atlaskit",
|
|
81
86
|
"react",
|