@atlaskit/feedback-collector 15.0.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 +17 -0
- package/dist/cjs/messages.js +5 -5
- package/dist/es2019/messages.js +5 -5
- package/dist/esm/messages.js +5 -5
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/feedback-collector
|
|
2
2
|
|
|
3
|
+
## 15.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 15.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`a8e9bef6d418f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8e9bef6d418f) -
|
|
14
|
+
Remove flag to increase accessibility in links.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 15.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -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:
|
|
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
|
|
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
|
|
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
|
|
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: '
|
|
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',
|
package/dist/es2019/messages.js
CHANGED
|
@@ -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:
|
|
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
|
|
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
|
|
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
|
|
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: '
|
|
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/dist/esm/messages.js
CHANGED
|
@@ -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:
|
|
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
|
|
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
|
|
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
|
|
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: '
|
|
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.
|
|
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,15 +35,15 @@
|
|
|
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.
|
|
38
|
+
"@atlaskit/flag": "^17.11.0",
|
|
39
39
|
"@atlaskit/form": "^15.5.0",
|
|
40
|
-
"@atlaskit/icon": "^34.
|
|
40
|
+
"@atlaskit/icon": "^34.4.0",
|
|
41
41
|
"@atlaskit/link": "^3.4.0",
|
|
42
|
-
"@atlaskit/modal-dialog": "^
|
|
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",
|
|
46
|
-
"@atlaskit/textarea": "^8.
|
|
46
|
+
"@atlaskit/textarea": "^8.3.0",
|
|
47
47
|
"@atlaskit/tokens": "^13.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0"
|
|
49
49
|
},
|
|
@@ -83,9 +83,6 @@
|
|
|
83
83
|
"platform.proforma-form-builder-feedback_hupaz": {
|
|
84
84
|
"type": "boolean"
|
|
85
85
|
},
|
|
86
|
-
"dst-a11y__replace-anchor-with-link__belugas-feedba": {
|
|
87
|
-
"type": "boolean"
|
|
88
|
-
},
|
|
89
86
|
"product-terminology-refresh": {
|
|
90
87
|
"type": "boolean"
|
|
91
88
|
},
|