@almadar/core 10.29.0 → 10.31.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/{builders-DcBjE_Uw.d.ts → builders-DDcCVboe.d.ts} +2567 -906
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +161 -17
- package/dist/builders.js.map +1 -1
- package/dist/factory/index.d.ts +5 -4
- package/dist/factory-runtime/index.d.ts +63 -18
- package/dist/factory-runtime/index.js +202 -94
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -9
- package/dist/index.js +1308 -592
- package/dist/index.js.map +1 -1
- package/dist/{pattern-types-JZordBZv.d.ts → pattern-types-VDIr2TkX.d.ts} +375 -48
- package/dist/patterns/component-mapping.json +13 -3
- package/dist/patterns/event-contracts.json +10 -3
- package/dist/patterns/index.d.ts +2167 -787
- package/dist/patterns/index.js +1063 -563
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +995 -554
- package/dist/patterns/registry.json +995 -554
- package/dist/{trait-B_CzfDSi.d.ts → trait-DE6VU4Cd.d.ts} +507 -128
- package/dist/types/index.d.ts +47 -19
- package/dist/types/index.js +222 -24
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CGC5A1-T.d.ts → types-DSfz2mr5.d.ts} +3 -59
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-07-
|
|
3
|
+
"exportedAt": "2026-07-21T09:54:57.379Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"types": [
|
|
706
706
|
"function"
|
|
707
707
|
],
|
|
708
|
-
"description": "renderItem
|
|
708
|
+
"description": "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
709
709
|
"kind": "callback",
|
|
710
710
|
"callbackArgs": [
|
|
711
711
|
{
|
|
@@ -875,15 +875,6 @@
|
|
|
875
875
|
],
|
|
876
876
|
"typicalSize": "medium",
|
|
877
877
|
"propsSchema": {
|
|
878
|
-
"entity": {
|
|
879
|
-
"types": [
|
|
880
|
-
"object",
|
|
881
|
-
"array"
|
|
882
|
-
],
|
|
883
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
884
|
-
"kind": "entity",
|
|
885
|
-
"cardinality": "collection"
|
|
886
|
-
},
|
|
887
878
|
"className": {
|
|
888
879
|
"types": [
|
|
889
880
|
"string"
|
|
@@ -987,6 +978,15 @@
|
|
|
987
978
|
]
|
|
988
979
|
}
|
|
989
980
|
},
|
|
981
|
+
"entity": {
|
|
982
|
+
"types": [
|
|
983
|
+
"object",
|
|
984
|
+
"array"
|
|
985
|
+
],
|
|
986
|
+
"description": "Entity data (single record or collection).",
|
|
987
|
+
"kind": "entity",
|
|
988
|
+
"cardinality": "collection"
|
|
989
|
+
},
|
|
990
990
|
"minCardWidth": {
|
|
991
991
|
"types": [
|
|
992
992
|
"number"
|
|
@@ -3520,7 +3520,8 @@
|
|
|
3520
3520
|
"category": "filter",
|
|
3521
3521
|
"tier": "molecules",
|
|
3522
3522
|
"family": "core",
|
|
3523
|
-
"description": "
|
|
3523
|
+
"description": "FilterGroup — a panel of filter controls that narrows a collection by field values.",
|
|
3524
|
+
"capabilities": "search refinement panel, facet filters, admin list filters, records filter sidebar, filter chips panel",
|
|
3524
3525
|
"suggestedFor": [
|
|
3525
3526
|
"list pages with filterable data"
|
|
3526
3527
|
],
|
|
@@ -3721,18 +3722,6 @@
|
|
|
3721
3722
|
"role": {
|
|
3722
3723
|
"types": [
|
|
3723
3724
|
"string"
|
|
3724
|
-
],
|
|
3725
|
-
"enumValues": [
|
|
3726
|
-
"player",
|
|
3727
|
-
"enemy",
|
|
3728
|
-
"npc",
|
|
3729
|
-
"item",
|
|
3730
|
-
"tile",
|
|
3731
|
-
"projectile",
|
|
3732
|
-
"effect",
|
|
3733
|
-
"ui",
|
|
3734
|
-
"decoration",
|
|
3735
|
-
"vehicle"
|
|
3736
3725
|
]
|
|
3737
3726
|
},
|
|
3738
3727
|
"category": {
|
|
@@ -3762,6 +3751,11 @@
|
|
|
3762
3751
|
"isometric"
|
|
3763
3752
|
]
|
|
3764
3753
|
},
|
|
3754
|
+
"variant": {
|
|
3755
|
+
"types": [
|
|
3756
|
+
"string"
|
|
3757
|
+
]
|
|
3758
|
+
},
|
|
3765
3759
|
"dimension": {
|
|
3766
3760
|
"types": [
|
|
3767
3761
|
"string"
|
|
@@ -3782,6 +3776,16 @@
|
|
|
3782
3776
|
"8:1"
|
|
3783
3777
|
]
|
|
3784
3778
|
},
|
|
3779
|
+
"atlas": {
|
|
3780
|
+
"types": [
|
|
3781
|
+
"asset"
|
|
3782
|
+
]
|
|
3783
|
+
},
|
|
3784
|
+
"sprite": {
|
|
3785
|
+
"types": [
|
|
3786
|
+
"string"
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3785
3789
|
"name": {
|
|
3786
3790
|
"types": [
|
|
3787
3791
|
"string"
|
|
@@ -3794,7 +3798,9 @@
|
|
|
3794
3798
|
}
|
|
3795
3799
|
},
|
|
3796
3800
|
"required": [
|
|
3797
|
-
"url"
|
|
3801
|
+
"url",
|
|
3802
|
+
"role",
|
|
3803
|
+
"category"
|
|
3798
3804
|
]
|
|
3799
3805
|
},
|
|
3800
3806
|
"badge": {
|
|
@@ -3873,18 +3879,6 @@
|
|
|
3873
3879
|
"role": {
|
|
3874
3880
|
"types": [
|
|
3875
3881
|
"string"
|
|
3876
|
-
],
|
|
3877
|
-
"enumValues": [
|
|
3878
|
-
"player",
|
|
3879
|
-
"enemy",
|
|
3880
|
-
"npc",
|
|
3881
|
-
"item",
|
|
3882
|
-
"tile",
|
|
3883
|
-
"projectile",
|
|
3884
|
-
"effect",
|
|
3885
|
-
"ui",
|
|
3886
|
-
"decoration",
|
|
3887
|
-
"vehicle"
|
|
3888
3882
|
]
|
|
3889
3883
|
},
|
|
3890
3884
|
"category": {
|
|
@@ -3914,6 +3908,11 @@
|
|
|
3914
3908
|
"isometric"
|
|
3915
3909
|
]
|
|
3916
3910
|
},
|
|
3911
|
+
"variant": {
|
|
3912
|
+
"types": [
|
|
3913
|
+
"string"
|
|
3914
|
+
]
|
|
3915
|
+
},
|
|
3917
3916
|
"dimension": {
|
|
3918
3917
|
"types": [
|
|
3919
3918
|
"string"
|
|
@@ -3934,6 +3933,16 @@
|
|
|
3934
3933
|
"8:1"
|
|
3935
3934
|
]
|
|
3936
3935
|
},
|
|
3936
|
+
"atlas": {
|
|
3937
|
+
"types": [
|
|
3938
|
+
"asset"
|
|
3939
|
+
]
|
|
3940
|
+
},
|
|
3941
|
+
"sprite": {
|
|
3942
|
+
"types": [
|
|
3943
|
+
"string"
|
|
3944
|
+
]
|
|
3945
|
+
},
|
|
3937
3946
|
"name": {
|
|
3938
3947
|
"types": [
|
|
3939
3948
|
"string"
|
|
@@ -3946,7 +3955,9 @@
|
|
|
3946
3955
|
}
|
|
3947
3956
|
},
|
|
3948
3957
|
"required": [
|
|
3949
|
-
"url"
|
|
3958
|
+
"url",
|
|
3959
|
+
"role",
|
|
3960
|
+
"category"
|
|
3950
3961
|
]
|
|
3951
3962
|
},
|
|
3952
3963
|
"badge": {
|
|
@@ -4222,7 +4233,7 @@
|
|
|
4222
4233
|
"types": [
|
|
4223
4234
|
"string"
|
|
4224
4235
|
],
|
|
4225
|
-
"description": "Declarative step click event — emits UI:{stepClickEvent} with { stepIndex }",
|
|
4236
|
+
"description": "Declarative step click event — emits UI:{stepClickEvent} with { stepIndex }. Setting it requires declaring that event (with a `{ stepIndex }` payload) and a transition handling it in the same trait; omit this prop for non-clickable progress indicators.",
|
|
4226
4237
|
"kind": "event-ref",
|
|
4227
4238
|
"emitPayloadSchema": [
|
|
4228
4239
|
{
|
|
@@ -5384,6 +5395,13 @@
|
|
|
5384
5395
|
"string"
|
|
5385
5396
|
],
|
|
5386
5397
|
"description": "className prop"
|
|
5398
|
+
},
|
|
5399
|
+
"fullPage": {
|
|
5400
|
+
"types": [
|
|
5401
|
+
"boolean"
|
|
5402
|
+
],
|
|
5403
|
+
"description": "Center over the whole viewport (fix: inset-0 overlay) instead of inline.",
|
|
5404
|
+
"default": false
|
|
5387
5405
|
}
|
|
5388
5406
|
}
|
|
5389
5407
|
},
|
|
@@ -5575,6 +5593,14 @@
|
|
|
5575
5593
|
"kind": "callback",
|
|
5576
5594
|
"callbackArgs": []
|
|
5577
5595
|
},
|
|
5596
|
+
"onExited": {
|
|
5597
|
+
"types": [
|
|
5598
|
+
"function"
|
|
5599
|
+
],
|
|
5600
|
+
"description": "Fires after the exit animation completes (the modal is about to unmount).",
|
|
5601
|
+
"kind": "callback",
|
|
5602
|
+
"callbackArgs": []
|
|
5603
|
+
},
|
|
5578
5604
|
"title": {
|
|
5579
5605
|
"types": [
|
|
5580
5606
|
"string"
|
|
@@ -6884,18 +6910,6 @@
|
|
|
6884
6910
|
"role": {
|
|
6885
6911
|
"types": [
|
|
6886
6912
|
"string"
|
|
6887
|
-
],
|
|
6888
|
-
"enumValues": [
|
|
6889
|
-
"player",
|
|
6890
|
-
"enemy",
|
|
6891
|
-
"npc",
|
|
6892
|
-
"item",
|
|
6893
|
-
"tile",
|
|
6894
|
-
"projectile",
|
|
6895
|
-
"effect",
|
|
6896
|
-
"ui",
|
|
6897
|
-
"decoration",
|
|
6898
|
-
"vehicle"
|
|
6899
6913
|
]
|
|
6900
6914
|
},
|
|
6901
6915
|
"category": {
|
|
@@ -6925,6 +6939,11 @@
|
|
|
6925
6939
|
"isometric"
|
|
6926
6940
|
]
|
|
6927
6941
|
},
|
|
6942
|
+
"variant": {
|
|
6943
|
+
"types": [
|
|
6944
|
+
"string"
|
|
6945
|
+
]
|
|
6946
|
+
},
|
|
6928
6947
|
"dimension": {
|
|
6929
6948
|
"types": [
|
|
6930
6949
|
"string"
|
|
@@ -6945,6 +6964,16 @@
|
|
|
6945
6964
|
"8:1"
|
|
6946
6965
|
]
|
|
6947
6966
|
},
|
|
6967
|
+
"atlas": {
|
|
6968
|
+
"types": [
|
|
6969
|
+
"asset"
|
|
6970
|
+
]
|
|
6971
|
+
},
|
|
6972
|
+
"sprite": {
|
|
6973
|
+
"types": [
|
|
6974
|
+
"string"
|
|
6975
|
+
]
|
|
6976
|
+
},
|
|
6948
6977
|
"name": {
|
|
6949
6978
|
"types": [
|
|
6950
6979
|
"string"
|
|
@@ -6957,7 +6986,9 @@
|
|
|
6957
6986
|
}
|
|
6958
6987
|
},
|
|
6959
6988
|
"propertyRequired": [
|
|
6960
|
-
"url"
|
|
6989
|
+
"url",
|
|
6990
|
+
"role",
|
|
6991
|
+
"category"
|
|
6961
6992
|
]
|
|
6962
6993
|
},
|
|
6963
6994
|
"action": {
|
|
@@ -7077,18 +7108,6 @@
|
|
|
7077
7108
|
"role": {
|
|
7078
7109
|
"types": [
|
|
7079
7110
|
"string"
|
|
7080
|
-
],
|
|
7081
|
-
"enumValues": [
|
|
7082
|
-
"player",
|
|
7083
|
-
"enemy",
|
|
7084
|
-
"npc",
|
|
7085
|
-
"item",
|
|
7086
|
-
"tile",
|
|
7087
|
-
"projectile",
|
|
7088
|
-
"effect",
|
|
7089
|
-
"ui",
|
|
7090
|
-
"decoration",
|
|
7091
|
-
"vehicle"
|
|
7092
7111
|
]
|
|
7093
7112
|
},
|
|
7094
7113
|
"category": {
|
|
@@ -7118,6 +7137,11 @@
|
|
|
7118
7137
|
"isometric"
|
|
7119
7138
|
]
|
|
7120
7139
|
},
|
|
7140
|
+
"variant": {
|
|
7141
|
+
"types": [
|
|
7142
|
+
"string"
|
|
7143
|
+
]
|
|
7144
|
+
},
|
|
7121
7145
|
"dimension": {
|
|
7122
7146
|
"types": [
|
|
7123
7147
|
"string"
|
|
@@ -7138,6 +7162,16 @@
|
|
|
7138
7162
|
"8:1"
|
|
7139
7163
|
]
|
|
7140
7164
|
},
|
|
7165
|
+
"atlas": {
|
|
7166
|
+
"types": [
|
|
7167
|
+
"asset"
|
|
7168
|
+
]
|
|
7169
|
+
},
|
|
7170
|
+
"sprite": {
|
|
7171
|
+
"types": [
|
|
7172
|
+
"string"
|
|
7173
|
+
]
|
|
7174
|
+
},
|
|
7141
7175
|
"name": {
|
|
7142
7176
|
"types": [
|
|
7143
7177
|
"string"
|
|
@@ -7150,7 +7184,9 @@
|
|
|
7150
7184
|
}
|
|
7151
7185
|
},
|
|
7152
7186
|
"propertyRequired": [
|
|
7153
|
-
"url"
|
|
7187
|
+
"url",
|
|
7188
|
+
"role",
|
|
7189
|
+
"category"
|
|
7154
7190
|
]
|
|
7155
7191
|
},
|
|
7156
7192
|
"onRemove": {
|
|
@@ -7671,7 +7707,7 @@
|
|
|
7671
7707
|
"types": [
|
|
7672
7708
|
"string"
|
|
7673
7709
|
],
|
|
7674
|
-
"description": "Input type
|
|
7710
|
+
"description": "Input type — selects the field's data mode. Use 'password' for masked credentials / secret / passphrase entry (there is no separate password pattern); 'email', 'tel', 'url', 'number', 'search', 'date', and 'time' for their respective values; and 'select' / 'textarea' for choice and multi-line entry in addition to the standard single-line types.",
|
|
7675
7711
|
"enumValues": [
|
|
7676
7712
|
"text",
|
|
7677
7713
|
"email",
|
|
@@ -8891,7 +8927,8 @@
|
|
|
8891
8927
|
"category": "form",
|
|
8892
8928
|
"tier": "molecules",
|
|
8893
8929
|
"family": "core",
|
|
8894
|
-
"description": "
|
|
8930
|
+
"description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries.",
|
|
8931
|
+
"capabilities": "dynamic line items, repeatable field group, add/remove entry rows, multi-entry form block",
|
|
8895
8932
|
"suggestedFor": [
|
|
8896
8933
|
"repeating fields",
|
|
8897
8934
|
"dynamic forms",
|
|
@@ -8949,7 +8986,7 @@
|
|
|
8949
8986
|
"types": [
|
|
8950
8987
|
"function"
|
|
8951
8988
|
],
|
|
8952
|
-
"description": "Render function for each item",
|
|
8989
|
+
"description": "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
8953
8990
|
"required": true,
|
|
8954
8991
|
"kind": "callback",
|
|
8955
8992
|
"callbackArgs": [
|
|
@@ -9791,133 +9828,184 @@
|
|
|
9791
9828
|
],
|
|
9792
9829
|
"typicalSize": "medium",
|
|
9793
9830
|
"propsSchema": {
|
|
9794
|
-
"
|
|
9831
|
+
"children": {
|
|
9795
9832
|
"types": [
|
|
9796
|
-
"
|
|
9833
|
+
"node"
|
|
9797
9834
|
],
|
|
9798
|
-
"description": "
|
|
9835
|
+
"description": "Button group content (Button components) - use this OR primary/secondary"
|
|
9799
9836
|
},
|
|
9800
|
-
"
|
|
9801
|
-
"types": [
|
|
9802
|
-
"boolean"
|
|
9803
|
-
],
|
|
9804
|
-
"description": "Loading state indicator"
|
|
9805
|
-
},
|
|
9806
|
-
"error": {
|
|
9837
|
+
"primary": {
|
|
9807
9838
|
"types": [
|
|
9808
9839
|
"object"
|
|
9809
9840
|
],
|
|
9810
|
-
"description": "
|
|
9841
|
+
"description": "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects",
|
|
9811
9842
|
"properties": {
|
|
9812
|
-
"
|
|
9843
|
+
"label": {
|
|
9813
9844
|
"types": [
|
|
9814
9845
|
"string"
|
|
9815
9846
|
]
|
|
9816
9847
|
},
|
|
9817
|
-
"
|
|
9848
|
+
"actionType": {
|
|
9818
9849
|
"types": [
|
|
9819
9850
|
"string"
|
|
9820
9851
|
]
|
|
9821
9852
|
},
|
|
9822
|
-
"
|
|
9853
|
+
"event": {
|
|
9823
9854
|
"types": [
|
|
9824
9855
|
"string"
|
|
9825
9856
|
]
|
|
9826
9857
|
},
|
|
9827
|
-
"
|
|
9858
|
+
"navigatesTo": {
|
|
9859
|
+
"types": [
|
|
9860
|
+
"string"
|
|
9861
|
+
]
|
|
9862
|
+
},
|
|
9863
|
+
"variant": {
|
|
9828
9864
|
"types": [
|
|
9829
9865
|
"string"
|
|
9830
9866
|
]
|
|
9831
9867
|
}
|
|
9832
9868
|
},
|
|
9833
9869
|
"propertyRequired": [
|
|
9834
|
-
"
|
|
9870
|
+
"label"
|
|
9835
9871
|
]
|
|
9836
9872
|
},
|
|
9837
|
-
"
|
|
9873
|
+
"secondary": {
|
|
9838
9874
|
"types": [
|
|
9839
|
-
"
|
|
9875
|
+
"array"
|
|
9840
9876
|
],
|
|
9841
|
-
"description": "
|
|
9877
|
+
"description": "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
9878
|
+
"items": {
|
|
9879
|
+
"types": [
|
|
9880
|
+
"object"
|
|
9881
|
+
],
|
|
9882
|
+
"properties": {
|
|
9883
|
+
"label": {
|
|
9884
|
+
"types": [
|
|
9885
|
+
"string"
|
|
9886
|
+
]
|
|
9887
|
+
},
|
|
9888
|
+
"actionType": {
|
|
9889
|
+
"types": [
|
|
9890
|
+
"string"
|
|
9891
|
+
]
|
|
9892
|
+
},
|
|
9893
|
+
"event": {
|
|
9894
|
+
"types": [
|
|
9895
|
+
"string"
|
|
9896
|
+
]
|
|
9897
|
+
},
|
|
9898
|
+
"navigatesTo": {
|
|
9899
|
+
"types": [
|
|
9900
|
+
"string"
|
|
9901
|
+
]
|
|
9902
|
+
},
|
|
9903
|
+
"variant": {
|
|
9904
|
+
"types": [
|
|
9905
|
+
"string"
|
|
9906
|
+
]
|
|
9907
|
+
}
|
|
9908
|
+
},
|
|
9909
|
+
"required": [
|
|
9910
|
+
"label"
|
|
9911
|
+
]
|
|
9912
|
+
}
|
|
9842
9913
|
},
|
|
9843
|
-
"
|
|
9914
|
+
"variant": {
|
|
9844
9915
|
"types": [
|
|
9845
9916
|
"string"
|
|
9846
9917
|
],
|
|
9847
|
-
"description": "
|
|
9918
|
+
"description": "Visual variant",
|
|
9848
9919
|
"enumValues": [
|
|
9849
|
-
"
|
|
9850
|
-
"
|
|
9851
|
-
|
|
9852
|
-
},
|
|
9853
|
-
"searchValue": {
|
|
9854
|
-
"types": [
|
|
9855
|
-
"string"
|
|
9920
|
+
"default",
|
|
9921
|
+
"segmented",
|
|
9922
|
+
"toggle"
|
|
9856
9923
|
],
|
|
9857
|
-
"
|
|
9924
|
+
"default": "default"
|
|
9858
9925
|
},
|
|
9859
|
-
"
|
|
9926
|
+
"orientation": {
|
|
9860
9927
|
"types": [
|
|
9861
|
-
"
|
|
9928
|
+
"string"
|
|
9862
9929
|
],
|
|
9863
|
-
"description": "
|
|
9864
|
-
|
|
9865
|
-
|
|
9866
|
-
|
|
9867
|
-
"number"
|
|
9930
|
+
"description": "Orientation",
|
|
9931
|
+
"enumValues": [
|
|
9932
|
+
"horizontal",
|
|
9933
|
+
"vertical"
|
|
9868
9934
|
],
|
|
9869
|
-
"
|
|
9935
|
+
"default": "horizontal"
|
|
9870
9936
|
},
|
|
9871
|
-
"
|
|
9937
|
+
"className": {
|
|
9872
9938
|
"types": [
|
|
9873
|
-
"
|
|
9939
|
+
"string"
|
|
9874
9940
|
],
|
|
9875
|
-
"description": "
|
|
9941
|
+
"description": "Additional CSS classes"
|
|
9876
9942
|
},
|
|
9877
|
-
"
|
|
9943
|
+
"entity": {
|
|
9878
9944
|
"types": [
|
|
9879
|
-
"
|
|
9945
|
+
"string"
|
|
9880
9946
|
],
|
|
9881
|
-
"description": "
|
|
9947
|
+
"description": "Entity type for filter-group pattern (schema metadata)"
|
|
9882
9948
|
},
|
|
9883
|
-
"
|
|
9949
|
+
"filters": {
|
|
9884
9950
|
"types": [
|
|
9885
9951
|
"array"
|
|
9886
9952
|
],
|
|
9887
|
-
"description": "
|
|
9953
|
+
"description": "Filter definitions for filter-group pattern",
|
|
9888
9954
|
"items": {
|
|
9889
9955
|
"types": [
|
|
9890
|
-
"
|
|
9891
|
-
|
|
9956
|
+
"object"
|
|
9957
|
+
],
|
|
9958
|
+
"properties": {
|
|
9959
|
+
"field": {
|
|
9960
|
+
"types": [
|
|
9961
|
+
"string"
|
|
9962
|
+
]
|
|
9963
|
+
},
|
|
9964
|
+
"label": {
|
|
9965
|
+
"types": [
|
|
9966
|
+
"string"
|
|
9967
|
+
]
|
|
9968
|
+
},
|
|
9969
|
+
"type": {
|
|
9970
|
+
"types": [
|
|
9971
|
+
"string"
|
|
9972
|
+
],
|
|
9973
|
+
"enumValues": [
|
|
9974
|
+
"checkbox",
|
|
9975
|
+
"select",
|
|
9976
|
+
"toggle"
|
|
9977
|
+
]
|
|
9978
|
+
},
|
|
9979
|
+
"options": {
|
|
9980
|
+
"types": [
|
|
9981
|
+
"array"
|
|
9982
|
+
],
|
|
9983
|
+
"items": {
|
|
9984
|
+
"types": [
|
|
9985
|
+
"string"
|
|
9986
|
+
]
|
|
9987
|
+
}
|
|
9988
|
+
}
|
|
9989
|
+
},
|
|
9990
|
+
"required": [
|
|
9991
|
+
"field",
|
|
9992
|
+
"label"
|
|
9892
9993
|
]
|
|
9893
9994
|
}
|
|
9894
9995
|
},
|
|
9895
|
-
"
|
|
9896
|
-
"types": [
|
|
9897
|
-
"node"
|
|
9898
|
-
],
|
|
9899
|
-
"description": "children prop",
|
|
9900
|
-
"required": true
|
|
9901
|
-
},
|
|
9902
|
-
"sticky": {
|
|
9903
|
-
"types": [
|
|
9904
|
-
"boolean"
|
|
9905
|
-
],
|
|
9906
|
-
"description": "Sticky at bottom",
|
|
9907
|
-
"default": false
|
|
9908
|
-
},
|
|
9909
|
-
"align": {
|
|
9996
|
+
"look": {
|
|
9910
9997
|
"types": [
|
|
9911
9998
|
"string"
|
|
9912
9999
|
],
|
|
9913
|
-
"description": "
|
|
10000
|
+
"description": "Layer 2 visual treatment for the action-cluster (form-actions) pattern.",
|
|
9914
10001
|
"enumValues": [
|
|
9915
|
-
"
|
|
9916
|
-
"
|
|
9917
|
-
"
|
|
9918
|
-
"
|
|
10002
|
+
"right-aligned-buttons",
|
|
10003
|
+
"floating-bar",
|
|
10004
|
+
"inline-row",
|
|
10005
|
+
"dropdown-menu",
|
|
10006
|
+
"command-palette-trigger"
|
|
9919
10007
|
],
|
|
9920
|
-
"default": "right"
|
|
10008
|
+
"default": "right-aligned-buttons"
|
|
9921
10009
|
}
|
|
9922
10010
|
}
|
|
9923
10011
|
},
|
|
@@ -10385,7 +10473,7 @@
|
|
|
10385
10473
|
"types": [
|
|
10386
10474
|
"string"
|
|
10387
10475
|
],
|
|
10388
|
-
"description": "Input type
|
|
10476
|
+
"description": "Input type — selects the field's data mode. Use 'password' for masked credentials / secret / passphrase entry (there is no separate password pattern); 'email', 'tel', 'url', 'number', 'search', 'date', and 'time' for their respective values; and 'select' / 'textarea' for choice and multi-line entry in addition to the standard single-line types.",
|
|
10389
10477
|
"enumValues": [
|
|
10390
10478
|
"text",
|
|
10391
10479
|
"email",
|
|
@@ -12858,18 +12946,6 @@
|
|
|
12858
12946
|
"role": {
|
|
12859
12947
|
"types": [
|
|
12860
12948
|
"string"
|
|
12861
|
-
],
|
|
12862
|
-
"enumValues": [
|
|
12863
|
-
"player",
|
|
12864
|
-
"enemy",
|
|
12865
|
-
"npc",
|
|
12866
|
-
"item",
|
|
12867
|
-
"tile",
|
|
12868
|
-
"projectile",
|
|
12869
|
-
"effect",
|
|
12870
|
-
"ui",
|
|
12871
|
-
"decoration",
|
|
12872
|
-
"vehicle"
|
|
12873
12949
|
]
|
|
12874
12950
|
},
|
|
12875
12951
|
"category": {
|
|
@@ -12899,6 +12975,11 @@
|
|
|
12899
12975
|
"isometric"
|
|
12900
12976
|
]
|
|
12901
12977
|
},
|
|
12978
|
+
"variant": {
|
|
12979
|
+
"types": [
|
|
12980
|
+
"string"
|
|
12981
|
+
]
|
|
12982
|
+
},
|
|
12902
12983
|
"dimension": {
|
|
12903
12984
|
"types": [
|
|
12904
12985
|
"string"
|
|
@@ -12919,6 +13000,16 @@
|
|
|
12919
13000
|
"8:1"
|
|
12920
13001
|
]
|
|
12921
13002
|
},
|
|
13003
|
+
"atlas": {
|
|
13004
|
+
"types": [
|
|
13005
|
+
"asset"
|
|
13006
|
+
]
|
|
13007
|
+
},
|
|
13008
|
+
"sprite": {
|
|
13009
|
+
"types": [
|
|
13010
|
+
"string"
|
|
13011
|
+
]
|
|
13012
|
+
},
|
|
12922
13013
|
"name": {
|
|
12923
13014
|
"types": [
|
|
12924
13015
|
"string"
|
|
@@ -12931,14 +13022,16 @@
|
|
|
12931
13022
|
}
|
|
12932
13023
|
},
|
|
12933
13024
|
"propertyRequired": [
|
|
12934
|
-
"url"
|
|
13025
|
+
"url",
|
|
13026
|
+
"role",
|
|
13027
|
+
"category"
|
|
12935
13028
|
]
|
|
12936
13029
|
},
|
|
12937
13030
|
"hudBackgroundAsset": {
|
|
12938
13031
|
"types": [
|
|
12939
13032
|
"object"
|
|
12940
13033
|
],
|
|
12941
|
-
"description": "9-sliced panel
|
|
13034
|
+
"description": "Per-call-site 9-sliced panel override. Chrome normally comes from the active theme; most callers leave this unset.",
|
|
12942
13035
|
"properties": {
|
|
12943
13036
|
"url": {
|
|
12944
13037
|
"types": [
|
|
@@ -12948,18 +13041,6 @@
|
|
|
12948
13041
|
"role": {
|
|
12949
13042
|
"types": [
|
|
12950
13043
|
"string"
|
|
12951
|
-
],
|
|
12952
|
-
"enumValues": [
|
|
12953
|
-
"player",
|
|
12954
|
-
"enemy",
|
|
12955
|
-
"npc",
|
|
12956
|
-
"item",
|
|
12957
|
-
"tile",
|
|
12958
|
-
"projectile",
|
|
12959
|
-
"effect",
|
|
12960
|
-
"ui",
|
|
12961
|
-
"decoration",
|
|
12962
|
-
"vehicle"
|
|
12963
13044
|
]
|
|
12964
13045
|
},
|
|
12965
13046
|
"category": {
|
|
@@ -12989,6 +13070,11 @@
|
|
|
12989
13070
|
"isometric"
|
|
12990
13071
|
]
|
|
12991
13072
|
},
|
|
13073
|
+
"variant": {
|
|
13074
|
+
"types": [
|
|
13075
|
+
"string"
|
|
13076
|
+
]
|
|
13077
|
+
},
|
|
12992
13078
|
"dimension": {
|
|
12993
13079
|
"types": [
|
|
12994
13080
|
"string"
|
|
@@ -13009,6 +13095,16 @@
|
|
|
13009
13095
|
"8:1"
|
|
13010
13096
|
]
|
|
13011
13097
|
},
|
|
13098
|
+
"atlas": {
|
|
13099
|
+
"types": [
|
|
13100
|
+
"asset"
|
|
13101
|
+
]
|
|
13102
|
+
},
|
|
13103
|
+
"sprite": {
|
|
13104
|
+
"types": [
|
|
13105
|
+
"string"
|
|
13106
|
+
]
|
|
13107
|
+
},
|
|
13012
13108
|
"name": {
|
|
13013
13109
|
"types": [
|
|
13014
13110
|
"string"
|
|
@@ -13021,7 +13117,9 @@
|
|
|
13021
13117
|
}
|
|
13022
13118
|
},
|
|
13023
13119
|
"propertyRequired": [
|
|
13024
|
-
"url"
|
|
13120
|
+
"url",
|
|
13121
|
+
"role",
|
|
13122
|
+
"category"
|
|
13025
13123
|
]
|
|
13026
13124
|
},
|
|
13027
13125
|
"fontFamily": {
|
|
@@ -13030,6 +13128,12 @@
|
|
|
13030
13128
|
],
|
|
13031
13129
|
"description": "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13032
13130
|
"default": "future"
|
|
13131
|
+
},
|
|
13132
|
+
"data-theme": {
|
|
13133
|
+
"types": [
|
|
13134
|
+
"string"
|
|
13135
|
+
],
|
|
13136
|
+
"description": "Scopes an `@almadar/ui` theme (e.g. \"game-sci-fi-dark\") to this shell's subtree."
|
|
13033
13137
|
}
|
|
13034
13138
|
}
|
|
13035
13139
|
},
|
|
@@ -14083,7 +14187,8 @@
|
|
|
14083
14187
|
"category": "form",
|
|
14084
14188
|
"tier": "molecules",
|
|
14085
14189
|
"family": "core",
|
|
14086
|
-
"description": "
|
|
14190
|
+
"description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials.",
|
|
14191
|
+
"capabilities": "e-signature capture, sign-here field, consent signature, initial-here field, wet-signature substitute",
|
|
14087
14192
|
"suggestedFor": [
|
|
14088
14193
|
"form signing",
|
|
14089
14194
|
"approval workflows",
|
|
@@ -14488,6 +14593,11 @@
|
|
|
14488
14593
|
"number"
|
|
14489
14594
|
]
|
|
14490
14595
|
},
|
|
14596
|
+
"badge": {
|
|
14597
|
+
"types": [
|
|
14598
|
+
"number"
|
|
14599
|
+
]
|
|
14600
|
+
},
|
|
14491
14601
|
"x": {
|
|
14492
14602
|
"types": [
|
|
14493
14603
|
"number"
|
|
@@ -14508,7 +14618,7 @@
|
|
|
14508
14618
|
"types": [
|
|
14509
14619
|
"array"
|
|
14510
14620
|
],
|
|
14511
|
-
"description": "Graph edges",
|
|
14621
|
+
"description": "Graph edges (the only rendered links)",
|
|
14512
14622
|
"items": {
|
|
14513
14623
|
"types": [
|
|
14514
14624
|
"object"
|
|
@@ -14546,6 +14656,39 @@
|
|
|
14546
14656
|
]
|
|
14547
14657
|
}
|
|
14548
14658
|
},
|
|
14659
|
+
"similarity": {
|
|
14660
|
+
"types": [
|
|
14661
|
+
"array"
|
|
14662
|
+
],
|
|
14663
|
+
"description": "All-pairs similarity (cosine 0–1) used ONLY for layout, never drawn. It is the secondary macro-layout: non-connected pairs get a weak spring (higher cosine ⇒ closer) so clusters arrange relative to each other; drawn `edges` stay the primary tight structure. When omitted, edges alone drive the layout.",
|
|
14664
|
+
"items": {
|
|
14665
|
+
"types": [
|
|
14666
|
+
"object"
|
|
14667
|
+
],
|
|
14668
|
+
"properties": {
|
|
14669
|
+
"source": {
|
|
14670
|
+
"types": [
|
|
14671
|
+
"string"
|
|
14672
|
+
]
|
|
14673
|
+
},
|
|
14674
|
+
"target": {
|
|
14675
|
+
"types": [
|
|
14676
|
+
"string"
|
|
14677
|
+
]
|
|
14678
|
+
},
|
|
14679
|
+
"weight": {
|
|
14680
|
+
"types": [
|
|
14681
|
+
"number"
|
|
14682
|
+
]
|
|
14683
|
+
}
|
|
14684
|
+
},
|
|
14685
|
+
"required": [
|
|
14686
|
+
"source",
|
|
14687
|
+
"target",
|
|
14688
|
+
"weight"
|
|
14689
|
+
]
|
|
14690
|
+
}
|
|
14691
|
+
},
|
|
14549
14692
|
"height": {
|
|
14550
14693
|
"types": [
|
|
14551
14694
|
"number"
|
|
@@ -14655,6 +14798,11 @@
|
|
|
14655
14798
|
"number"
|
|
14656
14799
|
]
|
|
14657
14800
|
},
|
|
14801
|
+
"badge": {
|
|
14802
|
+
"types": [
|
|
14803
|
+
"number"
|
|
14804
|
+
]
|
|
14805
|
+
},
|
|
14658
14806
|
"x": {
|
|
14659
14807
|
"types": [
|
|
14660
14808
|
"number"
|
|
@@ -14713,6 +14861,74 @@
|
|
|
14713
14861
|
"number"
|
|
14714
14862
|
]
|
|
14715
14863
|
},
|
|
14864
|
+
"badge": {
|
|
14865
|
+
"types": [
|
|
14866
|
+
"number"
|
|
14867
|
+
]
|
|
14868
|
+
},
|
|
14869
|
+
"x": {
|
|
14870
|
+
"types": [
|
|
14871
|
+
"number"
|
|
14872
|
+
]
|
|
14873
|
+
},
|
|
14874
|
+
"y": {
|
|
14875
|
+
"types": [
|
|
14876
|
+
"number"
|
|
14877
|
+
]
|
|
14878
|
+
}
|
|
14879
|
+
},
|
|
14880
|
+
"required": [
|
|
14881
|
+
"id"
|
|
14882
|
+
]
|
|
14883
|
+
}
|
|
14884
|
+
}
|
|
14885
|
+
]
|
|
14886
|
+
},
|
|
14887
|
+
"onBadgeClick": {
|
|
14888
|
+
"types": [
|
|
14889
|
+
"function"
|
|
14890
|
+
],
|
|
14891
|
+
"description": "On node badge click (e.g. to expand a merged cluster).",
|
|
14892
|
+
"kind": "callback",
|
|
14893
|
+
"callbackArgs": [
|
|
14894
|
+
{
|
|
14895
|
+
"name": "node",
|
|
14896
|
+
"type": "object",
|
|
14897
|
+
"schema": {
|
|
14898
|
+
"types": [
|
|
14899
|
+
"object"
|
|
14900
|
+
],
|
|
14901
|
+
"properties": {
|
|
14902
|
+
"id": {
|
|
14903
|
+
"types": [
|
|
14904
|
+
"string"
|
|
14905
|
+
]
|
|
14906
|
+
},
|
|
14907
|
+
"label": {
|
|
14908
|
+
"types": [
|
|
14909
|
+
"string"
|
|
14910
|
+
]
|
|
14911
|
+
},
|
|
14912
|
+
"group": {
|
|
14913
|
+
"types": [
|
|
14914
|
+
"string"
|
|
14915
|
+
]
|
|
14916
|
+
},
|
|
14917
|
+
"color": {
|
|
14918
|
+
"types": [
|
|
14919
|
+
"string"
|
|
14920
|
+
]
|
|
14921
|
+
},
|
|
14922
|
+
"size": {
|
|
14923
|
+
"types": [
|
|
14924
|
+
"number"
|
|
14925
|
+
]
|
|
14926
|
+
},
|
|
14927
|
+
"badge": {
|
|
14928
|
+
"types": [
|
|
14929
|
+
"number"
|
|
14930
|
+
]
|
|
14931
|
+
},
|
|
14716
14932
|
"x": {
|
|
14717
14933
|
"types": [
|
|
14718
14934
|
"number"
|
|
@@ -14949,7 +15165,8 @@
|
|
|
14949
15165
|
"category": "component",
|
|
14950
15166
|
"tier": "molecules",
|
|
14951
15167
|
"family": "core",
|
|
14952
|
-
"description": "QuizBlock
|
|
15168
|
+
"description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback.",
|
|
15169
|
+
"capabilities": "multiple-choice quiz, test question, exam item, assessment question, knowledge check, trivia question",
|
|
14953
15170
|
"suggestedFor": [
|
|
14954
15171
|
"quiz",
|
|
14955
15172
|
"block",
|
|
@@ -16201,7 +16418,8 @@
|
|
|
16201
16418
|
"category": "display",
|
|
16202
16419
|
"tier": "molecules",
|
|
16203
16420
|
"family": "core",
|
|
16204
|
-
"description": "FlipCard
|
|
16421
|
+
"description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
|
|
16422
|
+
"capabilities": "flashcard, study deck, spaced-repetition review card, memorization drill, quiz reveal card, question/answer card, before/after reveal, term-and-definition card",
|
|
16205
16423
|
"suggestedFor": [
|
|
16206
16424
|
"flip",
|
|
16207
16425
|
"card",
|
|
@@ -16658,7 +16876,8 @@
|
|
|
16658
16876
|
"category": "display",
|
|
16659
16877
|
"tier": "molecules",
|
|
16660
16878
|
"family": "core",
|
|
16661
|
-
"description": "DataGrid
|
|
16879
|
+
"description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
16880
|
+
"capabilities": "admin table, records grid, user list, CRUD list, manage-records view, spreadsheet-style data grid, sortable columns",
|
|
16662
16881
|
"suggestedFor": [
|
|
16663
16882
|
"data",
|
|
16664
16883
|
"grid",
|
|
@@ -16728,7 +16947,7 @@
|
|
|
16728
16947
|
"types": [
|
|
16729
16948
|
"array"
|
|
16730
16949
|
],
|
|
16731
|
-
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
16950
|
+
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/core/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
16732
16951
|
"items": {
|
|
16733
16952
|
"types": [
|
|
16734
16953
|
"object"
|
|
@@ -17060,7 +17279,7 @@
|
|
|
17060
17279
|
"types": [
|
|
17061
17280
|
"function"
|
|
17062
17281
|
],
|
|
17063
|
-
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop.",
|
|
17282
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. In .lolo, author the per-item renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
17064
17283
|
"kind": "callback",
|
|
17065
17284
|
"callbackArgs": [
|
|
17066
17285
|
{
|
|
@@ -17173,7 +17392,7 @@
|
|
|
17173
17392
|
"types": [
|
|
17174
17393
|
"array"
|
|
17175
17394
|
],
|
|
17176
|
-
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
17395
|
+
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/core/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
17177
17396
|
"items": {
|
|
17178
17397
|
"types": [
|
|
17179
17398
|
"object"
|
|
@@ -17577,7 +17796,7 @@
|
|
|
17577
17796
|
"types": [
|
|
17578
17797
|
"function"
|
|
17579
17798
|
],
|
|
17580
|
-
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop.",
|
|
17799
|
+
"description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. In .lolo, author the per-item renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
17581
17800
|
"kind": "callback",
|
|
17582
17801
|
"callbackArgs": [
|
|
17583
17802
|
{
|
|
@@ -18607,6 +18826,12 @@
|
|
|
18607
18826
|
],
|
|
18608
18827
|
"description": "Text to display after the number"
|
|
18609
18828
|
},
|
|
18829
|
+
"format": {
|
|
18830
|
+
"types": [
|
|
18831
|
+
"string"
|
|
18832
|
+
],
|
|
18833
|
+
"description": "Display format: \"number\" (locale grouping), \"currency\" ($x.xx), \"percent\" (rounded %). Unset preserves the value's own decimals."
|
|
18834
|
+
},
|
|
18610
18835
|
"className": {
|
|
18611
18836
|
"types": [
|
|
18612
18837
|
"string"
|
|
@@ -18793,7 +19018,7 @@
|
|
|
18793
19018
|
"types": [
|
|
18794
19019
|
"function"
|
|
18795
19020
|
],
|
|
18796
|
-
"description": "Render function for each slide",
|
|
19021
|
+
"description": "Render function for each slide. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
18797
19022
|
"kind": "callback",
|
|
18798
19023
|
"callbackArgs": [
|
|
18799
19024
|
{
|
|
@@ -18944,7 +19169,8 @@
|
|
|
18944
19169
|
"category": "display",
|
|
18945
19170
|
"tier": "molecules",
|
|
18946
19171
|
"family": "core",
|
|
18947
|
-
"description": "SortableList
|
|
19172
|
+
"description": "SortableList — a drag-and-drop reorderable list of items.",
|
|
19173
|
+
"capabilities": "checklist, task list, to-do list, priority list, ranked list, drag-to-reorder queue",
|
|
18948
19174
|
"suggestedFor": [
|
|
18949
19175
|
"sortable",
|
|
18950
19176
|
"list",
|
|
@@ -18966,7 +19192,7 @@
|
|
|
18966
19192
|
"types": [
|
|
18967
19193
|
"function"
|
|
18968
19194
|
],
|
|
18969
|
-
"description": "renderItem
|
|
19195
|
+
"description": "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
18970
19196
|
"required": true,
|
|
18971
19197
|
"kind": "callback",
|
|
18972
19198
|
"callbackArgs": [
|
|
@@ -19551,7 +19777,8 @@
|
|
|
19551
19777
|
"category": "display",
|
|
19552
19778
|
"tier": "molecules",
|
|
19553
19779
|
"family": "marketing",
|
|
19554
|
-
"description": "CaseStudyCard
|
|
19780
|
+
"description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link.",
|
|
19781
|
+
"capabilities": "customer story, success story, client story card, results showcase, proof-point card",
|
|
19555
19782
|
"suggestedFor": [
|
|
19556
19783
|
"case",
|
|
19557
19784
|
"study",
|
|
@@ -19710,7 +19937,8 @@
|
|
|
19710
19937
|
"category": "display",
|
|
19711
19938
|
"tier": "molecules",
|
|
19712
19939
|
"family": "marketing",
|
|
19713
|
-
"description": "FeatureCard
|
|
19940
|
+
"description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature.",
|
|
19941
|
+
"capabilities": "feature highlight, benefit callout, product capability card, feature-grid tile",
|
|
19714
19942
|
"suggestedFor": [
|
|
19715
19943
|
"feature",
|
|
19716
19944
|
"card",
|
|
@@ -20118,7 +20346,8 @@
|
|
|
20118
20346
|
"category": "display",
|
|
20119
20347
|
"tier": "molecules",
|
|
20120
20348
|
"family": "marketing",
|
|
20121
|
-
"description": "PricingCard
|
|
20349
|
+
"description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action.",
|
|
20350
|
+
"capabilities": "pricing tier, plan card, subscription tier, plan comparison card, price plan",
|
|
20122
20351
|
"suggestedFor": [
|
|
20123
20352
|
"pricing",
|
|
20124
20353
|
"card",
|
|
@@ -25850,18 +26079,6 @@
|
|
|
25850
26079
|
"role": {
|
|
25851
26080
|
"types": [
|
|
25852
26081
|
"string"
|
|
25853
|
-
],
|
|
25854
|
-
"enumValues": [
|
|
25855
|
-
"player",
|
|
25856
|
-
"enemy",
|
|
25857
|
-
"npc",
|
|
25858
|
-
"item",
|
|
25859
|
-
"tile",
|
|
25860
|
-
"projectile",
|
|
25861
|
-
"effect",
|
|
25862
|
-
"ui",
|
|
25863
|
-
"decoration",
|
|
25864
|
-
"vehicle"
|
|
25865
26082
|
]
|
|
25866
26083
|
},
|
|
25867
26084
|
"category": {
|
|
@@ -25891,6 +26108,11 @@
|
|
|
25891
26108
|
"isometric"
|
|
25892
26109
|
]
|
|
25893
26110
|
},
|
|
26111
|
+
"variant": {
|
|
26112
|
+
"types": [
|
|
26113
|
+
"string"
|
|
26114
|
+
]
|
|
26115
|
+
},
|
|
25894
26116
|
"dimension": {
|
|
25895
26117
|
"types": [
|
|
25896
26118
|
"string"
|
|
@@ -25911,6 +26133,16 @@
|
|
|
25911
26133
|
"8:1"
|
|
25912
26134
|
]
|
|
25913
26135
|
},
|
|
26136
|
+
"atlas": {
|
|
26137
|
+
"types": [
|
|
26138
|
+
"asset"
|
|
26139
|
+
]
|
|
26140
|
+
},
|
|
26141
|
+
"sprite": {
|
|
26142
|
+
"types": [
|
|
26143
|
+
"string"
|
|
26144
|
+
]
|
|
26145
|
+
},
|
|
25914
26146
|
"name": {
|
|
25915
26147
|
"types": [
|
|
25916
26148
|
"string"
|
|
@@ -25923,7 +26155,9 @@
|
|
|
25923
26155
|
}
|
|
25924
26156
|
},
|
|
25925
26157
|
"propertyRequired": [
|
|
25926
|
-
"url"
|
|
26158
|
+
"url",
|
|
26159
|
+
"role",
|
|
26160
|
+
"category"
|
|
25927
26161
|
]
|
|
25928
26162
|
},
|
|
25929
26163
|
"icon": {
|
|
@@ -26010,18 +26244,6 @@
|
|
|
26010
26244
|
"role": {
|
|
26011
26245
|
"types": [
|
|
26012
26246
|
"string"
|
|
26013
|
-
],
|
|
26014
|
-
"enumValues": [
|
|
26015
|
-
"player",
|
|
26016
|
-
"enemy",
|
|
26017
|
-
"npc",
|
|
26018
|
-
"item",
|
|
26019
|
-
"tile",
|
|
26020
|
-
"projectile",
|
|
26021
|
-
"effect",
|
|
26022
|
-
"ui",
|
|
26023
|
-
"decoration",
|
|
26024
|
-
"vehicle"
|
|
26025
26247
|
]
|
|
26026
26248
|
},
|
|
26027
26249
|
"category": {
|
|
@@ -26051,6 +26273,11 @@
|
|
|
26051
26273
|
"isometric"
|
|
26052
26274
|
]
|
|
26053
26275
|
},
|
|
26276
|
+
"variant": {
|
|
26277
|
+
"types": [
|
|
26278
|
+
"string"
|
|
26279
|
+
]
|
|
26280
|
+
},
|
|
26054
26281
|
"dimension": {
|
|
26055
26282
|
"types": [
|
|
26056
26283
|
"string"
|
|
@@ -26071,6 +26298,16 @@
|
|
|
26071
26298
|
"8:1"
|
|
26072
26299
|
]
|
|
26073
26300
|
},
|
|
26301
|
+
"atlas": {
|
|
26302
|
+
"types": [
|
|
26303
|
+
"asset"
|
|
26304
|
+
]
|
|
26305
|
+
},
|
|
26306
|
+
"sprite": {
|
|
26307
|
+
"types": [
|
|
26308
|
+
"string"
|
|
26309
|
+
]
|
|
26310
|
+
},
|
|
26074
26311
|
"name": {
|
|
26075
26312
|
"types": [
|
|
26076
26313
|
"string"
|
|
@@ -26083,7 +26320,9 @@
|
|
|
26083
26320
|
}
|
|
26084
26321
|
},
|
|
26085
26322
|
"propertyRequired": [
|
|
26086
|
-
"url"
|
|
26323
|
+
"url",
|
|
26324
|
+
"role",
|
|
26325
|
+
"category"
|
|
26087
26326
|
]
|
|
26088
26327
|
},
|
|
26089
26328
|
"label": {
|
|
@@ -26228,18 +26467,6 @@
|
|
|
26228
26467
|
"role": {
|
|
26229
26468
|
"types": [
|
|
26230
26469
|
"string"
|
|
26231
|
-
],
|
|
26232
|
-
"enumValues": [
|
|
26233
|
-
"player",
|
|
26234
|
-
"enemy",
|
|
26235
|
-
"npc",
|
|
26236
|
-
"item",
|
|
26237
|
-
"tile",
|
|
26238
|
-
"projectile",
|
|
26239
|
-
"effect",
|
|
26240
|
-
"ui",
|
|
26241
|
-
"decoration",
|
|
26242
|
-
"vehicle"
|
|
26243
26470
|
]
|
|
26244
26471
|
},
|
|
26245
26472
|
"category": {
|
|
@@ -26269,6 +26496,11 @@
|
|
|
26269
26496
|
"isometric"
|
|
26270
26497
|
]
|
|
26271
26498
|
},
|
|
26499
|
+
"variant": {
|
|
26500
|
+
"types": [
|
|
26501
|
+
"string"
|
|
26502
|
+
]
|
|
26503
|
+
},
|
|
26272
26504
|
"dimension": {
|
|
26273
26505
|
"types": [
|
|
26274
26506
|
"string"
|
|
@@ -26289,6 +26521,16 @@
|
|
|
26289
26521
|
"8:1"
|
|
26290
26522
|
]
|
|
26291
26523
|
},
|
|
26524
|
+
"atlas": {
|
|
26525
|
+
"types": [
|
|
26526
|
+
"asset"
|
|
26527
|
+
]
|
|
26528
|
+
},
|
|
26529
|
+
"sprite": {
|
|
26530
|
+
"types": [
|
|
26531
|
+
"string"
|
|
26532
|
+
]
|
|
26533
|
+
},
|
|
26292
26534
|
"name": {
|
|
26293
26535
|
"types": [
|
|
26294
26536
|
"string"
|
|
@@ -26301,7 +26543,9 @@
|
|
|
26301
26543
|
}
|
|
26302
26544
|
},
|
|
26303
26545
|
"propertyRequired": [
|
|
26304
|
-
"url"
|
|
26546
|
+
"url",
|
|
26547
|
+
"role",
|
|
26548
|
+
"category"
|
|
26305
26549
|
]
|
|
26306
26550
|
},
|
|
26307
26551
|
"position": {
|
|
@@ -26442,18 +26686,6 @@
|
|
|
26442
26686
|
"role": {
|
|
26443
26687
|
"types": [
|
|
26444
26688
|
"string"
|
|
26445
|
-
],
|
|
26446
|
-
"enumValues": [
|
|
26447
|
-
"player",
|
|
26448
|
-
"enemy",
|
|
26449
|
-
"npc",
|
|
26450
|
-
"item",
|
|
26451
|
-
"tile",
|
|
26452
|
-
"projectile",
|
|
26453
|
-
"effect",
|
|
26454
|
-
"ui",
|
|
26455
|
-
"decoration",
|
|
26456
|
-
"vehicle"
|
|
26457
26689
|
]
|
|
26458
26690
|
},
|
|
26459
26691
|
"category": {
|
|
@@ -26483,6 +26715,11 @@
|
|
|
26483
26715
|
"isometric"
|
|
26484
26716
|
]
|
|
26485
26717
|
},
|
|
26718
|
+
"variant": {
|
|
26719
|
+
"types": [
|
|
26720
|
+
"string"
|
|
26721
|
+
]
|
|
26722
|
+
},
|
|
26486
26723
|
"dimension": {
|
|
26487
26724
|
"types": [
|
|
26488
26725
|
"string"
|
|
@@ -26503,6 +26740,16 @@
|
|
|
26503
26740
|
"8:1"
|
|
26504
26741
|
]
|
|
26505
26742
|
},
|
|
26743
|
+
"atlas": {
|
|
26744
|
+
"types": [
|
|
26745
|
+
"asset"
|
|
26746
|
+
]
|
|
26747
|
+
},
|
|
26748
|
+
"sprite": {
|
|
26749
|
+
"types": [
|
|
26750
|
+
"string"
|
|
26751
|
+
]
|
|
26752
|
+
},
|
|
26506
26753
|
"name": {
|
|
26507
26754
|
"types": [
|
|
26508
26755
|
"string"
|
|
@@ -26515,7 +26762,9 @@
|
|
|
26515
26762
|
}
|
|
26516
26763
|
},
|
|
26517
26764
|
"propertyRequired": [
|
|
26518
|
-
"url"
|
|
26765
|
+
"url",
|
|
26766
|
+
"role",
|
|
26767
|
+
"category"
|
|
26519
26768
|
]
|
|
26520
26769
|
},
|
|
26521
26770
|
"fillAsset": {
|
|
@@ -26532,18 +26781,6 @@
|
|
|
26532
26781
|
"role": {
|
|
26533
26782
|
"types": [
|
|
26534
26783
|
"string"
|
|
26535
|
-
],
|
|
26536
|
-
"enumValues": [
|
|
26537
|
-
"player",
|
|
26538
|
-
"enemy",
|
|
26539
|
-
"npc",
|
|
26540
|
-
"item",
|
|
26541
|
-
"tile",
|
|
26542
|
-
"projectile",
|
|
26543
|
-
"effect",
|
|
26544
|
-
"ui",
|
|
26545
|
-
"decoration",
|
|
26546
|
-
"vehicle"
|
|
26547
26784
|
]
|
|
26548
26785
|
},
|
|
26549
26786
|
"category": {
|
|
@@ -26573,6 +26810,11 @@
|
|
|
26573
26810
|
"isometric"
|
|
26574
26811
|
]
|
|
26575
26812
|
},
|
|
26813
|
+
"variant": {
|
|
26814
|
+
"types": [
|
|
26815
|
+
"string"
|
|
26816
|
+
]
|
|
26817
|
+
},
|
|
26576
26818
|
"dimension": {
|
|
26577
26819
|
"types": [
|
|
26578
26820
|
"string"
|
|
@@ -26593,6 +26835,16 @@
|
|
|
26593
26835
|
"8:1"
|
|
26594
26836
|
]
|
|
26595
26837
|
},
|
|
26838
|
+
"atlas": {
|
|
26839
|
+
"types": [
|
|
26840
|
+
"asset"
|
|
26841
|
+
]
|
|
26842
|
+
},
|
|
26843
|
+
"sprite": {
|
|
26844
|
+
"types": [
|
|
26845
|
+
"string"
|
|
26846
|
+
]
|
|
26847
|
+
},
|
|
26596
26848
|
"name": {
|
|
26597
26849
|
"types": [
|
|
26598
26850
|
"string"
|
|
@@ -26605,7 +26857,9 @@
|
|
|
26605
26857
|
}
|
|
26606
26858
|
},
|
|
26607
26859
|
"propertyRequired": [
|
|
26608
|
-
"url"
|
|
26860
|
+
"url",
|
|
26861
|
+
"role",
|
|
26862
|
+
"category"
|
|
26609
26863
|
]
|
|
26610
26864
|
}
|
|
26611
26865
|
}
|
|
@@ -26637,18 +26891,6 @@
|
|
|
26637
26891
|
"role": {
|
|
26638
26892
|
"types": [
|
|
26639
26893
|
"string"
|
|
26640
|
-
],
|
|
26641
|
-
"enumValues": [
|
|
26642
|
-
"player",
|
|
26643
|
-
"enemy",
|
|
26644
|
-
"npc",
|
|
26645
|
-
"item",
|
|
26646
|
-
"tile",
|
|
26647
|
-
"projectile",
|
|
26648
|
-
"effect",
|
|
26649
|
-
"ui",
|
|
26650
|
-
"decoration",
|
|
26651
|
-
"vehicle"
|
|
26652
26894
|
]
|
|
26653
26895
|
},
|
|
26654
26896
|
"category": {
|
|
@@ -26678,6 +26920,11 @@
|
|
|
26678
26920
|
"isometric"
|
|
26679
26921
|
]
|
|
26680
26922
|
},
|
|
26923
|
+
"variant": {
|
|
26924
|
+
"types": [
|
|
26925
|
+
"string"
|
|
26926
|
+
]
|
|
26927
|
+
},
|
|
26681
26928
|
"dimension": {
|
|
26682
26929
|
"types": [
|
|
26683
26930
|
"string"
|
|
@@ -26698,6 +26945,16 @@
|
|
|
26698
26945
|
"8:1"
|
|
26699
26946
|
]
|
|
26700
26947
|
},
|
|
26948
|
+
"atlas": {
|
|
26949
|
+
"types": [
|
|
26950
|
+
"asset"
|
|
26951
|
+
]
|
|
26952
|
+
},
|
|
26953
|
+
"sprite": {
|
|
26954
|
+
"types": [
|
|
26955
|
+
"string"
|
|
26956
|
+
]
|
|
26957
|
+
},
|
|
26701
26958
|
"name": {
|
|
26702
26959
|
"types": [
|
|
26703
26960
|
"string"
|
|
@@ -26710,7 +26967,9 @@
|
|
|
26710
26967
|
}
|
|
26711
26968
|
},
|
|
26712
26969
|
"propertyRequired": [
|
|
26713
|
-
"url"
|
|
26970
|
+
"url",
|
|
26971
|
+
"role",
|
|
26972
|
+
"category"
|
|
26714
26973
|
]
|
|
26715
26974
|
},
|
|
26716
26975
|
"value": {
|
|
@@ -26845,18 +27104,6 @@
|
|
|
26845
27104
|
"role": {
|
|
26846
27105
|
"types": [
|
|
26847
27106
|
"string"
|
|
26848
|
-
],
|
|
26849
|
-
"enumValues": [
|
|
26850
|
-
"player",
|
|
26851
|
-
"enemy",
|
|
26852
|
-
"npc",
|
|
26853
|
-
"item",
|
|
26854
|
-
"tile",
|
|
26855
|
-
"projectile",
|
|
26856
|
-
"effect",
|
|
26857
|
-
"ui",
|
|
26858
|
-
"decoration",
|
|
26859
|
-
"vehicle"
|
|
26860
27107
|
]
|
|
26861
27108
|
},
|
|
26862
27109
|
"category": {
|
|
@@ -26886,6 +27133,11 @@
|
|
|
26886
27133
|
"isometric"
|
|
26887
27134
|
]
|
|
26888
27135
|
},
|
|
27136
|
+
"variant": {
|
|
27137
|
+
"types": [
|
|
27138
|
+
"string"
|
|
27139
|
+
]
|
|
27140
|
+
},
|
|
26889
27141
|
"dimension": {
|
|
26890
27142
|
"types": [
|
|
26891
27143
|
"string"
|
|
@@ -26906,6 +27158,16 @@
|
|
|
26906
27158
|
"8:1"
|
|
26907
27159
|
]
|
|
26908
27160
|
},
|
|
27161
|
+
"atlas": {
|
|
27162
|
+
"types": [
|
|
27163
|
+
"asset"
|
|
27164
|
+
]
|
|
27165
|
+
},
|
|
27166
|
+
"sprite": {
|
|
27167
|
+
"types": [
|
|
27168
|
+
"string"
|
|
27169
|
+
]
|
|
27170
|
+
},
|
|
26909
27171
|
"name": {
|
|
26910
27172
|
"types": [
|
|
26911
27173
|
"string"
|
|
@@ -26918,7 +27180,9 @@
|
|
|
26918
27180
|
}
|
|
26919
27181
|
},
|
|
26920
27182
|
"propertyRequired": [
|
|
26921
|
-
"url"
|
|
27183
|
+
"url",
|
|
27184
|
+
"role",
|
|
27185
|
+
"category"
|
|
26922
27186
|
]
|
|
26923
27187
|
}
|
|
26924
27188
|
}
|
|
@@ -28452,7 +28716,8 @@
|
|
|
28452
28716
|
"category": "display",
|
|
28453
28717
|
"tier": "molecules",
|
|
28454
28718
|
"family": "avl",
|
|
28455
|
-
"description": "ModuleCard
|
|
28719
|
+
"description": "ModuleCard — a card summarizing one course module or lesson with progress and entry point.",
|
|
28720
|
+
"capabilities": "course module card, lesson card, curriculum unit card, learning-path step card",
|
|
28456
28721
|
"suggestedFor": [
|
|
28457
28722
|
"module",
|
|
28458
28723
|
"card",
|
|
@@ -28594,18 +28859,6 @@
|
|
|
28594
28859
|
"role": {
|
|
28595
28860
|
"types": [
|
|
28596
28861
|
"string"
|
|
28597
|
-
],
|
|
28598
|
-
"enumValues": [
|
|
28599
|
-
"player",
|
|
28600
|
-
"enemy",
|
|
28601
|
-
"npc",
|
|
28602
|
-
"item",
|
|
28603
|
-
"tile",
|
|
28604
|
-
"projectile",
|
|
28605
|
-
"effect",
|
|
28606
|
-
"ui",
|
|
28607
|
-
"decoration",
|
|
28608
|
-
"vehicle"
|
|
28609
28862
|
]
|
|
28610
28863
|
},
|
|
28611
28864
|
"category": {
|
|
@@ -28635,6 +28888,11 @@
|
|
|
28635
28888
|
"isometric"
|
|
28636
28889
|
]
|
|
28637
28890
|
},
|
|
28891
|
+
"variant": {
|
|
28892
|
+
"types": [
|
|
28893
|
+
"string"
|
|
28894
|
+
]
|
|
28895
|
+
},
|
|
28638
28896
|
"dimension": {
|
|
28639
28897
|
"types": [
|
|
28640
28898
|
"string"
|
|
@@ -28655,6 +28913,16 @@
|
|
|
28655
28913
|
"8:1"
|
|
28656
28914
|
]
|
|
28657
28915
|
},
|
|
28916
|
+
"atlas": {
|
|
28917
|
+
"types": [
|
|
28918
|
+
"asset"
|
|
28919
|
+
]
|
|
28920
|
+
},
|
|
28921
|
+
"sprite": {
|
|
28922
|
+
"types": [
|
|
28923
|
+
"string"
|
|
28924
|
+
]
|
|
28925
|
+
},
|
|
28658
28926
|
"name": {
|
|
28659
28927
|
"types": [
|
|
28660
28928
|
"string"
|
|
@@ -28667,7 +28935,9 @@
|
|
|
28667
28935
|
}
|
|
28668
28936
|
},
|
|
28669
28937
|
"required": [
|
|
28670
|
-
"url"
|
|
28938
|
+
"url",
|
|
28939
|
+
"role",
|
|
28940
|
+
"category"
|
|
28671
28941
|
]
|
|
28672
28942
|
},
|
|
28673
28943
|
"format": {
|
|
@@ -28947,18 +29217,6 @@
|
|
|
28947
29217
|
"role": {
|
|
28948
29218
|
"types": [
|
|
28949
29219
|
"string"
|
|
28950
|
-
],
|
|
28951
|
-
"enumValues": [
|
|
28952
|
-
"player",
|
|
28953
|
-
"enemy",
|
|
28954
|
-
"npc",
|
|
28955
|
-
"item",
|
|
28956
|
-
"tile",
|
|
28957
|
-
"projectile",
|
|
28958
|
-
"effect",
|
|
28959
|
-
"ui",
|
|
28960
|
-
"decoration",
|
|
28961
|
-
"vehicle"
|
|
28962
29220
|
]
|
|
28963
29221
|
},
|
|
28964
29222
|
"category": {
|
|
@@ -28988,6 +29246,11 @@
|
|
|
28988
29246
|
"isometric"
|
|
28989
29247
|
]
|
|
28990
29248
|
},
|
|
29249
|
+
"variant": {
|
|
29250
|
+
"types": [
|
|
29251
|
+
"string"
|
|
29252
|
+
]
|
|
29253
|
+
},
|
|
28991
29254
|
"dimension": {
|
|
28992
29255
|
"types": [
|
|
28993
29256
|
"string"
|
|
@@ -29008,6 +29271,16 @@
|
|
|
29008
29271
|
"8:1"
|
|
29009
29272
|
]
|
|
29010
29273
|
},
|
|
29274
|
+
"atlas": {
|
|
29275
|
+
"types": [
|
|
29276
|
+
"asset"
|
|
29277
|
+
]
|
|
29278
|
+
},
|
|
29279
|
+
"sprite": {
|
|
29280
|
+
"types": [
|
|
29281
|
+
"string"
|
|
29282
|
+
]
|
|
29283
|
+
},
|
|
29011
29284
|
"name": {
|
|
29012
29285
|
"types": [
|
|
29013
29286
|
"string"
|
|
@@ -29020,7 +29293,9 @@
|
|
|
29020
29293
|
}
|
|
29021
29294
|
},
|
|
29022
29295
|
"propertyRequired": [
|
|
29023
|
-
"url"
|
|
29296
|
+
"url",
|
|
29297
|
+
"role",
|
|
29298
|
+
"category"
|
|
29024
29299
|
]
|
|
29025
29300
|
},
|
|
29026
29301
|
"className": {
|
|
@@ -29058,18 +29333,6 @@
|
|
|
29058
29333
|
"role": {
|
|
29059
29334
|
"types": [
|
|
29060
29335
|
"string"
|
|
29061
|
-
],
|
|
29062
|
-
"enumValues": [
|
|
29063
|
-
"player",
|
|
29064
|
-
"enemy",
|
|
29065
|
-
"npc",
|
|
29066
|
-
"item",
|
|
29067
|
-
"tile",
|
|
29068
|
-
"projectile",
|
|
29069
|
-
"effect",
|
|
29070
|
-
"ui",
|
|
29071
|
-
"decoration",
|
|
29072
|
-
"vehicle"
|
|
29073
29336
|
]
|
|
29074
29337
|
},
|
|
29075
29338
|
"category": {
|
|
@@ -29099,6 +29362,11 @@
|
|
|
29099
29362
|
"isometric"
|
|
29100
29363
|
]
|
|
29101
29364
|
},
|
|
29365
|
+
"variant": {
|
|
29366
|
+
"types": [
|
|
29367
|
+
"string"
|
|
29368
|
+
]
|
|
29369
|
+
},
|
|
29102
29370
|
"dimension": {
|
|
29103
29371
|
"types": [
|
|
29104
29372
|
"string"
|
|
@@ -29119,6 +29387,16 @@
|
|
|
29119
29387
|
"8:1"
|
|
29120
29388
|
]
|
|
29121
29389
|
},
|
|
29390
|
+
"atlas": {
|
|
29391
|
+
"types": [
|
|
29392
|
+
"asset"
|
|
29393
|
+
]
|
|
29394
|
+
},
|
|
29395
|
+
"sprite": {
|
|
29396
|
+
"types": [
|
|
29397
|
+
"string"
|
|
29398
|
+
]
|
|
29399
|
+
},
|
|
29122
29400
|
"name": {
|
|
29123
29401
|
"types": [
|
|
29124
29402
|
"string"
|
|
@@ -29131,7 +29409,9 @@
|
|
|
29131
29409
|
}
|
|
29132
29410
|
},
|
|
29133
29411
|
"propertyRequired": [
|
|
29134
|
-
"url"
|
|
29412
|
+
"url",
|
|
29413
|
+
"role",
|
|
29414
|
+
"category"
|
|
29135
29415
|
]
|
|
29136
29416
|
},
|
|
29137
29417
|
"iconUrl": {
|
|
@@ -29148,18 +29428,6 @@
|
|
|
29148
29428
|
"role": {
|
|
29149
29429
|
"types": [
|
|
29150
29430
|
"string"
|
|
29151
|
-
],
|
|
29152
|
-
"enumValues": [
|
|
29153
|
-
"player",
|
|
29154
|
-
"enemy",
|
|
29155
|
-
"npc",
|
|
29156
|
-
"item",
|
|
29157
|
-
"tile",
|
|
29158
|
-
"projectile",
|
|
29159
|
-
"effect",
|
|
29160
|
-
"ui",
|
|
29161
|
-
"decoration",
|
|
29162
|
-
"vehicle"
|
|
29163
29431
|
]
|
|
29164
29432
|
},
|
|
29165
29433
|
"category": {
|
|
@@ -29189,6 +29457,11 @@
|
|
|
29189
29457
|
"isometric"
|
|
29190
29458
|
]
|
|
29191
29459
|
},
|
|
29460
|
+
"variant": {
|
|
29461
|
+
"types": [
|
|
29462
|
+
"string"
|
|
29463
|
+
]
|
|
29464
|
+
},
|
|
29192
29465
|
"dimension": {
|
|
29193
29466
|
"types": [
|
|
29194
29467
|
"string"
|
|
@@ -29209,6 +29482,16 @@
|
|
|
29209
29482
|
"8:1"
|
|
29210
29483
|
]
|
|
29211
29484
|
},
|
|
29485
|
+
"atlas": {
|
|
29486
|
+
"types": [
|
|
29487
|
+
"asset"
|
|
29488
|
+
]
|
|
29489
|
+
},
|
|
29490
|
+
"sprite": {
|
|
29491
|
+
"types": [
|
|
29492
|
+
"string"
|
|
29493
|
+
]
|
|
29494
|
+
},
|
|
29212
29495
|
"name": {
|
|
29213
29496
|
"types": [
|
|
29214
29497
|
"string"
|
|
@@ -29221,7 +29504,9 @@
|
|
|
29221
29504
|
}
|
|
29222
29505
|
},
|
|
29223
29506
|
"propertyRequired": [
|
|
29224
|
-
"url"
|
|
29507
|
+
"url",
|
|
29508
|
+
"role",
|
|
29509
|
+
"category"
|
|
29225
29510
|
]
|
|
29226
29511
|
},
|
|
29227
29512
|
"label": {
|
|
@@ -29814,18 +30099,6 @@
|
|
|
29814
30099
|
"role": {
|
|
29815
30100
|
"types": [
|
|
29816
30101
|
"string"
|
|
29817
|
-
],
|
|
29818
|
-
"enumValues": [
|
|
29819
|
-
"player",
|
|
29820
|
-
"enemy",
|
|
29821
|
-
"npc",
|
|
29822
|
-
"item",
|
|
29823
|
-
"tile",
|
|
29824
|
-
"projectile",
|
|
29825
|
-
"effect",
|
|
29826
|
-
"ui",
|
|
29827
|
-
"decoration",
|
|
29828
|
-
"vehicle"
|
|
29829
30102
|
]
|
|
29830
30103
|
},
|
|
29831
30104
|
"category": {
|
|
@@ -29855,6 +30128,11 @@
|
|
|
29855
30128
|
"isometric"
|
|
29856
30129
|
]
|
|
29857
30130
|
},
|
|
30131
|
+
"variant": {
|
|
30132
|
+
"types": [
|
|
30133
|
+
"string"
|
|
30134
|
+
]
|
|
30135
|
+
},
|
|
29858
30136
|
"dimension": {
|
|
29859
30137
|
"types": [
|
|
29860
30138
|
"string"
|
|
@@ -29875,6 +30153,16 @@
|
|
|
29875
30153
|
"8:1"
|
|
29876
30154
|
]
|
|
29877
30155
|
},
|
|
30156
|
+
"atlas": {
|
|
30157
|
+
"types": [
|
|
30158
|
+
"asset"
|
|
30159
|
+
]
|
|
30160
|
+
},
|
|
30161
|
+
"sprite": {
|
|
30162
|
+
"types": [
|
|
30163
|
+
"string"
|
|
30164
|
+
]
|
|
30165
|
+
},
|
|
29878
30166
|
"name": {
|
|
29879
30167
|
"types": [
|
|
29880
30168
|
"string"
|
|
@@ -29887,7 +30175,9 @@
|
|
|
29887
30175
|
}
|
|
29888
30176
|
},
|
|
29889
30177
|
"propertyRequired": [
|
|
29890
|
-
"url"
|
|
30178
|
+
"url",
|
|
30179
|
+
"role",
|
|
30180
|
+
"category"
|
|
29891
30181
|
]
|
|
29892
30182
|
},
|
|
29893
30183
|
"offAsset": {
|
|
@@ -29904,18 +30194,6 @@
|
|
|
29904
30194
|
"role": {
|
|
29905
30195
|
"types": [
|
|
29906
30196
|
"string"
|
|
29907
|
-
],
|
|
29908
|
-
"enumValues": [
|
|
29909
|
-
"player",
|
|
29910
|
-
"enemy",
|
|
29911
|
-
"npc",
|
|
29912
|
-
"item",
|
|
29913
|
-
"tile",
|
|
29914
|
-
"projectile",
|
|
29915
|
-
"effect",
|
|
29916
|
-
"ui",
|
|
29917
|
-
"decoration",
|
|
29918
|
-
"vehicle"
|
|
29919
30197
|
]
|
|
29920
30198
|
},
|
|
29921
30199
|
"category": {
|
|
@@ -29945,6 +30223,11 @@
|
|
|
29945
30223
|
"isometric"
|
|
29946
30224
|
]
|
|
29947
30225
|
},
|
|
30226
|
+
"variant": {
|
|
30227
|
+
"types": [
|
|
30228
|
+
"string"
|
|
30229
|
+
]
|
|
30230
|
+
},
|
|
29948
30231
|
"dimension": {
|
|
29949
30232
|
"types": [
|
|
29950
30233
|
"string"
|
|
@@ -29965,6 +30248,16 @@
|
|
|
29965
30248
|
"8:1"
|
|
29966
30249
|
]
|
|
29967
30250
|
},
|
|
30251
|
+
"atlas": {
|
|
30252
|
+
"types": [
|
|
30253
|
+
"asset"
|
|
30254
|
+
]
|
|
30255
|
+
},
|
|
30256
|
+
"sprite": {
|
|
30257
|
+
"types": [
|
|
30258
|
+
"string"
|
|
30259
|
+
]
|
|
30260
|
+
},
|
|
29968
30261
|
"name": {
|
|
29969
30262
|
"types": [
|
|
29970
30263
|
"string"
|
|
@@ -29977,7 +30270,9 @@
|
|
|
29977
30270
|
}
|
|
29978
30271
|
},
|
|
29979
30272
|
"propertyRequired": [
|
|
29980
|
-
"url"
|
|
30273
|
+
"url",
|
|
30274
|
+
"role",
|
|
30275
|
+
"category"
|
|
29981
30276
|
]
|
|
29982
30277
|
}
|
|
29983
30278
|
}
|
|
@@ -30046,18 +30341,6 @@
|
|
|
30046
30341
|
"role": {
|
|
30047
30342
|
"types": [
|
|
30048
30343
|
"string"
|
|
30049
|
-
],
|
|
30050
|
-
"enumValues": [
|
|
30051
|
-
"player",
|
|
30052
|
-
"enemy",
|
|
30053
|
-
"npc",
|
|
30054
|
-
"item",
|
|
30055
|
-
"tile",
|
|
30056
|
-
"projectile",
|
|
30057
|
-
"effect",
|
|
30058
|
-
"ui",
|
|
30059
|
-
"decoration",
|
|
30060
|
-
"vehicle"
|
|
30061
30344
|
]
|
|
30062
30345
|
},
|
|
30063
30346
|
"category": {
|
|
@@ -30087,6 +30370,11 @@
|
|
|
30087
30370
|
"isometric"
|
|
30088
30371
|
]
|
|
30089
30372
|
},
|
|
30373
|
+
"variant": {
|
|
30374
|
+
"types": [
|
|
30375
|
+
"string"
|
|
30376
|
+
]
|
|
30377
|
+
},
|
|
30090
30378
|
"dimension": {
|
|
30091
30379
|
"types": [
|
|
30092
30380
|
"string"
|
|
@@ -30107,6 +30395,16 @@
|
|
|
30107
30395
|
"8:1"
|
|
30108
30396
|
]
|
|
30109
30397
|
},
|
|
30398
|
+
"atlas": {
|
|
30399
|
+
"types": [
|
|
30400
|
+
"asset"
|
|
30401
|
+
]
|
|
30402
|
+
},
|
|
30403
|
+
"sprite": {
|
|
30404
|
+
"types": [
|
|
30405
|
+
"string"
|
|
30406
|
+
]
|
|
30407
|
+
},
|
|
30110
30408
|
"name": {
|
|
30111
30409
|
"types": [
|
|
30112
30410
|
"string"
|
|
@@ -30119,7 +30417,9 @@
|
|
|
30119
30417
|
}
|
|
30120
30418
|
},
|
|
30121
30419
|
"required": [
|
|
30122
|
-
"url"
|
|
30420
|
+
"url",
|
|
30421
|
+
"role",
|
|
30422
|
+
"category"
|
|
30123
30423
|
]
|
|
30124
30424
|
},
|
|
30125
30425
|
"stateMachine": {
|
|
@@ -30214,18 +30514,6 @@
|
|
|
30214
30514
|
"role": {
|
|
30215
30515
|
"types": [
|
|
30216
30516
|
"string"
|
|
30217
|
-
],
|
|
30218
|
-
"enumValues": [
|
|
30219
|
-
"player",
|
|
30220
|
-
"enemy",
|
|
30221
|
-
"npc",
|
|
30222
|
-
"item",
|
|
30223
|
-
"tile",
|
|
30224
|
-
"projectile",
|
|
30225
|
-
"effect",
|
|
30226
|
-
"ui",
|
|
30227
|
-
"decoration",
|
|
30228
|
-
"vehicle"
|
|
30229
30517
|
]
|
|
30230
30518
|
},
|
|
30231
30519
|
"category": {
|
|
@@ -30255,6 +30543,11 @@
|
|
|
30255
30543
|
"isometric"
|
|
30256
30544
|
]
|
|
30257
30545
|
},
|
|
30546
|
+
"variant": {
|
|
30547
|
+
"types": [
|
|
30548
|
+
"string"
|
|
30549
|
+
]
|
|
30550
|
+
},
|
|
30258
30551
|
"dimension": {
|
|
30259
30552
|
"types": [
|
|
30260
30553
|
"string"
|
|
@@ -30275,6 +30568,16 @@
|
|
|
30275
30568
|
"8:1"
|
|
30276
30569
|
]
|
|
30277
30570
|
},
|
|
30571
|
+
"atlas": {
|
|
30572
|
+
"types": [
|
|
30573
|
+
"asset"
|
|
30574
|
+
]
|
|
30575
|
+
},
|
|
30576
|
+
"sprite": {
|
|
30577
|
+
"types": [
|
|
30578
|
+
"string"
|
|
30579
|
+
]
|
|
30580
|
+
},
|
|
30278
30581
|
"name": {
|
|
30279
30582
|
"types": [
|
|
30280
30583
|
"string"
|
|
@@ -30287,7 +30590,9 @@
|
|
|
30287
30590
|
}
|
|
30288
30591
|
},
|
|
30289
30592
|
"propertyRequired": [
|
|
30290
|
-
"url"
|
|
30593
|
+
"url",
|
|
30594
|
+
"role",
|
|
30595
|
+
"category"
|
|
30291
30596
|
]
|
|
30292
30597
|
},
|
|
30293
30598
|
"className": {
|
|
@@ -30386,18 +30691,6 @@
|
|
|
30386
30691
|
"role": {
|
|
30387
30692
|
"types": [
|
|
30388
30693
|
"string"
|
|
30389
|
-
],
|
|
30390
|
-
"enumValues": [
|
|
30391
|
-
"player",
|
|
30392
|
-
"enemy",
|
|
30393
|
-
"npc",
|
|
30394
|
-
"item",
|
|
30395
|
-
"tile",
|
|
30396
|
-
"projectile",
|
|
30397
|
-
"effect",
|
|
30398
|
-
"ui",
|
|
30399
|
-
"decoration",
|
|
30400
|
-
"vehicle"
|
|
30401
30694
|
]
|
|
30402
30695
|
},
|
|
30403
30696
|
"category": {
|
|
@@ -30427,6 +30720,11 @@
|
|
|
30427
30720
|
"isometric"
|
|
30428
30721
|
]
|
|
30429
30722
|
},
|
|
30723
|
+
"variant": {
|
|
30724
|
+
"types": [
|
|
30725
|
+
"string"
|
|
30726
|
+
]
|
|
30727
|
+
},
|
|
30430
30728
|
"dimension": {
|
|
30431
30729
|
"types": [
|
|
30432
30730
|
"string"
|
|
@@ -30447,6 +30745,16 @@
|
|
|
30447
30745
|
"8:1"
|
|
30448
30746
|
]
|
|
30449
30747
|
},
|
|
30748
|
+
"atlas": {
|
|
30749
|
+
"types": [
|
|
30750
|
+
"asset"
|
|
30751
|
+
]
|
|
30752
|
+
},
|
|
30753
|
+
"sprite": {
|
|
30754
|
+
"types": [
|
|
30755
|
+
"string"
|
|
30756
|
+
]
|
|
30757
|
+
},
|
|
30450
30758
|
"name": {
|
|
30451
30759
|
"types": [
|
|
30452
30760
|
"string"
|
|
@@ -30459,7 +30767,9 @@
|
|
|
30459
30767
|
}
|
|
30460
30768
|
},
|
|
30461
30769
|
"required": [
|
|
30462
|
-
"url"
|
|
30770
|
+
"url",
|
|
30771
|
+
"role",
|
|
30772
|
+
"category"
|
|
30463
30773
|
]
|
|
30464
30774
|
},
|
|
30465
30775
|
"stateMachine": {
|
|
@@ -30537,18 +30847,6 @@
|
|
|
30537
30847
|
"role": {
|
|
30538
30848
|
"types": [
|
|
30539
30849
|
"string"
|
|
30540
|
-
],
|
|
30541
|
-
"enumValues": [
|
|
30542
|
-
"player",
|
|
30543
|
-
"enemy",
|
|
30544
|
-
"npc",
|
|
30545
|
-
"item",
|
|
30546
|
-
"tile",
|
|
30547
|
-
"projectile",
|
|
30548
|
-
"effect",
|
|
30549
|
-
"ui",
|
|
30550
|
-
"decoration",
|
|
30551
|
-
"vehicle"
|
|
30552
30850
|
]
|
|
30553
30851
|
},
|
|
30554
30852
|
"category": {
|
|
@@ -30578,6 +30876,11 @@
|
|
|
30578
30876
|
"isometric"
|
|
30579
30877
|
]
|
|
30580
30878
|
},
|
|
30879
|
+
"variant": {
|
|
30880
|
+
"types": [
|
|
30881
|
+
"string"
|
|
30882
|
+
]
|
|
30883
|
+
},
|
|
30581
30884
|
"dimension": {
|
|
30582
30885
|
"types": [
|
|
30583
30886
|
"string"
|
|
@@ -30598,6 +30901,16 @@
|
|
|
30598
30901
|
"8:1"
|
|
30599
30902
|
]
|
|
30600
30903
|
},
|
|
30904
|
+
"atlas": {
|
|
30905
|
+
"types": [
|
|
30906
|
+
"asset"
|
|
30907
|
+
]
|
|
30908
|
+
},
|
|
30909
|
+
"sprite": {
|
|
30910
|
+
"types": [
|
|
30911
|
+
"string"
|
|
30912
|
+
]
|
|
30913
|
+
},
|
|
30601
30914
|
"name": {
|
|
30602
30915
|
"types": [
|
|
30603
30916
|
"string"
|
|
@@ -30610,7 +30923,9 @@
|
|
|
30610
30923
|
}
|
|
30611
30924
|
},
|
|
30612
30925
|
"required": [
|
|
30613
|
-
"url"
|
|
30926
|
+
"url",
|
|
30927
|
+
"role",
|
|
30928
|
+
"category"
|
|
30614
30929
|
]
|
|
30615
30930
|
},
|
|
30616
30931
|
"stateMachine": {
|
|
@@ -30765,18 +31080,6 @@
|
|
|
30765
31080
|
"role": {
|
|
30766
31081
|
"types": [
|
|
30767
31082
|
"string"
|
|
30768
|
-
],
|
|
30769
|
-
"enumValues": [
|
|
30770
|
-
"player",
|
|
30771
|
-
"enemy",
|
|
30772
|
-
"npc",
|
|
30773
|
-
"item",
|
|
30774
|
-
"tile",
|
|
30775
|
-
"projectile",
|
|
30776
|
-
"effect",
|
|
30777
|
-
"ui",
|
|
30778
|
-
"decoration",
|
|
30779
|
-
"vehicle"
|
|
30780
31083
|
]
|
|
30781
31084
|
},
|
|
30782
31085
|
"category": {
|
|
@@ -30806,6 +31109,11 @@
|
|
|
30806
31109
|
"isometric"
|
|
30807
31110
|
]
|
|
30808
31111
|
},
|
|
31112
|
+
"variant": {
|
|
31113
|
+
"types": [
|
|
31114
|
+
"string"
|
|
31115
|
+
]
|
|
31116
|
+
},
|
|
30809
31117
|
"dimension": {
|
|
30810
31118
|
"types": [
|
|
30811
31119
|
"string"
|
|
@@ -30826,6 +31134,16 @@
|
|
|
30826
31134
|
"8:1"
|
|
30827
31135
|
]
|
|
30828
31136
|
},
|
|
31137
|
+
"atlas": {
|
|
31138
|
+
"types": [
|
|
31139
|
+
"asset"
|
|
31140
|
+
]
|
|
31141
|
+
},
|
|
31142
|
+
"sprite": {
|
|
31143
|
+
"types": [
|
|
31144
|
+
"string"
|
|
31145
|
+
]
|
|
31146
|
+
},
|
|
30829
31147
|
"name": {
|
|
30830
31148
|
"types": [
|
|
30831
31149
|
"string"
|
|
@@ -30838,7 +31156,9 @@
|
|
|
30838
31156
|
}
|
|
30839
31157
|
},
|
|
30840
31158
|
"required": [
|
|
30841
|
-
"url"
|
|
31159
|
+
"url",
|
|
31160
|
+
"role",
|
|
31161
|
+
"category"
|
|
30842
31162
|
]
|
|
30843
31163
|
},
|
|
30844
31164
|
"stateMachine": {
|
|
@@ -31085,18 +31405,6 @@
|
|
|
31085
31405
|
"role": {
|
|
31086
31406
|
"types": [
|
|
31087
31407
|
"string"
|
|
31088
|
-
],
|
|
31089
|
-
"enumValues": [
|
|
31090
|
-
"player",
|
|
31091
|
-
"enemy",
|
|
31092
|
-
"npc",
|
|
31093
|
-
"item",
|
|
31094
|
-
"tile",
|
|
31095
|
-
"projectile",
|
|
31096
|
-
"effect",
|
|
31097
|
-
"ui",
|
|
31098
|
-
"decoration",
|
|
31099
|
-
"vehicle"
|
|
31100
31408
|
]
|
|
31101
31409
|
},
|
|
31102
31410
|
"category": {
|
|
@@ -31126,6 +31434,11 @@
|
|
|
31126
31434
|
"isometric"
|
|
31127
31435
|
]
|
|
31128
31436
|
},
|
|
31437
|
+
"variant": {
|
|
31438
|
+
"types": [
|
|
31439
|
+
"string"
|
|
31440
|
+
]
|
|
31441
|
+
},
|
|
31129
31442
|
"dimension": {
|
|
31130
31443
|
"types": [
|
|
31131
31444
|
"string"
|
|
@@ -31146,6 +31459,16 @@
|
|
|
31146
31459
|
"8:1"
|
|
31147
31460
|
]
|
|
31148
31461
|
},
|
|
31462
|
+
"atlas": {
|
|
31463
|
+
"types": [
|
|
31464
|
+
"asset"
|
|
31465
|
+
]
|
|
31466
|
+
},
|
|
31467
|
+
"sprite": {
|
|
31468
|
+
"types": [
|
|
31469
|
+
"string"
|
|
31470
|
+
]
|
|
31471
|
+
},
|
|
31149
31472
|
"name": {
|
|
31150
31473
|
"types": [
|
|
31151
31474
|
"string"
|
|
@@ -31158,7 +31481,9 @@
|
|
|
31158
31481
|
}
|
|
31159
31482
|
},
|
|
31160
31483
|
"required": [
|
|
31161
|
-
"url"
|
|
31484
|
+
"url",
|
|
31485
|
+
"role",
|
|
31486
|
+
"category"
|
|
31162
31487
|
]
|
|
31163
31488
|
},
|
|
31164
31489
|
"stateMachine": {
|
|
@@ -31283,18 +31608,6 @@
|
|
|
31283
31608
|
"role": {
|
|
31284
31609
|
"types": [
|
|
31285
31610
|
"string"
|
|
31286
|
-
],
|
|
31287
|
-
"enumValues": [
|
|
31288
|
-
"player",
|
|
31289
|
-
"enemy",
|
|
31290
|
-
"npc",
|
|
31291
|
-
"item",
|
|
31292
|
-
"tile",
|
|
31293
|
-
"projectile",
|
|
31294
|
-
"effect",
|
|
31295
|
-
"ui",
|
|
31296
|
-
"decoration",
|
|
31297
|
-
"vehicle"
|
|
31298
31611
|
]
|
|
31299
31612
|
},
|
|
31300
31613
|
"category": {
|
|
@@ -31324,6 +31637,11 @@
|
|
|
31324
31637
|
"isometric"
|
|
31325
31638
|
]
|
|
31326
31639
|
},
|
|
31640
|
+
"variant": {
|
|
31641
|
+
"types": [
|
|
31642
|
+
"string"
|
|
31643
|
+
]
|
|
31644
|
+
},
|
|
31327
31645
|
"dimension": {
|
|
31328
31646
|
"types": [
|
|
31329
31647
|
"string"
|
|
@@ -31344,6 +31662,16 @@
|
|
|
31344
31662
|
"8:1"
|
|
31345
31663
|
]
|
|
31346
31664
|
},
|
|
31665
|
+
"atlas": {
|
|
31666
|
+
"types": [
|
|
31667
|
+
"asset"
|
|
31668
|
+
]
|
|
31669
|
+
},
|
|
31670
|
+
"sprite": {
|
|
31671
|
+
"types": [
|
|
31672
|
+
"string"
|
|
31673
|
+
]
|
|
31674
|
+
},
|
|
31347
31675
|
"name": {
|
|
31348
31676
|
"types": [
|
|
31349
31677
|
"string"
|
|
@@ -31356,7 +31684,9 @@
|
|
|
31356
31684
|
}
|
|
31357
31685
|
},
|
|
31358
31686
|
"required": [
|
|
31359
|
-
"url"
|
|
31687
|
+
"url",
|
|
31688
|
+
"role",
|
|
31689
|
+
"category"
|
|
31360
31690
|
]
|
|
31361
31691
|
},
|
|
31362
31692
|
"stateMachine": {
|
|
@@ -31436,18 +31766,6 @@
|
|
|
31436
31766
|
"role": {
|
|
31437
31767
|
"types": [
|
|
31438
31768
|
"string"
|
|
31439
|
-
],
|
|
31440
|
-
"enumValues": [
|
|
31441
|
-
"player",
|
|
31442
|
-
"enemy",
|
|
31443
|
-
"npc",
|
|
31444
|
-
"item",
|
|
31445
|
-
"tile",
|
|
31446
|
-
"projectile",
|
|
31447
|
-
"effect",
|
|
31448
|
-
"ui",
|
|
31449
|
-
"decoration",
|
|
31450
|
-
"vehicle"
|
|
31451
31769
|
]
|
|
31452
31770
|
},
|
|
31453
31771
|
"category": {
|
|
@@ -31477,6 +31795,11 @@
|
|
|
31477
31795
|
"isometric"
|
|
31478
31796
|
]
|
|
31479
31797
|
},
|
|
31798
|
+
"variant": {
|
|
31799
|
+
"types": [
|
|
31800
|
+
"string"
|
|
31801
|
+
]
|
|
31802
|
+
},
|
|
31480
31803
|
"dimension": {
|
|
31481
31804
|
"types": [
|
|
31482
31805
|
"string"
|
|
@@ -31497,6 +31820,16 @@
|
|
|
31497
31820
|
"8:1"
|
|
31498
31821
|
]
|
|
31499
31822
|
},
|
|
31823
|
+
"atlas": {
|
|
31824
|
+
"types": [
|
|
31825
|
+
"asset"
|
|
31826
|
+
]
|
|
31827
|
+
},
|
|
31828
|
+
"sprite": {
|
|
31829
|
+
"types": [
|
|
31830
|
+
"string"
|
|
31831
|
+
]
|
|
31832
|
+
},
|
|
31500
31833
|
"name": {
|
|
31501
31834
|
"types": [
|
|
31502
31835
|
"string"
|
|
@@ -31509,7 +31842,9 @@
|
|
|
31509
31842
|
}
|
|
31510
31843
|
},
|
|
31511
31844
|
"required": [
|
|
31512
|
-
"url"
|
|
31845
|
+
"url",
|
|
31846
|
+
"role",
|
|
31847
|
+
"category"
|
|
31513
31848
|
]
|
|
31514
31849
|
},
|
|
31515
31850
|
"stateMachine": {
|
|
@@ -32299,7 +32634,8 @@
|
|
|
32299
32634
|
"category": "component",
|
|
32300
32635
|
"tier": "atoms",
|
|
32301
32636
|
"family": "core",
|
|
32302
|
-
"description": "Aside
|
|
32637
|
+
"description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
|
|
32638
|
+
"capabilities": "settings navigation sidebar, preferences menu panel, account settings nav, secondary panel, side navigation rail",
|
|
32303
32639
|
"suggestedFor": [
|
|
32304
32640
|
"aside"
|
|
32305
32641
|
],
|
|
@@ -32556,7 +32892,8 @@
|
|
|
32556
32892
|
"category": "display",
|
|
32557
32893
|
"tier": "molecules",
|
|
32558
32894
|
"family": "core",
|
|
32559
|
-
"description": "TableView
|
|
32895
|
+
"description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
32896
|
+
"capabilities": "admin console table, records list, CRUD data table, user list, manage-users grid, sortable columns, row selection with bulk actions, grouped list view",
|
|
32560
32897
|
"suggestedFor": [
|
|
32561
32898
|
"table",
|
|
32562
32899
|
"view",
|
|
@@ -32988,7 +33325,7 @@
|
|
|
32988
33325
|
"types": [
|
|
32989
33326
|
"function"
|
|
32990
33327
|
],
|
|
32991
|
-
"description": "Per-row render function (schema alias). In .orb: [\"fn\",\"item\",{...}]. The compiler converts this to the children render prop.",
|
|
33328
|
+
"description": "Per-row render function (schema alias). In .orb: [\"fn\",\"item\",{...}]. The compiler converts this to the children render prop. In .lolo, author the per-row renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
32992
33329
|
"kind": "callback",
|
|
32993
33330
|
"callbackArgs": [
|
|
32994
33331
|
{
|
|
@@ -34236,18 +34573,6 @@
|
|
|
34236
34573
|
"role": {
|
|
34237
34574
|
"types": [
|
|
34238
34575
|
"string"
|
|
34239
|
-
],
|
|
34240
|
-
"enumValues": [
|
|
34241
|
-
"player",
|
|
34242
|
-
"enemy",
|
|
34243
|
-
"npc",
|
|
34244
|
-
"item",
|
|
34245
|
-
"tile",
|
|
34246
|
-
"projectile",
|
|
34247
|
-
"effect",
|
|
34248
|
-
"ui",
|
|
34249
|
-
"decoration",
|
|
34250
|
-
"vehicle"
|
|
34251
34576
|
]
|
|
34252
34577
|
},
|
|
34253
34578
|
"category": {
|
|
@@ -34277,6 +34602,11 @@
|
|
|
34277
34602
|
"isometric"
|
|
34278
34603
|
]
|
|
34279
34604
|
},
|
|
34605
|
+
"variant": {
|
|
34606
|
+
"types": [
|
|
34607
|
+
"string"
|
|
34608
|
+
]
|
|
34609
|
+
},
|
|
34280
34610
|
"dimension": {
|
|
34281
34611
|
"types": [
|
|
34282
34612
|
"string"
|
|
@@ -34297,6 +34627,16 @@
|
|
|
34297
34627
|
"8:1"
|
|
34298
34628
|
]
|
|
34299
34629
|
},
|
|
34630
|
+
"atlas": {
|
|
34631
|
+
"types": [
|
|
34632
|
+
"asset"
|
|
34633
|
+
]
|
|
34634
|
+
},
|
|
34635
|
+
"sprite": {
|
|
34636
|
+
"types": [
|
|
34637
|
+
"string"
|
|
34638
|
+
]
|
|
34639
|
+
},
|
|
34300
34640
|
"name": {
|
|
34301
34641
|
"types": [
|
|
34302
34642
|
"string"
|
|
@@ -34309,7 +34649,9 @@
|
|
|
34309
34649
|
}
|
|
34310
34650
|
},
|
|
34311
34651
|
"propertyRequired": [
|
|
34312
|
-
"url"
|
|
34652
|
+
"url",
|
|
34653
|
+
"role",
|
|
34654
|
+
"category"
|
|
34313
34655
|
]
|
|
34314
34656
|
},
|
|
34315
34657
|
"tileClickEvent": {
|
|
@@ -34549,18 +34891,6 @@
|
|
|
34549
34891
|
"role": {
|
|
34550
34892
|
"types": [
|
|
34551
34893
|
"string"
|
|
34552
|
-
],
|
|
34553
|
-
"enumValues": [
|
|
34554
|
-
"player",
|
|
34555
|
-
"enemy",
|
|
34556
|
-
"npc",
|
|
34557
|
-
"item",
|
|
34558
|
-
"tile",
|
|
34559
|
-
"projectile",
|
|
34560
|
-
"effect",
|
|
34561
|
-
"ui",
|
|
34562
|
-
"decoration",
|
|
34563
|
-
"vehicle"
|
|
34564
34894
|
]
|
|
34565
34895
|
},
|
|
34566
34896
|
"category": {
|
|
@@ -34590,6 +34920,11 @@
|
|
|
34590
34920
|
"isometric"
|
|
34591
34921
|
]
|
|
34592
34922
|
},
|
|
34923
|
+
"variant": {
|
|
34924
|
+
"types": [
|
|
34925
|
+
"string"
|
|
34926
|
+
]
|
|
34927
|
+
},
|
|
34593
34928
|
"dimension": {
|
|
34594
34929
|
"types": [
|
|
34595
34930
|
"string"
|
|
@@ -34610,6 +34945,16 @@
|
|
|
34610
34945
|
"8:1"
|
|
34611
34946
|
]
|
|
34612
34947
|
},
|
|
34948
|
+
"atlas": {
|
|
34949
|
+
"types": [
|
|
34950
|
+
"asset"
|
|
34951
|
+
]
|
|
34952
|
+
},
|
|
34953
|
+
"sprite": {
|
|
34954
|
+
"types": [
|
|
34955
|
+
"string"
|
|
34956
|
+
]
|
|
34957
|
+
},
|
|
34613
34958
|
"name": {
|
|
34614
34959
|
"types": [
|
|
34615
34960
|
"string"
|
|
@@ -34622,7 +34967,9 @@
|
|
|
34622
34967
|
}
|
|
34623
34968
|
},
|
|
34624
34969
|
"required": [
|
|
34625
|
-
"url"
|
|
34970
|
+
"url",
|
|
34971
|
+
"role",
|
|
34972
|
+
"category"
|
|
34626
34973
|
]
|
|
34627
34974
|
},
|
|
34628
34975
|
"variant": {
|
|
@@ -34772,18 +35119,6 @@
|
|
|
34772
35119
|
"role": {
|
|
34773
35120
|
"types": [
|
|
34774
35121
|
"string"
|
|
34775
|
-
],
|
|
34776
|
-
"enumValues": [
|
|
34777
|
-
"player",
|
|
34778
|
-
"enemy",
|
|
34779
|
-
"npc",
|
|
34780
|
-
"item",
|
|
34781
|
-
"tile",
|
|
34782
|
-
"projectile",
|
|
34783
|
-
"effect",
|
|
34784
|
-
"ui",
|
|
34785
|
-
"decoration",
|
|
34786
|
-
"vehicle"
|
|
34787
35122
|
]
|
|
34788
35123
|
},
|
|
34789
35124
|
"category": {
|
|
@@ -34813,6 +35148,11 @@
|
|
|
34813
35148
|
"isometric"
|
|
34814
35149
|
]
|
|
34815
35150
|
},
|
|
35151
|
+
"variant": {
|
|
35152
|
+
"types": [
|
|
35153
|
+
"string"
|
|
35154
|
+
]
|
|
35155
|
+
},
|
|
34816
35156
|
"dimension": {
|
|
34817
35157
|
"types": [
|
|
34818
35158
|
"string"
|
|
@@ -34833,6 +35173,16 @@
|
|
|
34833
35173
|
"8:1"
|
|
34834
35174
|
]
|
|
34835
35175
|
},
|
|
35176
|
+
"atlas": {
|
|
35177
|
+
"types": [
|
|
35178
|
+
"asset"
|
|
35179
|
+
]
|
|
35180
|
+
},
|
|
35181
|
+
"sprite": {
|
|
35182
|
+
"types": [
|
|
35183
|
+
"string"
|
|
35184
|
+
]
|
|
35185
|
+
},
|
|
34836
35186
|
"name": {
|
|
34837
35187
|
"types": [
|
|
34838
35188
|
"string"
|
|
@@ -34845,7 +35195,9 @@
|
|
|
34845
35195
|
}
|
|
34846
35196
|
},
|
|
34847
35197
|
"required": [
|
|
34848
|
-
"url"
|
|
35198
|
+
"url",
|
|
35199
|
+
"role",
|
|
35200
|
+
"category"
|
|
34849
35201
|
]
|
|
34850
35202
|
}
|
|
34851
35203
|
},
|
|
@@ -34902,18 +35254,6 @@
|
|
|
34902
35254
|
"role": {
|
|
34903
35255
|
"types": [
|
|
34904
35256
|
"string"
|
|
34905
|
-
],
|
|
34906
|
-
"enumValues": [
|
|
34907
|
-
"player",
|
|
34908
|
-
"enemy",
|
|
34909
|
-
"npc",
|
|
34910
|
-
"item",
|
|
34911
|
-
"tile",
|
|
34912
|
-
"projectile",
|
|
34913
|
-
"effect",
|
|
34914
|
-
"ui",
|
|
34915
|
-
"decoration",
|
|
34916
|
-
"vehicle"
|
|
34917
35257
|
]
|
|
34918
35258
|
},
|
|
34919
35259
|
"category": {
|
|
@@ -34943,6 +35283,11 @@
|
|
|
34943
35283
|
"isometric"
|
|
34944
35284
|
]
|
|
34945
35285
|
},
|
|
35286
|
+
"variant": {
|
|
35287
|
+
"types": [
|
|
35288
|
+
"string"
|
|
35289
|
+
]
|
|
35290
|
+
},
|
|
34946
35291
|
"dimension": {
|
|
34947
35292
|
"types": [
|
|
34948
35293
|
"string"
|
|
@@ -34963,6 +35308,16 @@
|
|
|
34963
35308
|
"8:1"
|
|
34964
35309
|
]
|
|
34965
35310
|
},
|
|
35311
|
+
"atlas": {
|
|
35312
|
+
"types": [
|
|
35313
|
+
"asset"
|
|
35314
|
+
]
|
|
35315
|
+
},
|
|
35316
|
+
"sprite": {
|
|
35317
|
+
"types": [
|
|
35318
|
+
"string"
|
|
35319
|
+
]
|
|
35320
|
+
},
|
|
34966
35321
|
"name": {
|
|
34967
35322
|
"types": [
|
|
34968
35323
|
"string"
|
|
@@ -34975,7 +35330,9 @@
|
|
|
34975
35330
|
}
|
|
34976
35331
|
},
|
|
34977
35332
|
"propertyRequired": [
|
|
34978
|
-
"url"
|
|
35333
|
+
"url",
|
|
35334
|
+
"role",
|
|
35335
|
+
"category"
|
|
34979
35336
|
]
|
|
34980
35337
|
},
|
|
34981
35338
|
"icon": {
|
|
@@ -37659,7 +38016,8 @@
|
|
|
37659
38016
|
"category": "display",
|
|
37660
38017
|
"tier": "atoms",
|
|
37661
38018
|
"family": "marketing",
|
|
37662
|
-
"description": "MarketingStatCard
|
|
38019
|
+
"description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta.",
|
|
38020
|
+
"capabilities": "KPI card, metric tile, dashboard stat card, number card, big-number widget, stat highlight, key metric callout",
|
|
37663
38021
|
"suggestedFor": [
|
|
37664
38022
|
"marketing",
|
|
37665
38023
|
"stat",
|
|
@@ -38594,31 +38952,31 @@
|
|
|
38594
38952
|
"types": [
|
|
38595
38953
|
"number"
|
|
38596
38954
|
],
|
|
38597
|
-
"description": "Rect width in
|
|
38955
|
+
"description": "Rect width in world units (fractions of `projector.tileWidth`)."
|
|
38598
38956
|
},
|
|
38599
38957
|
"height": {
|
|
38600
38958
|
"types": [
|
|
38601
38959
|
"number"
|
|
38602
38960
|
],
|
|
38603
|
-
"description": "Rect height in
|
|
38961
|
+
"description": "Rect height in world units (fractions of `projector.tileWidth`)."
|
|
38604
38962
|
},
|
|
38605
38963
|
"radiusX": {
|
|
38606
38964
|
"types": [
|
|
38607
38965
|
"number"
|
|
38608
38966
|
],
|
|
38609
|
-
"description": "Ellipse horizontal radius in
|
|
38967
|
+
"description": "Ellipse horizontal radius in world units (fractions of `projector.tileWidth`)."
|
|
38610
38968
|
},
|
|
38611
38969
|
"radiusY": {
|
|
38612
38970
|
"types": [
|
|
38613
38971
|
"number"
|
|
38614
38972
|
],
|
|
38615
|
-
"description": "Ellipse vertical radius in
|
|
38973
|
+
"description": "Ellipse vertical radius in world units; omitted → `radiusX` (a circle)."
|
|
38616
38974
|
},
|
|
38617
38975
|
"offsetX": {
|
|
38618
38976
|
"types": [
|
|
38619
38977
|
"number"
|
|
38620
38978
|
],
|
|
38621
|
-
"description": "Fine
|
|
38979
|
+
"description": "Fine nudge from the anchor point in world units."
|
|
38622
38980
|
},
|
|
38623
38981
|
"offsetY": {
|
|
38624
38982
|
"types": [
|
|
@@ -38630,7 +38988,7 @@
|
|
|
38630
38988
|
"types": [
|
|
38631
38989
|
"array"
|
|
38632
38990
|
],
|
|
38633
|
-
"description": "Poly vertices as
|
|
38991
|
+
"description": "Poly vertices as world-unit offsets relative to the cell's projected top-left.",
|
|
38634
38992
|
"items": {
|
|
38635
38993
|
"types": [
|
|
38636
38994
|
"object"
|
|
@@ -38734,18 +39092,6 @@
|
|
|
38734
39092
|
"role": {
|
|
38735
39093
|
"types": [
|
|
38736
39094
|
"string"
|
|
38737
|
-
],
|
|
38738
|
-
"enumValues": [
|
|
38739
|
-
"player",
|
|
38740
|
-
"enemy",
|
|
38741
|
-
"npc",
|
|
38742
|
-
"item",
|
|
38743
|
-
"tile",
|
|
38744
|
-
"projectile",
|
|
38745
|
-
"effect",
|
|
38746
|
-
"ui",
|
|
38747
|
-
"decoration",
|
|
38748
|
-
"vehicle"
|
|
38749
39095
|
]
|
|
38750
39096
|
},
|
|
38751
39097
|
"category": {
|
|
@@ -38775,6 +39121,11 @@
|
|
|
38775
39121
|
"isometric"
|
|
38776
39122
|
]
|
|
38777
39123
|
},
|
|
39124
|
+
"variant": {
|
|
39125
|
+
"types": [
|
|
39126
|
+
"string"
|
|
39127
|
+
]
|
|
39128
|
+
},
|
|
38778
39129
|
"dimension": {
|
|
38779
39130
|
"types": [
|
|
38780
39131
|
"string"
|
|
@@ -38795,6 +39146,16 @@
|
|
|
38795
39146
|
"8:1"
|
|
38796
39147
|
]
|
|
38797
39148
|
},
|
|
39149
|
+
"atlas": {
|
|
39150
|
+
"types": [
|
|
39151
|
+
"asset"
|
|
39152
|
+
]
|
|
39153
|
+
},
|
|
39154
|
+
"sprite": {
|
|
39155
|
+
"types": [
|
|
39156
|
+
"string"
|
|
39157
|
+
]
|
|
39158
|
+
},
|
|
38798
39159
|
"name": {
|
|
38799
39160
|
"types": [
|
|
38800
39161
|
"string"
|
|
@@ -38807,7 +39168,9 @@
|
|
|
38807
39168
|
}
|
|
38808
39169
|
},
|
|
38809
39170
|
"propertyRequired": [
|
|
38810
|
-
"url"
|
|
39171
|
+
"url",
|
|
39172
|
+
"role",
|
|
39173
|
+
"category"
|
|
38811
39174
|
]
|
|
38812
39175
|
},
|
|
38813
39176
|
"anchor": {
|
|
@@ -39221,18 +39584,6 @@
|
|
|
39221
39584
|
"role": {
|
|
39222
39585
|
"types": [
|
|
39223
39586
|
"string"
|
|
39224
|
-
],
|
|
39225
|
-
"enumValues": [
|
|
39226
|
-
"player",
|
|
39227
|
-
"enemy",
|
|
39228
|
-
"npc",
|
|
39229
|
-
"item",
|
|
39230
|
-
"tile",
|
|
39231
|
-
"projectile",
|
|
39232
|
-
"effect",
|
|
39233
|
-
"ui",
|
|
39234
|
-
"decoration",
|
|
39235
|
-
"vehicle"
|
|
39236
39587
|
]
|
|
39237
39588
|
},
|
|
39238
39589
|
"category": {
|
|
@@ -39262,6 +39613,11 @@
|
|
|
39262
39613
|
"isometric"
|
|
39263
39614
|
]
|
|
39264
39615
|
},
|
|
39616
|
+
"variant": {
|
|
39617
|
+
"types": [
|
|
39618
|
+
"string"
|
|
39619
|
+
]
|
|
39620
|
+
},
|
|
39265
39621
|
"dimension": {
|
|
39266
39622
|
"types": [
|
|
39267
39623
|
"string"
|
|
@@ -39282,6 +39638,16 @@
|
|
|
39282
39638
|
"8:1"
|
|
39283
39639
|
]
|
|
39284
39640
|
},
|
|
39641
|
+
"atlas": {
|
|
39642
|
+
"types": [
|
|
39643
|
+
"asset"
|
|
39644
|
+
]
|
|
39645
|
+
},
|
|
39646
|
+
"sprite": {
|
|
39647
|
+
"types": [
|
|
39648
|
+
"string"
|
|
39649
|
+
]
|
|
39650
|
+
},
|
|
39285
39651
|
"name": {
|
|
39286
39652
|
"types": [
|
|
39287
39653
|
"string"
|
|
@@ -39294,7 +39660,9 @@
|
|
|
39294
39660
|
}
|
|
39295
39661
|
},
|
|
39296
39662
|
"required": [
|
|
39297
|
-
"url"
|
|
39663
|
+
"url",
|
|
39664
|
+
"role",
|
|
39665
|
+
"category"
|
|
39298
39666
|
]
|
|
39299
39667
|
},
|
|
39300
39668
|
"anchor": {
|
|
@@ -39573,18 +39941,6 @@
|
|
|
39573
39941
|
"role": {
|
|
39574
39942
|
"types": [
|
|
39575
39943
|
"string"
|
|
39576
|
-
],
|
|
39577
|
-
"enumValues": [
|
|
39578
|
-
"player",
|
|
39579
|
-
"enemy",
|
|
39580
|
-
"npc",
|
|
39581
|
-
"item",
|
|
39582
|
-
"tile",
|
|
39583
|
-
"projectile",
|
|
39584
|
-
"effect",
|
|
39585
|
-
"ui",
|
|
39586
|
-
"decoration",
|
|
39587
|
-
"vehicle"
|
|
39588
39944
|
]
|
|
39589
39945
|
},
|
|
39590
39946
|
"category": {
|
|
@@ -39614,6 +39970,11 @@
|
|
|
39614
39970
|
"isometric"
|
|
39615
39971
|
]
|
|
39616
39972
|
},
|
|
39973
|
+
"variant": {
|
|
39974
|
+
"types": [
|
|
39975
|
+
"string"
|
|
39976
|
+
]
|
|
39977
|
+
},
|
|
39617
39978
|
"dimension": {
|
|
39618
39979
|
"types": [
|
|
39619
39980
|
"string"
|
|
@@ -39634,6 +39995,16 @@
|
|
|
39634
39995
|
"8:1"
|
|
39635
39996
|
]
|
|
39636
39997
|
},
|
|
39998
|
+
"atlas": {
|
|
39999
|
+
"types": [
|
|
40000
|
+
"asset"
|
|
40001
|
+
]
|
|
40002
|
+
},
|
|
40003
|
+
"sprite": {
|
|
40004
|
+
"types": [
|
|
40005
|
+
"string"
|
|
40006
|
+
]
|
|
40007
|
+
},
|
|
39637
40008
|
"name": {
|
|
39638
40009
|
"types": [
|
|
39639
40010
|
"string"
|
|
@@ -39646,7 +40017,9 @@
|
|
|
39646
40017
|
}
|
|
39647
40018
|
},
|
|
39648
40019
|
"propertyRequired": [
|
|
39649
|
-
"url"
|
|
40020
|
+
"url",
|
|
40021
|
+
"role",
|
|
40022
|
+
"category"
|
|
39650
40023
|
]
|
|
39651
40024
|
},
|
|
39652
40025
|
"backgroundColor": {
|
|
@@ -39821,6 +40194,74 @@
|
|
|
39821
40194
|
}
|
|
39822
40195
|
},
|
|
39823
40196
|
"drawHost": true
|
|
40197
|
+
},
|
|
40198
|
+
"presence": {
|
|
40199
|
+
"type": "presence",
|
|
40200
|
+
"category": "component",
|
|
40201
|
+
"tier": "atoms",
|
|
40202
|
+
"family": "core",
|
|
40203
|
+
"description": "Presence component",
|
|
40204
|
+
"suggestedFor": [
|
|
40205
|
+
"presence"
|
|
40206
|
+
],
|
|
40207
|
+
"typicalSize": "small",
|
|
40208
|
+
"propsSchema": {
|
|
40209
|
+
"show": {
|
|
40210
|
+
"types": [
|
|
40211
|
+
"boolean"
|
|
40212
|
+
],
|
|
40213
|
+
"description": "When false, the exit animation runs, then children unmount.",
|
|
40214
|
+
"required": true
|
|
40215
|
+
},
|
|
40216
|
+
"className": {
|
|
40217
|
+
"types": [
|
|
40218
|
+
"string"
|
|
40219
|
+
],
|
|
40220
|
+
"description": "className prop"
|
|
40221
|
+
},
|
|
40222
|
+
"children": {
|
|
40223
|
+
"types": [
|
|
40224
|
+
"node"
|
|
40225
|
+
],
|
|
40226
|
+
"description": "children prop",
|
|
40227
|
+
"required": true
|
|
40228
|
+
}
|
|
40229
|
+
}
|
|
40230
|
+
},
|
|
40231
|
+
"page-transition": {
|
|
40232
|
+
"type": "page-transition",
|
|
40233
|
+
"category": "component",
|
|
40234
|
+
"tier": "molecules",
|
|
40235
|
+
"family": "core",
|
|
40236
|
+
"description": "PageTransition component",
|
|
40237
|
+
"suggestedFor": [
|
|
40238
|
+
"page",
|
|
40239
|
+
"transition",
|
|
40240
|
+
"page transition"
|
|
40241
|
+
],
|
|
40242
|
+
"typicalSize": "medium",
|
|
40243
|
+
"propsSchema": {
|
|
40244
|
+
"locationKey": {
|
|
40245
|
+
"types": [
|
|
40246
|
+
"string"
|
|
40247
|
+
],
|
|
40248
|
+
"description": "Value that changes on navigation (e.g. `location.pathname`).",
|
|
40249
|
+
"required": true
|
|
40250
|
+
},
|
|
40251
|
+
"children": {
|
|
40252
|
+
"types": [
|
|
40253
|
+
"node"
|
|
40254
|
+
],
|
|
40255
|
+
"description": "children prop",
|
|
40256
|
+
"required": true
|
|
40257
|
+
},
|
|
40258
|
+
"className": {
|
|
40259
|
+
"types": [
|
|
40260
|
+
"string"
|
|
40261
|
+
],
|
|
40262
|
+
"description": "className prop"
|
|
40263
|
+
}
|
|
40264
|
+
}
|
|
39824
40265
|
}
|
|
39825
40266
|
},
|
|
39826
40267
|
"categories": [
|