@atlaskit/ds-explorations 5.0.2 → 5.0.4
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 +13 -0
- package/dist/types/components/surface-provider.d.ts +0 -1
- package/dist/types/internal/role-to-element.d.ts +0 -1
- package/dist/types-ts4.5/components/surface-provider.d.ts +0 -1
- package/dist/types-ts4.5/internal/role-to-element.d.ts +0 -1
- package/package.json +6 -8
- package/afm-cc/tsconfig.json +0 -23
- package/afm-jira/tsconfig.json +0 -23
- package/build/tsconfig.json +0 -16
- package/docs/01-basic.tsx +0 -18
- package/examples/99-interactions.tsx +0 -185
- package/examples/config.jsonc +0 -13
- package/scripts/__tests__/__snapshots__/codegen.test.tsx.snap +0 -576
- package/scripts/__tests__/codegen.test.tsx +0 -23
- package/src/components/__tests__/unit/interaction-suface.test.tsx +0 -71
- package/src/components/interaction-surface.partial.tsx +0 -467
- package/src/components/surface-provider.tsx +0 -21
- package/src/components/types.tsx +0 -15
- package/src/constants.tsx +0 -13
- package/src/index.tsx +0 -1
- package/src/internal/color-map.tsx +0 -38
- package/src/internal/role-to-element.tsx +0 -34
- package/tsconfig.app.json +0 -45
- package/tsconfig.dev.json +0 -69
- package/tsconfig.json +0 -15
package/tsconfig.dev.json
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
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
|
-
"./scripts/**/*"
|
|
28
|
-
],
|
|
29
|
-
"exclude": ["./dist/**/*", "./build/**/*", "./node_modules/**/*"],
|
|
30
|
-
"compilerOptions": {
|
|
31
|
-
"composite": true,
|
|
32
|
-
"outDir": "../../../tsDist/@atlaskit__ds-explorations/dev"
|
|
33
|
-
},
|
|
34
|
-
"references": [
|
|
35
|
-
{
|
|
36
|
-
"path": "./tsconfig.app.json"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"path": "../../../build/formatting/tsconfig.app.json"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"path": "../button/tsconfig.app.json"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "../code/tsconfig.app.json"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "../../../build/website/docs/tsconfig.app.json"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "../heading/tsconfig.app.json"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "../icon/tsconfig.app.json"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "../primitives/tsconfig.app.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "../textfield/tsconfig.app.json"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "../tokens/tsconfig.app.json"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "../codegen/tsconfig.app.json"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../tsconfig.json",
|
|
3
|
-
"include": [
|
|
4
|
-
"__tests__/**/*.ts",
|
|
5
|
-
"__tests__/**/*.tsx",
|
|
6
|
-
"examples/**/*.ts",
|
|
7
|
-
"examples/**/*.tsx",
|
|
8
|
-
"src/**/*.ts",
|
|
9
|
-
"src/**/*.tsx",
|
|
10
|
-
"scripts/**/*.ts",
|
|
11
|
-
"scripts/**/*.tsx"
|
|
12
|
-
],
|
|
13
|
-
"compilerOptions": {
|
|
14
|
-
}
|
|
15
|
-
}
|