@atlaskit/right-side-panel 1.1.1 → 1.1.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/right-side-panel
2
2
 
3
+ ## 1.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.1
4
10
 
5
11
  ### 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
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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`
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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.7.0",
27
+ "@atlaskit/tokens": "^0.8.0",
28
28
  "@babel/runtime": "^7.0.0",
29
29
  "@emotion/styled": "^10.0.7",
30
30
  "exenv": "^1.2.2",