@atlaskit/right-side-panel 3.0.10 → 3.0.12

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,17 @@
1
1
  # @atlaskit/right-side-panel
2
2
 
3
+ ## 3.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.0.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.0.10
4
16
 
5
17
  ### Patch Changes
@@ -5,7 +5,8 @@
5
5
  "target": "es5",
6
6
  "outDir": "../../../../../confluence/tsDist/@atlaskit__right-side-panel",
7
7
  "rootDir": "../",
8
- "composite": true
8
+ "composite": true,
9
+ "noCheck": true
9
10
  },
10
11
  "include": [
11
12
  "../src/**/*.ts",
@@ -3,9 +3,10 @@
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__right-side-panel/app",
6
+ "outDir": "../../../../../jira/tsDist/@atlaskit__right-side-panel/app",
7
7
  "rootDir": "../",
8
- "composite": true
8
+ "composite": true,
9
+ "noCheck": true
9
10
  },
10
11
  "include": [
11
12
  "../src/**/*.ts",
@@ -1,11 +1,12 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__right-side-panel/app",
6
+ "outDir": "../../../../../tsDist/@atlaskit__right-side-panel/app",
7
7
  "rootDir": "../",
8
- "composite": true
8
+ "composite": true,
9
+ "noCheck": true
9
10
  },
10
11
  "include": [
11
12
  "../src/**/*.ts",
@@ -24,10 +25,10 @@
24
25
  ],
25
26
  "references": [
26
27
  {
27
- "path": "../../../design-system/theme/afm-townsquare/tsconfig.json"
28
+ "path": "../../../design-system/theme/afm-products/tsconfig.json"
28
29
  },
29
30
  {
30
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
31
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
31
32
  }
32
33
  ]
33
34
  }
@@ -3,7 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- export declare const FlexContainer: ({ id, children }: {
6
+ export declare const FlexContainer: ({ id, children, }: {
7
7
  children: React.ReactNode;
8
8
  id: string;
9
9
  }) => JSX.Element;
@@ -3,7 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- export declare const FlexContainer: ({ id, children }: {
6
+ export declare const FlexContainer: ({ id, children, }: {
7
7
  children: React.ReactNode;
8
8
  id: string;
9
9
  }) => JSX.Element;
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
- export default md`
6
+ const intro: React.ReactElement = 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 intro;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/right-side-panel",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
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": "^21.0.0",
35
- "@atlaskit/tokens": "^7.0.0",
35
+ "@atlaskit/tokens": "^9.0.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.18.6",
38
38
  "exenv": "^1.2.2",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@atlaskit/page": "^14.0.0",
48
- "@testing-library/react": "^13.4.0",
48
+ "@testing-library/react": "^16.3.0",
49
49
  "@types/exenv": "^1.2.0",
50
50
  "@types/react-transition-group": "^2.0.6",
51
51
  "enzyme": "^3.10.0",
@@ -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
- }