@atlaskit/feedback-collector 14.6.6 → 14.6.8
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 +14 -0
- package/dist/cjs/components/FeedbackCollector.js +1 -1
- package/dist/cjs/components/FeedbackForm.js +2 -4
- package/dist/es2019/components/FeedbackCollector.js +1 -1
- package/dist/es2019/components/FeedbackForm.js +2 -4
- package/dist/esm/components/FeedbackCollector.js +1 -1
- package/dist/esm/components/FeedbackForm.js +2 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/feedback-collector
|
|
2
2
|
|
|
3
|
+
## 14.6.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8f64685a7b727`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f64685a7b727) -
|
|
8
|
+
Remove duplicated inert `aria-required` attribute from Field components.
|
|
9
|
+
|
|
10
|
+
## 14.6.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`402214c8af293`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/402214c8af293) -
|
|
15
|
+
Suppress i18n errors
|
|
16
|
+
|
|
3
17
|
## 14.6.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -164,7 +164,7 @@ var FeedbackCollector = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
164
164
|
}, {
|
|
165
165
|
key: "getPackageVersion",
|
|
166
166
|
value: function getPackageVersion() {
|
|
167
|
-
return "
|
|
167
|
+
return "0.0.0-development" || 'Unknown, at least 11.0.0';
|
|
168
168
|
}
|
|
169
169
|
}, {
|
|
170
170
|
key: "getEntitlementInformation",
|
|
@@ -234,8 +234,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
|
|
|
234
234
|
}, /*#__PURE__*/_react.default.createElement(_modalDialog.ModalTitle, null, feedbackTitle || /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.feedbackTitle))), /*#__PURE__*/_react.default.createElement(_modalDialog.ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/_react.default.createElement(_form.Field, {
|
|
235
235
|
name: "topic",
|
|
236
236
|
label: selectLabel || formatMessage(_messages.messages.selectionOptionDefaultLabel),
|
|
237
|
-
isRequired: true
|
|
238
|
-
"aria-required": true // JCA11Y-1619
|
|
237
|
+
isRequired: true
|
|
239
238
|
}, function (_ref4) {
|
|
240
239
|
var _ref4$fieldProps = _ref4.fieldProps,
|
|
241
240
|
id = _ref4$fieldProps.id,
|
|
@@ -393,8 +392,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
|
|
|
393
392
|
}, /*#__PURE__*/_react.default.createElement(_modalDialog.ModalTitle, null, feedbackTitle || /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.feedbackTitle))), /*#__PURE__*/_react.default.createElement(_modalDialog.ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/_react.default.createElement(_form.Field, {
|
|
394
393
|
name: "topic",
|
|
395
394
|
label: selectLabel || formatMessage(_messages.messages.selectionOptionDefaultLabel),
|
|
396
|
-
isRequired: true
|
|
397
|
-
"aria-required": true // JCA11Y-1619
|
|
395
|
+
isRequired: true
|
|
398
396
|
}, function (_ref0) {
|
|
399
397
|
var _ref0$fieldProps = _ref0.fieldProps,
|
|
400
398
|
id = _ref0$fieldProps.id,
|
|
@@ -92,7 +92,7 @@ export default class FeedbackCollector extends Component {
|
|
|
92
92
|
return FeedbackCollector.defaultProps.url;
|
|
93
93
|
}
|
|
94
94
|
getPackageVersion() {
|
|
95
|
-
return "
|
|
95
|
+
return "0.0.0-development" || 'Unknown, at least 11.0.0';
|
|
96
96
|
}
|
|
97
97
|
async getEntitlementInformation() {
|
|
98
98
|
var _entitlementDetails, _entitlementDetails2, _productName, _entitlement, _productEntitlement;
|
|
@@ -182,8 +182,7 @@ const FeedbackForm = ({
|
|
|
182
182
|
}, /*#__PURE__*/React.createElement(ModalTitle, null, feedbackTitle || /*#__PURE__*/React.createElement(FormattedMessage, messages.feedbackTitle))), /*#__PURE__*/React.createElement(ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/React.createElement(Field, {
|
|
183
183
|
name: "topic",
|
|
184
184
|
label: selectLabel || formatMessage(messages.selectionOptionDefaultLabel),
|
|
185
|
-
isRequired: true
|
|
186
|
-
"aria-required": true // JCA11Y-1619
|
|
185
|
+
isRequired: true
|
|
187
186
|
}, ({
|
|
188
187
|
fieldProps: {
|
|
189
188
|
id,
|
|
@@ -314,8 +313,7 @@ const FeedbackForm = ({
|
|
|
314
313
|
}, /*#__PURE__*/React.createElement(ModalTitle, null, feedbackTitle || /*#__PURE__*/React.createElement(FormattedMessage, messages.feedbackTitle))), /*#__PURE__*/React.createElement(ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/React.createElement(Field, {
|
|
315
314
|
name: "topic",
|
|
316
315
|
label: selectLabel || formatMessage(messages.selectionOptionDefaultLabel),
|
|
317
|
-
isRequired: true
|
|
318
|
-
"aria-required": true // JCA11Y-1619
|
|
316
|
+
isRequired: true
|
|
319
317
|
}, ({
|
|
320
318
|
fieldProps: {
|
|
321
319
|
id,
|
|
@@ -155,7 +155,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
155
155
|
}, {
|
|
156
156
|
key: "getPackageVersion",
|
|
157
157
|
value: function getPackageVersion() {
|
|
158
|
-
return "
|
|
158
|
+
return "0.0.0-development" || 'Unknown, at least 11.0.0';
|
|
159
159
|
}
|
|
160
160
|
}, {
|
|
161
161
|
key: "getEntitlementInformation",
|
|
@@ -225,8 +225,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
|
|
|
225
225
|
}, /*#__PURE__*/React.createElement(ModalTitle, null, feedbackTitle || /*#__PURE__*/React.createElement(FormattedMessage, messages.feedbackTitle))), /*#__PURE__*/React.createElement(ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/React.createElement(Field, {
|
|
226
226
|
name: "topic",
|
|
227
227
|
label: selectLabel || formatMessage(messages.selectionOptionDefaultLabel),
|
|
228
|
-
isRequired: true
|
|
229
|
-
"aria-required": true // JCA11Y-1619
|
|
228
|
+
isRequired: true
|
|
230
229
|
}, function (_ref4) {
|
|
231
230
|
var _ref4$fieldProps = _ref4.fieldProps,
|
|
232
231
|
id = _ref4$fieldProps.id,
|
|
@@ -384,8 +383,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
|
|
|
384
383
|
}, /*#__PURE__*/React.createElement(ModalTitle, null, feedbackTitle || /*#__PURE__*/React.createElement(FormattedMessage, messages.feedbackTitle))), /*#__PURE__*/React.createElement(ModalBody, null, requiredFieldsSummary, feedbackTitleDetails, customContent, showTypeField ? /*#__PURE__*/React.createElement(Field, {
|
|
385
384
|
name: "topic",
|
|
386
385
|
label: selectLabel || formatMessage(messages.selectionOptionDefaultLabel),
|
|
387
|
-
isRequired: true
|
|
388
|
-
"aria-required": true // JCA11Y-1619
|
|
386
|
+
isRequired: true
|
|
389
387
|
}, function (_ref0) {
|
|
390
388
|
var _ref0$fieldProps = _ref0.fieldProps,
|
|
391
389
|
id = _ref0$fieldProps.id,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/feedback-collector",
|
|
3
|
-
"version": "14.6.
|
|
3
|
+
"version": "14.6.8",
|
|
4
4
|
"description": "A component that collects feedback across Atlassian products.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"@atlaskit/button": "^23.6.0",
|
|
37
37
|
"@atlaskit/checkbox": "^17.1.0",
|
|
38
38
|
"@atlaskit/flag": "^17.5.0",
|
|
39
|
-
"@atlaskit/form": "^14.
|
|
39
|
+
"@atlaskit/form": "^14.3.0",
|
|
40
40
|
"@atlaskit/icon": "^29.0.0",
|
|
41
41
|
"@atlaskit/link": "^3.2.0",
|
|
42
|
-
"@atlaskit/modal-dialog": "^14.
|
|
42
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/section-message": "^8.9.0",
|
|
45
|
-
"@atlaskit/select": "^21.
|
|
46
|
-
"@atlaskit/textarea": "^8.
|
|
45
|
+
"@atlaskit/select": "^21.4.0",
|
|
46
|
+
"@atlaskit/textarea": "^8.1.0",
|
|
47
47
|
"@atlaskit/theme": "^21.0.0",
|
|
48
|
-
"@atlaskit/tokens": "^8.
|
|
48
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|