@atlaskit/icon 25.3.1 → 25.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/core/ai-generative-text-summary.d.ts +13 -0
- package/core/ai-generative-text-summary.js +28 -0
- package/core/migration/refresh.js +2 -2
- package/core/refresh.js +2 -2
- package/core/summarize.js +2 -2
- package/dist/cjs/components/icon-new.js +1 -11
- package/dist/cjs/metadata-core.js +19 -7
- package/dist/es2019/components/icon-new.js +1 -18
- package/dist/es2019/metadata-core.js +19 -7
- package/dist/esm/components/icon-new.js +1 -11
- package/dist/esm/metadata-core.js +19 -7
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +6 -6
- package/svgs/core/ai-generative-text-summary.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 25.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#135884](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135884)
|
|
8
|
+
[`20a4ca43b3a13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20a4ca43b3a13) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `ai-generative-text-summary`
|
|
16
|
+
|
|
17
|
+
## 25.4.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#134572](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134572)
|
|
22
|
+
[`9ae8e789e419b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ae8e789e419b) -
|
|
23
|
+
Icons are now shipped using paths instead of strokes and no longer require SVG filter overrides
|
|
24
|
+
when using disabled tokens for color.
|
|
25
|
+
|
|
3
26
|
## 25.3.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::23d6118fc1c7b2ca5809d4b9e2772c27>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AiGenerativeTextSummaryIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AiGenerativeTextSummaryIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d4df587d0c3f1832e97f8caba30d1552>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "AiGenerativeTextSummary".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon
|
|
19
|
+
* Usage guidance: Reserved for summarizing content with Atlassian Intelligence & Loom
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const AiGenerativeTextSummaryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.166h14v1.5H1zm10.796 4.328a.75.75 0 0 1 1.41 0l.615 1.687 1.686.615a.75.75 0 0 1 0 1.41l-1.686.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.687-.615a.75.75 0 0 1 0-1.41l1.687-.615zM1 9.333h7v1.5H1zm0 4.166h5v1.5H1z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
AiGenerativeTextSummaryIcon.displayName = 'AiGenerativeTextSummaryIcon';
|
|
28
|
+
var _default = exports.default = AiGenerativeTextSummaryIcon;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::97b7deedaffb04632472c93b0c8f5452>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for reloading content
|
|
22
|
+
* Usage guidance: Reserved for reloading or replaying content
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/refresh.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::
|
|
3
|
+
* @codegen <<SignedSource::688997f0a16a41562042ca280fe15628>>
|
|
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: "Refresh".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for reloading content
|
|
19
|
+
* Usage guidance: Reserved for reloading or replaying content
|
|
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
|
*/
|
package/core/summarize.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::
|
|
3
|
+
* @codegen <<SignedSource::8e7be616b8d6a1a67d5ec530f9dff6db>>
|
|
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: "Summarize".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for summarizing content with Atlassian Intelligence
|
|
19
|
+
* Usage guidance: Reserved for summarizing content with Atlassian Intelligence & Loom
|
|
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
|
*/
|
|
@@ -159,23 +159,13 @@ var Icon = exports.Icon = /*#__PURE__*/(0, _react.memo)(function Icon(props) {
|
|
|
159
159
|
viewBoxPadding = paddingMap['core'][(_props$spacing2 = props.spacing) !== null && _props$spacing2 !== void 0 ? _props$spacing2 : 'none'];
|
|
160
160
|
}
|
|
161
161
|
var viewBoxSize = baseSize + 2 * viewBoxPadding;
|
|
162
|
-
|
|
163
|
-
// Workaround for the transparency in our disabled icon token.
|
|
164
|
-
// Because we have multiple strokes in icons, opacities overlap
|
|
165
|
-
// This filter has an impact on render performance, but this is
|
|
166
|
-
// acceptable as icons aren't commonly disabled en-masse
|
|
167
|
-
var iconColor = color;
|
|
168
|
-
if (dangerouslySetInnerHTML && color === "var(--ds-icon-disabled, #091E424F)") {
|
|
169
|
-
dangerouslySetInnerHTML.__html = "\n<filter id=\"ds-newIconOpacityFilter\">\n <feFlood flood-color=\"var(--ds-icon-disabled)\" />\n <feComposite in2=\"SourceGraphic\" operator=\"in\" />\n</filter>\n<g filter=\"url(#ds-newIconOpacityFilter)\">\n ".concat(dangerouslySetInnerHTML.__html, "\n</g>");
|
|
170
|
-
iconColor = "var(--ds-icon, #44546F)";
|
|
171
|
-
}
|
|
172
162
|
return (0, _react2.jsx)("span", {
|
|
173
163
|
"data-testid": testId,
|
|
174
164
|
role: label ? 'img' : undefined,
|
|
175
165
|
"aria-label": label ? label : undefined,
|
|
176
166
|
"aria-hidden": label ? undefined : true,
|
|
177
167
|
style: {
|
|
178
|
-
color:
|
|
168
|
+
color: color
|
|
179
169
|
},
|
|
180
170
|
css: [iconStyles, baseHcmStyles, shouldScale && scaleStyles, props.type === 'utility' && utilityIconStyles]
|
|
181
171
|
}, (0, _react2.jsx)("svg", {
|
|
@@ -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::
|
|
12
|
+
* @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -56,6 +56,17 @@ var metadata = {
|
|
|
56
56
|
team: 'Design System Team',
|
|
57
57
|
status: 'published'
|
|
58
58
|
},
|
|
59
|
+
'ai-generative-text-summary': {
|
|
60
|
+
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
61
|
+
componentName: 'AiGenerativeTextSummaryIcon',
|
|
62
|
+
package: '@atlaskit/icon/core/ai-generative-text-summary',
|
|
63
|
+
type: 'core',
|
|
64
|
+
categorization: 'single-purpose',
|
|
65
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
66
|
+
team: 'Atlassian Intelligence & Loom',
|
|
67
|
+
status: 'published',
|
|
68
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
69
|
+
},
|
|
59
70
|
alert: {
|
|
60
71
|
keywords: ['alert', 'icon', 'core', 'alert', 'event', 'operations'],
|
|
61
72
|
componentName: 'AlertIcon',
|
|
@@ -2675,13 +2686,13 @@ var metadata = {
|
|
|
2675
2686
|
status: 'published'
|
|
2676
2687
|
},
|
|
2677
2688
|
refresh: {
|
|
2678
|
-
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows'],
|
|
2689
|
+
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2679
2690
|
componentName: 'RefreshIcon',
|
|
2680
2691
|
package: '@atlaskit/icon/core/refresh',
|
|
2681
2692
|
oldName: ['refresh'],
|
|
2682
2693
|
type: 'core',
|
|
2683
2694
|
categorization: 'single-purpose',
|
|
2684
|
-
usage: 'Reserved for reloading content
|
|
2695
|
+
usage: 'Reserved for reloading or replaying content',
|
|
2685
2696
|
team: 'Design System Team',
|
|
2686
2697
|
status: 'published'
|
|
2687
2698
|
},
|
|
@@ -3169,14 +3180,15 @@ var metadata = {
|
|
|
3169
3180
|
status: 'published'
|
|
3170
3181
|
},
|
|
3171
3182
|
summarize: {
|
|
3172
|
-
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', '
|
|
3183
|
+
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
3173
3184
|
componentName: 'SummarizeIcon',
|
|
3174
3185
|
package: '@atlaskit/icon/core/summarize',
|
|
3175
3186
|
type: 'core',
|
|
3176
3187
|
categorization: 'single-purpose',
|
|
3177
|
-
usage: 'Reserved for summarizing content with Atlassian Intelligence
|
|
3178
|
-
team: 'Atlassian Intelligence',
|
|
3179
|
-
status: 'published'
|
|
3188
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3189
|
+
team: 'Atlassian Intelligence & Loom',
|
|
3190
|
+
status: 'published',
|
|
3191
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
3180
3192
|
},
|
|
3181
3193
|
support: {
|
|
3182
3194
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -156,30 +156,13 @@ export const Icon = /*#__PURE__*/memo(function Icon(props) {
|
|
|
156
156
|
viewBoxPadding = paddingMap['core'][(_props$spacing2 = props.spacing) !== null && _props$spacing2 !== void 0 ? _props$spacing2 : 'none'];
|
|
157
157
|
}
|
|
158
158
|
const viewBoxSize = baseSize + 2 * viewBoxPadding;
|
|
159
|
-
|
|
160
|
-
// Workaround for the transparency in our disabled icon token.
|
|
161
|
-
// Because we have multiple strokes in icons, opacities overlap
|
|
162
|
-
// This filter has an impact on render performance, but this is
|
|
163
|
-
// acceptable as icons aren't commonly disabled en-masse
|
|
164
|
-
let iconColor = color;
|
|
165
|
-
if (dangerouslySetInnerHTML && color === "var(--ds-icon-disabled, #091E424F)") {
|
|
166
|
-
dangerouslySetInnerHTML.__html = `
|
|
167
|
-
<filter id="ds-newIconOpacityFilter">
|
|
168
|
-
<feFlood flood-color="var(--ds-icon-disabled)" />
|
|
169
|
-
<feComposite in2="SourceGraphic" operator="in" />
|
|
170
|
-
</filter>
|
|
171
|
-
<g filter="url(#ds-newIconOpacityFilter)">
|
|
172
|
-
${dangerouslySetInnerHTML.__html}
|
|
173
|
-
</g>`;
|
|
174
|
-
iconColor = "var(--ds-icon, #44546F)";
|
|
175
|
-
}
|
|
176
159
|
return jsx("span", {
|
|
177
160
|
"data-testid": testId,
|
|
178
161
|
role: label ? 'img' : undefined,
|
|
179
162
|
"aria-label": label ? label : undefined,
|
|
180
163
|
"aria-hidden": label ? undefined : true,
|
|
181
164
|
style: {
|
|
182
|
-
color
|
|
165
|
+
color
|
|
183
166
|
},
|
|
184
167
|
css: [iconStyles, baseHcmStyles, shouldScale && scaleStyles, props.type === 'utility' && utilityIconStyles]
|
|
185
168
|
}, jsx("svg", {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -50,6 +50,17 @@ const metadata = {
|
|
|
50
50
|
team: 'Design System Team',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
|
+
'ai-generative-text-summary': {
|
|
54
|
+
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
55
|
+
componentName: 'AiGenerativeTextSummaryIcon',
|
|
56
|
+
package: '@atlaskit/icon/core/ai-generative-text-summary',
|
|
57
|
+
type: 'core',
|
|
58
|
+
categorization: 'single-purpose',
|
|
59
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
60
|
+
team: 'Atlassian Intelligence & Loom',
|
|
61
|
+
status: 'published',
|
|
62
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
63
|
+
},
|
|
53
64
|
alert: {
|
|
54
65
|
keywords: ['alert', 'icon', 'core', 'alert', 'event', 'operations'],
|
|
55
66
|
componentName: 'AlertIcon',
|
|
@@ -2669,13 +2680,13 @@ const metadata = {
|
|
|
2669
2680
|
status: 'published'
|
|
2670
2681
|
},
|
|
2671
2682
|
refresh: {
|
|
2672
|
-
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows'],
|
|
2683
|
+
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2673
2684
|
componentName: 'RefreshIcon',
|
|
2674
2685
|
package: '@atlaskit/icon/core/refresh',
|
|
2675
2686
|
oldName: ['refresh'],
|
|
2676
2687
|
type: 'core',
|
|
2677
2688
|
categorization: 'single-purpose',
|
|
2678
|
-
usage: 'Reserved for reloading content
|
|
2689
|
+
usage: 'Reserved for reloading or replaying content',
|
|
2679
2690
|
team: 'Design System Team',
|
|
2680
2691
|
status: 'published'
|
|
2681
2692
|
},
|
|
@@ -3163,14 +3174,15 @@ const metadata = {
|
|
|
3163
3174
|
status: 'published'
|
|
3164
3175
|
},
|
|
3165
3176
|
summarize: {
|
|
3166
|
-
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', '
|
|
3177
|
+
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
3167
3178
|
componentName: 'SummarizeIcon',
|
|
3168
3179
|
package: '@atlaskit/icon/core/summarize',
|
|
3169
3180
|
type: 'core',
|
|
3170
3181
|
categorization: 'single-purpose',
|
|
3171
|
-
usage: 'Reserved for summarizing content with Atlassian Intelligence
|
|
3172
|
-
team: 'Atlassian Intelligence',
|
|
3173
|
-
status: 'published'
|
|
3182
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3183
|
+
team: 'Atlassian Intelligence & Loom',
|
|
3184
|
+
status: 'published',
|
|
3185
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
3174
3186
|
},
|
|
3175
3187
|
support: {
|
|
3176
3188
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -153,23 +153,13 @@ export var Icon = /*#__PURE__*/memo(function Icon(props) {
|
|
|
153
153
|
viewBoxPadding = paddingMap['core'][(_props$spacing2 = props.spacing) !== null && _props$spacing2 !== void 0 ? _props$spacing2 : 'none'];
|
|
154
154
|
}
|
|
155
155
|
var viewBoxSize = baseSize + 2 * viewBoxPadding;
|
|
156
|
-
|
|
157
|
-
// Workaround for the transparency in our disabled icon token.
|
|
158
|
-
// Because we have multiple strokes in icons, opacities overlap
|
|
159
|
-
// This filter has an impact on render performance, but this is
|
|
160
|
-
// acceptable as icons aren't commonly disabled en-masse
|
|
161
|
-
var iconColor = color;
|
|
162
|
-
if (dangerouslySetInnerHTML && color === "var(--ds-icon-disabled, #091E424F)") {
|
|
163
|
-
dangerouslySetInnerHTML.__html = "\n<filter id=\"ds-newIconOpacityFilter\">\n <feFlood flood-color=\"var(--ds-icon-disabled)\" />\n <feComposite in2=\"SourceGraphic\" operator=\"in\" />\n</filter>\n<g filter=\"url(#ds-newIconOpacityFilter)\">\n ".concat(dangerouslySetInnerHTML.__html, "\n</g>");
|
|
164
|
-
iconColor = "var(--ds-icon, #44546F)";
|
|
165
|
-
}
|
|
166
156
|
return jsx("span", {
|
|
167
157
|
"data-testid": testId,
|
|
168
158
|
role: label ? 'img' : undefined,
|
|
169
159
|
"aria-label": label ? label : undefined,
|
|
170
160
|
"aria-hidden": label ? undefined : true,
|
|
171
161
|
style: {
|
|
172
|
-
color:
|
|
162
|
+
color: color
|
|
173
163
|
},
|
|
174
164
|
css: [iconStyles, baseHcmStyles, shouldScale && scaleStyles, props.type === 'utility' && utilityIconStyles]
|
|
175
165
|
}, jsx("svg", {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -50,6 +50,17 @@ var metadata = {
|
|
|
50
50
|
team: 'Design System Team',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
|
+
'ai-generative-text-summary': {
|
|
54
|
+
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
55
|
+
componentName: 'AiGenerativeTextSummaryIcon',
|
|
56
|
+
package: '@atlaskit/icon/core/ai-generative-text-summary',
|
|
57
|
+
type: 'core',
|
|
58
|
+
categorization: 'single-purpose',
|
|
59
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
60
|
+
team: 'Atlassian Intelligence & Loom',
|
|
61
|
+
status: 'published',
|
|
62
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
63
|
+
},
|
|
53
64
|
alert: {
|
|
54
65
|
keywords: ['alert', 'icon', 'core', 'alert', 'event', 'operations'],
|
|
55
66
|
componentName: 'AlertIcon',
|
|
@@ -2669,13 +2680,13 @@ var metadata = {
|
|
|
2669
2680
|
status: 'published'
|
|
2670
2681
|
},
|
|
2671
2682
|
refresh: {
|
|
2672
|
-
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows'],
|
|
2683
|
+
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2673
2684
|
componentName: 'RefreshIcon',
|
|
2674
2685
|
package: '@atlaskit/icon/core/refresh',
|
|
2675
2686
|
oldName: ['refresh'],
|
|
2676
2687
|
type: 'core',
|
|
2677
2688
|
categorization: 'single-purpose',
|
|
2678
|
-
usage: 'Reserved for reloading content
|
|
2689
|
+
usage: 'Reserved for reloading or replaying content',
|
|
2679
2690
|
team: 'Design System Team',
|
|
2680
2691
|
status: 'published'
|
|
2681
2692
|
},
|
|
@@ -3163,14 +3174,15 @@ var metadata = {
|
|
|
3163
3174
|
status: 'published'
|
|
3164
3175
|
},
|
|
3165
3176
|
summarize: {
|
|
3166
|
-
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', '
|
|
3177
|
+
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
3167
3178
|
componentName: 'SummarizeIcon',
|
|
3168
3179
|
package: '@atlaskit/icon/core/summarize',
|
|
3169
3180
|
type: 'core',
|
|
3170
3181
|
categorization: 'single-purpose',
|
|
3171
|
-
usage: 'Reserved for summarizing content with Atlassian Intelligence
|
|
3172
|
-
team: 'Atlassian Intelligence',
|
|
3173
|
-
status: 'published'
|
|
3182
|
+
usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
|
|
3183
|
+
team: 'Atlassian Intelligence & Loom',
|
|
3184
|
+
status: 'published',
|
|
3185
|
+
slackChannel: '#feedback-loom-vizrefresh'
|
|
3174
3186
|
},
|
|
3175
3187
|
support: {
|
|
3176
3188
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7874a05897580fcc2a00faa4a15c3179>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.5.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
99
|
-
"@atlaskit/tokens": "^4.
|
|
99
|
+
"@atlaskit/tokens": "^4.6.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@emotion/react": "^11.7.1"
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"@af/icon-build-process": "^2.4.0",
|
|
110
110
|
"@af/integration-testing": "^0.5.0",
|
|
111
111
|
"@af/visual-regression": "^1.3.0",
|
|
112
|
-
"@atlaskit/button": "^
|
|
113
|
-
"@atlaskit/code": "^16.
|
|
112
|
+
"@atlaskit/button": "^23.0.0",
|
|
113
|
+
"@atlaskit/code": "^16.2.0",
|
|
114
114
|
"@atlaskit/css": "^0.10.0",
|
|
115
115
|
"@atlaskit/docs": "^10.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"@atlaskit/link": "^3.1.0",
|
|
122
122
|
"@atlaskit/logo": "^16.0.0",
|
|
123
123
|
"@atlaskit/menu": "^3.2.0",
|
|
124
|
-
"@atlaskit/modal-dialog": "^14.
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
124
|
+
"@atlaskit/modal-dialog": "^14.1.0",
|
|
125
|
+
"@atlaskit/primitives": "^14.3.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^18.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.166h14v1.5H1zm10.796 4.328a.75.75 0 0 1 1.41 0l.615 1.687 1.686.615a.75.75 0 0 1 0 1.41l-1.686.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.687-.615a.75.75 0 0 1 0-1.41l1.687-.615zM1 9.333h7v1.5H1zm0 4.166h5v1.5H1z" clip-rule="evenodd"/></svg>
|