@atlaskit/help 9.2.3 → 9.3.0

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,16 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 9.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`00e69e0b7c839`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00e69e0b7c839) -
8
+ Clean up and removal of the `platform-visual-refresh-icons` feature flag.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 9.2.3
4
15
 
5
16
  ### Patch Changes
@@ -8,20 +8,13 @@ exports.IconWrapper = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _compiled = require("@atlaskit/primitives/compiled");
10
10
  var _icon = require("@atlaskit/icon");
11
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
12
11
  var IconWrapper = exports.IconWrapper = function IconWrapper(_ref) {
13
12
  var Icon = _ref.Icon,
14
13
  appearance = _ref.appearance;
15
14
  return /*#__PURE__*/_react.default.createElement(_compiled.Flex, {
16
15
  alignItems: "center",
17
16
  justifyContent: "center"
18
- }, !(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ? /*#__PURE__*/_react.default.createElement(Icon, {
19
- label: "",
20
- color: "var(--ds-icon-inverse, #FFFFFF)"
21
- }) :
22
- /*#__PURE__*/
23
- // @ts-ignore
24
- _react.default.createElement(_icon.IconTile, {
17
+ }, /*#__PURE__*/_react.default.createElement(_icon.IconTile, {
25
18
  icon: Icon,
26
19
  size: "16",
27
20
  label: "",
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Flex } from '@atlaskit/primitives/compiled';
3
3
  import { IconTile } from '@atlaskit/icon';
4
- import { fg } from '@atlaskit/platform-feature-flags';
5
4
  export const IconWrapper = ({
6
5
  Icon,
7
6
  appearance
@@ -9,13 +8,7 @@ export const IconWrapper = ({
9
8
  return /*#__PURE__*/React.createElement(Flex, {
10
9
  alignItems: "center",
11
10
  justifyContent: "center"
12
- }, !fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(Icon, {
13
- label: "",
14
- color: "var(--ds-icon-inverse, #FFFFFF)"
15
- }) :
16
- /*#__PURE__*/
17
- // @ts-ignore
18
- React.createElement(IconTile, {
11
+ }, /*#__PURE__*/React.createElement(IconTile, {
19
12
  icon: Icon,
20
13
  size: "16",
21
14
  label: "",
@@ -1,20 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Flex } from '@atlaskit/primitives/compiled';
3
3
  import { IconTile } from '@atlaskit/icon';
4
- import { fg } from '@atlaskit/platform-feature-flags';
5
4
  export var IconWrapper = function IconWrapper(_ref) {
6
5
  var Icon = _ref.Icon,
7
6
  appearance = _ref.appearance;
8
7
  return /*#__PURE__*/React.createElement(Flex, {
9
8
  alignItems: "center",
10
9
  justifyContent: "center"
11
- }, !fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(Icon, {
12
- label: "",
13
- color: "var(--ds-icon-inverse, #FFFFFF)"
14
- }) :
15
- /*#__PURE__*/
16
- // @ts-ignore
17
- React.createElement(IconTile, {
10
+ }, /*#__PURE__*/React.createElement(IconTile, {
18
11
  icon: Icon,
19
12
  size: "16",
20
13
  label: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "9.2.3",
3
+ "version": "9.3.0",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/analytics-next": "^11.1.0",
35
35
  "@atlaskit/button": "^23.9.0",
36
- "@atlaskit/checkbox": "^17.2.0",
36
+ "@atlaskit/checkbox": "^17.3.0",
37
37
  "@atlaskit/form": "^15.2.0",
38
38
  "@atlaskit/heading": "^5.2.0",
39
39
  "@atlaskit/help-article": "^6.0.0",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/notification-log-client": "^6.4.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/primitives": "^17.0.0",
46
- "@atlaskit/radio": "^8.3.0",
46
+ "@atlaskit/radio": "^8.4.0",
47
47
  "@atlaskit/section-message": "^8.11.0",
48
48
  "@atlaskit/select": "^21.6.0",
49
49
  "@atlaskit/spinner": "^19.0.0",