@atlaskit/contextual-survey 5.0.11 → 5.0.13
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/FeedbackScoreButtons.js +1 -1
- package/dist/cjs/components/SignUpPrompt.js +1 -1
- package/dist/cjs/components/SuccessContainer.js +1 -1
- package/dist/cjs/components/SurveyContainer.js +1 -1
- package/dist/cjs/components/SurveyForm.js +1 -1
- package/dist/cjs/components/SurveyMarshal.js +1 -1
- package/dist/es2019/components/FeedbackScoreButtons.js +1 -1
- package/dist/es2019/components/SignUpPrompt.js +1 -1
- package/dist/es2019/components/SuccessContainer.js +1 -1
- package/dist/es2019/components/SurveyContainer.js +1 -1
- package/dist/es2019/components/SurveyForm.js +1 -1
- package/dist/es2019/components/SurveyMarshal.js +1 -1
- package/dist/esm/components/FeedbackScoreButtons.js +1 -1
- package/dist/esm/components/SignUpPrompt.js +1 -1
- package/dist/esm/components/SuccessContainer.js +1 -1
- package/dist/esm/components/SurveyContainer.js +1 -1
- package/dist/esm/components/SurveyForm.js +1 -1
- package/dist/esm/components/SurveyMarshal.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* FeedbackScoreButtons.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* FeedbackScoreButtons.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./FeedbackScoreButtons.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SuccessContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SuccessContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./SuccessContainer.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* FeedbackScoreButtons.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* FeedbackScoreButtons.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./FeedbackScoreButtons.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SignUpPrompt.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SignUpPrompt.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./SignUpPrompt.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SuccessContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SuccessContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./SuccessContainer.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SurveyForm.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SurveyForm.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./SurveyForm.compiled.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/contextual-survey",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
4
4
|
"description": "A React component used to ask the user for feedback",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/button": "^23.
|
|
34
|
+
"@atlaskit/button": "^23.5.0",
|
|
35
35
|
"@atlaskit/checkbox": "^17.1.0",
|
|
36
|
-
"@atlaskit/form": "^
|
|
36
|
+
"@atlaskit/form": "^14.2.0",
|
|
37
37
|
"@atlaskit/heading": "^5.2.0",
|
|
38
|
-
"@atlaskit/icon": "^28.
|
|
38
|
+
"@atlaskit/icon": "^28.5.0",
|
|
39
39
|
"@atlaskit/link": "^3.2.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
41
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
42
42
|
"@atlaskit/textarea": "^8.0.0",
|
|
43
43
|
"@atlaskit/theme": "^21.0.0",
|
|
44
|
-
"@atlaskit/tokens": "^6.
|
|
45
|
-
"@atlaskit/tooltip": "^20.
|
|
44
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
45
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^0.18.3",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|