@atlaskit/icon 26.4.1 → 27.1.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 +116 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- package/core/capture.d.ts +4 -1
- package/core/capture.js +3 -3
- package/core/cash.js +2 -2
- package/core/close.d.ts +4 -1
- package/core/close.js +3 -3
- package/core/{issue.d.ts → cross.d.ts} +3 -6
- package/core/{align-right.js → cross.js} +7 -7
- package/core/discovery.d.ts +4 -1
- package/core/discovery.js +3 -2
- package/core/error.d.ts +4 -1
- package/core/error.js +3 -2
- package/core/flask.js +2 -2
- package/core/{issues.d.ts → focus-area.d.ts} +3 -6
- package/core/{summarize.js → focus-area.js} +7 -7
- package/core/information.d.ts +4 -1
- package/core/information.js +4 -2
- package/core/lightbulb.js +2 -2
- package/core/magic-wand.js +2 -2
- package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
- package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
- package/core/migration/capture--jira-capture.js +3 -3
- package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
- package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/discovery--editor-note.js +3 -2
- package/core/migration/error.js +3 -2
- package/core/migration/information--editor-info.js +4 -2
- package/core/migration/information--editor-panel.js +4 -2
- package/core/migration/information--info.js +4 -2
- package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
- package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
- package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
- package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
- package/core/migration/success--check-circle.js +2 -2
- package/core/migration/success--editor-success.js +2 -2
- package/core/migration/warning--editor-warning.js +3 -2
- package/core/migration/warning.js +3 -2
- package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
- package/core/migration/{issue.js → work-item--issue.js} +10 -10
- package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
- package/core/migration/{issues.js → work-items--issues.js} +9 -9
- package/core/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
- package/core/{border-weight-medium.js → status-discovery.js} +8 -7
- package/core/{align-left.d.ts → status-error.d.ts} +3 -6
- package/core/{drawer-right.js → status-error.js} +8 -7
- package/core/status-information.d.ts +13 -0
- package/core/{content-align-right.js → status-information.js} +9 -7
- package/core/status-success.d.ts +13 -0
- package/core/{border-weight-thick.js → status-success.js} +7 -7
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/{border-weight-thin.js → status-warning.js} +8 -7
- package/core/success.d.ts +4 -1
- package/core/success.js +2 -2
- package/core/warning.d.ts +4 -1
- package/core/warning.js +3 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/deprecated-utility.js +134 -4
- package/dist/cjs/metadata-core.js +133 -308
- package/dist/cjs/metadata-utility.js +170 -30
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/deprecated-utility.js +134 -4
- package/dist/es2019/metadata-core.js +133 -308
- package/dist/es2019/metadata-utility.js +170 -30
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/deprecated-utility.js +134 -4
- package/dist/esm/metadata-core.js +133 -308
- package/dist/esm/metadata-utility.js +170 -30
- package/dist/esm/migration-map.js +6 -6
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-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/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/child-issues.js +2 -2
- package/glyph/detail-view.js +2 -2
- package/glyph/issue.js +2 -2
- package/glyph/issues.js +2 -2
- package/glyph/overview.js +2 -2
- package/glyph/room-menu.js +2 -2
- package/package.json +7 -7
- package/svgs/core/cash.svg +1 -1
- package/svgs/core/cross.svg +1 -0
- package/svgs/core/flask.svg +1 -1
- package/svgs/core/focus-area.svg +1 -0
- package/svgs/core/lightbulb.svg +1 -1
- package/svgs/core/magic-wand.svg +1 -1
- package/svgs/core/paint-palette.svg +1 -1
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/status-discovery.svg +1 -0
- package/svgs/core/status-error.svg +1 -0
- package/svgs/core/status-information.svg +1 -0
- package/svgs/core/status-success.svg +1 -0
- package/svgs/core/status-verified.svg +1 -1
- package/svgs/core/status-warning.svg +1 -0
- package/utility/add.d.ts +4 -1
- package/utility/arrow-down.d.ts +4 -1
- package/utility/arrow-left.d.ts +4 -1
- package/utility/arrow-right.d.ts +4 -1
- package/utility/arrow-up.d.ts +4 -1
- package/utility/check-circle.d.ts +4 -1
- package/utility/check-mark.d.ts +4 -1
- package/utility/chevron-double-left.d.ts +4 -1
- package/utility/chevron-double-right.d.ts +4 -1
- package/utility/chevron-down.d.ts +4 -1
- package/utility/chevron-left.d.ts +4 -1
- package/utility/chevron-right.d.ts +4 -1
- package/utility/chevron-up.d.ts +4 -1
- package/utility/cross-circle.d.ts +4 -1
- package/utility/cross.d.ts +4 -1
- package/utility/drag-handle-horizontal.d.ts +4 -1
- package/utility/drag-handle-vertical.d.ts +4 -1
- package/utility/drag-handle.d.ts +2 -2
- package/utility/error.d.ts +4 -1
- package/utility/information.d.ts +4 -1
- package/utility/link-external.d.ts +4 -1
- package/utility/lock-locked.d.ts +4 -1
- package/utility/lock-unlocked.d.ts +4 -1
- package/utility/show-more-horizontal.d.ts +4 -1
- package/utility/show-more-vertical.d.ts +4 -1
- package/utility/star-starred.d.ts +4 -1
- package/utility/star-unstarred.d.ts +4 -1
- package/utility/success.d.ts +4 -1
- package/utility/warning.d.ts +4 -1
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thin.d.ts +0 -16
- package/core/child-issues.d.ts +0 -16
- package/core/child-issues.js +0 -28
- package/core/content-align-center.d.ts +0 -16
- package/core/content-align-center.js +0 -28
- package/core/content-align-left.d.ts +0 -16
- package/core/content-align-left.js +0 -28
- package/core/content-align-right.d.ts +0 -16
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.js +0 -28
- package/core/migration/align-center--editor-align-center.js +0 -31
- package/core/migration/align-left--editor-align-left.js +0 -31
- package/core/migration/align-right--editor-align-right.js +0 -31
- package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
- package/core/migration/border-weight-thin--media-services-line.js +0 -31
- package/core/migration/child-issues.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.js +0 -31
- package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
- package/core/migration/content-align-left--editor-align-image-left.js +0 -31
- package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
- package/core/migration/content-align-right--editor-align-image-right.js +0 -31
- package/core/migration/drag-handle--drag-handler.js +0 -31
- package/core/migration/issues.d.ts +0 -15
- package/core/migration/sidebar-right--detail-view.d.ts +0 -15
- package/core/migration/sidebar-right--room-menu.d.ts +0 -15
- package/core/sidebar-left.d.ts +0 -16
- package/core/sidebar-left.js +0 -28
- package/core/sidebar-right.d.ts +0 -16
- package/core/sidebar-right.js +0 -28
- package/core/summarize.d.ts +0 -16
- package/svgs/core/align-center.svg +0 -1
- package/svgs/core/align-left.svg +0 -1
- package/svgs/core/align-right.svg +0 -1
- package/svgs/core/border-weight-medium.svg +0 -1
- package/svgs/core/border-weight-thick.svg +0 -1
- package/svgs/core/border-weight-thin.svg +0 -1
- package/svgs/core/child-issues.svg +0 -1
- package/svgs/core/content-align-center.svg +0 -1
- package/svgs/core/content-align-left.svg +0 -1
- package/svgs/core/content-align-right.svg +0 -1
- package/svgs/core/drag-handle.svg +0 -1
- package/svgs/core/drawer-left.svg +0 -1
- package/svgs/core/drawer-right.svg +0 -1
- package/svgs/core/issue.svg +0 -1
- package/svgs/core/issues.svg +0 -1
- package/svgs/core/sidebar-left.svg +0 -1
- package/svgs/core/sidebar-right.svg +0 -1
- package/svgs/core/summarize.svg +0 -1
|
@@ -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::def88f99a18599971f0ca077232e66ca>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -14,10 +14,15 @@ var metadata = {
|
|
|
14
14
|
package: '@atlaskit/icon/utility/add',
|
|
15
15
|
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
16
16
|
type: 'utility',
|
|
17
|
+
replacement: {
|
|
18
|
+
name: 'add',
|
|
19
|
+
type: 'core',
|
|
20
|
+
location: '@atlaskit/icon'
|
|
21
|
+
},
|
|
17
22
|
categorization: 'utility',
|
|
18
23
|
usage: 'Reserved for creating and adding an object as a secondary/tertiary action in a menu item.',
|
|
19
24
|
team: 'Design System Team',
|
|
20
|
-
status: '
|
|
25
|
+
status: 'deprecated'
|
|
21
26
|
},
|
|
22
27
|
'arrow-down': {
|
|
23
28
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'utility', 'down', 'bottom', 'sorting'],
|
|
@@ -25,10 +30,15 @@ var metadata = {
|
|
|
25
30
|
package: '@atlaskit/icon/utility/arrow-down',
|
|
26
31
|
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
27
32
|
type: 'utility',
|
|
33
|
+
replacement: {
|
|
34
|
+
name: 'arrow-down',
|
|
35
|
+
type: 'core',
|
|
36
|
+
location: '@atlaskit/icon'
|
|
37
|
+
},
|
|
28
38
|
categorization: 'utility',
|
|
29
39
|
usage: 'Know uses: sorting table headers or Bitbucket code difference.',
|
|
30
40
|
team: 'Design System Team',
|
|
31
|
-
status: '
|
|
41
|
+
status: 'deprecated'
|
|
32
42
|
},
|
|
33
43
|
'arrow-left': {
|
|
34
44
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'utility', 'back', 'previous'],
|
|
@@ -36,10 +46,15 @@ var metadata = {
|
|
|
36
46
|
package: '@atlaskit/icon/utility/arrow-left',
|
|
37
47
|
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
38
48
|
type: 'utility',
|
|
49
|
+
replacement: {
|
|
50
|
+
name: 'arrow-left',
|
|
51
|
+
type: 'core',
|
|
52
|
+
location: '@atlaskit/icon'
|
|
53
|
+
},
|
|
39
54
|
categorization: 'utility',
|
|
40
55
|
usage: 'Known uses: back to previous screen, previous slide.',
|
|
41
56
|
team: 'Design System Team',
|
|
42
|
-
status: '
|
|
57
|
+
status: 'deprecated'
|
|
43
58
|
},
|
|
44
59
|
'arrow-right': {
|
|
45
60
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'utility', 'forward', 'next', 'link'],
|
|
@@ -47,10 +62,15 @@ var metadata = {
|
|
|
47
62
|
package: '@atlaskit/icon/utility/arrow-right',
|
|
48
63
|
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
49
64
|
type: 'utility',
|
|
65
|
+
replacement: {
|
|
66
|
+
name: 'arrow-right',
|
|
67
|
+
type: 'core',
|
|
68
|
+
location: '@atlaskit/icon'
|
|
69
|
+
},
|
|
50
70
|
categorization: 'utility',
|
|
51
71
|
usage: 'Known uses: link to nested menu item, a linked menu item, next slide.',
|
|
52
72
|
team: 'Design System Team',
|
|
53
|
-
status: '
|
|
73
|
+
status: 'deprecated'
|
|
54
74
|
},
|
|
55
75
|
'arrow-up': {
|
|
56
76
|
keywords: ['arrow-up', 'arrowup', 'icon', 'utility', 'improvement', 'jira status'],
|
|
@@ -58,10 +78,15 @@ var metadata = {
|
|
|
58
78
|
package: '@atlaskit/icon/utility/arrow-up',
|
|
59
79
|
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
60
80
|
type: 'utility',
|
|
81
|
+
replacement: {
|
|
82
|
+
name: 'arrow-up',
|
|
83
|
+
type: 'core',
|
|
84
|
+
location: '@atlaskit/icon'
|
|
85
|
+
},
|
|
61
86
|
categorization: 'utility',
|
|
62
87
|
usage: 'Known uses: back to top.',
|
|
63
88
|
team: 'Design System Team',
|
|
64
|
-
status: '
|
|
89
|
+
status: 'deprecated'
|
|
65
90
|
},
|
|
66
91
|
'check-circle': {
|
|
67
92
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'utility', 'tick', 'yes', 'checkmark'],
|
|
@@ -69,10 +94,15 @@ var metadata = {
|
|
|
69
94
|
package: '@atlaskit/icon/utility/check-circle',
|
|
70
95
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
71
96
|
type: 'utility',
|
|
97
|
+
replacement: {
|
|
98
|
+
name: 'check-circle',
|
|
99
|
+
type: 'core',
|
|
100
|
+
location: '@atlaskit/icon'
|
|
101
|
+
},
|
|
72
102
|
categorization: 'utility',
|
|
73
103
|
usage: '📦 @atlaskit/icon/utility/check-circle',
|
|
74
104
|
team: 'Design System Team',
|
|
75
|
-
status: '
|
|
105
|
+
status: 'deprecated'
|
|
76
106
|
},
|
|
77
107
|
'check-mark': {
|
|
78
108
|
keywords: ['check-mark', 'checkmark', 'icon', 'utility', 'tick'],
|
|
@@ -80,20 +110,30 @@ var metadata = {
|
|
|
80
110
|
package: '@atlaskit/icon/utility/check-mark',
|
|
81
111
|
oldName: ['check', 'editor/done'],
|
|
82
112
|
type: 'utility',
|
|
113
|
+
replacement: {
|
|
114
|
+
name: 'check-mark',
|
|
115
|
+
type: 'core',
|
|
116
|
+
location: '@atlaskit/icon'
|
|
117
|
+
},
|
|
83
118
|
categorization: 'utility',
|
|
84
119
|
usage: '📦 @atlaskit/icon/utility/check-mark',
|
|
85
120
|
team: 'Design System Team',
|
|
86
|
-
status: '
|
|
121
|
+
status: 'deprecated'
|
|
87
122
|
},
|
|
88
123
|
'chevron-double-left': {
|
|
89
124
|
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'utility', 'calendar year', '<<', 'less than', 'previous'],
|
|
90
125
|
componentName: 'ChevronDoubleLeftIcon',
|
|
91
126
|
package: '@atlaskit/icon/utility/chevron-double-left',
|
|
92
127
|
type: 'utility',
|
|
128
|
+
replacement: {
|
|
129
|
+
name: 'chevron-double-left',
|
|
130
|
+
type: 'core',
|
|
131
|
+
location: '@atlaskit/icon'
|
|
132
|
+
},
|
|
93
133
|
categorization: 'utility',
|
|
94
134
|
usage: 'Reserved for calendar year button.',
|
|
95
135
|
team: 'Design System Team',
|
|
96
|
-
status: '
|
|
136
|
+
status: 'deprecated',
|
|
97
137
|
slackChannel: '#help-design-system'
|
|
98
138
|
},
|
|
99
139
|
'chevron-double-right': {
|
|
@@ -101,10 +141,15 @@ var metadata = {
|
|
|
101
141
|
componentName: 'ChevronDoubleRightIcon',
|
|
102
142
|
package: '@atlaskit/icon/utility/chevron-double-right',
|
|
103
143
|
type: 'utility',
|
|
144
|
+
replacement: {
|
|
145
|
+
name: 'chevron-double-right',
|
|
146
|
+
type: 'core',
|
|
147
|
+
location: '@atlaskit/icon'
|
|
148
|
+
},
|
|
104
149
|
categorization: 'utility',
|
|
105
150
|
usage: 'Reserved for calendar year button.',
|
|
106
151
|
team: 'Design System Team',
|
|
107
|
-
status: '
|
|
152
|
+
status: 'deprecated',
|
|
108
153
|
slackChannel: '#help-design-system'
|
|
109
154
|
},
|
|
110
155
|
'chevron-down': {
|
|
@@ -113,10 +158,15 @@ var metadata = {
|
|
|
113
158
|
package: '@atlaskit/icon/utility/chevron-down',
|
|
114
159
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
115
160
|
type: 'utility',
|
|
161
|
+
replacement: {
|
|
162
|
+
name: 'chevron-down',
|
|
163
|
+
type: 'core',
|
|
164
|
+
location: '@atlaskit/icon'
|
|
165
|
+
},
|
|
116
166
|
categorization: 'utility',
|
|
117
167
|
usage: 'Reserved for dropdown menus, selects, accordions, and expands.',
|
|
118
168
|
team: 'Design System Team',
|
|
119
|
-
status: '
|
|
169
|
+
status: 'deprecated'
|
|
120
170
|
},
|
|
121
171
|
'chevron-left': {
|
|
122
172
|
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'utility', 'less than', '<', 'previous'],
|
|
@@ -124,10 +174,15 @@ var metadata = {
|
|
|
124
174
|
package: '@atlaskit/icon/utility/chevron-left',
|
|
125
175
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
126
176
|
type: 'utility',
|
|
177
|
+
replacement: {
|
|
178
|
+
name: 'chevron-left',
|
|
179
|
+
type: 'core',
|
|
180
|
+
location: '@atlaskit/icon'
|
|
181
|
+
},
|
|
127
182
|
categorization: 'utility',
|
|
128
183
|
usage: 'Reserved for collapse side nav and to indicate previous in dates.',
|
|
129
184
|
team: 'Design System Team',
|
|
130
|
-
status: '
|
|
185
|
+
status: 'deprecated'
|
|
131
186
|
},
|
|
132
187
|
'chevron-right': {
|
|
133
188
|
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'utility', 'greater than', '>', 'next'],
|
|
@@ -135,10 +190,15 @@ var metadata = {
|
|
|
135
190
|
package: '@atlaskit/icon/utility/chevron-right',
|
|
136
191
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
137
192
|
type: 'utility',
|
|
193
|
+
replacement: {
|
|
194
|
+
name: 'chevron-right',
|
|
195
|
+
type: 'core',
|
|
196
|
+
location: '@atlaskit/icon'
|
|
197
|
+
},
|
|
138
198
|
categorization: 'utility',
|
|
139
199
|
usage: 'Reserved for menu fly outs and to indicate next in dates.',
|
|
140
200
|
team: 'Design System Team',
|
|
141
|
-
status: '
|
|
201
|
+
status: 'deprecated'
|
|
142
202
|
},
|
|
143
203
|
'chevron-up': {
|
|
144
204
|
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'utility', 'up', 'accordion'],
|
|
@@ -146,10 +206,15 @@ var metadata = {
|
|
|
146
206
|
package: '@atlaskit/icon/utility/chevron-up',
|
|
147
207
|
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
148
208
|
type: 'utility',
|
|
209
|
+
replacement: {
|
|
210
|
+
name: 'chevron-up',
|
|
211
|
+
type: 'core',
|
|
212
|
+
location: '@atlaskit/icon'
|
|
213
|
+
},
|
|
149
214
|
categorization: 'utility',
|
|
150
215
|
usage: 'Reserved for accordions.',
|
|
151
216
|
team: 'Design System Team',
|
|
152
|
-
status: '
|
|
217
|
+
status: 'deprecated'
|
|
153
218
|
},
|
|
154
219
|
cross: {
|
|
155
220
|
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'utility', 'remove', 'clear', 'x'],
|
|
@@ -157,10 +222,15 @@ var metadata = {
|
|
|
157
222
|
package: '@atlaskit/icon/utility/cross',
|
|
158
223
|
oldName: ['editor/close'],
|
|
159
224
|
type: 'utility',
|
|
225
|
+
replacement: {
|
|
226
|
+
name: 'cross',
|
|
227
|
+
type: 'core',
|
|
228
|
+
location: '@atlaskit/icon'
|
|
229
|
+
},
|
|
160
230
|
categorization: 'utility',
|
|
161
231
|
usage: 'Known uses: remove tag.',
|
|
162
232
|
team: 'Design System Team',
|
|
163
|
-
status: '
|
|
233
|
+
status: 'deprecated'
|
|
164
234
|
},
|
|
165
235
|
'cross-circle': {
|
|
166
236
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'utility', 'x', 'exit', 'clear', 'no', 'filled', 'form'],
|
|
@@ -168,10 +238,15 @@ var metadata = {
|
|
|
168
238
|
package: '@atlaskit/icon/utility/cross-circle',
|
|
169
239
|
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
170
240
|
type: 'utility',
|
|
241
|
+
replacement: {
|
|
242
|
+
name: 'cross-circle',
|
|
243
|
+
type: 'core',
|
|
244
|
+
location: '@atlaskit/icon'
|
|
245
|
+
},
|
|
171
246
|
categorization: 'utility',
|
|
172
247
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
173
248
|
team: 'Design System Team',
|
|
174
|
-
status: '
|
|
249
|
+
status: 'deprecated'
|
|
175
250
|
},
|
|
176
251
|
'drag-handle': {
|
|
177
252
|
keywords: ['drag-handle', 'draghandle', 'icon', 'utility', 'drag handler', 'drag dots', 'reorder', 'move'],
|
|
@@ -181,7 +256,7 @@ var metadata = {
|
|
|
181
256
|
type: 'utility',
|
|
182
257
|
replacement: {
|
|
183
258
|
name: 'drag-handle-vertical',
|
|
184
|
-
type: '
|
|
259
|
+
type: 'core',
|
|
185
260
|
location: '@atlaskit/icon'
|
|
186
261
|
},
|
|
187
262
|
categorization: 'utility',
|
|
@@ -194,10 +269,15 @@ var metadata = {
|
|
|
194
269
|
componentName: 'DragHandleHorizontalIcon',
|
|
195
270
|
package: '@atlaskit/icon/utility/drag-handle-horizontal',
|
|
196
271
|
type: 'utility',
|
|
272
|
+
replacement: {
|
|
273
|
+
name: 'drag-handle-horizontal',
|
|
274
|
+
type: 'core',
|
|
275
|
+
location: '@atlaskit/icon'
|
|
276
|
+
},
|
|
197
277
|
categorization: 'utility',
|
|
198
278
|
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
199
279
|
team: 'Design System Team',
|
|
200
|
-
status: '
|
|
280
|
+
status: 'deprecated',
|
|
201
281
|
slackChannel: '#icon-contributions'
|
|
202
282
|
},
|
|
203
283
|
'drag-handle-vertical': {
|
|
@@ -206,10 +286,15 @@ var metadata = {
|
|
|
206
286
|
package: '@atlaskit/icon/utility/drag-handle-vertical',
|
|
207
287
|
oldName: ['drag-handler'],
|
|
208
288
|
type: 'utility',
|
|
289
|
+
replacement: {
|
|
290
|
+
name: 'drag-handle-vertical',
|
|
291
|
+
type: 'core',
|
|
292
|
+
location: '@atlaskit/icon'
|
|
293
|
+
},
|
|
209
294
|
categorization: 'utility',
|
|
210
295
|
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
211
296
|
team: 'Design System Team',
|
|
212
|
-
status: '
|
|
297
|
+
status: 'deprecated',
|
|
213
298
|
slackChannel: '#icon-contributions'
|
|
214
299
|
},
|
|
215
300
|
error: {
|
|
@@ -218,10 +303,15 @@ var metadata = {
|
|
|
218
303
|
package: '@atlaskit/icon/utility/error',
|
|
219
304
|
oldName: ['error'],
|
|
220
305
|
type: 'utility',
|
|
306
|
+
replacement: {
|
|
307
|
+
name: 'status-error',
|
|
308
|
+
type: 'core',
|
|
309
|
+
location: '@atlaskit/icon'
|
|
310
|
+
},
|
|
221
311
|
categorization: 'utility',
|
|
222
312
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
223
313
|
team: 'Design System Team',
|
|
224
|
-
status: '
|
|
314
|
+
status: 'deprecated'
|
|
225
315
|
},
|
|
226
316
|
information: {
|
|
227
317
|
keywords: ['information', 'icon', 'utility', 'info', 'filled', 'helper', 'tip', 'form'],
|
|
@@ -229,10 +319,15 @@ var metadata = {
|
|
|
229
319
|
package: '@atlaskit/icon/utility/information',
|
|
230
320
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
231
321
|
type: 'utility',
|
|
322
|
+
replacement: {
|
|
323
|
+
name: 'status-information',
|
|
324
|
+
type: 'core',
|
|
325
|
+
location: '@atlaskit/icon'
|
|
326
|
+
},
|
|
232
327
|
categorization: 'utility',
|
|
233
328
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
234
329
|
team: 'Design System Team',
|
|
235
|
-
status: '
|
|
330
|
+
status: 'deprecated'
|
|
236
331
|
},
|
|
237
332
|
'link-external': {
|
|
238
333
|
keywords: ['link-external', 'linkexternal', 'icon', 'utility', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'secondary', 'tertiary'],
|
|
@@ -240,10 +335,15 @@ var metadata = {
|
|
|
240
335
|
package: '@atlaskit/icon/utility/link-external',
|
|
241
336
|
oldName: ['shortcut'],
|
|
242
337
|
type: 'utility',
|
|
338
|
+
replacement: {
|
|
339
|
+
name: 'link-external',
|
|
340
|
+
type: 'core',
|
|
341
|
+
location: '@atlaskit/icon'
|
|
342
|
+
},
|
|
243
343
|
categorization: 'utility',
|
|
244
344
|
usage: 'Reserved for links that open up a new tab as a secondary/tertiary action.',
|
|
245
345
|
team: 'Design System Team',
|
|
246
|
-
status: '
|
|
346
|
+
status: 'deprecated'
|
|
247
347
|
},
|
|
248
348
|
'lock-locked': {
|
|
249
349
|
keywords: ['lock-locked', 'locklocked', 'icon', 'utility', 'secondary', 'tertiary', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
@@ -251,10 +351,15 @@ var metadata = {
|
|
|
251
351
|
package: '@atlaskit/icon/utility/lock-locked',
|
|
252
352
|
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
253
353
|
type: 'utility',
|
|
354
|
+
replacement: {
|
|
355
|
+
name: 'lock-locked',
|
|
356
|
+
type: 'core',
|
|
357
|
+
location: '@atlaskit/icon'
|
|
358
|
+
},
|
|
254
359
|
categorization: 'utility',
|
|
255
360
|
usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
|
|
256
361
|
team: 'Design System Team',
|
|
257
|
-
status: '
|
|
362
|
+
status: 'deprecated'
|
|
258
363
|
},
|
|
259
364
|
'lock-unlocked': {
|
|
260
365
|
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'utility', 'secondary', 'tertiary', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
@@ -262,10 +367,15 @@ var metadata = {
|
|
|
262
367
|
package: '@atlaskit/icon/utility/lock-unlocked',
|
|
263
368
|
oldName: ['unlock-filled', 'unlock'],
|
|
264
369
|
type: 'utility',
|
|
370
|
+
replacement: {
|
|
371
|
+
name: 'lock-unlocked',
|
|
372
|
+
type: 'core',
|
|
373
|
+
location: '@atlaskit/icon'
|
|
374
|
+
},
|
|
265
375
|
categorization: 'utility',
|
|
266
376
|
usage: 'Reserved for indicating something is locked in the side navigation Menu Item.',
|
|
267
377
|
team: 'Design System Team',
|
|
268
|
-
status: '
|
|
378
|
+
status: 'deprecated'
|
|
269
379
|
},
|
|
270
380
|
'show-more-horizontal': {
|
|
271
381
|
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'utility', 'ellipses', 'three dots', 'meatball', 'more actions', 'secondary', 'tertiary'],
|
|
@@ -273,10 +383,15 @@ var metadata = {
|
|
|
273
383
|
package: '@atlaskit/icon/utility/show-more-horizontal',
|
|
274
384
|
oldName: ['editor/more', 'more'],
|
|
275
385
|
type: 'utility',
|
|
386
|
+
replacement: {
|
|
387
|
+
name: 'show-more-horizontal',
|
|
388
|
+
type: 'core',
|
|
389
|
+
location: '@atlaskit/icon'
|
|
390
|
+
},
|
|
276
391
|
categorization: 'utility',
|
|
277
392
|
usage: 'Reserved for secondary/tertiary more action menus.',
|
|
278
393
|
team: 'Design System Team',
|
|
279
|
-
status: '
|
|
394
|
+
status: 'deprecated'
|
|
280
395
|
},
|
|
281
396
|
'show-more-vertical': {
|
|
282
397
|
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'utility', 'three dots', 'kebab', 'more actions', 'secondary', 'tertiary'],
|
|
@@ -284,10 +399,15 @@ var metadata = {
|
|
|
284
399
|
package: '@atlaskit/icon/utility/show-more-vertical',
|
|
285
400
|
oldName: ['more-vertical'],
|
|
286
401
|
type: 'utility',
|
|
402
|
+
replacement: {
|
|
403
|
+
name: 'show-more-vertical',
|
|
404
|
+
type: 'core',
|
|
405
|
+
location: '@atlaskit/icon'
|
|
406
|
+
},
|
|
287
407
|
categorization: 'utility',
|
|
288
408
|
usage: 'Reserved for secondary/tertiary action menus, traditionally on mobile.',
|
|
289
409
|
team: 'Design System Team',
|
|
290
|
-
status: '
|
|
410
|
+
status: 'deprecated'
|
|
291
411
|
},
|
|
292
412
|
'star-starred': {
|
|
293
413
|
keywords: ['star-starred', 'starstarred', 'icon', 'utility', 'favourite', 'star', 'starred', 'filled', 'menu', 'secondary', 'tertiary'],
|
|
@@ -295,10 +415,15 @@ var metadata = {
|
|
|
295
415
|
package: '@atlaskit/icon/utility/star-starred',
|
|
296
416
|
oldName: ['star-filled'],
|
|
297
417
|
type: 'utility',
|
|
418
|
+
replacement: {
|
|
419
|
+
name: 'star-starred',
|
|
420
|
+
type: 'core',
|
|
421
|
+
location: '@atlaskit/icon'
|
|
422
|
+
},
|
|
298
423
|
categorization: 'utility',
|
|
299
424
|
usage: 'Reserved for starred or favourited objects as a secondary/tertiary action.',
|
|
300
425
|
team: 'Design System Team',
|
|
301
|
-
status: '
|
|
426
|
+
status: 'deprecated'
|
|
302
427
|
},
|
|
303
428
|
'star-unstarred': {
|
|
304
429
|
keywords: ['star-unstarred', 'starunstarred', 'icon', 'utility', 'favourite', 'star', 'form', 'secondary', 'tertiary'],
|
|
@@ -306,10 +431,15 @@ var metadata = {
|
|
|
306
431
|
package: '@atlaskit/icon/utility/star-unstarred',
|
|
307
432
|
oldName: ['star', 'star-large'],
|
|
308
433
|
type: 'utility',
|
|
434
|
+
replacement: {
|
|
435
|
+
name: 'star-unstarred',
|
|
436
|
+
type: 'core',
|
|
437
|
+
location: '@atlaskit/icon'
|
|
438
|
+
},
|
|
309
439
|
categorization: 'utility',
|
|
310
440
|
usage: 'Reserved for starring or favoriting objects as a secondary/tertiary action.',
|
|
311
441
|
team: 'Design System Team',
|
|
312
|
-
status: '
|
|
442
|
+
status: 'deprecated'
|
|
313
443
|
},
|
|
314
444
|
success: {
|
|
315
445
|
keywords: ['success', 'icon', 'utility', 'tick', 'yes', 'success', 'filled'],
|
|
@@ -317,10 +447,15 @@ var metadata = {
|
|
|
317
447
|
package: '@atlaskit/icon/utility/success',
|
|
318
448
|
oldName: ['check-circle', 'editor/success'],
|
|
319
449
|
type: 'utility',
|
|
450
|
+
replacement: {
|
|
451
|
+
name: 'status-success',
|
|
452
|
+
type: 'core',
|
|
453
|
+
location: '@atlaskit/icon'
|
|
454
|
+
},
|
|
320
455
|
categorization: 'utility',
|
|
321
456
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
322
457
|
team: 'Design System Team',
|
|
323
|
-
status: '
|
|
458
|
+
status: 'deprecated'
|
|
324
459
|
},
|
|
325
460
|
warning: {
|
|
326
461
|
keywords: ['warning', 'error', 'alert', 'icon', 'utility', 'alert', 'danger', 'triangle', 'filled', 'secondary', 'tertiary'],
|
|
@@ -328,10 +463,15 @@ var metadata = {
|
|
|
328
463
|
package: '@atlaskit/icon/utility/warning',
|
|
329
464
|
oldName: ['editor/warning', 'warning'],
|
|
330
465
|
type: 'utility',
|
|
466
|
+
replacement: {
|
|
467
|
+
name: 'status-warning',
|
|
468
|
+
type: 'core',
|
|
469
|
+
location: '@atlaskit/icon'
|
|
470
|
+
},
|
|
331
471
|
categorization: 'utility',
|
|
332
472
|
usage: 'Reserved for Helper Messages in Forms.',
|
|
333
473
|
team: 'Design System Team',
|
|
334
|
-
status: '
|
|
474
|
+
status: 'deprecated'
|
|
335
475
|
}
|
|
336
476
|
};
|
|
337
477
|
export default metadata;
|
|
@@ -933,7 +933,7 @@ var migrationMap = {
|
|
|
933
933
|
},
|
|
934
934
|
'child-issues': {
|
|
935
935
|
newIcon: {
|
|
936
|
-
name: 'child-
|
|
936
|
+
name: 'child-work-items',
|
|
937
937
|
type: 'core',
|
|
938
938
|
package: '@atlaskit/icon'
|
|
939
939
|
},
|
|
@@ -1089,7 +1089,7 @@ var migrationMap = {
|
|
|
1089
1089
|
},
|
|
1090
1090
|
'detail-view': {
|
|
1091
1091
|
newIcon: {
|
|
1092
|
-
name: '
|
|
1092
|
+
name: 'panel-right',
|
|
1093
1093
|
type: 'core',
|
|
1094
1094
|
package: '@atlaskit/icon',
|
|
1095
1095
|
isMigrationUnsafe: true
|
|
@@ -2648,7 +2648,7 @@ var migrationMap = {
|
|
|
2648
2648
|
},
|
|
2649
2649
|
issue: {
|
|
2650
2650
|
newIcon: {
|
|
2651
|
-
name: '
|
|
2651
|
+
name: 'work-item',
|
|
2652
2652
|
type: 'core',
|
|
2653
2653
|
package: '@atlaskit/icon'
|
|
2654
2654
|
},
|
|
@@ -2674,7 +2674,7 @@ var migrationMap = {
|
|
|
2674
2674
|
},
|
|
2675
2675
|
issues: {
|
|
2676
2676
|
newIcon: {
|
|
2677
|
-
name: '
|
|
2677
|
+
name: 'work-items',
|
|
2678
2678
|
type: 'core',
|
|
2679
2679
|
package: '@atlaskit/icon'
|
|
2680
2680
|
},
|
|
@@ -3446,7 +3446,7 @@ var migrationMap = {
|
|
|
3446
3446
|
},
|
|
3447
3447
|
overview: {
|
|
3448
3448
|
newIcon: {
|
|
3449
|
-
name: 'align-left',
|
|
3449
|
+
name: 'align-text-left',
|
|
3450
3450
|
type: 'core',
|
|
3451
3451
|
package: '@atlaskit/icon'
|
|
3452
3452
|
},
|
|
@@ -3776,7 +3776,7 @@ var migrationMap = {
|
|
|
3776
3776
|
},
|
|
3777
3777
|
'room-menu': {
|
|
3778
3778
|
newIcon: {
|
|
3779
|
-
name: '
|
|
3779
|
+
name: 'panel-right',
|
|
3780
3780
|
type: 'core',
|
|
3781
3781
|
package: '@atlaskit/icon'
|
|
3782
3782
|
},
|
|
@@ -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::8445ed95dffea52ddea417fc5752ff90>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb70e6767d35094fbe4b28e206f22313>>
|
|
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::d5b89c7de7160ff4e35f9d7566dcc191>>
|
|
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::def88f99a18599971f0ca077232e66ca>>
|
|
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::8445ed95dffea52ddea417fc5752ff90>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::fb70e6767d35094fbe4b28e206f22313>>
|
|
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::d5b89c7de7160ff4e35f9d7566dcc191>>
|
|
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::def88f99a18599971f0ca077232e66ca>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/glyph/child-issues.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 _childWorkItems = _interopRequireDefault(require("@atlaskit/icon/core/child-work-items"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const ChildIssuesIcon = 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="currentcolor" fill-rule="evenodd"><path d="M11 7h2v5h-2zm5 6h2v3h-2zM6 13h2v3H6z"/><path d="M7 11h10a1 1 0 0 1 1 1v1H6v-1a1 1 0 0 1 1-1"/><path fill-rule="nonzero" d="M5 18v1h4v-1zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2m10 2v1h4v-1zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2M10 5v1h4V5zm0-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></g></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _childWorkItems.default
|
|
15
15
|
}));
|
|
16
16
|
ChildIssuesIcon.displayName = 'ChildIssuesIcon';
|
|
17
17
|
var _default = exports.default = ChildIssuesIcon;
|
package/glyph/detail-view.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 _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const DetailViewIcon = 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" d="M14 17h6V7.01C20 7 14 7 14 7zM12 5h8c1.11 0 2 .9 2 2.01V17a2 2 0 0 1-2 2h-8zM2 7h8V5H3a1 1 0 0 0-1 1zm0 4h8V9H2zm0 7c0 .55.45 1 1 1h7v-2H2zm0-3h8v-2H2z"/></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _panelRight.default
|
|
15
15
|
}));
|
|
16
16
|
DetailViewIcon.displayName = 'DetailViewIcon';
|
|
17
17
|
var _default = exports.default = DetailViewIcon;
|
package/glyph/issue.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 _workItem = _interopRequireDefault(require("@atlaskit/icon/core/work-item"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const IssueIcon = 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="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M5 15.991c0 .007 14.005.009 14.005.009C18.999 16 19 8.009 19 8.009 19 8.002 4.995 8 4.995 8 5.001 8 5 15.991 5 15.991M3 8.01C3 6.899 3.893 6 4.995 6h14.01C20.107 6 21 6.902 21 8.009v7.982c0 1.11-.893 2.009-1.995 2.009H4.995A2.004 2.004 0 0 1 3 15.991z"/><path d="M10.674 14.331c.36.36.941.36 1.3 0l2.758-2.763a.92.92 0 0 0-1.301-1.298l-2.108 2.11-.755-.754a.92.92 0 0 0-1.3 1.3z"/></g></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _workItem.default
|
|
15
15
|
}));
|
|
16
16
|
IssueIcon.displayName = 'IssueIcon';
|
|
17
17
|
var _default = exports.default = IssueIcon;
|