@almadar/patterns 2.43.1 → 2.44.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/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +58 -32
- package/dist/index.js +236 -157
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +234 -155
- package/dist/registry.json +234 -155
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-16T19:32:31.111Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -275,7 +275,8 @@
|
|
|
275
275
|
},
|
|
276
276
|
"icon": {
|
|
277
277
|
"types": [
|
|
278
|
-
"icon"
|
|
278
|
+
"icon",
|
|
279
|
+
"string"
|
|
279
280
|
]
|
|
280
281
|
},
|
|
281
282
|
"variant": {
|
|
@@ -378,7 +379,8 @@
|
|
|
378
379
|
},
|
|
379
380
|
"icon": {
|
|
380
381
|
"types": [
|
|
381
|
-
"icon"
|
|
382
|
+
"icon",
|
|
383
|
+
"string"
|
|
382
384
|
]
|
|
383
385
|
},
|
|
384
386
|
"onClick": {
|
|
@@ -429,7 +431,8 @@
|
|
|
429
431
|
},
|
|
430
432
|
"icon": {
|
|
431
433
|
"types": [
|
|
432
|
-
"icon"
|
|
434
|
+
"icon",
|
|
435
|
+
"string"
|
|
433
436
|
]
|
|
434
437
|
},
|
|
435
438
|
"onClick": {
|
|
@@ -494,15 +497,6 @@
|
|
|
494
497
|
],
|
|
495
498
|
"typicalSize": "medium",
|
|
496
499
|
"propsSchema": {
|
|
497
|
-
"entity": {
|
|
498
|
-
"types": [
|
|
499
|
-
"object",
|
|
500
|
-
"array"
|
|
501
|
-
],
|
|
502
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
503
|
-
"kind": "entity",
|
|
504
|
-
"cardinality": "collection"
|
|
505
|
-
},
|
|
506
500
|
"className": {
|
|
507
501
|
"types": [
|
|
508
502
|
"string"
|
|
@@ -606,6 +600,15 @@
|
|
|
606
600
|
},
|
|
607
601
|
"default": []
|
|
608
602
|
},
|
|
603
|
+
"entity": {
|
|
604
|
+
"types": [
|
|
605
|
+
"object",
|
|
606
|
+
"array"
|
|
607
|
+
],
|
|
608
|
+
"description": "Entity data (single record or collection).",
|
|
609
|
+
"kind": "entity",
|
|
610
|
+
"cardinality": "collection"
|
|
611
|
+
},
|
|
609
612
|
"entityType": {
|
|
610
613
|
"types": [
|
|
611
614
|
"string"
|
|
@@ -738,7 +741,8 @@
|
|
|
738
741
|
},
|
|
739
742
|
"icon": {
|
|
740
743
|
"types": [
|
|
741
|
-
"icon"
|
|
744
|
+
"icon",
|
|
745
|
+
"string"
|
|
742
746
|
]
|
|
743
747
|
},
|
|
744
748
|
"avatar": {
|
|
@@ -748,7 +752,7 @@
|
|
|
748
752
|
"properties": {
|
|
749
753
|
"src": {
|
|
750
754
|
"types": [
|
|
751
|
-
"
|
|
755
|
+
"asset"
|
|
752
756
|
]
|
|
753
757
|
},
|
|
754
758
|
"alt": {
|
|
@@ -1225,14 +1229,6 @@
|
|
|
1225
1229
|
],
|
|
1226
1230
|
"typicalSize": "medium",
|
|
1227
1231
|
"propsSchema": {
|
|
1228
|
-
"entity": {
|
|
1229
|
-
"types": [
|
|
1230
|
-
"object"
|
|
1231
|
-
],
|
|
1232
|
-
"description": "RECORD-cardinality override: renders ONE record (see body collapse below).",
|
|
1233
|
-
"kind": "entity",
|
|
1234
|
-
"cardinality": "record"
|
|
1235
|
-
},
|
|
1236
1232
|
"className": {
|
|
1237
1233
|
"types": [
|
|
1238
1234
|
"string"
|
|
@@ -1335,6 +1331,14 @@
|
|
|
1335
1331
|
]
|
|
1336
1332
|
}
|
|
1337
1333
|
},
|
|
1334
|
+
"entity": {
|
|
1335
|
+
"types": [
|
|
1336
|
+
"object"
|
|
1337
|
+
],
|
|
1338
|
+
"description": "RECORD-cardinality: renders ONE record (see body collapse below).",
|
|
1339
|
+
"kind": "entity",
|
|
1340
|
+
"cardinality": "record"
|
|
1341
|
+
},
|
|
1338
1342
|
"title": {
|
|
1339
1343
|
"types": [
|
|
1340
1344
|
"string"
|
|
@@ -1418,7 +1422,8 @@
|
|
|
1418
1422
|
},
|
|
1419
1423
|
"icon": {
|
|
1420
1424
|
"types": [
|
|
1421
|
-
"icon"
|
|
1425
|
+
"icon",
|
|
1426
|
+
"string"
|
|
1422
1427
|
]
|
|
1423
1428
|
},
|
|
1424
1429
|
"copyable": {
|
|
@@ -1457,7 +1462,8 @@
|
|
|
1457
1462
|
},
|
|
1458
1463
|
"icon": {
|
|
1459
1464
|
"types": [
|
|
1460
|
-
"icon"
|
|
1465
|
+
"icon",
|
|
1466
|
+
"string"
|
|
1461
1467
|
]
|
|
1462
1468
|
},
|
|
1463
1469
|
"onClick": {
|
|
@@ -1741,7 +1747,8 @@
|
|
|
1741
1747
|
},
|
|
1742
1748
|
"icon": {
|
|
1743
1749
|
"types": [
|
|
1744
|
-
"icon"
|
|
1750
|
+
"icon",
|
|
1751
|
+
"string"
|
|
1745
1752
|
]
|
|
1746
1753
|
},
|
|
1747
1754
|
"loading": {
|
|
@@ -6637,23 +6644,20 @@
|
|
|
6637
6644
|
},
|
|
6638
6645
|
"leftIcon": {
|
|
6639
6646
|
"types": [
|
|
6640
|
-
"node",
|
|
6641
6647
|
"icon",
|
|
6642
6648
|
"string"
|
|
6643
6649
|
],
|
|
6644
|
-
"description": "Left icon
|
|
6650
|
+
"description": "Left icon: a Lucide component or a canonical icon name string (e.g. \"plus\", \"trash\")."
|
|
6645
6651
|
},
|
|
6646
6652
|
"rightIcon": {
|
|
6647
6653
|
"types": [
|
|
6648
|
-
"node",
|
|
6649
6654
|
"icon",
|
|
6650
6655
|
"string"
|
|
6651
6656
|
],
|
|
6652
|
-
"description": "Right icon
|
|
6657
|
+
"description": "Right icon: a Lucide component or a canonical icon name string."
|
|
6653
6658
|
},
|
|
6654
6659
|
"icon": {
|
|
6655
6660
|
"types": [
|
|
6656
|
-
"node",
|
|
6657
6661
|
"icon",
|
|
6658
6662
|
"string"
|
|
6659
6663
|
],
|
|
@@ -6661,7 +6665,6 @@
|
|
|
6661
6665
|
},
|
|
6662
6666
|
"iconRight": {
|
|
6663
6667
|
"types": [
|
|
6664
|
-
"node",
|
|
6665
6668
|
"icon",
|
|
6666
6669
|
"string"
|
|
6667
6670
|
],
|
|
@@ -6759,9 +6762,10 @@
|
|
|
6759
6762
|
},
|
|
6760
6763
|
"icon": {
|
|
6761
6764
|
"types": [
|
|
6762
|
-
"
|
|
6765
|
+
"icon",
|
|
6766
|
+
"string"
|
|
6763
6767
|
],
|
|
6764
|
-
"description": "
|
|
6768
|
+
"description": "Lucide icon component or canonical kebab-case icon name string"
|
|
6765
6769
|
},
|
|
6766
6770
|
"onRemove": {
|
|
6767
6771
|
"types": [
|
|
@@ -6794,7 +6798,7 @@
|
|
|
6794
6798
|
"propsSchema": {
|
|
6795
6799
|
"src": {
|
|
6796
6800
|
"types": [
|
|
6797
|
-
"
|
|
6801
|
+
"asset"
|
|
6798
6802
|
],
|
|
6799
6803
|
"description": "Image source URL"
|
|
6800
6804
|
},
|
|
@@ -7062,6 +7066,13 @@
|
|
|
7062
7066
|
"node"
|
|
7063
7067
|
],
|
|
7064
7068
|
"description": "Card content"
|
|
7069
|
+
},
|
|
7070
|
+
"action": {
|
|
7071
|
+
"types": [
|
|
7072
|
+
"string"
|
|
7073
|
+
],
|
|
7074
|
+
"description": "Declarative event key emitted on click for trait dispatch",
|
|
7075
|
+
"kind": "event"
|
|
7065
7076
|
}
|
|
7066
7077
|
}
|
|
7067
7078
|
},
|
|
@@ -7287,13 +7298,15 @@
|
|
|
7287
7298
|
},
|
|
7288
7299
|
"leftIcon": {
|
|
7289
7300
|
"types": [
|
|
7290
|
-
"
|
|
7301
|
+
"icon",
|
|
7302
|
+
"string"
|
|
7291
7303
|
],
|
|
7292
7304
|
"description": "leftIcon prop"
|
|
7293
7305
|
},
|
|
7294
7306
|
"rightIcon": {
|
|
7295
7307
|
"types": [
|
|
7296
|
-
"
|
|
7308
|
+
"icon",
|
|
7309
|
+
"string"
|
|
7297
7310
|
],
|
|
7298
7311
|
"description": "rightIcon prop"
|
|
7299
7312
|
},
|
|
@@ -7302,7 +7315,7 @@
|
|
|
7302
7315
|
"icon",
|
|
7303
7316
|
"string"
|
|
7304
7317
|
],
|
|
7305
|
-
"description": "Lucide icon component
|
|
7318
|
+
"description": "Lucide icon component or canonical kebab-case icon name string for left side"
|
|
7306
7319
|
},
|
|
7307
7320
|
"clearable": {
|
|
7308
7321
|
"types": [
|
|
@@ -7312,11 +7325,10 @@
|
|
|
7312
7325
|
},
|
|
7313
7326
|
"onClear": {
|
|
7314
7327
|
"types": [
|
|
7315
|
-
"function"
|
|
7328
|
+
"function",
|
|
7329
|
+
"string"
|
|
7316
7330
|
],
|
|
7317
|
-
"description": "Callback when clear button is clicked"
|
|
7318
|
-
"kind": "callback",
|
|
7319
|
-
"callbackArgs": []
|
|
7331
|
+
"description": "Callback or declarative event key when clear button is clicked"
|
|
7320
7332
|
},
|
|
7321
7333
|
"options": {
|
|
7322
7334
|
"types": [
|
|
@@ -7354,11 +7366,10 @@
|
|
|
7354
7366
|
},
|
|
7355
7367
|
"onChange": {
|
|
7356
7368
|
"types": [
|
|
7357
|
-
"function"
|
|
7369
|
+
"function",
|
|
7370
|
+
"string"
|
|
7358
7371
|
],
|
|
7359
|
-
"description": "onChange handler
|
|
7360
|
-
"kind": "callback",
|
|
7361
|
-
"callbackArgs": []
|
|
7372
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7362
7373
|
}
|
|
7363
7374
|
}
|
|
7364
7375
|
},
|
|
@@ -7405,6 +7416,13 @@
|
|
|
7405
7416
|
"string"
|
|
7406
7417
|
],
|
|
7407
7418
|
"description": "Error message"
|
|
7419
|
+
},
|
|
7420
|
+
"onChange": {
|
|
7421
|
+
"types": [
|
|
7422
|
+
"function",
|
|
7423
|
+
"string"
|
|
7424
|
+
],
|
|
7425
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7408
7426
|
}
|
|
7409
7427
|
}
|
|
7410
7428
|
},
|
|
@@ -7479,6 +7497,13 @@
|
|
|
7479
7497
|
"string"
|
|
7480
7498
|
],
|
|
7481
7499
|
"description": "Error message"
|
|
7500
|
+
},
|
|
7501
|
+
"onChange": {
|
|
7502
|
+
"types": [
|
|
7503
|
+
"function",
|
|
7504
|
+
"string"
|
|
7505
|
+
],
|
|
7506
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7482
7507
|
}
|
|
7483
7508
|
}
|
|
7484
7509
|
},
|
|
@@ -7518,6 +7543,13 @@
|
|
|
7518
7543
|
"string"
|
|
7519
7544
|
],
|
|
7520
7545
|
"description": "label prop"
|
|
7546
|
+
},
|
|
7547
|
+
"onChange": {
|
|
7548
|
+
"types": [
|
|
7549
|
+
"function",
|
|
7550
|
+
"string"
|
|
7551
|
+
],
|
|
7552
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7521
7553
|
}
|
|
7522
7554
|
}
|
|
7523
7555
|
},
|
|
@@ -9620,7 +9652,8 @@
|
|
|
9620
9652
|
},
|
|
9621
9653
|
"icon": {
|
|
9622
9654
|
"types": [
|
|
9623
|
-
"icon"
|
|
9655
|
+
"icon",
|
|
9656
|
+
"string"
|
|
9624
9657
|
]
|
|
9625
9658
|
},
|
|
9626
9659
|
"onClick": {
|
|
@@ -9655,9 +9688,10 @@
|
|
|
9655
9688
|
},
|
|
9656
9689
|
"icon": {
|
|
9657
9690
|
"types": [
|
|
9691
|
+
"icon",
|
|
9658
9692
|
"string"
|
|
9659
9693
|
],
|
|
9660
|
-
"description": "Icon
|
|
9694
|
+
"description": "Icon: a canonical icon name string (resolved by Button) or a Lucide component."
|
|
9661
9695
|
},
|
|
9662
9696
|
"onClick": {
|
|
9663
9697
|
"types": [
|
|
@@ -9826,9 +9860,10 @@
|
|
|
9826
9860
|
},
|
|
9827
9861
|
"icon": {
|
|
9828
9862
|
"types": [
|
|
9863
|
+
"icon",
|
|
9829
9864
|
"string"
|
|
9830
9865
|
],
|
|
9831
|
-
"description": "
|
|
9866
|
+
"description": "Lucide icon name or component to show before title"
|
|
9832
9867
|
},
|
|
9833
9868
|
"hasErrors": {
|
|
9834
9869
|
"types": [
|
|
@@ -10360,7 +10395,7 @@
|
|
|
10360
10395
|
},
|
|
10361
10396
|
"logoSrc": {
|
|
10362
10397
|
"types": [
|
|
10363
|
-
"
|
|
10398
|
+
"asset"
|
|
10364
10399
|
],
|
|
10365
10400
|
"description": "Logo image source"
|
|
10366
10401
|
},
|
|
@@ -10398,7 +10433,8 @@
|
|
|
10398
10433
|
},
|
|
10399
10434
|
"icon": {
|
|
10400
10435
|
"types": [
|
|
10401
|
-
"icon"
|
|
10436
|
+
"icon",
|
|
10437
|
+
"string"
|
|
10402
10438
|
]
|
|
10403
10439
|
},
|
|
10404
10440
|
"badge": {
|
|
@@ -10474,7 +10510,7 @@
|
|
|
10474
10510
|
"properties": {
|
|
10475
10511
|
"src": {
|
|
10476
10512
|
"types": [
|
|
10477
|
-
"
|
|
10513
|
+
"asset"
|
|
10478
10514
|
]
|
|
10479
10515
|
},
|
|
10480
10516
|
"alt": {
|
|
@@ -10724,7 +10760,8 @@
|
|
|
10724
10760
|
},
|
|
10725
10761
|
"icon": {
|
|
10726
10762
|
"types": [
|
|
10727
|
-
"icon"
|
|
10763
|
+
"icon",
|
|
10764
|
+
"string"
|
|
10728
10765
|
]
|
|
10729
10766
|
},
|
|
10730
10767
|
"badge": {
|
|
@@ -11197,7 +11234,7 @@
|
|
|
11197
11234
|
},
|
|
11198
11235
|
"logoSrc": {
|
|
11199
11236
|
"types": [
|
|
11200
|
-
"
|
|
11237
|
+
"asset"
|
|
11201
11238
|
],
|
|
11202
11239
|
"description": "Logo image source"
|
|
11203
11240
|
},
|
|
@@ -11231,7 +11268,8 @@
|
|
|
11231
11268
|
},
|
|
11232
11269
|
"icon": {
|
|
11233
11270
|
"types": [
|
|
11234
|
-
"icon"
|
|
11271
|
+
"icon",
|
|
11272
|
+
"string"
|
|
11235
11273
|
]
|
|
11236
11274
|
},
|
|
11237
11275
|
"badge": {
|
|
@@ -11631,7 +11669,7 @@
|
|
|
11631
11669
|
},
|
|
11632
11670
|
"backgroundImage": {
|
|
11633
11671
|
"types": [
|
|
11634
|
-
"
|
|
11672
|
+
"asset"
|
|
11635
11673
|
],
|
|
11636
11674
|
"description": "Background image URL"
|
|
11637
11675
|
},
|
|
@@ -11834,7 +11872,7 @@
|
|
|
11834
11872
|
},
|
|
11835
11873
|
"avatar": {
|
|
11836
11874
|
"types": [
|
|
11837
|
-
"
|
|
11875
|
+
"asset"
|
|
11838
11876
|
]
|
|
11839
11877
|
}
|
|
11840
11878
|
},
|
|
@@ -11897,6 +11935,7 @@
|
|
|
11897
11935
|
"properties": {
|
|
11898
11936
|
"icon": {
|
|
11899
11937
|
"types": [
|
|
11938
|
+
"icon",
|
|
11900
11939
|
"string"
|
|
11901
11940
|
]
|
|
11902
11941
|
},
|
|
@@ -12904,7 +12943,8 @@
|
|
|
12904
12943
|
},
|
|
12905
12944
|
"icon": {
|
|
12906
12945
|
"types": [
|
|
12907
|
-
"icon"
|
|
12946
|
+
"icon",
|
|
12947
|
+
"string"
|
|
12908
12948
|
]
|
|
12909
12949
|
},
|
|
12910
12950
|
"tags": {
|
|
@@ -13142,7 +13182,7 @@
|
|
|
13142
13182
|
},
|
|
13143
13183
|
"src": {
|
|
13144
13184
|
"types": [
|
|
13145
|
-
"
|
|
13185
|
+
"asset"
|
|
13146
13186
|
]
|
|
13147
13187
|
},
|
|
13148
13188
|
"alt": {
|
|
@@ -13152,7 +13192,7 @@
|
|
|
13152
13192
|
},
|
|
13153
13193
|
"thumbnail": {
|
|
13154
13194
|
"types": [
|
|
13155
|
-
"
|
|
13195
|
+
"asset"
|
|
13156
13196
|
]
|
|
13157
13197
|
},
|
|
13158
13198
|
"mediaType": {
|
|
@@ -13455,7 +13495,7 @@
|
|
|
13455
13495
|
},
|
|
13456
13496
|
"src": {
|
|
13457
13497
|
"types": [
|
|
13458
|
-
"
|
|
13498
|
+
"asset"
|
|
13459
13499
|
],
|
|
13460
13500
|
"description": "Document URL (for PDF/external documents)"
|
|
13461
13501
|
},
|
|
@@ -13577,7 +13617,7 @@
|
|
|
13577
13617
|
},
|
|
13578
13618
|
"src": {
|
|
13579
13619
|
"types": [
|
|
13580
|
-
"
|
|
13620
|
+
"asset"
|
|
13581
13621
|
]
|
|
13582
13622
|
},
|
|
13583
13623
|
"content": {
|
|
@@ -15993,6 +16033,7 @@
|
|
|
15993
16033
|
},
|
|
15994
16034
|
"icon": {
|
|
15995
16035
|
"types": [
|
|
16036
|
+
"icon",
|
|
15996
16037
|
"string"
|
|
15997
16038
|
]
|
|
15998
16039
|
},
|
|
@@ -16060,6 +16101,7 @@
|
|
|
16060
16101
|
},
|
|
16061
16102
|
"icon": {
|
|
16062
16103
|
"types": [
|
|
16104
|
+
"icon",
|
|
16063
16105
|
"string"
|
|
16064
16106
|
]
|
|
16065
16107
|
},
|
|
@@ -16129,6 +16171,7 @@
|
|
|
16129
16171
|
},
|
|
16130
16172
|
"icon": {
|
|
16131
16173
|
"types": [
|
|
16174
|
+
"icon",
|
|
16132
16175
|
"string"
|
|
16133
16176
|
]
|
|
16134
16177
|
},
|
|
@@ -16435,6 +16478,7 @@
|
|
|
16435
16478
|
},
|
|
16436
16479
|
"icon": {
|
|
16437
16480
|
"types": [
|
|
16481
|
+
"icon",
|
|
16438
16482
|
"string"
|
|
16439
16483
|
]
|
|
16440
16484
|
},
|
|
@@ -16492,6 +16536,7 @@
|
|
|
16492
16536
|
},
|
|
16493
16537
|
"icon": {
|
|
16494
16538
|
"types": [
|
|
16539
|
+
"icon",
|
|
16495
16540
|
"string"
|
|
16496
16541
|
]
|
|
16497
16542
|
},
|
|
@@ -16551,6 +16596,7 @@
|
|
|
16551
16596
|
},
|
|
16552
16597
|
"icon": {
|
|
16553
16598
|
"types": [
|
|
16599
|
+
"icon",
|
|
16554
16600
|
"string"
|
|
16555
16601
|
]
|
|
16556
16602
|
},
|
|
@@ -16704,6 +16750,7 @@
|
|
|
16704
16750
|
},
|
|
16705
16751
|
"icon": {
|
|
16706
16752
|
"types": [
|
|
16753
|
+
"icon",
|
|
16707
16754
|
"string"
|
|
16708
16755
|
]
|
|
16709
16756
|
},
|
|
@@ -16748,6 +16795,7 @@
|
|
|
16748
16795
|
},
|
|
16749
16796
|
"icon": {
|
|
16750
16797
|
"types": [
|
|
16798
|
+
"icon",
|
|
16751
16799
|
"string"
|
|
16752
16800
|
]
|
|
16753
16801
|
},
|
|
@@ -17441,7 +17489,7 @@
|
|
|
17441
17489
|
"properties": {
|
|
17442
17490
|
"src": {
|
|
17443
17491
|
"types": [
|
|
17444
|
-
"
|
|
17492
|
+
"asset"
|
|
17445
17493
|
]
|
|
17446
17494
|
},
|
|
17447
17495
|
"alt": {
|
|
@@ -17758,9 +17806,10 @@
|
|
|
17758
17806
|
},
|
|
17759
17807
|
"icon": {
|
|
17760
17808
|
"types": [
|
|
17809
|
+
"icon",
|
|
17761
17810
|
"string"
|
|
17762
17811
|
],
|
|
17763
|
-
"description": "Icon name
|
|
17812
|
+
"description": "Icon name or component"
|
|
17764
17813
|
},
|
|
17765
17814
|
"disabled": {
|
|
17766
17815
|
"types": [
|
|
@@ -18285,6 +18334,7 @@
|
|
|
18285
18334
|
},
|
|
18286
18335
|
"icon": {
|
|
18287
18336
|
"types": [
|
|
18337
|
+
"icon",
|
|
18288
18338
|
"string"
|
|
18289
18339
|
]
|
|
18290
18340
|
},
|
|
@@ -18337,6 +18387,7 @@
|
|
|
18337
18387
|
},
|
|
18338
18388
|
"icon": {
|
|
18339
18389
|
"types": [
|
|
18390
|
+
"icon",
|
|
18340
18391
|
"string"
|
|
18341
18392
|
]
|
|
18342
18393
|
},
|
|
@@ -18498,9 +18549,10 @@
|
|
|
18498
18549
|
},
|
|
18499
18550
|
"icon": {
|
|
18500
18551
|
"types": [
|
|
18501
|
-
"
|
|
18552
|
+
"icon",
|
|
18553
|
+
"string"
|
|
18502
18554
|
],
|
|
18503
|
-
"description": "Lucide icon name or
|
|
18555
|
+
"description": "Lucide icon name or component"
|
|
18504
18556
|
},
|
|
18505
18557
|
"iconBg": {
|
|
18506
18558
|
"types": [
|
|
@@ -18955,10 +19007,10 @@
|
|
|
18955
19007
|
"propsSchema": {
|
|
18956
19008
|
"icon": {
|
|
18957
19009
|
"types": [
|
|
18958
|
-
"
|
|
18959
|
-
"
|
|
19010
|
+
"icon",
|
|
19011
|
+
"string"
|
|
18960
19012
|
],
|
|
18961
|
-
"description": "
|
|
19013
|
+
"description": "icon prop"
|
|
18962
19014
|
},
|
|
18963
19015
|
"title": {
|
|
18964
19016
|
"types": [
|
|
@@ -19046,8 +19098,8 @@
|
|
|
19046
19098
|
"properties": {
|
|
19047
19099
|
"icon": {
|
|
19048
19100
|
"types": [
|
|
19049
|
-
"
|
|
19050
|
-
"
|
|
19101
|
+
"icon",
|
|
19102
|
+
"string"
|
|
19051
19103
|
]
|
|
19052
19104
|
},
|
|
19053
19105
|
"title": {
|
|
@@ -19245,7 +19297,7 @@
|
|
|
19245
19297
|
"properties": {
|
|
19246
19298
|
"src": {
|
|
19247
19299
|
"types": [
|
|
19248
|
-
"
|
|
19300
|
+
"object"
|
|
19249
19301
|
]
|
|
19250
19302
|
},
|
|
19251
19303
|
"alt": {
|
|
@@ -19628,7 +19680,7 @@
|
|
|
19628
19680
|
"properties": {
|
|
19629
19681
|
"src": {
|
|
19630
19682
|
"types": [
|
|
19631
|
-
"
|
|
19683
|
+
"object"
|
|
19632
19684
|
]
|
|
19633
19685
|
},
|
|
19634
19686
|
"alt": {
|
|
@@ -19780,7 +19832,7 @@
|
|
|
19780
19832
|
"properties": {
|
|
19781
19833
|
"src": {
|
|
19782
19834
|
"types": [
|
|
19783
|
-
"
|
|
19835
|
+
"object"
|
|
19784
19836
|
]
|
|
19785
19837
|
},
|
|
19786
19838
|
"alt": {
|
|
@@ -19999,7 +20051,7 @@
|
|
|
19999
20051
|
},
|
|
20000
20052
|
"avatar": {
|
|
20001
20053
|
"types": [
|
|
20002
|
-
"
|
|
20054
|
+
"asset",
|
|
20003
20055
|
"object"
|
|
20004
20056
|
],
|
|
20005
20057
|
"description": "avatar prop",
|
|
@@ -21354,7 +21406,7 @@
|
|
|
21354
21406
|
},
|
|
21355
21407
|
"src": {
|
|
21356
21408
|
"types": [
|
|
21357
|
-
"
|
|
21409
|
+
"asset"
|
|
21358
21410
|
],
|
|
21359
21411
|
"description": "URL to an SVG file. Fetched and inlined to enable stroke/fill animations."
|
|
21360
21412
|
},
|
|
@@ -22187,9 +22239,10 @@
|
|
|
22187
22239
|
},
|
|
22188
22240
|
"icon": {
|
|
22189
22241
|
"types": [
|
|
22190
|
-
"
|
|
22242
|
+
"icon",
|
|
22243
|
+
"string"
|
|
22191
22244
|
],
|
|
22192
|
-
"description": "
|
|
22245
|
+
"description": "Lucide icon component or canonical kebab-case icon name string"
|
|
22193
22246
|
},
|
|
22194
22247
|
"onRemove": {
|
|
22195
22248
|
"types": [
|
|
@@ -23649,7 +23702,8 @@
|
|
|
23649
23702
|
},
|
|
23650
23703
|
"icon": {
|
|
23651
23704
|
"types": [
|
|
23652
|
-
"
|
|
23705
|
+
"icon",
|
|
23706
|
+
"string"
|
|
23653
23707
|
],
|
|
23654
23708
|
"description": "Icon displayed before the label"
|
|
23655
23709
|
},
|
|
@@ -23842,7 +23896,8 @@
|
|
|
23842
23896
|
},
|
|
23843
23897
|
"icon": {
|
|
23844
23898
|
"types": [
|
|
23845
|
-
"
|
|
23899
|
+
"icon",
|
|
23900
|
+
"string"
|
|
23846
23901
|
],
|
|
23847
23902
|
"description": "Icon component or emoji"
|
|
23848
23903
|
},
|
|
@@ -24119,7 +24174,8 @@
|
|
|
24119
24174
|
"propsSchema": {
|
|
24120
24175
|
"icon": {
|
|
24121
24176
|
"types": [
|
|
24122
|
-
"
|
|
24177
|
+
"icon",
|
|
24178
|
+
"string"
|
|
24123
24179
|
],
|
|
24124
24180
|
"description": "Icon component or emoji"
|
|
24125
24181
|
},
|
|
@@ -24360,7 +24416,8 @@
|
|
|
24360
24416
|
"propsSchema": {
|
|
24361
24417
|
"icon": {
|
|
24362
24418
|
"types": [
|
|
24363
|
-
"
|
|
24419
|
+
"icon",
|
|
24420
|
+
"string"
|
|
24364
24421
|
],
|
|
24365
24422
|
"description": "Icon component or emoji"
|
|
24366
24423
|
},
|
|
@@ -24446,7 +24503,8 @@
|
|
|
24446
24503
|
},
|
|
24447
24504
|
"icon": {
|
|
24448
24505
|
"types": [
|
|
24449
|
-
"
|
|
24506
|
+
"icon",
|
|
24507
|
+
"string"
|
|
24450
24508
|
],
|
|
24451
24509
|
"description": "Icon component or emoji"
|
|
24452
24510
|
},
|
|
@@ -24668,6 +24726,7 @@
|
|
|
24668
24726
|
"properties": {
|
|
24669
24727
|
"icon": {
|
|
24670
24728
|
"types": [
|
|
24729
|
+
"icon",
|
|
24671
24730
|
"string"
|
|
24672
24731
|
]
|
|
24673
24732
|
},
|
|
@@ -24706,9 +24765,10 @@
|
|
|
24706
24765
|
"propsSchema": {
|
|
24707
24766
|
"icon": {
|
|
24708
24767
|
"types": [
|
|
24768
|
+
"icon",
|
|
24709
24769
|
"string"
|
|
24710
24770
|
],
|
|
24711
|
-
"description": "Lucide
|
|
24771
|
+
"description": "Lucide icon name or component",
|
|
24712
24772
|
"required": true
|
|
24713
24773
|
},
|
|
24714
24774
|
"label": {
|
|
@@ -24904,7 +24964,8 @@
|
|
|
24904
24964
|
},
|
|
24905
24965
|
"icon": {
|
|
24906
24966
|
"types": [
|
|
24907
|
-
"
|
|
24967
|
+
"icon",
|
|
24968
|
+
"string"
|
|
24908
24969
|
],
|
|
24909
24970
|
"description": "Custom icon to render inside the marker"
|
|
24910
24971
|
},
|
|
@@ -27286,7 +27347,8 @@
|
|
|
27286
27347
|
},
|
|
27287
27348
|
"icon": {
|
|
27288
27349
|
"types": [
|
|
27289
|
-
"
|
|
27350
|
+
"icon",
|
|
27351
|
+
"string"
|
|
27290
27352
|
]
|
|
27291
27353
|
},
|
|
27292
27354
|
"variant": {
|
|
@@ -27523,7 +27585,8 @@
|
|
|
27523
27585
|
"properties": {
|
|
27524
27586
|
"icon": {
|
|
27525
27587
|
"types": [
|
|
27526
|
-
"
|
|
27588
|
+
"icon",
|
|
27589
|
+
"string"
|
|
27527
27590
|
]
|
|
27528
27591
|
},
|
|
27529
27592
|
"label": {
|
|
@@ -27558,7 +27621,8 @@
|
|
|
27558
27621
|
"properties": {
|
|
27559
27622
|
"icon": {
|
|
27560
27623
|
"types": [
|
|
27561
|
-
"
|
|
27624
|
+
"icon",
|
|
27625
|
+
"string"
|
|
27562
27626
|
]
|
|
27563
27627
|
},
|
|
27564
27628
|
"label": {
|
|
@@ -27947,7 +28011,8 @@
|
|
|
27947
28011
|
"properties": {
|
|
27948
28012
|
"icon": {
|
|
27949
28013
|
"types": [
|
|
27950
|
-
"
|
|
28014
|
+
"icon",
|
|
28015
|
+
"string"
|
|
27951
28016
|
]
|
|
27952
28017
|
},
|
|
27953
28018
|
"label": {
|
|
@@ -28058,13 +28123,13 @@
|
|
|
28058
28123
|
},
|
|
28059
28124
|
"backgroundImage": {
|
|
28060
28125
|
"types": [
|
|
28061
|
-
"
|
|
28126
|
+
"asset"
|
|
28062
28127
|
],
|
|
28063
28128
|
"description": "Background image URL"
|
|
28064
28129
|
},
|
|
28065
28130
|
"assetBaseUrl": {
|
|
28066
28131
|
"types": [
|
|
28067
|
-
"
|
|
28132
|
+
"asset"
|
|
28068
28133
|
],
|
|
28069
28134
|
"description": "Base URL prefix for asset URLs",
|
|
28070
28135
|
"default": ""
|
|
@@ -28185,6 +28250,7 @@
|
|
|
28185
28250
|
},
|
|
28186
28251
|
"icon": {
|
|
28187
28252
|
"types": [
|
|
28253
|
+
"icon",
|
|
28188
28254
|
"string"
|
|
28189
28255
|
]
|
|
28190
28256
|
},
|
|
@@ -28536,7 +28602,8 @@
|
|
|
28536
28602
|
},
|
|
28537
28603
|
"icon": {
|
|
28538
28604
|
"types": [
|
|
28539
|
-
"
|
|
28605
|
+
"icon",
|
|
28606
|
+
"string"
|
|
28540
28607
|
]
|
|
28541
28608
|
}
|
|
28542
28609
|
},
|
|
@@ -28768,7 +28835,8 @@
|
|
|
28768
28835
|
"properties": {
|
|
28769
28836
|
"icon": {
|
|
28770
28837
|
"types": [
|
|
28771
|
-
"
|
|
28838
|
+
"icon",
|
|
28839
|
+
"string"
|
|
28772
28840
|
]
|
|
28773
28841
|
},
|
|
28774
28842
|
"label": {
|
|
@@ -28850,7 +28918,8 @@
|
|
|
28850
28918
|
},
|
|
28851
28919
|
"icon": {
|
|
28852
28920
|
"types": [
|
|
28853
|
-
"
|
|
28921
|
+
"icon",
|
|
28922
|
+
"string"
|
|
28854
28923
|
]
|
|
28855
28924
|
},
|
|
28856
28925
|
"label": {
|
|
@@ -29316,7 +29385,7 @@
|
|
|
29316
29385
|
},
|
|
29317
29386
|
"terrainSprite": {
|
|
29318
29387
|
"types": [
|
|
29319
|
-
"
|
|
29388
|
+
"asset"
|
|
29320
29389
|
]
|
|
29321
29390
|
},
|
|
29322
29391
|
"passable": {
|
|
@@ -29399,7 +29468,7 @@
|
|
|
29399
29468
|
},
|
|
29400
29469
|
"sprite": {
|
|
29401
29470
|
"types": [
|
|
29402
|
-
"
|
|
29471
|
+
"asset"
|
|
29403
29472
|
]
|
|
29404
29473
|
},
|
|
29405
29474
|
"unitType": {
|
|
@@ -29559,12 +29628,12 @@
|
|
|
29559
29628
|
},
|
|
29560
29629
|
"sprite": {
|
|
29561
29630
|
"types": [
|
|
29562
|
-
"
|
|
29631
|
+
"asset"
|
|
29563
29632
|
]
|
|
29564
29633
|
},
|
|
29565
29634
|
"assetUrl": {
|
|
29566
29635
|
"types": [
|
|
29567
|
-
"
|
|
29636
|
+
"asset"
|
|
29568
29637
|
]
|
|
29569
29638
|
},
|
|
29570
29639
|
"color": {
|
|
@@ -29802,7 +29871,7 @@
|
|
|
29802
29871
|
},
|
|
29803
29872
|
"backgroundImage": {
|
|
29804
29873
|
"types": [
|
|
29805
|
-
"
|
|
29874
|
+
"asset"
|
|
29806
29875
|
],
|
|
29807
29876
|
"description": "Background image URL tiled behind the isometric grid"
|
|
29808
29877
|
},
|
|
@@ -29931,7 +30000,7 @@
|
|
|
29931
30000
|
},
|
|
29932
30001
|
"sprite": {
|
|
29933
30002
|
"types": [
|
|
29934
|
-
"
|
|
30003
|
+
"asset"
|
|
29935
30004
|
]
|
|
29936
30005
|
},
|
|
29937
30006
|
"unitType": {
|
|
@@ -30078,7 +30147,7 @@
|
|
|
30078
30147
|
"description": "Additional sprite URLs to preload (e.g., effect sprites)",
|
|
30079
30148
|
"items": {
|
|
30080
30149
|
"types": [
|
|
30081
|
-
"
|
|
30150
|
+
"asset"
|
|
30082
30151
|
]
|
|
30083
30152
|
},
|
|
30084
30153
|
"default": []
|
|
@@ -30114,7 +30183,7 @@
|
|
|
30114
30183
|
},
|
|
30115
30184
|
"assetBaseUrl": {
|
|
30116
30185
|
"types": [
|
|
30117
|
-
"
|
|
30186
|
+
"asset"
|
|
30118
30187
|
],
|
|
30119
30188
|
"description": "--- Remote asset loading ---"
|
|
30120
30189
|
},
|
|
@@ -30327,7 +30396,7 @@
|
|
|
30327
30396
|
},
|
|
30328
30397
|
"playerSprite": {
|
|
30329
30398
|
"types": [
|
|
30330
|
-
"
|
|
30399
|
+
"asset"
|
|
30331
30400
|
],
|
|
30332
30401
|
"description": "Player sprite image URL"
|
|
30333
30402
|
},
|
|
@@ -30338,19 +30407,19 @@
|
|
|
30338
30407
|
"description": "Map of platform type to tile sprite URL",
|
|
30339
30408
|
"mapValue": {
|
|
30340
30409
|
"types": [
|
|
30341
|
-
"
|
|
30410
|
+
"asset"
|
|
30342
30411
|
]
|
|
30343
30412
|
}
|
|
30344
30413
|
},
|
|
30345
30414
|
"backgroundImage": {
|
|
30346
30415
|
"types": [
|
|
30347
|
-
"
|
|
30416
|
+
"asset"
|
|
30348
30417
|
],
|
|
30349
30418
|
"description": "Background image URL"
|
|
30350
30419
|
},
|
|
30351
30420
|
"assetBaseUrl": {
|
|
30352
30421
|
"types": [
|
|
30353
|
-
"
|
|
30422
|
+
"asset"
|
|
30354
30423
|
],
|
|
30355
30424
|
"description": "Base URL prefix for asset URLs",
|
|
30356
30425
|
"default": ""
|
|
@@ -30442,7 +30511,8 @@
|
|
|
30442
30511
|
},
|
|
30443
30512
|
"icon": {
|
|
30444
30513
|
"types": [
|
|
30445
|
-
"
|
|
30514
|
+
"icon",
|
|
30515
|
+
"string"
|
|
30446
30516
|
]
|
|
30447
30517
|
},
|
|
30448
30518
|
"label": {
|
|
@@ -30580,7 +30650,8 @@
|
|
|
30580
30650
|
"properties": {
|
|
30581
30651
|
"icon": {
|
|
30582
30652
|
"types": [
|
|
30583
|
-
"
|
|
30653
|
+
"icon",
|
|
30654
|
+
"string"
|
|
30584
30655
|
]
|
|
30585
30656
|
},
|
|
30586
30657
|
"label": {
|
|
@@ -30737,7 +30808,8 @@
|
|
|
30737
30808
|
},
|
|
30738
30809
|
"icon": {
|
|
30739
30810
|
"types": [
|
|
30740
|
-
"
|
|
30811
|
+
"icon",
|
|
30812
|
+
"string"
|
|
30741
30813
|
],
|
|
30742
30814
|
"description": "Icon component or emoji"
|
|
30743
30815
|
},
|
|
@@ -30830,7 +30902,8 @@
|
|
|
30830
30902
|
},
|
|
30831
30903
|
"icon": {
|
|
30832
30904
|
"types": [
|
|
30833
|
-
"
|
|
30905
|
+
"icon",
|
|
30906
|
+
"string"
|
|
30834
30907
|
]
|
|
30835
30908
|
},
|
|
30836
30909
|
"event": {
|
|
@@ -30889,7 +30962,8 @@
|
|
|
30889
30962
|
},
|
|
30890
30963
|
"icon": {
|
|
30891
30964
|
"types": [
|
|
30892
|
-
"
|
|
30965
|
+
"icon",
|
|
30966
|
+
"string"
|
|
30893
30967
|
]
|
|
30894
30968
|
},
|
|
30895
30969
|
"event": {
|
|
@@ -31016,7 +31090,7 @@
|
|
|
31016
31090
|
},
|
|
31017
31091
|
"coverImageUrl": {
|
|
31018
31092
|
"types": [
|
|
31019
|
-
"
|
|
31093
|
+
"asset"
|
|
31020
31094
|
],
|
|
31021
31095
|
"description": "coverImageUrl prop"
|
|
31022
31096
|
},
|
|
@@ -32256,7 +32330,7 @@
|
|
|
32256
32330
|
"description": "effectSpriteUrls prop",
|
|
32257
32331
|
"items": {
|
|
32258
32332
|
"types": [
|
|
32259
|
-
"
|
|
32333
|
+
"asset"
|
|
32260
32334
|
]
|
|
32261
32335
|
},
|
|
32262
32336
|
"default": []
|
|
@@ -32495,13 +32569,13 @@
|
|
|
32495
32569
|
},
|
|
32496
32570
|
"effectSpriteUrl": {
|
|
32497
32571
|
"types": [
|
|
32498
|
-
"
|
|
32572
|
+
"asset"
|
|
32499
32573
|
],
|
|
32500
32574
|
"description": "--- Remote asset loading ---"
|
|
32501
32575
|
},
|
|
32502
32576
|
"assetBaseUrl": {
|
|
32503
32577
|
"types": [
|
|
32504
|
-
"
|
|
32578
|
+
"asset"
|
|
32505
32579
|
],
|
|
32506
32580
|
"description": "Base URL for remote assets. Prepended to relative effectSpriteUrl paths."
|
|
32507
32581
|
},
|
|
@@ -32513,7 +32587,7 @@
|
|
|
32513
32587
|
"properties": {
|
|
32514
32588
|
"baseUrl": {
|
|
32515
32589
|
"types": [
|
|
32516
|
-
"
|
|
32590
|
+
"asset"
|
|
32517
32591
|
]
|
|
32518
32592
|
},
|
|
32519
32593
|
"particles": {
|
|
@@ -32873,12 +32947,12 @@
|
|
|
32873
32947
|
},
|
|
32874
32948
|
"sprite": {
|
|
32875
32949
|
"types": [
|
|
32876
|
-
"
|
|
32950
|
+
"asset"
|
|
32877
32951
|
]
|
|
32878
32952
|
},
|
|
32879
32953
|
"assetUrl": {
|
|
32880
32954
|
"types": [
|
|
32881
|
-
"
|
|
32955
|
+
"asset"
|
|
32882
32956
|
]
|
|
32883
32957
|
},
|
|
32884
32958
|
"color": {
|
|
@@ -32946,7 +33020,7 @@
|
|
|
32946
33020
|
},
|
|
32947
33021
|
"sprite": {
|
|
32948
33022
|
"types": [
|
|
32949
|
-
"
|
|
33023
|
+
"asset"
|
|
32950
33024
|
]
|
|
32951
33025
|
},
|
|
32952
33026
|
"unitType": {
|
|
@@ -33100,12 +33174,12 @@
|
|
|
33100
33174
|
},
|
|
33101
33175
|
"sprite": {
|
|
33102
33176
|
"types": [
|
|
33103
|
-
"
|
|
33177
|
+
"asset"
|
|
33104
33178
|
]
|
|
33105
33179
|
},
|
|
33106
33180
|
"assetUrl": {
|
|
33107
33181
|
"types": [
|
|
33108
|
-
"
|
|
33182
|
+
"asset"
|
|
33109
33183
|
]
|
|
33110
33184
|
},
|
|
33111
33185
|
"color": {
|
|
@@ -33223,12 +33297,12 @@
|
|
|
33223
33297
|
},
|
|
33224
33298
|
"sprite": {
|
|
33225
33299
|
"types": [
|
|
33226
|
-
"
|
|
33300
|
+
"asset"
|
|
33227
33301
|
]
|
|
33228
33302
|
},
|
|
33229
33303
|
"assetUrl": {
|
|
33230
33304
|
"types": [
|
|
33231
|
-
"
|
|
33305
|
+
"asset"
|
|
33232
33306
|
]
|
|
33233
33307
|
},
|
|
33234
33308
|
"color": {
|
|
@@ -33296,7 +33370,7 @@
|
|
|
33296
33370
|
},
|
|
33297
33371
|
"sprite": {
|
|
33298
33372
|
"types": [
|
|
33299
|
-
"
|
|
33373
|
+
"asset"
|
|
33300
33374
|
]
|
|
33301
33375
|
},
|
|
33302
33376
|
"unitType": {
|
|
@@ -33450,12 +33524,12 @@
|
|
|
33450
33524
|
},
|
|
33451
33525
|
"sprite": {
|
|
33452
33526
|
"types": [
|
|
33453
|
-
"
|
|
33527
|
+
"asset"
|
|
33454
33528
|
]
|
|
33455
33529
|
},
|
|
33456
33530
|
"assetUrl": {
|
|
33457
33531
|
"types": [
|
|
33458
|
-
"
|
|
33532
|
+
"asset"
|
|
33459
33533
|
]
|
|
33460
33534
|
},
|
|
33461
33535
|
"color": {
|
|
@@ -33573,12 +33647,12 @@
|
|
|
33573
33647
|
},
|
|
33574
33648
|
"sprite": {
|
|
33575
33649
|
"types": [
|
|
33576
|
-
"
|
|
33650
|
+
"asset"
|
|
33577
33651
|
]
|
|
33578
33652
|
},
|
|
33579
33653
|
"assetUrl": {
|
|
33580
33654
|
"types": [
|
|
33581
|
-
"
|
|
33655
|
+
"asset"
|
|
33582
33656
|
]
|
|
33583
33657
|
},
|
|
33584
33658
|
"color": {
|
|
@@ -33646,7 +33720,7 @@
|
|
|
33646
33720
|
},
|
|
33647
33721
|
"sprite": {
|
|
33648
33722
|
"types": [
|
|
33649
|
-
"
|
|
33723
|
+
"asset"
|
|
33650
33724
|
]
|
|
33651
33725
|
},
|
|
33652
33726
|
"unitType": {
|
|
@@ -33800,12 +33874,12 @@
|
|
|
33800
33874
|
},
|
|
33801
33875
|
"sprite": {
|
|
33802
33876
|
"types": [
|
|
33803
|
-
"
|
|
33877
|
+
"asset"
|
|
33804
33878
|
]
|
|
33805
33879
|
},
|
|
33806
33880
|
"assetUrl": {
|
|
33807
33881
|
"types": [
|
|
33808
|
-
"
|
|
33882
|
+
"asset"
|
|
33809
33883
|
]
|
|
33810
33884
|
},
|
|
33811
33885
|
"color": {
|
|
@@ -33923,12 +33997,12 @@
|
|
|
33923
33997
|
},
|
|
33924
33998
|
"sprite": {
|
|
33925
33999
|
"types": [
|
|
33926
|
-
"
|
|
34000
|
+
"asset"
|
|
33927
34001
|
]
|
|
33928
34002
|
},
|
|
33929
34003
|
"assetUrl": {
|
|
33930
34004
|
"types": [
|
|
33931
|
-
"
|
|
34005
|
+
"asset"
|
|
33932
34006
|
]
|
|
33933
34007
|
},
|
|
33934
34008
|
"color": {
|
|
@@ -33996,7 +34070,7 @@
|
|
|
33996
34070
|
},
|
|
33997
34071
|
"sprite": {
|
|
33998
34072
|
"types": [
|
|
33999
|
-
"
|
|
34073
|
+
"asset"
|
|
34000
34074
|
]
|
|
34001
34075
|
},
|
|
34002
34076
|
"unitType": {
|
|
@@ -34150,12 +34224,12 @@
|
|
|
34150
34224
|
},
|
|
34151
34225
|
"sprite": {
|
|
34152
34226
|
"types": [
|
|
34153
|
-
"
|
|
34227
|
+
"asset"
|
|
34154
34228
|
]
|
|
34155
34229
|
},
|
|
34156
34230
|
"assetUrl": {
|
|
34157
34231
|
"types": [
|
|
34158
|
-
"
|
|
34232
|
+
"asset"
|
|
34159
34233
|
]
|
|
34160
34234
|
},
|
|
34161
34235
|
"color": {
|
|
@@ -34247,12 +34321,12 @@
|
|
|
34247
34321
|
},
|
|
34248
34322
|
"sprite": {
|
|
34249
34323
|
"types": [
|
|
34250
|
-
"
|
|
34324
|
+
"asset"
|
|
34251
34325
|
]
|
|
34252
34326
|
},
|
|
34253
34327
|
"assetUrl": {
|
|
34254
34328
|
"types": [
|
|
34255
|
-
"
|
|
34329
|
+
"asset"
|
|
34256
34330
|
]
|
|
34257
34331
|
},
|
|
34258
34332
|
"color": {
|
|
@@ -34333,7 +34407,7 @@
|
|
|
34333
34407
|
},
|
|
34334
34408
|
"sprite": {
|
|
34335
34409
|
"types": [
|
|
34336
|
-
"
|
|
34410
|
+
"asset"
|
|
34337
34411
|
]
|
|
34338
34412
|
},
|
|
34339
34413
|
"unitType": {
|
|
@@ -34819,7 +34893,7 @@
|
|
|
34819
34893
|
},
|
|
34820
34894
|
"iconUrl": {
|
|
34821
34895
|
"types": [
|
|
34822
|
-
"
|
|
34896
|
+
"asset"
|
|
34823
34897
|
]
|
|
34824
34898
|
},
|
|
34825
34899
|
"stateMachine": {
|
|
@@ -34972,7 +35046,7 @@
|
|
|
34972
35046
|
},
|
|
34973
35047
|
"tooltipFrameUrl": {
|
|
34974
35048
|
"types": [
|
|
34975
|
-
"
|
|
35049
|
+
"asset"
|
|
34976
35050
|
],
|
|
34977
35051
|
"description": "Optional tooltip frame image URL"
|
|
34978
35052
|
},
|
|
@@ -35067,7 +35141,7 @@
|
|
|
35067
35141
|
},
|
|
35068
35142
|
"iconUrl": {
|
|
35069
35143
|
"types": [
|
|
35070
|
-
"
|
|
35144
|
+
"asset"
|
|
35071
35145
|
]
|
|
35072
35146
|
},
|
|
35073
35147
|
"stateMachine": {
|
|
@@ -35204,7 +35278,7 @@
|
|
|
35204
35278
|
},
|
|
35205
35279
|
"iconUrl": {
|
|
35206
35280
|
"types": [
|
|
35207
|
-
"
|
|
35281
|
+
"asset"
|
|
35208
35282
|
]
|
|
35209
35283
|
},
|
|
35210
35284
|
"stateMachine": {
|
|
@@ -35495,6 +35569,7 @@
|
|
|
35495
35569
|
"properties": {
|
|
35496
35570
|
"icon": {
|
|
35497
35571
|
"types": [
|
|
35572
|
+
"icon",
|
|
35498
35573
|
"string"
|
|
35499
35574
|
]
|
|
35500
35575
|
},
|
|
@@ -36356,7 +36431,7 @@
|
|
|
36356
36431
|
"description": "effectSpriteUrls prop",
|
|
36357
36432
|
"items": {
|
|
36358
36433
|
"types": [
|
|
36359
|
-
"
|
|
36434
|
+
"asset"
|
|
36360
36435
|
]
|
|
36361
36436
|
},
|
|
36362
36437
|
"default": []
|
|
@@ -37975,7 +38050,7 @@
|
|
|
37975
38050
|
},
|
|
37976
38051
|
"iconUrl": {
|
|
37977
38052
|
"types": [
|
|
37978
|
-
"
|
|
38053
|
+
"object"
|
|
37979
38054
|
]
|
|
37980
38055
|
},
|
|
37981
38056
|
"stateMachine": {
|
|
@@ -38281,7 +38356,7 @@
|
|
|
38281
38356
|
},
|
|
38282
38357
|
"iconUrl": {
|
|
38283
38358
|
"types": [
|
|
38284
|
-
"
|
|
38359
|
+
"object"
|
|
38285
38360
|
]
|
|
38286
38361
|
},
|
|
38287
38362
|
"stateMachine": {
|
|
@@ -38465,7 +38540,7 @@
|
|
|
38465
38540
|
},
|
|
38466
38541
|
"iconUrl": {
|
|
38467
38542
|
"types": [
|
|
38468
|
-
"
|
|
38543
|
+
"object"
|
|
38469
38544
|
]
|
|
38470
38545
|
},
|
|
38471
38546
|
"stateMachine": {
|
|
@@ -38605,7 +38680,7 @@
|
|
|
38605
38680
|
},
|
|
38606
38681
|
"iconUrl": {
|
|
38607
38682
|
"types": [
|
|
38608
|
-
"
|
|
38683
|
+
"object"
|
|
38609
38684
|
]
|
|
38610
38685
|
},
|
|
38611
38686
|
"stateMachine": {
|
|
@@ -39544,12 +39619,12 @@
|
|
|
39544
39619
|
},
|
|
39545
39620
|
"sprite": {
|
|
39546
39621
|
"types": [
|
|
39547
|
-
"
|
|
39622
|
+
"object"
|
|
39548
39623
|
]
|
|
39549
39624
|
},
|
|
39550
39625
|
"assetUrl": {
|
|
39551
39626
|
"types": [
|
|
39552
|
-
"
|
|
39627
|
+
"object"
|
|
39553
39628
|
]
|
|
39554
39629
|
},
|
|
39555
39630
|
"color": {
|
|
@@ -39633,12 +39708,12 @@
|
|
|
39633
39708
|
},
|
|
39634
39709
|
"sprite": {
|
|
39635
39710
|
"types": [
|
|
39636
|
-
"
|
|
39711
|
+
"object"
|
|
39637
39712
|
]
|
|
39638
39713
|
},
|
|
39639
39714
|
"assetUrl": {
|
|
39640
39715
|
"types": [
|
|
39641
|
-
"
|
|
39716
|
+
"object"
|
|
39642
39717
|
]
|
|
39643
39718
|
},
|
|
39644
39719
|
"color": {
|
|
@@ -39703,12 +39778,12 @@
|
|
|
39703
39778
|
},
|
|
39704
39779
|
"sprite": {
|
|
39705
39780
|
"types": [
|
|
39706
|
-
"
|
|
39781
|
+
"object"
|
|
39707
39782
|
]
|
|
39708
39783
|
},
|
|
39709
39784
|
"assetUrl": {
|
|
39710
39785
|
"types": [
|
|
39711
|
-
"
|
|
39786
|
+
"object"
|
|
39712
39787
|
]
|
|
39713
39788
|
},
|
|
39714
39789
|
"color": {
|
|
@@ -40631,7 +40706,7 @@
|
|
|
40631
40706
|
"properties": {
|
|
40632
40707
|
"src": {
|
|
40633
40708
|
"types": [
|
|
40634
|
-
"
|
|
40709
|
+
"asset"
|
|
40635
40710
|
]
|
|
40636
40711
|
},
|
|
40637
40712
|
"alt": {
|
|
@@ -40804,6 +40879,7 @@
|
|
|
40804
40879
|
},
|
|
40805
40880
|
"icon": {
|
|
40806
40881
|
"types": [
|
|
40882
|
+
"icon",
|
|
40807
40883
|
"string"
|
|
40808
40884
|
]
|
|
40809
40885
|
},
|
|
@@ -40893,6 +40969,7 @@
|
|
|
40893
40969
|
},
|
|
40894
40970
|
"icon": {
|
|
40895
40971
|
"types": [
|
|
40972
|
+
"icon",
|
|
40896
40973
|
"string"
|
|
40897
40974
|
]
|
|
40898
40975
|
},
|
|
@@ -40931,6 +41008,7 @@
|
|
|
40931
41008
|
},
|
|
40932
41009
|
"icon": {
|
|
40933
41010
|
"types": [
|
|
41011
|
+
"icon",
|
|
40934
41012
|
"string"
|
|
40935
41013
|
]
|
|
40936
41014
|
},
|
|
@@ -41163,6 +41241,7 @@
|
|
|
41163
41241
|
},
|
|
41164
41242
|
"icon": {
|
|
41165
41243
|
"types": [
|
|
41244
|
+
"icon",
|
|
41166
41245
|
"string"
|
|
41167
41246
|
]
|
|
41168
41247
|
}
|