@atlaskit/right-side-panel 1.2.3 → 1.2.5

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,18 @@
1
1
  # @atlaskit/right-side-panel
2
2
 
3
+ ## 1.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
+ - Updated dependencies
9
+
10
+ ## 1.2.4
11
+
12
+ ### Patch Changes
13
+
14
+ - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
15
+
3
16
  ## 1.2.3
4
17
 
5
18
  ### Patch Changes
package/docs/0-intro.tsx CHANGED
@@ -7,15 +7,15 @@ import {
7
7
  DevPreviewWarning,
8
8
  } from '@atlaskit/docs';
9
9
  import Button from '@atlaskit/button/custom-theme-button';
10
- import { gridSize } from '@atlaskit/theme/constants';
10
+ import { token } from '@atlaskit/tokens';
11
11
 
12
12
  export default md`
13
13
  ${(
14
14
  <>
15
- <div style={{ marginBottom: '0.5rem' }}>
15
+ <div style={{ marginBottom: token('space.100', '0.5rem') }}>
16
16
  <AtlassianInternalWarning />
17
17
  </div>
18
- <div style={{ marginTop: '0.5rem' }}>
18
+ <div style={{ marginTop: token('space.100', '0.5rem') }}>
19
19
  <DevPreviewWarning />
20
20
  </div>
21
21
  </>
@@ -79,7 +79,7 @@ export default md`
79
79
  `}
80
80
 
81
81
  ${(
82
- <div style={{ paddingTop: `${gridSize() * 2}px` }}>
82
+ <div style={{ paddingTop: token('space.200', '16px') }}>
83
83
  <Button
84
84
  onClick={() =>
85
85
  window.open(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "A cross-product right-side-panel component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/theme": "^12.5.0",
35
- "@atlaskit/tokens": "^1.4.0",
35
+ "@atlaskit/tokens": "^1.15.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/styled": "^10.0.7",
38
38
  "exenv": "^1.2.2",
@@ -44,11 +44,8 @@
44
44
  "react-intl-next": "npm:react-intl@^5.18.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@atlaskit/button": "^16.7.0",
48
- "@atlaskit/docs": "*",
49
47
  "@atlaskit/navigation": "^37.0.0",
50
48
  "@atlaskit/page": "^12.3.0",
51
- "@atlaskit/section-message": "^6.4.0",
52
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
53
50
  "enzyme": "^3.10.0",
54
51
  "react-test-renderer": "^16.8.0",
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/right-side-panel",
3
- "version": "1.2.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/right-side-panel",
3
- "version": "1.2.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/right-side-panel",
3
- "version": "1.2.3",
4
- "sideEffects": false
5
- }