@atlaskit/help-article 6.0.11 → 6.0.13

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/help-article
2
2
 
3
+ ## 6.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.0.11
4
16
 
5
17
  ### Patch Changes
@@ -1,39 +1,45 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.confluence.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "composite": true,
7
- "outDir": "../../../../../confluence/tsDist/@atlaskit__help-article",
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css-reset/afm-cc/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/heading/afm-cc/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/icon/afm-cc/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../editor/renderer/afm-cc/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
37
- }
38
- ]
2
+ "extends": "../../../../tsconfig.entry-points.confluence.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "composite": true,
7
+ "outDir": "../../../../../confluence/tsDist/@atlaskit__help-article",
8
+ "rootDir": "../"
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/css-reset/afm-cc/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-cc/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-cc/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../editor/renderer/afm-cc/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
43
+ }
44
+ ]
39
45
  }
@@ -14,7 +14,13 @@
14
14
  "exclude": [
15
15
  "../src/**/__tests__/*",
16
16
  "../src/**/*.test.*",
17
- "../src/**/test.*"
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
18
24
  ],
19
25
  "references": [
20
26
  {
@@ -14,7 +14,13 @@
14
14
  "exclude": [
15
15
  "../src/**/__tests__/*",
16
16
  "../src/**/*.test.*",
17
- "../src/**/test.*"
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
18
24
  ],
19
25
  "references": [
20
26
  {
@@ -0,0 +1,45 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../townsquare/tsDist/@atlaskit__help-article/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/css-reset/afm-townsquare/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-townsquare/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/primitives/afm-townsquare/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../editor/renderer/afm-townsquare/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
43
+ }
44
+ ]
45
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.volt.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../volt/tsDist/@atlaskit__help-article/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
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../design-system/css-reset/afm-volt/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/heading/afm-volt/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/icon/afm-volt/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/primitives/afm-volt/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../editor/renderer/afm-volt/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
37
+ }
38
+ ]
39
+ }
@@ -12,6 +12,12 @@
12
12
  "exclude": [
13
13
  "../src/**/__tests__/*",
14
14
  "../src/**/*.test.*",
15
- "../src/**/test.*"
15
+ "../src/**/test.*",
16
+ "../src/**/examples.*",
17
+ "../src/**/examples/*",
18
+ "../src/**/examples/**/*",
19
+ "../src/**/*.stories.*",
20
+ "../src/**/stories/*",
21
+ "../src/**/stories/**/*"
16
22
  ]
17
- }
23
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "6.0.11",
3
+ "version": "6.0.13",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,16 +31,15 @@
31
31
  "team": "Self-Help Experiences",
32
32
  "website": {
33
33
  "name": "Help Article"
34
- },
35
- "runReact18": true
34
+ }
36
35
  },
37
36
  "dependencies": {
38
37
  "@atlaskit/css-reset": "^7.3.0",
39
38
  "@atlaskit/heading": "^5.2.0",
40
- "@atlaskit/icon": "^27.0.0",
41
- "@atlaskit/primitives": "^14.8.0",
42
- "@atlaskit/renderer": "^119.0.0",
43
- "@atlaskit/tokens": "^5.2.0",
39
+ "@atlaskit/icon": "^27.9.0",
40
+ "@atlaskit/primitives": "^14.11.0",
41
+ "@atlaskit/renderer": "^120.3.0",
42
+ "@atlaskit/tokens": "^6.0.0",
44
43
  "@babel/runtime": "^7.0.0",
45
44
  "@compiled/react": "^0.18.3",
46
45
  "lodash": "^4.17.21"
package/tsconfig.json CHANGED
@@ -8,8 +8,13 @@
8
8
  "./examples/**/*.ts",
9
9
  "./examples/**/*.tsx",
10
10
  "./example-helpers/**/*.ts",
11
- "./example-helpers/**/*.tsx"
11
+ "./example-helpers/**/*.tsx",
12
+ "**/stories.ts",
13
+ "**/stories.tsx",
14
+ "**/stories/*.ts",
15
+ "**/stories/*.tsx",
16
+ "**/stories/**/*.ts",
17
+ "**/stories/**/*.tsx"
12
18
  ],
13
- "compilerOptions": {
14
- }
19
+ "compilerOptions": {}
15
20
  }