@atlaskit/icon 25.5.0 → 25.7.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 (104) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/afm-passionfruit/tsconfig.json +27 -0
  3. package/core/api.js +2 -2
  4. package/core/attachment.js +2 -2
  5. package/core/cash.js +2 -2
  6. package/core/check-circle.js +2 -2
  7. package/core/child-work-items.d.ts +13 -0
  8. package/core/child-work-items.js +28 -0
  9. package/core/clock.js +2 -2
  10. package/core/data-number.js +2 -2
  11. package/core/data-string.js +2 -2
  12. package/core/defect.js +2 -2
  13. package/core/devices.js +2 -2
  14. package/core/emoji-remove.js +2 -2
  15. package/core/exclamation-square.js +2 -2
  16. package/core/eye-open-strikethrough.js +2 -2
  17. package/core/field-checkbox-group.js +2 -2
  18. package/core/field-radio-group.js +2 -2
  19. package/core/list-bulleted.js +2 -2
  20. package/core/list-checklist.js +3 -3
  21. package/core/list-numbered.js +2 -2
  22. package/core/migration/attachment--editor-attachment.js +2 -2
  23. package/core/migration/attachment.js +2 -2
  24. package/core/migration/check-circle--check-circle-outline.js +2 -2
  25. package/core/migration/check-circle--emoji-productivity.js +2 -2
  26. package/core/migration/check-circle.js +2 -2
  27. package/core/migration/clock--editor-recent.js +2 -2
  28. package/core/migration/clock--emoji-frequent.js +2 -2
  29. package/core/migration/clock--recent.js +2 -2
  30. package/core/migration/plus-square--issue-raise.js +2 -2
  31. package/core/migration/subtasks--subtask.js +2 -2
  32. package/core/minus-square.js +2 -2
  33. package/core/notification-muted.js +2 -2
  34. package/core/pen.js +2 -2
  35. package/core/pin-filled.js +3 -3
  36. package/core/pin.js +3 -3
  37. package/core/plus-square.js +2 -2
  38. package/core/priority-blocker.js +2 -2
  39. package/core/priority-critical.js +2 -2
  40. package/core/priority-high.js +2 -2
  41. package/core/priority-highest.js +2 -2
  42. package/core/priority-low.js +2 -2
  43. package/core/priority-lowest.js +2 -2
  44. package/core/priority-major.js +2 -2
  45. package/core/priority-medium.js +2 -2
  46. package/core/priority-minor.js +2 -2
  47. package/core/priority-trivial.js +2 -2
  48. package/core/problem.js +2 -2
  49. package/core/retry.js +2 -2
  50. package/core/shield-strikethrough.js +2 -2
  51. package/core/story.js +2 -2
  52. package/core/subtasks.js +2 -2
  53. package/core/summarize.js +2 -2
  54. package/core/tag.js +2 -2
  55. package/core/text-heading.js +2 -2
  56. package/core/text-strikethrough.js +2 -2
  57. package/core/text.js +2 -2
  58. package/core/tools.js +2 -2
  59. package/core/video-skip-backward-fifteen.js +2 -2
  60. package/core/video-skip-backward-ten.js +2 -2
  61. package/core/video-skip-forward-fifteen.js +2 -2
  62. package/core/video-skip-forward-ten.js +2 -2
  63. package/core/video.js +2 -2
  64. package/core/work-item.js +2 -2
  65. package/dist/cjs/components/icon.js +1 -5
  66. package/dist/cjs/metadata-core.js +64 -54
  67. package/dist/cjs/metadata-utility.js +3 -3
  68. package/dist/es2019/components/icon.js +1 -5
  69. package/dist/es2019/metadata-core.js +64 -54
  70. package/dist/es2019/metadata-utility.js +3 -3
  71. package/dist/esm/components/icon.js +1 -5
  72. package/dist/esm/metadata-core.js +64 -54
  73. package/dist/esm/metadata-utility.js +3 -3
  74. package/dist/types/metadata-core.d.ts +1 -1
  75. package/dist/types/metadata-utility.d.ts +1 -1
  76. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  77. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  78. package/package.json +13 -13
  79. package/svgs/core/api.svg +1 -1
  80. package/svgs/core/child-work-items.svg +1 -0
  81. package/svgs/core/data-number.svg +1 -1
  82. package/svgs/core/data-string.svg +1 -1
  83. package/svgs/core/emoji-remove.svg +1 -1
  84. package/svgs/core/eye-open-strikethrough.svg +1 -1
  85. package/svgs/core/field-checkbox-group.svg +1 -1
  86. package/svgs/core/field-radio-group.svg +1 -1
  87. package/svgs/core/list-bulleted.svg +1 -1
  88. package/svgs/core/list-checklist.svg +1 -1
  89. package/svgs/core/list-numbered.svg +1 -1
  90. package/svgs/core/notification-muted.svg +1 -1
  91. package/svgs/core/pin-filled.svg +1 -1
  92. package/svgs/core/pin.svg +1 -1
  93. package/svgs/core/retry.svg +1 -1
  94. package/svgs/core/shield-strikethrough.svg +1 -1
  95. package/svgs/core/summarize.svg +1 -1
  96. package/svgs/core/tag.svg +1 -1
  97. package/svgs/core/text-heading.svg +1 -1
  98. package/svgs/core/text-strikethrough.svg +1 -1
  99. package/svgs/core/text.svg +1 -1
  100. package/svgs/core/video-skip-backward-fifteen.svg +1 -1
  101. package/svgs/core/video-skip-backward-ten.svg +1 -1
  102. package/svgs/core/video-skip-forward-fifteen.svg +1 -1
  103. package/svgs/core/video-skip-forward-ten.svg +1 -1
  104. package/svgs/core/video.svg +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::07308dd5b9aadbd6b8670b74ded5b0f7>>
3
+ * @codegen <<SignedSource::26f8728404d627f91d86970013dafd0b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const VideoSkipForwardFifteenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M6.27 13.62v1.05h3.89v-1.05H8.97V8.75H7.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.35V8.75h-3.53v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42h-1.22q.02.75.54 1.18"/><path fill="currentcolor" fill-rule="evenodd" d="M6.141 14.794V13.49h1.492v-3.38l-1.508 1.118v-1.57l1.472-1.033h1.502v4.865h1.184v1.304zm2.833-1.18V8.75H7.636l-1.386.973v1.257l1.508-1.12v3.755H6.266v1.054h3.892v-1.054zm5.42.766c-.376.335-.887.494-1.519.494-.61 0-1.108-.151-1.483-.467-.376-.318-.568-.748-.58-1.277l-.002-.128h1.461l.007.118a.44.44 0 0 0 .157.332c.095.073.236.118.44.118.218 0 .364-.054.457-.144.1-.096.156-.23.156-.42v-.576c0-.198-.055-.327-.146-.41l-.002-.002c-.093-.09-.24-.144-.465-.144a.9.9 0 0 0-.334.056l-.004.001a.4.4 0 0 0-.185.135l-.038.051H10.95V8.625h3.786V9.97h-2.353l-.003.236-.008.757a1 1 0 0 1 .072-.06c.222-.166.514-.243.861-.243.508 0 .917.155 1.21.478.299.316.44.753.44 1.293v.576c0 .57-.184 1.032-.56 1.374m.03-3.157q.405.43.405 1.208v.576q0 .81-.519 1.28-.519.463-1.435.463-.883 0-1.402-.438-.475-.4-.53-1.059l-.005-.125h1.216q.015.269.202.422.187.146.52.146.355 0 .543-.178.195-.187.194-.511v-.576q0-.332-.186-.503-.187-.178-.552-.178-.22 0-.38.065a.5.5 0 0 0-.244.178h-1.176V8.75h3.536v1.095H12.26l-.004.36-.01.9-.002.294a.7.7 0 0 1 .127-.251" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M11.462 4.038a5.25 5.25 0 1 0-7.424 7.424l-1.061 1.061a6.75 6.75 0 0 1 9.546-9.546l.977.977V2H15v3.75a.75.75 0 0 1-.75.75H10.5V5h1.925z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.78.22 3 3a.75.75 0 0 1 0 1.06l-3 3-1.06-1.06 2.47-2.47-2.47-2.47z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m9.28.22 3 3a.75.75 0 0 1 0 1.06l-3 3-1.06-1.06L9.94 4.5H4.25A1.75 1.75 0 0 0 2.5 6.25v3.5c0 .967.784 1.75 1.75 1.75H5V13h-.75A3.25 3.25 0 0 1 1 9.75v-3.5A3.25 3.25 0 0 1 4.25 3h5.69L8.22 1.28z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7 9.5h1.75a.75.75 0 0 1 .75.75V16H8v-5H7zm8 0h-3.25a.75.75 0 0 0-.75.75v2.5c0 .41.34.75.75.75h1.75v1H11V16h2.63c.76 0 1.38-.62 1.38-1.37v-1.25c0-.76-.62-1.37-1.37-1.37H12.5v-1H15z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VideoSkipForwardFifteenIcon.displayName = 'VideoSkipForwardFifteenIcon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::05adf01e0ca77269a168e6d1e777bb74>>
3
+ * @codegen <<SignedSource::cb543d7a3deea0ac273922772c1d491a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const VideoSkipForwardTenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M12.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92.24-.4.66-.62a2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/><path fill="currentcolor" fill-rule="evenodd" d="M11.814 14.645a1.8 1.8 0 0 1-.707-.663l-.002-.002a1.97 1.97 0 0 1-.243-.99v-2.48q-.001-.557.244-.983.254-.432.709-.664.456-.239 1.053-.238.605-.001 1.054.238.454.232.7.664.254.426.253.983v2.48q0 .558-.252.991a1.7 1.7 0 0 1-.7.664q-.45.231-1.047.23-.604.001-1.06-.23zm2.7-5.055a1.53 1.53 0 0 0-.65-.616q-.415-.224-.996-.224a2.1 2.1 0 0 0-.995.224q-.424.216-.659.616a1.8 1.8 0 0 0-.227.92v2.48q0 .528.227.928.235.392.659.616.423.216 1.003.216.573 0 .988-.216.424-.225.65-.616.237-.4.236-.928v-2.48q0-.528-.235-.92m-1.157 3.835c.11-.1.17-.24.17-.435v-2.48c0-.195-.06-.335-.17-.435l-.002-.002c-.106-.1-.263-.158-.487-.158s-.383.058-.495.159c-.105.1-.164.24-.164.436v2.48c0 .195.06.335.171.435.113.102.27.16.488.16.224 0 .38-.058.487-.158zm-1.069-3.443q.212-.192.58-.192.369 0 .573.192.21.192.211.528v2.48q0 .336-.211.528-.204.192-.573.192-.36 0-.572-.192t-.212-.528v-2.48q0-.336.204-.528m-6.147 4.813v-1.33h1.442v-3.172l-1.458 1.072v-1.64l1.426-1.02H9.01v4.76h1.145v1.33zm2.743-1.205V8.83H7.591l-1.341.96v1.328l1.458-1.072v3.544H6.266v1.08h3.763v-1.08z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M11.462 4.038a5.25 5.25 0 1 0-7.424 7.424l-1.061 1.061a6.75 6.75 0 0 1 9.546-9.546l.977.977V2H15v3.75a.75.75 0 0 1-.75.75H10.5V5h1.925z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.78.22 3 3a.75.75 0 0 1 0 1.06l-3 3-1.06-1.06 2.47-2.47-2.47-2.47z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m9.28.22 3 3a.75.75 0 0 1 0 1.06l-3 3-1.06-1.06L9.94 4.5H4.25A1.75 1.75 0 0 0 2.5 6.25v3.5c0 .967.784 1.75 1.75 1.75H5V13h-.75A3.25 3.25 0 0 1 1 9.75v-3.5A3.25 3.25 0 0 1 4.25 3h5.69L8.22 1.28z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7 9.5h1.75a.75.75 0 0 1 .75.75V16H8v-5H7zm8 1.38c0-.76-.62-1.37-1.37-1.37h-1.75c-.76 0-1.37.62-1.37 1.38v3.75c0 .76.62 1.38 1.38 1.38h1.75c.76 0 1.38-.62 1.38-1.37zm-1.5.12v3.5H12V11z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VideoSkipForwardTenIcon.displayName = 'VideoSkipForwardTenIcon';
package/core/video.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::75d811a7a650d45b367c03a4ca5d53e3>>
3
+ * @codegen <<SignedSource::0d7f4cbe44d53d27d30976de2191c923>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const VideoIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v.786l2.191-1.095A1.25 1.25 0 0 1 16 4.809v6.382a1.25 1.25 0 0 1-1.809 1.118L12 11.214V12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12 5.536 2.5 1.25V5.215L12 6.464z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-7A.5.5 0 0 0 10 4zm-2 .5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v.218l2.137-1.203A1.25 1.25 0 0 1 16 4.605v6.79a1.25 1.25 0 0 1-1.863 1.09L12 11.282v.218a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12 5.061 2.5 1.407V5.032L12 6.44z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VideoIcon.displayName = 'VideoIcon';
package/core/work-item.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ad24cecf3159849c56dfb3b17e77c4ea>>
3
+ * @codegen <<SignedSource::26ba74a55619bd4b134c4c0c504c8b64>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "WorkItem".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for representing work items.
19
+ * Usage guidance: Reserved for work items.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -109,16 +109,12 @@ var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
109
109
  "data-vc": "icon-".concat(testId),
110
110
  role: label ? 'img' : undefined,
111
111
  "aria-label": label ? label : undefined,
112
- "aria-hidden": label ? undefined : true
113
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
114
- ,
112
+ "aria-hidden": label ? undefined : true,
115
113
  style: {
116
114
  '--icon-primary-color': primaryColor,
117
115
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
118
116
  '--icon-secondary-color': secondaryColor || (0, _utils.getBackground)(),
119
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
120
117
  margin: UNSAFE_margin
121
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
122
118
  }
123
119
  }, glyphProps, {
124
120
  css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
12
+ * @codegen <<SignedSource::74e48f82d18722adc91c77fffafd647c>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -371,13 +371,13 @@ var metadata = {
371
371
  status: 'published'
372
372
  },
373
373
  attachment: {
374
- keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach'],
374
+ keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach', 'attachment'],
375
375
  componentName: 'AttachmentIcon',
376
376
  package: '@atlaskit/icon/core/attachment',
377
377
  oldName: ['attachment', 'editor/attachment'],
378
378
  type: 'core',
379
379
  categorization: 'single-purpose',
380
- usage: 'Single purpose - Reserved for attaching files to issues or other objects.',
380
+ usage: 'Reserved for attaching files to work types or other objects.',
381
381
  team: 'Design System Team',
382
382
  status: 'published'
383
383
  },
@@ -601,14 +601,14 @@ var metadata = {
601
601
  status: 'published'
602
602
  },
603
603
  cash: {
604
- keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill'],
604
+ keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill', 'work type'],
605
605
  componentName: 'CashIcon',
606
606
  package: '@atlaskit/icon/core/cash',
607
607
  type: 'core',
608
608
  categorization: 'multi-purpose',
609
- usage: "Multi purpose - Known usages: 'Sales' Jira issue type.",
609
+ usage: "Known usages: 'Sales' work type.",
610
610
  team: 'Design System Team',
611
- status: 'published'
611
+ status: 'modified'
612
612
  },
613
613
  changes: {
614
614
  keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
@@ -679,7 +679,7 @@ var metadata = {
679
679
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
680
680
  type: 'core',
681
681
  categorization: 'multi-purpose',
682
- usage: 'Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.',
682
+ usage: 'Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.',
683
683
  team: 'Design System Team',
684
684
  status: 'published'
685
685
  },
@@ -737,6 +737,16 @@ var metadata = {
737
737
  team: 'Design System Team',
738
738
  status: 'published'
739
739
  },
740
+ 'child-work-items': {
741
+ keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
742
+ componentName: 'ChildWorkItemsIcon',
743
+ package: '@atlaskit/icon/core/child-work-items',
744
+ type: 'core',
745
+ categorization: 'single-purpose',
746
+ usage: 'Reserved for child work items.',
747
+ team: 'Design System Team',
748
+ status: 'published'
749
+ },
740
750
  clipboard: {
741
751
  keywords: ['clipboard', 'icon', 'core', 'clipboard', 'paste'],
742
752
  componentName: 'ClipboardIcon',
@@ -754,7 +764,7 @@ var metadata = {
754
764
  oldName: ['editor/recent', 'emoji/frequent', 'recent'],
755
765
  type: 'core',
756
766
  categorization: 'multi-purpose',
757
- usage: 'Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.',
767
+ usage: 'Known uses: recent, time input, sprint time remaining, overdue task work type status.',
758
768
  team: 'Design System Team',
759
769
  status: 'published'
760
770
  },
@@ -1064,12 +1074,12 @@ var metadata = {
1064
1074
  status: 'published'
1065
1075
  },
1066
1076
  defect: {
1067
- keywords: ['defect', 'icon', 'core', 'square', 'broken', 'defect', 'fragile', 'cracked'],
1077
+ keywords: ['defect', 'icon', 'core', 'defect', 'fragile', 'cracked', 'work type'],
1068
1078
  componentName: 'DefectIcon',
1069
1079
  package: '@atlaskit/icon/core/defect',
1070
1080
  type: 'core',
1071
1081
  categorization: 'single-purpose',
1072
- usage: 'Single purpose - Reserved for Defect Jira issue type.',
1082
+ usage: 'Reserved for defect work type.',
1073
1083
  team: 'Design System Team',
1074
1084
  status: 'published'
1075
1085
  },
@@ -1107,12 +1117,12 @@ var metadata = {
1107
1117
  status: 'published'
1108
1118
  },
1109
1119
  devices: {
1110
- keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware'],
1120
+ keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware', 'work type'],
1111
1121
  componentName: 'DevicesIcon',
1112
1122
  package: '@atlaskit/icon/core/devices',
1113
1123
  type: 'core',
1114
1124
  categorization: 'multi-purpose',
1115
- usage: "Multi purpose - Known usages: 'Asset' Jira issue type.",
1125
+ usage: "Known usages: 'Asset' work type.",
1116
1126
  team: 'Design System Team',
1117
1127
  status: 'published'
1118
1128
  },
@@ -1304,12 +1314,12 @@ var metadata = {
1304
1314
  status: 'published'
1305
1315
  },
1306
1316
  'exclamation-square': {
1307
- keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaimation', 'exclaim', 'issue type', 'square'],
1317
+ keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaim', 'square', 'work type'],
1308
1318
  componentName: 'ExclamationSquareIcon',
1309
1319
  package: '@atlaskit/icon/core/exclamation-square',
1310
1320
  type: 'core',
1311
1321
  categorization: 'multi-purpose',
1312
- usage: 'Known uses: Exclamation Jira issue type',
1322
+ usage: 'Known uses: Exclamation work type.',
1313
1323
  team: 'Design System Team',
1314
1324
  status: 'published',
1315
1325
  slackChannel: '#icon-contributions'
@@ -1941,12 +1951,12 @@ var metadata = {
1941
1951
  status: 'published'
1942
1952
  },
1943
1953
  'list-checklist': {
1944
- keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements'],
1954
+ keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements', 'checklist', 'work type'],
1945
1955
  componentName: 'ListChecklistIcon',
1946
1956
  package: '@atlaskit/icon/core/list-checklist',
1947
1957
  type: 'core',
1948
1958
  categorization: 'multi-purpose',
1949
- usage: "Multi purpose - Known usages: 'Requirement' Jira issue type.",
1959
+ usage: "Known usages: Checklist, 'Requirement' work type.",
1950
1960
  team: 'Design System Team',
1951
1961
  status: 'published'
1952
1962
  },
@@ -2155,12 +2165,12 @@ var metadata = {
2155
2165
  status: 'published'
2156
2166
  },
2157
2167
  'minus-square': {
2158
- keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract'],
2168
+ keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract', 'work type'],
2159
2169
  componentName: 'MinusSquareIcon',
2160
2170
  package: '@atlaskit/icon/core/minus-square',
2161
2171
  type: 'core',
2162
2172
  categorization: 'multi-purpose',
2163
- usage: "Multi purpose - Known usages: 'Remove feature' Jira issue status.",
2173
+ usage: "Known usages: 'Remove feature' work type.",
2164
2174
  team: 'Design System Team',
2165
2175
  status: 'published'
2166
2176
  },
@@ -2291,12 +2301,12 @@ var metadata = {
2291
2301
  status: 'published'
2292
2302
  },
2293
2303
  pen: {
2294
- keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design'],
2304
+ keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
2295
2305
  componentName: 'PenIcon',
2296
2306
  package: '@atlaskit/icon/core/pen',
2297
2307
  type: 'core',
2298
2308
  categorization: 'multi-purpose',
2299
- usage: "Multi purpose - Known usages: 'Design task' Jira issue type.",
2309
+ usage: "Known usages: 'Design task' work type.",
2300
2310
  team: 'Design System Team',
2301
2311
  status: 'published'
2302
2312
  },
@@ -2403,7 +2413,7 @@ var metadata = {
2403
2413
  package: '@atlaskit/icon/core/pin',
2404
2414
  type: 'core',
2405
2415
  categorization: 'multi-purpose',
2406
- usage: 'Multi purpose - Known uses: pinning Jira issue fields.',
2416
+ usage: 'Known uses: unpinned fields.',
2407
2417
  team: 'Design System Team',
2408
2418
  status: 'published'
2409
2419
  },
@@ -2413,18 +2423,18 @@ var metadata = {
2413
2423
  package: '@atlaskit/icon/core/pin-filled',
2414
2424
  type: 'core',
2415
2425
  categorization: 'multi-purpose',
2416
- usage: 'Multi purpose - Known uses: pinned Jira issue fields.',
2426
+ usage: 'Known uses: pinned fields.',
2417
2427
  team: 'Design System Team',
2418
2428
  status: 'published'
2419
2429
  },
2420
2430
  'plus-square': {
2421
- keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add'],
2431
+ keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add', 'work type'],
2422
2432
  componentName: 'PlusSquareIcon',
2423
2433
  package: '@atlaskit/icon/core/plus-square',
2424
2434
  oldName: ['issue-raise'],
2425
2435
  type: 'core',
2426
2436
  categorization: 'multi-purpose',
2427
- usage: "Multi purpose - Known usages: 'New feature' Jira issue status.",
2437
+ usage: "Known usages: 'New feature' work type.",
2428
2438
  team: 'Design System Team',
2429
2439
  status: 'published'
2430
2440
  },
@@ -2470,112 +2480,112 @@ var metadata = {
2470
2480
  status: 'published'
2471
2481
  },
2472
2482
  'priority-blocker': {
2473
- keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', 'jira status'],
2483
+ keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', 'work type status'],
2474
2484
  componentName: 'PriorityBlockerIcon',
2475
2485
  package: '@atlaskit/icon/core/priority-blocker',
2476
2486
  type: 'core',
2477
2487
  categorization: 'single-purpose',
2478
- usage: 'Single purpose - Reserved for blocker issue priority.',
2488
+ usage: 'Reserved for blocker work type priority.',
2479
2489
  team: 'Design System Team',
2480
2490
  status: 'published'
2481
2491
  },
2482
2492
  'priority-critical': {
2483
- keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', 'issue', 'priority', 'jira status'],
2493
+ keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', 'priority', 'work type status'],
2484
2494
  componentName: 'PriorityCriticalIcon',
2485
2495
  package: '@atlaskit/icon/core/priority-critical',
2486
2496
  type: 'core',
2487
2497
  categorization: 'single-purpose',
2488
- usage: 'Single purpose - Reserved for critial issue priority.',
2498
+ usage: 'Reserved for critical work type priority.',
2489
2499
  team: 'Design System Team',
2490
2500
  status: 'published'
2491
2501
  },
2492
2502
  'priority-high': {
2493
- keywords: ['priority-high', 'priorityhigh', 'icon', 'core', 'issue', 'priority', 'jira status'],
2503
+ keywords: ['priority-high', 'priorityhigh', 'icon', 'core', 'priority', 'work type status'],
2494
2504
  componentName: 'PriorityHighIcon',
2495
2505
  package: '@atlaskit/icon/core/priority-high',
2496
2506
  type: 'core',
2497
2507
  categorization: 'single-purpose',
2498
- usage: 'Single purpose - Reserved for high issue priority.',
2508
+ usage: 'Reserved for high work type priority.',
2499
2509
  team: 'Design System Team',
2500
2510
  status: 'published'
2501
2511
  },
2502
2512
  'priority-highest': {
2503
- keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', 'issue', 'priority', 'jira status'],
2513
+ keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', 'priority', 'work type status'],
2504
2514
  componentName: 'PriorityHighestIcon',
2505
2515
  package: '@atlaskit/icon/core/priority-highest',
2506
2516
  type: 'core',
2507
2517
  categorization: 'single-purpose',
2508
- usage: 'Single purpose - Reserved for highest issue priority.',
2518
+ usage: 'Reserved for highest work type priority.',
2509
2519
  team: 'Design System Team',
2510
2520
  status: 'published'
2511
2521
  },
2512
2522
  'priority-low': {
2513
- keywords: ['priority-low', 'prioritylow', 'icon', 'core', 'issue', 'priority', 'jira status'],
2523
+ keywords: ['priority-low', 'prioritylow', 'icon', 'core', 'priority', 'work type status'],
2514
2524
  componentName: 'PriorityLowIcon',
2515
2525
  package: '@atlaskit/icon/core/priority-low',
2516
2526
  type: 'core',
2517
2527
  categorization: 'single-purpose',
2518
- usage: 'Single purpose - Reserved for low issue priority.',
2528
+ usage: 'Reserved for low work type priority.',
2519
2529
  team: 'Design System Team',
2520
2530
  status: 'published'
2521
2531
  },
2522
2532
  'priority-lowest': {
2523
- keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', 'issue', 'priority', 'jira status'],
2533
+ keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', 'priority', 'work type status'],
2524
2534
  componentName: 'PriorityLowestIcon',
2525
2535
  package: '@atlaskit/icon/core/priority-lowest',
2526
2536
  type: 'core',
2527
2537
  categorization: 'single-purpose',
2528
- usage: 'Single purpose - Reserved for lowest issue priority.',
2538
+ usage: 'Reserved for lowest work type priority.',
2529
2539
  team: 'Design System Team',
2530
2540
  status: 'published'
2531
2541
  },
2532
2542
  'priority-major': {
2533
- keywords: ['priority-major', 'prioritymajor', 'icon', 'core', 'issue', 'priority', 'jira status'],
2543
+ keywords: ['priority-major', 'prioritymajor', 'icon', 'core', 'priority', 'work type status'],
2534
2544
  componentName: 'PriorityMajorIcon',
2535
2545
  package: '@atlaskit/icon/core/priority-major',
2536
2546
  type: 'core',
2537
2547
  categorization: 'single-purpose',
2538
- usage: 'Single purpose - Reserved for major issue priority.',
2548
+ usage: 'Reserved for major work type priority.',
2539
2549
  team: 'Design System Team',
2540
2550
  status: 'published'
2541
2551
  },
2542
2552
  'priority-medium': {
2543
- keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', 'issue', 'priority', 'jira status'],
2553
+ keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', 'priority', 'work type status'],
2544
2554
  componentName: 'PriorityMediumIcon',
2545
2555
  package: '@atlaskit/icon/core/priority-medium',
2546
2556
  type: 'core',
2547
2557
  categorization: 'single-purpose',
2548
- usage: 'Single purpose - Reserved for medium issue priority.',
2558
+ usage: 'Reserved for medium work type priority.',
2549
2559
  team: 'Design System Team',
2550
2560
  status: 'published'
2551
2561
  },
2552
2562
  'priority-minor': {
2553
- keywords: ['priority-minor', 'priorityminor', 'icon', 'core', 'issue', 'priority', 'jira status'],
2563
+ keywords: ['priority-minor', 'priorityminor', 'icon', 'core', 'priority', 'work type status'],
2554
2564
  componentName: 'PriorityMinorIcon',
2555
2565
  package: '@atlaskit/icon/core/priority-minor',
2556
2566
  type: 'core',
2557
2567
  categorization: 'single-purpose',
2558
- usage: 'Single purpose - Reserved for minor issue priority.',
2568
+ usage: 'Reserved for minor work type priority.',
2559
2569
  team: 'Design System Team',
2560
2570
  status: 'published'
2561
2571
  },
2562
2572
  'priority-trivial': {
2563
- keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', 'issue', 'priority', 'jira status'],
2573
+ keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', 'priority', 'work type status'],
2564
2574
  componentName: 'PriorityTrivialIcon',
2565
2575
  package: '@atlaskit/icon/core/priority-trivial',
2566
2576
  type: 'core',
2567
2577
  categorization: 'single-purpose',
2568
- usage: 'Single purpose - Reserved for trivial issue priority.',
2578
+ usage: 'Reserved for trivial work type priority.',
2569
2579
  team: 'Design System Team',
2570
2580
  status: 'published'
2571
2581
  },
2572
2582
  problem: {
2573
- keywords: ['problem', 'icon', 'core', 'stop', 'issue', 'priority', 'jira status'],
2583
+ keywords: ['problem', 'icon', 'core', 'stop', 'priority', 'work type status'],
2574
2584
  componentName: 'ProblemIcon',
2575
2585
  package: '@atlaskit/icon/core/problem',
2576
2586
  type: 'core',
2577
2587
  categorization: 'single-purpose',
2578
- usage: 'Single purpose - Reserved for problem issue priority.',
2588
+ usage: 'Reserved for problem work type priority.',
2579
2589
  team: 'Design System Team',
2580
2590
  status: 'published'
2581
2591
  },
@@ -3107,12 +3117,12 @@ var metadata = {
3107
3117
  status: 'published'
3108
3118
  },
3109
3119
  story: {
3110
- keywords: ['story', 'icon', 'core', 'bookmark', 'issue', 'jira status'],
3120
+ keywords: ['story', 'icon', 'core', 'bookmark', 'work type'],
3111
3121
  componentName: 'StoryIcon',
3112
3122
  package: '@atlaskit/icon/core/story',
3113
3123
  type: 'core',
3114
3124
  categorization: 'single-purpose',
3115
- usage: 'Single purpose - Reserved for stories in Jira.',
3125
+ usage: 'Reserved for story work type.',
3116
3126
  team: 'Design System Team',
3117
3127
  status: 'published'
3118
3128
  },
@@ -3158,13 +3168,13 @@ var metadata = {
3158
3168
  status: 'published'
3159
3169
  },
3160
3170
  subtasks: {
3161
- keywords: ['subtasks', 'icon', 'core', 'issue', 'todo', 'checklist', 'jira status'],
3171
+ keywords: ['subtasks', 'icon', 'core', 'todo', 'checklist', 'work type'],
3162
3172
  componentName: 'SubtasksIcon',
3163
3173
  package: '@atlaskit/icon/core/subtasks',
3164
3174
  oldName: ['subtask'],
3165
3175
  type: 'core',
3166
3176
  categorization: 'single-purpose',
3167
- usage: 'Single purpose - Reserved for subtasks in Jira.',
3177
+ usage: 'Reserved for subtask work type.',
3168
3178
  team: 'Design System Team',
3169
3179
  status: 'published'
3170
3180
  },
@@ -3599,7 +3609,7 @@ var metadata = {
3599
3609
  package: '@atlaskit/icon/core/tools',
3600
3610
  type: 'core',
3601
3611
  categorization: 'multi-purpose',
3602
- usage: "Multi purpose - Known usages: 'Service request' Jira issue type.",
3612
+ usage: "Known usages: 'Service request' Jira work type.",
3603
3613
  team: 'Design System Team',
3604
3614
  status: 'published'
3605
3615
  },
@@ -3875,17 +3885,17 @@ var metadata = {
3875
3885
  status: 'published'
3876
3886
  },
3877
3887
  'work-item': {
3878
- keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
3888
+ keywords: ['work-item', 'workitem', 'icon', 'core', 'check mark', 'tick', 'work item', 'work type'],
3879
3889
  componentName: 'WorkItemIcon',
3880
3890
  package: '@atlaskit/icon/core/work-item',
3881
3891
  type: 'core',
3882
3892
  categorization: 'single-purpose',
3883
- usage: 'Reserved for representing work items.',
3893
+ usage: 'Reserved for work items.',
3884
3894
  team: 'Design System Team',
3885
3895
  status: 'published'
3886
3896
  },
3887
3897
  'work-items': {
3888
- keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
3898
+ keywords: ['work-items', 'workitems', 'icon', 'core', 'check mark', 'tick', 'work items', 'work type'],
3889
3899
  componentName: 'WorkItemsIcon',
3890
3900
  package: '@atlaskit/icon/core/work-items',
3891
3901
  type: 'core',
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::61c8e5972c67cf6862ba338f4468f558>>
12
+ * @codegen <<SignedSource::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -99,7 +99,7 @@ var metadata = {
99
99
  categorization: 'utility',
100
100
  usage: 'Reserved for calendar year button.',
101
101
  team: 'Design System Team',
102
- status: 'ready-to-publish',
102
+ status: 'published',
103
103
  slackChannel: '#help-design-system'
104
104
  },
105
105
  'chevron-double-right': {
@@ -110,7 +110,7 @@ var metadata = {
110
110
  categorization: 'utility',
111
111
  usage: 'Reserved for calendar year button.',
112
112
  team: 'Design System Team',
113
- status: 'ready-to-publish',
113
+ status: 'published',
114
114
  slackChannel: '#help-design-system'
115
115
  },
116
116
  'chevron-down': {
@@ -105,16 +105,12 @@ export const Icon = /*#__PURE__*/memo(function Icon(props) {
105
105
  "data-vc": `icon-${testId}`,
106
106
  role: label ? 'img' : undefined,
107
107
  "aria-label": label ? label : undefined,
108
- "aria-hidden": label ? undefined : true
109
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
110
- ,
108
+ "aria-hidden": label ? undefined : true,
111
109
  style: {
112
110
  '--icon-primary-color': primaryColor,
113
111
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
114
112
  '--icon-secondary-color': secondaryColor || getBackground(),
115
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
116
113
  margin: UNSAFE_margin
117
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
118
114
  }
119
115
  }, glyphProps, {
120
116
  css: [iconStyles, baseHcmStyles, primaryColor === secondaryColor && primaryEqualsSecondaryHcmStyles, secondaryColor === 'transparent' && secondaryTransparentHcmStyles,