@atlaskit/feedback-collector 14.6.12 → 14.6.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 14.6.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.6.12
4
10
 
5
11
  ### Patch Changes
@@ -42,7 +42,6 @@ var FeedbackButton = function FeedbackButton(props) {
42
42
  },
43
43
  iconBefore: function iconBefore(iconProps) {
44
44
  return /*#__PURE__*/_react.default.createElement(_feedback.default, (0, _extends2.default)({
45
- LEGACY_size: "small",
46
45
  color: "currentColor"
47
46
  }, iconProps));
48
47
  }
@@ -26,7 +26,6 @@ const FeedbackButton = props => {
26
26
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
27
27
  onClick: () => setIsOpen(true),
28
28
  iconBefore: iconProps => /*#__PURE__*/React.createElement(FeedbackIcon, _extends({
29
- LEGACY_size: "small",
30
29
  color: "currentColor"
31
30
  }, iconProps))
32
31
  }, formatMessage(messages.giveFeedback)), isOpen && /*#__PURE__*/React.createElement(FeedbackCollector, {
@@ -33,7 +33,6 @@ var FeedbackButton = function FeedbackButton(props) {
33
33
  },
34
34
  iconBefore: function iconBefore(iconProps) {
35
35
  return /*#__PURE__*/React.createElement(FeedbackIcon, _extends({
36
- LEGACY_size: "small",
37
36
  color: "currentColor"
38
37
  }, iconProps));
39
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "14.6.12",
3
+ "version": "14.6.13",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,18 +34,18 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/afm-i18n-platform-web-platform-feedback-collector": "2.7.0",
36
36
  "@atlaskit/button": "^23.9.0",
37
- "@atlaskit/checkbox": "^17.2.0",
38
- "@atlaskit/flag": "^17.7.0",
39
- "@atlaskit/form": "^15.2.0",
40
- "@atlaskit/icon": "^29.3.0",
41
- "@atlaskit/link": "^3.2.0",
42
- "@atlaskit/modal-dialog": "^14.9.0",
37
+ "@atlaskit/checkbox": "^17.3.0",
38
+ "@atlaskit/flag": "^17.8.0",
39
+ "@atlaskit/form": "^15.3.0",
40
+ "@atlaskit/icon": "^29.4.0",
41
+ "@atlaskit/link": "^3.3.0",
42
+ "@atlaskit/modal-dialog": "^14.10.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/section-message": "^8.11.0",
45
- "@atlaskit/select": "^21.6.0",
44
+ "@atlaskit/section-message": "^8.12.0",
45
+ "@atlaskit/select": "^21.7.0",
46
46
  "@atlaskit/textarea": "^8.2.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tokens": "^9.0.0",
48
+ "@atlaskit/tokens": "^10.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"
51
51
  },