@atlaskit/link-create 1.1.1 → 1.2.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 +52 -40
- package/dist/cjs/common/constants.js +6 -9
- package/dist/cjs/common/utils/analytics/analytics.codegen.js +1 -2
- package/dist/cjs/common/utils/analytics/context.js +1 -2
- package/dist/cjs/common/utils/form/index.js +2 -3
- package/dist/cjs/common/utils/locale/fetch-messages-for-locale.js +2 -3
- package/dist/cjs/controllers/callback-context/main.js +3 -5
- package/dist/cjs/controllers/form-context/main.js +11 -12
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/ui/create-form/async-select/main.js +1 -2
- package/dist/cjs/ui/create-form/form-footer/edit-button/index.js +52 -0
- package/dist/cjs/ui/create-form/form-footer/edit-button/messages.js +14 -0
- package/dist/cjs/ui/create-form/form-footer/main.js +12 -8
- package/dist/cjs/ui/create-form/form-footer/messages.js +2 -3
- package/dist/cjs/ui/create-form/form-footer/submit-button/index.js +43 -0
- package/dist/cjs/ui/create-form/form-spy/index.js +2 -3
- package/dist/cjs/ui/create-form/main.js +3 -5
- package/dist/cjs/ui/create-form/select/main.js +1 -2
- package/dist/cjs/ui/create-form/textfield/main.js +2 -2
- package/dist/cjs/ui/link-create/error-boundary/error-boundary-base/index.js +2 -3
- package/dist/cjs/ui/link-create/error-boundary/error-boundary-ui/error-svg/index.js +1 -2
- package/dist/cjs/ui/link-create/error-boundary/error-boundary-ui/index.js +3 -5
- package/dist/cjs/ui/link-create/error-boundary/error-boundary-ui/messages.js +2 -3
- package/dist/cjs/ui/link-create/error-boundary/index.js +4 -5
- package/dist/cjs/ui/link-create/main.js +2 -4
- package/dist/cjs/ui/link-create/messages.js +2 -3
- package/dist/cjs/ui/link-create/track-mount/index.js +1 -2
- package/dist/cjs/ui/main.js +4 -6
- package/dist/es2019/common/constants.js +2 -1
- package/dist/es2019/controllers/form-context/main.js +5 -2
- package/dist/es2019/ui/create-form/form-footer/edit-button/index.js +46 -0
- package/dist/es2019/ui/create-form/form-footer/edit-button/messages.js +8 -0
- package/dist/es2019/ui/create-form/form-footer/main.js +5 -1
- package/dist/es2019/ui/create-form/form-footer/submit-button/index.js +35 -0
- package/dist/es2019/ui/main.js +2 -2
- package/dist/esm/common/constants.js +2 -1
- package/dist/esm/controllers/form-context/main.js +6 -3
- package/dist/esm/ui/create-form/form-footer/edit-button/index.js +44 -0
- package/dist/esm/ui/create-form/form-footer/edit-button/messages.js +8 -0
- package/dist/esm/ui/create-form/form-footer/main.js +5 -1
- package/dist/esm/ui/create-form/form-footer/submit-button/index.js +34 -0
- package/dist/esm/ui/link-create/error-boundary/index.js +2 -2
- package/dist/esm/ui/main.js +2 -2
- package/dist/types/common/constants.d.ts +1 -0
- package/dist/types/controllers/form-context/main.d.ts +9 -1
- package/dist/types/ui/create-form/form-footer/edit-button/index.d.ts +2 -0
- package/dist/types/ui/create-form/form-footer/edit-button/messages.d.ts +7 -0
- package/dist/types/ui/create-form/form-footer/main.d.ts +0 -1
- package/dist/types/ui/create-form/form-footer/submit-button/index.d.ts +2 -0
- package/dist/types-ts4.5/common/constants.d.ts +1 -0
- package/dist/types-ts4.5/controllers/form-context/main.d.ts +9 -1
- package/dist/types-ts4.5/ui/create-form/form-footer/edit-button/index.d.ts +2 -0
- package/dist/types-ts4.5/ui/create-form/form-footer/edit-button/messages.d.ts +7 -0
- package/dist/types-ts4.5/ui/create-form/form-footer/main.d.ts +0 -1
- package/dist/types-ts4.5/ui/create-form/form-footer/submit-button/index.d.ts +2 -0
- package/package.json +15 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,173 +1,185 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#42356](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42356) [`db060471faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db060471faf) - EDM-7905: an internal refactor for a new experimental feature under a feature flag platform.linking-platform.link-create.enable-edit
|
|
8
|
+
|
|
9
|
+
## 1.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41867) [`2fb6074140b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fb6074140b) - Add default value to environment variable
|
|
14
|
+
|
|
3
15
|
## 1.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`b77b38f55e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77b38f55e3) - EDM-7921: fire ui analytics event for error component in jira-issue-form and add new error type and handling for NO_JIRA_SITE_FOUND_ERROR
|
|
19
|
+
- [#40368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40368) [`b77b38f55e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77b38f55e3) - EDM-7921: fire ui analytics event for error component in jira-issue-form and add new error type and handling for NO_JIRA_SITE_FOUND_ERROR
|
|
8
20
|
|
|
9
21
|
## 1.1.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
- [`d3b95d820f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3b95d820f7) - EDM-7280 Add analytics for Jira link create
|
|
25
|
+
- [#39079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39079) [`d3b95d820f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3b95d820f7) - EDM-7280 Add analytics for Jira link create
|
|
14
26
|
|
|
15
27
|
## 1.0.3
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
31
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
20
32
|
- Updated dependencies
|
|
21
33
|
|
|
22
34
|
## 1.0.2
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
38
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
27
39
|
|
|
28
40
|
## 1.0.1
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`572ea7d92bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/572ea7d92bd) - revised form mutator types
|
|
44
|
+
- [#38070](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38070) [`572ea7d92bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/572ea7d92bd) - revised form mutator types
|
|
33
45
|
|
|
34
46
|
## 1.0.0
|
|
35
47
|
|
|
36
48
|
### Major Changes
|
|
37
49
|
|
|
38
|
-
- [`687749df97a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/687749df97a) - Refactor form components to use react-final-form
|
|
50
|
+
- [#37475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37475) [`687749df97a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/687749df97a) - Refactor form components to use react-final-form
|
|
39
51
|
|
|
40
52
|
## 0.10.0
|
|
41
53
|
|
|
42
54
|
### Minor Changes
|
|
43
55
|
|
|
44
|
-
- [`dc546d1044a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc546d1044a) - Update failure handler in link-create API to take Error instead of string, and fire analytics on failure
|
|
56
|
+
- [#37341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37341) [`dc546d1044a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc546d1044a) - Update failure handler in link-create API to take Error instead of string, and fire analytics on failure
|
|
45
57
|
|
|
46
58
|
## 0.9.1
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
50
|
-
- [`84b33e5a4b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84b33e5a4b6) - EDM-6544: minor internal refactors with no expected functional change
|
|
62
|
+
- [#36913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36913) [`84b33e5a4b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84b33e5a4b6) - EDM-6544: minor internal refactors with no expected functional change
|
|
51
63
|
|
|
52
64
|
## 0.9.0
|
|
53
65
|
|
|
54
66
|
### Minor Changes
|
|
55
67
|
|
|
56
|
-
- [`c209f670761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c209f670761) - Improved testIds
|
|
68
|
+
- [#36926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36926) [`c209f670761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c209f670761) - Improved testIds
|
|
57
69
|
|
|
58
70
|
## 0.8.2
|
|
59
71
|
|
|
60
72
|
### Patch Changes
|
|
61
73
|
|
|
62
|
-
- [`90ad796d91c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90ad796d91c) - Fix fetching hyphened locales to underscores
|
|
74
|
+
- [#36843](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36843) [`90ad796d91c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90ad796d91c) - Fix fetching hyphened locales to underscores
|
|
63
75
|
|
|
64
76
|
## 0.8.1
|
|
65
77
|
|
|
66
78
|
### Patch Changes
|
|
67
79
|
|
|
68
|
-
- [`70b0f95345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b0f95345a) - Add support for i18n
|
|
80
|
+
- [#36761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36761) [`70b0f95345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b0f95345a) - Add support for i18n
|
|
69
81
|
|
|
70
82
|
## 0.8.0
|
|
71
83
|
|
|
72
84
|
### Minor Changes
|
|
73
85
|
|
|
74
|
-
- [`f3acb380cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3acb380cb2) - EDM-7064: remove FormContextProvider export to prevent usage in external packages.
|
|
86
|
+
- [#36304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36304) [`f3acb380cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3acb380cb2) - EDM-7064: remove FormContextProvider export to prevent usage in external packages.
|
|
75
87
|
|
|
76
88
|
## 0.7.1
|
|
77
89
|
|
|
78
90
|
### Patch Changes
|
|
79
91
|
|
|
80
|
-
- [`41d73aab05c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41d73aab05c) - EDM-6938: pass spaceName into onCreate submit for confluence-create and pass as optional meta data into link-create."
|
|
92
|
+
- [#35576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35576) [`41d73aab05c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41d73aab05c) - EDM-6938: pass spaceName into onCreate submit for confluence-create and pass as optional meta data into link-create."
|
|
81
93
|
|
|
82
94
|
## 0.7.0
|
|
83
95
|
|
|
84
96
|
### Minor Changes
|
|
85
97
|
|
|
86
|
-
- [`eb070266532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb070266532) - Expose Modal callbacks and Add modalTitle to the linkCreate Props
|
|
98
|
+
- [#35134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35134) [`eb070266532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb070266532) - Expose Modal callbacks and Add modalTitle to the linkCreate Props
|
|
87
99
|
|
|
88
100
|
## 0.6.0
|
|
89
101
|
|
|
90
102
|
### Minor Changes
|
|
91
103
|
|
|
92
|
-
- [`ac3927f0650`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac3927f0650) - Make modal 480px wide, Update TextField to take isRequired prop w/o default browser validation, remove extra internal spacing in the create form
|
|
104
|
+
- [#35035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35035) [`ac3927f0650`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac3927f0650) - Make modal 480px wide, Update TextField to take isRequired prop w/o default browser validation, remove extra internal spacing in the create form
|
|
93
105
|
|
|
94
106
|
## 0.5.7
|
|
95
107
|
|
|
96
108
|
### Patch Changes
|
|
97
109
|
|
|
98
|
-
- [`ffb87e553ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffb87e553ea) - Hides the validation error when user edits the field
|
|
110
|
+
- [#34925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34925) [`ffb87e553ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffb87e553ea) - Hides the validation error when user edits the field
|
|
99
111
|
|
|
100
112
|
## 0.5.6
|
|
101
113
|
|
|
102
114
|
### Patch Changes
|
|
103
115
|
|
|
104
|
-
- [`a02d619af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02d619af5c) - Changed onCreate to return a possible Promise to hold the create button spinner while submitting
|
|
116
|
+
- [#34759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34759) [`a02d619af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02d619af5c) - Changed onCreate to return a possible Promise to hold the create button spinner while submitting
|
|
105
117
|
|
|
106
118
|
## 0.5.5
|
|
107
119
|
|
|
108
120
|
### Patch Changes
|
|
109
121
|
|
|
110
|
-
- [`7b5fb18bb63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b5fb18bb63) - Update screen event to UI
|
|
122
|
+
- [#34750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34750) [`7b5fb18bb63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b5fb18bb63) - Update screen event to UI
|
|
111
123
|
|
|
112
124
|
## 0.5.4
|
|
113
125
|
|
|
114
126
|
### Patch Changes
|
|
115
127
|
|
|
116
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
128
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
117
129
|
|
|
118
130
|
## 0.5.3
|
|
119
131
|
|
|
120
132
|
### Patch Changes
|
|
121
133
|
|
|
122
|
-
- [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) - Updates analytics codegen to support screen events.
|
|
134
|
+
- [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463) [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) - Updates analytics codegen to support screen events.
|
|
123
135
|
|
|
124
136
|
## 0.5.2
|
|
125
137
|
|
|
126
138
|
### Patch Changes
|
|
127
139
|
|
|
128
|
-
- [`7734ef0bdb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7734ef0bdb4) - allowing default values in confluence creation form.
|
|
140
|
+
- [#34207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34207) [`7734ef0bdb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7734ef0bdb4) - allowing default values in confluence creation form.
|
|
129
141
|
|
|
130
142
|
## 0.5.1
|
|
131
143
|
|
|
132
144
|
### Patch Changes
|
|
133
145
|
|
|
134
|
-
- [`2d812255401`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d812255401) - EDM-6561: add an autofocus on title field in create modal and change cancel button labeling to close
|
|
146
|
+
- [#33671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33671) [`2d812255401`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d812255401) - EDM-6561: add an autofocus on title field in create modal and change cancel button labeling to close
|
|
135
147
|
|
|
136
148
|
## 0.5.0
|
|
137
149
|
|
|
138
150
|
### Minor Changes
|
|
139
151
|
|
|
140
|
-
- [`ad753581e70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad753581e70) - [ux] Moves the FormFooter out of CreateForm and provides a new CreateFormLoader component & now we handle the submitting state in the form context
|
|
152
|
+
- [#33735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33735) [`ad753581e70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad753581e70) - [ux] Moves the FormFooter out of CreateForm and provides a new CreateFormLoader component & now we handle the submitting state in the form context
|
|
141
153
|
|
|
142
154
|
## 0.4.4
|
|
143
155
|
|
|
144
156
|
### Patch Changes
|
|
145
157
|
|
|
146
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
158
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
147
159
|
|
|
148
160
|
## 0.4.3
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
164
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
153
165
|
|
|
154
166
|
## 0.4.2
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`93af54caca2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93af54caca2) - EDM-6553: no functionality change, just updating UI so that there is padding between the cancel and create button for link-create. Also updated the dropdown error message.
|
|
170
|
+
- [#33372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33372) [`93af54caca2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93af54caca2) - EDM-6553: no functionality change, just updating UI so that there is padding between the cancel and create button for link-create. Also updated the dropdown error message.
|
|
159
171
|
|
|
160
172
|
## 0.4.1
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`3c5946b6cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5946b6cdf) - EDM-6524: remove isRequired prop from textfield in create component as browser validation will not be used, also spread AKTextfield props to stop exposure of testid and placeholder props.
|
|
176
|
+
- [#33186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33186) [`3c5946b6cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5946b6cdf) - EDM-6524: remove isRequired prop from textfield in create component as browser validation will not be used, also spread AKTextfield props to stop exposure of testid and placeholder props.
|
|
165
177
|
|
|
166
178
|
## 0.4.0
|
|
167
179
|
|
|
168
180
|
### Minor Changes
|
|
169
181
|
|
|
170
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
182
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
171
183
|
|
|
172
184
|
### Patch Changes
|
|
173
185
|
|
|
@@ -177,38 +189,38 @@
|
|
|
177
189
|
|
|
178
190
|
### Patch Changes
|
|
179
191
|
|
|
180
|
-
- [`5cbb3a0f20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cbb3a0f20c) - Fix tangerine lint warnings & fix SVG id not unique & add VR test for dropdowns in modal & handle plugin errors
|
|
192
|
+
- [#32602](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32602) [`5cbb3a0f20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cbb3a0f20c) - Fix tangerine lint warnings & fix SVG id not unique & add VR test for dropdowns in modal & handle plugin errors
|
|
181
193
|
|
|
182
194
|
## 0.3.2
|
|
183
195
|
|
|
184
196
|
### Patch Changes
|
|
185
197
|
|
|
186
|
-
- [`1600a0d171f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1600a0d171f) - Adds various eslint-ignores for tokens-related warnings
|
|
198
|
+
- [#32501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32501) [`1600a0d171f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1600a0d171f) - Adds various eslint-ignores for tokens-related warnings
|
|
187
199
|
|
|
188
200
|
## 0.3.1
|
|
189
201
|
|
|
190
202
|
### Patch Changes
|
|
191
203
|
|
|
192
|
-
- [`9e1c1e92771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e1c1e92771) - Fire analytics
|
|
204
|
+
- [#32659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32659) [`9e1c1e92771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e1c1e92771) - Fire analytics
|
|
193
205
|
|
|
194
206
|
## 0.3.0
|
|
195
207
|
|
|
196
208
|
### Minor Changes
|
|
197
209
|
|
|
198
|
-
- [`29dfee4c540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dfee4c540) - Adds global error boundary and fixes footer padding
|
|
210
|
+
- [#32457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32457) [`29dfee4c540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dfee4c540) - Adds global error boundary and fixes footer padding
|
|
199
211
|
|
|
200
212
|
## 0.2.1
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
204
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
216
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
205
217
|
- Updated dependencies
|
|
206
218
|
|
|
207
219
|
## 0.2.0
|
|
208
220
|
|
|
209
221
|
### Minor Changes
|
|
210
222
|
|
|
211
|
-
- [`a765caedf71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a765caedf71) - EDM-5666 Implement Create Confluence Plugin
|
|
223
|
+
- [#30840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30840) [`a765caedf71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a765caedf71) - EDM-5666 Implement Create Confluence Plugin
|
|
212
224
|
|
|
213
225
|
### Patch Changes
|
|
214
226
|
|
|
@@ -218,34 +230,34 @@
|
|
|
218
230
|
|
|
219
231
|
### Patch Changes
|
|
220
232
|
|
|
221
|
-
- [`5da1c8f4422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5da1c8f4422) - Integrate with link-create-presets
|
|
233
|
+
- [#31972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31972) [`5da1c8f4422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5da1c8f4422) - Integrate with link-create-presets
|
|
222
234
|
|
|
223
235
|
## 0.1.1
|
|
224
236
|
|
|
225
237
|
### Patch Changes
|
|
226
238
|
|
|
227
|
-
- [`63acd1bc789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63acd1bc789) - Update examples with presets
|
|
239
|
+
- [#31721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31721) [`63acd1bc789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63acd1bc789) - Update examples with presets
|
|
228
240
|
|
|
229
241
|
## 0.1.0
|
|
230
242
|
|
|
231
243
|
### Minor Changes
|
|
232
244
|
|
|
233
|
-
- [`7e7ca45dbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e7ca45dbe4) - Exports LinkCreateProps and LinkCreatePlugin Types
|
|
245
|
+
- [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674) [`7e7ca45dbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e7ca45dbe4) - Exports LinkCreateProps and LinkCreatePlugin Types
|
|
234
246
|
|
|
235
247
|
## 0.0.4
|
|
236
248
|
|
|
237
249
|
### Patch Changes
|
|
238
250
|
|
|
239
|
-
- [`09697a312bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09697a312bc) - EDM-5657 EDM-5661 Implement Select and Textfield components
|
|
251
|
+
- [#30194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30194) [`09697a312bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09697a312bc) - EDM-5657 EDM-5661 Implement Select and Textfield components
|
|
240
252
|
|
|
241
253
|
## 0.0.3
|
|
242
254
|
|
|
243
255
|
### Patch Changes
|
|
244
256
|
|
|
245
|
-
- [`4b8910b3460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8910b3460) - Add link-create-confluence package
|
|
257
|
+
- [#30122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30122) [`4b8910b3460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8910b3460) - Add link-create-confluence package
|
|
246
258
|
|
|
247
259
|
## 0.0.2
|
|
248
260
|
|
|
249
261
|
### Patch Changes
|
|
250
262
|
|
|
251
|
-
- [`d7724023d26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7724023d26) - Initial version of Create component
|
|
263
|
+
- [#29757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29757) [`d7724023d26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7724023d26) - Initial version of Create component
|
|
@@ -3,12 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MAX_WIDTH_IN_PX = exports.COMPONENT_NAME = exports.ANALYTICS_CHANNEL = void 0;
|
|
7
|
-
var ANALYTICS_CHANNEL = 'media';
|
|
8
|
-
exports.
|
|
9
|
-
var
|
|
10
|
-
exports.
|
|
11
|
-
var
|
|
12
|
-
exports.CREATE_FORM_MAX_WIDTH_IN_PX = CREATE_FORM_MAX_WIDTH_IN_PX;
|
|
13
|
-
var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
14
|
-
exports.CREATE_FORM_MIN_HEIGHT_IN_PX = CREATE_FORM_MIN_HEIGHT_IN_PX;
|
|
6
|
+
exports.LINK_CREATE_FORM_POST_CREATE_FIELD = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MAX_WIDTH_IN_PX = exports.COMPONENT_NAME = exports.ANALYTICS_CHANNEL = void 0;
|
|
7
|
+
var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
8
|
+
var COMPONENT_NAME = exports.COMPONENT_NAME = 'linkCreate';
|
|
9
|
+
var CREATE_FORM_MAX_WIDTH_IN_PX = exports.CREATE_FORM_MAX_WIDTH_IN_PX = '480';
|
|
10
|
+
var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
11
|
+
var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
@@ -60,14 +60,13 @@ var contextAttributesFromInitialProps = function contextAttributesFromInitialPro
|
|
|
60
60
|
/**
|
|
61
61
|
* Hook that exposes the context-level attribute getters and setters.
|
|
62
62
|
*/
|
|
63
|
-
var useLinkCreateAnalytics = function useLinkCreateAnalytics() {
|
|
63
|
+
var useLinkCreateAnalytics = exports.useLinkCreateAnalytics = function useLinkCreateAnalytics() {
|
|
64
64
|
return (0, _react.useContext)(LinkCreateAnalyticsContext);
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* Wrap component in "attributes" context store and initialise the initial context attributes from props.
|
|
69
69
|
*/
|
|
70
|
-
exports.useLinkCreateAnalytics = useLinkCreateAnalytics;
|
|
71
70
|
function withLinkCreateAnalytics(WrappedComponent) {
|
|
72
71
|
return function (props) {
|
|
73
72
|
var _useState = (0, _react.useState)(function () {
|
|
@@ -9,7 +9,6 @@ exports.validateSubmitErrors = void 0;
|
|
|
9
9
|
* to let a Field know if it should hide the error message until
|
|
10
10
|
* the next submit, or if it returns to the previous error state
|
|
11
11
|
*/
|
|
12
|
-
var validateSubmitErrors = function validateSubmitErrors(meta) {
|
|
12
|
+
var validateSubmitErrors = exports.validateSubmitErrors = function validateSubmitErrors(meta) {
|
|
13
13
|
return !!(meta.touched && (meta.error || meta.submitError && !meta.dirtySinceLastSubmit));
|
|
14
|
-
};
|
|
15
|
-
exports.validateSubmitErrors = validateSubmitErrors;
|
|
14
|
+
};
|
|
@@ -11,7 +11,7 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
|
|
|
11
11
|
var _en = _interopRequireDefault(require("../../../i18n/en"));
|
|
12
12
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
13
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
|
-
var fetchMessagesForLocale = /*#__PURE__*/function () {
|
|
14
|
+
var fetchMessagesForLocale = exports.fetchMessagesForLocale = /*#__PURE__*/function () {
|
|
15
15
|
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(locale) {
|
|
16
16
|
var _messages, parentLocale, _messages2;
|
|
17
17
|
return _regenerator.default.wrap(function _callee$(_context) {
|
|
@@ -60,5 +60,4 @@ var fetchMessagesForLocale = /*#__PURE__*/function () {
|
|
|
60
60
|
return function fetchMessagesForLocale(_x) {
|
|
61
61
|
return _ref.apply(this, arguments);
|
|
62
62
|
};
|
|
63
|
-
}();
|
|
64
|
-
exports.fetchMessagesForLocale = fetchMessagesForLocale;
|
|
63
|
+
}();
|
|
@@ -15,7 +15,7 @@ var _analytics = _interopRequireDefault(require("../../common/utils/analytics/an
|
|
|
15
15
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
var LinkCreateCallbackContext = /*#__PURE__*/_react.default.createContext({});
|
|
18
|
-
var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
18
|
+
var LinkCreateCallbackProvider = exports.LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
19
19
|
var children = _ref.children,
|
|
20
20
|
_onCreate = _ref.onCreate,
|
|
21
21
|
_onFailure = _ref.onFailure,
|
|
@@ -79,8 +79,6 @@ var LinkCreateCallbackProvider = function LinkCreateCallbackProvider(_ref) {
|
|
|
79
79
|
value: value
|
|
80
80
|
}, children);
|
|
81
81
|
};
|
|
82
|
-
exports.
|
|
83
|
-
var useLinkCreateCallback = function useLinkCreateCallback() {
|
|
82
|
+
var useLinkCreateCallback = exports.useLinkCreateCallback = function useLinkCreateCallback() {
|
|
84
83
|
return (0, _react.useContext)(LinkCreateCallbackContext);
|
|
85
|
-
};
|
|
86
|
-
exports.useLinkCreateCallback = useLinkCreateCallback;
|
|
84
|
+
};
|
|
@@ -13,16 +13,17 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
13
13
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
14
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
15
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
|
-
var FormContext = /*#__PURE__*/(0, _react.createContext)({
|
|
16
|
+
var FormContext = exports.FormContext = /*#__PURE__*/(0, _react.createContext)({
|
|
17
17
|
assignValidator: function assignValidator() {},
|
|
18
18
|
getValidators: function getValidators() {
|
|
19
19
|
return {};
|
|
20
20
|
},
|
|
21
|
-
setFormErrorMessage: function setFormErrorMessage() {}
|
|
21
|
+
setFormErrorMessage: function setFormErrorMessage() {},
|
|
22
|
+
enableEditView: undefined
|
|
22
23
|
});
|
|
23
|
-
exports.
|
|
24
|
-
var
|
|
25
|
-
|
|
24
|
+
var FormContextProvider = exports.FormContextProvider = function FormContextProvider(_ref) {
|
|
25
|
+
var enableEditView = _ref.enableEditView,
|
|
26
|
+
children = _ref.children;
|
|
26
27
|
var _useState = (0, _react.useState)(),
|
|
27
28
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
28
29
|
error = _useState2[0],
|
|
@@ -53,18 +54,16 @@ var FormContextProvider = function FormContextProvider(_ref) {
|
|
|
53
54
|
assignValidator: assignValidator,
|
|
54
55
|
getValidators: getValidators,
|
|
55
56
|
setFormErrorMessage: setFormErrorMessage,
|
|
56
|
-
formErrorMessage: error
|
|
57
|
+
formErrorMessage: error,
|
|
58
|
+
enableEditView: enableEditView
|
|
57
59
|
}
|
|
58
60
|
}, children);
|
|
59
61
|
};
|
|
60
|
-
exports.
|
|
61
|
-
var useFormContext = function useFormContext() {
|
|
62
|
+
var useFormContext = exports.useFormContext = function useFormContext() {
|
|
62
63
|
return (0, _react.useContext)(FormContext);
|
|
63
64
|
};
|
|
64
|
-
exports.
|
|
65
|
-
var withLinkCreateFormContext = function withLinkCreateFormContext(WrappedComponent) {
|
|
65
|
+
var withLinkCreateFormContext = exports.withLinkCreateFormContext = function withLinkCreateFormContext(WrappedComponent) {
|
|
66
66
|
return function (props) {
|
|
67
67
|
return /*#__PURE__*/_react.default.createElement(FormContextProvider, null, /*#__PURE__*/_react.default.createElement(WrappedComponent, props));
|
|
68
68
|
};
|
|
69
|
-
};
|
|
70
|
-
exports.withLinkCreateFormContext = withLinkCreateFormContext;
|
|
69
|
+
};
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Něco se pokazilo',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Zavřít',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Vytvořit',
|
|
20
20
|
'linkCreate.modal.heading': 'Vytvořit novou položku'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Noget gik galt',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Luk',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Opret',
|
|
20
20
|
'linkCreate.modal.heading': 'Opret ny'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Etwas ist schiefgelaufen',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Schließen',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Erstellen',
|
|
20
20
|
'linkCreate.modal.heading': 'Neu erstellen'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Something went wrong',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Close',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Create',
|
|
20
20
|
'linkCreate.modal.heading': 'Create new'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Something went wrong',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Close',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Create',
|
|
20
20
|
'linkCreate.modal.heading': 'Create new'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Something went wrong',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Close',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Create',
|
|
20
20
|
'linkCreate.modal.heading': 'Create new'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Se ha producido un error',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Cerrar',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Crear',
|
|
20
20
|
'linkCreate.modal.heading': 'Crear nuevo'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Finnish
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Jokin meni vikaan',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Sulje',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Luo',
|
|
20
20
|
'linkCreate.modal.heading': 'Luo uusi'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//French (France)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Une erreur est survenue',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Fermer',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Créer',
|
|
20
20
|
'linkCreate.modal.heading': 'Créer'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Hungarian
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': 'Frissítsd az oldalt, vagy vedd fel a kapcsolatot az <a>Atlassian Támogatással</a>, ha ez a későbbiekben is megtörténik.',
|
|
17
17
|
'link-create.unknown-error.heading': 'Hiba történt',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Bezárás',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Létrehozás',
|
|
20
20
|
'linkCreate.modal.heading': 'Új létrehozása'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -12,11 +12,10 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Italian (Italy)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = exports.default = {
|
|
16
16
|
'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
|
|
17
17
|
'link-create.unknown-error.heading': 'Si è verificato un problema',
|
|
18
18
|
'linkCreate.createForm.button.close': 'Chiudi',
|
|
19
19
|
'linkCreate.createForm.button.create': 'Crea',
|
|
20
20
|
'linkCreate.modal.heading': 'Crea nuovo'
|
|
21
|
-
};
|
|
22
|
-
exports.default = _default;
|
|
21
|
+
};
|