@atlaskit/radio 6.3.0 → 6.4.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,94 +1,92 @@
1
1
  {
2
- "name": "@atlaskit/radio",
3
- "version": "6.3.0",
4
- "description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
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
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
- "sideEffects": false,
24
- "atlaskit:src": "src/index.tsx",
25
- "atlassian": {
26
- "team": "Design System Team",
27
- "releaseModel": "continuous",
28
- "runReact18": true,
29
- "productPushConsumption": [
30
- "jira"
31
- ],
32
- "website": {
33
- "name": "Radio",
34
- "category": "Components"
35
- }
36
- },
37
- "af:exports": {
38
- "./Radio": "./src/radio.tsx",
39
- "./RadioGroup": "./src/radio-group.tsx",
40
- "./types": "./src/types.tsx",
41
- ".": "./src/index.tsx"
42
- },
43
- "dependencies": {
44
- "@atlaskit/analytics-next": "^9.3.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/theme": "^12.7.0",
47
- "@atlaskit/tokens": "^1.45.0",
48
- "@babel/runtime": "^7.0.0",
49
- "@emotion/react": "^11.7.1"
50
- },
51
- "peerDependencies": {
52
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
53
- },
54
- "devDependencies": {
55
- "@af/accessibility-testing": "*",
56
- "@af/integration-testing": "*",
57
- "@atlaskit/checkbox": "^13.3.0",
58
- "@atlaskit/ssr": "*",
59
- "@atlaskit/visual-regression": "*",
60
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
61
- "@atlassian/feature-flags-test-utils": "*",
62
- "@testing-library/react": "^12.1.5",
63
- "react-dom": "^16.8.0",
64
- "storybook-addon-performance": "^0.16.0",
65
- "typescript": "~5.4.2"
66
- },
67
- "keywords": [
68
- "atlaskit",
69
- "react",
70
- "ui"
71
- ],
72
- "techstack": {
73
- "@atlassian/frontend": {
74
- "import-structure": "atlassian-conventions"
75
- },
76
- "@repo/internal": {
77
- "dom-events": "use-bind-event-listener",
78
- "design-system": "v1",
79
- "ui-components": "lite-mode",
80
- "analytics": "analytics-next",
81
- "styling": [
82
- "static",
83
- "emotion"
84
- ],
85
- "design-tokens": [
86
- "color",
87
- "spacing"
88
- ],
89
- "deprecation": "no-deprecated-imports"
90
- }
91
- },
92
- "homepage": "https://atlassian.design/components/radio/",
93
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
94
- }
2
+ "name": "@atlaskit/radio",
3
+ "version": "6.4.0",
4
+ "description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
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
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
23
+ "sideEffects": false,
24
+ "atlaskit:src": "src/index.tsx",
25
+ "atlassian": {
26
+ "team": "Design System Team",
27
+ "releaseModel": "continuous",
28
+ "runReact18": true,
29
+ "productPushConsumption": [
30
+ "jira"
31
+ ],
32
+ "website": {
33
+ "name": "Radio",
34
+ "category": "Components"
35
+ }
36
+ },
37
+ "af:exports": {
38
+ "./Radio": "./src/radio.tsx",
39
+ "./RadioGroup": "./src/radio-group.tsx",
40
+ "./types": "./src/types.tsx",
41
+ ".": "./src/index.tsx"
42
+ },
43
+ "dependencies": {
44
+ "@atlaskit/analytics-next": "^9.3.0",
45
+ "@atlaskit/ds-lib": "^2.3.0",
46
+ "@atlaskit/theme": "^12.10.0",
47
+ "@atlaskit/tokens": "^1.51.0",
48
+ "@babel/runtime": "^7.0.0",
49
+ "@emotion/react": "^11.7.1"
50
+ },
51
+ "peerDependencies": {
52
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
53
+ },
54
+ "devDependencies": {
55
+ "@af/accessibility-testing": "*",
56
+ "@af/integration-testing": "*",
57
+ "@atlaskit/checkbox": "^13.4.0",
58
+ "@atlaskit/ssr": "*",
59
+ "@atlaskit/visual-regression": "*",
60
+ "@atlassian/feature-flags-test-utils": "*",
61
+ "@testing-library/react": "^12.1.5",
62
+ "react-dom": "^16.8.0",
63
+ "storybook-addon-performance": "^0.16.0",
64
+ "typescript": "~5.4.2"
65
+ },
66
+ "keywords": [
67
+ "atlaskit",
68
+ "react",
69
+ "ui"
70
+ ],
71
+ "techstack": {
72
+ "@atlassian/frontend": {
73
+ "import-structure": "atlassian-conventions"
74
+ },
75
+ "@repo/internal": {
76
+ "dom-events": "use-bind-event-listener",
77
+ "design-system": "v1",
78
+ "ui-components": "lite-mode",
79
+ "analytics": "analytics-next",
80
+ "styling": [
81
+ "static",
82
+ "emotion"
83
+ ],
84
+ "design-tokens": [
85
+ "color",
86
+ "spacing"
87
+ ],
88
+ "deprecation": "no-deprecated-imports"
89
+ }
90
+ },
91
+ "homepage": "https://atlassian.design/components/radio/"
92
+ }