@atlaskit/icon 27.3.0 → 27.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 +43 -0
- package/afm-dev-agents/tsconfig.json +27 -0
- package/afm-rovo-extension/tsconfig.json +27 -0
- package/core/ai-chat.js +3 -3
- package/core/collapse-horizontal.js +2 -2
- package/core/collapse-vertical.js +2 -2
- package/core/expand-horizontal.js +2 -2
- package/core/expand-vertical.js +2 -2
- package/core/migration/status-error--error.d.ts +15 -0
- package/core/migration/status-error--error.js +32 -0
- package/core/migration/status-information--editor-info.d.ts +15 -0
- package/core/migration/status-information--editor-info.js +33 -0
- package/core/migration/status-information--editor-panel.d.ts +15 -0
- package/core/migration/status-information--editor-panel.js +33 -0
- package/core/migration/status-information--info.d.ts +15 -0
- package/core/migration/status-information--info.js +33 -0
- package/core/migration/status-success--check-circle.d.ts +15 -0
- package/core/migration/status-success--check-circle.js +31 -0
- package/core/migration/status-success--editor-success.d.ts +15 -0
- package/core/migration/status-success--editor-success.js +31 -0
- package/core/migration/status-warning--editor-warning.d.ts +15 -0
- package/core/migration/status-warning--editor-warning.js +32 -0
- package/core/migration/status-warning--warning.d.ts +15 -0
- package/core/migration/status-warning--warning.js +32 -0
- package/dist/cjs/deprecated-utility.js +1 -1
- package/dist/cjs/metadata-core.js +8 -4
- package/dist/cjs/migration-map.js +47 -8
- package/dist/es2019/deprecated-utility.js +1 -1
- package/dist/es2019/metadata-core.js +8 -4
- package/dist/es2019/migration-map.js +47 -8
- package/dist/esm/deprecated-utility.js +1 -1
- package/dist/esm/metadata-core.js +8 -4
- package/dist/esm/migration-map.js +47 -8
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/glyph/check-circle.js +2 -2
- package/glyph/editor/info.js +2 -2
- package/glyph/editor/panel.js +2 -2
- package/glyph/editor/success.js +2 -2
- package/glyph/editor/warning.js +2 -2
- package/glyph/error.js +2 -2
- package/glyph/info.js +2 -2
- package/glyph/warning.js +2 -2
- package/package.json +5 -5
- package/svgs/core/ai-chat.svg +1 -1
- package/svgs/core/collapse-horizontal.svg +1 -1
- package/svgs/core/collapse-vertical.svg +1 -1
- package/svgs/core/expand-horizontal.svg +1 -1
- package/svgs/core/expand-vertical.svg +1 -1
|
@@ -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::c6d9be28510316b22f4e800a2753aae8>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -47,13 +47,13 @@ var metadata = {
|
|
|
47
47
|
status: 'published'
|
|
48
48
|
},
|
|
49
49
|
'ai-chat': {
|
|
50
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'
|
|
50
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
51
51
|
componentName: 'AiChatIcon',
|
|
52
52
|
package: '@atlaskit/icon/core/ai-chat',
|
|
53
53
|
type: 'core',
|
|
54
54
|
categorization: 'single-purpose',
|
|
55
|
-
usage: '
|
|
56
|
-
team: '
|
|
55
|
+
usage: 'Reserved for Rovo Chat.',
|
|
56
|
+
team: 'Central AI',
|
|
57
57
|
status: 'published'
|
|
58
58
|
},
|
|
59
59
|
'ai-generative-text-summary': {
|
|
@@ -3000,6 +3000,7 @@ var metadata = {
|
|
|
3000
3000
|
keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
3001
3001
|
componentName: 'StatusErrorIcon',
|
|
3002
3002
|
package: '@atlaskit/icon/core/status-error',
|
|
3003
|
+
oldName: ['error'],
|
|
3003
3004
|
type: 'core',
|
|
3004
3005
|
categorization: 'single-purpose',
|
|
3005
3006
|
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3010,6 +3011,7 @@ var metadata = {
|
|
|
3010
3011
|
keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
3011
3012
|
componentName: 'StatusInformationIcon',
|
|
3012
3013
|
package: '@atlaskit/icon/core/status-information',
|
|
3014
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
3013
3015
|
type: 'core',
|
|
3014
3016
|
categorization: 'single-purpose',
|
|
3015
3017
|
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
|
|
@@ -3020,6 +3022,7 @@ var metadata = {
|
|
|
3020
3022
|
keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3021
3023
|
componentName: 'StatusSuccessIcon',
|
|
3022
3024
|
package: '@atlaskit/icon/core/status-success',
|
|
3025
|
+
oldName: ['check-circle', 'editor/success'],
|
|
3023
3026
|
type: 'core',
|
|
3024
3027
|
categorization: 'single-purpose',
|
|
3025
3028
|
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3040,6 +3043,7 @@ var metadata = {
|
|
|
3040
3043
|
keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3041
3044
|
componentName: 'StatusWarningIcon',
|
|
3042
3045
|
package: '@atlaskit/icon/core/status-warning',
|
|
3046
|
+
oldName: ['editor/warning', 'warning'],
|
|
3043
3047
|
type: 'core',
|
|
3044
3048
|
categorization: 'single-purpose',
|
|
3045
3049
|
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -639,7 +639,7 @@ var migrationMap = {
|
|
|
639
639
|
},
|
|
640
640
|
'check-circle': {
|
|
641
641
|
newIcon: {
|
|
642
|
-
name: 'success',
|
|
642
|
+
name: 'status-success',
|
|
643
643
|
type: 'core',
|
|
644
644
|
package: '@atlaskit/icon'
|
|
645
645
|
},
|
|
@@ -647,6 +647,10 @@ var migrationMap = {
|
|
|
647
647
|
name: 'check-circle',
|
|
648
648
|
type: 'core',
|
|
649
649
|
package: '@atlaskit/icon'
|
|
650
|
+
}, {
|
|
651
|
+
name: 'success',
|
|
652
|
+
type: 'core',
|
|
653
|
+
package: '@atlaskit/icon'
|
|
650
654
|
}],
|
|
651
655
|
sizeGuidance: {
|
|
652
656
|
small: 'swap-slight-visual-change',
|
|
@@ -1690,10 +1694,15 @@ var migrationMap = {
|
|
|
1690
1694
|
},
|
|
1691
1695
|
'editor/info': {
|
|
1692
1696
|
newIcon: {
|
|
1693
|
-
name: 'information',
|
|
1697
|
+
name: 'status-information',
|
|
1694
1698
|
type: 'core',
|
|
1695
1699
|
package: '@atlaskit/icon'
|
|
1696
1700
|
},
|
|
1701
|
+
additionalIcons: [{
|
|
1702
|
+
name: 'information',
|
|
1703
|
+
type: 'core',
|
|
1704
|
+
package: '@atlaskit/icon'
|
|
1705
|
+
}],
|
|
1697
1706
|
sizeGuidance: {
|
|
1698
1707
|
small: 'swap-slight-visual-change',
|
|
1699
1708
|
medium: 'swap',
|
|
@@ -1956,10 +1965,15 @@ var migrationMap = {
|
|
|
1956
1965
|
},
|
|
1957
1966
|
'editor/panel': {
|
|
1958
1967
|
newIcon: {
|
|
1959
|
-
name: 'information',
|
|
1968
|
+
name: 'status-information',
|
|
1960
1969
|
type: 'core',
|
|
1961
1970
|
package: '@atlaskit/icon'
|
|
1962
1971
|
},
|
|
1972
|
+
additionalIcons: [{
|
|
1973
|
+
name: 'information',
|
|
1974
|
+
type: 'core',
|
|
1975
|
+
package: '@atlaskit/icon'
|
|
1976
|
+
}],
|
|
1963
1977
|
sizeGuidance: {
|
|
1964
1978
|
small: 'swap-visual-change',
|
|
1965
1979
|
medium: 'swap-visual-change',
|
|
@@ -2076,10 +2090,15 @@ var migrationMap = {
|
|
|
2076
2090
|
},
|
|
2077
2091
|
'editor/success': {
|
|
2078
2092
|
newIcon: {
|
|
2079
|
-
name: 'success',
|
|
2093
|
+
name: 'status-success',
|
|
2080
2094
|
type: 'core',
|
|
2081
2095
|
package: '@atlaskit/icon'
|
|
2082
2096
|
},
|
|
2097
|
+
additionalIcons: [{
|
|
2098
|
+
name: 'success',
|
|
2099
|
+
type: 'core',
|
|
2100
|
+
package: '@atlaskit/icon'
|
|
2101
|
+
}],
|
|
2083
2102
|
sizeGuidance: {
|
|
2084
2103
|
small: 'swap-slight-visual-change',
|
|
2085
2104
|
medium: 'swap',
|
|
@@ -2178,10 +2197,15 @@ var migrationMap = {
|
|
|
2178
2197
|
},
|
|
2179
2198
|
'editor/warning': {
|
|
2180
2199
|
newIcon: {
|
|
2181
|
-
name: 'warning',
|
|
2200
|
+
name: 'status-warning',
|
|
2182
2201
|
type: 'core',
|
|
2183
2202
|
package: '@atlaskit/icon'
|
|
2184
2203
|
},
|
|
2204
|
+
additionalIcons: [{
|
|
2205
|
+
name: 'warning',
|
|
2206
|
+
type: 'core',
|
|
2207
|
+
package: '@atlaskit/icon'
|
|
2208
|
+
}],
|
|
2185
2209
|
sizeGuidance: {
|
|
2186
2210
|
small: 'swap-slight-visual-change',
|
|
2187
2211
|
medium: 'swap',
|
|
@@ -2407,10 +2431,15 @@ var migrationMap = {
|
|
|
2407
2431
|
},
|
|
2408
2432
|
error: {
|
|
2409
2433
|
newIcon: {
|
|
2410
|
-
name: 'error',
|
|
2434
|
+
name: 'status-error',
|
|
2411
2435
|
type: 'core',
|
|
2412
2436
|
package: '@atlaskit/icon'
|
|
2413
2437
|
},
|
|
2438
|
+
additionalIcons: [{
|
|
2439
|
+
name: 'error',
|
|
2440
|
+
type: 'core',
|
|
2441
|
+
package: '@atlaskit/icon'
|
|
2442
|
+
}],
|
|
2414
2443
|
sizeGuidance: {
|
|
2415
2444
|
small: 'swap-slight-visual-change',
|
|
2416
2445
|
medium: 'swap',
|
|
@@ -2637,10 +2666,15 @@ var migrationMap = {
|
|
|
2637
2666
|
},
|
|
2638
2667
|
info: {
|
|
2639
2668
|
newIcon: {
|
|
2640
|
-
name: 'information',
|
|
2669
|
+
name: 'status-information',
|
|
2641
2670
|
type: 'core',
|
|
2642
2671
|
package: '@atlaskit/icon'
|
|
2643
2672
|
},
|
|
2673
|
+
additionalIcons: [{
|
|
2674
|
+
name: 'information',
|
|
2675
|
+
type: 'core',
|
|
2676
|
+
package: '@atlaskit/icon'
|
|
2677
|
+
}],
|
|
2644
2678
|
sizeGuidance: {
|
|
2645
2679
|
small: 'swap-slight-visual-change',
|
|
2646
2680
|
medium: 'swap',
|
|
@@ -4476,10 +4510,15 @@ var migrationMap = {
|
|
|
4476
4510
|
},
|
|
4477
4511
|
warning: {
|
|
4478
4512
|
newIcon: {
|
|
4479
|
-
name: 'warning',
|
|
4513
|
+
name: 'status-warning',
|
|
4480
4514
|
type: 'core',
|
|
4481
4515
|
package: '@atlaskit/icon'
|
|
4482
4516
|
},
|
|
4517
|
+
additionalIcons: [{
|
|
4518
|
+
name: 'warning',
|
|
4519
|
+
type: 'core',
|
|
4520
|
+
package: '@atlaskit/icon'
|
|
4521
|
+
}],
|
|
4483
4522
|
sizeGuidance: {
|
|
4484
4523
|
small: 'swap-visual-change',
|
|
4485
4524
|
medium: 'swap-visual-change',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56892aca4678057bf1259d468dd867f8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
@@ -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::c6d9be28510316b22f4e800a2753aae8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -41,13 +41,13 @@ const metadata = {
|
|
|
41
41
|
status: 'published'
|
|
42
42
|
},
|
|
43
43
|
'ai-chat': {
|
|
44
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'
|
|
44
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: '
|
|
50
|
-
team: '
|
|
49
|
+
usage: 'Reserved for Rovo Chat.',
|
|
50
|
+
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
53
|
'ai-generative-text-summary': {
|
|
@@ -2994,6 +2994,7 @@ const metadata = {
|
|
|
2994
2994
|
keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
2995
2995
|
componentName: 'StatusErrorIcon',
|
|
2996
2996
|
package: '@atlaskit/icon/core/status-error',
|
|
2997
|
+
oldName: ['error'],
|
|
2997
2998
|
type: 'core',
|
|
2998
2999
|
categorization: 'single-purpose',
|
|
2999
3000
|
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3004,6 +3005,7 @@ const metadata = {
|
|
|
3004
3005
|
keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
3005
3006
|
componentName: 'StatusInformationIcon',
|
|
3006
3007
|
package: '@atlaskit/icon/core/status-information',
|
|
3008
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
3007
3009
|
type: 'core',
|
|
3008
3010
|
categorization: 'single-purpose',
|
|
3009
3011
|
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
|
|
@@ -3014,6 +3016,7 @@ const metadata = {
|
|
|
3014
3016
|
keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3015
3017
|
componentName: 'StatusSuccessIcon',
|
|
3016
3018
|
package: '@atlaskit/icon/core/status-success',
|
|
3019
|
+
oldName: ['check-circle', 'editor/success'],
|
|
3017
3020
|
type: 'core',
|
|
3018
3021
|
categorization: 'single-purpose',
|
|
3019
3022
|
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3034,6 +3037,7 @@ const metadata = {
|
|
|
3034
3037
|
keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3035
3038
|
componentName: 'StatusWarningIcon',
|
|
3036
3039
|
package: '@atlaskit/icon/core/status-warning',
|
|
3040
|
+
oldName: ['editor/warning', 'warning'],
|
|
3037
3041
|
type: 'core',
|
|
3038
3042
|
categorization: 'single-purpose',
|
|
3039
3043
|
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -633,7 +633,7 @@ const migrationMap = {
|
|
|
633
633
|
},
|
|
634
634
|
'check-circle': {
|
|
635
635
|
newIcon: {
|
|
636
|
-
name: 'success',
|
|
636
|
+
name: 'status-success',
|
|
637
637
|
type: 'core',
|
|
638
638
|
package: '@atlaskit/icon'
|
|
639
639
|
},
|
|
@@ -641,6 +641,10 @@ const migrationMap = {
|
|
|
641
641
|
name: 'check-circle',
|
|
642
642
|
type: 'core',
|
|
643
643
|
package: '@atlaskit/icon'
|
|
644
|
+
}, {
|
|
645
|
+
name: 'success',
|
|
646
|
+
type: 'core',
|
|
647
|
+
package: '@atlaskit/icon'
|
|
644
648
|
}],
|
|
645
649
|
sizeGuidance: {
|
|
646
650
|
small: 'swap-slight-visual-change',
|
|
@@ -1684,10 +1688,15 @@ const migrationMap = {
|
|
|
1684
1688
|
},
|
|
1685
1689
|
'editor/info': {
|
|
1686
1690
|
newIcon: {
|
|
1687
|
-
name: 'information',
|
|
1691
|
+
name: 'status-information',
|
|
1688
1692
|
type: 'core',
|
|
1689
1693
|
package: '@atlaskit/icon'
|
|
1690
1694
|
},
|
|
1695
|
+
additionalIcons: [{
|
|
1696
|
+
name: 'information',
|
|
1697
|
+
type: 'core',
|
|
1698
|
+
package: '@atlaskit/icon'
|
|
1699
|
+
}],
|
|
1691
1700
|
sizeGuidance: {
|
|
1692
1701
|
small: 'swap-slight-visual-change',
|
|
1693
1702
|
medium: 'swap',
|
|
@@ -1950,10 +1959,15 @@ const migrationMap = {
|
|
|
1950
1959
|
},
|
|
1951
1960
|
'editor/panel': {
|
|
1952
1961
|
newIcon: {
|
|
1953
|
-
name: 'information',
|
|
1962
|
+
name: 'status-information',
|
|
1954
1963
|
type: 'core',
|
|
1955
1964
|
package: '@atlaskit/icon'
|
|
1956
1965
|
},
|
|
1966
|
+
additionalIcons: [{
|
|
1967
|
+
name: 'information',
|
|
1968
|
+
type: 'core',
|
|
1969
|
+
package: '@atlaskit/icon'
|
|
1970
|
+
}],
|
|
1957
1971
|
sizeGuidance: {
|
|
1958
1972
|
small: 'swap-visual-change',
|
|
1959
1973
|
medium: 'swap-visual-change',
|
|
@@ -2070,10 +2084,15 @@ const migrationMap = {
|
|
|
2070
2084
|
},
|
|
2071
2085
|
'editor/success': {
|
|
2072
2086
|
newIcon: {
|
|
2073
|
-
name: 'success',
|
|
2087
|
+
name: 'status-success',
|
|
2074
2088
|
type: 'core',
|
|
2075
2089
|
package: '@atlaskit/icon'
|
|
2076
2090
|
},
|
|
2091
|
+
additionalIcons: [{
|
|
2092
|
+
name: 'success',
|
|
2093
|
+
type: 'core',
|
|
2094
|
+
package: '@atlaskit/icon'
|
|
2095
|
+
}],
|
|
2077
2096
|
sizeGuidance: {
|
|
2078
2097
|
small: 'swap-slight-visual-change',
|
|
2079
2098
|
medium: 'swap',
|
|
@@ -2172,10 +2191,15 @@ const migrationMap = {
|
|
|
2172
2191
|
},
|
|
2173
2192
|
'editor/warning': {
|
|
2174
2193
|
newIcon: {
|
|
2175
|
-
name: 'warning',
|
|
2194
|
+
name: 'status-warning',
|
|
2176
2195
|
type: 'core',
|
|
2177
2196
|
package: '@atlaskit/icon'
|
|
2178
2197
|
},
|
|
2198
|
+
additionalIcons: [{
|
|
2199
|
+
name: 'warning',
|
|
2200
|
+
type: 'core',
|
|
2201
|
+
package: '@atlaskit/icon'
|
|
2202
|
+
}],
|
|
2179
2203
|
sizeGuidance: {
|
|
2180
2204
|
small: 'swap-slight-visual-change',
|
|
2181
2205
|
medium: 'swap',
|
|
@@ -2401,10 +2425,15 @@ const migrationMap = {
|
|
|
2401
2425
|
},
|
|
2402
2426
|
error: {
|
|
2403
2427
|
newIcon: {
|
|
2404
|
-
name: 'error',
|
|
2428
|
+
name: 'status-error',
|
|
2405
2429
|
type: 'core',
|
|
2406
2430
|
package: '@atlaskit/icon'
|
|
2407
2431
|
},
|
|
2432
|
+
additionalIcons: [{
|
|
2433
|
+
name: 'error',
|
|
2434
|
+
type: 'core',
|
|
2435
|
+
package: '@atlaskit/icon'
|
|
2436
|
+
}],
|
|
2408
2437
|
sizeGuidance: {
|
|
2409
2438
|
small: 'swap-slight-visual-change',
|
|
2410
2439
|
medium: 'swap',
|
|
@@ -2631,10 +2660,15 @@ const migrationMap = {
|
|
|
2631
2660
|
},
|
|
2632
2661
|
info: {
|
|
2633
2662
|
newIcon: {
|
|
2634
|
-
name: 'information',
|
|
2663
|
+
name: 'status-information',
|
|
2635
2664
|
type: 'core',
|
|
2636
2665
|
package: '@atlaskit/icon'
|
|
2637
2666
|
},
|
|
2667
|
+
additionalIcons: [{
|
|
2668
|
+
name: 'information',
|
|
2669
|
+
type: 'core',
|
|
2670
|
+
package: '@atlaskit/icon'
|
|
2671
|
+
}],
|
|
2638
2672
|
sizeGuidance: {
|
|
2639
2673
|
small: 'swap-slight-visual-change',
|
|
2640
2674
|
medium: 'swap',
|
|
@@ -4470,10 +4504,15 @@ const migrationMap = {
|
|
|
4470
4504
|
},
|
|
4471
4505
|
warning: {
|
|
4472
4506
|
newIcon: {
|
|
4473
|
-
name: 'warning',
|
|
4507
|
+
name: 'status-warning',
|
|
4474
4508
|
type: 'core',
|
|
4475
4509
|
package: '@atlaskit/icon'
|
|
4476
4510
|
},
|
|
4511
|
+
additionalIcons: [{
|
|
4512
|
+
name: 'warning',
|
|
4513
|
+
type: 'core',
|
|
4514
|
+
package: '@atlaskit/icon'
|
|
4515
|
+
}],
|
|
4477
4516
|
sizeGuidance: {
|
|
4478
4517
|
small: 'swap-visual-change',
|
|
4479
4518
|
medium: 'swap-visual-change',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56892aca4678057bf1259d468dd867f8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
@@ -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::c6d9be28510316b22f4e800a2753aae8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -41,13 +41,13 @@ var metadata = {
|
|
|
41
41
|
status: 'published'
|
|
42
42
|
},
|
|
43
43
|
'ai-chat': {
|
|
44
|
-
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'
|
|
44
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
48
48
|
categorization: 'single-purpose',
|
|
49
|
-
usage: '
|
|
50
|
-
team: '
|
|
49
|
+
usage: 'Reserved for Rovo Chat.',
|
|
50
|
+
team: 'Central AI',
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
53
|
'ai-generative-text-summary': {
|
|
@@ -2994,6 +2994,7 @@ var metadata = {
|
|
|
2994
2994
|
keywords: ['status-error', 'statuserror', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
2995
2995
|
componentName: 'StatusErrorIcon',
|
|
2996
2996
|
package: '@atlaskit/icon/core/status-error',
|
|
2997
|
+
oldName: ['error'],
|
|
2997
2998
|
type: 'core',
|
|
2998
2999
|
categorization: 'single-purpose',
|
|
2999
3000
|
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3004,6 +3005,7 @@ var metadata = {
|
|
|
3004
3005
|
keywords: ['status-information', 'statusinformation', 'icon', 'core', 'info', 'filled', 'status', 'information'],
|
|
3005
3006
|
componentName: 'StatusInformationIcon',
|
|
3006
3007
|
package: '@atlaskit/icon/core/status-information',
|
|
3008
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
3007
3009
|
type: 'core',
|
|
3008
3010
|
categorization: 'single-purpose',
|
|
3009
3011
|
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled 'information circle' icon.",
|
|
@@ -3014,6 +3016,7 @@ var metadata = {
|
|
|
3014
3016
|
keywords: ['status-success', 'statussuccess', 'icon', 'core', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3015
3017
|
componentName: 'StatusSuccessIcon',
|
|
3016
3018
|
package: '@atlaskit/icon/core/status-success',
|
|
3019
|
+
oldName: ['check-circle', 'editor/success'],
|
|
3017
3020
|
type: 'core',
|
|
3018
3021
|
categorization: 'single-purpose',
|
|
3019
3022
|
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -3034,6 +3037,7 @@ var metadata = {
|
|
|
3034
3037
|
keywords: ['status-warning', 'statuswarning', 'icon', 'core', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3035
3038
|
componentName: 'StatusWarningIcon',
|
|
3036
3039
|
package: '@atlaskit/icon/core/status-warning',
|
|
3040
|
+
oldName: ['editor/warning', 'warning'],
|
|
3037
3041
|
type: 'core',
|
|
3038
3042
|
categorization: 'single-purpose',
|
|
3039
3043
|
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
@@ -633,7 +633,7 @@ var migrationMap = {
|
|
|
633
633
|
},
|
|
634
634
|
'check-circle': {
|
|
635
635
|
newIcon: {
|
|
636
|
-
name: 'success',
|
|
636
|
+
name: 'status-success',
|
|
637
637
|
type: 'core',
|
|
638
638
|
package: '@atlaskit/icon'
|
|
639
639
|
},
|
|
@@ -641,6 +641,10 @@ var migrationMap = {
|
|
|
641
641
|
name: 'check-circle',
|
|
642
642
|
type: 'core',
|
|
643
643
|
package: '@atlaskit/icon'
|
|
644
|
+
}, {
|
|
645
|
+
name: 'success',
|
|
646
|
+
type: 'core',
|
|
647
|
+
package: '@atlaskit/icon'
|
|
644
648
|
}],
|
|
645
649
|
sizeGuidance: {
|
|
646
650
|
small: 'swap-slight-visual-change',
|
|
@@ -1684,10 +1688,15 @@ var migrationMap = {
|
|
|
1684
1688
|
},
|
|
1685
1689
|
'editor/info': {
|
|
1686
1690
|
newIcon: {
|
|
1687
|
-
name: 'information',
|
|
1691
|
+
name: 'status-information',
|
|
1688
1692
|
type: 'core',
|
|
1689
1693
|
package: '@atlaskit/icon'
|
|
1690
1694
|
},
|
|
1695
|
+
additionalIcons: [{
|
|
1696
|
+
name: 'information',
|
|
1697
|
+
type: 'core',
|
|
1698
|
+
package: '@atlaskit/icon'
|
|
1699
|
+
}],
|
|
1691
1700
|
sizeGuidance: {
|
|
1692
1701
|
small: 'swap-slight-visual-change',
|
|
1693
1702
|
medium: 'swap',
|
|
@@ -1950,10 +1959,15 @@ var migrationMap = {
|
|
|
1950
1959
|
},
|
|
1951
1960
|
'editor/panel': {
|
|
1952
1961
|
newIcon: {
|
|
1953
|
-
name: 'information',
|
|
1962
|
+
name: 'status-information',
|
|
1954
1963
|
type: 'core',
|
|
1955
1964
|
package: '@atlaskit/icon'
|
|
1956
1965
|
},
|
|
1966
|
+
additionalIcons: [{
|
|
1967
|
+
name: 'information',
|
|
1968
|
+
type: 'core',
|
|
1969
|
+
package: '@atlaskit/icon'
|
|
1970
|
+
}],
|
|
1957
1971
|
sizeGuidance: {
|
|
1958
1972
|
small: 'swap-visual-change',
|
|
1959
1973
|
medium: 'swap-visual-change',
|
|
@@ -2070,10 +2084,15 @@ var migrationMap = {
|
|
|
2070
2084
|
},
|
|
2071
2085
|
'editor/success': {
|
|
2072
2086
|
newIcon: {
|
|
2073
|
-
name: 'success',
|
|
2087
|
+
name: 'status-success',
|
|
2074
2088
|
type: 'core',
|
|
2075
2089
|
package: '@atlaskit/icon'
|
|
2076
2090
|
},
|
|
2091
|
+
additionalIcons: [{
|
|
2092
|
+
name: 'success',
|
|
2093
|
+
type: 'core',
|
|
2094
|
+
package: '@atlaskit/icon'
|
|
2095
|
+
}],
|
|
2077
2096
|
sizeGuidance: {
|
|
2078
2097
|
small: 'swap-slight-visual-change',
|
|
2079
2098
|
medium: 'swap',
|
|
@@ -2172,10 +2191,15 @@ var migrationMap = {
|
|
|
2172
2191
|
},
|
|
2173
2192
|
'editor/warning': {
|
|
2174
2193
|
newIcon: {
|
|
2175
|
-
name: 'warning',
|
|
2194
|
+
name: 'status-warning',
|
|
2176
2195
|
type: 'core',
|
|
2177
2196
|
package: '@atlaskit/icon'
|
|
2178
2197
|
},
|
|
2198
|
+
additionalIcons: [{
|
|
2199
|
+
name: 'warning',
|
|
2200
|
+
type: 'core',
|
|
2201
|
+
package: '@atlaskit/icon'
|
|
2202
|
+
}],
|
|
2179
2203
|
sizeGuidance: {
|
|
2180
2204
|
small: 'swap-slight-visual-change',
|
|
2181
2205
|
medium: 'swap',
|
|
@@ -2401,10 +2425,15 @@ var migrationMap = {
|
|
|
2401
2425
|
},
|
|
2402
2426
|
error: {
|
|
2403
2427
|
newIcon: {
|
|
2404
|
-
name: 'error',
|
|
2428
|
+
name: 'status-error',
|
|
2405
2429
|
type: 'core',
|
|
2406
2430
|
package: '@atlaskit/icon'
|
|
2407
2431
|
},
|
|
2432
|
+
additionalIcons: [{
|
|
2433
|
+
name: 'error',
|
|
2434
|
+
type: 'core',
|
|
2435
|
+
package: '@atlaskit/icon'
|
|
2436
|
+
}],
|
|
2408
2437
|
sizeGuidance: {
|
|
2409
2438
|
small: 'swap-slight-visual-change',
|
|
2410
2439
|
medium: 'swap',
|
|
@@ -2631,10 +2660,15 @@ var migrationMap = {
|
|
|
2631
2660
|
},
|
|
2632
2661
|
info: {
|
|
2633
2662
|
newIcon: {
|
|
2634
|
-
name: 'information',
|
|
2663
|
+
name: 'status-information',
|
|
2635
2664
|
type: 'core',
|
|
2636
2665
|
package: '@atlaskit/icon'
|
|
2637
2666
|
},
|
|
2667
|
+
additionalIcons: [{
|
|
2668
|
+
name: 'information',
|
|
2669
|
+
type: 'core',
|
|
2670
|
+
package: '@atlaskit/icon'
|
|
2671
|
+
}],
|
|
2638
2672
|
sizeGuidance: {
|
|
2639
2673
|
small: 'swap-slight-visual-change',
|
|
2640
2674
|
medium: 'swap',
|
|
@@ -4470,10 +4504,15 @@ var migrationMap = {
|
|
|
4470
4504
|
},
|
|
4471
4505
|
warning: {
|
|
4472
4506
|
newIcon: {
|
|
4473
|
-
name: 'warning',
|
|
4507
|
+
name: 'status-warning',
|
|
4474
4508
|
type: 'core',
|
|
4475
4509
|
package: '@atlaskit/icon'
|
|
4476
4510
|
},
|
|
4511
|
+
additionalIcons: [{
|
|
4512
|
+
name: 'warning',
|
|
4513
|
+
type: 'core',
|
|
4514
|
+
package: '@atlaskit/icon'
|
|
4515
|
+
}],
|
|
4477
4516
|
sizeGuidance: {
|
|
4478
4517
|
small: 'swap-visual-change',
|
|
4479
4518
|
medium: 'swap-visual-change',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56892aca4678057bf1259d468dd867f8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::c6d9be28510316b22f4e800a2753aae8>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::56892aca4678057bf1259d468dd867f8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::c6d9be28510316b22f4e800a2753aae8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/glyph/check-circle.js
CHANGED
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _base = require("@atlaskit/icon/base");
|
|
9
|
-
var
|
|
9
|
+
var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const CheckCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentcolor"/><path fill="inherit" d="M9.707 11.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 1 0-1.414-1.414L11 12.586z"/></g></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _statusSuccess.default
|
|
15
15
|
}));
|
|
16
16
|
CheckCircleIcon.displayName = 'CheckCircleIcon';
|
|
17
17
|
var _default = exports.default = CheckCircleIcon;
|
package/glyph/editor/info.js
CHANGED
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _base = require("@atlaskit/icon/base");
|
|
9
|
-
var
|
|
9
|
+
var _statusInformation = _interopRequireDefault(require("@atlaskit/icon/core/status-information"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const EditorInfoIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16m0-8.5a1 1 0 0 0-1 1V15a1 1 0 0 0 2 0v-2.5a1 1 0 0 0-1-1m0-1.125a1.375 1.375 0 1 0 0-2.75 1.375 1.375 0 0 0 0 2.75"/></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _statusInformation.default
|
|
15
15
|
}));
|
|
16
16
|
EditorInfoIcon.displayName = 'EditorInfoIcon';
|
|
17
17
|
var _default = exports.default = EditorInfoIcon;
|