@atlaskit/contextual-survey 2.5.0 → 2.5.2
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,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type FormValues } from '../types';
|
|
3
3
|
export declare enum DismissTrigger {
|
|
4
4
|
AutoDismiss = "AUTO_DISMISS",
|
|
@@ -36,5 +36,5 @@ interface Props {
|
|
|
36
36
|
onMailingListAnswer: (answer: boolean) => Promise<void>;
|
|
37
37
|
}
|
|
38
38
|
export declare const AUTO_DISAPPEAR_DURATION: number;
|
|
39
|
-
declare const _default: ({ question, statement, onDismiss, onSubmit, onMailingListAnswer, getUserHasAnsweredMailingList, textLabel, textPlaceholder, }: Props) => JSX.Element;
|
|
39
|
+
declare const _default: ({ question, statement, onDismiss, onSubmit, onMailingListAnswer, getUserHasAnsweredMailingList, textLabel, textPlaceholder, }: Props) => React.JSX.Element;
|
|
40
40
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type FormValues } from '../types';
|
|
3
3
|
export declare enum DismissTrigger {
|
|
4
4
|
AutoDismiss = "AUTO_DISMISS",
|
|
@@ -36,5 +36,5 @@ interface Props {
|
|
|
36
36
|
onMailingListAnswer: (answer: boolean) => Promise<void>;
|
|
37
37
|
}
|
|
38
38
|
export declare const AUTO_DISAPPEAR_DURATION: number;
|
|
39
|
-
declare const _default: ({ question, statement, onDismiss, onSubmit, onMailingListAnswer, getUserHasAnsweredMailingList, textLabel, textPlaceholder, }: Props) => JSX.Element;
|
|
39
|
+
declare const _default: ({ question, statement, onDismiss, onSubmit, onMailingListAnswer, getUserHasAnsweredMailingList, textLabel, textPlaceholder, }: Props) => React.JSX.Element;
|
|
40
40
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/contextual-survey",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "A React component used to ask the user for feedback",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/button": "^20.
|
|
38
|
+
"@atlaskit/button": "^20.5.0",
|
|
39
39
|
"@atlaskit/checkbox": "^15.3.0",
|
|
40
40
|
"@atlaskit/form": "^11.1.0",
|
|
41
41
|
"@atlaskit/heading": "^4.1.0",
|
|
42
|
-
"@atlaskit/icon": "^23.
|
|
43
|
-
"@atlaskit/primitives": "^13.
|
|
44
|
-
"@atlaskit/textarea": "^
|
|
45
|
-
"@atlaskit/theme": "^
|
|
42
|
+
"@atlaskit/icon": "^23.7.0",
|
|
43
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
44
|
+
"@atlaskit/textarea": "^6.0.0",
|
|
45
|
+
"@atlaskit/theme": "^15.0.0",
|
|
46
46
|
"@atlaskit/tokens": "^3.3.0",
|
|
47
47
|
"@atlaskit/tooltip": "^19.1.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|