@atlaskit/page-layout 3.10.4 → 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,17 @@
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
+
3
15
  ## 3.10.4
4
16
 
5
17
  ### 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.10.4",
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/"
@@ -36,7 +36,7 @@
36
36
  "homepage": "https://atlassian.design/components/page-layout/",
37
37
  "dependencies": {
38
38
  "@atlaskit/ds-lib": "^3.1.0",
39
- "@atlaskit/icon": "^22.22.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",