@atlaskit/page-layout 4.2.40 → 4.3.1
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 +13 -0
- package/banner-slot/package.json +17 -0
- package/constants/package.json +17 -0
- package/content/package.json +17 -0
- package/dist/cjs/entry-points/banner-slot.js +13 -0
- package/dist/cjs/entry-points/constants.js +42 -0
- package/dist/cjs/entry-points/content.js +13 -0
- package/dist/cjs/entry-points/left-panel.js +13 -0
- package/dist/cjs/entry-points/left-sidebar-without-resize.js +13 -0
- package/dist/cjs/entry-points/left-sidebar.js +13 -0
- package/dist/cjs/entry-points/main.js +13 -0
- package/dist/cjs/entry-points/page-layout.js +13 -0
- package/dist/cjs/entry-points/right-panel.js +13 -0
- package/dist/cjs/entry-points/right-sidebar.js +13 -0
- package/dist/cjs/entry-points/sidebar-resize-context.js +18 -0
- package/dist/cjs/entry-points/top-navigation.js +13 -0
- package/dist/cjs/entry-points/types.js +1 -0
- package/dist/cjs/entry-points/use-custom-skip-link.js +12 -0
- package/dist/es2019/entry-points/banner-slot.js +1 -0
- package/dist/es2019/entry-points/constants.js +1 -0
- package/dist/es2019/entry-points/content.js +1 -0
- package/dist/es2019/entry-points/left-panel.js +1 -0
- package/dist/es2019/entry-points/left-sidebar-without-resize.js +1 -0
- package/dist/es2019/entry-points/left-sidebar.js +1 -0
- package/dist/es2019/entry-points/main.js +1 -0
- package/dist/es2019/entry-points/page-layout.js +1 -0
- package/dist/es2019/entry-points/right-panel.js +1 -0
- package/dist/es2019/entry-points/right-sidebar.js +1 -0
- package/dist/es2019/entry-points/sidebar-resize-context.js +1 -0
- package/dist/es2019/entry-points/top-navigation.js +1 -0
- package/dist/es2019/entry-points/types.js +0 -0
- package/dist/es2019/entry-points/use-custom-skip-link.js +1 -0
- package/dist/esm/entry-points/banner-slot.js +1 -0
- package/dist/esm/entry-points/constants.js +1 -0
- package/dist/esm/entry-points/content.js +1 -0
- package/dist/esm/entry-points/left-panel.js +1 -0
- package/dist/esm/entry-points/left-sidebar-without-resize.js +1 -0
- package/dist/esm/entry-points/left-sidebar.js +1 -0
- package/dist/esm/entry-points/main.js +1 -0
- package/dist/esm/entry-points/page-layout.js +1 -0
- package/dist/esm/entry-points/right-panel.js +1 -0
- package/dist/esm/entry-points/right-sidebar.js +1 -0
- package/dist/esm/entry-points/sidebar-resize-context.js +1 -0
- package/dist/esm/entry-points/top-navigation.js +1 -0
- package/dist/esm/entry-points/types.js +0 -0
- package/dist/esm/entry-points/use-custom-skip-link.js +1 -0
- package/dist/types/entry-points/banner-slot.d.ts +1 -0
- package/dist/types/entry-points/constants.d.ts +1 -0
- package/dist/types/entry-points/content.d.ts +1 -0
- package/dist/types/entry-points/left-panel.d.ts +1 -0
- package/dist/types/entry-points/left-sidebar-without-resize.d.ts +1 -0
- package/dist/types/entry-points/left-sidebar.d.ts +1 -0
- package/dist/types/entry-points/main.d.ts +1 -0
- package/dist/types/entry-points/page-layout.d.ts +1 -0
- package/dist/types/entry-points/right-panel.d.ts +1 -0
- package/dist/types/entry-points/right-sidebar.d.ts +1 -0
- package/dist/types/entry-points/sidebar-resize-context.d.ts +2 -0
- package/dist/types/entry-points/top-navigation.d.ts +1 -0
- package/dist/types/entry-points/types.d.ts +1 -0
- package/dist/types/entry-points/use-custom-skip-link.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/banner-slot.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/constants.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/content.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/left-panel.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/left-sidebar-without-resize.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/left-sidebar.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/main.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/page-layout.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/right-panel.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/right-sidebar.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/sidebar-resize-context.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/top-navigation.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/use-custom-skip-link.d.ts +1 -0
- package/left-panel/package.json +17 -0
- package/left-sidebar/package.json +17 -0
- package/left-sidebar-without-resize/package.json +17 -0
- package/main/package.json +17 -0
- package/package.json +8 -8
- package/page-layout/package.json +17 -0
- package/right-panel/package.json +17 -0
- package/right-sidebar/package.json +17 -0
- package/sidebar-resize-context/package.json +17 -0
- package/top-navigation/package.json +17 -0
- package/types/package.json +17 -0
- package/use-custom-skip-link/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/page-layout
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`b6726adedaa66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6726adedaa66) -
|
|
14
|
+
Autofix: add explicit package exports (barrel removal)
|
|
15
|
+
|
|
3
16
|
## 4.2.40
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/banner-slot",
|
|
3
|
+
"main": "../dist/cjs/entry-points/banner-slot.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/banner-slot.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/banner-slot.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/banner-slot.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/banner-slot.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/constants",
|
|
3
|
+
"main": "../dist/cjs/entry-points/constants.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/constants.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/constants.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/constants.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/constants.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/content",
|
|
3
|
+
"main": "../dist/cjs/entry-points/content.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/content.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/content.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/content.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/content.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "Banner", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _bannerSlot.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _bannerSlot = _interopRequireDefault(require("../components/slots/banner-slot"));
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "BANNER_HEIGHT", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _constants.BANNER_HEIGHT;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "LEFT_PANEL_WIDTH", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _constants.LEFT_PANEL_WIDTH;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "LEFT_SIDEBAR_WIDTH", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _constants.LEFT_SIDEBAR_WIDTH;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "RIGHT_PANEL_WIDTH", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _constants.RIGHT_PANEL_WIDTH;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "RIGHT_SIDEBAR_WIDTH", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _constants.RIGHT_SIDEBAR_WIDTH;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "TOP_NAVIGATION_HEIGHT", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _constants.TOP_NAVIGATION_HEIGHT;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
var _constants = require("../common/constants");
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "Content", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _content.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _content = _interopRequireDefault(require("../components/slots/content"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "LeftPanel", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _leftPanel.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _leftPanel = _interopRequireDefault(require("../components/slots/left-panel"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "LeftSidebarWithoutResize", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _leftSidebarWithoutResize.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _leftSidebarWithoutResize = _interopRequireDefault(require("../components/slots/left-sidebar-without-resize"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "LeftSidebar", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _leftSidebar.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _leftSidebar = _interopRequireDefault(require("../components/slots/left-sidebar"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "Main", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _main.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _main = _interopRequireDefault(require("../components/slots/main"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "PageLayout", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _pageLayout.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _pageLayout = _interopRequireDefault(require("../components/slots/page-layout"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "RightPanel", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _rightPanel.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _rightPanel = _interopRequireDefault(require("../components/slots/right-panel"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "RightSidebar", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _rightSidebar.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _rightSidebar = _interopRequireDefault(require("../components/slots/right-sidebar"));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "useLeftSidebarFlyoutLock", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _sidebarResizeContext.useLeftSidebarFlyoutLock;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "usePageLayoutResize", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _sidebarResizeContext.usePageLayoutResize;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
var _sidebarResizeContext = require("../controllers/sidebar-resize-context");
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "TopNavigation", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _topNavigation.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _topNavigation = _interopRequireDefault(require("../components/slots/top-navigation"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "useCustomSkipLink", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _useCustomSkipLink.useCustomSkipLink;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _useCustomSkipLink = require("../components/skip-links/use-custom-skip-link");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Banner } from '../components/slots/banner-slot';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, BANNER_HEIGHT, TOP_NAVIGATION_HEIGHT, LEFT_SIDEBAR_WIDTH, RIGHT_SIDEBAR_WIDTH } from '../common/constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from '../components/slots/content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftPanel } from '../components/slots/left-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebarWithoutResize } from '../components/slots/left-sidebar-without-resize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebar } from '../components/slots/left-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Main } from '../components/slots/main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PageLayout } from '../components/slots/page-layout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightPanel } from '../components/slots/right-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightSidebar } from '../components/slots/right-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { usePageLayoutResize, useLeftSidebarFlyoutLock } from '../controllers/sidebar-resize-context';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TopNavigation } from '../components/slots/top-navigation';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useCustomSkipLink } from '../components/skip-links/use-custom-skip-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Banner } from '../components/slots/banner-slot';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, BANNER_HEIGHT, TOP_NAVIGATION_HEIGHT, LEFT_SIDEBAR_WIDTH, RIGHT_SIDEBAR_WIDTH } from '../common/constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from '../components/slots/content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftPanel } from '../components/slots/left-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebarWithoutResize } from '../components/slots/left-sidebar-without-resize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebar } from '../components/slots/left-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Main } from '../components/slots/main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PageLayout } from '../components/slots/page-layout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightPanel } from '../components/slots/right-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightSidebar } from '../components/slots/right-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { usePageLayoutResize, useLeftSidebarFlyoutLock } from '../controllers/sidebar-resize-context';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TopNavigation } from '../components/slots/top-navigation';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useCustomSkipLink } from '../components/skip-links/use-custom-skip-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Banner } from '../components/slots/banner-slot';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, BANNER_HEIGHT, TOP_NAVIGATION_HEIGHT, LEFT_SIDEBAR_WIDTH, RIGHT_SIDEBAR_WIDTH, } from '../common/constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from '../components/slots/content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftPanel } from '../components/slots/left-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebarWithoutResize } from '../components/slots/left-sidebar-without-resize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebar } from '../components/slots/left-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Main } from '../components/slots/main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PageLayout } from '../components/slots/page-layout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightPanel } from '../components/slots/right-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightSidebar } from '../components/slots/right-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TopNavigation } from '../components/slots/top-navigation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { SlotHeightProps, SlotWidthProps, Dimensions, PageLayoutProps } from '../common/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useCustomSkipLink } from '../components/skip-links/use-custom-skip-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Banner } from '../components/slots/banner-slot';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, BANNER_HEIGHT, TOP_NAVIGATION_HEIGHT, LEFT_SIDEBAR_WIDTH, RIGHT_SIDEBAR_WIDTH, } from '../common/constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from '../components/slots/content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftPanel } from '../components/slots/left-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebarWithoutResize } from '../components/slots/left-sidebar-without-resize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LeftSidebar } from '../components/slots/left-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Main } from '../components/slots/main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PageLayout } from '../components/slots/page-layout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightPanel } from '../components/slots/right-panel';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as RightSidebar } from '../components/slots/right-sidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TopNavigation } from '../components/slots/top-navigation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { SlotHeightProps, SlotWidthProps, Dimensions, PageLayoutProps } from '../common/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useCustomSkipLink } from '../components/skip-links/use-custom-skip-link';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/left-panel",
|
|
3
|
+
"main": "../dist/cjs/entry-points/left-panel.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/left-panel.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/left-panel.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/left-panel.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/left-panel.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/left-sidebar",
|
|
3
|
+
"main": "../dist/cjs/entry-points/left-sidebar.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/left-sidebar.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/left-sidebar.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/left-sidebar.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/left-sidebar.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/left-sidebar-without-resize",
|
|
3
|
+
"main": "../dist/cjs/entry-points/left-sidebar-without-resize.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/left-sidebar-without-resize.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/left-sidebar-without-resize.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/left-sidebar-without-resize.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/left-sidebar-without-resize.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/main",
|
|
3
|
+
"main": "../dist/cjs/entry-points/main.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/main.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/main.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/main.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/main.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1",
|
|
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/"
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"homepage": "https://atlassian.design/components/page-layout/",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@atlaskit/ds-lib": "^7.0.0",
|
|
48
|
-
"@atlaskit/icon": "^34.
|
|
48
|
+
"@atlaskit/icon": "^34.3.0",
|
|
49
49
|
"@atlaskit/link": "^3.4.0",
|
|
50
|
-
"@atlaskit/motion": "^
|
|
50
|
+
"@atlaskit/motion": "^6.0.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
52
|
"@atlaskit/primitives": "^19.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^13.0.0",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@af/accessibility-testing": "workspace:^",
|
|
65
65
|
"@af/integration-testing": "workspace:^",
|
|
66
|
-
"@atlaskit/atlassian-navigation": "^5.
|
|
66
|
+
"@atlaskit/atlassian-navigation": "^5.7.0",
|
|
67
67
|
"@atlaskit/button": "^23.11.0",
|
|
68
|
-
"@atlaskit/docs": "^11.
|
|
68
|
+
"@atlaskit/docs": "^11.8.0",
|
|
69
69
|
"@atlaskit/logo": "^20.0.0",
|
|
70
|
-
"@atlaskit/menu": "^8.
|
|
70
|
+
"@atlaskit/menu": "^8.5.0",
|
|
71
71
|
"@atlaskit/popup": "^4.16.0",
|
|
72
72
|
"@atlaskit/section-message": "^8.12.0",
|
|
73
|
-
"@atlaskit/side-navigation": "^11.
|
|
74
|
-
"@atlaskit/tooltip": "^21.
|
|
73
|
+
"@atlaskit/side-navigation": "^11.2.0",
|
|
74
|
+
"@atlaskit/tooltip": "^21.2.0",
|
|
75
75
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
76
76
|
"@atlassian/ssr-tests": "workspace:^",
|
|
77
77
|
"@testing-library/react": "^16.3.0",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/page-layout",
|
|
3
|
+
"main": "../dist/cjs/entry-points/page-layout.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/page-layout.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/page-layout.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/page-layout.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/page-layout.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/right-panel",
|
|
3
|
+
"main": "../dist/cjs/entry-points/right-panel.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/right-panel.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/right-panel.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/right-panel.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/right-panel.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/right-sidebar",
|
|
3
|
+
"main": "../dist/cjs/entry-points/right-sidebar.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/right-sidebar.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/right-sidebar.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/right-sidebar.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/right-sidebar.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/sidebar-resize-context",
|
|
3
|
+
"main": "../dist/cjs/entry-points/sidebar-resize-context.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/sidebar-resize-context.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/sidebar-resize-context.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/sidebar-resize-context.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/sidebar-resize-context.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/top-navigation",
|
|
3
|
+
"main": "../dist/cjs/entry-points/top-navigation.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/top-navigation.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/top-navigation.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/top-navigation.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/top-navigation.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/types",
|
|
3
|
+
"main": "../dist/cjs/entry-points/types.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/types.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/page-layout/use-custom-skip-link",
|
|
3
|
+
"main": "../dist/cjs/entry-points/use-custom-skip-link.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/use-custom-skip-link.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/use-custom-skip-link.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/use-custom-skip-link.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/use-custom-skip-link.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|