@atlaskit/help 7.9.1 → 7.10.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.
Files changed (80) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/afm-cc/tsconfig.json +9 -0
  3. package/dist/cjs/analytics.js +1 -1
  4. package/dist/cjs/assets/IconWrapper.js +32 -0
  5. package/dist/cjs/assets/WhatsNewIcoExperiment.js +8 -3
  6. package/dist/cjs/assets/WhatsNewIconFix.js +8 -3
  7. package/dist/cjs/assets/WhatsNewIconImprovement.js +8 -3
  8. package/dist/cjs/assets/WhatsNewIconNew.js +8 -3
  9. package/dist/cjs/assets/WhatsNewIconRemoved.js +8 -3
  10. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  11. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  12. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  13. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  14. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  15. package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
  16. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  17. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  18. package/dist/cjs/components/RelatedArticles/index.js +1 -1
  19. package/dist/cjs/components/Search/SearchInput/index.js +1 -1
  20. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  21. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  22. package/dist/cjs/util/styled.js +1 -1
  23. package/dist/es2019/analytics.js +1 -1
  24. package/dist/es2019/assets/IconWrapper.js +26 -0
  25. package/dist/es2019/assets/WhatsNewIcoExperiment.js +8 -3
  26. package/dist/es2019/assets/WhatsNewIconFix.js +8 -3
  27. package/dist/es2019/assets/WhatsNewIconImprovement.js +8 -3
  28. package/dist/es2019/assets/WhatsNewIconNew.js +8 -3
  29. package/dist/es2019/assets/WhatsNewIconRemoved.js +8 -3
  30. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  31. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  32. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  33. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  34. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  35. package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
  36. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  37. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  38. package/dist/es2019/components/RelatedArticles/index.js +1 -1
  39. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  40. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  41. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  42. package/dist/es2019/util/styled.js +1 -0
  43. package/dist/esm/analytics.js +1 -1
  44. package/dist/esm/assets/IconWrapper.js +25 -0
  45. package/dist/esm/assets/WhatsNewIcoExperiment.js +8 -3
  46. package/dist/esm/assets/WhatsNewIconFix.js +8 -3
  47. package/dist/esm/assets/WhatsNewIconImprovement.js +8 -3
  48. package/dist/esm/assets/WhatsNewIconNew.js +8 -3
  49. package/dist/esm/assets/WhatsNewIconRemoved.js +8 -3
  50. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  51. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  52. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  53. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  54. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  55. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  56. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  57. package/dist/esm/components/HelpContentButton/index.js +1 -1
  58. package/dist/esm/components/RelatedArticles/index.js +1 -1
  59. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  60. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  61. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  62. package/dist/esm/util/styled.js +1 -1
  63. package/dist/types/assets/IconWrapper.d.ts +9 -0
  64. package/dist/types-ts4.5/assets/IconWrapper.d.ts +9 -0
  65. package/package.json +10 -5
  66. package/dist/cjs/assets/WhatsNewIcoExperiment.svg +0 -5
  67. package/dist/cjs/assets/WhatsNewIconFix.svg +0 -5
  68. package/dist/cjs/assets/WhatsNewIconImprovement.svg +0 -3
  69. package/dist/cjs/assets/WhatsNewIconNew.svg +0 -3
  70. package/dist/cjs/assets/WhatsNewIconRemoved.svg +0 -3
  71. package/dist/es2019/assets/WhatsNewIcoExperiment.svg +0 -5
  72. package/dist/es2019/assets/WhatsNewIconFix.svg +0 -5
  73. package/dist/es2019/assets/WhatsNewIconImprovement.svg +0 -3
  74. package/dist/es2019/assets/WhatsNewIconNew.svg +0 -3
  75. package/dist/es2019/assets/WhatsNewIconRemoved.svg +0 -3
  76. package/dist/esm/assets/WhatsNewIcoExperiment.svg +0 -5
  77. package/dist/esm/assets/WhatsNewIconFix.svg +0 -5
  78. package/dist/esm/assets/WhatsNewIconImprovement.svg +0 -3
  79. package/dist/esm/assets/WhatsNewIconNew.svg +0 -3
  80. package/dist/esm/assets/WhatsNewIconRemoved.svg +0 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#154753](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154753)
8
+ [`81738a3eb81e1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81738a3eb81e1) -
9
+ [ux] Move custom icons to legacy icon package in preparation for upcoming iconography refresh.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.9.1
4
16
 
5
17
  ### Patch Changes
@@ -39,12 +39,21 @@
39
39
  {
40
40
  "path": "../../../design-system/icon/afm-cc/tsconfig.json"
41
41
  },
42
+ {
43
+ "path": "../../../design-system/legacy-custom-icons/afm-cc/tsconfig.json"
44
+ },
42
45
  {
43
46
  "path": "../../../notifications/notification-indicator/afm-cc/tsconfig.json"
44
47
  },
45
48
  {
46
49
  "path": "../../../notifications/notification-log-client/afm-cc/tsconfig.json"
47
50
  },
51
+ {
52
+ "path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
53
+ },
54
+ {
55
+ "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
56
+ },
48
57
  {
49
58
  "path": "../../../design-system/radio/afm-cc/tsconfig.json"
50
59
  },
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
14
14
  var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
15
15
  componentName: 'help',
16
16
  packageName: "@atlaskit/help",
17
- packageVersion: "7.9.1"
17
+ packageVersion: "7.10.0"
18
18
  };
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.IconWrapper = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _primitives = require("@atlaskit/primitives");
10
+ var _icon = require("@atlaskit/icon");
11
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
12
+ var IconWrapper = exports.IconWrapper = function IconWrapper(_ref) {
13
+ var Icon = _ref.Icon,
14
+ LegacyIcon = _ref.LegacyIcon,
15
+ appearance = _ref.appearance;
16
+ return /*#__PURE__*/_react.default.createElement(_primitives.Flex, {
17
+ alignItems: "center",
18
+ justifyContent: "center"
19
+ }, !(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ? /*#__PURE__*/_react.default.createElement(Icon, {
20
+ LEGACY_fallbackIcon: LegacyIcon,
21
+ label: "",
22
+ color: "var(--ds-icon-inverse, #FFFFFF)"
23
+ }) :
24
+ /*#__PURE__*/
25
+ // @ts-ignore
26
+ _react.default.createElement(_icon.IconTile, {
27
+ icon: Icon,
28
+ size: "16",
29
+ label: "",
30
+ appearance: appearance
31
+ }));
32
+ };
@@ -6,9 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = WhatsNewIcoExperiment;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _WhatsNewIcoExperiment = _interopRequireDefault(require("./WhatsNewIcoExperiment.svg"));
9
+ var _flaskIcon = _interopRequireDefault(require("@atlaskit/legacy-custom-icons/flask-icon"));
10
+ var _flask = _interopRequireDefault(require("@atlaskit/icon/core/flask"));
11
+ var _IconWrapper = require("./IconWrapper");
12
+ var _colors = require("@atlaskit/theme/colors");
10
13
  function WhatsNewIcoExperiment() {
11
- return /*#__PURE__*/_react.default.createElement("img", {
12
- src: _WhatsNewIcoExperiment.default
14
+ return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
15
+ Icon: _flask.default,
16
+ LegacyIcon: _flaskIcon.default,
17
+ appearance: "var(--ds-icon-discovery, ".concat(_colors.P500, ")")
13
18
  });
14
19
  }
@@ -6,9 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = WhatsNewIconFix;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _WhatsNewIconFix = _interopRequireDefault(require("./WhatsNewIconFix.svg"));
9
+ var _bugIcon = _interopRequireDefault(require("@atlaskit/legacy-custom-icons/bug-icon"));
10
+ var _bug = _interopRequireDefault(require("@atlaskit/icon/core/bug"));
11
+ var _IconWrapper = require("./IconWrapper");
12
+ var _colors = require("@atlaskit/theme/colors");
10
13
  function WhatsNewIconFix() {
11
- return /*#__PURE__*/_react.default.createElement("img", {
12
- src: _WhatsNewIconFix.default
14
+ return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
15
+ Icon: _bug.default,
16
+ LegacyIcon: _bugIcon.default,
17
+ appearance: "var(--ds-icon-information, ".concat(_colors.B500, ")")
13
18
  });
14
19
  }
@@ -6,9 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = WhatsNewIconImprovement;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _WhatsNewIconImprovement = _interopRequireDefault(require("./WhatsNewIconImprovement.svg"));
9
+ var _megaphoneStarIcon = _interopRequireDefault(require("@atlaskit/legacy-custom-icons/megaphone-star-icon"));
10
+ var _megaphone = _interopRequireDefault(require("@atlaskit/icon/core/megaphone"));
11
+ var _IconWrapper = require("./IconWrapper");
12
+ var _colors = require("@atlaskit/theme/colors");
10
13
  function WhatsNewIconImprovement() {
11
- return /*#__PURE__*/_react.default.createElement("img", {
12
- src: _WhatsNewIconImprovement.default
14
+ return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
15
+ Icon: _megaphone.default,
16
+ LegacyIcon: _megaphoneStarIcon.default,
17
+ appearance: "var(--ds-icon-warning, ".concat(_colors.Y200, ")")
13
18
  });
14
19
  }
@@ -6,9 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = WhatsNewIconNew;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _WhatsNewIconNew = _interopRequireDefault(require("./WhatsNewIconNew.svg"));
9
+ var _megaphoneIcon = _interopRequireDefault(require("@atlaskit/legacy-custom-icons/megaphone-icon"));
10
+ var _megaphone = _interopRequireDefault(require("@atlaskit/icon/core/megaphone"));
11
+ var _IconWrapper = require("./IconWrapper");
12
+ var _colors = require("@atlaskit/theme/colors");
10
13
  function WhatsNewIconNew() {
11
- return /*#__PURE__*/_react.default.createElement("img", {
12
- src: _WhatsNewIconNew.default
14
+ return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
15
+ Icon: _megaphone.default,
16
+ LegacyIcon: _megaphoneIcon.default,
17
+ appearance: "var(--ds-icon, ".concat(_colors.N400, ")")
13
18
  });
14
19
  }
@@ -6,9 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = WhatsNewIconRemoved;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _WhatsNewIconRemoved = _interopRequireDefault(require("./WhatsNewIconRemoved.svg"));
9
+ var _deleteIcon = _interopRequireDefault(require("@atlaskit/legacy-custom-icons/delete-icon"));
10
+ var _delete = _interopRequireDefault(require("@atlaskit/icon/core/delete"));
11
+ var _IconWrapper = require("./IconWrapper");
12
+ var _colors = require("@atlaskit/theme/colors");
10
13
  function WhatsNewIconRemoved() {
11
- return /*#__PURE__*/_react.default.createElement("img", {
12
- src: _WhatsNewIconRemoved.default
14
+ return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
15
+ Icon: _delete.default,
16
+ LegacyIcon: _deleteIcon.default,
17
+ appearance: "var(--ds-icon-disabled, ".concat(_colors.N700, ")")
13
18
  });
14
19
  }
@@ -15,7 +15,7 @@ var _styled = require("./styled");
15
15
  var ANALYTICS_CONTEXT_DATA = {
16
16
  componentName: 'ArticleLoadingFail',
17
17
  packageName: "@atlaskit/help",
18
- packageVersion: "7.9.1"
18
+ packageVersion: "7.10.0"
19
19
  };
20
20
  var ArticleLoadingFail = exports.ArticleLoadingFail = function ArticleLoadingFail(_ref) {
21
21
  var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
13
13
  var ANALYTICS_CONTEXT_DATA = {
14
14
  componentName: 'ArticleWasHelpfulNoButton',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "7.9.1"
16
+ packageVersion: "7.10.0"
17
17
  };
18
18
  var ArticleWasHelpfulNoButton = exports.ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
19
19
  var _ref$isSelected = _ref.isSelected,
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
13
13
  var ANALYTICS_CONTEXT_DATA = {
14
14
  componentName: 'ArticleWasHelpfulYesButton',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "7.9.1"
16
+ packageVersion: "7.10.0"
17
17
  };
18
18
  var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
19
19
  var _ref$isSelected = _ref.isSelected,
@@ -42,7 +42,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
42
42
  var ANALYTICS_CONTEXT_DATA = {
43
43
  componentName: 'ArticleWasHelpfulForm',
44
44
  packageName: "@atlaskit/help",
45
- packageVersion: "7.9.1"
45
+ packageVersion: "7.10.0"
46
46
  };
47
47
  var buttonStyles = (0, _react2.css)({
48
48
  padding: '0',
@@ -65,7 +65,7 @@ var HelpArticle = exports.HelpArticle = function HelpArticle(_ref) {
65
65
  analyticsEvent.payload.attributes = {
66
66
  componentName: 'Article',
67
67
  packageName: "@atlaskit/help",
68
- packageVersion: "7.9.1"
68
+ packageVersion: "7.10.0"
69
69
  };
70
70
  if (onRelatedArticlesShowMoreClick) {
71
71
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -22,7 +22,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
22
22
  var analyticsContextData = {
23
23
  componentName: 'ArticlesListItem',
24
24
  packageName: "@atlaskit/help",
25
- packageVersion: "7.9.1"
25
+ packageVersion: "7.10.0"
26
26
  };
27
27
  var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
28
28
  var formatMessage = _ref.intl.formatMessage,
@@ -18,7 +18,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
18
18
  var ANALYTICS_CONTEXT_DATA = {
19
19
  componentName: 'ArticlesListItem',
20
20
  packageName: "@atlaskit/help",
21
- packageVersion: "7.9.1"
21
+ packageVersion: "7.10.0"
22
22
  };
23
23
  var highlightText = function highlightText(text) {
24
24
  if (!text) {
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
17
17
  var analitycsContextData = {
18
18
  componentName: 'HelpContentButton',
19
19
  packageName: "@atlaskit/help",
20
- packageVersion: "7.9.1"
20
+ packageVersion: "7.10.0"
21
21
  };
22
22
  var HelpContentButton = function HelpContentButton(_ref) {
23
23
  var _ref$id = _ref.id,
@@ -33,7 +33,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
34
34
 
35
35
  var packageName = "@atlaskit/help";
36
- var packageVersion = "7.9.1";
36
+ var packageVersion = "7.10.0";
37
37
  var buttonStyles = (0, _react2.css)({
38
38
  padding: '0',
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -32,7 +32,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
32
32
  var ANALYTICS_CONTEXT_DATA = {
33
33
  componentName: 'searchInput',
34
34
  packageName: "@atlaskit/help",
35
- packageVersion: "7.9.1"
35
+ packageVersion: "7.10.0"
36
36
  };
37
37
  var buttonStyles = (0, _react2.css)({
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
21
21
  var ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'WhatsNewButton',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.9.1"
24
+ packageVersion: "7.10.0"
25
25
  };
26
26
  var WhatsNewButton = exports.WhatsNewButton = function WhatsNewButton(_ref) {
27
27
  var productName = _ref.productName,
@@ -15,7 +15,7 @@ var _styled2 = require("./styled");
15
15
  var ANALYTICS_CONTEXT_DATA = {
16
16
  componentName: 'ArticlesListItem',
17
17
  packageName: "@atlaskit/help",
18
- packageVersion: "7.9.1"
18
+ packageVersion: "7.10.0"
19
19
  };
20
20
  var WhatsNewResultListItem = exports.WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
21
21
  var formatMessage = _ref.intl.formatMessage,
@@ -116,7 +116,7 @@ var LoadingCircle = exports.LoadingCircle = _styled.default.div(function (props)
116
116
  */
117
117
 
118
118
  // eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
119
- var WhatsNewTypeIcon = exports.WhatsNewTypeIcon = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tposition: relative;\n\theight: ", ";\n\twidth: ", ";\n\tborder-radius: 2px;\n\tbackground-color: ", ";\n\n\t& > img {\n\t\twidth: calc(100% - ", "px);\n\t\theight: calc(100% - ", "px);\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\n\t\t& > svg {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", function (_ref) {
119
+ var WhatsNewTypeIcon = exports.WhatsNewTypeIcon = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tposition: relative;\n\theight: ", ";\n\twidth: ", ";\n\tborder-radius: 2px;\n\tcolor: #ffff;\n\tbackground-color: ", ";\n\n\t& > img {\n\t\twidth: calc(100% - ", "px);\n\t\theight: calc(100% - ", "px);\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\n\t\t& > svg {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", function (_ref) {
120
120
  var type = _ref.type;
121
121
  switch (type) {
122
122
  case _WhatsNew.WHATS_NEW_ITEM_TYPES.IMPROVEMENT:
@@ -5,5 +5,5 @@ export const createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export const defaultAnalyticsAttributes = {
6
6
  componentName: 'help',
7
7
  packageName: "@atlaskit/help",
8
- packageVersion: "7.9.1"
8
+ packageVersion: "7.10.0"
9
9
  };
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { Flex } from '@atlaskit/primitives';
3
+ import { IconTile } from '@atlaskit/icon';
4
+ import { fg } from '@atlaskit/platform-feature-flags';
5
+ export const IconWrapper = ({
6
+ Icon,
7
+ LegacyIcon,
8
+ appearance
9
+ }) => {
10
+ return /*#__PURE__*/React.createElement(Flex, {
11
+ alignItems: "center",
12
+ justifyContent: "center"
13
+ }, !fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(Icon, {
14
+ LEGACY_fallbackIcon: LegacyIcon,
15
+ label: "",
16
+ color: "var(--ds-icon-inverse, #FFFFFF)"
17
+ }) :
18
+ /*#__PURE__*/
19
+ // @ts-ignore
20
+ React.createElement(IconTile, {
21
+ icon: Icon,
22
+ size: "16",
23
+ label: "",
24
+ appearance: appearance
25
+ }));
26
+ };
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIcoExperimentSvg from './WhatsNewIcoExperiment.svg';
2
+ import LegacyFlaskIcon from '@atlaskit/legacy-custom-icons/flask-icon';
3
+ import FlaskIcon from '@atlaskit/icon/core/flask';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { P500 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIcoExperiment() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIcoExperimentSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: FlaskIcon,
9
+ LegacyIcon: LegacyFlaskIcon,
10
+ appearance: `var(--ds-icon-discovery, ${P500})`
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconFixSvg from './WhatsNewIconFix.svg';
2
+ import LegacyBugIcon from '@atlaskit/legacy-custom-icons/bug-icon';
3
+ import BugIcon from '@atlaskit/icon/core/bug';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { B500 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconFix() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconFixSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: BugIcon,
9
+ LegacyIcon: LegacyBugIcon,
10
+ appearance: `var(--ds-icon-information, ${B500})`
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconImprovementSvg from './WhatsNewIconImprovement.svg';
2
+ import LegacyMegaphoneWithStarIcon from '@atlaskit/legacy-custom-icons/megaphone-star-icon';
3
+ import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { Y200 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconImprovement() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconImprovementSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: MegaphoneIcon,
9
+ LegacyIcon: LegacyMegaphoneWithStarIcon,
10
+ appearance: `var(--ds-icon-warning, ${Y200})`
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconNewSvg from './WhatsNewIconNew.svg';
2
+ import LegacyMegaphoneIcon from '@atlaskit/legacy-custom-icons/megaphone-icon';
3
+ import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { N400 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconNew() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconNewSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: MegaphoneIcon,
9
+ LegacyIcon: LegacyMegaphoneIcon,
10
+ appearance: `var(--ds-icon, ${N400})`
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconRemovedSvg from './WhatsNewIconRemoved.svg';
2
+ import LegacyDeleteIcon from '@atlaskit/legacy-custom-icons/delete-icon';
3
+ import DeleteIcon from '@atlaskit/icon/core/delete';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { N700 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconRemoved() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconRemovedSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: DeleteIcon,
9
+ LegacyIcon: LegacyDeleteIcon,
10
+ appearance: `var(--ds-icon-disabled, ${N700})`
6
11
  });
7
12
  }
@@ -8,7 +8,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer } from './styled';
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticleLoadingFail',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  export const ArticleLoadingFail = ({
14
14
  onTryAgainButtonClick,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  const ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulNoButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.9.1"
9
+ packageVersion: "7.10.0"
10
10
  };
11
11
  export const ArticleWasHelpfulNoButton = ({
12
12
  isSelected = false,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  const ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulYesButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.9.1"
9
+ packageVersion: "7.10.0"
10
10
  };
11
11
  export const ArticleWasHelpfulYesButton = ({
12
12
  isSelected = false,
@@ -29,7 +29,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
29
29
  const ANALYTICS_CONTEXT_DATA = {
30
30
  componentName: 'ArticleWasHelpfulForm',
31
31
  packageName: "@atlaskit/help",
32
- packageVersion: "7.9.1"
32
+ packageVersion: "7.10.0"
33
33
  };
34
34
  const buttonStyles = css({
35
35
  padding: '0',
@@ -60,7 +60,7 @@ export const HelpArticle = ({
60
60
  analyticsEvent.payload.attributes = {
61
61
  componentName: 'Article',
62
62
  packageName: "@atlaskit/help",
63
- packageVersion: "7.9.1"
63
+ packageVersion: "7.10.0"
64
64
  };
65
65
  if (onRelatedArticlesShowMoreClick) {
66
66
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
13
13
  const analyticsContextData = {
14
14
  componentName: 'ArticlesListItem',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "7.9.1"
16
+ packageVersion: "7.10.0"
17
17
  };
18
18
  export const WhatsNewArticle = ({
19
19
  intl: {
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  const highlightText = text => {
14
14
  if (!text) {
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  const analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.9.1"
10
+ packageVersion: "7.10.0"
11
11
  };
12
12
  const HelpContentButton = ({
13
13
  id = '',
@@ -20,7 +20,7 @@ import { usePrevious } from '../../util/hooks/previous';
20
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
21
  import { css, jsx } from '@emotion/react';
22
22
  const packageName = "@atlaskit/help";
23
- const packageVersion = "7.9.1";
23
+ const packageVersion = "7.10.0";
24
24
  const buttonStyles = css({
25
25
  padding: '0',
26
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -21,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
21
21
  const ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'searchInput',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.9.1"
24
+ packageVersion: "7.10.0"
25
25
  };
26
26
  const buttonStyles = css({
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
11
11
  const ANALYTICS_CONTEXT_DATA = {
12
12
  componentName: 'WhatsNewButton',
13
13
  packageName: "@atlaskit/help",
14
- packageVersion: "7.9.1"
14
+ packageVersion: "7.10.0"
15
15
  };
16
16
  export const WhatsNewButton = ({
17
17
  productName,
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  export const WhatsNewResultListItem = ({
14
14
  intl: {
@@ -109,6 +109,7 @@ export const WhatsNewTypeIcon = styled.div`
109
109
  height: ${"var(--ds-space-200, 16px)"};
110
110
  width: ${"var(--ds-space-200, 16px)"};
111
111
  border-radius: 2px;
112
+ color: #ffff;
112
113
  background-color: ${({
113
114
  type
114
115
  }) => {
@@ -5,5 +5,5 @@ export var createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export var defaultAnalyticsAttributes = {
6
6
  componentName: 'help',
7
7
  packageName: "@atlaskit/help",
8
- packageVersion: "7.9.1"
8
+ packageVersion: "7.10.0"
9
9
  };
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { Flex } from '@atlaskit/primitives';
3
+ import { IconTile } from '@atlaskit/icon';
4
+ import { fg } from '@atlaskit/platform-feature-flags';
5
+ export var IconWrapper = function IconWrapper(_ref) {
6
+ var Icon = _ref.Icon,
7
+ LegacyIcon = _ref.LegacyIcon,
8
+ appearance = _ref.appearance;
9
+ return /*#__PURE__*/React.createElement(Flex, {
10
+ alignItems: "center",
11
+ justifyContent: "center"
12
+ }, !fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(Icon, {
13
+ LEGACY_fallbackIcon: LegacyIcon,
14
+ label: "",
15
+ color: "var(--ds-icon-inverse, #FFFFFF)"
16
+ }) :
17
+ /*#__PURE__*/
18
+ // @ts-ignore
19
+ React.createElement(IconTile, {
20
+ icon: Icon,
21
+ size: "16",
22
+ label: "",
23
+ appearance: appearance
24
+ }));
25
+ };
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIcoExperimentSvg from './WhatsNewIcoExperiment.svg';
2
+ import LegacyFlaskIcon from '@atlaskit/legacy-custom-icons/flask-icon';
3
+ import FlaskIcon from '@atlaskit/icon/core/flask';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { P500 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIcoExperiment() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIcoExperimentSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: FlaskIcon,
9
+ LegacyIcon: LegacyFlaskIcon,
10
+ appearance: "var(--ds-icon-discovery, ".concat(P500, ")")
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconFixSvg from './WhatsNewIconFix.svg';
2
+ import LegacyBugIcon from '@atlaskit/legacy-custom-icons/bug-icon';
3
+ import BugIcon from '@atlaskit/icon/core/bug';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { B500 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconFix() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconFixSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: BugIcon,
9
+ LegacyIcon: LegacyBugIcon,
10
+ appearance: "var(--ds-icon-information, ".concat(B500, ")")
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconImprovementSvg from './WhatsNewIconImprovement.svg';
2
+ import LegacyMegaphoneWithStarIcon from '@atlaskit/legacy-custom-icons/megaphone-star-icon';
3
+ import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { Y200 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconImprovement() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconImprovementSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: MegaphoneIcon,
9
+ LegacyIcon: LegacyMegaphoneWithStarIcon,
10
+ appearance: "var(--ds-icon-warning, ".concat(Y200, ")")
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconNewSvg from './WhatsNewIconNew.svg';
2
+ import LegacyMegaphoneIcon from '@atlaskit/legacy-custom-icons/megaphone-icon';
3
+ import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { N400 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconNew() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconNewSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: MegaphoneIcon,
9
+ LegacyIcon: LegacyMegaphoneIcon,
10
+ appearance: "var(--ds-icon, ".concat(N400, ")")
6
11
  });
7
12
  }
@@ -1,7 +1,12 @@
1
1
  import React from 'react';
2
- import WhatsNewIconRemovedSvg from './WhatsNewIconRemoved.svg';
2
+ import LegacyDeleteIcon from '@atlaskit/legacy-custom-icons/delete-icon';
3
+ import DeleteIcon from '@atlaskit/icon/core/delete';
4
+ import { IconWrapper } from './IconWrapper';
5
+ import { N700 } from '@atlaskit/theme/colors';
3
6
  export default function WhatsNewIconRemoved() {
4
- return /*#__PURE__*/React.createElement("img", {
5
- src: WhatsNewIconRemovedSvg
7
+ return /*#__PURE__*/React.createElement(IconWrapper, {
8
+ Icon: DeleteIcon,
9
+ LegacyIcon: LegacyDeleteIcon,
10
+ appearance: "var(--ds-icon-disabled, ".concat(N700, ")")
6
11
  });
7
12
  }
@@ -8,7 +8,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer } from './styled';
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticleLoadingFail',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  export var ArticleLoadingFail = function ArticleLoadingFail(_ref) {
14
14
  var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  var ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulNoButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.9.1"
9
+ packageVersion: "7.10.0"
10
10
  };
11
11
  export var ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  var ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulYesButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.9.1"
9
+ packageVersion: "7.10.0"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -30,7 +30,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
30
30
  var ANALYTICS_CONTEXT_DATA = {
31
31
  componentName: 'ArticleWasHelpfulForm',
32
32
  packageName: "@atlaskit/help",
33
- packageVersion: "7.9.1"
33
+ packageVersion: "7.10.0"
34
34
  };
35
35
  var buttonStyles = css({
36
36
  padding: '0',
@@ -56,7 +56,7 @@ export var HelpArticle = function HelpArticle(_ref) {
56
56
  analyticsEvent.payload.attributes = {
57
57
  componentName: 'Article',
58
58
  packageName: "@atlaskit/help",
59
- packageVersion: "7.9.1"
59
+ packageVersion: "7.10.0"
60
60
  };
61
61
  if (onRelatedArticlesShowMoreClick) {
62
62
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
13
13
  var analyticsContextData = {
14
14
  componentName: 'ArticlesListItem',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "7.9.1"
16
+ packageVersion: "7.10.0"
17
17
  };
18
18
  export var WhatsNewArticle = function WhatsNewArticle(_ref) {
19
19
  var formatMessage = _ref.intl.formatMessage,
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  var highlightText = function highlightText(text) {
14
14
  if (!text) {
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.9.1"
10
+ packageVersion: "7.10.0"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -23,7 +23,7 @@ import { usePrevious } from '../../util/hooks/previous';
23
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
24
24
  import { css, jsx } from '@emotion/react';
25
25
  var packageName = "@atlaskit/help";
26
- var packageVersion = "7.9.1";
26
+ var packageVersion = "7.10.0";
27
27
  var buttonStyles = css({
28
28
  padding: '0',
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -21,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
21
21
  var ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'searchInput',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.9.1"
24
+ packageVersion: "7.10.0"
25
25
  };
26
26
  var buttonStyles = css({
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
11
11
  var ANALYTICS_CONTEXT_DATA = {
12
12
  componentName: 'WhatsNewButton',
13
13
  packageName: "@atlaskit/help",
14
- packageVersion: "7.9.1"
14
+ packageVersion: "7.10.0"
15
15
  };
16
16
  export var WhatsNewButton = function WhatsNewButton(_ref) {
17
17
  var productName = _ref.productName,
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.9.1"
11
+ packageVersion: "7.10.0"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -108,7 +108,7 @@ export var LoadingCircle = styled.div(function (props) {
108
108
  */
109
109
 
110
110
  // eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
111
- export var WhatsNewTypeIcon = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tposition: relative;\n\theight: ", ";\n\twidth: ", ";\n\tborder-radius: 2px;\n\tbackground-color: ", ";\n\n\t& > img {\n\t\twidth: calc(100% - ", "px);\n\t\theight: calc(100% - ", "px);\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\n\t\t& > svg {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", function (_ref) {
111
+ export var WhatsNewTypeIcon = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tposition: relative;\n\theight: ", ";\n\twidth: ", ";\n\tborder-radius: 2px;\n\tcolor: #ffff;\n\tbackground-color: ", ";\n\n\t& > img {\n\t\twidth: calc(100% - ", "px);\n\t\theight: calc(100% - ", "px);\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\n\t\t& > svg {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", function (_ref) {
112
112
  var type = _ref.type;
113
113
  switch (type) {
114
114
  case WHATS_NEW_ITEM_TYPES.IMPROVEMENT:
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { type IconProps, type UNSAFE_NewCoreIconProps } from '@atlaskit/icon';
3
+ type IconWrapperProps = {
4
+ Icon: React.FC<UNSAFE_NewCoreIconProps>;
5
+ LegacyIcon: ({ label, primaryColor, secondaryColor, size, testId }: IconProps) => JSX.Element;
6
+ appearance: string;
7
+ };
8
+ export declare const IconWrapper: ({ Icon, LegacyIcon, appearance }: IconWrapperProps) => JSX.Element;
9
+ export {};
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { type IconProps, type UNSAFE_NewCoreIconProps } from '@atlaskit/icon';
3
+ type IconWrapperProps = {
4
+ Icon: React.FC<UNSAFE_NewCoreIconProps>;
5
+ LegacyIcon: ({ label, primaryColor, secondaryColor, size, testId }: IconProps) => JSX.Element;
6
+ appearance: string;
7
+ };
8
+ export declare const IconWrapper: ({ Icon, LegacyIcon, appearance }: IconWrapperProps) => JSX.Element;
9
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.9.1",
3
+ "version": "7.10.0",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,9 +34,6 @@
34
34
  },
35
35
  "runReact18": true
36
36
  },
37
- "scripts": {
38
- "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.svg"
39
- },
40
37
  "dependencies": {
41
38
  "@atlaskit/analytics-next": "^10.1.0",
42
39
  "@atlaskit/button": "^20.2.0",
@@ -44,9 +41,12 @@
44
41
  "@atlaskit/form": "^10.5.0",
45
42
  "@atlaskit/help-article": "^4.2.0",
46
43
  "@atlaskit/help-layout": "^4.3.0",
47
- "@atlaskit/icon": "^22.22.0",
44
+ "@atlaskit/icon": "^22.23.0",
45
+ "@atlaskit/legacy-custom-icons": "^0.8.0",
48
46
  "@atlaskit/notification-indicator": "^9.4.0",
49
47
  "@atlaskit/notification-log-client": "^6.1.0",
48
+ "@atlaskit/platform-feature-flags": "^0.3.0",
49
+ "@atlaskit/primitives": "^12.2.0",
50
50
  "@atlaskit/radio": "^6.5.0",
51
51
  "@atlaskit/section-message": "^6.6.0",
52
52
  "@atlaskit/select": "^18.1.0",
@@ -92,5 +92,10 @@
92
92
  "spacing"
93
93
  ]
94
94
  }
95
+ },
96
+ "platform-feature-flags": {
97
+ "platform-visual-refresh-icons": {
98
+ "type": "boolean"
99
+ }
95
100
  }
96
101
  }
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.4675 3V5.369L3.4985 9.5H8.501L6.532 5.369V3H5.4675ZM9.404 9.07C9.47661 9.22244 9.50943 9.39079 9.49941 9.55934C9.48939 9.72789 9.43686 9.89116 9.3467 10.0339C9.25655 10.1767 9.13171 10.2943 8.98384 10.3758C8.83596 10.4573 8.66985 10.5 8.501 10.5H3.4985C3.32969 10.4999 3.16365 10.4572 3.01584 10.3756C2.86803 10.2941 2.74326 10.1765 2.65316 10.0337C2.56307 9.89096 2.51058 9.72772 2.50058 9.55921C2.49059 9.3907 2.52341 9.2224 2.596 9.07L4.4675 5.143V2H7.5325V5.143L9.404 9.07Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.5H7.5L9 10H3L4.5 6.5Z" fill="white"/>
4
- <path d="M7.5 1.5H4.5C4.22386 1.5 4 1.72386 4 2C4 2.27614 4.22386 2.5 4.5 2.5H7.5C7.77614 2.5 8 2.27614 8 2C8 1.72386 7.77614 1.5 7.5 1.5Z" fill="white"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 4.65298C3.5 3.18798 4.619 1.99998 6 1.99998C7.3805 1.99998 8.4995 3.18798 8.4995 4.65298V7.84698C8.4995 9.31198 7.3805 10.5 6 10.5C4.619 10.5 3.5 9.31198 3.5 7.84698V4.65298ZM4.4995 7.84698C4.4995 8.72598 5.1715 9.43848 6 9.43848C6.8285 9.43848 7.5 8.72598 7.5 7.84698V4.65298C7.5 3.77398 6.8285 3.06148 6 3.06148C5.1715 3.06148 4.4995 3.77398 4.4995 4.65298V7.84698Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.19848C1.86739 6.19848 1.74022 6.25116 1.64645 6.34493C1.55268 6.4387 1.5 6.56587 1.5 6.69848C1.5 6.83109 1.55268 6.95827 1.64645 7.05204C1.74022 7.1458 1.86739 7.19848 2 7.19848H3.5C3.63261 7.19848 3.75979 7.1458 3.85355 7.05204C3.94732 6.95827 4 6.83109 4 6.69848C4 6.56587 3.94732 6.4387 3.85355 6.34493C3.75979 6.25116 3.63261 6.19848 3.5 6.19848H2ZM8.5 6.19848C8.3702 6.20259 8.24708 6.25704 8.15671 6.35031C8.06634 6.44359 8.01581 6.56836 8.01581 6.69823C8.01581 6.8281 8.06634 6.95288 8.15671 7.04615C8.24708 7.13942 8.3702 7.19388 8.5 7.19798H10.0005C10.0675 7.2001 10.1342 7.18874 10.1966 7.16458C10.2591 7.14042 10.3161 7.10395 10.3642 7.05733C10.4123 7.01072 10.4506 6.95491 10.4767 6.89322C10.5028 6.83153 10.5163 6.76522 10.5163 6.69823C10.5163 6.63124 10.5028 6.56493 10.4767 6.50324C10.4506 6.44156 10.4123 6.38575 10.3642 6.33913C10.3161 6.29252 10.2591 6.25605 10.1966 6.23188C10.1342 6.20772 10.0675 6.19636 10.0005 6.19848H8.5ZM3.8365 7.86998L1.825 8.60998C1.70142 8.65642 1.60114 8.74972 1.54592 8.86963C1.49069 8.98954 1.48497 9.12638 1.53 9.25048C1.55175 9.31185 1.58544 9.36831 1.62913 9.41658C1.67282 9.46486 1.72564 9.50401 1.78454 9.53176C1.84344 9.55951 1.90725 9.57532 1.9723 9.57828C2.03734 9.58124 2.10233 9.57128 2.1635 9.54898L4.174 8.80898C4.28298 8.76774 4.37418 8.6898 4.4319 8.58857C4.48962 8.48735 4.51024 8.36917 4.49023 8.25438C4.47022 8.13958 4.41083 8.03536 4.32226 7.95963C4.2337 7.88391 4.12151 7.84142 4.005 7.83948C3.94734 7.83944 3.89012 7.8496 3.836 7.86948L3.8365 7.86998ZM1.531 4.13598C1.50856 4.19725 1.49863 4.26239 1.50178 4.32756C1.50493 4.39273 1.52111 4.4566 1.54935 4.51542C1.57759 4.57424 1.61733 4.6268 1.66622 4.67C1.71511 4.71321 1.77216 4.74619 1.834 4.76698L3.819 5.46698C4.0825 5.56048 4.374 5.42898 4.469 5.17348C4.49152 5.11219 4.50151 5.047 4.4984 4.98177C4.49529 4.91655 4.47913 4.85261 4.45088 4.79373C4.42263 4.73486 4.38287 4.68225 4.33394 4.63901C4.28501 4.59577 4.2279 4.56277 4.166 4.54198L2.181 3.84198C2.12529 3.82221 2.06662 3.81207 2.0075 3.81198C1.8005 3.81198 1.605 3.93598 1.531 4.13598ZM9.799 3.86998L7.841 4.55398C7.571 4.64848 7.431 4.93548 7.53 5.19498C7.6285 5.45448 7.9275 5.58798 8.1975 5.49348L10.1555 4.80948C10.4255 4.71498 10.5655 4.42798 10.4665 4.16898C10.4278 4.07107 10.3602 3.9872 10.2728 3.92846C10.1855 3.86972 10.0823 3.83887 9.977 3.83998C9.9185 3.83998 9.858 3.84948 9.799 3.86998ZM7.53 8.17998C7.5068 8.24382 7.49645 8.31162 7.49953 8.37948C7.50262 8.44733 7.51908 8.51391 7.54799 8.57538C7.57689 8.63686 7.61765 8.69201 7.66794 8.73768C7.71822 8.78334 7.77704 8.81862 7.841 8.84148L9.799 9.54798C9.92846 9.59503 10.0713 9.589 10.1963 9.53122C10.3213 9.47343 10.4185 9.36857 10.4665 9.23948C10.4898 9.17561 10.5002 9.10777 10.4971 9.03985C10.4941 8.97194 10.4776 8.9053 10.4487 8.84377C10.4198 8.78224 10.379 8.72704 10.3287 8.68134C10.2784 8.63564 10.2195 8.60034 10.1555 8.57748L8.1975 7.87048C8.06799 7.82332 7.92507 7.82935 7.8 7.88726C7.67492 7.94516 7.57785 8.05022 7.53 8.17948V8.17998Z" fill="white"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3575 4.69848C4.22489 4.69848 4.09772 4.75116 4.00395 4.84493C3.91018 4.9387 3.8575 5.06587 3.8575 5.19848C3.8575 5.33109 3.91018 5.45827 4.00395 5.55204C4.09772 5.6458 4.22489 5.69848 4.3575 5.69848H7.3575C7.49011 5.69848 7.61729 5.6458 7.71105 5.55204C7.80482 5.45827 7.8575 5.33109 7.8575 5.19848C7.8575 5.06587 7.80482 4.9387 7.71105 4.84493C7.61729 4.75116 7.49011 4.69848 7.3575 4.69848H4.3575ZM4.415 1.66498C4.30016 1.73129 4.21637 1.8405 4.18205 1.96858C4.14773 2.09667 4.1657 2.23314 4.232 2.34798L4.607 2.99798C4.63959 3.0553 4.6832 3.10561 4.73531 3.14602C4.78743 3.18642 4.84702 3.21611 4.91065 3.23339C4.97429 3.25066 5.04072 3.25518 5.10611 3.24668C5.1715 3.23818 5.23456 3.21683 5.29166 3.18386C5.34877 3.15089 5.39879 3.10695 5.43884 3.05457C5.4789 3.00219 5.5082 2.9424 5.52505 2.87866C5.5419 2.81491 5.54598 2.74845 5.53705 2.68312C5.52812 2.61779 5.50635 2.55487 5.473 2.49798L5.098 1.84798C5.06527 1.79096 5.02158 1.74096 4.96946 1.70088C4.91734 1.66079 4.85781 1.6314 4.79429 1.61439C4.73078 1.59738 4.66453 1.5931 4.59935 1.60178C4.53417 1.61046 4.47185 1.63194 4.415 1.66498ZM6.98 1.85748L6.6075 2.50198C6.57451 2.55907 6.55308 2.62211 6.54445 2.68748C6.53581 2.75285 6.54014 2.81929 6.55718 2.88299C6.59159 3.01164 6.6757 3.12135 6.791 3.18798C6.9063 3.25462 7.04336 3.27272 7.17201 3.23831C7.23571 3.22127 7.29543 3.19185 7.34776 3.15173C7.40009 3.11161 7.44401 3.06157 7.477 3.00448L7.848 2.35948C7.89192 2.28322 7.91505 2.19677 7.91511 2.10877C7.91516 2.02077 7.89212 1.9343 7.8483 1.85798C7.80447 1.78167 7.7414 1.71819 7.66536 1.67388C7.58933 1.62957 7.503 1.60599 7.415 1.60548C7.3267 1.60533 7.23993 1.62857 7.16353 1.67284C7.08712 1.7171 7.0238 1.78081 6.98 1.85748Z" fill="white"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.638 2.19104L3.6785 4.62354L1.247 5.58204C1.17438 5.61085 1.11209 5.66082 1.06821 5.72545C1.02432 5.79009 1.00085 5.86641 1.00085 5.94454C1.00085 6.02266 1.02432 6.09899 1.06821 6.16362C1.11209 6.22826 1.17438 6.27822 1.247 6.30704L3.6785 7.26604L4.638 9.69754C4.66682 9.77015 4.71678 9.83244 4.78141 9.87633C4.84605 9.92022 4.92237 9.94368 5.0005 9.94368C5.07863 9.94368 5.15495 9.92022 5.21958 9.87633C5.28422 9.83244 5.33418 9.77015 5.363 9.69754H5.3625L6.3215 7.26604L8.7535 6.30654C8.82592 6.27753 8.88799 6.22749 8.93171 6.16288C8.97543 6.09827 8.9988 6.02205 8.9988 5.94404C8.9988 5.86602 8.97543 5.7898 8.93171 5.72519C8.88799 5.66058 8.82592 5.61055 8.7535 5.58154L6.3215 4.62354L5.3625 2.19104C5.34288 2.14136 5.31321 2.09626 5.27535 2.05858C5.2375 2.02089 5.19227 1.99143 5.1425 1.97204C5.09496 1.95323 5.04419 1.94397 4.99307 1.9448C4.94196 1.94563 4.89151 1.95653 4.84461 1.97686C4.79771 1.9972 4.75527 2.02659 4.71974 2.06334C4.6842 2.10009 4.65625 2.14348 4.6375 2.19104H4.638ZM8.7865 1.17604L8.415 2.11904L7.473 2.49054C7.42134 2.51147 7.3771 2.54736 7.34595 2.59359C7.3148 2.63982 7.29816 2.69429 7.29816 2.75004C7.29816 2.80578 7.3148 2.86026 7.34595 2.90649C7.3771 2.95272 7.42134 2.9886 7.473 3.00954L8.415 3.38104L8.7865 4.32404C8.80706 4.3761 8.8428 4.42077 8.88907 4.45225C8.93535 4.48373 8.99003 4.50056 9.046 4.50056C9.10197 4.50056 9.15664 4.48373 9.20292 4.45225C9.2492 4.42077 9.28494 4.3761 9.3055 4.32404L9.678 3.38104L10.6195 3.00954C10.6718 2.98918 10.7167 2.95351 10.7483 2.90721C10.78 2.86091 10.7969 2.80612 10.7969 2.75004C10.7969 2.69395 10.78 2.63917 10.7483 2.59287C10.7167 2.54656 10.6718 2.5109 10.6195 2.49054L9.678 2.11904L9.3055 1.17654C9.29163 1.14092 9.27051 1.10858 9.24348 1.08155C9.21646 1.05453 9.18411 1.03341 9.1485 1.01954C9.07963 0.992897 9.00305 0.994432 8.93531 1.02381C8.86756 1.05319 8.81411 1.10805 8.7865 1.17654V1.17604ZM8.4345 7.67754L8.0625 8.61904L7.121 8.99104C7.08522 9.00482 7.05269 9.02589 7.02549 9.05292C6.99829 9.07995 6.97701 9.11234 6.963 9.14804C6.93614 9.21701 6.93769 9.29381 6.96729 9.36164C6.9969 9.42948 7.05216 9.48283 7.121 9.51004L8.0625 9.88154L8.4345 10.8235C8.463 10.8955 8.5195 10.9525 8.5915 10.981C8.66041 11.0079 8.73715 11.0064 8.80498 10.9769C8.8728 10.9474 8.9262 10.8923 8.9535 10.8235L9.3255 9.88154L10.267 9.51004C10.3193 9.48968 10.3642 9.45401 10.3958 9.40771C10.4275 9.3614 10.4444 9.30662 10.4444 9.25054C10.4444 9.19445 10.4275 9.13967 10.3958 9.09337C10.3642 9.04707 10.3193 9.0114 10.267 8.99104L9.3255 8.61904L8.9535 7.67754C8.93971 7.64167 8.91858 7.60909 8.89146 7.58188C8.86433 7.55467 8.83182 7.53343 8.796 7.51954C8.72709 7.49283 8.65041 7.49446 8.5827 7.52406C8.51498 7.55365 8.46171 7.60882 8.4345 7.67754V7.67754Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.4405 2.73996L1.2275 6.15446C1.0295 6.31446 0.9365 6.63246 1.021 6.86296L1.0705 6.99896C1.1545 7.22996 1.4335 7.41346 1.684 7.40896L2.2495 7.39896L5.2805 7.34796L7.1065 7.31646C7.3615 7.31146 7.5005 7.12396 7.4145 6.88596L5.953 2.87096C5.9005 2.72696 5.791 2.65046 5.6695 2.65046C5.58512 2.65296 5.50421 2.68458 5.4405 2.73996V2.73996ZM2.49 7.97646L3.367 10.3855C3.38852 10.4484 3.42237 10.5063 3.46657 10.556C3.51077 10.6056 3.56442 10.646 3.6244 10.6747C3.68437 10.7033 3.74946 10.7198 3.81586 10.723C3.88226 10.7262 3.94863 10.7161 4.0111 10.6934C4.07356 10.6707 4.13087 10.6357 4.17966 10.5906C4.22845 10.5454 4.26775 10.491 4.29526 10.4305C4.32276 10.3699 4.33792 10.3045 4.33985 10.2381C4.34179 10.1716 4.33045 10.1055 4.3065 10.0435L3.537 7.92946L2.49 7.97646ZM9.3455 3.42096L7.936 3.93396C7.8731 3.95549 7.81513 3.98934 7.76548 4.03353C7.71582 4.07773 7.67547 4.13138 7.6468 4.19136C7.61812 4.25133 7.6017 4.31642 7.59848 4.38282C7.59526 4.44922 7.60532 4.51559 7.62805 4.57806C7.65079 4.64053 7.68576 4.69783 7.73091 4.74662C7.77606 4.79541 7.83049 4.83471 7.89101 4.86222C7.95153 4.88972 8.01692 4.90489 8.08337 4.90682C8.14982 4.90875 8.21599 4.89741 8.278 4.87346L9.688 4.36046C9.74972 4.33797 9.80641 4.30355 9.85483 4.25915C9.90324 4.21475 9.94244 4.16126 9.97018 4.10171C9.99792 4.04216 10.0137 3.97774 10.0165 3.91211C10.0194 3.84648 10.0092 3.78093 9.98675 3.71921C9.96426 3.65749 9.92984 3.6008 9.88544 3.55239C9.84104 3.50397 9.78754 3.46477 9.728 3.43703C9.66845 3.40929 9.60403 3.39355 9.5384 3.3907C9.47277 3.38786 9.40722 3.39797 9.3455 3.42046V3.42096ZM8.4495 5.34346C8.36708 5.37365 8.29399 5.42489 8.2375 5.49208C8.18101 5.55927 8.14309 5.64008 8.1275 5.72646C8.10467 5.85705 8.13452 5.99137 8.21053 6.09999C8.28653 6.20861 8.40249 6.28267 8.533 6.30596L10.0105 6.56596C10.0958 6.58097 10.1835 6.57357 10.2651 6.54449C10.3466 6.51541 10.4192 6.46564 10.4758 6.40007C10.5323 6.3345 10.5709 6.25536 10.5877 6.17041C10.6044 6.08546 10.5989 5.99761 10.5715 5.91546L10.563 5.89196C10.5319 5.81196 10.4807 5.74133 10.4143 5.68694C10.3479 5.63254 10.2686 5.59621 10.184 5.58146L8.7065 5.32096C8.62037 5.30522 8.53159 5.313 8.4495 5.34346V5.34346ZM8.1755 1.52396L7.211 2.67296C7.12573 2.77454 7.08431 2.90583 7.09584 3.03795C7.10738 3.17007 7.17092 3.29219 7.2725 3.37746C7.37408 3.46273 7.50537 3.50415 7.63749 3.49262C7.76961 3.48109 7.89173 3.41754 7.977 3.31596L8.941 2.16696C9.00197 2.09402 9.04091 2.00523 9.05326 1.91097C9.06561 1.81671 9.05085 1.72088 9.01073 1.6347C8.9706 1.54852 8.90676 1.47555 8.82667 1.42432C8.74658 1.3731 8.65357 1.34575 8.5585 1.34546C8.48546 1.34521 8.41327 1.36108 8.34706 1.39193C8.28086 1.42279 8.22228 1.46787 8.1755 1.52396V1.52396Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 2.5C2.36739 2.5 2.24021 2.55268 2.14645 2.64645C2.05268 2.74021 2 2.86739 2 3V3.5H10V3C10 2.86739 9.94732 2.74021 9.85355 2.64645C9.75979 2.55268 9.63261 2.5 9.5 2.5H2.5ZM8.075 10H3.9225C3.80422 9.99997 3.68978 9.958 3.59952 9.88156C3.50926 9.80512 3.44902 9.69916 3.4295 9.5825L2.5 4H9.5L8.568 9.583C8.54847 9.69961 8.48821 9.80551 8.39794 9.88187C8.30767 9.95823 8.19323 10.0001 8.075 10V10ZM4.5 2.25C4.49999 2.18447 4.52571 2.12155 4.57163 2.0748C4.61754 2.02804 4.67998 2.00118 4.7455 2H7.2545C7.32002 2.00118 7.38246 2.02804 7.42837 2.0748C7.47429 2.12155 7.50001 2.18447 7.5 2.25V2.5H4.5V2.25Z" fill="white"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.4675 3V5.369L3.4985 9.5H8.501L6.532 5.369V3H5.4675ZM9.404 9.07C9.47661 9.22244 9.50943 9.39079 9.49941 9.55934C9.48939 9.72789 9.43686 9.89116 9.3467 10.0339C9.25655 10.1767 9.13171 10.2943 8.98384 10.3758C8.83596 10.4573 8.66985 10.5 8.501 10.5H3.4985C3.32969 10.4999 3.16365 10.4572 3.01584 10.3756C2.86803 10.2941 2.74326 10.1765 2.65316 10.0337C2.56307 9.89096 2.51058 9.72772 2.50058 9.55921C2.49059 9.3907 2.52341 9.2224 2.596 9.07L4.4675 5.143V2H7.5325V5.143L9.404 9.07Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.5H7.5L9 10H3L4.5 6.5Z" fill="white"/>
4
- <path d="M7.5 1.5H4.5C4.22386 1.5 4 1.72386 4 2C4 2.27614 4.22386 2.5 4.5 2.5H7.5C7.77614 2.5 8 2.27614 8 2C8 1.72386 7.77614 1.5 7.5 1.5Z" fill="white"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 4.65298C3.5 3.18798 4.619 1.99998 6 1.99998C7.3805 1.99998 8.4995 3.18798 8.4995 4.65298V7.84698C8.4995 9.31198 7.3805 10.5 6 10.5C4.619 10.5 3.5 9.31198 3.5 7.84698V4.65298ZM4.4995 7.84698C4.4995 8.72598 5.1715 9.43848 6 9.43848C6.8285 9.43848 7.5 8.72598 7.5 7.84698V4.65298C7.5 3.77398 6.8285 3.06148 6 3.06148C5.1715 3.06148 4.4995 3.77398 4.4995 4.65298V7.84698Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.19848C1.86739 6.19848 1.74022 6.25116 1.64645 6.34493C1.55268 6.4387 1.5 6.56587 1.5 6.69848C1.5 6.83109 1.55268 6.95827 1.64645 7.05204C1.74022 7.1458 1.86739 7.19848 2 7.19848H3.5C3.63261 7.19848 3.75979 7.1458 3.85355 7.05204C3.94732 6.95827 4 6.83109 4 6.69848C4 6.56587 3.94732 6.4387 3.85355 6.34493C3.75979 6.25116 3.63261 6.19848 3.5 6.19848H2ZM8.5 6.19848C8.3702 6.20259 8.24708 6.25704 8.15671 6.35031C8.06634 6.44359 8.01581 6.56836 8.01581 6.69823C8.01581 6.8281 8.06634 6.95288 8.15671 7.04615C8.24708 7.13942 8.3702 7.19388 8.5 7.19798H10.0005C10.0675 7.2001 10.1342 7.18874 10.1966 7.16458C10.2591 7.14042 10.3161 7.10395 10.3642 7.05733C10.4123 7.01072 10.4506 6.95491 10.4767 6.89322C10.5028 6.83153 10.5163 6.76522 10.5163 6.69823C10.5163 6.63124 10.5028 6.56493 10.4767 6.50324C10.4506 6.44156 10.4123 6.38575 10.3642 6.33913C10.3161 6.29252 10.2591 6.25605 10.1966 6.23188C10.1342 6.20772 10.0675 6.19636 10.0005 6.19848H8.5ZM3.8365 7.86998L1.825 8.60998C1.70142 8.65642 1.60114 8.74972 1.54592 8.86963C1.49069 8.98954 1.48497 9.12638 1.53 9.25048C1.55175 9.31185 1.58544 9.36831 1.62913 9.41658C1.67282 9.46486 1.72564 9.50401 1.78454 9.53176C1.84344 9.55951 1.90725 9.57532 1.9723 9.57828C2.03734 9.58124 2.10233 9.57128 2.1635 9.54898L4.174 8.80898C4.28298 8.76774 4.37418 8.6898 4.4319 8.58857C4.48962 8.48735 4.51024 8.36917 4.49023 8.25438C4.47022 8.13958 4.41083 8.03536 4.32226 7.95963C4.2337 7.88391 4.12151 7.84142 4.005 7.83948C3.94734 7.83944 3.89012 7.8496 3.836 7.86948L3.8365 7.86998ZM1.531 4.13598C1.50856 4.19725 1.49863 4.26239 1.50178 4.32756C1.50493 4.39273 1.52111 4.4566 1.54935 4.51542C1.57759 4.57424 1.61733 4.6268 1.66622 4.67C1.71511 4.71321 1.77216 4.74619 1.834 4.76698L3.819 5.46698C4.0825 5.56048 4.374 5.42898 4.469 5.17348C4.49152 5.11219 4.50151 5.047 4.4984 4.98177C4.49529 4.91655 4.47913 4.85261 4.45088 4.79373C4.42263 4.73486 4.38287 4.68225 4.33394 4.63901C4.28501 4.59577 4.2279 4.56277 4.166 4.54198L2.181 3.84198C2.12529 3.82221 2.06662 3.81207 2.0075 3.81198C1.8005 3.81198 1.605 3.93598 1.531 4.13598ZM9.799 3.86998L7.841 4.55398C7.571 4.64848 7.431 4.93548 7.53 5.19498C7.6285 5.45448 7.9275 5.58798 8.1975 5.49348L10.1555 4.80948C10.4255 4.71498 10.5655 4.42798 10.4665 4.16898C10.4278 4.07107 10.3602 3.9872 10.2728 3.92846C10.1855 3.86972 10.0823 3.83887 9.977 3.83998C9.9185 3.83998 9.858 3.84948 9.799 3.86998ZM7.53 8.17998C7.5068 8.24382 7.49645 8.31162 7.49953 8.37948C7.50262 8.44733 7.51908 8.51391 7.54799 8.57538C7.57689 8.63686 7.61765 8.69201 7.66794 8.73768C7.71822 8.78334 7.77704 8.81862 7.841 8.84148L9.799 9.54798C9.92846 9.59503 10.0713 9.589 10.1963 9.53122C10.3213 9.47343 10.4185 9.36857 10.4665 9.23948C10.4898 9.17561 10.5002 9.10777 10.4971 9.03985C10.4941 8.97194 10.4776 8.9053 10.4487 8.84377C10.4198 8.78224 10.379 8.72704 10.3287 8.68134C10.2784 8.63564 10.2195 8.60034 10.1555 8.57748L8.1975 7.87048C8.06799 7.82332 7.92507 7.82935 7.8 7.88726C7.67492 7.94516 7.57785 8.05022 7.53 8.17948V8.17998Z" fill="white"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3575 4.69848C4.22489 4.69848 4.09772 4.75116 4.00395 4.84493C3.91018 4.9387 3.8575 5.06587 3.8575 5.19848C3.8575 5.33109 3.91018 5.45827 4.00395 5.55204C4.09772 5.6458 4.22489 5.69848 4.3575 5.69848H7.3575C7.49011 5.69848 7.61729 5.6458 7.71105 5.55204C7.80482 5.45827 7.8575 5.33109 7.8575 5.19848C7.8575 5.06587 7.80482 4.9387 7.71105 4.84493C7.61729 4.75116 7.49011 4.69848 7.3575 4.69848H4.3575ZM4.415 1.66498C4.30016 1.73129 4.21637 1.8405 4.18205 1.96858C4.14773 2.09667 4.1657 2.23314 4.232 2.34798L4.607 2.99798C4.63959 3.0553 4.6832 3.10561 4.73531 3.14602C4.78743 3.18642 4.84702 3.21611 4.91065 3.23339C4.97429 3.25066 5.04072 3.25518 5.10611 3.24668C5.1715 3.23818 5.23456 3.21683 5.29166 3.18386C5.34877 3.15089 5.39879 3.10695 5.43884 3.05457C5.4789 3.00219 5.5082 2.9424 5.52505 2.87866C5.5419 2.81491 5.54598 2.74845 5.53705 2.68312C5.52812 2.61779 5.50635 2.55487 5.473 2.49798L5.098 1.84798C5.06527 1.79096 5.02158 1.74096 4.96946 1.70088C4.91734 1.66079 4.85781 1.6314 4.79429 1.61439C4.73078 1.59738 4.66453 1.5931 4.59935 1.60178C4.53417 1.61046 4.47185 1.63194 4.415 1.66498ZM6.98 1.85748L6.6075 2.50198C6.57451 2.55907 6.55308 2.62211 6.54445 2.68748C6.53581 2.75285 6.54014 2.81929 6.55718 2.88299C6.59159 3.01164 6.6757 3.12135 6.791 3.18798C6.9063 3.25462 7.04336 3.27272 7.17201 3.23831C7.23571 3.22127 7.29543 3.19185 7.34776 3.15173C7.40009 3.11161 7.44401 3.06157 7.477 3.00448L7.848 2.35948C7.89192 2.28322 7.91505 2.19677 7.91511 2.10877C7.91516 2.02077 7.89212 1.9343 7.8483 1.85798C7.80447 1.78167 7.7414 1.71819 7.66536 1.67388C7.58933 1.62957 7.503 1.60599 7.415 1.60548C7.3267 1.60533 7.23993 1.62857 7.16353 1.67284C7.08712 1.7171 7.0238 1.78081 6.98 1.85748Z" fill="white"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.638 2.19104L3.6785 4.62354L1.247 5.58204C1.17438 5.61085 1.11209 5.66082 1.06821 5.72545C1.02432 5.79009 1.00085 5.86641 1.00085 5.94454C1.00085 6.02266 1.02432 6.09899 1.06821 6.16362C1.11209 6.22826 1.17438 6.27822 1.247 6.30704L3.6785 7.26604L4.638 9.69754C4.66682 9.77015 4.71678 9.83244 4.78141 9.87633C4.84605 9.92022 4.92237 9.94368 5.0005 9.94368C5.07863 9.94368 5.15495 9.92022 5.21958 9.87633C5.28422 9.83244 5.33418 9.77015 5.363 9.69754H5.3625L6.3215 7.26604L8.7535 6.30654C8.82592 6.27753 8.88799 6.22749 8.93171 6.16288C8.97543 6.09827 8.9988 6.02205 8.9988 5.94404C8.9988 5.86602 8.97543 5.7898 8.93171 5.72519C8.88799 5.66058 8.82592 5.61055 8.7535 5.58154L6.3215 4.62354L5.3625 2.19104C5.34288 2.14136 5.31321 2.09626 5.27535 2.05858C5.2375 2.02089 5.19227 1.99143 5.1425 1.97204C5.09496 1.95323 5.04419 1.94397 4.99307 1.9448C4.94196 1.94563 4.89151 1.95653 4.84461 1.97686C4.79771 1.9972 4.75527 2.02659 4.71974 2.06334C4.6842 2.10009 4.65625 2.14348 4.6375 2.19104H4.638ZM8.7865 1.17604L8.415 2.11904L7.473 2.49054C7.42134 2.51147 7.3771 2.54736 7.34595 2.59359C7.3148 2.63982 7.29816 2.69429 7.29816 2.75004C7.29816 2.80578 7.3148 2.86026 7.34595 2.90649C7.3771 2.95272 7.42134 2.9886 7.473 3.00954L8.415 3.38104L8.7865 4.32404C8.80706 4.3761 8.8428 4.42077 8.88907 4.45225C8.93535 4.48373 8.99003 4.50056 9.046 4.50056C9.10197 4.50056 9.15664 4.48373 9.20292 4.45225C9.2492 4.42077 9.28494 4.3761 9.3055 4.32404L9.678 3.38104L10.6195 3.00954C10.6718 2.98918 10.7167 2.95351 10.7483 2.90721C10.78 2.86091 10.7969 2.80612 10.7969 2.75004C10.7969 2.69395 10.78 2.63917 10.7483 2.59287C10.7167 2.54656 10.6718 2.5109 10.6195 2.49054L9.678 2.11904L9.3055 1.17654C9.29163 1.14092 9.27051 1.10858 9.24348 1.08155C9.21646 1.05453 9.18411 1.03341 9.1485 1.01954C9.07963 0.992897 9.00305 0.994432 8.93531 1.02381C8.86756 1.05319 8.81411 1.10805 8.7865 1.17654V1.17604ZM8.4345 7.67754L8.0625 8.61904L7.121 8.99104C7.08522 9.00482 7.05269 9.02589 7.02549 9.05292C6.99829 9.07995 6.97701 9.11234 6.963 9.14804C6.93614 9.21701 6.93769 9.29381 6.96729 9.36164C6.9969 9.42948 7.05216 9.48283 7.121 9.51004L8.0625 9.88154L8.4345 10.8235C8.463 10.8955 8.5195 10.9525 8.5915 10.981C8.66041 11.0079 8.73715 11.0064 8.80498 10.9769C8.8728 10.9474 8.9262 10.8923 8.9535 10.8235L9.3255 9.88154L10.267 9.51004C10.3193 9.48968 10.3642 9.45401 10.3958 9.40771C10.4275 9.3614 10.4444 9.30662 10.4444 9.25054C10.4444 9.19445 10.4275 9.13967 10.3958 9.09337C10.3642 9.04707 10.3193 9.0114 10.267 8.99104L9.3255 8.61904L8.9535 7.67754C8.93971 7.64167 8.91858 7.60909 8.89146 7.58188C8.86433 7.55467 8.83182 7.53343 8.796 7.51954C8.72709 7.49283 8.65041 7.49446 8.5827 7.52406C8.51498 7.55365 8.46171 7.60882 8.4345 7.67754V7.67754Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.4405 2.73996L1.2275 6.15446C1.0295 6.31446 0.9365 6.63246 1.021 6.86296L1.0705 6.99896C1.1545 7.22996 1.4335 7.41346 1.684 7.40896L2.2495 7.39896L5.2805 7.34796L7.1065 7.31646C7.3615 7.31146 7.5005 7.12396 7.4145 6.88596L5.953 2.87096C5.9005 2.72696 5.791 2.65046 5.6695 2.65046C5.58512 2.65296 5.50421 2.68458 5.4405 2.73996V2.73996ZM2.49 7.97646L3.367 10.3855C3.38852 10.4484 3.42237 10.5063 3.46657 10.556C3.51077 10.6056 3.56442 10.646 3.6244 10.6747C3.68437 10.7033 3.74946 10.7198 3.81586 10.723C3.88226 10.7262 3.94863 10.7161 4.0111 10.6934C4.07356 10.6707 4.13087 10.6357 4.17966 10.5906C4.22845 10.5454 4.26775 10.491 4.29526 10.4305C4.32276 10.3699 4.33792 10.3045 4.33985 10.2381C4.34179 10.1716 4.33045 10.1055 4.3065 10.0435L3.537 7.92946L2.49 7.97646ZM9.3455 3.42096L7.936 3.93396C7.8731 3.95549 7.81513 3.98934 7.76548 4.03353C7.71582 4.07773 7.67547 4.13138 7.6468 4.19136C7.61812 4.25133 7.6017 4.31642 7.59848 4.38282C7.59526 4.44922 7.60532 4.51559 7.62805 4.57806C7.65079 4.64053 7.68576 4.69783 7.73091 4.74662C7.77606 4.79541 7.83049 4.83471 7.89101 4.86222C7.95153 4.88972 8.01692 4.90489 8.08337 4.90682C8.14982 4.90875 8.21599 4.89741 8.278 4.87346L9.688 4.36046C9.74972 4.33797 9.80641 4.30355 9.85483 4.25915C9.90324 4.21475 9.94244 4.16126 9.97018 4.10171C9.99792 4.04216 10.0137 3.97774 10.0165 3.91211C10.0194 3.84648 10.0092 3.78093 9.98675 3.71921C9.96426 3.65749 9.92984 3.6008 9.88544 3.55239C9.84104 3.50397 9.78754 3.46477 9.728 3.43703C9.66845 3.40929 9.60403 3.39355 9.5384 3.3907C9.47277 3.38786 9.40722 3.39797 9.3455 3.42046V3.42096ZM8.4495 5.34346C8.36708 5.37365 8.29399 5.42489 8.2375 5.49208C8.18101 5.55927 8.14309 5.64008 8.1275 5.72646C8.10467 5.85705 8.13452 5.99137 8.21053 6.09999C8.28653 6.20861 8.40249 6.28267 8.533 6.30596L10.0105 6.56596C10.0958 6.58097 10.1835 6.57357 10.2651 6.54449C10.3466 6.51541 10.4192 6.46564 10.4758 6.40007C10.5323 6.3345 10.5709 6.25536 10.5877 6.17041C10.6044 6.08546 10.5989 5.99761 10.5715 5.91546L10.563 5.89196C10.5319 5.81196 10.4807 5.74133 10.4143 5.68694C10.3479 5.63254 10.2686 5.59621 10.184 5.58146L8.7065 5.32096C8.62037 5.30522 8.53159 5.313 8.4495 5.34346V5.34346ZM8.1755 1.52396L7.211 2.67296C7.12573 2.77454 7.08431 2.90583 7.09584 3.03795C7.10738 3.17007 7.17092 3.29219 7.2725 3.37746C7.37408 3.46273 7.50537 3.50415 7.63749 3.49262C7.76961 3.48109 7.89173 3.41754 7.977 3.31596L8.941 2.16696C9.00197 2.09402 9.04091 2.00523 9.05326 1.91097C9.06561 1.81671 9.05085 1.72088 9.01073 1.6347C8.9706 1.54852 8.90676 1.47555 8.82667 1.42432C8.74658 1.3731 8.65357 1.34575 8.5585 1.34546C8.48546 1.34521 8.41327 1.36108 8.34706 1.39193C8.28086 1.42279 8.22228 1.46787 8.1755 1.52396V1.52396Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 2.5C2.36739 2.5 2.24021 2.55268 2.14645 2.64645C2.05268 2.74021 2 2.86739 2 3V3.5H10V3C10 2.86739 9.94732 2.74021 9.85355 2.64645C9.75979 2.55268 9.63261 2.5 9.5 2.5H2.5ZM8.075 10H3.9225C3.80422 9.99997 3.68978 9.958 3.59952 9.88156C3.50926 9.80512 3.44902 9.69916 3.4295 9.5825L2.5 4H9.5L8.568 9.583C8.54847 9.69961 8.48821 9.80551 8.39794 9.88187C8.30767 9.95823 8.19323 10.0001 8.075 10V10ZM4.5 2.25C4.49999 2.18447 4.52571 2.12155 4.57163 2.0748C4.61754 2.02804 4.67998 2.00118 4.7455 2H7.2545C7.32002 2.00118 7.38246 2.02804 7.42837 2.0748C7.47429 2.12155 7.50001 2.18447 7.5 2.25V2.5H4.5V2.25Z" fill="white"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.4675 3V5.369L3.4985 9.5H8.501L6.532 5.369V3H5.4675ZM9.404 9.07C9.47661 9.22244 9.50943 9.39079 9.49941 9.55934C9.48939 9.72789 9.43686 9.89116 9.3467 10.0339C9.25655 10.1767 9.13171 10.2943 8.98384 10.3758C8.83596 10.4573 8.66985 10.5 8.501 10.5H3.4985C3.32969 10.4999 3.16365 10.4572 3.01584 10.3756C2.86803 10.2941 2.74326 10.1765 2.65316 10.0337C2.56307 9.89096 2.51058 9.72772 2.50058 9.55921C2.49059 9.3907 2.52341 9.2224 2.596 9.07L4.4675 5.143V2H7.5325V5.143L9.404 9.07Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.5H7.5L9 10H3L4.5 6.5Z" fill="white"/>
4
- <path d="M7.5 1.5H4.5C4.22386 1.5 4 1.72386 4 2C4 2.27614 4.22386 2.5 4.5 2.5H7.5C7.77614 2.5 8 2.27614 8 2C8 1.72386 7.77614 1.5 7.5 1.5Z" fill="white"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 4.65298C3.5 3.18798 4.619 1.99998 6 1.99998C7.3805 1.99998 8.4995 3.18798 8.4995 4.65298V7.84698C8.4995 9.31198 7.3805 10.5 6 10.5C4.619 10.5 3.5 9.31198 3.5 7.84698V4.65298ZM4.4995 7.84698C4.4995 8.72598 5.1715 9.43848 6 9.43848C6.8285 9.43848 7.5 8.72598 7.5 7.84698V4.65298C7.5 3.77398 6.8285 3.06148 6 3.06148C5.1715 3.06148 4.4995 3.77398 4.4995 4.65298V7.84698Z" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.19848C1.86739 6.19848 1.74022 6.25116 1.64645 6.34493C1.55268 6.4387 1.5 6.56587 1.5 6.69848C1.5 6.83109 1.55268 6.95827 1.64645 7.05204C1.74022 7.1458 1.86739 7.19848 2 7.19848H3.5C3.63261 7.19848 3.75979 7.1458 3.85355 7.05204C3.94732 6.95827 4 6.83109 4 6.69848C4 6.56587 3.94732 6.4387 3.85355 6.34493C3.75979 6.25116 3.63261 6.19848 3.5 6.19848H2ZM8.5 6.19848C8.3702 6.20259 8.24708 6.25704 8.15671 6.35031C8.06634 6.44359 8.01581 6.56836 8.01581 6.69823C8.01581 6.8281 8.06634 6.95288 8.15671 7.04615C8.24708 7.13942 8.3702 7.19388 8.5 7.19798H10.0005C10.0675 7.2001 10.1342 7.18874 10.1966 7.16458C10.2591 7.14042 10.3161 7.10395 10.3642 7.05733C10.4123 7.01072 10.4506 6.95491 10.4767 6.89322C10.5028 6.83153 10.5163 6.76522 10.5163 6.69823C10.5163 6.63124 10.5028 6.56493 10.4767 6.50324C10.4506 6.44156 10.4123 6.38575 10.3642 6.33913C10.3161 6.29252 10.2591 6.25605 10.1966 6.23188C10.1342 6.20772 10.0675 6.19636 10.0005 6.19848H8.5ZM3.8365 7.86998L1.825 8.60998C1.70142 8.65642 1.60114 8.74972 1.54592 8.86963C1.49069 8.98954 1.48497 9.12638 1.53 9.25048C1.55175 9.31185 1.58544 9.36831 1.62913 9.41658C1.67282 9.46486 1.72564 9.50401 1.78454 9.53176C1.84344 9.55951 1.90725 9.57532 1.9723 9.57828C2.03734 9.58124 2.10233 9.57128 2.1635 9.54898L4.174 8.80898C4.28298 8.76774 4.37418 8.6898 4.4319 8.58857C4.48962 8.48735 4.51024 8.36917 4.49023 8.25438C4.47022 8.13958 4.41083 8.03536 4.32226 7.95963C4.2337 7.88391 4.12151 7.84142 4.005 7.83948C3.94734 7.83944 3.89012 7.8496 3.836 7.86948L3.8365 7.86998ZM1.531 4.13598C1.50856 4.19725 1.49863 4.26239 1.50178 4.32756C1.50493 4.39273 1.52111 4.4566 1.54935 4.51542C1.57759 4.57424 1.61733 4.6268 1.66622 4.67C1.71511 4.71321 1.77216 4.74619 1.834 4.76698L3.819 5.46698C4.0825 5.56048 4.374 5.42898 4.469 5.17348C4.49152 5.11219 4.50151 5.047 4.4984 4.98177C4.49529 4.91655 4.47913 4.85261 4.45088 4.79373C4.42263 4.73486 4.38287 4.68225 4.33394 4.63901C4.28501 4.59577 4.2279 4.56277 4.166 4.54198L2.181 3.84198C2.12529 3.82221 2.06662 3.81207 2.0075 3.81198C1.8005 3.81198 1.605 3.93598 1.531 4.13598ZM9.799 3.86998L7.841 4.55398C7.571 4.64848 7.431 4.93548 7.53 5.19498C7.6285 5.45448 7.9275 5.58798 8.1975 5.49348L10.1555 4.80948C10.4255 4.71498 10.5655 4.42798 10.4665 4.16898C10.4278 4.07107 10.3602 3.9872 10.2728 3.92846C10.1855 3.86972 10.0823 3.83887 9.977 3.83998C9.9185 3.83998 9.858 3.84948 9.799 3.86998ZM7.53 8.17998C7.5068 8.24382 7.49645 8.31162 7.49953 8.37948C7.50262 8.44733 7.51908 8.51391 7.54799 8.57538C7.57689 8.63686 7.61765 8.69201 7.66794 8.73768C7.71822 8.78334 7.77704 8.81862 7.841 8.84148L9.799 9.54798C9.92846 9.59503 10.0713 9.589 10.1963 9.53122C10.3213 9.47343 10.4185 9.36857 10.4665 9.23948C10.4898 9.17561 10.5002 9.10777 10.4971 9.03985C10.4941 8.97194 10.4776 8.9053 10.4487 8.84377C10.4198 8.78224 10.379 8.72704 10.3287 8.68134C10.2784 8.63564 10.2195 8.60034 10.1555 8.57748L8.1975 7.87048C8.06799 7.82332 7.92507 7.82935 7.8 7.88726C7.67492 7.94516 7.57785 8.05022 7.53 8.17948V8.17998Z" fill="white"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3575 4.69848C4.22489 4.69848 4.09772 4.75116 4.00395 4.84493C3.91018 4.9387 3.8575 5.06587 3.8575 5.19848C3.8575 5.33109 3.91018 5.45827 4.00395 5.55204C4.09772 5.6458 4.22489 5.69848 4.3575 5.69848H7.3575C7.49011 5.69848 7.61729 5.6458 7.71105 5.55204C7.80482 5.45827 7.8575 5.33109 7.8575 5.19848C7.8575 5.06587 7.80482 4.9387 7.71105 4.84493C7.61729 4.75116 7.49011 4.69848 7.3575 4.69848H4.3575ZM4.415 1.66498C4.30016 1.73129 4.21637 1.8405 4.18205 1.96858C4.14773 2.09667 4.1657 2.23314 4.232 2.34798L4.607 2.99798C4.63959 3.0553 4.6832 3.10561 4.73531 3.14602C4.78743 3.18642 4.84702 3.21611 4.91065 3.23339C4.97429 3.25066 5.04072 3.25518 5.10611 3.24668C5.1715 3.23818 5.23456 3.21683 5.29166 3.18386C5.34877 3.15089 5.39879 3.10695 5.43884 3.05457C5.4789 3.00219 5.5082 2.9424 5.52505 2.87866C5.5419 2.81491 5.54598 2.74845 5.53705 2.68312C5.52812 2.61779 5.50635 2.55487 5.473 2.49798L5.098 1.84798C5.06527 1.79096 5.02158 1.74096 4.96946 1.70088C4.91734 1.66079 4.85781 1.6314 4.79429 1.61439C4.73078 1.59738 4.66453 1.5931 4.59935 1.60178C4.53417 1.61046 4.47185 1.63194 4.415 1.66498ZM6.98 1.85748L6.6075 2.50198C6.57451 2.55907 6.55308 2.62211 6.54445 2.68748C6.53581 2.75285 6.54014 2.81929 6.55718 2.88299C6.59159 3.01164 6.6757 3.12135 6.791 3.18798C6.9063 3.25462 7.04336 3.27272 7.17201 3.23831C7.23571 3.22127 7.29543 3.19185 7.34776 3.15173C7.40009 3.11161 7.44401 3.06157 7.477 3.00448L7.848 2.35948C7.89192 2.28322 7.91505 2.19677 7.91511 2.10877C7.91516 2.02077 7.89212 1.9343 7.8483 1.85798C7.80447 1.78167 7.7414 1.71819 7.66536 1.67388C7.58933 1.62957 7.503 1.60599 7.415 1.60548C7.3267 1.60533 7.23993 1.62857 7.16353 1.67284C7.08712 1.7171 7.0238 1.78081 6.98 1.85748Z" fill="white"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.638 2.19104L3.6785 4.62354L1.247 5.58204C1.17438 5.61085 1.11209 5.66082 1.06821 5.72545C1.02432 5.79009 1.00085 5.86641 1.00085 5.94454C1.00085 6.02266 1.02432 6.09899 1.06821 6.16362C1.11209 6.22826 1.17438 6.27822 1.247 6.30704L3.6785 7.26604L4.638 9.69754C4.66682 9.77015 4.71678 9.83244 4.78141 9.87633C4.84605 9.92022 4.92237 9.94368 5.0005 9.94368C5.07863 9.94368 5.15495 9.92022 5.21958 9.87633C5.28422 9.83244 5.33418 9.77015 5.363 9.69754H5.3625L6.3215 7.26604L8.7535 6.30654C8.82592 6.27753 8.88799 6.22749 8.93171 6.16288C8.97543 6.09827 8.9988 6.02205 8.9988 5.94404C8.9988 5.86602 8.97543 5.7898 8.93171 5.72519C8.88799 5.66058 8.82592 5.61055 8.7535 5.58154L6.3215 4.62354L5.3625 2.19104C5.34288 2.14136 5.31321 2.09626 5.27535 2.05858C5.2375 2.02089 5.19227 1.99143 5.1425 1.97204C5.09496 1.95323 5.04419 1.94397 4.99307 1.9448C4.94196 1.94563 4.89151 1.95653 4.84461 1.97686C4.79771 1.9972 4.75527 2.02659 4.71974 2.06334C4.6842 2.10009 4.65625 2.14348 4.6375 2.19104H4.638ZM8.7865 1.17604L8.415 2.11904L7.473 2.49054C7.42134 2.51147 7.3771 2.54736 7.34595 2.59359C7.3148 2.63982 7.29816 2.69429 7.29816 2.75004C7.29816 2.80578 7.3148 2.86026 7.34595 2.90649C7.3771 2.95272 7.42134 2.9886 7.473 3.00954L8.415 3.38104L8.7865 4.32404C8.80706 4.3761 8.8428 4.42077 8.88907 4.45225C8.93535 4.48373 8.99003 4.50056 9.046 4.50056C9.10197 4.50056 9.15664 4.48373 9.20292 4.45225C9.2492 4.42077 9.28494 4.3761 9.3055 4.32404L9.678 3.38104L10.6195 3.00954C10.6718 2.98918 10.7167 2.95351 10.7483 2.90721C10.78 2.86091 10.7969 2.80612 10.7969 2.75004C10.7969 2.69395 10.78 2.63917 10.7483 2.59287C10.7167 2.54656 10.6718 2.5109 10.6195 2.49054L9.678 2.11904L9.3055 1.17654C9.29163 1.14092 9.27051 1.10858 9.24348 1.08155C9.21646 1.05453 9.18411 1.03341 9.1485 1.01954C9.07963 0.992897 9.00305 0.994432 8.93531 1.02381C8.86756 1.05319 8.81411 1.10805 8.7865 1.17654V1.17604ZM8.4345 7.67754L8.0625 8.61904L7.121 8.99104C7.08522 9.00482 7.05269 9.02589 7.02549 9.05292C6.99829 9.07995 6.97701 9.11234 6.963 9.14804C6.93614 9.21701 6.93769 9.29381 6.96729 9.36164C6.9969 9.42948 7.05216 9.48283 7.121 9.51004L8.0625 9.88154L8.4345 10.8235C8.463 10.8955 8.5195 10.9525 8.5915 10.981C8.66041 11.0079 8.73715 11.0064 8.80498 10.9769C8.8728 10.9474 8.9262 10.8923 8.9535 10.8235L9.3255 9.88154L10.267 9.51004C10.3193 9.48968 10.3642 9.45401 10.3958 9.40771C10.4275 9.3614 10.4444 9.30662 10.4444 9.25054C10.4444 9.19445 10.4275 9.13967 10.3958 9.09337C10.3642 9.04707 10.3193 9.0114 10.267 8.99104L9.3255 8.61904L8.9535 7.67754C8.93971 7.64167 8.91858 7.60909 8.89146 7.58188C8.86433 7.55467 8.83182 7.53343 8.796 7.51954C8.72709 7.49283 8.65041 7.49446 8.5827 7.52406C8.51498 7.55365 8.46171 7.60882 8.4345 7.67754V7.67754Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.4405 2.73996L1.2275 6.15446C1.0295 6.31446 0.9365 6.63246 1.021 6.86296L1.0705 6.99896C1.1545 7.22996 1.4335 7.41346 1.684 7.40896L2.2495 7.39896L5.2805 7.34796L7.1065 7.31646C7.3615 7.31146 7.5005 7.12396 7.4145 6.88596L5.953 2.87096C5.9005 2.72696 5.791 2.65046 5.6695 2.65046C5.58512 2.65296 5.50421 2.68458 5.4405 2.73996V2.73996ZM2.49 7.97646L3.367 10.3855C3.38852 10.4484 3.42237 10.5063 3.46657 10.556C3.51077 10.6056 3.56442 10.646 3.6244 10.6747C3.68437 10.7033 3.74946 10.7198 3.81586 10.723C3.88226 10.7262 3.94863 10.7161 4.0111 10.6934C4.07356 10.6707 4.13087 10.6357 4.17966 10.5906C4.22845 10.5454 4.26775 10.491 4.29526 10.4305C4.32276 10.3699 4.33792 10.3045 4.33985 10.2381C4.34179 10.1716 4.33045 10.1055 4.3065 10.0435L3.537 7.92946L2.49 7.97646ZM9.3455 3.42096L7.936 3.93396C7.8731 3.95549 7.81513 3.98934 7.76548 4.03353C7.71582 4.07773 7.67547 4.13138 7.6468 4.19136C7.61812 4.25133 7.6017 4.31642 7.59848 4.38282C7.59526 4.44922 7.60532 4.51559 7.62805 4.57806C7.65079 4.64053 7.68576 4.69783 7.73091 4.74662C7.77606 4.79541 7.83049 4.83471 7.89101 4.86222C7.95153 4.88972 8.01692 4.90489 8.08337 4.90682C8.14982 4.90875 8.21599 4.89741 8.278 4.87346L9.688 4.36046C9.74972 4.33797 9.80641 4.30355 9.85483 4.25915C9.90324 4.21475 9.94244 4.16126 9.97018 4.10171C9.99792 4.04216 10.0137 3.97774 10.0165 3.91211C10.0194 3.84648 10.0092 3.78093 9.98675 3.71921C9.96426 3.65749 9.92984 3.6008 9.88544 3.55239C9.84104 3.50397 9.78754 3.46477 9.728 3.43703C9.66845 3.40929 9.60403 3.39355 9.5384 3.3907C9.47277 3.38786 9.40722 3.39797 9.3455 3.42046V3.42096ZM8.4495 5.34346C8.36708 5.37365 8.29399 5.42489 8.2375 5.49208C8.18101 5.55927 8.14309 5.64008 8.1275 5.72646C8.10467 5.85705 8.13452 5.99137 8.21053 6.09999C8.28653 6.20861 8.40249 6.28267 8.533 6.30596L10.0105 6.56596C10.0958 6.58097 10.1835 6.57357 10.2651 6.54449C10.3466 6.51541 10.4192 6.46564 10.4758 6.40007C10.5323 6.3345 10.5709 6.25536 10.5877 6.17041C10.6044 6.08546 10.5989 5.99761 10.5715 5.91546L10.563 5.89196C10.5319 5.81196 10.4807 5.74133 10.4143 5.68694C10.3479 5.63254 10.2686 5.59621 10.184 5.58146L8.7065 5.32096C8.62037 5.30522 8.53159 5.313 8.4495 5.34346V5.34346ZM8.1755 1.52396L7.211 2.67296C7.12573 2.77454 7.08431 2.90583 7.09584 3.03795C7.10738 3.17007 7.17092 3.29219 7.2725 3.37746C7.37408 3.46273 7.50537 3.50415 7.63749 3.49262C7.76961 3.48109 7.89173 3.41754 7.977 3.31596L8.941 2.16696C9.00197 2.09402 9.04091 2.00523 9.05326 1.91097C9.06561 1.81671 9.05085 1.72088 9.01073 1.6347C8.9706 1.54852 8.90676 1.47555 8.82667 1.42432C8.74658 1.3731 8.65357 1.34575 8.5585 1.34546C8.48546 1.34521 8.41327 1.36108 8.34706 1.39193C8.28086 1.42279 8.22228 1.46787 8.1755 1.52396V1.52396Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 2.5C2.36739 2.5 2.24021 2.55268 2.14645 2.64645C2.05268 2.74021 2 2.86739 2 3V3.5H10V3C10 2.86739 9.94732 2.74021 9.85355 2.64645C9.75979 2.55268 9.63261 2.5 9.5 2.5H2.5ZM8.075 10H3.9225C3.80422 9.99997 3.68978 9.958 3.59952 9.88156C3.50926 9.80512 3.44902 9.69916 3.4295 9.5825L2.5 4H9.5L8.568 9.583C8.54847 9.69961 8.48821 9.80551 8.39794 9.88187C8.30767 9.95823 8.19323 10.0001 8.075 10V10ZM4.5 2.25C4.49999 2.18447 4.52571 2.12155 4.57163 2.0748C4.61754 2.02804 4.67998 2.00118 4.7455 2H7.2545C7.32002 2.00118 7.38246 2.02804 7.42837 2.0748C7.47429 2.12155 7.50001 2.18447 7.5 2.25V2.5H4.5V2.25Z" fill="white"/>
3
- </svg>