@atlaskit/icon 25.4.0 → 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 +14 -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/metadata-core.js +19 -7
- package/dist/es2019/metadata-core.js +19 -7
- 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,19 @@
|
|
|
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
|
+
|
|
3
17
|
## 25.4.0
|
|
4
18
|
|
|
5
19
|
### Minor 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
|
*/
|
|
@@ -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'],
|
|
@@ -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'],
|
|
@@ -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>
|