@atlaskit/right-side-panel 3.0.10 → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/right-side-panel
2
2
 
3
+ ## 3.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.0.10
4
10
 
5
11
  ### Patch Changes
@@ -1,9 +1,9 @@
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
8
  "composite": true
9
9
  },
@@ -24,10 +24,10 @@
24
24
  ],
25
25
  "references": [
26
26
  {
27
- "path": "../../../design-system/theme/afm-townsquare/tsconfig.json"
27
+ "path": "../../../design-system/theme/afm-products/tsconfig.json"
28
28
  },
29
29
  {
30
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
30
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
31
31
  }
32
32
  ]
33
33
  }
@@ -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 _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.10",
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,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/theme": "^21.0.0",
35
- "@atlaskit/tokens": "^7.0.0",
35
+ "@atlaskit/tokens": "^8.0.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.18.6",
38
38
  "exenv": "^1.2.2",
@@ -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
- }