@atlaskit/feedback-collector 14.6.9 → 14.6.10

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 14.6.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.6.9
4
10
 
5
11
  ### Patch Changes
@@ -297,7 +297,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
297
297
  }), !anonymousFeedback && /*#__PURE__*/_react.default.createElement(_form.Fieldset, null, /*#__PURE__*/_react.default.createElement("legend", {
298
298
  "aria-hidden": false,
299
299
  hidden: true
300
- }, "Atlassian opt-in options"), /*#__PURE__*/_react.default.createElement(_form.Field, {
300
+ }, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.optInOptionsLegend)), /*#__PURE__*/_react.default.createElement(_form.Field, {
301
301
  name: "can-be-contacted"
302
302
  }, function (_ref6) {
303
303
  var fieldProps = _ref6.fieldProps;
@@ -455,7 +455,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
455
455
  }), !anonymousFeedback && /*#__PURE__*/_react.default.createElement(_form.Fieldset, null, /*#__PURE__*/_react.default.createElement("legend", {
456
456
  "aria-hidden": false,
457
457
  hidden: true
458
- }, "Atlassian opt-in options"), /*#__PURE__*/_react.default.createElement(_form.Field, {
458
+ }, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.optInOptionsLegend)), /*#__PURE__*/_react.default.createElement(_form.Field, {
459
459
  name: "can-be-contacted"
460
460
  }, function (_ref10) {
461
461
  var fieldProps = _ref10.fieldProps;
@@ -190,5 +190,10 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
190
190
  id: 'feedback-collector.validation.description.required',
191
191
  defaultMessage: 'Please provide a description',
192
192
  description: 'Error message when description is not provided'
193
+ },
194
+ optInOptionsLegend: {
195
+ id: 'feedback-collector.opt-in.options.legend',
196
+ defaultMessage: 'Atlassian opt-in options',
197
+ description: 'Legend for the opt-in options on the feedback form'
193
198
  }
194
199
  });
@@ -240,7 +240,7 @@ const FeedbackForm = ({
240
240
  })), useNewValidation && validationErrors.description && /*#__PURE__*/React.createElement(ErrorMessage, null, validationErrors.description))), !anonymousFeedback && /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement("legend", {
241
241
  "aria-hidden": false,
242
242
  hidden: true
243
- }, "Atlassian opt-in options"), /*#__PURE__*/React.createElement(Field, {
243
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.optInOptionsLegend)), /*#__PURE__*/React.createElement(Field, {
244
244
  name: "can-be-contacted"
245
245
  }, ({
246
246
  fieldProps
@@ -371,7 +371,7 @@ const FeedbackForm = ({
371
371
  })), useNewValidation && validationErrors.description && /*#__PURE__*/React.createElement(ErrorMessage, null, validationErrors.description))), !anonymousFeedback && /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement("legend", {
372
372
  "aria-hidden": false,
373
373
  hidden: true
374
- }, "Atlassian opt-in options"), /*#__PURE__*/React.createElement(Field, {
374
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.optInOptionsLegend)), /*#__PURE__*/React.createElement(Field, {
375
375
  name: "can-be-contacted"
376
376
  }, ({
377
377
  fieldProps
@@ -184,5 +184,10 @@ export const messages = defineMessages({
184
184
  id: 'feedback-collector.validation.description.required',
185
185
  defaultMessage: 'Please provide a description',
186
186
  description: 'Error message when description is not provided'
187
+ },
188
+ optInOptionsLegend: {
189
+ id: 'feedback-collector.opt-in.options.legend',
190
+ defaultMessage: 'Atlassian opt-in options',
191
+ description: 'Legend for the opt-in options on the feedback form'
187
192
  }
188
193
  });
@@ -288,7 +288,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
288
288
  }), !anonymousFeedback && /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement("legend", {
289
289
  "aria-hidden": false,
290
290
  hidden: true
291
- }, "Atlassian opt-in options"), /*#__PURE__*/React.createElement(Field, {
291
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.optInOptionsLegend)), /*#__PURE__*/React.createElement(Field, {
292
292
  name: "can-be-contacted"
293
293
  }, function (_ref6) {
294
294
  var fieldProps = _ref6.fieldProps;
@@ -446,7 +446,7 @@ var FeedbackForm = function FeedbackForm(_ref2) {
446
446
  }), !anonymousFeedback && /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement("legend", {
447
447
  "aria-hidden": false,
448
448
  hidden: true
449
- }, "Atlassian opt-in options"), /*#__PURE__*/React.createElement(Field, {
449
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.optInOptionsLegend)), /*#__PURE__*/React.createElement(Field, {
450
450
  name: "can-be-contacted"
451
451
  }, function (_ref10) {
452
452
  var fieldProps = _ref10.fieldProps;
@@ -184,5 +184,10 @@ export var messages = defineMessages({
184
184
  id: 'feedback-collector.validation.description.required',
185
185
  defaultMessage: 'Please provide a description',
186
186
  description: 'Error message when description is not provided'
187
+ },
188
+ optInOptionsLegend: {
189
+ id: 'feedback-collector.opt-in.options.legend',
190
+ defaultMessage: 'Atlassian opt-in options',
191
+ description: 'Legend for the opt-in options on the feedback form'
187
192
  }
188
193
  });
@@ -184,4 +184,9 @@ export declare const messages: {
184
184
  defaultMessage: string;
185
185
  description: string;
186
186
  };
187
+ optInOptionsLegend: {
188
+ id: string;
189
+ defaultMessage: string;
190
+ description: string;
191
+ };
187
192
  };
@@ -184,4 +184,9 @@ export declare const messages: {
184
184
  defaultMessage: string;
185
185
  description: string;
186
186
  };
187
+ optInOptionsLegend: {
188
+ id: string;
189
+ defaultMessage: string;
190
+ description: string;
191
+ };
187
192
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "14.6.9",
3
+ "version": "14.6.10",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,17 +33,17 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/afm-i18n-platform-web-platform-feedback-collector": "2.7.0",
36
- "@atlaskit/button": "^23.6.0",
37
- "@atlaskit/checkbox": "^17.1.0",
38
- "@atlaskit/flag": "^17.5.0",
39
- "@atlaskit/form": "^14.3.0",
36
+ "@atlaskit/button": "^23.7.0",
37
+ "@atlaskit/checkbox": "^17.2.0",
38
+ "@atlaskit/flag": "^17.6.0",
39
+ "@atlaskit/form": "^15.0.0",
40
40
  "@atlaskit/icon": "^29.0.0",
41
41
  "@atlaskit/link": "^3.2.0",
42
- "@atlaskit/modal-dialog": "^14.7.0",
42
+ "@atlaskit/modal-dialog": "^14.8.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/section-message": "^8.9.0",
45
- "@atlaskit/select": "^21.4.0",
46
- "@atlaskit/textarea": "^8.1.0",
44
+ "@atlaskit/section-message": "^8.10.0",
45
+ "@atlaskit/select": "^21.5.0",
46
+ "@atlaskit/textarea": "^8.2.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
48
  "@atlaskit/tokens": "^8.4.0",
49
49
  "@babel/runtime": "^7.0.0",