@atlaskit/right-side-panel 1.1.1 → 1.1.4
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 +18 -0
- package/dist/cjs/components/RightSidePanel/styled.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/RightSidePanel/styled.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/RightSidePanel/styled.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/components/RightSidePanel/index.d.ts +2 -1
- package/dist/types/components/RightSidePanel/styled.d.ts +2 -2
- package/dist/types/components/styled.d.ts +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/right-side-panel
|
|
2
2
|
|
|
3
|
+
## 1.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
8
|
+
|
|
9
|
+
## 1.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.1.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.1.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -25,7 +25,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
25
25
|
|
|
26
26
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
27
27
|
|
|
28
|
-
var RightSidePanelDrawer = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: ", "px;\n flex: 0 0 ", "px;\n position relative;\n overflow: hidden;\n"])), _constants.panelWidth, _constants.panelWidth);
|
|
28
|
+
var RightSidePanelDrawer = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: ", "px;\n flex: 0 0 ", "px;\n position: relative;\n overflow: hidden;\n"])), _constants.panelWidth, _constants.panelWidth);
|
|
29
29
|
|
|
30
30
|
exports.RightSidePanelDrawer = RightSidePanelDrawer;
|
|
31
31
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -6,7 +6,7 @@ import { panelWidth } from './constants';
|
|
|
6
6
|
export const RightSidePanelDrawer = styled.div`
|
|
7
7
|
width: ${panelWidth}px;
|
|
8
8
|
flex: 0 0 ${panelWidth}px;
|
|
9
|
-
position relative;
|
|
9
|
+
position: relative;
|
|
10
10
|
overflow: hidden;
|
|
11
11
|
`;
|
|
12
12
|
export const RightSidePanelDrawerContent = styled.div`
|
package/dist/es2019/version.json
CHANGED
|
@@ -7,5 +7,5 @@ import styled from '@emotion/styled';
|
|
|
7
7
|
import * as colors from '@atlaskit/theme/colors';
|
|
8
8
|
import { token } from '@atlaskit/tokens';
|
|
9
9
|
import { panelWidth } from './constants';
|
|
10
|
-
export var RightSidePanelDrawer = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", "px;\n flex: 0 0 ", "px;\n position relative;\n overflow: hidden;\n"])), panelWidth, panelWidth);
|
|
10
|
+
export var RightSidePanelDrawer = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", "px;\n flex: 0 0 ", "px;\n position: relative;\n overflow: hidden;\n"])), panelWidth, panelWidth);
|
|
11
11
|
export var RightSidePanelDrawerContent = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n background-color: ", ";\n box-sizing: border-box;\n flex: 1;\n border-left: 3px solid ", ";\n overflow: hidden;\n flex-direction: column;\n width: ", "px;\n height: 100%;\n position: fixed;\n"])), token('elevation.surface.overlay', 'white'), token('color.border', colors.N30), panelWidth);
|
package/dist/esm/version.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Component, ReactNode } from 'react';
|
|
2
3
|
export declare const UNMOUNTED = "unmounted";
|
|
3
4
|
export declare const EXITED = "exited";
|
|
@@ -35,6 +36,6 @@ export declare class RightSidePanel extends Component<Props, State> {
|
|
|
35
36
|
};
|
|
36
37
|
componentDidMount(): void;
|
|
37
38
|
renderDrawer(Container: HTMLElement): ReactNode;
|
|
38
|
-
render():
|
|
39
|
+
render(): React.ReactNode;
|
|
39
40
|
}
|
|
40
41
|
export default RightSidePanel;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const RightSidePanelDrawer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
3
|
-
export declare const RightSidePanelDrawerContent: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
2
|
+
export declare const RightSidePanelDrawer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
|
|
3
|
+
export declare const RightSidePanelDrawerContent: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const FlexContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
3
|
-
export declare const ContentWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
2
|
+
export declare const FlexContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
|
|
3
|
+
export declare const ContentWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/right-side-panel",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "A cross-product right-side-panel component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/theme": "^12.1.0",
|
|
27
|
-
"@atlaskit/tokens": "^0.
|
|
27
|
+
"@atlaskit/tokens": "^0.9.0",
|
|
28
28
|
"@babel/runtime": "^7.0.0",
|
|
29
29
|
"@emotion/styled": "^10.0.7",
|
|
30
30
|
"exenv": "^1.2.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@atlaskit/button": "^16.
|
|
39
|
+
"@atlaskit/button": "^16.3.0",
|
|
40
40
|
"@atlaskit/docs": "*",
|
|
41
41
|
"@atlaskit/navigation": "^37.0.0",
|
|
42
42
|
"@atlaskit/page": "^12.1.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
45
45
|
"enzyme": "^3.10.0",
|
|
46
46
|
"react-test-renderer": "^16.8.0",
|
|
47
|
-
"typescript": "
|
|
47
|
+
"typescript": "4.2.4"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"atlaskit",
|