@atlaskit/feedback-collector 14.6.10 → 14.6.11

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,13 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 14.6.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
8
+ Icon entrypoint migration
9
+ - Updated dependencies
10
+
3
11
  ## 14.6.10
4
12
 
5
13
  ### Patch Changes
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _reactIntlNext = require("react-intl-next");
10
10
  var _flag = require("@atlaskit/flag");
11
- var _statusSuccessCheckCircle = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-success--check-circle"));
11
+ var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
12
12
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
13
13
  var _colors = require("@atlaskit/theme/colors");
14
14
  var _messages = require("../messages");
@@ -19,7 +19,7 @@ var FeedbackFlag = function FeedbackFlag(_ref) {
19
19
  var _useIntl = (0, _reactIntlNext.useIntl)(),
20
20
  formatMessage = _useIntl.formatMessage;
21
21
  return /*#__PURE__*/_react.default.createElement(_flag.AutoDismissFlag, {
22
- icon: /*#__PURE__*/_react.default.createElement(_statusSuccessCheckCircle.default, {
22
+ icon: /*#__PURE__*/_react.default.createElement(_statusSuccess.default, {
23
23
  spacing: "spacious",
24
24
  color: "var(--ds-icon-success, ".concat(_colors.G300, ")"),
25
25
  label: "Success"
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { useIntl } from 'react-intl-next';
3
3
  import { AutoDismissFlag } from '@atlaskit/flag';
4
- import SuccessIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
4
+ import SuccessIcon from '@atlaskit/icon/core/status-success';
5
5
  import { fg } from '@atlaskit/platform-feature-flags';
6
6
  import { G300 } from '@atlaskit/theme/colors';
7
7
  import { messages } from '../messages';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { useIntl } from 'react-intl-next';
3
3
  import { AutoDismissFlag } from '@atlaskit/flag';
4
- import SuccessIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
4
+ import SuccessIcon from '@atlaskit/icon/core/status-success';
5
5
  import { fg } from '@atlaskit/platform-feature-flags';
6
6
  import { G300 } from '@atlaskit/theme/colors';
7
7
  import { messages } from '../messages';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "14.6.10",
3
+ "version": "14.6.11",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/afm-i18n-platform-web-platform-feedback-collector": "2.7.0",
36
- "@atlaskit/button": "^23.7.0",
36
+ "@atlaskit/button": "^23.9.0",
37
37
  "@atlaskit/checkbox": "^17.2.0",
38
- "@atlaskit/flag": "^17.6.0",
39
- "@atlaskit/form": "^15.0.0",
40
- "@atlaskit/icon": "^29.0.0",
38
+ "@atlaskit/flag": "^17.7.0",
39
+ "@atlaskit/form": "^15.1.0",
40
+ "@atlaskit/icon": "^29.3.0",
41
41
  "@atlaskit/link": "^3.2.0",
42
- "@atlaskit/modal-dialog": "^14.8.0",
42
+ "@atlaskit/modal-dialog": "^14.9.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/section-message": "^8.10.0",
45
- "@atlaskit/select": "^21.5.0",
44
+ "@atlaskit/section-message": "^8.11.0",
45
+ "@atlaskit/select": "^21.6.0",
46
46
  "@atlaskit/textarea": "^8.2.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tokens": "^8.4.0",
48
+ "@atlaskit/tokens": "^9.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"
51
51
  },