@atlaskit/right-side-panel 3.0.9 → 3.0.10
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 +6 -1
- package/dist/cjs/components/RightSidePanel/styled.js +1 -1
- package/dist/cjs/components/styled.js +1 -1
- package/dist/es2019/components/RightSidePanel/styled.js +1 -1
- package/dist/es2019/components/styled.js +1 -1
- package/dist/esm/components/RightSidePanel/styled.js +1 -1
- package/dist/esm/components/styled.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/right-side-panel
|
|
2
2
|
|
|
3
|
+
## 3.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 3.0.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -527,7 +533,6 @@
|
|
|
527
533
|
|
|
528
534
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
529
535
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
530
|
-
|
|
531
536
|
- @atlaskit/docs@8.3.2
|
|
532
537
|
- @atlaskit/button@13.3.7
|
|
533
538
|
- @atlaskit/navigation@36.0.1
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./styled.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/right-side-panel",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "A cross-product right-side-panel component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/theme": "^21.0.0",
|
|
35
|
-
"@atlaskit/tokens": "^
|
|
35
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
|
-
"@compiled/react": "^0.18.
|
|
37
|
+
"@compiled/react": "^0.18.6",
|
|
38
38
|
"exenv": "^1.2.2",
|
|
39
39
|
"react-transition-group": "^4.4.1"
|
|
40
40
|
},
|