@atlaskit/contextual-survey 3.1.0 → 3.1.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,11 +1,26 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
14
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
15
+ Update `@compiled/react` dependency for improved type checking support.
16
+ - Updated dependencies
17
+
3
18
  ## 3.1.0
4
19
 
5
20
  ### Minor Changes
6
21
 
7
- - Migrate from @emotion/react to @compiled/react, enabled by feature gate: platform_contextual_survey_enable_compiled_fg
8
-
22
+ - Migrate from @emotion/react to @compiled/react, enabled by feature gate:
23
+ platform_contextual_survey_enable_compiled_fg
9
24
 
10
25
  ## 3.0.4
11
26
 
@@ -60,7 +60,7 @@ var _default = exports.default = function _default(_ref) {
60
60
  }, "Sign up for the", ' ', /*#__PURE__*/React.createElement(_link.default, {
61
61
  href: "https://www.atlassian.com/research-group",
62
62
  target: "_blank"
63
- }, "Atlassian Research Group"), " and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
63
+ }, "Atlassian Research Group"), ' ', "and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
64
64
  className: (0, _runtime.ax)(["_19pkxy5q _1e0c1txw _1bahesu3 _pof3u2gc"])
65
65
  }, /*#__PURE__*/React.createElement(_new.default, {
66
66
  appearance: "subtle",
@@ -31,7 +31,7 @@ export default (({
31
31
  }, "Sign up for the", ' ', /*#__PURE__*/React.createElement(Link, {
32
32
  href: "https://www.atlassian.com/research-group",
33
33
  target: "_blank"
34
- }, "Atlassian Research Group"), " and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
34
+ }, "Atlassian Research Group"), ' ', "and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
35
35
  className: ax(["_19pkxy5q _1e0c1txw _1bahesu3 _pof3u2gc"])
36
36
  }, /*#__PURE__*/React.createElement(Button, {
37
37
  appearance: "subtle",
@@ -50,7 +50,7 @@ export default (function (_ref) {
50
50
  }, "Sign up for the", ' ', /*#__PURE__*/React.createElement(Link, {
51
51
  href: "https://www.atlassian.com/research-group",
52
52
  target: "_blank"
53
- }, "Atlassian Research Group"), " and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
53
+ }, "Atlassian Research Group"), ' ', "and we may contact you in the future with research opportunities."))), /*#__PURE__*/React.createElement("div", {
54
54
  className: ax(["_19pkxy5q _1e0c1txw _1bahesu3 _pof3u2gc"])
55
55
  }, /*#__PURE__*/React.createElement(Button, {
56
56
  appearance: "subtle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/contextual-survey",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,11 +37,11 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/button": "^21.1.0",
40
+ "@atlaskit/button": "^22.0.0",
41
41
  "@atlaskit/checkbox": "^17.0.0",
42
42
  "@atlaskit/form": "^12.0.0",
43
43
  "@atlaskit/heading": "^5.1.0",
44
- "@atlaskit/icon": "^25.0.0",
44
+ "@atlaskit/icon": "^25.2.0",
45
45
  "@atlaskit/link": "^3.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/primitives": "^14.2.0",
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/tokens": "^4.5.0",
51
51
  "@atlaskit/tooltip": "^20.0.0",
52
52
  "@babel/runtime": "^7.0.0",
53
- "@compiled/react": "^0.18.2",
53
+ "@compiled/react": "^0.18.3",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "react-transition-group": "^4.4.1"
56
56
  },