@atlaskit/icon-lab 5.9.0 → 5.11.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 -60
- package/build/index.tsx +1 -71
- package/core/arrow-end.d.ts +13 -0
- package/core/arrow-end.js +29 -0
- package/core/arrow-start.d.ts +13 -0
- package/core/arrow-start.js +29 -0
- package/core/assets-data-manager.js +2 -2
- package/core/assets-graph.js +2 -2
- package/core/block-synced.d.ts +13 -0
- package/core/block-synced.js +29 -0
- package/core/dash-double.d.ts +13 -0
- package/core/dash-double.js +29 -0
- package/core/directory.d.ts +13 -0
- package/core/directory.js +29 -0
- package/core/skill.d.ts +13 -0
- package/core/skill.js +29 -0
- package/core/skip-unskip.d.ts +13 -0
- package/core/skip-unskip.js +29 -0
- package/core/skip.d.ts +13 -0
- package/core/skip.js +29 -0
- package/dist/cjs/metadata-core.js +84 -1
- package/dist/es2019/metadata-core.js +84 -1
- package/dist/esm/metadata-core.js +84 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +8 -8
- package/svgs/core/arrow-end.svg +1 -0
- package/svgs/core/arrow-start.svg +1 -0
- package/svgs/core/assets-data-manager.svg +1 -1
- package/svgs/core/assets-graph.svg +1 -1
- package/svgs/core/block-synced.svg +1 -0
- package/svgs/core/dash-double.svg +1 -0
- package/svgs/core/directory.svg +1 -0
- package/svgs/core/skill.svg +1 -0
- package/svgs/core/skip-unskip.svg +1 -0
- package/svgs/core/skip.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9e825008e94fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e825008e94fe) -
|
|
8
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
9
|
+
|
|
10
|
+
### Added:
|
|
11
|
+
|
|
12
|
+
**`@atlaskit/icon-lab/core`**
|
|
13
|
+
- `block-synced`
|
|
14
|
+
|
|
15
|
+
## 5.10.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`ad4aa556627d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4aa556627d5) -
|
|
20
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
21
|
+
|
|
22
|
+
### Added:
|
|
23
|
+
|
|
24
|
+
**`@atlaskit/icon-lab/core`**
|
|
25
|
+
- `arrow-end`
|
|
26
|
+
- `arrow-start`
|
|
27
|
+
- `dash-double`
|
|
28
|
+
- `directory`
|
|
29
|
+
- `skill`
|
|
30
|
+
- `skip-unskip`
|
|
31
|
+
- `skip`
|
|
32
|
+
|
|
33
|
+
- [`ad4aa556627d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4aa556627d5) -
|
|
34
|
+
This release updates icons in `@atlaskit/icon-lab`.
|
|
35
|
+
|
|
36
|
+
### Updated:
|
|
37
|
+
|
|
38
|
+
**`@atlaskit/icon-lab/core`**
|
|
39
|
+
- `assets-data-manager`
|
|
40
|
+
- `assets-graph`
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
|
|
3
46
|
## 5.9.0
|
|
4
47
|
|
|
5
48
|
### Minor Changes
|
|
@@ -10,7 +53,6 @@
|
|
|
10
53
|
### Added:
|
|
11
54
|
|
|
12
55
|
**`@atlaskit/icon-lab/core`**
|
|
13
|
-
|
|
14
56
|
- `assets-object-type`
|
|
15
57
|
- `assets-object`
|
|
16
58
|
- `blast-radius`
|
|
@@ -36,7 +78,6 @@
|
|
|
36
78
|
### Updated:
|
|
37
79
|
|
|
38
80
|
**`@atlaskit/icon-lab/core`**
|
|
39
|
-
|
|
40
81
|
- `ai-generative-text`
|
|
41
82
|
- `assets-schema`
|
|
42
83
|
- `template`
|
|
@@ -55,7 +96,6 @@
|
|
|
55
96
|
### Added:
|
|
56
97
|
|
|
57
98
|
**`@atlaskit/icon-lab/core`**
|
|
58
|
-
|
|
59
99
|
- `merge-queue`
|
|
60
100
|
- `missed-call`
|
|
61
101
|
- `text-density-compress`
|
|
@@ -98,7 +138,6 @@
|
|
|
98
138
|
### Added:
|
|
99
139
|
|
|
100
140
|
**`@atlaskit/icon-lab/core`**
|
|
101
|
-
|
|
102
141
|
- `arrow-curved-down-left`
|
|
103
142
|
- `arrow-curved-down-right`
|
|
104
143
|
- `arrow-curved-left-down`
|
|
@@ -119,7 +158,6 @@
|
|
|
119
158
|
### Updated:
|
|
120
159
|
|
|
121
160
|
**`@atlaskit/icon-lab/core`**
|
|
122
|
-
|
|
123
161
|
- `reply-left`
|
|
124
162
|
- `reply-right`
|
|
125
163
|
|
|
@@ -138,7 +176,6 @@
|
|
|
138
176
|
### Updated:
|
|
139
177
|
|
|
140
178
|
**`@atlaskit/icon-lab/core`**
|
|
141
|
-
|
|
142
179
|
- `atom`
|
|
143
180
|
- `diagram-symbol-display`
|
|
144
181
|
- `diagram-symbol-manual-operation`
|
|
@@ -153,7 +190,6 @@
|
|
|
153
190
|
### Added:
|
|
154
191
|
|
|
155
192
|
**`@atlaskit/icon-lab/core`**
|
|
156
|
-
|
|
157
193
|
- `rovo`
|
|
158
194
|
- `rss-feed`
|
|
159
195
|
|
|
@@ -181,7 +217,6 @@
|
|
|
181
217
|
### Added:
|
|
182
218
|
|
|
183
219
|
**`@atlaskit/icon-lab/core`**
|
|
184
|
-
|
|
185
220
|
- `chart-area`
|
|
186
221
|
- `chart-bar-line`
|
|
187
222
|
- `chart-box-plot`
|
|
@@ -204,7 +239,6 @@
|
|
|
204
239
|
### Added:
|
|
205
240
|
|
|
206
241
|
**`@atlaskit/icon-lab/core`**
|
|
207
|
-
|
|
208
242
|
- `boolean`
|
|
209
243
|
|
|
210
244
|
## 5.1.0
|
|
@@ -218,7 +252,6 @@
|
|
|
218
252
|
### Added:
|
|
219
253
|
|
|
220
254
|
**`@atlaskit/icon-lab/core`**
|
|
221
|
-
|
|
222
255
|
- `ai-generative-audio-briefing`
|
|
223
256
|
- `teamwork-graph`
|
|
224
257
|
|
|
@@ -245,7 +278,6 @@
|
|
|
245
278
|
### Removed:
|
|
246
279
|
|
|
247
280
|
**`@atlaskit/icon-lab/core`**
|
|
248
|
-
|
|
249
281
|
- `hand-clenched`
|
|
250
282
|
- `hand`
|
|
251
283
|
- `recur`
|
|
@@ -286,7 +318,6 @@
|
|
|
286
318
|
### Updated:
|
|
287
319
|
|
|
288
320
|
**`@atlaskit/icon-lab/core`**
|
|
289
|
-
|
|
290
321
|
- `incognito`
|
|
291
322
|
- `milestone-complete`
|
|
292
323
|
- `shape-triangle-inverted`
|
|
@@ -295,7 +326,6 @@
|
|
|
295
326
|
### Deprecated:
|
|
296
327
|
|
|
297
328
|
**`@atlaskit/icon-lab/core`**
|
|
298
|
-
|
|
299
329
|
- `hand`
|
|
300
330
|
|
|
301
331
|
## 4.18.0
|
|
@@ -309,7 +339,6 @@
|
|
|
309
339
|
### Added:
|
|
310
340
|
|
|
311
341
|
**`@atlaskit/icon-lab/core`**
|
|
312
|
-
|
|
313
342
|
- `diagram-symbol-action`
|
|
314
343
|
- `diagram-symbol-alternate-process`
|
|
315
344
|
- `diagram-symbol-collate`
|
|
@@ -347,7 +376,6 @@
|
|
|
347
376
|
### Deprecated:
|
|
348
377
|
|
|
349
378
|
**`@atlaskit/icon-lab/core`**
|
|
350
|
-
|
|
351
379
|
- `hand-clenched`
|
|
352
380
|
- `shape-comment-left`
|
|
353
381
|
- `shape-comment-right`
|
|
@@ -380,7 +408,6 @@
|
|
|
380
408
|
### Deprecated:
|
|
381
409
|
|
|
382
410
|
**`@atlaskit/icon-lab/core`**
|
|
383
|
-
|
|
384
411
|
- `space`
|
|
385
412
|
|
|
386
413
|
### Patch Changes
|
|
@@ -398,7 +425,6 @@
|
|
|
398
425
|
### Added:
|
|
399
426
|
|
|
400
427
|
**`@atlaskit/icon-lab/core`**
|
|
401
|
-
|
|
402
428
|
- `compare`
|
|
403
429
|
- `generative-date`
|
|
404
430
|
- `generative-indicator`
|
|
@@ -423,7 +449,6 @@
|
|
|
423
449
|
### Updated:
|
|
424
450
|
|
|
425
451
|
**`@atlaskit/icon-lab/core`**
|
|
426
|
-
|
|
427
452
|
- `initiative`
|
|
428
453
|
- `space`
|
|
429
454
|
- `speedometer-up`
|
|
@@ -444,7 +469,6 @@
|
|
|
444
469
|
### Added:
|
|
445
470
|
|
|
446
471
|
**`@atlaskit/icon-lab/core`**
|
|
447
|
-
|
|
448
472
|
- `spaces`
|
|
449
473
|
|
|
450
474
|
## 4.13.0
|
|
@@ -476,7 +500,6 @@
|
|
|
476
500
|
### Added:
|
|
477
501
|
|
|
478
502
|
**`@atlaskit/icon-lab/core`**
|
|
479
|
-
|
|
480
503
|
- `hand-clenched`
|
|
481
504
|
- `shape-comment-left`
|
|
482
505
|
- `shape-comment-right`
|
|
@@ -505,7 +528,6 @@
|
|
|
505
528
|
### Updated:
|
|
506
529
|
|
|
507
530
|
**`@atlaskit/icon-lab/core`**
|
|
508
|
-
|
|
509
531
|
- `book-open`
|
|
510
532
|
- `cloud-saved`
|
|
511
533
|
- `speedometer-up`
|
|
@@ -525,7 +547,6 @@
|
|
|
525
547
|
### Added:
|
|
526
548
|
|
|
527
549
|
**`@atlaskit/icon-lab/core`**
|
|
528
|
-
|
|
529
550
|
- `hourglass`
|
|
530
551
|
- `text-subscript`
|
|
531
552
|
- `text-superscript`
|
|
@@ -545,7 +566,6 @@
|
|
|
545
566
|
### Added:
|
|
546
567
|
|
|
547
568
|
**`@atlaskit/icon-lab/core`**
|
|
548
|
-
|
|
549
569
|
- `ai-generative-cleanup`
|
|
550
570
|
- `atom`
|
|
551
571
|
- `bluetooth`
|
|
@@ -567,7 +587,6 @@
|
|
|
567
587
|
### Added:
|
|
568
588
|
|
|
569
589
|
**`@atlaskit/icon-lab/core`**
|
|
570
|
-
|
|
571
590
|
- `layout-three-columns-sidebars-left`
|
|
572
591
|
- `layout-three-columns-sidebars-right`
|
|
573
592
|
- `studio`
|
|
@@ -588,7 +607,6 @@
|
|
|
588
607
|
### Updated:
|
|
589
608
|
|
|
590
609
|
**`@atlaskit/icon-lab/core`**
|
|
591
|
-
|
|
592
610
|
- `cloud-offline`
|
|
593
611
|
- `colour-none`
|
|
594
612
|
- `cursor-strikethrough`
|
|
@@ -606,7 +624,6 @@
|
|
|
606
624
|
### Deprecated:
|
|
607
625
|
|
|
608
626
|
**`@atlaskit/icon-lab/core`**
|
|
609
|
-
|
|
610
627
|
- `recur`
|
|
611
628
|
- `speedometer`
|
|
612
629
|
|
|
@@ -625,7 +642,6 @@
|
|
|
625
642
|
### Updated:
|
|
626
643
|
|
|
627
644
|
**`@atlaskit/icon-lab/core`**
|
|
628
|
-
|
|
629
645
|
- `page-live-doc`
|
|
630
646
|
|
|
631
647
|
## 4.6.0
|
|
@@ -639,7 +655,6 @@
|
|
|
639
655
|
### Added:
|
|
640
656
|
|
|
641
657
|
**`@atlaskit/icon/core`**
|
|
642
|
-
|
|
643
658
|
- `ai-generative-chapters`
|
|
644
659
|
- `ai-generative-remove`
|
|
645
660
|
- `ai-generative-remove-silence`
|
|
@@ -717,7 +732,6 @@
|
|
|
717
732
|
### Updated:
|
|
718
733
|
|
|
719
734
|
**`@atlaskit/icon-lab/core`**
|
|
720
|
-
|
|
721
735
|
- `calculate`
|
|
722
736
|
- `colour-none`
|
|
723
737
|
- `sort-options`
|
|
@@ -740,7 +754,6 @@
|
|
|
740
754
|
### Added:
|
|
741
755
|
|
|
742
756
|
**`@atlaskit/icon-lab/core`**
|
|
743
|
-
|
|
744
757
|
- `arrows-diagonal-up-right-down-left`
|
|
745
758
|
- `assets-graph`
|
|
746
759
|
- `image-alt-text`
|
|
@@ -777,7 +790,6 @@
|
|
|
777
790
|
### Added:
|
|
778
791
|
|
|
779
792
|
**`@atlaskit/icon-lab/core`**
|
|
780
|
-
|
|
781
793
|
- `colour-none`
|
|
782
794
|
- `distribute-spacing-horizontal`
|
|
783
795
|
- `distribute-spacing-vertical`
|
|
@@ -804,7 +816,6 @@
|
|
|
804
816
|
### Updated:
|
|
805
817
|
|
|
806
818
|
**`@atlaskit/icon-lab/core`**
|
|
807
|
-
|
|
808
819
|
- `tidy`
|
|
809
820
|
|
|
810
821
|
## 4.2.1
|
|
@@ -827,7 +838,6 @@
|
|
|
827
838
|
### Added:
|
|
828
839
|
|
|
829
840
|
**`@atlaskit/icon-lab/core`**
|
|
830
|
-
|
|
831
841
|
- `dock-toolbar-top`
|
|
832
842
|
|
|
833
843
|
## 4.1.0
|
|
@@ -839,7 +849,6 @@
|
|
|
839
849
|
[ux] This release adds icons in `@atlaskit/icon-lab`.
|
|
840
850
|
|
|
841
851
|
**`@atlaskit/icon-lab/core`**
|
|
842
|
-
|
|
843
852
|
- `calculate`
|
|
844
853
|
- `sort-options`
|
|
845
854
|
|
|
@@ -848,7 +857,6 @@
|
|
|
848
857
|
This release adds icons in `@atlaskit/icon-lab`.
|
|
849
858
|
|
|
850
859
|
**`@atlaskit/icon-lab/core`**
|
|
851
|
-
|
|
852
860
|
- `view-type-board-home`
|
|
853
861
|
- `view-type-card-home`
|
|
854
862
|
- `view-type-table-home`
|
|
@@ -877,7 +885,6 @@
|
|
|
877
885
|
### Added:
|
|
878
886
|
|
|
879
887
|
**`@atlaskit/icon-lab/core`**
|
|
880
|
-
|
|
881
888
|
- `beach-umbrella`
|
|
882
889
|
- `gift`
|
|
883
890
|
- `party-popper`
|
|
@@ -903,7 +910,6 @@
|
|
|
903
910
|
### Added:
|
|
904
911
|
|
|
905
912
|
**`@atlaskit/icon-lab/core`**
|
|
906
|
-
|
|
907
913
|
- `queue-pop-in`
|
|
908
914
|
- `queue-pop-out`
|
|
909
915
|
|
|
@@ -918,7 +924,6 @@
|
|
|
918
924
|
### Added:
|
|
919
925
|
|
|
920
926
|
**`@atlaskit/icon-lab/core`**
|
|
921
|
-
|
|
922
927
|
- `continue-when`
|
|
923
928
|
- `split-parallel`
|
|
924
929
|
- `switch-case`
|
|
@@ -935,7 +940,6 @@
|
|
|
935
940
|
### Added:
|
|
936
941
|
|
|
937
942
|
**`@atlaskit/icon-lab/core`**
|
|
938
|
-
|
|
939
943
|
- `if-else`
|
|
940
944
|
- `webhook`
|
|
941
945
|
|
|
@@ -950,14 +954,12 @@
|
|
|
950
954
|
### Added:
|
|
951
955
|
|
|
952
956
|
**`@atlaskit/icon-lab/core`**
|
|
953
|
-
|
|
954
957
|
- `divider-element`
|
|
955
958
|
- `expand-element`
|
|
956
959
|
|
|
957
960
|
### Updated:
|
|
958
961
|
|
|
959
962
|
**`@atlaskit/icon/core`**
|
|
960
|
-
|
|
961
963
|
- `cloud-offline`
|
|
962
964
|
- `cloud-saved`
|
|
963
965
|
- `cursor-strikethrough`
|
|
@@ -997,7 +999,6 @@
|
|
|
997
999
|
### Updated:
|
|
998
1000
|
|
|
999
1001
|
**`@atlaskit/icon-lab/core`**
|
|
1000
|
-
|
|
1001
1002
|
- `cloud-offline`
|
|
1002
1003
|
- `cloud-saved`
|
|
1003
1004
|
- `cursor-strikethrough`
|
|
@@ -1050,7 +1051,6 @@
|
|
|
1050
1051
|
### Added:
|
|
1051
1052
|
|
|
1052
1053
|
**`@atlaskit/icon-lab/core`**
|
|
1053
|
-
|
|
1054
1054
|
- `align-content-bottom`
|
|
1055
1055
|
- `align-content-center-horizontal`
|
|
1056
1056
|
- `align-content-center-vertical`
|
|
@@ -1094,7 +1094,6 @@
|
|
|
1094
1094
|
### Updated:
|
|
1095
1095
|
|
|
1096
1096
|
**`@atlaskit/icon-lab/core`**
|
|
1097
|
-
|
|
1098
1097
|
- `cloud-offline`
|
|
1099
1098
|
- `cloud-saved`
|
|
1100
1099
|
- `database-storage-cache`
|
|
@@ -1114,13 +1113,11 @@
|
|
|
1114
1113
|
### Updated:
|
|
1115
1114
|
|
|
1116
1115
|
**`@atlaskit/icon-lab/core`**
|
|
1117
|
-
|
|
1118
1116
|
- `page-live-doc`: Updated usage guidance
|
|
1119
1117
|
|
|
1120
1118
|
### Added:
|
|
1121
1119
|
|
|
1122
1120
|
**`@atlaskit/icon-lab/core`**
|
|
1123
|
-
|
|
1124
1121
|
- `cloud-offline`
|
|
1125
1122
|
- `cloud-saved`
|
|
1126
1123
|
- `database-storage-cache`
|
|
@@ -1162,7 +1159,6 @@
|
|
|
1162
1159
|
[ux] This release adds icons in `@atlaskit/icon-lab`.
|
|
1163
1160
|
|
|
1164
1161
|
**`@atlaskit/icon-lab/core`**
|
|
1165
|
-
|
|
1166
1162
|
- `page-live-doc`
|
|
1167
1163
|
|
|
1168
1164
|
## 2.1.1
|
|
@@ -1182,7 +1178,6 @@
|
|
|
1182
1178
|
This release updates icons in `@atlaskit/icon-lab`.
|
|
1183
1179
|
|
|
1184
1180
|
**`@atlaskit/icon-lab/core`**
|
|
1185
|
-
|
|
1186
1181
|
- 'initiative'
|
|
1187
1182
|
- 'qr-code'
|
|
1188
1183
|
|
|
@@ -1200,7 +1195,6 @@
|
|
|
1200
1195
|
to UNSAFE types and entrypoints being renamed in the `@atlaskit/icon` package.
|
|
1201
1196
|
|
|
1202
1197
|
### Renamed entrypoints:
|
|
1203
|
-
|
|
1204
1198
|
- `@atlaskit/icon-lab/UNSAFE_migration-map` → `@atlaskit/icon-lab/migration-map`
|
|
1205
1199
|
|
|
1206
1200
|
### Patch Changes
|
|
@@ -1218,7 +1212,6 @@
|
|
|
1218
1212
|
### Added:
|
|
1219
1213
|
|
|
1220
1214
|
**`@atlaskit/icon-lab/core`**
|
|
1221
|
-
|
|
1222
1215
|
- `assets-data-manager`
|
|
1223
1216
|
- `assets-schema`
|
|
1224
1217
|
- `initiative`
|
|
@@ -1227,7 +1220,6 @@
|
|
|
1227
1220
|
### Updated:
|
|
1228
1221
|
|
|
1229
1222
|
**`@atlaskit/icon-lab/core`**
|
|
1230
|
-
|
|
1231
1223
|
- `vulnerability`
|
|
1232
1224
|
|
|
1233
1225
|
### Patch Changes
|
|
@@ -1276,19 +1268,16 @@
|
|
|
1276
1268
|
### Added:
|
|
1277
1269
|
|
|
1278
1270
|
**`@atlaskit/icon-lab/core`**
|
|
1279
|
-
|
|
1280
1271
|
- `book-open`
|
|
1281
1272
|
- `lozenge`
|
|
1282
1273
|
- `vulnerability`
|
|
1283
1274
|
|
|
1284
1275
|
### Renamed:
|
|
1285
|
-
|
|
1286
1276
|
- `status → lozenge`
|
|
1287
1277
|
|
|
1288
1278
|
### Removed entrypoints:
|
|
1289
1279
|
|
|
1290
1280
|
**`@atlaskit/icon-lab/core`**
|
|
1291
|
-
|
|
1292
1281
|
- `highlight`
|
|
1293
1282
|
|
|
1294
1283
|
### Patch Changes
|
|
@@ -1305,20 +1294,17 @@
|
|
|
1305
1294
|
- [#140548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140548)
|
|
1306
1295
|
[`c66b92f724af1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c66b92f724af1) - ###
|
|
1307
1296
|
Summary:
|
|
1308
|
-
|
|
1309
1297
|
- Fixes issue where icons with arrows sometimes rendered incorrectly.
|
|
1310
1298
|
- Adds `status` icon.
|
|
1311
1299
|
|
|
1312
1300
|
### Added:
|
|
1313
1301
|
|
|
1314
1302
|
**`@atlaskit/icon-lab/core`**
|
|
1315
|
-
|
|
1316
1303
|
- `status`
|
|
1317
1304
|
|
|
1318
1305
|
### Updated:
|
|
1319
1306
|
|
|
1320
1307
|
**`@atlaskit/icon-lab/core`**
|
|
1321
|
-
|
|
1322
1308
|
- `highlight`: now feature smaller icon with room for a color indicator underneath.
|
|
1323
1309
|
- Icons containing arrows have corrected paths
|
|
1324
1310
|
|
|
@@ -1340,7 +1326,6 @@
|
|
|
1340
1326
|
### Added:
|
|
1341
1327
|
|
|
1342
1328
|
**`@atlaskit/icon-lab/core`**
|
|
1343
|
-
|
|
1344
1329
|
- `coins`
|
|
1345
1330
|
- `cross-octagon`
|
|
1346
1331
|
- `editions`
|
|
@@ -1358,13 +1343,11 @@
|
|
|
1358
1343
|
### Renamed:
|
|
1359
1344
|
|
|
1360
1345
|
**`@atlaskit/icon-lab/core`**
|
|
1361
|
-
|
|
1362
1346
|
- `roadmaps-code → roadmaps-plan`
|
|
1363
1347
|
|
|
1364
1348
|
### Removed entrypoints:
|
|
1365
1349
|
|
|
1366
1350
|
**`@atlaskit/icon-lab/core`**
|
|
1367
|
-
|
|
1368
1351
|
- `flag-filled`
|
|
1369
1352
|
- `headphones`
|
|
1370
1353
|
- `library`
|
package/build/index.tsx
CHANGED
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
} from '@af/icon-build-process';
|
|
13
13
|
|
|
14
14
|
import coreIconMetadata from '../icons_raw/metadata-core';
|
|
15
|
-
import utilityIconMetadata from '../icons_raw/metadata-utility';
|
|
16
15
|
import migrationMap from '../src/migration-map';
|
|
17
16
|
|
|
18
17
|
async function main() {
|
|
@@ -32,7 +31,6 @@ async function main() {
|
|
|
32
31
|
maxWidth: 24,
|
|
33
32
|
maxHeight: 24,
|
|
34
33
|
glob: '**/*.svg',
|
|
35
|
-
iconType: 'core',
|
|
36
34
|
packageName: '@atlaskit/icon-lab',
|
|
37
35
|
baseIconEntryPoint: '@atlaskit/icon/base-new',
|
|
38
36
|
metadata: coreIconMetadata,
|
|
@@ -43,7 +41,6 @@ async function main() {
|
|
|
43
41
|
const iconDocs = createIconDocsNew(
|
|
44
42
|
icons,
|
|
45
43
|
'@atlaskit/icon-lab',
|
|
46
|
-
'core',
|
|
47
44
|
{},
|
|
48
45
|
['icon', 'icon-lab'],
|
|
49
46
|
coreIconMetadata,
|
|
@@ -55,7 +52,6 @@ async function main() {
|
|
|
55
52
|
const deprecatedDocs = createDeprecatedIconDocs(
|
|
56
53
|
icons,
|
|
57
54
|
'@atlaskit/icon-lab',
|
|
58
|
-
'core',
|
|
59
55
|
coreIconMetadata,
|
|
60
56
|
migrationMap,
|
|
61
57
|
);
|
|
@@ -63,13 +59,7 @@ async function main() {
|
|
|
63
59
|
fs.outputFile(path.resolve(root, 'src/deprecated-core.tsx'), deprecatedDocs);
|
|
64
60
|
|
|
65
61
|
// Generate VR tests
|
|
66
|
-
const [vrExampleCore, vrTestCore] = createVRTest(
|
|
67
|
-
coreIconMetadata,
|
|
68
|
-
'../../../..',
|
|
69
|
-
50,
|
|
70
|
-
'core',
|
|
71
|
-
true,
|
|
72
|
-
);
|
|
62
|
+
const [vrExampleCore, vrTestCore] = createVRTest(coreIconMetadata, '../../../..', 50, true);
|
|
73
63
|
fs.outputFile(
|
|
74
64
|
path.resolve(root, 'src/__tests__/vr-tests/examples/all-core-icons.tsx'),
|
|
75
65
|
vrExampleCore,
|
|
@@ -79,66 +69,6 @@ async function main() {
|
|
|
79
69
|
vrTestCore,
|
|
80
70
|
);
|
|
81
71
|
});
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* The updated icon build process for the new icons under `@atlaskit/icon/core/*`
|
|
85
|
-
*/
|
|
86
|
-
const configUtility: NewIconBuildConfig = {
|
|
87
|
-
srcDir: path.resolve(root, 'icons_raw/utility'),
|
|
88
|
-
processedDir: path.resolve(root, 'svgs/utility'),
|
|
89
|
-
destDir: path.resolve(root, 'utility'),
|
|
90
|
-
maxWidth: 24,
|
|
91
|
-
maxHeight: 24,
|
|
92
|
-
glob: '**/*.svg',
|
|
93
|
-
iconType: 'utility',
|
|
94
|
-
packageName: '@atlaskit/icon-lab',
|
|
95
|
-
baseIconEntryPoint: '@atlaskit/icon/base-new',
|
|
96
|
-
metadata: utilityIconMetadata,
|
|
97
|
-
migrationMap: migrationMap,
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
await buildIconsNew(configUtility).then((icons) => {
|
|
101
|
-
const iconDocs = createIconDocsNew(
|
|
102
|
-
icons,
|
|
103
|
-
'@atlaskit/icon-lab',
|
|
104
|
-
'utility',
|
|
105
|
-
{},
|
|
106
|
-
['icon', 'icon-lab', 'utility'],
|
|
107
|
-
utilityIconMetadata,
|
|
108
|
-
migrationMap,
|
|
109
|
-
);
|
|
110
|
-
|
|
111
|
-
fs.outputFile(path.resolve(root, 'src/metadata-utility.tsx'), iconDocs);
|
|
112
|
-
|
|
113
|
-
const deprecatedDocs = createDeprecatedIconDocs(
|
|
114
|
-
icons,
|
|
115
|
-
'@atlaskit/icon-lab',
|
|
116
|
-
'utility',
|
|
117
|
-
utilityIconMetadata,
|
|
118
|
-
migrationMap,
|
|
119
|
-
);
|
|
120
|
-
|
|
121
|
-
fs.outputFile(path.resolve(root, 'src/deprecated-utility.tsx'), deprecatedDocs);
|
|
122
|
-
|
|
123
|
-
// Generate VR tests
|
|
124
|
-
if (Object.entries(utilityIconMetadata).length > 0) {
|
|
125
|
-
const [vrExampleUtility, vrTestUtility] = createVRTest(
|
|
126
|
-
utilityIconMetadata,
|
|
127
|
-
'../../../..',
|
|
128
|
-
50,
|
|
129
|
-
'utility',
|
|
130
|
-
true,
|
|
131
|
-
);
|
|
132
|
-
fs.outputFile(
|
|
133
|
-
path.resolve(root, 'src/__tests__/vr-tests/examples/all-utility-icons.tsx'),
|
|
134
|
-
vrExampleUtility,
|
|
135
|
-
);
|
|
136
|
-
fs.outputFile(
|
|
137
|
-
path.resolve(root, 'src/__tests__/vr-tests/all-utility-icons.test.vr.tsx'),
|
|
138
|
-
vrTestUtility,
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
});
|
|
142
72
|
}
|
|
143
73
|
|
|
144
74
|
main().catch((error) => {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f119953ffc891fc4b8056c2a06032d10>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ArrowEndIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ArrowEndIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d15059710d4ca38ca2da5256bffaa122>>
|
|
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: "ArrowEnd".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Used for moving an object to the back or ending of a container, moving a column to last position
|
|
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 ArrowEndIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ArrowEndIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.78 7.47a.75.75 0 0 1 0 1.06l-4.5 4.5-1.06-1.06 3.22-3.22H0v-1.5h10.44L7.22 4.03l1.06-1.06zM16 3v10h-1.5V3z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ArrowEndIcon.displayName = 'ArrowEndIcon';
|
|
29
|
+
var _default = exports.default = ArrowEndIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6632b6507a3b563e82990ae8fe41916f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ArrowStartIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ArrowStartIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::12ef97221cd596774a0c7758f7a48084>>
|
|
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: "ArrowStart".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Used for moving an object to the front or beginning of a container, moving a column to first position
|
|
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 ArrowStartIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ArrowStartIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M8.78 4.03 5.56 7.25H16v1.5H5.56l3.22 3.22-1.06 1.06-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5zM1.5 3v10H0V3z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ArrowStartIcon.displayName = 'ArrowStartIcon';
|
|
29
|
+
var _default = exports.default = ArrowStartIcon;
|
|
@@ -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::c8e15f1c483c7ba38f6c8ff3b316f468>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
22
22
|
*/
|
|
23
23
|
const AssetsDataManagerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
24
|
name: "AssetsDataManagerIcon",
|
|
25
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7.25 12V4a.5.5 0 0 0-.5-.5h-2V2h2a2 2 0 0 1 2 2v3.25h2.5v1.5h-2.5V12a2 2 0 0 1-2 2h-2v-1.5h2a.5.5 0 0 0 .5-.5"/><path fill="currentcolor" d="M13.25 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5M2.75 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5m0 12a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/>`
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props));
|
|
28
28
|
AssetsDataManagerIcon.displayName = 'AssetsDataManagerIcon';
|