@atlaskit/link-create 2.4.0 → 2.5.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/common/constants.js +1 -1
  3. package/dist/cjs/common/ui/error-boundary-modal/index.js +1 -0
  4. package/dist/cjs/common/ui/error-boundary-ui/error-svg/index.js +1 -0
  5. package/dist/cjs/controllers/create-field/main.js +1 -1
  6. package/dist/cjs/controllers/exit-warning-modal-context/index.js +41 -4
  7. package/dist/cjs/index.js +13 -0
  8. package/dist/cjs/ui/create-form/async-select/main.js +1 -0
  9. package/dist/cjs/ui/create-form/form-footer/main.js +1 -0
  10. package/dist/cjs/ui/create-form/form-loader/main.js +2 -0
  11. package/dist/cjs/ui/create-form/main.js +2 -1
  12. package/dist/cjs/ui/create-form/select/main.js +1 -0
  13. package/dist/cjs/ui/create-form/textfield/main.js +1 -0
  14. package/dist/cjs/ui/create-form/user-picker/main.js +1 -0
  15. package/dist/cjs/ui/inline-create/index.js +2 -0
  16. package/dist/cjs/ui/inline-create/main.js +19 -29
  17. package/dist/cjs/ui/modal-create/index.js +2 -0
  18. package/dist/cjs/ui/modal-create/main.js +9 -17
  19. package/dist/es2019/common/constants.js +1 -1
  20. package/dist/es2019/common/ui/error-boundary-modal/index.js +1 -0
  21. package/dist/es2019/common/ui/error-boundary-ui/error-svg/index.js +1 -0
  22. package/dist/es2019/controllers/create-field/main.js +1 -0
  23. package/dist/es2019/controllers/exit-warning-modal-context/index.js +30 -4
  24. package/dist/es2019/index.js +1 -0
  25. package/dist/es2019/ui/create-form/async-select/main.js +2 -0
  26. package/dist/es2019/ui/create-form/form-footer/main.js +1 -0
  27. package/dist/es2019/ui/create-form/form-loader/main.js +2 -0
  28. package/dist/es2019/ui/create-form/main.js +3 -0
  29. package/dist/es2019/ui/create-form/select/main.js +1 -0
  30. package/dist/es2019/ui/create-form/textfield/main.js +1 -0
  31. package/dist/es2019/ui/create-form/user-picker/main.js +1 -0
  32. package/dist/es2019/ui/inline-create/index.js +2 -0
  33. package/dist/es2019/ui/inline-create/main.js +9 -15
  34. package/dist/es2019/ui/modal-create/index.js +2 -0
  35. package/dist/es2019/ui/modal-create/main.js +9 -13
  36. package/dist/esm/common/constants.js +1 -1
  37. package/dist/esm/common/ui/error-boundary-modal/index.js +1 -0
  38. package/dist/esm/common/ui/error-boundary-ui/error-svg/index.js +1 -0
  39. package/dist/esm/controllers/create-field/main.js +1 -0
  40. package/dist/esm/controllers/exit-warning-modal-context/index.js +40 -4
  41. package/dist/esm/index.js +1 -0
  42. package/dist/esm/ui/create-form/async-select/main.js +2 -0
  43. package/dist/esm/ui/create-form/form-footer/main.js +1 -0
  44. package/dist/esm/ui/create-form/form-loader/main.js +2 -0
  45. package/dist/esm/ui/create-form/main.js +3 -0
  46. package/dist/esm/ui/create-form/select/main.js +1 -0
  47. package/dist/esm/ui/create-form/textfield/main.js +1 -0
  48. package/dist/esm/ui/create-form/user-picker/main.js +1 -0
  49. package/dist/esm/ui/inline-create/index.js +2 -0
  50. package/dist/esm/ui/inline-create/main.js +10 -20
  51. package/dist/esm/ui/modal-create/index.js +2 -0
  52. package/dist/esm/ui/modal-create/main.js +10 -18
  53. package/dist/types/controllers/exit-warning-modal-context/index.d.ts +4 -0
  54. package/dist/types/index.d.ts +1 -0
  55. package/dist/types/ui/inline-create/main.d.ts +1 -0
  56. package/dist/types-ts4.5/controllers/exit-warning-modal-context/index.d.ts +4 -0
  57. package/dist/types-ts4.5/index.d.ts +1 -0
  58. package/dist/types-ts4.5/ui/inline-create/main.d.ts +1 -0
  59. package/package.json +120 -118
package/package.json CHANGED
@@ -1,119 +1,121 @@
1
1
  {
2
- "name": "@atlaskit/link-create",
3
- "version": "2.4.0",
4
- "description": "The driver component of meta creation flow",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "atlassian": {
11
- "team": "Linking Platform",
12
- "inPublicMirror": false,
13
- "releaseModel": "continuous",
14
- "productPushConsumption": [
15
- "jira"
16
- ],
17
- "website": {
18
- "name": "LinkCreate"
19
- },
20
- "i18n": true
21
- },
22
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
23
- "main": "dist/cjs/index.js",
24
- "module": "dist/esm/index.js",
25
- "module:es2019": "dist/es2019/index.js",
26
- "types": "dist/types/index.d.ts",
27
- "typesVersions": {
28
- ">=4.5 <4.9": {
29
- "*": [
30
- "dist/types-ts4.5/*",
31
- "dist/types-ts4.5/index.d.ts"
32
- ]
33
- }
34
- },
35
- "sideEffects": false,
36
- "atlaskit:src": "src/index.ts",
37
- "af:exports": {
38
- ".": "./src/index.ts"
39
- },
40
- "dependencies": {
41
- "@atlaskit/analytics-next": "^9.3.0",
42
- "@atlaskit/button": "^17.17.0",
43
- "@atlaskit/empty-state": "^7.8.0",
44
- "@atlaskit/form": "^10.3.0",
45
- "@atlaskit/icon": "^22.3.0",
46
- "@atlaskit/intl-messages-provider": "^1.0.2",
47
- "@atlaskit/linking-common": "^5.7.0",
48
- "@atlaskit/modal-dialog": "^12.13.0",
49
- "@atlaskit/primitives": "^7.0.0",
50
- "@atlaskit/select": "^17.10.0",
51
- "@atlaskit/smart-user-picker": "^6.9.0",
52
- "@atlaskit/spinner": "^16.1.0",
53
- "@atlaskit/textfield": "^6.3.0",
54
- "@atlaskit/tokens": "^1.49.0",
55
- "@babel/runtime": "^7.0.0",
56
- "@emotion/react": "^11.7.1",
57
- "debounce-promise": "^3.1.2",
58
- "final-form": "^4.20.3",
59
- "react-final-form": "^6.5.3"
60
- },
61
- "peerDependencies": {
62
- "react": "^16.8.0",
63
- "react-intl-next": "npm:react-intl@^5.18.1"
64
- },
65
- "devDependencies": {
66
- "@af/integration-testing": "*",
67
- "@af/visual-regression": "*",
68
- "@atlaskit/link-test-helpers": "^7.0.0",
69
- "@atlaskit/visual-regression": "*",
70
- "@atlassian/feature-flags-test-utils": "*",
71
- "@testing-library/react": "^12.1.5",
72
- "@testing-library/user-event": "^14.4.3",
73
- "@types/debounce-promise": "^3.1.2",
74
- "fetch-mock": "^8.0.0",
75
- "react-dom": "^16.8.0",
76
- "typescript": "~5.4.2",
77
- "wait-for-expect": "^1.2.0"
78
- },
79
- "scripts": {
80
- "codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-create run codegen-analytics'"
81
- },
82
- "techstack": {
83
- "@atlassian/frontend": {
84
- "code-structure": [
85
- "tangerine-next"
86
- ],
87
- "import-structure": [
88
- "atlassian-conventions"
89
- ],
90
- "circular-dependencies": [
91
- "file-and-folder-level"
92
- ]
93
- },
94
- "@repo/internal": {
95
- "dom-events": "use-bind-event-listener",
96
- "analytics": [
97
- "analytics-next"
98
- ],
99
- "theming": [
100
- "react-context",
101
- "tokens"
102
- ],
103
- "ui-components": [
104
- "lite-mode"
105
- ],
106
- "deprecation": [
107
- "no-deprecated-imports"
108
- ],
109
- "styling": [
110
- "static",
111
- "emotion"
112
- ],
113
- "imports": [
114
- "import-no-extraneous-disable-for-examples-and-docs"
115
- ]
116
- }
117
- },
118
- "platform-feature-flags": {}
119
- }
2
+ "name": "@atlaskit/link-create",
3
+ "version": "2.5.0",
4
+ "description": "The driver component of meta creation flow",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "atlassian": {
11
+ "team": "Linking Platform",
12
+ "inPublicMirror": false,
13
+ "releaseModel": "continuous",
14
+ "productPushConsumption": [
15
+ "jira"
16
+ ],
17
+ "website": {
18
+ "name": "LinkCreate"
19
+ },
20
+ "i18n": true
21
+ },
22
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
23
+ "main": "dist/cjs/index.js",
24
+ "module": "dist/esm/index.js",
25
+ "module:es2019": "dist/es2019/index.js",
26
+ "types": "dist/types/index.d.ts",
27
+ "typesVersions": {
28
+ ">=4.5 <4.9": {
29
+ "*": [
30
+ "dist/types-ts4.5/*",
31
+ "dist/types-ts4.5/index.d.ts"
32
+ ]
33
+ }
34
+ },
35
+ "sideEffects": false,
36
+ "atlaskit:src": "src/index.ts",
37
+ "af:exports": {
38
+ ".": "./src/index.ts"
39
+ },
40
+ "dependencies": {
41
+ "@atlaskit/analytics-next": "^9.3.0",
42
+ "@atlaskit/button": "^17.17.0",
43
+ "@atlaskit/empty-state": "^7.8.0",
44
+ "@atlaskit/form": "^10.4.0",
45
+ "@atlaskit/icon": "^22.4.0",
46
+ "@atlaskit/intl-messages-provider": "^1.0.2",
47
+ "@atlaskit/linking-common": "^5.7.0",
48
+ "@atlaskit/modal-dialog": "^12.14.0",
49
+ "@atlaskit/primitives": "^7.4.0",
50
+ "@atlaskit/select": "^17.11.0",
51
+ "@atlaskit/smart-user-picker": "^6.9.0",
52
+ "@atlaskit/spinner": "^16.2.0",
53
+ "@atlaskit/textfield": "^6.4.0",
54
+ "@atlaskit/tokens": "^1.51.0",
55
+ "@babel/runtime": "^7.0.0",
56
+ "@emotion/react": "^11.7.1",
57
+ "debounce-promise": "^3.1.2",
58
+ "final-form": "^4.20.3",
59
+ "react-final-form": "^6.5.3"
60
+ },
61
+ "peerDependencies": {
62
+ "react": "^16.8.0",
63
+ "react-intl-next": "npm:react-intl@^5.18.1"
64
+ },
65
+ "devDependencies": {
66
+ "@af/integration-testing": "*",
67
+ "@af/visual-regression": "*",
68
+ "@atlaskit/drawer": "^7.11.0",
69
+ "@atlaskit/link-test-helpers": "^7.0.0",
70
+ "@atlaskit/visual-regression": "*",
71
+ "@atlassian/feature-flags-test-utils": "*",
72
+ "@testing-library/react": "^12.1.5",
73
+ "@testing-library/react-hooks": "^8.0.1",
74
+ "@testing-library/user-event": "^14.4.3",
75
+ "@types/debounce-promise": "^3.1.2",
76
+ "fetch-mock": "^8.0.0",
77
+ "react-dom": "^16.8.0",
78
+ "typescript": "~5.4.2",
79
+ "wait-for-expect": "^1.2.0"
80
+ },
81
+ "scripts": {
82
+ "codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-create run codegen-analytics'"
83
+ },
84
+ "techstack": {
85
+ "@atlassian/frontend": {
86
+ "code-structure": [
87
+ "tangerine-next"
88
+ ],
89
+ "import-structure": [
90
+ "atlassian-conventions"
91
+ ],
92
+ "circular-dependencies": [
93
+ "file-and-folder-level"
94
+ ]
95
+ },
96
+ "@repo/internal": {
97
+ "dom-events": "use-bind-event-listener",
98
+ "analytics": [
99
+ "analytics-next"
100
+ ],
101
+ "theming": [
102
+ "react-context",
103
+ "tokens"
104
+ ],
105
+ "ui-components": [
106
+ "lite-mode"
107
+ ],
108
+ "deprecation": [
109
+ "no-deprecated-imports"
110
+ ],
111
+ "styling": [
112
+ "static",
113
+ "emotion"
114
+ ],
115
+ "imports": [
116
+ "import-no-extraneous-disable-for-examples-and-docs"
117
+ ]
118
+ }
119
+ },
120
+ "platform-feature-flags": {}
121
+ }