@atlaskit/icon-lab 5.10.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 +12 -62
- package/build/index.tsx +1 -71
- package/core/block-synced.d.ts +13 -0
- package/core/block-synced.js +29 -0
- package/dist/cjs/metadata-core.js +10 -0
- package/dist/es2019/metadata-core.js +10 -0
- package/dist/esm/metadata-core.js +10 -0
- package/package.json +7 -7
- package/svgs/core/block-synced.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
3
15
|
## 5.10.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -10,7 +22,6 @@
|
|
|
10
22
|
### Added:
|
|
11
23
|
|
|
12
24
|
**`@atlaskit/icon-lab/core`**
|
|
13
|
-
|
|
14
25
|
- `arrow-end`
|
|
15
26
|
- `arrow-start`
|
|
16
27
|
- `dash-double`
|
|
@@ -25,7 +36,6 @@
|
|
|
25
36
|
### Updated:
|
|
26
37
|
|
|
27
38
|
**`@atlaskit/icon-lab/core`**
|
|
28
|
-
|
|
29
39
|
- `assets-data-manager`
|
|
30
40
|
- `assets-graph`
|
|
31
41
|
|
|
@@ -43,7 +53,6 @@
|
|
|
43
53
|
### Added:
|
|
44
54
|
|
|
45
55
|
**`@atlaskit/icon-lab/core`**
|
|
46
|
-
|
|
47
56
|
- `assets-object-type`
|
|
48
57
|
- `assets-object`
|
|
49
58
|
- `blast-radius`
|
|
@@ -69,7 +78,6 @@
|
|
|
69
78
|
### Updated:
|
|
70
79
|
|
|
71
80
|
**`@atlaskit/icon-lab/core`**
|
|
72
|
-
|
|
73
81
|
- `ai-generative-text`
|
|
74
82
|
- `assets-schema`
|
|
75
83
|
- `template`
|
|
@@ -88,7 +96,6 @@
|
|
|
88
96
|
### Added:
|
|
89
97
|
|
|
90
98
|
**`@atlaskit/icon-lab/core`**
|
|
91
|
-
|
|
92
99
|
- `merge-queue`
|
|
93
100
|
- `missed-call`
|
|
94
101
|
- `text-density-compress`
|
|
@@ -131,7 +138,6 @@
|
|
|
131
138
|
### Added:
|
|
132
139
|
|
|
133
140
|
**`@atlaskit/icon-lab/core`**
|
|
134
|
-
|
|
135
141
|
- `arrow-curved-down-left`
|
|
136
142
|
- `arrow-curved-down-right`
|
|
137
143
|
- `arrow-curved-left-down`
|
|
@@ -152,7 +158,6 @@
|
|
|
152
158
|
### Updated:
|
|
153
159
|
|
|
154
160
|
**`@atlaskit/icon-lab/core`**
|
|
155
|
-
|
|
156
161
|
- `reply-left`
|
|
157
162
|
- `reply-right`
|
|
158
163
|
|
|
@@ -171,7 +176,6 @@
|
|
|
171
176
|
### Updated:
|
|
172
177
|
|
|
173
178
|
**`@atlaskit/icon-lab/core`**
|
|
174
|
-
|
|
175
179
|
- `atom`
|
|
176
180
|
- `diagram-symbol-display`
|
|
177
181
|
- `diagram-symbol-manual-operation`
|
|
@@ -186,7 +190,6 @@
|
|
|
186
190
|
### Added:
|
|
187
191
|
|
|
188
192
|
**`@atlaskit/icon-lab/core`**
|
|
189
|
-
|
|
190
193
|
- `rovo`
|
|
191
194
|
- `rss-feed`
|
|
192
195
|
|
|
@@ -214,7 +217,6 @@
|
|
|
214
217
|
### Added:
|
|
215
218
|
|
|
216
219
|
**`@atlaskit/icon-lab/core`**
|
|
217
|
-
|
|
218
220
|
- `chart-area`
|
|
219
221
|
- `chart-bar-line`
|
|
220
222
|
- `chart-box-plot`
|
|
@@ -237,7 +239,6 @@
|
|
|
237
239
|
### Added:
|
|
238
240
|
|
|
239
241
|
**`@atlaskit/icon-lab/core`**
|
|
240
|
-
|
|
241
242
|
- `boolean`
|
|
242
243
|
|
|
243
244
|
## 5.1.0
|
|
@@ -251,7 +252,6 @@
|
|
|
251
252
|
### Added:
|
|
252
253
|
|
|
253
254
|
**`@atlaskit/icon-lab/core`**
|
|
254
|
-
|
|
255
255
|
- `ai-generative-audio-briefing`
|
|
256
256
|
- `teamwork-graph`
|
|
257
257
|
|
|
@@ -278,7 +278,6 @@
|
|
|
278
278
|
### Removed:
|
|
279
279
|
|
|
280
280
|
**`@atlaskit/icon-lab/core`**
|
|
281
|
-
|
|
282
281
|
- `hand-clenched`
|
|
283
282
|
- `hand`
|
|
284
283
|
- `recur`
|
|
@@ -319,7 +318,6 @@
|
|
|
319
318
|
### Updated:
|
|
320
319
|
|
|
321
320
|
**`@atlaskit/icon-lab/core`**
|
|
322
|
-
|
|
323
321
|
- `incognito`
|
|
324
322
|
- `milestone-complete`
|
|
325
323
|
- `shape-triangle-inverted`
|
|
@@ -328,7 +326,6 @@
|
|
|
328
326
|
### Deprecated:
|
|
329
327
|
|
|
330
328
|
**`@atlaskit/icon-lab/core`**
|
|
331
|
-
|
|
332
329
|
- `hand`
|
|
333
330
|
|
|
334
331
|
## 4.18.0
|
|
@@ -342,7 +339,6 @@
|
|
|
342
339
|
### Added:
|
|
343
340
|
|
|
344
341
|
**`@atlaskit/icon-lab/core`**
|
|
345
|
-
|
|
346
342
|
- `diagram-symbol-action`
|
|
347
343
|
- `diagram-symbol-alternate-process`
|
|
348
344
|
- `diagram-symbol-collate`
|
|
@@ -380,7 +376,6 @@
|
|
|
380
376
|
### Deprecated:
|
|
381
377
|
|
|
382
378
|
**`@atlaskit/icon-lab/core`**
|
|
383
|
-
|
|
384
379
|
- `hand-clenched`
|
|
385
380
|
- `shape-comment-left`
|
|
386
381
|
- `shape-comment-right`
|
|
@@ -413,7 +408,6 @@
|
|
|
413
408
|
### Deprecated:
|
|
414
409
|
|
|
415
410
|
**`@atlaskit/icon-lab/core`**
|
|
416
|
-
|
|
417
411
|
- `space`
|
|
418
412
|
|
|
419
413
|
### Patch Changes
|
|
@@ -431,7 +425,6 @@
|
|
|
431
425
|
### Added:
|
|
432
426
|
|
|
433
427
|
**`@atlaskit/icon-lab/core`**
|
|
434
|
-
|
|
435
428
|
- `compare`
|
|
436
429
|
- `generative-date`
|
|
437
430
|
- `generative-indicator`
|
|
@@ -456,7 +449,6 @@
|
|
|
456
449
|
### Updated:
|
|
457
450
|
|
|
458
451
|
**`@atlaskit/icon-lab/core`**
|
|
459
|
-
|
|
460
452
|
- `initiative`
|
|
461
453
|
- `space`
|
|
462
454
|
- `speedometer-up`
|
|
@@ -477,7 +469,6 @@
|
|
|
477
469
|
### Added:
|
|
478
470
|
|
|
479
471
|
**`@atlaskit/icon-lab/core`**
|
|
480
|
-
|
|
481
472
|
- `spaces`
|
|
482
473
|
|
|
483
474
|
## 4.13.0
|
|
@@ -509,7 +500,6 @@
|
|
|
509
500
|
### Added:
|
|
510
501
|
|
|
511
502
|
**`@atlaskit/icon-lab/core`**
|
|
512
|
-
|
|
513
503
|
- `hand-clenched`
|
|
514
504
|
- `shape-comment-left`
|
|
515
505
|
- `shape-comment-right`
|
|
@@ -538,7 +528,6 @@
|
|
|
538
528
|
### Updated:
|
|
539
529
|
|
|
540
530
|
**`@atlaskit/icon-lab/core`**
|
|
541
|
-
|
|
542
531
|
- `book-open`
|
|
543
532
|
- `cloud-saved`
|
|
544
533
|
- `speedometer-up`
|
|
@@ -558,7 +547,6 @@
|
|
|
558
547
|
### Added:
|
|
559
548
|
|
|
560
549
|
**`@atlaskit/icon-lab/core`**
|
|
561
|
-
|
|
562
550
|
- `hourglass`
|
|
563
551
|
- `text-subscript`
|
|
564
552
|
- `text-superscript`
|
|
@@ -578,7 +566,6 @@
|
|
|
578
566
|
### Added:
|
|
579
567
|
|
|
580
568
|
**`@atlaskit/icon-lab/core`**
|
|
581
|
-
|
|
582
569
|
- `ai-generative-cleanup`
|
|
583
570
|
- `atom`
|
|
584
571
|
- `bluetooth`
|
|
@@ -600,7 +587,6 @@
|
|
|
600
587
|
### Added:
|
|
601
588
|
|
|
602
589
|
**`@atlaskit/icon-lab/core`**
|
|
603
|
-
|
|
604
590
|
- `layout-three-columns-sidebars-left`
|
|
605
591
|
- `layout-three-columns-sidebars-right`
|
|
606
592
|
- `studio`
|
|
@@ -621,7 +607,6 @@
|
|
|
621
607
|
### Updated:
|
|
622
608
|
|
|
623
609
|
**`@atlaskit/icon-lab/core`**
|
|
624
|
-
|
|
625
610
|
- `cloud-offline`
|
|
626
611
|
- `colour-none`
|
|
627
612
|
- `cursor-strikethrough`
|
|
@@ -639,7 +624,6 @@
|
|
|
639
624
|
### Deprecated:
|
|
640
625
|
|
|
641
626
|
**`@atlaskit/icon-lab/core`**
|
|
642
|
-
|
|
643
627
|
- `recur`
|
|
644
628
|
- `speedometer`
|
|
645
629
|
|
|
@@ -658,7 +642,6 @@
|
|
|
658
642
|
### Updated:
|
|
659
643
|
|
|
660
644
|
**`@atlaskit/icon-lab/core`**
|
|
661
|
-
|
|
662
645
|
- `page-live-doc`
|
|
663
646
|
|
|
664
647
|
## 4.6.0
|
|
@@ -672,7 +655,6 @@
|
|
|
672
655
|
### Added:
|
|
673
656
|
|
|
674
657
|
**`@atlaskit/icon/core`**
|
|
675
|
-
|
|
676
658
|
- `ai-generative-chapters`
|
|
677
659
|
- `ai-generative-remove`
|
|
678
660
|
- `ai-generative-remove-silence`
|
|
@@ -750,7 +732,6 @@
|
|
|
750
732
|
### Updated:
|
|
751
733
|
|
|
752
734
|
**`@atlaskit/icon-lab/core`**
|
|
753
|
-
|
|
754
735
|
- `calculate`
|
|
755
736
|
- `colour-none`
|
|
756
737
|
- `sort-options`
|
|
@@ -773,7 +754,6 @@
|
|
|
773
754
|
### Added:
|
|
774
755
|
|
|
775
756
|
**`@atlaskit/icon-lab/core`**
|
|
776
|
-
|
|
777
757
|
- `arrows-diagonal-up-right-down-left`
|
|
778
758
|
- `assets-graph`
|
|
779
759
|
- `image-alt-text`
|
|
@@ -810,7 +790,6 @@
|
|
|
810
790
|
### Added:
|
|
811
791
|
|
|
812
792
|
**`@atlaskit/icon-lab/core`**
|
|
813
|
-
|
|
814
793
|
- `colour-none`
|
|
815
794
|
- `distribute-spacing-horizontal`
|
|
816
795
|
- `distribute-spacing-vertical`
|
|
@@ -837,7 +816,6 @@
|
|
|
837
816
|
### Updated:
|
|
838
817
|
|
|
839
818
|
**`@atlaskit/icon-lab/core`**
|
|
840
|
-
|
|
841
819
|
- `tidy`
|
|
842
820
|
|
|
843
821
|
## 4.2.1
|
|
@@ -860,7 +838,6 @@
|
|
|
860
838
|
### Added:
|
|
861
839
|
|
|
862
840
|
**`@atlaskit/icon-lab/core`**
|
|
863
|
-
|
|
864
841
|
- `dock-toolbar-top`
|
|
865
842
|
|
|
866
843
|
## 4.1.0
|
|
@@ -872,7 +849,6 @@
|
|
|
872
849
|
[ux] This release adds icons in `@atlaskit/icon-lab`.
|
|
873
850
|
|
|
874
851
|
**`@atlaskit/icon-lab/core`**
|
|
875
|
-
|
|
876
852
|
- `calculate`
|
|
877
853
|
- `sort-options`
|
|
878
854
|
|
|
@@ -881,7 +857,6 @@
|
|
|
881
857
|
This release adds icons in `@atlaskit/icon-lab`.
|
|
882
858
|
|
|
883
859
|
**`@atlaskit/icon-lab/core`**
|
|
884
|
-
|
|
885
860
|
- `view-type-board-home`
|
|
886
861
|
- `view-type-card-home`
|
|
887
862
|
- `view-type-table-home`
|
|
@@ -910,7 +885,6 @@
|
|
|
910
885
|
### Added:
|
|
911
886
|
|
|
912
887
|
**`@atlaskit/icon-lab/core`**
|
|
913
|
-
|
|
914
888
|
- `beach-umbrella`
|
|
915
889
|
- `gift`
|
|
916
890
|
- `party-popper`
|
|
@@ -936,7 +910,6 @@
|
|
|
936
910
|
### Added:
|
|
937
911
|
|
|
938
912
|
**`@atlaskit/icon-lab/core`**
|
|
939
|
-
|
|
940
913
|
- `queue-pop-in`
|
|
941
914
|
- `queue-pop-out`
|
|
942
915
|
|
|
@@ -951,7 +924,6 @@
|
|
|
951
924
|
### Added:
|
|
952
925
|
|
|
953
926
|
**`@atlaskit/icon-lab/core`**
|
|
954
|
-
|
|
955
927
|
- `continue-when`
|
|
956
928
|
- `split-parallel`
|
|
957
929
|
- `switch-case`
|
|
@@ -968,7 +940,6 @@
|
|
|
968
940
|
### Added:
|
|
969
941
|
|
|
970
942
|
**`@atlaskit/icon-lab/core`**
|
|
971
|
-
|
|
972
943
|
- `if-else`
|
|
973
944
|
- `webhook`
|
|
974
945
|
|
|
@@ -983,14 +954,12 @@
|
|
|
983
954
|
### Added:
|
|
984
955
|
|
|
985
956
|
**`@atlaskit/icon-lab/core`**
|
|
986
|
-
|
|
987
957
|
- `divider-element`
|
|
988
958
|
- `expand-element`
|
|
989
959
|
|
|
990
960
|
### Updated:
|
|
991
961
|
|
|
992
962
|
**`@atlaskit/icon/core`**
|
|
993
|
-
|
|
994
963
|
- `cloud-offline`
|
|
995
964
|
- `cloud-saved`
|
|
996
965
|
- `cursor-strikethrough`
|
|
@@ -1030,7 +999,6 @@
|
|
|
1030
999
|
### Updated:
|
|
1031
1000
|
|
|
1032
1001
|
**`@atlaskit/icon-lab/core`**
|
|
1033
|
-
|
|
1034
1002
|
- `cloud-offline`
|
|
1035
1003
|
- `cloud-saved`
|
|
1036
1004
|
- `cursor-strikethrough`
|
|
@@ -1083,7 +1051,6 @@
|
|
|
1083
1051
|
### Added:
|
|
1084
1052
|
|
|
1085
1053
|
**`@atlaskit/icon-lab/core`**
|
|
1086
|
-
|
|
1087
1054
|
- `align-content-bottom`
|
|
1088
1055
|
- `align-content-center-horizontal`
|
|
1089
1056
|
- `align-content-center-vertical`
|
|
@@ -1127,7 +1094,6 @@
|
|
|
1127
1094
|
### Updated:
|
|
1128
1095
|
|
|
1129
1096
|
**`@atlaskit/icon-lab/core`**
|
|
1130
|
-
|
|
1131
1097
|
- `cloud-offline`
|
|
1132
1098
|
- `cloud-saved`
|
|
1133
1099
|
- `database-storage-cache`
|
|
@@ -1147,13 +1113,11 @@
|
|
|
1147
1113
|
### Updated:
|
|
1148
1114
|
|
|
1149
1115
|
**`@atlaskit/icon-lab/core`**
|
|
1150
|
-
|
|
1151
1116
|
- `page-live-doc`: Updated usage guidance
|
|
1152
1117
|
|
|
1153
1118
|
### Added:
|
|
1154
1119
|
|
|
1155
1120
|
**`@atlaskit/icon-lab/core`**
|
|
1156
|
-
|
|
1157
1121
|
- `cloud-offline`
|
|
1158
1122
|
- `cloud-saved`
|
|
1159
1123
|
- `database-storage-cache`
|
|
@@ -1195,7 +1159,6 @@
|
|
|
1195
1159
|
[ux] This release adds icons in `@atlaskit/icon-lab`.
|
|
1196
1160
|
|
|
1197
1161
|
**`@atlaskit/icon-lab/core`**
|
|
1198
|
-
|
|
1199
1162
|
- `page-live-doc`
|
|
1200
1163
|
|
|
1201
1164
|
## 2.1.1
|
|
@@ -1215,7 +1178,6 @@
|
|
|
1215
1178
|
This release updates icons in `@atlaskit/icon-lab`.
|
|
1216
1179
|
|
|
1217
1180
|
**`@atlaskit/icon-lab/core`**
|
|
1218
|
-
|
|
1219
1181
|
- 'initiative'
|
|
1220
1182
|
- 'qr-code'
|
|
1221
1183
|
|
|
@@ -1233,7 +1195,6 @@
|
|
|
1233
1195
|
to UNSAFE types and entrypoints being renamed in the `@atlaskit/icon` package.
|
|
1234
1196
|
|
|
1235
1197
|
### Renamed entrypoints:
|
|
1236
|
-
|
|
1237
1198
|
- `@atlaskit/icon-lab/UNSAFE_migration-map` → `@atlaskit/icon-lab/migration-map`
|
|
1238
1199
|
|
|
1239
1200
|
### Patch Changes
|
|
@@ -1251,7 +1212,6 @@
|
|
|
1251
1212
|
### Added:
|
|
1252
1213
|
|
|
1253
1214
|
**`@atlaskit/icon-lab/core`**
|
|
1254
|
-
|
|
1255
1215
|
- `assets-data-manager`
|
|
1256
1216
|
- `assets-schema`
|
|
1257
1217
|
- `initiative`
|
|
@@ -1260,7 +1220,6 @@
|
|
|
1260
1220
|
### Updated:
|
|
1261
1221
|
|
|
1262
1222
|
**`@atlaskit/icon-lab/core`**
|
|
1263
|
-
|
|
1264
1223
|
- `vulnerability`
|
|
1265
1224
|
|
|
1266
1225
|
### Patch Changes
|
|
@@ -1309,19 +1268,16 @@
|
|
|
1309
1268
|
### Added:
|
|
1310
1269
|
|
|
1311
1270
|
**`@atlaskit/icon-lab/core`**
|
|
1312
|
-
|
|
1313
1271
|
- `book-open`
|
|
1314
1272
|
- `lozenge`
|
|
1315
1273
|
- `vulnerability`
|
|
1316
1274
|
|
|
1317
1275
|
### Renamed:
|
|
1318
|
-
|
|
1319
1276
|
- `status → lozenge`
|
|
1320
1277
|
|
|
1321
1278
|
### Removed entrypoints:
|
|
1322
1279
|
|
|
1323
1280
|
**`@atlaskit/icon-lab/core`**
|
|
1324
|
-
|
|
1325
1281
|
- `highlight`
|
|
1326
1282
|
|
|
1327
1283
|
### Patch Changes
|
|
@@ -1338,20 +1294,17 @@
|
|
|
1338
1294
|
- [#140548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140548)
|
|
1339
1295
|
[`c66b92f724af1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c66b92f724af1) - ###
|
|
1340
1296
|
Summary:
|
|
1341
|
-
|
|
1342
1297
|
- Fixes issue where icons with arrows sometimes rendered incorrectly.
|
|
1343
1298
|
- Adds `status` icon.
|
|
1344
1299
|
|
|
1345
1300
|
### Added:
|
|
1346
1301
|
|
|
1347
1302
|
**`@atlaskit/icon-lab/core`**
|
|
1348
|
-
|
|
1349
1303
|
- `status`
|
|
1350
1304
|
|
|
1351
1305
|
### Updated:
|
|
1352
1306
|
|
|
1353
1307
|
**`@atlaskit/icon-lab/core`**
|
|
1354
|
-
|
|
1355
1308
|
- `highlight`: now feature smaller icon with room for a color indicator underneath.
|
|
1356
1309
|
- Icons containing arrows have corrected paths
|
|
1357
1310
|
|
|
@@ -1373,7 +1326,6 @@
|
|
|
1373
1326
|
### Added:
|
|
1374
1327
|
|
|
1375
1328
|
**`@atlaskit/icon-lab/core`**
|
|
1376
|
-
|
|
1377
1329
|
- `coins`
|
|
1378
1330
|
- `cross-octagon`
|
|
1379
1331
|
- `editions`
|
|
@@ -1391,13 +1343,11 @@
|
|
|
1391
1343
|
### Renamed:
|
|
1392
1344
|
|
|
1393
1345
|
**`@atlaskit/icon-lab/core`**
|
|
1394
|
-
|
|
1395
1346
|
- `roadmaps-code → roadmaps-plan`
|
|
1396
1347
|
|
|
1397
1348
|
### Removed entrypoints:
|
|
1398
1349
|
|
|
1399
1350
|
**`@atlaskit/icon-lab/core`**
|
|
1400
|
-
|
|
1401
1351
|
- `flag-filled`
|
|
1402
1352
|
- `headphones`
|
|
1403
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::8c9468024e2c9734cc84adf4f1f2bc21>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const BlockSyncedIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default BlockSyncedIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::527f33e0573e8027a3e6df8a9b12f86d>>
|
|
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: "BlockSynced".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for syncing content blocks in Editor experiences.
|
|
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 BlockSyncedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "BlockSyncedIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-1.5z"/><path fill="currentcolor" d="M14.9 8.71a3.75 3.75 0 0 1 0 5.303l-.024.026.439.146a.75.75 0 0 1-.13 1.454l-2.476.354a.75.75 0 0 1-.848-.849l.353-2.474.029-.125a.75.75 0 0 1 1.425-.006l.147.44.025-.026a2.25 2.25 0 0 0 0-3.183l-.707-.707 1.06-1.06zm-3.818-1.98a.75.75 0 0 1 .85.849l-.354 2.475a.75.75 0 0 1-1.454.13l-.147-.44-.025.026a2.25 2.25 0 0 0 0 3.183l.707.707-1.06 1.06-.708-.707a3.75 3.75 0 0 1 0-5.303l.026-.026-.44-.146a.75.75 0 0 1 .13-1.454z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
BlockSyncedIcon.displayName = 'BlockSyncedIcon';
|
|
29
|
+
var _default = exports.default = BlockSyncedIcon;
|
|
@@ -374,6 +374,16 @@ var metadata = {
|
|
|
374
374
|
team: 'JSM',
|
|
375
375
|
status: 'published'
|
|
376
376
|
},
|
|
377
|
+
'block-synced': {
|
|
378
|
+
keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
|
|
379
|
+
componentName: 'BlockSyncedIcon',
|
|
380
|
+
package: '@atlaskit/icon-lab/core/block-synced',
|
|
381
|
+
type: 'core',
|
|
382
|
+
categorization: 'single-purpose',
|
|
383
|
+
usage: 'Reserved for syncing content blocks in Editor experiences.',
|
|
384
|
+
team: 'Editor Platform',
|
|
385
|
+
status: 'published'
|
|
386
|
+
},
|
|
377
387
|
bluetooth: {
|
|
378
388
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
379
389
|
componentName: 'BluetoothIcon',
|
|
@@ -368,6 +368,16 @@ const metadata = {
|
|
|
368
368
|
team: 'JSM',
|
|
369
369
|
status: 'published'
|
|
370
370
|
},
|
|
371
|
+
'block-synced': {
|
|
372
|
+
keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
|
|
373
|
+
componentName: 'BlockSyncedIcon',
|
|
374
|
+
package: '@atlaskit/icon-lab/core/block-synced',
|
|
375
|
+
type: 'core',
|
|
376
|
+
categorization: 'single-purpose',
|
|
377
|
+
usage: 'Reserved for syncing content blocks in Editor experiences.',
|
|
378
|
+
team: 'Editor Platform',
|
|
379
|
+
status: 'published'
|
|
380
|
+
},
|
|
371
381
|
bluetooth: {
|
|
372
382
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
373
383
|
componentName: 'BluetoothIcon',
|
|
@@ -368,6 +368,16 @@ var metadata = {
|
|
|
368
368
|
team: 'JSM',
|
|
369
369
|
status: 'published'
|
|
370
370
|
},
|
|
371
|
+
'block-synced': {
|
|
372
|
+
keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
|
|
373
|
+
componentName: 'BlockSyncedIcon',
|
|
374
|
+
package: '@atlaskit/icon-lab/core/block-synced',
|
|
375
|
+
type: 'core',
|
|
376
|
+
categorization: 'single-purpose',
|
|
377
|
+
usage: 'Reserved for syncing content blocks in Editor experiences.',
|
|
378
|
+
team: 'Editor Platform',
|
|
379
|
+
status: 'published'
|
|
380
|
+
},
|
|
371
381
|
bluetooth: {
|
|
372
382
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
373
383
|
componentName: 'BluetoothIcon',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@af/icon-build-process": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
43
|
"@atlaskit/button": "^23.5.0",
|
|
44
|
-
"@atlaskit/code": "^17.
|
|
44
|
+
"@atlaskit/code": "^17.3.0",
|
|
45
45
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
|
-
"@atlaskit/modal-dialog": "^14.
|
|
48
|
-
"@atlaskit/primitives": "^
|
|
47
|
+
"@atlaskit/modal-dialog": "^14.6.0",
|
|
48
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
49
49
|
"@atlaskit/textfield": "^8.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^
|
|
51
|
-
"@atlaskit/tooltip": "^20.
|
|
50
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
51
|
+
"@atlaskit/tooltip": "^20.7.0",
|
|
52
52
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
53
|
-
"@compiled/react": "^0.18.
|
|
53
|
+
"@compiled/react": "^0.18.6",
|
|
54
54
|
"@testing-library/react": "^13.4.0",
|
|
55
55
|
"fs-extra": "^4.0.2",
|
|
56
56
|
"pkg-dir": "^4.2.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-1.5z"/><path fill="currentcolor" d="M14.9 8.71a3.75 3.75 0 0 1 0 5.303l-.024.026.439.146a.75.75 0 0 1-.13 1.454l-2.476.354a.75.75 0 0 1-.848-.849l.353-2.474.029-.125a.75.75 0 0 1 1.425-.006l.147.44.025-.026a2.25 2.25 0 0 0 0-3.183l-.707-.707 1.06-1.06zm-3.818-1.98a.75.75 0 0 1 .85.849l-.354 2.475a.75.75 0 0 1-1.454.13l-.147-.44-.025.026a2.25 2.25 0 0 0 0 3.183l.707.707-1.06 1.06-.708-.707a3.75 3.75 0 0 1 0-5.303l.026-.026-.44-.146a.75.75 0 0 1 .13-1.454z"/></svg>
|