@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/package.json CHANGED
@@ -1,79 +1,73 @@
1
1
  {
2
- "name": "@atlaskit/ds-explorations",
3
- "version": "4.0.1",
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.0.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": [
59
- "static",
60
- "emotion"
61
- ],
62
- "ui-components": "lite-mode",
63
- "analytics": "analytics-next",
64
- "deprecation": "no-deprecated-imports"
65
- }
66
- },
67
- "typesVersions": {
68
- ">=4.5 <4.9": {
69
- "*": [
70
- "dist/types-ts4.5/*",
71
- "dist/types-ts4.5/index.d.ts"
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
+ }