@atlaskit/icon 22.17.0 → 22.18.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 (99) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/core/arrow-down.js +2 -2
  3. package/core/arrow-left.js +2 -2
  4. package/core/arrow-right.js +2 -2
  5. package/core/arrow-up-right.js +2 -2
  6. package/core/arrow-up.js +2 -2
  7. package/core/changes.js +2 -2
  8. package/core/chart-trend.js +2 -2
  9. package/core/cloud-arrow-up.js +2 -2
  10. package/core/collapse-horizontal.js +2 -2
  11. package/core/collapse-vertical.js +2 -2
  12. package/core/content-align-center.js +2 -2
  13. package/core/content-align-left.js +2 -2
  14. package/core/content-align-right.js +2 -2
  15. package/core/content-width-narrow.js +2 -2
  16. package/core/content-width-wide.js +2 -2
  17. package/core/content-wrap-left.js +2 -2
  18. package/core/content-wrap-right.js +2 -2
  19. package/core/decision.js +2 -2
  20. package/core/defect.js +3 -3
  21. package/core/discovery.js +2 -2
  22. package/core/download.js +2 -2
  23. package/core/edit-bulk.js +2 -2
  24. package/core/expand-horizontal.js +2 -2
  25. package/core/expand-vertical.js +2 -2
  26. package/core/feedback.js +2 -2
  27. package/core/grow-diagonal.js +2 -2
  28. package/core/grow-horizontal.js +2 -2
  29. package/core/grow-vertical.js +2 -2
  30. package/core/highlight.d.ts +14 -0
  31. package/core/highlight.js +31 -0
  32. package/core/layout-one-column.d.ts +14 -0
  33. package/core/layout-one-column.js +31 -0
  34. package/core/layout-three-columns-sidebars.js +2 -2
  35. package/core/layout-three-columns.js +2 -2
  36. package/core/layout-two-columns-sidebar-left.js +2 -2
  37. package/core/layout-two-columns-sidebar-right.js +2 -2
  38. package/core/layout-two-columns.js +2 -2
  39. package/core/library.js +2 -2
  40. package/core/link-external.js +2 -2
  41. package/core/migration/content-align-center--editor-align-image-center.js +2 -2
  42. package/core/migration/content-align-left--editor-align-image-left.js +2 -2
  43. package/core/migration/content-align-right--editor-align-image-right.js +2 -2
  44. package/core/migration/content-width-narrow--editor-media-center.js +2 -2
  45. package/core/migration/content-width-wide--editor-media-wide.js +2 -2
  46. package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
  47. package/core/migration/layout-one-column--editor-layout-single.js +33 -0
  48. package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
  49. package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
  50. package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
  51. package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
  52. package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
  53. package/core/migration/on-call--hipchat-dial-out.js +2 -2
  54. package/core/migration/text-bold--editor-bold.js +2 -2
  55. package/core/migration/text-indent-left--editor-outdent.js +2 -2
  56. package/core/migration/text-indent-right--editor-indent.js +2 -2
  57. package/core/migration/text-italic--editor-italic.js +2 -2
  58. package/core/objective.js +2 -2
  59. package/core/on-call.js +2 -2
  60. package/core/operations.js +3 -3
  61. package/core/paint-bucket.js +2 -2
  62. package/core/redo.js +2 -2
  63. package/core/refresh.js +2 -2
  64. package/core/retry.js +2 -2
  65. package/core/sort-ascending.js +2 -2
  66. package/core/sort-descending.js +2 -2
  67. package/core/sprint.js +2 -2
  68. package/core/target.js +2 -2
  69. package/core/text-bold.js +2 -2
  70. package/core/text-indent-left.js +2 -2
  71. package/core/text-indent-right.js +2 -2
  72. package/core/text-italic.js +2 -2
  73. package/core/text-spellcheck.js +2 -2
  74. package/core/text-style.js +2 -2
  75. package/core/theme.js +2 -2
  76. package/core/undo.js +2 -2
  77. package/dist/cjs/components/icon-new.js +1 -1
  78. package/dist/cjs/metadata-core.js +47 -28
  79. package/dist/cjs/metadata-utility.js +1 -1
  80. package/dist/cjs/migration-map.js +9 -4
  81. package/dist/es2019/components/icon-new.js +1 -1
  82. package/dist/es2019/metadata-core.js +47 -28
  83. package/dist/es2019/metadata-utility.js +1 -1
  84. package/dist/es2019/migration-map.js +9 -4
  85. package/dist/esm/components/icon-new.js +1 -1
  86. package/dist/esm/metadata-core.js +47 -28
  87. package/dist/esm/metadata-utility.js +1 -1
  88. package/dist/esm/migration-map.js +9 -4
  89. package/dist/types/metadata-core.d.ts +1 -1
  90. package/dist/types/metadata-utility.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  93. package/glyph/editor/layout-single.js +4 -1
  94. package/package.json +4 -1
  95. package/utility/arrow-down.js +2 -2
  96. package/utility/arrow-left.js +2 -2
  97. package/utility/arrow-right.js +2 -2
  98. package/utility/arrow-up.js +2 -2
  99. package/utility/link-external.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "22.17.0",
3
+ "version": "22.18.0",
4
4
  "description": "An icon is a visual representation of a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -118,6 +118,9 @@
118
118
  },
119
119
  "platform-design-system-new-icon-default-color": {
120
120
  "type": "boolean"
121
+ },
122
+ "platform-design-system-new-icon-default-color-2": {
123
+ "type": "boolean"
121
124
  }
122
125
  }
123
126
  }
@@ -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::1d864317b2e0546e93a628c11da23007>>
3
+ * @codegen <<SignedSource::5a47cdda8dc01c7b93b760a90af3e150>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowDownIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2 6.25 4 4m0 0 4-4m-4 4V1"/>`,
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2 6.25 4 4 4-4M6 1v8.75"/>`,
28
28
  type: 'utility'
29
29
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
30
30
  }, props));
@@ -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::1ff09d75b59c128504feca76a39b7398>>
3
+ * @codegen <<SignedSource::a78d99b0ced69dcc38c46a39b06ca9a7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowLeftIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.75 2-4 4m0 0 4 4m-4-4H11"/>`,
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.75 2-4 4 4 4M11 6H2.25"/>`,
28
28
  type: 'utility'
29
29
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
30
30
  }, props));
@@ -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::899046800e1fb5fe56f73125221fc4e3>>
3
+ * @codegen <<SignedSource::54a84dbfed14d724d6dc95a128165799>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowRightIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m6.25 2 4 4m0 0-4 4m4-4H1"/>`,
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m6.25 2 4 4-4 4M1 6h8.75"/>`,
28
28
  type: 'utility'
29
29
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
30
30
  }, props));
@@ -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::184c5d6bcdbfbb69e17a5cfbff8ec7ca>>
3
+ * @codegen <<SignedSource::3614431c348f9548474db28c014c1927>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowUpIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2 5.75 4-4m0 0 4 4m-4-4V11"/>`,
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2 5.75 4-4 4 4M6 11V2.25"/>`,
28
28
  type: 'utility'
29
29
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
30
30
  }, props));
@@ -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::8ab1925f355ba7fc18dfb3823182c8f3>>
3
+ * @codegen <<SignedSource::6d15a1cabf38305c12c7c55964d6dee0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const LinkExternalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.25 6.25v-4.5h-4.5m-2.25 0h-.81a.94.94 0 0 0-.94.94v6.62c0 .52.42.94.94.94h6.62c.52 0 .94-.42.94-.94V8.5M5 7l5.25-5.25"/>`,
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M3.5 1.75h-.812a.937.937 0 0 0-.938.938v6.624c0 .518.42.938.938.938h6.624c.518 0 .938-.42.938-.937V8.5M5 7l4.75-4.75m.5 4v-4.5h-4.5"/>`,
28
28
  type: 'utility'
29
29
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
30
30
  }, props));