@atlaskit/feedback-collector 15.1.0 → 15.1.1

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
+ ## 15.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.1.0
4
10
 
5
11
  ### Minor Changes
@@ -44,7 +44,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
44
44
  submitButtonLabel: {
45
45
  id: 'feedback-collector.submit-button.label',
46
46
  defaultMessage: 'Send feedback',
47
- description: 'The button to submit the feedback form'
47
+ description: "The text is shown on a primary submit button at the bottom of the feedback collector form. When clicked, it submits the user's feedback to Atlassian."
48
48
  },
49
49
  cancelButtonLabel: {
50
50
  id: 'feedback-collector.cancel-button.label',
@@ -74,7 +74,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
74
74
  formEmptyLabel: {
75
75
  id: 'feedback-collector.form.empty.label',
76
76
  defaultMessage: 'Select an option',
77
- description: 'The default dropdown list option'
77
+ description: 'The text is shown as the default empty/placeholder option in the feedback type drop-down list when no option has been selected yet.'
78
78
  },
79
79
  formNotRelevantLabel: {
80
80
  id: 'feedback-collector.form.not-relevant.label',
@@ -124,12 +124,12 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
124
124
  selectionOptionDefaultLabel: {
125
125
  id: 'feedback-collector.option.default.label',
126
126
  defaultMessage: 'Select feedback',
127
- description: 'The feedback dropdown list label'
127
+ description: 'The text is shown as the visible label of the feedback type drop-down selector in the feedback collector form, prompting the user to choose a feedback category.'
128
128
  },
129
129
  selectionOptionDefaultPlaceholder: {
130
130
  id: 'feedback-collector.option.default.placeholder',
131
131
  defaultMessage: 'Choose one',
132
- description: 'The feedback dropdown list placeholder'
132
+ description: 'The text is shown as the placeholder inside the feedback type drop-down selector before the user makes a selection, prompting them to pick one of the available feedback categories.'
133
133
  },
134
134
  feedbackIconLabel: {
135
135
  id: 'proforma-form-builder.feedback-icon-label',
@@ -154,7 +154,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
154
154
  feedbackIsAnonymous: {
155
155
  id: 'feedback-collector.anonymous',
156
156
  defaultMessage: 'This feedback is being submitted anonymously. Atlassian will not be able to contact you directly regarding this feedback',
157
- description: 'Notice that feedback is anonymous'
157
+ description: 'The text is shown as an informational notice in the feedback collector form when the user is submitting feedback anonymously, informing them that Atlassian will not be able to follow up with them directly.'
158
158
  },
159
159
  requiredFieldsSummary: {
160
160
  id: 'feedback-collector.required.fields.summary',
@@ -38,7 +38,7 @@ export const messages = defineMessages({
38
38
  submitButtonLabel: {
39
39
  id: 'feedback-collector.submit-button.label',
40
40
  defaultMessage: 'Send feedback',
41
- description: 'The button to submit the feedback form'
41
+ description: "The text is shown on a primary submit button at the bottom of the feedback collector form. When clicked, it submits the user's feedback to Atlassian."
42
42
  },
43
43
  cancelButtonLabel: {
44
44
  id: 'feedback-collector.cancel-button.label',
@@ -68,7 +68,7 @@ export const messages = defineMessages({
68
68
  formEmptyLabel: {
69
69
  id: 'feedback-collector.form.empty.label',
70
70
  defaultMessage: 'Select an option',
71
- description: 'The default dropdown list option'
71
+ description: 'The text is shown as the default empty/placeholder option in the feedback type drop-down list when no option has been selected yet.'
72
72
  },
73
73
  formNotRelevantLabel: {
74
74
  id: 'feedback-collector.form.not-relevant.label',
@@ -118,12 +118,12 @@ export const messages = defineMessages({
118
118
  selectionOptionDefaultLabel: {
119
119
  id: 'feedback-collector.option.default.label',
120
120
  defaultMessage: 'Select feedback',
121
- description: 'The feedback dropdown list label'
121
+ description: 'The text is shown as the visible label of the feedback type drop-down selector in the feedback collector form, prompting the user to choose a feedback category.'
122
122
  },
123
123
  selectionOptionDefaultPlaceholder: {
124
124
  id: 'feedback-collector.option.default.placeholder',
125
125
  defaultMessage: 'Choose one',
126
- description: 'The feedback dropdown list placeholder'
126
+ description: 'The text is shown as the placeholder inside the feedback type drop-down selector before the user makes a selection, prompting them to pick one of the available feedback categories.'
127
127
  },
128
128
  feedbackIconLabel: {
129
129
  id: 'proforma-form-builder.feedback-icon-label',
@@ -148,7 +148,7 @@ export const messages = defineMessages({
148
148
  feedbackIsAnonymous: {
149
149
  id: 'feedback-collector.anonymous',
150
150
  defaultMessage: 'This feedback is being submitted anonymously. Atlassian will not be able to contact you directly regarding this feedback',
151
- description: 'Notice that feedback is anonymous'
151
+ description: 'The text is shown as an informational notice in the feedback collector form when the user is submitting feedback anonymously, informing them that Atlassian will not be able to follow up with them directly.'
152
152
  },
153
153
  requiredFieldsSummary: {
154
154
  id: 'feedback-collector.required.fields.summary',
@@ -38,7 +38,7 @@ export var messages = defineMessages({
38
38
  submitButtonLabel: {
39
39
  id: 'feedback-collector.submit-button.label',
40
40
  defaultMessage: 'Send feedback',
41
- description: 'The button to submit the feedback form'
41
+ description: "The text is shown on a primary submit button at the bottom of the feedback collector form. When clicked, it submits the user's feedback to Atlassian."
42
42
  },
43
43
  cancelButtonLabel: {
44
44
  id: 'feedback-collector.cancel-button.label',
@@ -68,7 +68,7 @@ export var messages = defineMessages({
68
68
  formEmptyLabel: {
69
69
  id: 'feedback-collector.form.empty.label',
70
70
  defaultMessage: 'Select an option',
71
- description: 'The default dropdown list option'
71
+ description: 'The text is shown as the default empty/placeholder option in the feedback type drop-down list when no option has been selected yet.'
72
72
  },
73
73
  formNotRelevantLabel: {
74
74
  id: 'feedback-collector.form.not-relevant.label',
@@ -118,12 +118,12 @@ export var messages = defineMessages({
118
118
  selectionOptionDefaultLabel: {
119
119
  id: 'feedback-collector.option.default.label',
120
120
  defaultMessage: 'Select feedback',
121
- description: 'The feedback dropdown list label'
121
+ description: 'The text is shown as the visible label of the feedback type drop-down selector in the feedback collector form, prompting the user to choose a feedback category.'
122
122
  },
123
123
  selectionOptionDefaultPlaceholder: {
124
124
  id: 'feedback-collector.option.default.placeholder',
125
125
  defaultMessage: 'Choose one',
126
- description: 'The feedback dropdown list placeholder'
126
+ description: 'The text is shown as the placeholder inside the feedback type drop-down selector before the user makes a selection, prompting them to pick one of the available feedback categories.'
127
127
  },
128
128
  feedbackIconLabel: {
129
129
  id: 'proforma-form-builder.feedback-icon-label',
@@ -148,7 +148,7 @@ export var messages = defineMessages({
148
148
  feedbackIsAnonymous: {
149
149
  id: 'feedback-collector.anonymous',
150
150
  defaultMessage: 'This feedback is being submitted anonymously. Atlassian will not be able to contact you directly regarding this feedback',
151
- description: 'Notice that feedback is anonymous'
151
+ description: 'The text is shown as an informational notice in the feedback collector form when the user is submitting feedback anonymously, informing them that Atlassian will not be able to follow up with them directly.'
152
152
  },
153
153
  requiredFieldsSummary: {
154
154
  id: 'feedback-collector.required.fields.summary',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "15.1.0",
3
+ "version": "15.1.1",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,11 +35,11 @@
35
35
  "@atlaskit/afm-i18n-platform-web-platform-feedback-collector": "2.96.0",
36
36
  "@atlaskit/button": "^23.11.0",
37
37
  "@atlaskit/checkbox": "^17.3.0",
38
- "@atlaskit/flag": "^17.9.0",
38
+ "@atlaskit/flag": "^17.11.0",
39
39
  "@atlaskit/form": "^15.5.0",
40
- "@atlaskit/icon": "^34.2.0",
40
+ "@atlaskit/icon": "^34.4.0",
41
41
  "@atlaskit/link": "^3.4.0",
42
- "@atlaskit/modal-dialog": "^14.16.0",
42
+ "@atlaskit/modal-dialog": "^15.0.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/section-message": "^8.12.0",
45
45
  "@atlaskit/select": "^21.10.0",