@atlaskit/feedback-collector 12.1.1 → 12.1.3
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 +12 -0
- package/dist/cjs/components/FeedbackCollector.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/FeedbackCollector.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/FeedbackCollector.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.5/components/FeedbackButton.d.ts +7 -0
- package/dist/types-ts4.5/components/FeedbackCollector.d.ts +168 -0
- package/dist/types-ts4.5/components/FeedbackFlag.d.ts +11 -0
- package/dist/types-ts4.5/components/FeedbackForm.d.ts +40 -0
- package/dist/types-ts4.5/components/IntlProviderWithResolvedMessages.d.ts +4 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +29 -0
- package/dist/types-ts4.5/i18n/da.d.ts +29 -0
- package/dist/types-ts4.5/i18n/de.d.ts +29 -0
- package/dist/types-ts4.5/i18n/en.d.ts +29 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +29 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +29 -0
- package/dist/types-ts4.5/i18n/es.d.ts +29 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +29 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +29 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +29 -0
- package/dist/types-ts4.5/i18n/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +29 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +29 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +29 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +29 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +29 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +29 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +29 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +29 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +29 -0
- package/dist/types-ts4.5/i18n/th.d.ts +29 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +29 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +29 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +29 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +29 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +29 -0
- package/dist/types-ts4.5/index.d.ts +7 -0
- package/dist/types-ts4.5/messages.d.ts +102 -0
- package/dist/types-ts4.5/types.d.ts +11 -0
- package/dist/types-ts4.5/utils/Truncate.d.ts +1 -0
- package/dist/types-ts4.5/utils/i18n-get-messages-for-locale.d.ts +11 -0
- package/dist/types-ts4.5/utils/is-api-gateway-url.d.ts +1 -0
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/feedback-collector
|
|
2
2
|
|
|
3
|
+
## 12.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
8
|
+
|
|
9
|
+
## 12.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
14
|
+
|
|
3
15
|
## 12.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -136,7 +136,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
136
136
|
}, {
|
|
137
137
|
key: "getPackageVersion",
|
|
138
138
|
value: function getPackageVersion() {
|
|
139
|
-
return "12.1.
|
|
139
|
+
return "12.1.3" || 'Unknown, at least 11.0.0';
|
|
140
140
|
}
|
|
141
141
|
}, {
|
|
142
142
|
key: "getEntitlementInformation",
|
package/dist/cjs/version.json
CHANGED
|
@@ -81,7 +81,7 @@ export default class FeedbackCollector extends Component {
|
|
|
81
81
|
return FeedbackCollector.defaultProps.url;
|
|
82
82
|
}
|
|
83
83
|
getPackageVersion() {
|
|
84
|
-
return "12.1.
|
|
84
|
+
return "12.1.3" || 'Unknown, at least 11.0.0';
|
|
85
85
|
}
|
|
86
86
|
async getEntitlementInformation() {
|
|
87
87
|
var _productName;
|
package/dist/es2019/version.json
CHANGED
|
@@ -126,7 +126,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
126
126
|
}, {
|
|
127
127
|
key: "getPackageVersion",
|
|
128
128
|
value: function getPackageVersion() {
|
|
129
|
-
return "12.1.
|
|
129
|
+
return "12.1.3" || 'Unknown, at least 11.0.0';
|
|
130
130
|
}
|
|
131
131
|
}, {
|
|
132
132
|
key: "getEntitlementInformation",
|
package/dist/esm/version.json
CHANGED
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import { FormFields, SelectOptionDetails, SelectValue } from '../types';
|
|
3
|
+
type FieldValueType = string | Object | Object[];
|
|
4
|
+
export type FieldType = {
|
|
5
|
+
id: string;
|
|
6
|
+
value: FieldValueType;
|
|
7
|
+
};
|
|
8
|
+
type FeedbackType = {
|
|
9
|
+
fields: FieldType[];
|
|
10
|
+
};
|
|
11
|
+
export interface Props {
|
|
12
|
+
/** Override the URL for all HTTPS calls, only needed if service is not behind stargate (like the Atlaskit frontend itself) */
|
|
13
|
+
url?: string;
|
|
14
|
+
/** A custom URL for the Stargate gateway, this field takes priority over `url` */
|
|
15
|
+
customGatewayUrl?: string;
|
|
16
|
+
/** A custom URL for the Feedback Collector API, this field takes priority over `url` */
|
|
17
|
+
customFeedbackUrl?: string;
|
|
18
|
+
/** Whether to request email details and product entitlements */
|
|
19
|
+
shouldGetEntitlementDetails?: boolean;
|
|
20
|
+
/** The customer email */
|
|
21
|
+
email?: string;
|
|
22
|
+
/** The customer name */
|
|
23
|
+
name?: string;
|
|
24
|
+
/** The id of the entrypoint in the feedback service; to acquire your entrypointId, visit the #feedback-collectors channel */
|
|
25
|
+
entrypointId: string;
|
|
26
|
+
/** Additional fields to send to the widget service **/
|
|
27
|
+
additionalFields: FieldType[];
|
|
28
|
+
/** Override the default id for the "can be contacted" custom field in your widget service **/
|
|
29
|
+
canBeContactedFieldId: string;
|
|
30
|
+
/** Override the agree value for the "can be contacted" custom field in your widget service */
|
|
31
|
+
canBeContactedAgreeValue: FieldValueType;
|
|
32
|
+
/** Override the decline value for the "can be contacted" custom field in your widget service */
|
|
33
|
+
canBeContactedDeclineValue: FieldValueType;
|
|
34
|
+
/** Override the default id for the "customer name" custom field in your widget service */
|
|
35
|
+
customerNameFieldId: string;
|
|
36
|
+
/** Override the default value for the "customer name" custom field in your widget service */
|
|
37
|
+
customerNameDefaultValue: FieldValueType;
|
|
38
|
+
/** Override the default id for the "description" custom field in your widget service */
|
|
39
|
+
descriptionFieldId: string;
|
|
40
|
+
/** Override the default value for the "description" custom field in your widget service */
|
|
41
|
+
descriptionDefaultValue: FieldValueType;
|
|
42
|
+
/** Override the default id for the "enroll in research" custom field in your widget service */
|
|
43
|
+
enrollInResearchFieldId: string;
|
|
44
|
+
/** Override the agree value for the "enroll in research" custom field in your widget service */
|
|
45
|
+
enrollInResearchAgreeValue: FieldValueType;
|
|
46
|
+
/** Override the decline value for the "enroll in research" custom field in your widget service */
|
|
47
|
+
enrollInResearchDeclineValue: FieldValueType;
|
|
48
|
+
/** Override the default id for the "email" custom field in your widget service */
|
|
49
|
+
emailFieldId: string;
|
|
50
|
+
/** Override the default value for the "email" custom field in your widget service */
|
|
51
|
+
emailDefaultValue: FieldValueType;
|
|
52
|
+
/** Override the default id for the "summary" custom field in your widget service */
|
|
53
|
+
summaryFieldId: string;
|
|
54
|
+
/** Override the default value for the "summary" custom field in your widget service */
|
|
55
|
+
summaryDefaultValue: FieldValueType;
|
|
56
|
+
/** Number of characters that the "summary" field accepts, the rest will be truncated */
|
|
57
|
+
summaryTruncateLength: number;
|
|
58
|
+
/** After this delay the onSubmit callback will be triggered optimistically */
|
|
59
|
+
timeoutOnSubmit: number;
|
|
60
|
+
/** Override the default id for the "type" custom field in your widget service */
|
|
61
|
+
typeFieldId: string;
|
|
62
|
+
/** Override the default value for the "Bug" type of response in your widget service */
|
|
63
|
+
typeBugDefaultValue: FieldValueType;
|
|
64
|
+
/** Override the default value for the "Comment" type of response in your widget service */
|
|
65
|
+
typeCommentDefaultValue: FieldValueType;
|
|
66
|
+
/** Override the default value for the "Suggestion" type of response in your widget service */
|
|
67
|
+
typeSuggestionDefaultValue: FieldValueType;
|
|
68
|
+
/** Override the default value for the "Question" type of response in your widget service */
|
|
69
|
+
typeQuestionDefaultValue: FieldValueType;
|
|
70
|
+
/** Override the default value for the "Empty" type of response in your widget service */
|
|
71
|
+
typeEmptyDefaultValue: FieldValueType;
|
|
72
|
+
/** Override to hide the feedback type select drop down for the feedback */
|
|
73
|
+
showTypeField: boolean;
|
|
74
|
+
/** Message which will be shown as the title of the feedback dialog */
|
|
75
|
+
feedbackTitle?: React.ReactText;
|
|
76
|
+
/** Message which will be shown below the title of the feedback dialog */
|
|
77
|
+
feedbackTitleDetails?: React.ReactChild;
|
|
78
|
+
/** Message which will be shown next to the enrol in research checkbox */
|
|
79
|
+
enrolInResearchLabel?: React.ReactChild;
|
|
80
|
+
/** Message which will be shown next to the can be contacted checkbox */
|
|
81
|
+
canBeContactedLabel?: React.ReactChild;
|
|
82
|
+
/** Message which will be shown inside the summary text field */
|
|
83
|
+
summaryPlaceholder?: string;
|
|
84
|
+
/** Message for submit button label */
|
|
85
|
+
submitButtonLabel?: string;
|
|
86
|
+
/** Message for cancel button label */
|
|
87
|
+
cancelButtonLabel?: string;
|
|
88
|
+
/** Message for select option labels and field labels */
|
|
89
|
+
feedbackGroupLabels?: Record<SelectValue, SelectOptionDetails>;
|
|
90
|
+
/** Function that will be called to initiate the exit transition. */
|
|
91
|
+
onClose: () => void;
|
|
92
|
+
/** Function that will be called optimistically after a delay when the feedback is submitted. */
|
|
93
|
+
onSubmit: (formFields: FormFields) => void;
|
|
94
|
+
/** Optional locale for i18n */
|
|
95
|
+
locale?: string;
|
|
96
|
+
/** Optional custom modal content */
|
|
97
|
+
customContent?: React.ReactChild;
|
|
98
|
+
/** Override to hide the default text fields for feedback */
|
|
99
|
+
showDefaultTextFields?: boolean;
|
|
100
|
+
}
|
|
101
|
+
export default class FeedbackCollector extends Component<Props> {
|
|
102
|
+
static defaultProps: {
|
|
103
|
+
url: string;
|
|
104
|
+
shouldGetEntitlementDetails: boolean;
|
|
105
|
+
canBeContactedFieldId: string;
|
|
106
|
+
canBeContactedAgreeValue: {
|
|
107
|
+
id: string;
|
|
108
|
+
}[];
|
|
109
|
+
canBeContactedDeclineValue: {
|
|
110
|
+
id: string;
|
|
111
|
+
}[];
|
|
112
|
+
additionalFields: never[];
|
|
113
|
+
customerNameFieldId: string;
|
|
114
|
+
customerNameDefaultValue: string;
|
|
115
|
+
descriptionFieldId: string;
|
|
116
|
+
descriptionDefaultValue: string;
|
|
117
|
+
enrollInResearchFieldId: string;
|
|
118
|
+
enrollInResearchAgreeValue: {
|
|
119
|
+
id: string;
|
|
120
|
+
}[];
|
|
121
|
+
enrollInResearchDeclineValue: {
|
|
122
|
+
id: string;
|
|
123
|
+
}[];
|
|
124
|
+
emailFieldId: string;
|
|
125
|
+
emailDefaultValue: string;
|
|
126
|
+
summaryFieldId: string;
|
|
127
|
+
summaryDefaultValue: string;
|
|
128
|
+
summaryTruncateLength: number;
|
|
129
|
+
timeoutOnSubmit: number;
|
|
130
|
+
typeFieldId: string;
|
|
131
|
+
typeBugDefaultValue: {
|
|
132
|
+
id: string;
|
|
133
|
+
};
|
|
134
|
+
typeCommentDefaultValue: {
|
|
135
|
+
id: string;
|
|
136
|
+
};
|
|
137
|
+
typeSuggestionDefaultValue: {
|
|
138
|
+
id: string;
|
|
139
|
+
};
|
|
140
|
+
typeQuestionDefaultValue: {
|
|
141
|
+
id: string;
|
|
142
|
+
};
|
|
143
|
+
typeEmptyDefaultValue: {
|
|
144
|
+
id: string;
|
|
145
|
+
};
|
|
146
|
+
showTypeField: boolean;
|
|
147
|
+
showDefaultTextFields: boolean;
|
|
148
|
+
onClose: () => void;
|
|
149
|
+
onSubmit: () => void;
|
|
150
|
+
};
|
|
151
|
+
getGatewayUrl(): string;
|
|
152
|
+
getFeedbackUrl(): string;
|
|
153
|
+
getPackageVersion(): string;
|
|
154
|
+
getEntitlementInformation(): Promise<FieldType[] | [
|
|
155
|
+
]>;
|
|
156
|
+
getTypeFieldValue(dtype: SelectValue): FieldValueType;
|
|
157
|
+
getEmailAndAtlassianID(formValues: FormFields): Promise<{
|
|
158
|
+
email: any;
|
|
159
|
+
aaidOrHash: any;
|
|
160
|
+
}>;
|
|
161
|
+
getDescription(formValues: FormFields): FieldValueType;
|
|
162
|
+
getSummary(formValues: FormFields): FieldValueType;
|
|
163
|
+
getCustomerName(): FieldValueType;
|
|
164
|
+
mapFormToJSD(formValues: FormFields): Promise<FeedbackType>;
|
|
165
|
+
postFeedback: (formValues: FormFields) => Promise<void>;
|
|
166
|
+
render(): JSX.Element;
|
|
167
|
+
}
|
|
168
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
|
+
interface AkProps {
|
|
3
|
+
isDismissAllowed?: boolean;
|
|
4
|
+
description?: React.ReactText;
|
|
5
|
+
title?: React.ReactText;
|
|
6
|
+
onDismissed?: (...args: Array<any>) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const FeedbackFlagWithIntl: FunctionComponent<AkProps & {
|
|
9
|
+
locale?: string;
|
|
10
|
+
}>;
|
|
11
|
+
export default FeedbackFlagWithIntl;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
|
+
import { FormFields, SelectOptionDetails, SelectValue } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
/** Message which will be shown as the title of the feedback dialog **/
|
|
5
|
+
feedbackTitle?: React.ReactText;
|
|
6
|
+
/** Override to hide the feedback type select drop down for the feedback **/
|
|
7
|
+
showTypeField?: boolean;
|
|
8
|
+
/** Override to hide the default text fields for feedback **/
|
|
9
|
+
showDefaultTextFields?: boolean;
|
|
10
|
+
/** Message which will be shown below the title of the feedback dialog **/
|
|
11
|
+
feedbackTitleDetails?: React.ReactChild;
|
|
12
|
+
/** Message which will be shown next to the enrol in research checkbox **/
|
|
13
|
+
enrolInResearchLabel?: React.ReactChild;
|
|
14
|
+
/** Message which will be shown next to the can be contacted checkbox **/
|
|
15
|
+
canBeContactedLabel?: React.ReactChild;
|
|
16
|
+
/** Message which will be shown inside the summary text field **/
|
|
17
|
+
summaryPlaceholder?: string;
|
|
18
|
+
/** Message for submit button label **/
|
|
19
|
+
submitButtonLabel?: string;
|
|
20
|
+
/** Message for cancel button label **/
|
|
21
|
+
cancelButtonLabel?: string;
|
|
22
|
+
/** Message for select option labels and field labels **/
|
|
23
|
+
feedbackGroupLabels?: Record<SelectValue, SelectOptionDetails>;
|
|
24
|
+
/** Function that will be called to initiate the exit transition. */
|
|
25
|
+
onClose: () => void;
|
|
26
|
+
/** Function that will be called immediately after the submit action */
|
|
27
|
+
onSubmit: (formValues: FormFields) => Promise<void>;
|
|
28
|
+
/** Optional locale for i18n **/
|
|
29
|
+
locale?: string;
|
|
30
|
+
/** Optional custom content */
|
|
31
|
+
customContent?: React.ReactChild;
|
|
32
|
+
}
|
|
33
|
+
export interface OptionType {
|
|
34
|
+
label: React.ReactText;
|
|
35
|
+
value: SelectValue;
|
|
36
|
+
}
|
|
37
|
+
declare const FeedbackFormWithIntl: FunctionComponent<Props & {
|
|
38
|
+
locale?: string;
|
|
39
|
+
}>;
|
|
40
|
+
export default FeedbackFormWithIntl;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as fr } from './fr';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'feedback-collector.can-be-contacted.label': string;
|
|
9
|
+
'feedback-collector.cancel-button.label': string;
|
|
10
|
+
'feedback-collector.enrol-in-research.label': string;
|
|
11
|
+
'feedback-collector.feedback-title': string;
|
|
12
|
+
'feedback-collector.form.bug.label': string;
|
|
13
|
+
'feedback-collector.form.comment.label': string;
|
|
14
|
+
'feedback-collector.form.empty.label': string;
|
|
15
|
+
'feedback-collector.form.question.label': string;
|
|
16
|
+
'feedback-collector.form.suggestion.label': string;
|
|
17
|
+
'feedback-collector.option.bug.label': string;
|
|
18
|
+
'feedback-collector.option.comment.label': string;
|
|
19
|
+
'feedback-collector.option.default.label': string;
|
|
20
|
+
'feedback-collector.option.question.label': string;
|
|
21
|
+
'feedback-collector.option.suggestion.label': string;
|
|
22
|
+
'feedback-collector.submit-button.label': string;
|
|
23
|
+
'feedback-collector.success-flag.description': string;
|
|
24
|
+
'feedback-collector.success-flag.title': string;
|
|
25
|
+
'feedback-collector.summary-placeholder': string;
|
|
26
|
+
'proforma-form-builder.feedback-icon-label': string;
|
|
27
|
+
'proforma-form-builder.give-feedback': string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import FeedbackButton from './components/FeedbackButton';
|
|
2
|
+
import FeedbackCollector from './components/FeedbackCollector';
|
|
3
|
+
import FeedbackFlag from './components/FeedbackFlag';
|
|
4
|
+
import FeedbackForm from './components/FeedbackForm';
|
|
5
|
+
export type { FormFields } from './types';
|
|
6
|
+
export default FeedbackCollector;
|
|
7
|
+
export { FeedbackFlag, FeedbackForm, FeedbackButton };
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export declare const messages: {
|
|
2
|
+
feedbackTitle: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
enrolInResearchLabel: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
canBeContactedLabel: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
summaryPlaceholder: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
formCommentLabel: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
submitButtonLabel: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
cancelButtonLabel: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
giveFeedback: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
formBugLabel: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
formSuggestionLabel: {
|
|
48
|
+
id: string;
|
|
49
|
+
defaultMessage: string;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
formQuestionLabel: {
|
|
53
|
+
id: string;
|
|
54
|
+
defaultMessage: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
formEmptyLabel: {
|
|
58
|
+
id: string;
|
|
59
|
+
defaultMessage: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
selectionOptionQuestionLabel: {
|
|
63
|
+
id: string;
|
|
64
|
+
defaultMessage: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
selectionOptionCommentLabel: {
|
|
68
|
+
id: string;
|
|
69
|
+
defaultMessage: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
selectionOptionBugLabel: {
|
|
73
|
+
id: string;
|
|
74
|
+
defaultMessage: string;
|
|
75
|
+
description: string;
|
|
76
|
+
};
|
|
77
|
+
selectionOptionSuggestionLabel: {
|
|
78
|
+
id: string;
|
|
79
|
+
defaultMessage: string;
|
|
80
|
+
description: string;
|
|
81
|
+
};
|
|
82
|
+
selectionOptionDefaultLabel: {
|
|
83
|
+
id: string;
|
|
84
|
+
defaultMessage: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
feedbackIconLabel: {
|
|
88
|
+
id: string;
|
|
89
|
+
defaultMessage: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
feedbackSuccessFlagDescription: {
|
|
93
|
+
id: string;
|
|
94
|
+
defaultMessage: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
feedbackSuccessFlagTitle: {
|
|
98
|
+
id: string;
|
|
99
|
+
defaultMessage: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type SelectValue = 'bug' | 'comment' | 'suggestion' | 'question' | 'empty';
|
|
2
|
+
export interface FormFields {
|
|
3
|
+
type: SelectValue;
|
|
4
|
+
description: string;
|
|
5
|
+
canBeContacted: boolean;
|
|
6
|
+
enrollInResearchGroup: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface SelectOptionDetails {
|
|
9
|
+
fieldLabel: string;
|
|
10
|
+
selectOptionLabel: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function truncate(text: string, maxLength: number): string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tries to get the most specific messages bundle for a given locale.
|
|
3
|
+
*
|
|
4
|
+
* Strategy:
|
|
5
|
+
* 1. Try to find messages with the exact string (i.e. 'fr_FR')
|
|
6
|
+
* 2. If that doesn't work, try to find messages for the country locale (i.e. 'fr')
|
|
7
|
+
* 3. If that doesn't work, return english messages as a fallback.
|
|
8
|
+
*
|
|
9
|
+
* @param locale string specifying the locale like 'en_GB', or 'fr'.
|
|
10
|
+
*/
|
|
11
|
+
export declare const getMessagesForLocale: (locale: string) => Promise<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isApiGatewayUrl: (url: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/feedback-collector",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.3",
|
|
4
4
|
"description": "A component that collects feedback across Atlassian products.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@atlaskit/form": "^8.11.0",
|
|
41
41
|
"@atlaskit/icon": "^21.12.0",
|
|
42
42
|
"@atlaskit/modal-dialog": "^12.5.0",
|
|
43
|
-
"@atlaskit/select": "^16.
|
|
44
|
-
"@atlaskit/textarea": "^4.
|
|
43
|
+
"@atlaskit/select": "^16.5.0",
|
|
44
|
+
"@atlaskit/textarea": "^4.7.0",
|
|
45
45
|
"@atlaskit/theme": "^12.5.0",
|
|
46
|
-
"@atlaskit/tokens": "^1.
|
|
46
|
+
"@atlaskit/tokens": "^1.5.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
49
49
|
},
|
|
@@ -52,10 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@atlaskit/docs": "*",
|
|
55
|
-
"@atlaskit/logo": "^13.14.0",
|
|
56
55
|
"@atlaskit/section-message": "^6.4.0",
|
|
57
56
|
"@atlaskit/ssr": "*",
|
|
58
|
-
"@atlaskit/textfield": "^5.
|
|
57
|
+
"@atlaskit/textfield": "^5.5.0",
|
|
59
58
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
60
59
|
"@testing-library/react": "^12.1.5",
|
|
61
60
|
"@testing-library/react-hooks": "^8.0.1",
|