@atlaskit/right-side-panel 3.0.8 → 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 +12 -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 +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/right-side-panel
|
|
2
2
|
|
|
3
|
+
## 3.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.0.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.0.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -521,7 +533,6 @@
|
|
|
521
533
|
|
|
522
534
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
523
535
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
524
|
-
|
|
525
536
|
- @atlaskit/docs@8.3.2
|
|
526
537
|
- @atlaskit/button@13.3.7
|
|
527
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/"
|
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
"**/*.compiled.css"
|
|
25
25
|
],
|
|
26
26
|
"atlaskit:src": "src/index.ts",
|
|
27
|
-
"af:exports": {
|
|
28
|
-
".": "./src/index.ts"
|
|
29
|
-
},
|
|
30
27
|
"atlassian": {
|
|
31
28
|
"team": "Self-Help Experiences",
|
|
32
29
|
"website": {
|
|
@@ -34,10 +31,10 @@
|
|
|
34
31
|
}
|
|
35
32
|
},
|
|
36
33
|
"dependencies": {
|
|
37
|
-
"@atlaskit/theme": "^
|
|
38
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/theme": "^21.0.0",
|
|
35
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
39
36
|
"@babel/runtime": "^7.0.0",
|
|
40
|
-
"@compiled/react": "^0.18.
|
|
37
|
+
"@compiled/react": "^0.18.6",
|
|
41
38
|
"exenv": "^1.2.2",
|
|
42
39
|
"react-transition-group": "^4.4.1"
|
|
43
40
|
},
|