@atlaskit/right-side-panel 3.0.9 → 3.0.11
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/{afm-townsquare → afm-products}/tsconfig.json +4 -4
- 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/dist/types/components/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/styled.d.ts +1 -1
- package/docs/0-intro.tsx +2 -1
- package/package.json +3 -3
- package/afm-post-office/tsconfig.json +0 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/right-side-panel
|
|
2
2
|
|
|
3
|
+
## 3.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.0.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.0.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -527,7 +539,6 @@
|
|
|
527
539
|
|
|
528
540
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
529
541
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
530
|
-
|
|
531
542
|
- @atlaskit/docs@8.3.2
|
|
532
543
|
- @atlaskit/button@13.3.7
|
|
533
544
|
- @atlaskit/navigation@36.0.1
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.products.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__right-side-panel/app",
|
|
7
7
|
"rootDir": "../",
|
|
8
8
|
"composite": true
|
|
9
9
|
},
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
],
|
|
25
25
|
"references": [
|
|
26
26
|
{
|
|
27
|
-
"path": "../../../design-system/theme/afm-
|
|
27
|
+
"path": "../../../design-system/theme/afm-products/tsconfig.json"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"path": "../../../design-system/tokens/afm-
|
|
30
|
+
"path": "../../../design-system/tokens/afm-products/tsconfig.json"
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
}
|
|
@@ -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/docs/0-intro.tsx
CHANGED
|
@@ -3,7 +3,7 @@ import { md, code, Props, AtlassianInternalWarning } from '@atlaskit/docs';
|
|
|
3
3
|
import Button from '@atlaskit/button';
|
|
4
4
|
import { token } from '@atlaskit/tokens';
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
const _default_1: any = md`
|
|
7
7
|
${(
|
|
8
8
|
<>
|
|
9
9
|
{/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */}
|
|
@@ -87,3 +87,4 @@ export default md`
|
|
|
87
87
|
<Props props={require('!!extract-react-types-loader!../src/components/RightSidePanel/index')} />
|
|
88
88
|
)}
|
|
89
89
|
`;
|
|
90
|
+
export default _default_1;
|
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.11",
|
|
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": "^8.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
|
},
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.post-office.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../post-office/tsDist/@atlaskit__right-side-panel/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/**/examples.*",
|
|
19
|
-
"../src/**/examples/*",
|
|
20
|
-
"../src/**/examples/**/*",
|
|
21
|
-
"../src/**/*.stories.*",
|
|
22
|
-
"../src/**/stories/*",
|
|
23
|
-
"../src/**/stories/**/*"
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"path": "../../../design-system/theme/afm-post-office/tsconfig.json"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|