@atlaskit/ds-explorations 4.0.1 → 4.1.0
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 +9 -0
- package/dist/cjs/components/interaction-surface.partial.js +128 -128
- package/dist/es2019/components/interaction-surface.partial.js +128 -128
- package/dist/esm/components/interaction-surface.partial.js +128 -128
- package/package.json +72 -78
- package/scripts/__tests__/__snapshots__/codegen.test.tsx.snap +126 -126
- package/scripts/interaction-codegen.tsx +2 -2
- package/src/components/interaction-surface.partial.tsx +128 -128
package/package.json
CHANGED
|
@@ -1,79 +1,73 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
},
|
|
75
|
-
"af:exports": {
|
|
76
|
-
".": "./src/index.tsx"
|
|
77
|
-
},
|
|
78
|
-
"homepage": "https://atlaskit.atlassian.com"
|
|
79
|
-
}
|
|
2
|
+
"name": "@atlaskit/ds-explorations",
|
|
3
|
+
"version": "4.1.0",
|
|
4
|
+
"description": "DEPRECATED. Use @atlaskit/primitives. An experimental package for exploration and validation of spacing / typography foundations.",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"atlaskit:src": "src/index.tsx",
|
|
17
|
+
"atlassian": {
|
|
18
|
+
"team": "Design System Team",
|
|
19
|
+
"inPublicMirror": false,
|
|
20
|
+
"releaseModel": "continuous",
|
|
21
|
+
"runReact18": true
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"ak-postbuild": "cd ../../../ && yarn build @atlassian/codegen -d cjs,esm,es2019 && yarn build @atlaskit/tokens && cd packages/design-system/ds-explorations && yarn codegen-styles",
|
|
25
|
+
"codegen-styles": "ts-node --project ../../../tsconfig.node.json ./scripts/codegen-styles",
|
|
26
|
+
"prepare": "yarn ak-postbuild"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@atlaskit/tokens": "^1.50.0",
|
|
30
|
+
"@babel/runtime": "^7.0.0",
|
|
31
|
+
"@emotion/react": "^11.7.1"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@af/formatting": "*",
|
|
38
|
+
"@atlaskit/ds-lib": "*",
|
|
39
|
+
"@atlaskit/primitives": "^7.2.0",
|
|
40
|
+
"@atlaskit/textfield": "^6.3.0",
|
|
41
|
+
"@atlaskit/visual-regression": "*",
|
|
42
|
+
"@atlassian/codegen": "^0.1.0",
|
|
43
|
+
"@testing-library/react": "^12.1.5",
|
|
44
|
+
"fs-extra": "^4.0.2",
|
|
45
|
+
"react-dom": "^16.8.0",
|
|
46
|
+
"ts-node": "^10.9.1",
|
|
47
|
+
"typescript": "~5.4.2",
|
|
48
|
+
"wait-for-expect": "^1.2.0"
|
|
49
|
+
},
|
|
50
|
+
"techstack": {
|
|
51
|
+
"@atlassian/frontend": {
|
|
52
|
+
"import-structure": "atlassian-conventions",
|
|
53
|
+
"circular-dependencies": "file-and-folder-level"
|
|
54
|
+
},
|
|
55
|
+
"@repo/internal": {
|
|
56
|
+
"dom-events": "use-bind-event-listener",
|
|
57
|
+
"design-system": "v1",
|
|
58
|
+
"styling": ["static", "emotion"],
|
|
59
|
+
"ui-components": "lite-mode",
|
|
60
|
+
"analytics": "analytics-next",
|
|
61
|
+
"deprecation": "no-deprecated-imports"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"typesVersions": {
|
|
65
|
+
">=4.5 <4.9": {
|
|
66
|
+
"*": ["dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts"]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"af:exports": {
|
|
70
|
+
".": "./src/index.tsx"
|
|
71
|
+
},
|
|
72
|
+
"homepage": "https://atlaskit.atlassian.com"
|
|
73
|
+
}
|