@atlaskit/editor-plugin-table 7.16.9 → 7.16.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/tsconfig.app.json CHANGED
@@ -1,109 +1,109 @@
1
1
  {
2
- "extends": "../../../tsconfig.base.json",
3
- "include": ["./src/**/*.ts", "./src/**/*.tsx"],
4
- "exclude": [
5
- "**/docs/**/*",
6
- "**/__tests__/**/*",
7
- "**/vr-tests/**/*",
8
- "**/__perf__/**/*",
9
- "**/*.test.*",
10
- "**/test.*",
11
- "**/test-*",
12
- "**/examples.ts",
13
- "**/examples.tsx",
14
- "**/examples/*.ts",
15
- "**/examples/*.tsx",
16
- "**/examples/**/*.ts",
17
- "**/examples/**/*.tsx",
18
- "**/storybook/**/*",
19
- "**/constellation/**/*",
20
- ".storybook/*",
21
- "./__fixtures__/**/*",
22
- "./__generated__/**/*",
23
- "./mocks/**/*",
24
- "./__mocks__/**/*",
25
- "**/mock.*",
26
- "**/codemods/**/*.ts",
27
- "**/codemods/**/*.tsx",
28
- "./src/nodeviews/__mocks__/**/*"
29
- ],
30
- "compilerOptions": {
31
- "baseUrl": "./",
32
- "composite": true,
33
- "outDir": "../../../tsDist/@atlaskit__editor-plugin-table/app"
34
- },
35
- "references": [
36
- {
37
- "path": "../../design-system/button/tsconfig.app.json"
38
- },
39
- {
40
- "path": "../custom-steps/tsconfig.app.json"
41
- },
42
- {
43
- "path": "../editor-common/tsconfig.app.json"
44
- },
45
- {
46
- "path": "../editor-palette/tsconfig.app.json"
47
- },
48
- {
49
- "path": "../editor-plugin-accessibility-utils/tsconfig.app.json"
50
- },
51
- {
52
- "path": "../editor-plugin-analytics/tsconfig.app.json"
53
- },
54
- {
55
- "path": "../editor-plugin-content-insertion/tsconfig.app.json"
56
- },
57
- {
58
- "path": "../editor-plugin-editor-viewmode/tsconfig.app.json"
59
- },
60
- {
61
- "path": "../editor-plugin-guideline/tsconfig.app.json"
62
- },
63
- {
64
- "path": "../editor-plugin-selection/tsconfig.app.json"
65
- },
66
- {
67
- "path": "../editor-plugin-width/tsconfig.app.json"
68
- },
69
- {
70
- "path": "../editor-shared-styles/tsconfig.app.json"
71
- },
72
- {
73
- "path": "../editor-tables/tsconfig.app.json"
74
- },
75
- {
76
- "path": "../../design-system/icon/tsconfig.app.json"
77
- },
78
- {
79
- "path": "../../design-system/menu/tsconfig.app.json"
80
- },
81
- {
82
- "path": "../../platform/feature-flags/tsconfig.app.json"
83
- },
84
- {
85
- "path": "../../pragmatic-drag-and-drop/core/tsconfig.app.json"
86
- },
87
- {
88
- "path": "../../pragmatic-drag-and-drop/auto-scroll/tsconfig.app.json"
89
- },
90
- {
91
- "path": "../../pragmatic-drag-and-drop/hitbox/tsconfig.app.json"
92
- },
93
- {
94
- "path": "../../design-system/primitives/tsconfig.app.json"
95
- },
96
- {
97
- "path": "../../design-system/theme/tsconfig.app.json"
98
- },
99
- {
100
- "path": "../../design-system/toggle/tsconfig.app.json"
101
- },
102
- {
103
- "path": "../../design-system/tokens/tsconfig.app.json"
104
- },
105
- {
106
- "path": "../../design-system/tooltip/tsconfig.app.json"
107
- }
108
- ]
2
+ "extends": "../../../tsconfig.base.json",
3
+ "include": ["./src/**/*.ts", "./src/**/*.tsx"],
4
+ "exclude": [
5
+ "**/docs/**/*",
6
+ "**/__tests__/**/*",
7
+ "**/vr-tests/**/*",
8
+ "**/__perf__/**/*",
9
+ "**/*.test.*",
10
+ "**/test.*",
11
+ "**/test-*",
12
+ "**/examples.ts",
13
+ "**/examples.tsx",
14
+ "**/examples/*.ts",
15
+ "**/examples/*.tsx",
16
+ "**/examples/**/*.ts",
17
+ "**/examples/**/*.tsx",
18
+ "**/storybook/**/*",
19
+ "**/constellation/**/*",
20
+ ".storybook/*",
21
+ "./__fixtures__/**/*",
22
+ "./__generated__/**/*",
23
+ "./mocks/**/*",
24
+ "./__mocks__/**/*",
25
+ "**/mock.*",
26
+ "**/codemods/**/*.ts",
27
+ "**/codemods/**/*.tsx",
28
+ "./src/nodeviews/__mocks__/**/*"
29
+ ],
30
+ "compilerOptions": {
31
+ "baseUrl": "./",
32
+ "composite": true,
33
+ "outDir": "../../../tsDist/@atlaskit__editor-plugin-table/app"
34
+ },
35
+ "references": [
36
+ {
37
+ "path": "../../design-system/button/tsconfig.app.json"
38
+ },
39
+ {
40
+ "path": "../custom-steps/tsconfig.app.json"
41
+ },
42
+ {
43
+ "path": "../editor-common/tsconfig.app.json"
44
+ },
45
+ {
46
+ "path": "../editor-palette/tsconfig.app.json"
47
+ },
48
+ {
49
+ "path": "../editor-plugin-accessibility-utils/tsconfig.app.json"
50
+ },
51
+ {
52
+ "path": "../editor-plugin-analytics/tsconfig.app.json"
53
+ },
54
+ {
55
+ "path": "../editor-plugin-content-insertion/tsconfig.app.json"
56
+ },
57
+ {
58
+ "path": "../editor-plugin-editor-viewmode/tsconfig.app.json"
59
+ },
60
+ {
61
+ "path": "../editor-plugin-guideline/tsconfig.app.json"
62
+ },
63
+ {
64
+ "path": "../editor-plugin-selection/tsconfig.app.json"
65
+ },
66
+ {
67
+ "path": "../editor-plugin-width/tsconfig.app.json"
68
+ },
69
+ {
70
+ "path": "../editor-shared-styles/tsconfig.app.json"
71
+ },
72
+ {
73
+ "path": "../editor-tables/tsconfig.app.json"
74
+ },
75
+ {
76
+ "path": "../../design-system/icon/tsconfig.app.json"
77
+ },
78
+ {
79
+ "path": "../../design-system/menu/tsconfig.app.json"
80
+ },
81
+ {
82
+ "path": "../../platform/feature-flags/tsconfig.app.json"
83
+ },
84
+ {
85
+ "path": "../../pragmatic-drag-and-drop/core/tsconfig.app.json"
86
+ },
87
+ {
88
+ "path": "../../pragmatic-drag-and-drop/auto-scroll/tsconfig.app.json"
89
+ },
90
+ {
91
+ "path": "../../pragmatic-drag-and-drop/hitbox/tsconfig.app.json"
92
+ },
93
+ {
94
+ "path": "../../design-system/primitives/tsconfig.app.json"
95
+ },
96
+ {
97
+ "path": "../../design-system/theme/tsconfig.app.json"
98
+ },
99
+ {
100
+ "path": "../../design-system/toggle/tsconfig.app.json"
101
+ },
102
+ {
103
+ "path": "../../design-system/tokens/tsconfig.app.json"
104
+ },
105
+ {
106
+ "path": "../../design-system/tooltip/tsconfig.app.json"
107
+ }
108
+ ]
109
109
  }
package/tsconfig.dev.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
- "extends": "../../../tsconfig.base.json",
3
- "include": [
4
- "**/docs/**/*",
5
- "**/__tests__/**/*",
6
- "**/vr-tests/**/*",
7
- "**/__perf__/**/*",
8
- "**/*.test.*",
9
- "**/test.*",
10
- "**/test-*",
11
- "**/examples.ts",
12
- "**/examples.tsx",
13
- "**/examples/*.ts",
14
- "**/examples/*.tsx",
15
- "**/examples/**/*.ts",
16
- "**/examples/**/*.tsx",
17
- "**/storybook/**/*",
18
- "**/constellation/**/*",
19
- ".storybook/*",
20
- "./__fixtures__/**/*",
21
- "./__generated__/**/*",
22
- "./mocks/**/*",
23
- "./__mocks__/**/*",
24
- "**/mock.*",
25
- "**/codemods/**/*.ts",
26
- "**/codemods/**/*.tsx",
27
- "./src/nodeviews/__mocks__/**/*"
28
- ],
29
- "exclude": ["./dist/**/*", "./build/**/*", "./node_modules/**/*"],
30
- "compilerOptions": {
31
- "baseUrl": "./",
32
- "composite": true,
33
- "outDir": "../../../tsDist/@atlaskit__editor-plugin-table/dev"
34
- },
35
- "references": [
36
- {
37
- "path": "tsconfig.app.json"
38
- },
39
- {
40
- "path": "../../../build/website/docs/tsconfig.app.json"
41
- },
42
- {
43
- "path": "../editor-common/tsconfig.app.json"
44
- },
45
- {
46
- "path": "../../design-system/tokens/tsconfig.app.json"
47
- }
48
- ]
2
+ "extends": "../../../tsconfig.base.json",
3
+ "include": [
4
+ "**/docs/**/*",
5
+ "**/__tests__/**/*",
6
+ "**/vr-tests/**/*",
7
+ "**/__perf__/**/*",
8
+ "**/*.test.*",
9
+ "**/test.*",
10
+ "**/test-*",
11
+ "**/examples.ts",
12
+ "**/examples.tsx",
13
+ "**/examples/*.ts",
14
+ "**/examples/*.tsx",
15
+ "**/examples/**/*.ts",
16
+ "**/examples/**/*.tsx",
17
+ "**/storybook/**/*",
18
+ "**/constellation/**/*",
19
+ ".storybook/*",
20
+ "./__fixtures__/**/*",
21
+ "./__generated__/**/*",
22
+ "./mocks/**/*",
23
+ "./__mocks__/**/*",
24
+ "**/mock.*",
25
+ "**/codemods/**/*.ts",
26
+ "**/codemods/**/*.tsx",
27
+ "./src/nodeviews/__mocks__/**/*"
28
+ ],
29
+ "exclude": ["./dist/**/*", "./build/**/*", "./node_modules/**/*"],
30
+ "compilerOptions": {
31
+ "baseUrl": "./",
32
+ "composite": true,
33
+ "outDir": "../../../tsDist/@atlaskit__editor-plugin-table/dev"
34
+ },
35
+ "references": [
36
+ {
37
+ "path": "tsconfig.app.json"
38
+ },
39
+ {
40
+ "path": "../../../build/website/docs/tsconfig.app.json"
41
+ },
42
+ {
43
+ "path": "../editor-common/tsconfig.app.json"
44
+ },
45
+ {
46
+ "path": "../../design-system/tokens/tsconfig.app.json"
47
+ }
48
+ ]
49
49
  }