@almadar/core 10.30.0 → 10.32.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-C458pIMW.d.ts → builders-CnPRr1cq.d.ts} +688 -688
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js +10 -6
- package/dist/builders.js.map +1 -1
- package/dist/{pattern-types-CLcOXOmW.d.ts → effect-8eas3tpU.d.ts} +1559 -39
- package/dist/{expression-CB9R3KWk.d.ts → expression-BlFrxmNB.d.ts} +1 -1
- package/dist/factory/index.d.ts +6 -6
- package/dist/factory-runtime/index.d.ts +4 -4
- package/dist/factory-runtime/index.js +10 -6
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +30 -12
- package/dist/index.js +1490 -1029
- package/dist/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +13 -3
- package/dist/patterns/event-contracts.json +23 -3
- package/dist/patterns/index.d.ts +2189 -1056
- package/dist/patterns/index.js +992 -616
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +1102 -777
- package/dist/patterns/registry.json +1102 -777
- package/dist/state-machine/index.d.ts +13 -2
- package/dist/state-machine/index.js +48 -23
- package/dist/state-machine/index.js.map +1 -1
- package/dist/{trait-CwWjkU-1.d.ts → trait-CMGaEccZ.d.ts} +53 -1503
- package/dist/types/index.d.ts +11 -11
- package/dist/types/index.js +21 -17
- package/dist/types/index.js.map +1 -1
- package/dist/{types-yW22YNNt.d.ts → types-B6IYPXZM.d.ts} +2 -3
- package/package.json +1 -1
- package/dist/json-DOTchoRS.d.ts +0 -57
package/dist/patterns/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
1
3
|
// src/patterns/patterns-registry.json
|
|
2
4
|
var patterns_registry_default = {
|
|
3
5
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-07-
|
|
6
|
+
exportedAt: "2026-07-23T14:32:35.644Z",
|
|
5
7
|
patterns: {
|
|
6
8
|
"entity-table": {
|
|
7
9
|
type: "entity-table",
|
|
@@ -3500,7 +3502,8 @@ var patterns_registry_default = {
|
|
|
3500
3502
|
types: [
|
|
3501
3503
|
"string"
|
|
3502
3504
|
],
|
|
3503
|
-
description: "
|
|
3505
|
+
description: "Declarative search event \u2014 emits UI:{event} via eventBus on query submit (alongside canonical UI:SEARCH)",
|
|
3506
|
+
kind: "event"
|
|
3504
3507
|
},
|
|
3505
3508
|
entity: {
|
|
3506
3509
|
types: [
|
|
@@ -3521,7 +3524,8 @@ var patterns_registry_default = {
|
|
|
3521
3524
|
category: "filter",
|
|
3522
3525
|
tier: "molecules",
|
|
3523
3526
|
family: "core",
|
|
3524
|
-
description: "
|
|
3527
|
+
description: "FilterGroup \u2014 a panel of filter controls that narrows a collection by field values.",
|
|
3528
|
+
capabilities: "search refinement panel, facet filters, admin list filters, records filter sidebar, filter chips panel",
|
|
3525
3529
|
suggestedFor: [
|
|
3526
3530
|
"list pages with filterable data"
|
|
3527
3531
|
],
|
|
@@ -3658,6 +3662,20 @@ var patterns_registry_default = {
|
|
|
3658
3662
|
"inline-column-header"
|
|
3659
3663
|
],
|
|
3660
3664
|
default: "toolbar"
|
|
3665
|
+
},
|
|
3666
|
+
event: {
|
|
3667
|
+
types: [
|
|
3668
|
+
"string"
|
|
3669
|
+
],
|
|
3670
|
+
description: "Declarative filter event \u2014 emits UI:{event} via eventBus on filter change (alongside canonical UI:FILTER)",
|
|
3671
|
+
kind: "event"
|
|
3672
|
+
},
|
|
3673
|
+
clearEvent: {
|
|
3674
|
+
types: [
|
|
3675
|
+
"string"
|
|
3676
|
+
],
|
|
3677
|
+
description: "Declarative clear event \u2014 emits UI:{clearEvent} via eventBus on clear-all (alongside canonical UI:CLEAR_FILTERS)",
|
|
3678
|
+
kind: "event"
|
|
3661
3679
|
}
|
|
3662
3680
|
}
|
|
3663
3681
|
},
|
|
@@ -3722,18 +3740,6 @@ var patterns_registry_default = {
|
|
|
3722
3740
|
role: {
|
|
3723
3741
|
types: [
|
|
3724
3742
|
"string"
|
|
3725
|
-
],
|
|
3726
|
-
enumValues: [
|
|
3727
|
-
"player",
|
|
3728
|
-
"enemy",
|
|
3729
|
-
"npc",
|
|
3730
|
-
"item",
|
|
3731
|
-
"tile",
|
|
3732
|
-
"projectile",
|
|
3733
|
-
"effect",
|
|
3734
|
-
"ui",
|
|
3735
|
-
"decoration",
|
|
3736
|
-
"vehicle"
|
|
3737
3743
|
]
|
|
3738
3744
|
},
|
|
3739
3745
|
category: {
|
|
@@ -3763,6 +3769,11 @@ var patterns_registry_default = {
|
|
|
3763
3769
|
"isometric"
|
|
3764
3770
|
]
|
|
3765
3771
|
},
|
|
3772
|
+
variant: {
|
|
3773
|
+
types: [
|
|
3774
|
+
"string"
|
|
3775
|
+
]
|
|
3776
|
+
},
|
|
3766
3777
|
dimension: {
|
|
3767
3778
|
types: [
|
|
3768
3779
|
"string"
|
|
@@ -3783,6 +3794,16 @@ var patterns_registry_default = {
|
|
|
3783
3794
|
"8:1"
|
|
3784
3795
|
]
|
|
3785
3796
|
},
|
|
3797
|
+
atlas: {
|
|
3798
|
+
types: [
|
|
3799
|
+
"asset"
|
|
3800
|
+
]
|
|
3801
|
+
},
|
|
3802
|
+
sprite: {
|
|
3803
|
+
types: [
|
|
3804
|
+
"string"
|
|
3805
|
+
]
|
|
3806
|
+
},
|
|
3786
3807
|
name: {
|
|
3787
3808
|
types: [
|
|
3788
3809
|
"string"
|
|
@@ -3795,7 +3816,9 @@ var patterns_registry_default = {
|
|
|
3795
3816
|
}
|
|
3796
3817
|
},
|
|
3797
3818
|
required: [
|
|
3798
|
-
"url"
|
|
3819
|
+
"url",
|
|
3820
|
+
"role",
|
|
3821
|
+
"category"
|
|
3799
3822
|
]
|
|
3800
3823
|
},
|
|
3801
3824
|
badge: {
|
|
@@ -3874,18 +3897,6 @@ var patterns_registry_default = {
|
|
|
3874
3897
|
role: {
|
|
3875
3898
|
types: [
|
|
3876
3899
|
"string"
|
|
3877
|
-
],
|
|
3878
|
-
enumValues: [
|
|
3879
|
-
"player",
|
|
3880
|
-
"enemy",
|
|
3881
|
-
"npc",
|
|
3882
|
-
"item",
|
|
3883
|
-
"tile",
|
|
3884
|
-
"projectile",
|
|
3885
|
-
"effect",
|
|
3886
|
-
"ui",
|
|
3887
|
-
"decoration",
|
|
3888
|
-
"vehicle"
|
|
3889
3900
|
]
|
|
3890
3901
|
},
|
|
3891
3902
|
category: {
|
|
@@ -3915,6 +3926,11 @@ var patterns_registry_default = {
|
|
|
3915
3926
|
"isometric"
|
|
3916
3927
|
]
|
|
3917
3928
|
},
|
|
3929
|
+
variant: {
|
|
3930
|
+
types: [
|
|
3931
|
+
"string"
|
|
3932
|
+
]
|
|
3933
|
+
},
|
|
3918
3934
|
dimension: {
|
|
3919
3935
|
types: [
|
|
3920
3936
|
"string"
|
|
@@ -3935,6 +3951,16 @@ var patterns_registry_default = {
|
|
|
3935
3951
|
"8:1"
|
|
3936
3952
|
]
|
|
3937
3953
|
},
|
|
3954
|
+
atlas: {
|
|
3955
|
+
types: [
|
|
3956
|
+
"asset"
|
|
3957
|
+
]
|
|
3958
|
+
},
|
|
3959
|
+
sprite: {
|
|
3960
|
+
types: [
|
|
3961
|
+
"string"
|
|
3962
|
+
]
|
|
3963
|
+
},
|
|
3938
3964
|
name: {
|
|
3939
3965
|
types: [
|
|
3940
3966
|
"string"
|
|
@@ -3947,7 +3973,9 @@ var patterns_registry_default = {
|
|
|
3947
3973
|
}
|
|
3948
3974
|
},
|
|
3949
3975
|
required: [
|
|
3950
|
-
"url"
|
|
3976
|
+
"url",
|
|
3977
|
+
"role",
|
|
3978
|
+
"category"
|
|
3951
3979
|
]
|
|
3952
3980
|
},
|
|
3953
3981
|
badge: {
|
|
@@ -5385,6 +5413,13 @@ var patterns_registry_default = {
|
|
|
5385
5413
|
"string"
|
|
5386
5414
|
],
|
|
5387
5415
|
description: "className prop"
|
|
5416
|
+
},
|
|
5417
|
+
fullPage: {
|
|
5418
|
+
types: [
|
|
5419
|
+
"boolean"
|
|
5420
|
+
],
|
|
5421
|
+
description: "Center over the whole viewport (fix: inset-0 overlay) instead of inline.",
|
|
5422
|
+
default: false
|
|
5388
5423
|
}
|
|
5389
5424
|
}
|
|
5390
5425
|
},
|
|
@@ -5576,6 +5611,14 @@ var patterns_registry_default = {
|
|
|
5576
5611
|
kind: "callback",
|
|
5577
5612
|
callbackArgs: []
|
|
5578
5613
|
},
|
|
5614
|
+
onExited: {
|
|
5615
|
+
types: [
|
|
5616
|
+
"function"
|
|
5617
|
+
],
|
|
5618
|
+
description: "Fires after the exit animation completes (the modal is about to unmount).",
|
|
5619
|
+
kind: "callback",
|
|
5620
|
+
callbackArgs: []
|
|
5621
|
+
},
|
|
5579
5622
|
title: {
|
|
5580
5623
|
types: [
|
|
5581
5624
|
"string"
|
|
@@ -5696,9 +5739,9 @@ var patterns_registry_default = {
|
|
|
5696
5739
|
},
|
|
5697
5740
|
title: {
|
|
5698
5741
|
types: [
|
|
5699
|
-
"
|
|
5742
|
+
"node"
|
|
5700
5743
|
],
|
|
5701
|
-
description: "Drawer title"
|
|
5744
|
+
description: "Drawer title (text or any node, e.g. a brand logo + name)."
|
|
5702
5745
|
},
|
|
5703
5746
|
children: {
|
|
5704
5747
|
types: [
|
|
@@ -6885,18 +6928,6 @@ var patterns_registry_default = {
|
|
|
6885
6928
|
role: {
|
|
6886
6929
|
types: [
|
|
6887
6930
|
"string"
|
|
6888
|
-
],
|
|
6889
|
-
enumValues: [
|
|
6890
|
-
"player",
|
|
6891
|
-
"enemy",
|
|
6892
|
-
"npc",
|
|
6893
|
-
"item",
|
|
6894
|
-
"tile",
|
|
6895
|
-
"projectile",
|
|
6896
|
-
"effect",
|
|
6897
|
-
"ui",
|
|
6898
|
-
"decoration",
|
|
6899
|
-
"vehicle"
|
|
6900
6931
|
]
|
|
6901
6932
|
},
|
|
6902
6933
|
category: {
|
|
@@ -6926,6 +6957,11 @@ var patterns_registry_default = {
|
|
|
6926
6957
|
"isometric"
|
|
6927
6958
|
]
|
|
6928
6959
|
},
|
|
6960
|
+
variant: {
|
|
6961
|
+
types: [
|
|
6962
|
+
"string"
|
|
6963
|
+
]
|
|
6964
|
+
},
|
|
6929
6965
|
dimension: {
|
|
6930
6966
|
types: [
|
|
6931
6967
|
"string"
|
|
@@ -6946,6 +6982,16 @@ var patterns_registry_default = {
|
|
|
6946
6982
|
"8:1"
|
|
6947
6983
|
]
|
|
6948
6984
|
},
|
|
6985
|
+
atlas: {
|
|
6986
|
+
types: [
|
|
6987
|
+
"asset"
|
|
6988
|
+
]
|
|
6989
|
+
},
|
|
6990
|
+
sprite: {
|
|
6991
|
+
types: [
|
|
6992
|
+
"string"
|
|
6993
|
+
]
|
|
6994
|
+
},
|
|
6949
6995
|
name: {
|
|
6950
6996
|
types: [
|
|
6951
6997
|
"string"
|
|
@@ -6958,7 +7004,9 @@ var patterns_registry_default = {
|
|
|
6958
7004
|
}
|
|
6959
7005
|
},
|
|
6960
7006
|
propertyRequired: [
|
|
6961
|
-
"url"
|
|
7007
|
+
"url",
|
|
7008
|
+
"role",
|
|
7009
|
+
"category"
|
|
6962
7010
|
]
|
|
6963
7011
|
},
|
|
6964
7012
|
action: {
|
|
@@ -7078,18 +7126,6 @@ var patterns_registry_default = {
|
|
|
7078
7126
|
role: {
|
|
7079
7127
|
types: [
|
|
7080
7128
|
"string"
|
|
7081
|
-
],
|
|
7082
|
-
enumValues: [
|
|
7083
|
-
"player",
|
|
7084
|
-
"enemy",
|
|
7085
|
-
"npc",
|
|
7086
|
-
"item",
|
|
7087
|
-
"tile",
|
|
7088
|
-
"projectile",
|
|
7089
|
-
"effect",
|
|
7090
|
-
"ui",
|
|
7091
|
-
"decoration",
|
|
7092
|
-
"vehicle"
|
|
7093
7129
|
]
|
|
7094
7130
|
},
|
|
7095
7131
|
category: {
|
|
@@ -7119,6 +7155,11 @@ var patterns_registry_default = {
|
|
|
7119
7155
|
"isometric"
|
|
7120
7156
|
]
|
|
7121
7157
|
},
|
|
7158
|
+
variant: {
|
|
7159
|
+
types: [
|
|
7160
|
+
"string"
|
|
7161
|
+
]
|
|
7162
|
+
},
|
|
7122
7163
|
dimension: {
|
|
7123
7164
|
types: [
|
|
7124
7165
|
"string"
|
|
@@ -7139,6 +7180,16 @@ var patterns_registry_default = {
|
|
|
7139
7180
|
"8:1"
|
|
7140
7181
|
]
|
|
7141
7182
|
},
|
|
7183
|
+
atlas: {
|
|
7184
|
+
types: [
|
|
7185
|
+
"asset"
|
|
7186
|
+
]
|
|
7187
|
+
},
|
|
7188
|
+
sprite: {
|
|
7189
|
+
types: [
|
|
7190
|
+
"string"
|
|
7191
|
+
]
|
|
7192
|
+
},
|
|
7142
7193
|
name: {
|
|
7143
7194
|
types: [
|
|
7144
7195
|
"string"
|
|
@@ -7151,7 +7202,9 @@ var patterns_registry_default = {
|
|
|
7151
7202
|
}
|
|
7152
7203
|
},
|
|
7153
7204
|
propertyRequired: [
|
|
7154
|
-
"url"
|
|
7205
|
+
"url",
|
|
7206
|
+
"role",
|
|
7207
|
+
"category"
|
|
7155
7208
|
]
|
|
7156
7209
|
},
|
|
7157
7210
|
onRemove: {
|
|
@@ -8892,7 +8945,8 @@ var patterns_registry_default = {
|
|
|
8892
8945
|
category: "form",
|
|
8893
8946
|
tier: "molecules",
|
|
8894
8947
|
family: "core",
|
|
8895
|
-
description: "
|
|
8948
|
+
description: "RepeatableFormSection \u2014 a form section that repeats a fixed group of fields, letting the user add or remove entries.",
|
|
8949
|
+
capabilities: "dynamic line items, repeatable field group, add/remove entry rows, multi-entry form block",
|
|
8896
8950
|
suggestedFor: [
|
|
8897
8951
|
"repeating fields",
|
|
8898
8952
|
"dynamic forms",
|
|
@@ -9697,8 +9751,9 @@ var patterns_registry_default = {
|
|
|
9697
9751
|
types: [
|
|
9698
9752
|
"string"
|
|
9699
9753
|
],
|
|
9700
|
-
description: "Font weight override",
|
|
9754
|
+
description: "Font weight override \u2014 `none` = no override, the variant's baked weight applies",
|
|
9701
9755
|
enumValues: [
|
|
9756
|
+
"none",
|
|
9702
9757
|
"light",
|
|
9703
9758
|
"normal",
|
|
9704
9759
|
"medium",
|
|
@@ -9712,6 +9767,7 @@ var patterns_registry_default = {
|
|
|
9712
9767
|
],
|
|
9713
9768
|
description: "Font size override",
|
|
9714
9769
|
enumValues: [
|
|
9770
|
+
"none",
|
|
9715
9771
|
"xs",
|
|
9716
9772
|
"sm",
|
|
9717
9773
|
"md",
|
|
@@ -9792,133 +9848,184 @@ var patterns_registry_default = {
|
|
|
9792
9848
|
],
|
|
9793
9849
|
typicalSize: "medium",
|
|
9794
9850
|
propsSchema: {
|
|
9795
|
-
|
|
9851
|
+
children: {
|
|
9796
9852
|
types: [
|
|
9797
|
-
"
|
|
9853
|
+
"node"
|
|
9798
9854
|
],
|
|
9799
|
-
description: "
|
|
9855
|
+
description: "Button group content (Button components) - use this OR primary/secondary"
|
|
9800
9856
|
},
|
|
9801
|
-
|
|
9802
|
-
types: [
|
|
9803
|
-
"boolean"
|
|
9804
|
-
],
|
|
9805
|
-
description: "Loading state indicator"
|
|
9806
|
-
},
|
|
9807
|
-
error: {
|
|
9857
|
+
primary: {
|
|
9808
9858
|
types: [
|
|
9809
9859
|
"object"
|
|
9810
9860
|
],
|
|
9811
|
-
description: "
|
|
9861
|
+
description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects",
|
|
9812
9862
|
properties: {
|
|
9813
|
-
|
|
9863
|
+
label: {
|
|
9814
9864
|
types: [
|
|
9815
9865
|
"string"
|
|
9816
9866
|
]
|
|
9817
9867
|
},
|
|
9818
|
-
|
|
9868
|
+
actionType: {
|
|
9819
9869
|
types: [
|
|
9820
9870
|
"string"
|
|
9821
9871
|
]
|
|
9822
9872
|
},
|
|
9823
|
-
|
|
9873
|
+
event: {
|
|
9824
9874
|
types: [
|
|
9825
9875
|
"string"
|
|
9826
9876
|
]
|
|
9827
9877
|
},
|
|
9828
|
-
|
|
9878
|
+
navigatesTo: {
|
|
9879
|
+
types: [
|
|
9880
|
+
"string"
|
|
9881
|
+
]
|
|
9882
|
+
},
|
|
9883
|
+
variant: {
|
|
9829
9884
|
types: [
|
|
9830
9885
|
"string"
|
|
9831
9886
|
]
|
|
9832
9887
|
}
|
|
9833
9888
|
},
|
|
9834
9889
|
propertyRequired: [
|
|
9835
|
-
"
|
|
9890
|
+
"label"
|
|
9836
9891
|
]
|
|
9837
9892
|
},
|
|
9838
|
-
|
|
9893
|
+
secondary: {
|
|
9839
9894
|
types: [
|
|
9840
|
-
"
|
|
9895
|
+
"array"
|
|
9841
9896
|
],
|
|
9842
|
-
description: "
|
|
9897
|
+
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
9898
|
+
items: {
|
|
9899
|
+
types: [
|
|
9900
|
+
"object"
|
|
9901
|
+
],
|
|
9902
|
+
properties: {
|
|
9903
|
+
label: {
|
|
9904
|
+
types: [
|
|
9905
|
+
"string"
|
|
9906
|
+
]
|
|
9907
|
+
},
|
|
9908
|
+
actionType: {
|
|
9909
|
+
types: [
|
|
9910
|
+
"string"
|
|
9911
|
+
]
|
|
9912
|
+
},
|
|
9913
|
+
event: {
|
|
9914
|
+
types: [
|
|
9915
|
+
"string"
|
|
9916
|
+
]
|
|
9917
|
+
},
|
|
9918
|
+
navigatesTo: {
|
|
9919
|
+
types: [
|
|
9920
|
+
"string"
|
|
9921
|
+
]
|
|
9922
|
+
},
|
|
9923
|
+
variant: {
|
|
9924
|
+
types: [
|
|
9925
|
+
"string"
|
|
9926
|
+
]
|
|
9927
|
+
}
|
|
9928
|
+
},
|
|
9929
|
+
required: [
|
|
9930
|
+
"label"
|
|
9931
|
+
]
|
|
9932
|
+
}
|
|
9843
9933
|
},
|
|
9844
|
-
|
|
9934
|
+
variant: {
|
|
9845
9935
|
types: [
|
|
9846
9936
|
"string"
|
|
9847
9937
|
],
|
|
9848
|
-
description: "
|
|
9938
|
+
description: "Visual variant",
|
|
9849
9939
|
enumValues: [
|
|
9850
|
-
"
|
|
9851
|
-
"
|
|
9852
|
-
|
|
9853
|
-
},
|
|
9854
|
-
searchValue: {
|
|
9855
|
-
types: [
|
|
9856
|
-
"string"
|
|
9940
|
+
"default",
|
|
9941
|
+
"segmented",
|
|
9942
|
+
"toggle"
|
|
9857
9943
|
],
|
|
9858
|
-
|
|
9944
|
+
default: "default"
|
|
9859
9945
|
},
|
|
9860
|
-
|
|
9946
|
+
orientation: {
|
|
9861
9947
|
types: [
|
|
9862
|
-
"
|
|
9948
|
+
"string"
|
|
9863
9949
|
],
|
|
9864
|
-
description: "
|
|
9865
|
-
|
|
9866
|
-
|
|
9867
|
-
|
|
9868
|
-
"number"
|
|
9950
|
+
description: "Orientation",
|
|
9951
|
+
enumValues: [
|
|
9952
|
+
"horizontal",
|
|
9953
|
+
"vertical"
|
|
9869
9954
|
],
|
|
9870
|
-
|
|
9955
|
+
default: "horizontal"
|
|
9871
9956
|
},
|
|
9872
|
-
|
|
9957
|
+
className: {
|
|
9873
9958
|
types: [
|
|
9874
|
-
"
|
|
9959
|
+
"string"
|
|
9875
9960
|
],
|
|
9876
|
-
description: "
|
|
9961
|
+
description: "Additional CSS classes"
|
|
9877
9962
|
},
|
|
9878
|
-
|
|
9963
|
+
entity: {
|
|
9879
9964
|
types: [
|
|
9880
|
-
"
|
|
9965
|
+
"string"
|
|
9881
9966
|
],
|
|
9882
|
-
description: "
|
|
9967
|
+
description: "Entity type for filter-group pattern (schema metadata)"
|
|
9883
9968
|
},
|
|
9884
|
-
|
|
9969
|
+
filters: {
|
|
9885
9970
|
types: [
|
|
9886
9971
|
"array"
|
|
9887
9972
|
],
|
|
9888
|
-
description: "
|
|
9973
|
+
description: "Filter definitions for filter-group pattern",
|
|
9889
9974
|
items: {
|
|
9890
9975
|
types: [
|
|
9891
|
-
"
|
|
9892
|
-
|
|
9976
|
+
"object"
|
|
9977
|
+
],
|
|
9978
|
+
properties: {
|
|
9979
|
+
field: {
|
|
9980
|
+
types: [
|
|
9981
|
+
"string"
|
|
9982
|
+
]
|
|
9983
|
+
},
|
|
9984
|
+
label: {
|
|
9985
|
+
types: [
|
|
9986
|
+
"string"
|
|
9987
|
+
]
|
|
9988
|
+
},
|
|
9989
|
+
type: {
|
|
9990
|
+
types: [
|
|
9991
|
+
"string"
|
|
9992
|
+
],
|
|
9993
|
+
enumValues: [
|
|
9994
|
+
"checkbox",
|
|
9995
|
+
"select",
|
|
9996
|
+
"toggle"
|
|
9997
|
+
]
|
|
9998
|
+
},
|
|
9999
|
+
options: {
|
|
10000
|
+
types: [
|
|
10001
|
+
"array"
|
|
10002
|
+
],
|
|
10003
|
+
items: {
|
|
10004
|
+
types: [
|
|
10005
|
+
"string"
|
|
10006
|
+
]
|
|
10007
|
+
}
|
|
10008
|
+
}
|
|
10009
|
+
},
|
|
10010
|
+
required: [
|
|
10011
|
+
"field",
|
|
10012
|
+
"label"
|
|
9893
10013
|
]
|
|
9894
10014
|
}
|
|
9895
10015
|
},
|
|
9896
|
-
|
|
9897
|
-
types: [
|
|
9898
|
-
"node"
|
|
9899
|
-
],
|
|
9900
|
-
description: "children prop",
|
|
9901
|
-
required: true
|
|
9902
|
-
},
|
|
9903
|
-
sticky: {
|
|
9904
|
-
types: [
|
|
9905
|
-
"boolean"
|
|
9906
|
-
],
|
|
9907
|
-
description: "Sticky at bottom",
|
|
9908
|
-
default: false
|
|
9909
|
-
},
|
|
9910
|
-
align: {
|
|
10016
|
+
look: {
|
|
9911
10017
|
types: [
|
|
9912
10018
|
"string"
|
|
9913
10019
|
],
|
|
9914
|
-
description: "
|
|
10020
|
+
description: "Layer 2 visual treatment for the action-cluster (form-actions) pattern.",
|
|
9915
10021
|
enumValues: [
|
|
9916
|
-
"
|
|
9917
|
-
"
|
|
9918
|
-
"
|
|
9919
|
-
"
|
|
10022
|
+
"right-aligned-buttons",
|
|
10023
|
+
"floating-bar",
|
|
10024
|
+
"inline-row",
|
|
10025
|
+
"dropdown-menu",
|
|
10026
|
+
"command-palette-trigger"
|
|
9920
10027
|
],
|
|
9921
|
-
default: "right"
|
|
10028
|
+
default: "right-aligned-buttons"
|
|
9922
10029
|
}
|
|
9923
10030
|
}
|
|
9924
10031
|
},
|
|
@@ -12859,18 +12966,6 @@ var patterns_registry_default = {
|
|
|
12859
12966
|
role: {
|
|
12860
12967
|
types: [
|
|
12861
12968
|
"string"
|
|
12862
|
-
],
|
|
12863
|
-
enumValues: [
|
|
12864
|
-
"player",
|
|
12865
|
-
"enemy",
|
|
12866
|
-
"npc",
|
|
12867
|
-
"item",
|
|
12868
|
-
"tile",
|
|
12869
|
-
"projectile",
|
|
12870
|
-
"effect",
|
|
12871
|
-
"ui",
|
|
12872
|
-
"decoration",
|
|
12873
|
-
"vehicle"
|
|
12874
12969
|
]
|
|
12875
12970
|
},
|
|
12876
12971
|
category: {
|
|
@@ -12900,6 +12995,11 @@ var patterns_registry_default = {
|
|
|
12900
12995
|
"isometric"
|
|
12901
12996
|
]
|
|
12902
12997
|
},
|
|
12998
|
+
variant: {
|
|
12999
|
+
types: [
|
|
13000
|
+
"string"
|
|
13001
|
+
]
|
|
13002
|
+
},
|
|
12903
13003
|
dimension: {
|
|
12904
13004
|
types: [
|
|
12905
13005
|
"string"
|
|
@@ -12920,6 +13020,16 @@ var patterns_registry_default = {
|
|
|
12920
13020
|
"8:1"
|
|
12921
13021
|
]
|
|
12922
13022
|
},
|
|
13023
|
+
atlas: {
|
|
13024
|
+
types: [
|
|
13025
|
+
"asset"
|
|
13026
|
+
]
|
|
13027
|
+
},
|
|
13028
|
+
sprite: {
|
|
13029
|
+
types: [
|
|
13030
|
+
"string"
|
|
13031
|
+
]
|
|
13032
|
+
},
|
|
12923
13033
|
name: {
|
|
12924
13034
|
types: [
|
|
12925
13035
|
"string"
|
|
@@ -12932,14 +13042,16 @@ var patterns_registry_default = {
|
|
|
12932
13042
|
}
|
|
12933
13043
|
},
|
|
12934
13044
|
propertyRequired: [
|
|
12935
|
-
"url"
|
|
13045
|
+
"url",
|
|
13046
|
+
"role",
|
|
13047
|
+
"category"
|
|
12936
13048
|
]
|
|
12937
13049
|
},
|
|
12938
13050
|
hudBackgroundAsset: {
|
|
12939
13051
|
types: [
|
|
12940
13052
|
"object"
|
|
12941
13053
|
],
|
|
12942
|
-
description: "9-sliced panel
|
|
13054
|
+
description: "Per-call-site 9-sliced panel override. Chrome normally comes from the active theme; most callers leave this unset.",
|
|
12943
13055
|
properties: {
|
|
12944
13056
|
url: {
|
|
12945
13057
|
types: [
|
|
@@ -12949,18 +13061,6 @@ var patterns_registry_default = {
|
|
|
12949
13061
|
role: {
|
|
12950
13062
|
types: [
|
|
12951
13063
|
"string"
|
|
12952
|
-
],
|
|
12953
|
-
enumValues: [
|
|
12954
|
-
"player",
|
|
12955
|
-
"enemy",
|
|
12956
|
-
"npc",
|
|
12957
|
-
"item",
|
|
12958
|
-
"tile",
|
|
12959
|
-
"projectile",
|
|
12960
|
-
"effect",
|
|
12961
|
-
"ui",
|
|
12962
|
-
"decoration",
|
|
12963
|
-
"vehicle"
|
|
12964
13064
|
]
|
|
12965
13065
|
},
|
|
12966
13066
|
category: {
|
|
@@ -12990,6 +13090,11 @@ var patterns_registry_default = {
|
|
|
12990
13090
|
"isometric"
|
|
12991
13091
|
]
|
|
12992
13092
|
},
|
|
13093
|
+
variant: {
|
|
13094
|
+
types: [
|
|
13095
|
+
"string"
|
|
13096
|
+
]
|
|
13097
|
+
},
|
|
12993
13098
|
dimension: {
|
|
12994
13099
|
types: [
|
|
12995
13100
|
"string"
|
|
@@ -13010,6 +13115,16 @@ var patterns_registry_default = {
|
|
|
13010
13115
|
"8:1"
|
|
13011
13116
|
]
|
|
13012
13117
|
},
|
|
13118
|
+
atlas: {
|
|
13119
|
+
types: [
|
|
13120
|
+
"asset"
|
|
13121
|
+
]
|
|
13122
|
+
},
|
|
13123
|
+
sprite: {
|
|
13124
|
+
types: [
|
|
13125
|
+
"string"
|
|
13126
|
+
]
|
|
13127
|
+
},
|
|
13013
13128
|
name: {
|
|
13014
13129
|
types: [
|
|
13015
13130
|
"string"
|
|
@@ -13022,7 +13137,9 @@ var patterns_registry_default = {
|
|
|
13022
13137
|
}
|
|
13023
13138
|
},
|
|
13024
13139
|
propertyRequired: [
|
|
13025
|
-
"url"
|
|
13140
|
+
"url",
|
|
13141
|
+
"role",
|
|
13142
|
+
"category"
|
|
13026
13143
|
]
|
|
13027
13144
|
},
|
|
13028
13145
|
fontFamily: {
|
|
@@ -13031,6 +13148,12 @@ var patterns_registry_default = {
|
|
|
13031
13148
|
],
|
|
13032
13149
|
description: "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13033
13150
|
default: "future"
|
|
13151
|
+
},
|
|
13152
|
+
"data-theme": {
|
|
13153
|
+
types: [
|
|
13154
|
+
"string"
|
|
13155
|
+
],
|
|
13156
|
+
description: 'Scopes an `@almadar/ui` theme (e.g. "game-sci-fi-dark") to this shell\'s subtree.'
|
|
13034
13157
|
}
|
|
13035
13158
|
}
|
|
13036
13159
|
},
|
|
@@ -14084,7 +14207,8 @@ var patterns_registry_default = {
|
|
|
14084
14207
|
category: "form",
|
|
14085
14208
|
tier: "molecules",
|
|
14086
14209
|
family: "core",
|
|
14087
|
-
description: "
|
|
14210
|
+
description: "SignaturePad \u2014 a draw-to-sign canvas that captures a handwritten signature or initials.",
|
|
14211
|
+
capabilities: "e-signature capture, sign-here field, consent signature, initial-here field, wet-signature substitute",
|
|
14088
14212
|
suggestedFor: [
|
|
14089
14213
|
"form signing",
|
|
14090
14214
|
"approval workflows",
|
|
@@ -15061,7 +15185,8 @@ var patterns_registry_default = {
|
|
|
15061
15185
|
category: "component",
|
|
15062
15186
|
tier: "molecules",
|
|
15063
15187
|
family: "core",
|
|
15064
|
-
description: "QuizBlock
|
|
15188
|
+
description: "QuizBlock \u2014 a single quiz question with answer choices and submit/reveal feedback.",
|
|
15189
|
+
capabilities: "multiple-choice quiz, test question, exam item, assessment question, knowledge check, trivia question",
|
|
15065
15190
|
suggestedFor: [
|
|
15066
15191
|
"quiz",
|
|
15067
15192
|
"block",
|
|
@@ -15114,37 +15239,7 @@ var patterns_registry_default = {
|
|
|
15114
15239
|
types: [
|
|
15115
15240
|
"string"
|
|
15116
15241
|
],
|
|
15117
|
-
description: "Programming language for syntax highlighting",
|
|
15118
|
-
enumValues: [
|
|
15119
|
-
"text",
|
|
15120
|
-
"json",
|
|
15121
|
-
"javascript",
|
|
15122
|
-
"js",
|
|
15123
|
-
"typescript",
|
|
15124
|
-
"ts",
|
|
15125
|
-
"jsx",
|
|
15126
|
-
"tsx",
|
|
15127
|
-
"css",
|
|
15128
|
-
"markdown",
|
|
15129
|
-
"md",
|
|
15130
|
-
"bash",
|
|
15131
|
-
"shell",
|
|
15132
|
-
"sh",
|
|
15133
|
-
"yaml",
|
|
15134
|
-
"yml",
|
|
15135
|
-
"rust",
|
|
15136
|
-
"python",
|
|
15137
|
-
"py",
|
|
15138
|
-
"sql",
|
|
15139
|
-
"diff",
|
|
15140
|
-
"toml",
|
|
15141
|
-
"go",
|
|
15142
|
-
"graphql",
|
|
15143
|
-
"html",
|
|
15144
|
-
"xml",
|
|
15145
|
-
"orb",
|
|
15146
|
-
"lolo"
|
|
15147
|
-
],
|
|
15242
|
+
description: "Programming language for syntax highlighting (any Prism id; loaded on demand if not pre-registered)",
|
|
15148
15243
|
default: "text"
|
|
15149
15244
|
},
|
|
15150
15245
|
showCopyButton: {
|
|
@@ -15345,6 +15440,58 @@ var patterns_registry_default = {
|
|
|
15345
15440
|
"graphql",
|
|
15346
15441
|
"html",
|
|
15347
15442
|
"xml",
|
|
15443
|
+
"clojure",
|
|
15444
|
+
"clj",
|
|
15445
|
+
"edn",
|
|
15446
|
+
"haskell",
|
|
15447
|
+
"hs",
|
|
15448
|
+
"lisp",
|
|
15449
|
+
"scheme",
|
|
15450
|
+
"scala",
|
|
15451
|
+
"elixir",
|
|
15452
|
+
"ex",
|
|
15453
|
+
"exs",
|
|
15454
|
+
"erlang",
|
|
15455
|
+
"erl",
|
|
15456
|
+
"elm",
|
|
15457
|
+
"fsharp",
|
|
15458
|
+
"fs",
|
|
15459
|
+
"fsx",
|
|
15460
|
+
"ocaml",
|
|
15461
|
+
"ml",
|
|
15462
|
+
"java",
|
|
15463
|
+
"c",
|
|
15464
|
+
"cpp",
|
|
15465
|
+
"c++",
|
|
15466
|
+
"cc",
|
|
15467
|
+
"cxx",
|
|
15468
|
+
"hpp",
|
|
15469
|
+
"h",
|
|
15470
|
+
"csharp",
|
|
15471
|
+
"cs",
|
|
15472
|
+
"objectivec",
|
|
15473
|
+
"objc",
|
|
15474
|
+
"php",
|
|
15475
|
+
"ruby",
|
|
15476
|
+
"rb",
|
|
15477
|
+
"swift",
|
|
15478
|
+
"kotlin",
|
|
15479
|
+
"kt",
|
|
15480
|
+
"lua",
|
|
15481
|
+
"r",
|
|
15482
|
+
"dart",
|
|
15483
|
+
"julia",
|
|
15484
|
+
"fortran",
|
|
15485
|
+
"f90",
|
|
15486
|
+
"f95",
|
|
15487
|
+
"perl",
|
|
15488
|
+
"pl",
|
|
15489
|
+
"powershell",
|
|
15490
|
+
"ps1",
|
|
15491
|
+
"makefile",
|
|
15492
|
+
"make",
|
|
15493
|
+
"nginx",
|
|
15494
|
+
"ini",
|
|
15348
15495
|
"orb",
|
|
15349
15496
|
"lolo"
|
|
15350
15497
|
]
|
|
@@ -16313,7 +16460,8 @@ var patterns_registry_default = {
|
|
|
16313
16460
|
category: "display",
|
|
16314
16461
|
tier: "molecules",
|
|
16315
16462
|
family: "core",
|
|
16316
|
-
description: "FlipCard
|
|
16463
|
+
description: "FlipCard \u2014 flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
|
|
16464
|
+
capabilities: "flashcard, study deck, spaced-repetition review card, memorization drill, quiz reveal card, question/answer card, before/after reveal, term-and-definition card",
|
|
16317
16465
|
suggestedFor: [
|
|
16318
16466
|
"flip",
|
|
16319
16467
|
"card",
|
|
@@ -16770,7 +16918,8 @@ var patterns_registry_default = {
|
|
|
16770
16918
|
category: "display",
|
|
16771
16919
|
tier: "molecules",
|
|
16772
16920
|
family: "core",
|
|
16773
|
-
description: "DataGrid
|
|
16921
|
+
description: "DataGrid \u2014 structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
16922
|
+
capabilities: "admin table, records grid, user list, CRUD list, manage-records view, spreadsheet-style data grid, sortable columns",
|
|
16774
16923
|
suggestedFor: [
|
|
16775
16924
|
"data",
|
|
16776
16925
|
"grid",
|
|
@@ -16994,6 +17143,11 @@ var patterns_registry_default = {
|
|
|
16994
17143
|
"string"
|
|
16995
17144
|
]
|
|
16996
17145
|
},
|
|
17146
|
+
navigatesTo: {
|
|
17147
|
+
types: [
|
|
17148
|
+
"string"
|
|
17149
|
+
]
|
|
17150
|
+
},
|
|
16997
17151
|
icon: {
|
|
16998
17152
|
types: [
|
|
16999
17153
|
"icon",
|
|
@@ -17154,7 +17308,7 @@ var patterns_registry_default = {
|
|
|
17154
17308
|
types: [
|
|
17155
17309
|
"function"
|
|
17156
17310
|
],
|
|
17157
|
-
description: "Render prop for custom per-card content. When provided, `fields`
|
|
17311
|
+
description: "Render prop for custom per-card content. When provided, `fields` are ignored; `itemActions` render as a footer beneath the custom content.",
|
|
17158
17312
|
kind: "callback",
|
|
17159
17313
|
callbackArgs: [
|
|
17160
17314
|
{
|
|
@@ -19062,7 +19216,8 @@ var patterns_registry_default = {
|
|
|
19062
19216
|
category: "display",
|
|
19063
19217
|
tier: "molecules",
|
|
19064
19218
|
family: "core",
|
|
19065
|
-
description: "SortableList
|
|
19219
|
+
description: "SortableList \u2014 a drag-and-drop reorderable list of items.",
|
|
19220
|
+
capabilities: "checklist, task list, to-do list, priority list, ranked list, drag-to-reorder queue",
|
|
19066
19221
|
suggestedFor: [
|
|
19067
19222
|
"sortable",
|
|
19068
19223
|
"list",
|
|
@@ -19669,7 +19824,8 @@ var patterns_registry_default = {
|
|
|
19669
19824
|
category: "display",
|
|
19670
19825
|
tier: "molecules",
|
|
19671
19826
|
family: "marketing",
|
|
19672
|
-
description: "CaseStudyCard
|
|
19827
|
+
description: "CaseStudyCard \u2014 a card summarizing a customer case study with logo, headline result, and link.",
|
|
19828
|
+
capabilities: "customer story, success story, client story card, results showcase, proof-point card",
|
|
19673
19829
|
suggestedFor: [
|
|
19674
19830
|
"case",
|
|
19675
19831
|
"study",
|
|
@@ -19828,7 +19984,8 @@ var patterns_registry_default = {
|
|
|
19828
19984
|
category: "display",
|
|
19829
19985
|
tier: "molecules",
|
|
19830
19986
|
family: "marketing",
|
|
19831
|
-
description: "FeatureCard
|
|
19987
|
+
description: "FeatureCard \u2014 an icon-led card pairing a title and description to call out a single product feature.",
|
|
19988
|
+
capabilities: "feature highlight, benefit callout, product capability card, feature-grid tile",
|
|
19832
19989
|
suggestedFor: [
|
|
19833
19990
|
"feature",
|
|
19834
19991
|
"card",
|
|
@@ -20236,7 +20393,8 @@ var patterns_registry_default = {
|
|
|
20236
20393
|
category: "display",
|
|
20237
20394
|
tier: "molecules",
|
|
20238
20395
|
family: "marketing",
|
|
20239
|
-
description: "PricingCard
|
|
20396
|
+
description: "PricingCard \u2014 a single pricing-tier card with price, billing period, feature list, and call-to-action.",
|
|
20397
|
+
capabilities: "pricing tier, plan card, subscription tier, plan comparison card, price plan",
|
|
20240
20398
|
suggestedFor: [
|
|
20241
20399
|
"pricing",
|
|
20242
20400
|
"card",
|
|
@@ -25968,18 +26126,6 @@ var patterns_registry_default = {
|
|
|
25968
26126
|
role: {
|
|
25969
26127
|
types: [
|
|
25970
26128
|
"string"
|
|
25971
|
-
],
|
|
25972
|
-
enumValues: [
|
|
25973
|
-
"player",
|
|
25974
|
-
"enemy",
|
|
25975
|
-
"npc",
|
|
25976
|
-
"item",
|
|
25977
|
-
"tile",
|
|
25978
|
-
"projectile",
|
|
25979
|
-
"effect",
|
|
25980
|
-
"ui",
|
|
25981
|
-
"decoration",
|
|
25982
|
-
"vehicle"
|
|
25983
26129
|
]
|
|
25984
26130
|
},
|
|
25985
26131
|
category: {
|
|
@@ -26009,6 +26155,11 @@ var patterns_registry_default = {
|
|
|
26009
26155
|
"isometric"
|
|
26010
26156
|
]
|
|
26011
26157
|
},
|
|
26158
|
+
variant: {
|
|
26159
|
+
types: [
|
|
26160
|
+
"string"
|
|
26161
|
+
]
|
|
26162
|
+
},
|
|
26012
26163
|
dimension: {
|
|
26013
26164
|
types: [
|
|
26014
26165
|
"string"
|
|
@@ -26029,6 +26180,16 @@ var patterns_registry_default = {
|
|
|
26029
26180
|
"8:1"
|
|
26030
26181
|
]
|
|
26031
26182
|
},
|
|
26183
|
+
atlas: {
|
|
26184
|
+
types: [
|
|
26185
|
+
"asset"
|
|
26186
|
+
]
|
|
26187
|
+
},
|
|
26188
|
+
sprite: {
|
|
26189
|
+
types: [
|
|
26190
|
+
"string"
|
|
26191
|
+
]
|
|
26192
|
+
},
|
|
26032
26193
|
name: {
|
|
26033
26194
|
types: [
|
|
26034
26195
|
"string"
|
|
@@ -26041,7 +26202,9 @@ var patterns_registry_default = {
|
|
|
26041
26202
|
}
|
|
26042
26203
|
},
|
|
26043
26204
|
propertyRequired: [
|
|
26044
|
-
"url"
|
|
26205
|
+
"url",
|
|
26206
|
+
"role",
|
|
26207
|
+
"category"
|
|
26045
26208
|
]
|
|
26046
26209
|
},
|
|
26047
26210
|
icon: {
|
|
@@ -26128,18 +26291,6 @@ var patterns_registry_default = {
|
|
|
26128
26291
|
role: {
|
|
26129
26292
|
types: [
|
|
26130
26293
|
"string"
|
|
26131
|
-
],
|
|
26132
|
-
enumValues: [
|
|
26133
|
-
"player",
|
|
26134
|
-
"enemy",
|
|
26135
|
-
"npc",
|
|
26136
|
-
"item",
|
|
26137
|
-
"tile",
|
|
26138
|
-
"projectile",
|
|
26139
|
-
"effect",
|
|
26140
|
-
"ui",
|
|
26141
|
-
"decoration",
|
|
26142
|
-
"vehicle"
|
|
26143
26294
|
]
|
|
26144
26295
|
},
|
|
26145
26296
|
category: {
|
|
@@ -26169,6 +26320,11 @@ var patterns_registry_default = {
|
|
|
26169
26320
|
"isometric"
|
|
26170
26321
|
]
|
|
26171
26322
|
},
|
|
26323
|
+
variant: {
|
|
26324
|
+
types: [
|
|
26325
|
+
"string"
|
|
26326
|
+
]
|
|
26327
|
+
},
|
|
26172
26328
|
dimension: {
|
|
26173
26329
|
types: [
|
|
26174
26330
|
"string"
|
|
@@ -26189,6 +26345,16 @@ var patterns_registry_default = {
|
|
|
26189
26345
|
"8:1"
|
|
26190
26346
|
]
|
|
26191
26347
|
},
|
|
26348
|
+
atlas: {
|
|
26349
|
+
types: [
|
|
26350
|
+
"asset"
|
|
26351
|
+
]
|
|
26352
|
+
},
|
|
26353
|
+
sprite: {
|
|
26354
|
+
types: [
|
|
26355
|
+
"string"
|
|
26356
|
+
]
|
|
26357
|
+
},
|
|
26192
26358
|
name: {
|
|
26193
26359
|
types: [
|
|
26194
26360
|
"string"
|
|
@@ -26201,7 +26367,9 @@ var patterns_registry_default = {
|
|
|
26201
26367
|
}
|
|
26202
26368
|
},
|
|
26203
26369
|
propertyRequired: [
|
|
26204
|
-
"url"
|
|
26370
|
+
"url",
|
|
26371
|
+
"role",
|
|
26372
|
+
"category"
|
|
26205
26373
|
]
|
|
26206
26374
|
},
|
|
26207
26375
|
label: {
|
|
@@ -26346,18 +26514,6 @@ var patterns_registry_default = {
|
|
|
26346
26514
|
role: {
|
|
26347
26515
|
types: [
|
|
26348
26516
|
"string"
|
|
26349
|
-
],
|
|
26350
|
-
enumValues: [
|
|
26351
|
-
"player",
|
|
26352
|
-
"enemy",
|
|
26353
|
-
"npc",
|
|
26354
|
-
"item",
|
|
26355
|
-
"tile",
|
|
26356
|
-
"projectile",
|
|
26357
|
-
"effect",
|
|
26358
|
-
"ui",
|
|
26359
|
-
"decoration",
|
|
26360
|
-
"vehicle"
|
|
26361
26517
|
]
|
|
26362
26518
|
},
|
|
26363
26519
|
category: {
|
|
@@ -26387,6 +26543,11 @@ var patterns_registry_default = {
|
|
|
26387
26543
|
"isometric"
|
|
26388
26544
|
]
|
|
26389
26545
|
},
|
|
26546
|
+
variant: {
|
|
26547
|
+
types: [
|
|
26548
|
+
"string"
|
|
26549
|
+
]
|
|
26550
|
+
},
|
|
26390
26551
|
dimension: {
|
|
26391
26552
|
types: [
|
|
26392
26553
|
"string"
|
|
@@ -26407,6 +26568,16 @@ var patterns_registry_default = {
|
|
|
26407
26568
|
"8:1"
|
|
26408
26569
|
]
|
|
26409
26570
|
},
|
|
26571
|
+
atlas: {
|
|
26572
|
+
types: [
|
|
26573
|
+
"asset"
|
|
26574
|
+
]
|
|
26575
|
+
},
|
|
26576
|
+
sprite: {
|
|
26577
|
+
types: [
|
|
26578
|
+
"string"
|
|
26579
|
+
]
|
|
26580
|
+
},
|
|
26410
26581
|
name: {
|
|
26411
26582
|
types: [
|
|
26412
26583
|
"string"
|
|
@@ -26419,7 +26590,9 @@ var patterns_registry_default = {
|
|
|
26419
26590
|
}
|
|
26420
26591
|
},
|
|
26421
26592
|
propertyRequired: [
|
|
26422
|
-
"url"
|
|
26593
|
+
"url",
|
|
26594
|
+
"role",
|
|
26595
|
+
"category"
|
|
26423
26596
|
]
|
|
26424
26597
|
},
|
|
26425
26598
|
position: {
|
|
@@ -26560,18 +26733,6 @@ var patterns_registry_default = {
|
|
|
26560
26733
|
role: {
|
|
26561
26734
|
types: [
|
|
26562
26735
|
"string"
|
|
26563
|
-
],
|
|
26564
|
-
enumValues: [
|
|
26565
|
-
"player",
|
|
26566
|
-
"enemy",
|
|
26567
|
-
"npc",
|
|
26568
|
-
"item",
|
|
26569
|
-
"tile",
|
|
26570
|
-
"projectile",
|
|
26571
|
-
"effect",
|
|
26572
|
-
"ui",
|
|
26573
|
-
"decoration",
|
|
26574
|
-
"vehicle"
|
|
26575
26736
|
]
|
|
26576
26737
|
},
|
|
26577
26738
|
category: {
|
|
@@ -26601,6 +26762,11 @@ var patterns_registry_default = {
|
|
|
26601
26762
|
"isometric"
|
|
26602
26763
|
]
|
|
26603
26764
|
},
|
|
26765
|
+
variant: {
|
|
26766
|
+
types: [
|
|
26767
|
+
"string"
|
|
26768
|
+
]
|
|
26769
|
+
},
|
|
26604
26770
|
dimension: {
|
|
26605
26771
|
types: [
|
|
26606
26772
|
"string"
|
|
@@ -26621,6 +26787,16 @@ var patterns_registry_default = {
|
|
|
26621
26787
|
"8:1"
|
|
26622
26788
|
]
|
|
26623
26789
|
},
|
|
26790
|
+
atlas: {
|
|
26791
|
+
types: [
|
|
26792
|
+
"asset"
|
|
26793
|
+
]
|
|
26794
|
+
},
|
|
26795
|
+
sprite: {
|
|
26796
|
+
types: [
|
|
26797
|
+
"string"
|
|
26798
|
+
]
|
|
26799
|
+
},
|
|
26624
26800
|
name: {
|
|
26625
26801
|
types: [
|
|
26626
26802
|
"string"
|
|
@@ -26633,7 +26809,9 @@ var patterns_registry_default = {
|
|
|
26633
26809
|
}
|
|
26634
26810
|
},
|
|
26635
26811
|
propertyRequired: [
|
|
26636
|
-
"url"
|
|
26812
|
+
"url",
|
|
26813
|
+
"role",
|
|
26814
|
+
"category"
|
|
26637
26815
|
]
|
|
26638
26816
|
},
|
|
26639
26817
|
fillAsset: {
|
|
@@ -26650,18 +26828,6 @@ var patterns_registry_default = {
|
|
|
26650
26828
|
role: {
|
|
26651
26829
|
types: [
|
|
26652
26830
|
"string"
|
|
26653
|
-
],
|
|
26654
|
-
enumValues: [
|
|
26655
|
-
"player",
|
|
26656
|
-
"enemy",
|
|
26657
|
-
"npc",
|
|
26658
|
-
"item",
|
|
26659
|
-
"tile",
|
|
26660
|
-
"projectile",
|
|
26661
|
-
"effect",
|
|
26662
|
-
"ui",
|
|
26663
|
-
"decoration",
|
|
26664
|
-
"vehicle"
|
|
26665
26831
|
]
|
|
26666
26832
|
},
|
|
26667
26833
|
category: {
|
|
@@ -26691,6 +26857,11 @@ var patterns_registry_default = {
|
|
|
26691
26857
|
"isometric"
|
|
26692
26858
|
]
|
|
26693
26859
|
},
|
|
26860
|
+
variant: {
|
|
26861
|
+
types: [
|
|
26862
|
+
"string"
|
|
26863
|
+
]
|
|
26864
|
+
},
|
|
26694
26865
|
dimension: {
|
|
26695
26866
|
types: [
|
|
26696
26867
|
"string"
|
|
@@ -26711,6 +26882,16 @@ var patterns_registry_default = {
|
|
|
26711
26882
|
"8:1"
|
|
26712
26883
|
]
|
|
26713
26884
|
},
|
|
26885
|
+
atlas: {
|
|
26886
|
+
types: [
|
|
26887
|
+
"asset"
|
|
26888
|
+
]
|
|
26889
|
+
},
|
|
26890
|
+
sprite: {
|
|
26891
|
+
types: [
|
|
26892
|
+
"string"
|
|
26893
|
+
]
|
|
26894
|
+
},
|
|
26714
26895
|
name: {
|
|
26715
26896
|
types: [
|
|
26716
26897
|
"string"
|
|
@@ -26723,7 +26904,9 @@ var patterns_registry_default = {
|
|
|
26723
26904
|
}
|
|
26724
26905
|
},
|
|
26725
26906
|
propertyRequired: [
|
|
26726
|
-
"url"
|
|
26907
|
+
"url",
|
|
26908
|
+
"role",
|
|
26909
|
+
"category"
|
|
26727
26910
|
]
|
|
26728
26911
|
}
|
|
26729
26912
|
}
|
|
@@ -26755,18 +26938,6 @@ var patterns_registry_default = {
|
|
|
26755
26938
|
role: {
|
|
26756
26939
|
types: [
|
|
26757
26940
|
"string"
|
|
26758
|
-
],
|
|
26759
|
-
enumValues: [
|
|
26760
|
-
"player",
|
|
26761
|
-
"enemy",
|
|
26762
|
-
"npc",
|
|
26763
|
-
"item",
|
|
26764
|
-
"tile",
|
|
26765
|
-
"projectile",
|
|
26766
|
-
"effect",
|
|
26767
|
-
"ui",
|
|
26768
|
-
"decoration",
|
|
26769
|
-
"vehicle"
|
|
26770
26941
|
]
|
|
26771
26942
|
},
|
|
26772
26943
|
category: {
|
|
@@ -26796,6 +26967,11 @@ var patterns_registry_default = {
|
|
|
26796
26967
|
"isometric"
|
|
26797
26968
|
]
|
|
26798
26969
|
},
|
|
26970
|
+
variant: {
|
|
26971
|
+
types: [
|
|
26972
|
+
"string"
|
|
26973
|
+
]
|
|
26974
|
+
},
|
|
26799
26975
|
dimension: {
|
|
26800
26976
|
types: [
|
|
26801
26977
|
"string"
|
|
@@ -26816,6 +26992,16 @@ var patterns_registry_default = {
|
|
|
26816
26992
|
"8:1"
|
|
26817
26993
|
]
|
|
26818
26994
|
},
|
|
26995
|
+
atlas: {
|
|
26996
|
+
types: [
|
|
26997
|
+
"asset"
|
|
26998
|
+
]
|
|
26999
|
+
},
|
|
27000
|
+
sprite: {
|
|
27001
|
+
types: [
|
|
27002
|
+
"string"
|
|
27003
|
+
]
|
|
27004
|
+
},
|
|
26819
27005
|
name: {
|
|
26820
27006
|
types: [
|
|
26821
27007
|
"string"
|
|
@@ -26828,7 +27014,9 @@ var patterns_registry_default = {
|
|
|
26828
27014
|
}
|
|
26829
27015
|
},
|
|
26830
27016
|
propertyRequired: [
|
|
26831
|
-
"url"
|
|
27017
|
+
"url",
|
|
27018
|
+
"role",
|
|
27019
|
+
"category"
|
|
26832
27020
|
]
|
|
26833
27021
|
},
|
|
26834
27022
|
value: {
|
|
@@ -26963,18 +27151,6 @@ var patterns_registry_default = {
|
|
|
26963
27151
|
role: {
|
|
26964
27152
|
types: [
|
|
26965
27153
|
"string"
|
|
26966
|
-
],
|
|
26967
|
-
enumValues: [
|
|
26968
|
-
"player",
|
|
26969
|
-
"enemy",
|
|
26970
|
-
"npc",
|
|
26971
|
-
"item",
|
|
26972
|
-
"tile",
|
|
26973
|
-
"projectile",
|
|
26974
|
-
"effect",
|
|
26975
|
-
"ui",
|
|
26976
|
-
"decoration",
|
|
26977
|
-
"vehicle"
|
|
26978
27154
|
]
|
|
26979
27155
|
},
|
|
26980
27156
|
category: {
|
|
@@ -27004,6 +27180,11 @@ var patterns_registry_default = {
|
|
|
27004
27180
|
"isometric"
|
|
27005
27181
|
]
|
|
27006
27182
|
},
|
|
27183
|
+
variant: {
|
|
27184
|
+
types: [
|
|
27185
|
+
"string"
|
|
27186
|
+
]
|
|
27187
|
+
},
|
|
27007
27188
|
dimension: {
|
|
27008
27189
|
types: [
|
|
27009
27190
|
"string"
|
|
@@ -27024,6 +27205,16 @@ var patterns_registry_default = {
|
|
|
27024
27205
|
"8:1"
|
|
27025
27206
|
]
|
|
27026
27207
|
},
|
|
27208
|
+
atlas: {
|
|
27209
|
+
types: [
|
|
27210
|
+
"asset"
|
|
27211
|
+
]
|
|
27212
|
+
},
|
|
27213
|
+
sprite: {
|
|
27214
|
+
types: [
|
|
27215
|
+
"string"
|
|
27216
|
+
]
|
|
27217
|
+
},
|
|
27027
27218
|
name: {
|
|
27028
27219
|
types: [
|
|
27029
27220
|
"string"
|
|
@@ -27036,7 +27227,9 @@ var patterns_registry_default = {
|
|
|
27036
27227
|
}
|
|
27037
27228
|
},
|
|
27038
27229
|
propertyRequired: [
|
|
27039
|
-
"url"
|
|
27230
|
+
"url",
|
|
27231
|
+
"role",
|
|
27232
|
+
"category"
|
|
27040
27233
|
]
|
|
27041
27234
|
}
|
|
27042
27235
|
}
|
|
@@ -28570,7 +28763,8 @@ var patterns_registry_default = {
|
|
|
28570
28763
|
category: "display",
|
|
28571
28764
|
tier: "molecules",
|
|
28572
28765
|
family: "avl",
|
|
28573
|
-
description: "ModuleCard
|
|
28766
|
+
description: "ModuleCard \u2014 a card summarizing one course module or lesson with progress and entry point.",
|
|
28767
|
+
capabilities: "course module card, lesson card, curriculum unit card, learning-path step card",
|
|
28574
28768
|
suggestedFor: [
|
|
28575
28769
|
"module",
|
|
28576
28770
|
"card",
|
|
@@ -28712,18 +28906,6 @@ var patterns_registry_default = {
|
|
|
28712
28906
|
role: {
|
|
28713
28907
|
types: [
|
|
28714
28908
|
"string"
|
|
28715
|
-
],
|
|
28716
|
-
enumValues: [
|
|
28717
|
-
"player",
|
|
28718
|
-
"enemy",
|
|
28719
|
-
"npc",
|
|
28720
|
-
"item",
|
|
28721
|
-
"tile",
|
|
28722
|
-
"projectile",
|
|
28723
|
-
"effect",
|
|
28724
|
-
"ui",
|
|
28725
|
-
"decoration",
|
|
28726
|
-
"vehicle"
|
|
28727
28909
|
]
|
|
28728
28910
|
},
|
|
28729
28911
|
category: {
|
|
@@ -28753,6 +28935,11 @@ var patterns_registry_default = {
|
|
|
28753
28935
|
"isometric"
|
|
28754
28936
|
]
|
|
28755
28937
|
},
|
|
28938
|
+
variant: {
|
|
28939
|
+
types: [
|
|
28940
|
+
"string"
|
|
28941
|
+
]
|
|
28942
|
+
},
|
|
28756
28943
|
dimension: {
|
|
28757
28944
|
types: [
|
|
28758
28945
|
"string"
|
|
@@ -28773,6 +28960,16 @@ var patterns_registry_default = {
|
|
|
28773
28960
|
"8:1"
|
|
28774
28961
|
]
|
|
28775
28962
|
},
|
|
28963
|
+
atlas: {
|
|
28964
|
+
types: [
|
|
28965
|
+
"asset"
|
|
28966
|
+
]
|
|
28967
|
+
},
|
|
28968
|
+
sprite: {
|
|
28969
|
+
types: [
|
|
28970
|
+
"string"
|
|
28971
|
+
]
|
|
28972
|
+
},
|
|
28776
28973
|
name: {
|
|
28777
28974
|
types: [
|
|
28778
28975
|
"string"
|
|
@@ -28785,7 +28982,9 @@ var patterns_registry_default = {
|
|
|
28785
28982
|
}
|
|
28786
28983
|
},
|
|
28787
28984
|
required: [
|
|
28788
|
-
"url"
|
|
28985
|
+
"url",
|
|
28986
|
+
"role",
|
|
28987
|
+
"category"
|
|
28789
28988
|
]
|
|
28790
28989
|
},
|
|
28791
28990
|
format: {
|
|
@@ -29065,18 +29264,6 @@ var patterns_registry_default = {
|
|
|
29065
29264
|
role: {
|
|
29066
29265
|
types: [
|
|
29067
29266
|
"string"
|
|
29068
|
-
],
|
|
29069
|
-
enumValues: [
|
|
29070
|
-
"player",
|
|
29071
|
-
"enemy",
|
|
29072
|
-
"npc",
|
|
29073
|
-
"item",
|
|
29074
|
-
"tile",
|
|
29075
|
-
"projectile",
|
|
29076
|
-
"effect",
|
|
29077
|
-
"ui",
|
|
29078
|
-
"decoration",
|
|
29079
|
-
"vehicle"
|
|
29080
29267
|
]
|
|
29081
29268
|
},
|
|
29082
29269
|
category: {
|
|
@@ -29106,6 +29293,11 @@ var patterns_registry_default = {
|
|
|
29106
29293
|
"isometric"
|
|
29107
29294
|
]
|
|
29108
29295
|
},
|
|
29296
|
+
variant: {
|
|
29297
|
+
types: [
|
|
29298
|
+
"string"
|
|
29299
|
+
]
|
|
29300
|
+
},
|
|
29109
29301
|
dimension: {
|
|
29110
29302
|
types: [
|
|
29111
29303
|
"string"
|
|
@@ -29126,6 +29318,16 @@ var patterns_registry_default = {
|
|
|
29126
29318
|
"8:1"
|
|
29127
29319
|
]
|
|
29128
29320
|
},
|
|
29321
|
+
atlas: {
|
|
29322
|
+
types: [
|
|
29323
|
+
"asset"
|
|
29324
|
+
]
|
|
29325
|
+
},
|
|
29326
|
+
sprite: {
|
|
29327
|
+
types: [
|
|
29328
|
+
"string"
|
|
29329
|
+
]
|
|
29330
|
+
},
|
|
29129
29331
|
name: {
|
|
29130
29332
|
types: [
|
|
29131
29333
|
"string"
|
|
@@ -29138,7 +29340,9 @@ var patterns_registry_default = {
|
|
|
29138
29340
|
}
|
|
29139
29341
|
},
|
|
29140
29342
|
propertyRequired: [
|
|
29141
|
-
"url"
|
|
29343
|
+
"url",
|
|
29344
|
+
"role",
|
|
29345
|
+
"category"
|
|
29142
29346
|
]
|
|
29143
29347
|
},
|
|
29144
29348
|
className: {
|
|
@@ -29176,18 +29380,6 @@ var patterns_registry_default = {
|
|
|
29176
29380
|
role: {
|
|
29177
29381
|
types: [
|
|
29178
29382
|
"string"
|
|
29179
|
-
],
|
|
29180
|
-
enumValues: [
|
|
29181
|
-
"player",
|
|
29182
|
-
"enemy",
|
|
29183
|
-
"npc",
|
|
29184
|
-
"item",
|
|
29185
|
-
"tile",
|
|
29186
|
-
"projectile",
|
|
29187
|
-
"effect",
|
|
29188
|
-
"ui",
|
|
29189
|
-
"decoration",
|
|
29190
|
-
"vehicle"
|
|
29191
29383
|
]
|
|
29192
29384
|
},
|
|
29193
29385
|
category: {
|
|
@@ -29217,6 +29409,11 @@ var patterns_registry_default = {
|
|
|
29217
29409
|
"isometric"
|
|
29218
29410
|
]
|
|
29219
29411
|
},
|
|
29412
|
+
variant: {
|
|
29413
|
+
types: [
|
|
29414
|
+
"string"
|
|
29415
|
+
]
|
|
29416
|
+
},
|
|
29220
29417
|
dimension: {
|
|
29221
29418
|
types: [
|
|
29222
29419
|
"string"
|
|
@@ -29237,6 +29434,16 @@ var patterns_registry_default = {
|
|
|
29237
29434
|
"8:1"
|
|
29238
29435
|
]
|
|
29239
29436
|
},
|
|
29437
|
+
atlas: {
|
|
29438
|
+
types: [
|
|
29439
|
+
"asset"
|
|
29440
|
+
]
|
|
29441
|
+
},
|
|
29442
|
+
sprite: {
|
|
29443
|
+
types: [
|
|
29444
|
+
"string"
|
|
29445
|
+
]
|
|
29446
|
+
},
|
|
29240
29447
|
name: {
|
|
29241
29448
|
types: [
|
|
29242
29449
|
"string"
|
|
@@ -29249,7 +29456,9 @@ var patterns_registry_default = {
|
|
|
29249
29456
|
}
|
|
29250
29457
|
},
|
|
29251
29458
|
propertyRequired: [
|
|
29252
|
-
"url"
|
|
29459
|
+
"url",
|
|
29460
|
+
"role",
|
|
29461
|
+
"category"
|
|
29253
29462
|
]
|
|
29254
29463
|
},
|
|
29255
29464
|
iconUrl: {
|
|
@@ -29266,18 +29475,6 @@ var patterns_registry_default = {
|
|
|
29266
29475
|
role: {
|
|
29267
29476
|
types: [
|
|
29268
29477
|
"string"
|
|
29269
|
-
],
|
|
29270
|
-
enumValues: [
|
|
29271
|
-
"player",
|
|
29272
|
-
"enemy",
|
|
29273
|
-
"npc",
|
|
29274
|
-
"item",
|
|
29275
|
-
"tile",
|
|
29276
|
-
"projectile",
|
|
29277
|
-
"effect",
|
|
29278
|
-
"ui",
|
|
29279
|
-
"decoration",
|
|
29280
|
-
"vehicle"
|
|
29281
29478
|
]
|
|
29282
29479
|
},
|
|
29283
29480
|
category: {
|
|
@@ -29307,6 +29504,11 @@ var patterns_registry_default = {
|
|
|
29307
29504
|
"isometric"
|
|
29308
29505
|
]
|
|
29309
29506
|
},
|
|
29507
|
+
variant: {
|
|
29508
|
+
types: [
|
|
29509
|
+
"string"
|
|
29510
|
+
]
|
|
29511
|
+
},
|
|
29310
29512
|
dimension: {
|
|
29311
29513
|
types: [
|
|
29312
29514
|
"string"
|
|
@@ -29327,6 +29529,16 @@ var patterns_registry_default = {
|
|
|
29327
29529
|
"8:1"
|
|
29328
29530
|
]
|
|
29329
29531
|
},
|
|
29532
|
+
atlas: {
|
|
29533
|
+
types: [
|
|
29534
|
+
"asset"
|
|
29535
|
+
]
|
|
29536
|
+
},
|
|
29537
|
+
sprite: {
|
|
29538
|
+
types: [
|
|
29539
|
+
"string"
|
|
29540
|
+
]
|
|
29541
|
+
},
|
|
29330
29542
|
name: {
|
|
29331
29543
|
types: [
|
|
29332
29544
|
"string"
|
|
@@ -29339,7 +29551,9 @@ var patterns_registry_default = {
|
|
|
29339
29551
|
}
|
|
29340
29552
|
},
|
|
29341
29553
|
propertyRequired: [
|
|
29342
|
-
"url"
|
|
29554
|
+
"url",
|
|
29555
|
+
"role",
|
|
29556
|
+
"category"
|
|
29343
29557
|
]
|
|
29344
29558
|
},
|
|
29345
29559
|
label: {
|
|
@@ -29932,18 +30146,6 @@ var patterns_registry_default = {
|
|
|
29932
30146
|
role: {
|
|
29933
30147
|
types: [
|
|
29934
30148
|
"string"
|
|
29935
|
-
],
|
|
29936
|
-
enumValues: [
|
|
29937
|
-
"player",
|
|
29938
|
-
"enemy",
|
|
29939
|
-
"npc",
|
|
29940
|
-
"item",
|
|
29941
|
-
"tile",
|
|
29942
|
-
"projectile",
|
|
29943
|
-
"effect",
|
|
29944
|
-
"ui",
|
|
29945
|
-
"decoration",
|
|
29946
|
-
"vehicle"
|
|
29947
30149
|
]
|
|
29948
30150
|
},
|
|
29949
30151
|
category: {
|
|
@@ -29973,6 +30175,11 @@ var patterns_registry_default = {
|
|
|
29973
30175
|
"isometric"
|
|
29974
30176
|
]
|
|
29975
30177
|
},
|
|
30178
|
+
variant: {
|
|
30179
|
+
types: [
|
|
30180
|
+
"string"
|
|
30181
|
+
]
|
|
30182
|
+
},
|
|
29976
30183
|
dimension: {
|
|
29977
30184
|
types: [
|
|
29978
30185
|
"string"
|
|
@@ -29993,6 +30200,16 @@ var patterns_registry_default = {
|
|
|
29993
30200
|
"8:1"
|
|
29994
30201
|
]
|
|
29995
30202
|
},
|
|
30203
|
+
atlas: {
|
|
30204
|
+
types: [
|
|
30205
|
+
"asset"
|
|
30206
|
+
]
|
|
30207
|
+
},
|
|
30208
|
+
sprite: {
|
|
30209
|
+
types: [
|
|
30210
|
+
"string"
|
|
30211
|
+
]
|
|
30212
|
+
},
|
|
29996
30213
|
name: {
|
|
29997
30214
|
types: [
|
|
29998
30215
|
"string"
|
|
@@ -30005,7 +30222,9 @@ var patterns_registry_default = {
|
|
|
30005
30222
|
}
|
|
30006
30223
|
},
|
|
30007
30224
|
propertyRequired: [
|
|
30008
|
-
"url"
|
|
30225
|
+
"url",
|
|
30226
|
+
"role",
|
|
30227
|
+
"category"
|
|
30009
30228
|
]
|
|
30010
30229
|
},
|
|
30011
30230
|
offAsset: {
|
|
@@ -30022,18 +30241,6 @@ var patterns_registry_default = {
|
|
|
30022
30241
|
role: {
|
|
30023
30242
|
types: [
|
|
30024
30243
|
"string"
|
|
30025
|
-
],
|
|
30026
|
-
enumValues: [
|
|
30027
|
-
"player",
|
|
30028
|
-
"enemy",
|
|
30029
|
-
"npc",
|
|
30030
|
-
"item",
|
|
30031
|
-
"tile",
|
|
30032
|
-
"projectile",
|
|
30033
|
-
"effect",
|
|
30034
|
-
"ui",
|
|
30035
|
-
"decoration",
|
|
30036
|
-
"vehicle"
|
|
30037
30244
|
]
|
|
30038
30245
|
},
|
|
30039
30246
|
category: {
|
|
@@ -30063,6 +30270,11 @@ var patterns_registry_default = {
|
|
|
30063
30270
|
"isometric"
|
|
30064
30271
|
]
|
|
30065
30272
|
},
|
|
30273
|
+
variant: {
|
|
30274
|
+
types: [
|
|
30275
|
+
"string"
|
|
30276
|
+
]
|
|
30277
|
+
},
|
|
30066
30278
|
dimension: {
|
|
30067
30279
|
types: [
|
|
30068
30280
|
"string"
|
|
@@ -30083,6 +30295,16 @@ var patterns_registry_default = {
|
|
|
30083
30295
|
"8:1"
|
|
30084
30296
|
]
|
|
30085
30297
|
},
|
|
30298
|
+
atlas: {
|
|
30299
|
+
types: [
|
|
30300
|
+
"asset"
|
|
30301
|
+
]
|
|
30302
|
+
},
|
|
30303
|
+
sprite: {
|
|
30304
|
+
types: [
|
|
30305
|
+
"string"
|
|
30306
|
+
]
|
|
30307
|
+
},
|
|
30086
30308
|
name: {
|
|
30087
30309
|
types: [
|
|
30088
30310
|
"string"
|
|
@@ -30095,7 +30317,9 @@ var patterns_registry_default = {
|
|
|
30095
30317
|
}
|
|
30096
30318
|
},
|
|
30097
30319
|
propertyRequired: [
|
|
30098
|
-
"url"
|
|
30320
|
+
"url",
|
|
30321
|
+
"role",
|
|
30322
|
+
"category"
|
|
30099
30323
|
]
|
|
30100
30324
|
}
|
|
30101
30325
|
}
|
|
@@ -30164,18 +30388,6 @@ var patterns_registry_default = {
|
|
|
30164
30388
|
role: {
|
|
30165
30389
|
types: [
|
|
30166
30390
|
"string"
|
|
30167
|
-
],
|
|
30168
|
-
enumValues: [
|
|
30169
|
-
"player",
|
|
30170
|
-
"enemy",
|
|
30171
|
-
"npc",
|
|
30172
|
-
"item",
|
|
30173
|
-
"tile",
|
|
30174
|
-
"projectile",
|
|
30175
|
-
"effect",
|
|
30176
|
-
"ui",
|
|
30177
|
-
"decoration",
|
|
30178
|
-
"vehicle"
|
|
30179
30391
|
]
|
|
30180
30392
|
},
|
|
30181
30393
|
category: {
|
|
@@ -30205,6 +30417,11 @@ var patterns_registry_default = {
|
|
|
30205
30417
|
"isometric"
|
|
30206
30418
|
]
|
|
30207
30419
|
},
|
|
30420
|
+
variant: {
|
|
30421
|
+
types: [
|
|
30422
|
+
"string"
|
|
30423
|
+
]
|
|
30424
|
+
},
|
|
30208
30425
|
dimension: {
|
|
30209
30426
|
types: [
|
|
30210
30427
|
"string"
|
|
@@ -30225,6 +30442,16 @@ var patterns_registry_default = {
|
|
|
30225
30442
|
"8:1"
|
|
30226
30443
|
]
|
|
30227
30444
|
},
|
|
30445
|
+
atlas: {
|
|
30446
|
+
types: [
|
|
30447
|
+
"asset"
|
|
30448
|
+
]
|
|
30449
|
+
},
|
|
30450
|
+
sprite: {
|
|
30451
|
+
types: [
|
|
30452
|
+
"string"
|
|
30453
|
+
]
|
|
30454
|
+
},
|
|
30228
30455
|
name: {
|
|
30229
30456
|
types: [
|
|
30230
30457
|
"string"
|
|
@@ -30237,7 +30464,9 @@ var patterns_registry_default = {
|
|
|
30237
30464
|
}
|
|
30238
30465
|
},
|
|
30239
30466
|
required: [
|
|
30240
|
-
"url"
|
|
30467
|
+
"url",
|
|
30468
|
+
"role",
|
|
30469
|
+
"category"
|
|
30241
30470
|
]
|
|
30242
30471
|
},
|
|
30243
30472
|
stateMachine: {
|
|
@@ -30332,18 +30561,6 @@ var patterns_registry_default = {
|
|
|
30332
30561
|
role: {
|
|
30333
30562
|
types: [
|
|
30334
30563
|
"string"
|
|
30335
|
-
],
|
|
30336
|
-
enumValues: [
|
|
30337
|
-
"player",
|
|
30338
|
-
"enemy",
|
|
30339
|
-
"npc",
|
|
30340
|
-
"item",
|
|
30341
|
-
"tile",
|
|
30342
|
-
"projectile",
|
|
30343
|
-
"effect",
|
|
30344
|
-
"ui",
|
|
30345
|
-
"decoration",
|
|
30346
|
-
"vehicle"
|
|
30347
30564
|
]
|
|
30348
30565
|
},
|
|
30349
30566
|
category: {
|
|
@@ -30373,6 +30590,11 @@ var patterns_registry_default = {
|
|
|
30373
30590
|
"isometric"
|
|
30374
30591
|
]
|
|
30375
30592
|
},
|
|
30593
|
+
variant: {
|
|
30594
|
+
types: [
|
|
30595
|
+
"string"
|
|
30596
|
+
]
|
|
30597
|
+
},
|
|
30376
30598
|
dimension: {
|
|
30377
30599
|
types: [
|
|
30378
30600
|
"string"
|
|
@@ -30393,6 +30615,16 @@ var patterns_registry_default = {
|
|
|
30393
30615
|
"8:1"
|
|
30394
30616
|
]
|
|
30395
30617
|
},
|
|
30618
|
+
atlas: {
|
|
30619
|
+
types: [
|
|
30620
|
+
"asset"
|
|
30621
|
+
]
|
|
30622
|
+
},
|
|
30623
|
+
sprite: {
|
|
30624
|
+
types: [
|
|
30625
|
+
"string"
|
|
30626
|
+
]
|
|
30627
|
+
},
|
|
30396
30628
|
name: {
|
|
30397
30629
|
types: [
|
|
30398
30630
|
"string"
|
|
@@ -30405,7 +30637,9 @@ var patterns_registry_default = {
|
|
|
30405
30637
|
}
|
|
30406
30638
|
},
|
|
30407
30639
|
propertyRequired: [
|
|
30408
|
-
"url"
|
|
30640
|
+
"url",
|
|
30641
|
+
"role",
|
|
30642
|
+
"category"
|
|
30409
30643
|
]
|
|
30410
30644
|
},
|
|
30411
30645
|
className: {
|
|
@@ -30504,18 +30738,6 @@ var patterns_registry_default = {
|
|
|
30504
30738
|
role: {
|
|
30505
30739
|
types: [
|
|
30506
30740
|
"string"
|
|
30507
|
-
],
|
|
30508
|
-
enumValues: [
|
|
30509
|
-
"player",
|
|
30510
|
-
"enemy",
|
|
30511
|
-
"npc",
|
|
30512
|
-
"item",
|
|
30513
|
-
"tile",
|
|
30514
|
-
"projectile",
|
|
30515
|
-
"effect",
|
|
30516
|
-
"ui",
|
|
30517
|
-
"decoration",
|
|
30518
|
-
"vehicle"
|
|
30519
30741
|
]
|
|
30520
30742
|
},
|
|
30521
30743
|
category: {
|
|
@@ -30545,6 +30767,11 @@ var patterns_registry_default = {
|
|
|
30545
30767
|
"isometric"
|
|
30546
30768
|
]
|
|
30547
30769
|
},
|
|
30770
|
+
variant: {
|
|
30771
|
+
types: [
|
|
30772
|
+
"string"
|
|
30773
|
+
]
|
|
30774
|
+
},
|
|
30548
30775
|
dimension: {
|
|
30549
30776
|
types: [
|
|
30550
30777
|
"string"
|
|
@@ -30565,6 +30792,16 @@ var patterns_registry_default = {
|
|
|
30565
30792
|
"8:1"
|
|
30566
30793
|
]
|
|
30567
30794
|
},
|
|
30795
|
+
atlas: {
|
|
30796
|
+
types: [
|
|
30797
|
+
"asset"
|
|
30798
|
+
]
|
|
30799
|
+
},
|
|
30800
|
+
sprite: {
|
|
30801
|
+
types: [
|
|
30802
|
+
"string"
|
|
30803
|
+
]
|
|
30804
|
+
},
|
|
30568
30805
|
name: {
|
|
30569
30806
|
types: [
|
|
30570
30807
|
"string"
|
|
@@ -30577,7 +30814,9 @@ var patterns_registry_default = {
|
|
|
30577
30814
|
}
|
|
30578
30815
|
},
|
|
30579
30816
|
required: [
|
|
30580
|
-
"url"
|
|
30817
|
+
"url",
|
|
30818
|
+
"role",
|
|
30819
|
+
"category"
|
|
30581
30820
|
]
|
|
30582
30821
|
},
|
|
30583
30822
|
stateMachine: {
|
|
@@ -30655,18 +30894,6 @@ var patterns_registry_default = {
|
|
|
30655
30894
|
role: {
|
|
30656
30895
|
types: [
|
|
30657
30896
|
"string"
|
|
30658
|
-
],
|
|
30659
|
-
enumValues: [
|
|
30660
|
-
"player",
|
|
30661
|
-
"enemy",
|
|
30662
|
-
"npc",
|
|
30663
|
-
"item",
|
|
30664
|
-
"tile",
|
|
30665
|
-
"projectile",
|
|
30666
|
-
"effect",
|
|
30667
|
-
"ui",
|
|
30668
|
-
"decoration",
|
|
30669
|
-
"vehicle"
|
|
30670
30897
|
]
|
|
30671
30898
|
},
|
|
30672
30899
|
category: {
|
|
@@ -30696,6 +30923,11 @@ var patterns_registry_default = {
|
|
|
30696
30923
|
"isometric"
|
|
30697
30924
|
]
|
|
30698
30925
|
},
|
|
30926
|
+
variant: {
|
|
30927
|
+
types: [
|
|
30928
|
+
"string"
|
|
30929
|
+
]
|
|
30930
|
+
},
|
|
30699
30931
|
dimension: {
|
|
30700
30932
|
types: [
|
|
30701
30933
|
"string"
|
|
@@ -30716,6 +30948,16 @@ var patterns_registry_default = {
|
|
|
30716
30948
|
"8:1"
|
|
30717
30949
|
]
|
|
30718
30950
|
},
|
|
30951
|
+
atlas: {
|
|
30952
|
+
types: [
|
|
30953
|
+
"asset"
|
|
30954
|
+
]
|
|
30955
|
+
},
|
|
30956
|
+
sprite: {
|
|
30957
|
+
types: [
|
|
30958
|
+
"string"
|
|
30959
|
+
]
|
|
30960
|
+
},
|
|
30719
30961
|
name: {
|
|
30720
30962
|
types: [
|
|
30721
30963
|
"string"
|
|
@@ -30728,7 +30970,9 @@ var patterns_registry_default = {
|
|
|
30728
30970
|
}
|
|
30729
30971
|
},
|
|
30730
30972
|
required: [
|
|
30731
|
-
"url"
|
|
30973
|
+
"url",
|
|
30974
|
+
"role",
|
|
30975
|
+
"category"
|
|
30732
30976
|
]
|
|
30733
30977
|
},
|
|
30734
30978
|
stateMachine: {
|
|
@@ -30883,18 +31127,6 @@ var patterns_registry_default = {
|
|
|
30883
31127
|
role: {
|
|
30884
31128
|
types: [
|
|
30885
31129
|
"string"
|
|
30886
|
-
],
|
|
30887
|
-
enumValues: [
|
|
30888
|
-
"player",
|
|
30889
|
-
"enemy",
|
|
30890
|
-
"npc",
|
|
30891
|
-
"item",
|
|
30892
|
-
"tile",
|
|
30893
|
-
"projectile",
|
|
30894
|
-
"effect",
|
|
30895
|
-
"ui",
|
|
30896
|
-
"decoration",
|
|
30897
|
-
"vehicle"
|
|
30898
31130
|
]
|
|
30899
31131
|
},
|
|
30900
31132
|
category: {
|
|
@@ -30924,6 +31156,11 @@ var patterns_registry_default = {
|
|
|
30924
31156
|
"isometric"
|
|
30925
31157
|
]
|
|
30926
31158
|
},
|
|
31159
|
+
variant: {
|
|
31160
|
+
types: [
|
|
31161
|
+
"string"
|
|
31162
|
+
]
|
|
31163
|
+
},
|
|
30927
31164
|
dimension: {
|
|
30928
31165
|
types: [
|
|
30929
31166
|
"string"
|
|
@@ -30944,6 +31181,16 @@ var patterns_registry_default = {
|
|
|
30944
31181
|
"8:1"
|
|
30945
31182
|
]
|
|
30946
31183
|
},
|
|
31184
|
+
atlas: {
|
|
31185
|
+
types: [
|
|
31186
|
+
"asset"
|
|
31187
|
+
]
|
|
31188
|
+
},
|
|
31189
|
+
sprite: {
|
|
31190
|
+
types: [
|
|
31191
|
+
"string"
|
|
31192
|
+
]
|
|
31193
|
+
},
|
|
30947
31194
|
name: {
|
|
30948
31195
|
types: [
|
|
30949
31196
|
"string"
|
|
@@ -30956,7 +31203,9 @@ var patterns_registry_default = {
|
|
|
30956
31203
|
}
|
|
30957
31204
|
},
|
|
30958
31205
|
required: [
|
|
30959
|
-
"url"
|
|
31206
|
+
"url",
|
|
31207
|
+
"role",
|
|
31208
|
+
"category"
|
|
30960
31209
|
]
|
|
30961
31210
|
},
|
|
30962
31211
|
stateMachine: {
|
|
@@ -31203,18 +31452,6 @@ var patterns_registry_default = {
|
|
|
31203
31452
|
role: {
|
|
31204
31453
|
types: [
|
|
31205
31454
|
"string"
|
|
31206
|
-
],
|
|
31207
|
-
enumValues: [
|
|
31208
|
-
"player",
|
|
31209
|
-
"enemy",
|
|
31210
|
-
"npc",
|
|
31211
|
-
"item",
|
|
31212
|
-
"tile",
|
|
31213
|
-
"projectile",
|
|
31214
|
-
"effect",
|
|
31215
|
-
"ui",
|
|
31216
|
-
"decoration",
|
|
31217
|
-
"vehicle"
|
|
31218
31455
|
]
|
|
31219
31456
|
},
|
|
31220
31457
|
category: {
|
|
@@ -31244,6 +31481,11 @@ var patterns_registry_default = {
|
|
|
31244
31481
|
"isometric"
|
|
31245
31482
|
]
|
|
31246
31483
|
},
|
|
31484
|
+
variant: {
|
|
31485
|
+
types: [
|
|
31486
|
+
"string"
|
|
31487
|
+
]
|
|
31488
|
+
},
|
|
31247
31489
|
dimension: {
|
|
31248
31490
|
types: [
|
|
31249
31491
|
"string"
|
|
@@ -31264,6 +31506,16 @@ var patterns_registry_default = {
|
|
|
31264
31506
|
"8:1"
|
|
31265
31507
|
]
|
|
31266
31508
|
},
|
|
31509
|
+
atlas: {
|
|
31510
|
+
types: [
|
|
31511
|
+
"asset"
|
|
31512
|
+
]
|
|
31513
|
+
},
|
|
31514
|
+
sprite: {
|
|
31515
|
+
types: [
|
|
31516
|
+
"string"
|
|
31517
|
+
]
|
|
31518
|
+
},
|
|
31267
31519
|
name: {
|
|
31268
31520
|
types: [
|
|
31269
31521
|
"string"
|
|
@@ -31276,7 +31528,9 @@ var patterns_registry_default = {
|
|
|
31276
31528
|
}
|
|
31277
31529
|
},
|
|
31278
31530
|
required: [
|
|
31279
|
-
"url"
|
|
31531
|
+
"url",
|
|
31532
|
+
"role",
|
|
31533
|
+
"category"
|
|
31280
31534
|
]
|
|
31281
31535
|
},
|
|
31282
31536
|
stateMachine: {
|
|
@@ -31401,18 +31655,6 @@ var patterns_registry_default = {
|
|
|
31401
31655
|
role: {
|
|
31402
31656
|
types: [
|
|
31403
31657
|
"string"
|
|
31404
|
-
],
|
|
31405
|
-
enumValues: [
|
|
31406
|
-
"player",
|
|
31407
|
-
"enemy",
|
|
31408
|
-
"npc",
|
|
31409
|
-
"item",
|
|
31410
|
-
"tile",
|
|
31411
|
-
"projectile",
|
|
31412
|
-
"effect",
|
|
31413
|
-
"ui",
|
|
31414
|
-
"decoration",
|
|
31415
|
-
"vehicle"
|
|
31416
31658
|
]
|
|
31417
31659
|
},
|
|
31418
31660
|
category: {
|
|
@@ -31442,6 +31684,11 @@ var patterns_registry_default = {
|
|
|
31442
31684
|
"isometric"
|
|
31443
31685
|
]
|
|
31444
31686
|
},
|
|
31687
|
+
variant: {
|
|
31688
|
+
types: [
|
|
31689
|
+
"string"
|
|
31690
|
+
]
|
|
31691
|
+
},
|
|
31445
31692
|
dimension: {
|
|
31446
31693
|
types: [
|
|
31447
31694
|
"string"
|
|
@@ -31462,6 +31709,16 @@ var patterns_registry_default = {
|
|
|
31462
31709
|
"8:1"
|
|
31463
31710
|
]
|
|
31464
31711
|
},
|
|
31712
|
+
atlas: {
|
|
31713
|
+
types: [
|
|
31714
|
+
"asset"
|
|
31715
|
+
]
|
|
31716
|
+
},
|
|
31717
|
+
sprite: {
|
|
31718
|
+
types: [
|
|
31719
|
+
"string"
|
|
31720
|
+
]
|
|
31721
|
+
},
|
|
31465
31722
|
name: {
|
|
31466
31723
|
types: [
|
|
31467
31724
|
"string"
|
|
@@ -31474,7 +31731,9 @@ var patterns_registry_default = {
|
|
|
31474
31731
|
}
|
|
31475
31732
|
},
|
|
31476
31733
|
required: [
|
|
31477
|
-
"url"
|
|
31734
|
+
"url",
|
|
31735
|
+
"role",
|
|
31736
|
+
"category"
|
|
31478
31737
|
]
|
|
31479
31738
|
},
|
|
31480
31739
|
stateMachine: {
|
|
@@ -31554,18 +31813,6 @@ var patterns_registry_default = {
|
|
|
31554
31813
|
role: {
|
|
31555
31814
|
types: [
|
|
31556
31815
|
"string"
|
|
31557
|
-
],
|
|
31558
|
-
enumValues: [
|
|
31559
|
-
"player",
|
|
31560
|
-
"enemy",
|
|
31561
|
-
"npc",
|
|
31562
|
-
"item",
|
|
31563
|
-
"tile",
|
|
31564
|
-
"projectile",
|
|
31565
|
-
"effect",
|
|
31566
|
-
"ui",
|
|
31567
|
-
"decoration",
|
|
31568
|
-
"vehicle"
|
|
31569
31816
|
]
|
|
31570
31817
|
},
|
|
31571
31818
|
category: {
|
|
@@ -31595,6 +31842,11 @@ var patterns_registry_default = {
|
|
|
31595
31842
|
"isometric"
|
|
31596
31843
|
]
|
|
31597
31844
|
},
|
|
31845
|
+
variant: {
|
|
31846
|
+
types: [
|
|
31847
|
+
"string"
|
|
31848
|
+
]
|
|
31849
|
+
},
|
|
31598
31850
|
dimension: {
|
|
31599
31851
|
types: [
|
|
31600
31852
|
"string"
|
|
@@ -31615,6 +31867,16 @@ var patterns_registry_default = {
|
|
|
31615
31867
|
"8:1"
|
|
31616
31868
|
]
|
|
31617
31869
|
},
|
|
31870
|
+
atlas: {
|
|
31871
|
+
types: [
|
|
31872
|
+
"asset"
|
|
31873
|
+
]
|
|
31874
|
+
},
|
|
31875
|
+
sprite: {
|
|
31876
|
+
types: [
|
|
31877
|
+
"string"
|
|
31878
|
+
]
|
|
31879
|
+
},
|
|
31618
31880
|
name: {
|
|
31619
31881
|
types: [
|
|
31620
31882
|
"string"
|
|
@@ -31627,7 +31889,9 @@ var patterns_registry_default = {
|
|
|
31627
31889
|
}
|
|
31628
31890
|
},
|
|
31629
31891
|
required: [
|
|
31630
|
-
"url"
|
|
31892
|
+
"url",
|
|
31893
|
+
"role",
|
|
31894
|
+
"category"
|
|
31631
31895
|
]
|
|
31632
31896
|
},
|
|
31633
31897
|
stateMachine: {
|
|
@@ -32417,7 +32681,8 @@ var patterns_registry_default = {
|
|
|
32417
32681
|
category: "component",
|
|
32418
32682
|
tier: "atoms",
|
|
32419
32683
|
family: "core",
|
|
32420
|
-
description: "Aside
|
|
32684
|
+
description: "Aside \u2014 a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
|
|
32685
|
+
capabilities: "settings navigation sidebar, preferences menu panel, account settings nav, secondary panel, side navigation rail",
|
|
32421
32686
|
suggestedFor: [
|
|
32422
32687
|
"aside"
|
|
32423
32688
|
],
|
|
@@ -32674,7 +32939,8 @@ var patterns_registry_default = {
|
|
|
32674
32939
|
category: "display",
|
|
32675
32940
|
tier: "molecules",
|
|
32676
32941
|
family: "core",
|
|
32677
|
-
description: "TableView
|
|
32942
|
+
description: "TableView \u2014 sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
32943
|
+
capabilities: "admin console table, records list, CRUD data table, user list, manage-users grid, sortable columns, row selection with bulk actions, grouped list view",
|
|
32678
32944
|
suggestedFor: [
|
|
32679
32945
|
"table",
|
|
32680
32946
|
"view",
|
|
@@ -33797,22 +34063,6 @@ var patterns_registry_default = {
|
|
|
33797
34063
|
items: {
|
|
33798
34064
|
types: [
|
|
33799
34065
|
"object"
|
|
33800
|
-
],
|
|
33801
|
-
properties: {
|
|
33802
|
-
type: {
|
|
33803
|
-
types: [
|
|
33804
|
-
"unknown"
|
|
33805
|
-
]
|
|
33806
|
-
},
|
|
33807
|
-
content: {
|
|
33808
|
-
types: [
|
|
33809
|
-
"string"
|
|
33810
|
-
]
|
|
33811
|
-
}
|
|
33812
|
-
},
|
|
33813
|
-
required: [
|
|
33814
|
-
"type",
|
|
33815
|
-
"content"
|
|
33816
34066
|
]
|
|
33817
34067
|
}
|
|
33818
34068
|
},
|
|
@@ -33832,34 +34082,7 @@ var patterns_registry_default = {
|
|
|
33832
34082
|
types: [
|
|
33833
34083
|
"object"
|
|
33834
34084
|
],
|
|
33835
|
-
description: "User progress for restoring activation/reflection state"
|
|
33836
|
-
properties: {
|
|
33837
|
-
activationResponse: {
|
|
33838
|
-
types: [
|
|
33839
|
-
"string"
|
|
33840
|
-
]
|
|
33841
|
-
},
|
|
33842
|
-
reflectionNotes: {
|
|
33843
|
-
types: [
|
|
33844
|
-
"array"
|
|
33845
|
-
],
|
|
33846
|
-
items: {
|
|
33847
|
-
types: [
|
|
33848
|
-
"string"
|
|
33849
|
-
]
|
|
33850
|
-
}
|
|
33851
|
-
},
|
|
33852
|
-
bloomAnswered: {
|
|
33853
|
-
types: [
|
|
33854
|
-
"object"
|
|
33855
|
-
],
|
|
33856
|
-
mapValue: {
|
|
33857
|
-
types: [
|
|
33858
|
-
"boolean"
|
|
33859
|
-
]
|
|
33860
|
-
}
|
|
33861
|
-
}
|
|
33862
|
-
}
|
|
34085
|
+
description: "User progress for restoring activation/reflection state"
|
|
33863
34086
|
},
|
|
33864
34087
|
onRunCodeSimulation: {
|
|
33865
34088
|
types: [
|
|
@@ -33888,7 +34111,7 @@ var patterns_registry_default = {
|
|
|
33888
34111
|
callbackArgs: [
|
|
33889
34112
|
{
|
|
33890
34113
|
name: "type",
|
|
33891
|
-
type: "
|
|
34114
|
+
type: "object"
|
|
33892
34115
|
},
|
|
33893
34116
|
{
|
|
33894
34117
|
name: "description",
|
|
@@ -34354,18 +34577,6 @@ var patterns_registry_default = {
|
|
|
34354
34577
|
role: {
|
|
34355
34578
|
types: [
|
|
34356
34579
|
"string"
|
|
34357
|
-
],
|
|
34358
|
-
enumValues: [
|
|
34359
|
-
"player",
|
|
34360
|
-
"enemy",
|
|
34361
|
-
"npc",
|
|
34362
|
-
"item",
|
|
34363
|
-
"tile",
|
|
34364
|
-
"projectile",
|
|
34365
|
-
"effect",
|
|
34366
|
-
"ui",
|
|
34367
|
-
"decoration",
|
|
34368
|
-
"vehicle"
|
|
34369
34580
|
]
|
|
34370
34581
|
},
|
|
34371
34582
|
category: {
|
|
@@ -34395,6 +34606,11 @@ var patterns_registry_default = {
|
|
|
34395
34606
|
"isometric"
|
|
34396
34607
|
]
|
|
34397
34608
|
},
|
|
34609
|
+
variant: {
|
|
34610
|
+
types: [
|
|
34611
|
+
"string"
|
|
34612
|
+
]
|
|
34613
|
+
},
|
|
34398
34614
|
dimension: {
|
|
34399
34615
|
types: [
|
|
34400
34616
|
"string"
|
|
@@ -34415,6 +34631,16 @@ var patterns_registry_default = {
|
|
|
34415
34631
|
"8:1"
|
|
34416
34632
|
]
|
|
34417
34633
|
},
|
|
34634
|
+
atlas: {
|
|
34635
|
+
types: [
|
|
34636
|
+
"asset"
|
|
34637
|
+
]
|
|
34638
|
+
},
|
|
34639
|
+
sprite: {
|
|
34640
|
+
types: [
|
|
34641
|
+
"string"
|
|
34642
|
+
]
|
|
34643
|
+
},
|
|
34418
34644
|
name: {
|
|
34419
34645
|
types: [
|
|
34420
34646
|
"string"
|
|
@@ -34427,7 +34653,9 @@ var patterns_registry_default = {
|
|
|
34427
34653
|
}
|
|
34428
34654
|
},
|
|
34429
34655
|
propertyRequired: [
|
|
34430
|
-
"url"
|
|
34656
|
+
"url",
|
|
34657
|
+
"role",
|
|
34658
|
+
"category"
|
|
34431
34659
|
]
|
|
34432
34660
|
},
|
|
34433
34661
|
tileClickEvent: {
|
|
@@ -34667,18 +34895,6 @@ var patterns_registry_default = {
|
|
|
34667
34895
|
role: {
|
|
34668
34896
|
types: [
|
|
34669
34897
|
"string"
|
|
34670
|
-
],
|
|
34671
|
-
enumValues: [
|
|
34672
|
-
"player",
|
|
34673
|
-
"enemy",
|
|
34674
|
-
"npc",
|
|
34675
|
-
"item",
|
|
34676
|
-
"tile",
|
|
34677
|
-
"projectile",
|
|
34678
|
-
"effect",
|
|
34679
|
-
"ui",
|
|
34680
|
-
"decoration",
|
|
34681
|
-
"vehicle"
|
|
34682
34898
|
]
|
|
34683
34899
|
},
|
|
34684
34900
|
category: {
|
|
@@ -34708,6 +34924,11 @@ var patterns_registry_default = {
|
|
|
34708
34924
|
"isometric"
|
|
34709
34925
|
]
|
|
34710
34926
|
},
|
|
34927
|
+
variant: {
|
|
34928
|
+
types: [
|
|
34929
|
+
"string"
|
|
34930
|
+
]
|
|
34931
|
+
},
|
|
34711
34932
|
dimension: {
|
|
34712
34933
|
types: [
|
|
34713
34934
|
"string"
|
|
@@ -34728,6 +34949,16 @@ var patterns_registry_default = {
|
|
|
34728
34949
|
"8:1"
|
|
34729
34950
|
]
|
|
34730
34951
|
},
|
|
34952
|
+
atlas: {
|
|
34953
|
+
types: [
|
|
34954
|
+
"asset"
|
|
34955
|
+
]
|
|
34956
|
+
},
|
|
34957
|
+
sprite: {
|
|
34958
|
+
types: [
|
|
34959
|
+
"string"
|
|
34960
|
+
]
|
|
34961
|
+
},
|
|
34731
34962
|
name: {
|
|
34732
34963
|
types: [
|
|
34733
34964
|
"string"
|
|
@@ -34740,7 +34971,9 @@ var patterns_registry_default = {
|
|
|
34740
34971
|
}
|
|
34741
34972
|
},
|
|
34742
34973
|
required: [
|
|
34743
|
-
"url"
|
|
34974
|
+
"url",
|
|
34975
|
+
"role",
|
|
34976
|
+
"category"
|
|
34744
34977
|
]
|
|
34745
34978
|
},
|
|
34746
34979
|
variant: {
|
|
@@ -34890,18 +35123,6 @@ var patterns_registry_default = {
|
|
|
34890
35123
|
role: {
|
|
34891
35124
|
types: [
|
|
34892
35125
|
"string"
|
|
34893
|
-
],
|
|
34894
|
-
enumValues: [
|
|
34895
|
-
"player",
|
|
34896
|
-
"enemy",
|
|
34897
|
-
"npc",
|
|
34898
|
-
"item",
|
|
34899
|
-
"tile",
|
|
34900
|
-
"projectile",
|
|
34901
|
-
"effect",
|
|
34902
|
-
"ui",
|
|
34903
|
-
"decoration",
|
|
34904
|
-
"vehicle"
|
|
34905
35126
|
]
|
|
34906
35127
|
},
|
|
34907
35128
|
category: {
|
|
@@ -34931,6 +35152,11 @@ var patterns_registry_default = {
|
|
|
34931
35152
|
"isometric"
|
|
34932
35153
|
]
|
|
34933
35154
|
},
|
|
35155
|
+
variant: {
|
|
35156
|
+
types: [
|
|
35157
|
+
"string"
|
|
35158
|
+
]
|
|
35159
|
+
},
|
|
34934
35160
|
dimension: {
|
|
34935
35161
|
types: [
|
|
34936
35162
|
"string"
|
|
@@ -34951,6 +35177,16 @@ var patterns_registry_default = {
|
|
|
34951
35177
|
"8:1"
|
|
34952
35178
|
]
|
|
34953
35179
|
},
|
|
35180
|
+
atlas: {
|
|
35181
|
+
types: [
|
|
35182
|
+
"asset"
|
|
35183
|
+
]
|
|
35184
|
+
},
|
|
35185
|
+
sprite: {
|
|
35186
|
+
types: [
|
|
35187
|
+
"string"
|
|
35188
|
+
]
|
|
35189
|
+
},
|
|
34954
35190
|
name: {
|
|
34955
35191
|
types: [
|
|
34956
35192
|
"string"
|
|
@@ -34963,7 +35199,9 @@ var patterns_registry_default = {
|
|
|
34963
35199
|
}
|
|
34964
35200
|
},
|
|
34965
35201
|
required: [
|
|
34966
|
-
"url"
|
|
35202
|
+
"url",
|
|
35203
|
+
"role",
|
|
35204
|
+
"category"
|
|
34967
35205
|
]
|
|
34968
35206
|
}
|
|
34969
35207
|
},
|
|
@@ -35020,18 +35258,6 @@ var patterns_registry_default = {
|
|
|
35020
35258
|
role: {
|
|
35021
35259
|
types: [
|
|
35022
35260
|
"string"
|
|
35023
|
-
],
|
|
35024
|
-
enumValues: [
|
|
35025
|
-
"player",
|
|
35026
|
-
"enemy",
|
|
35027
|
-
"npc",
|
|
35028
|
-
"item",
|
|
35029
|
-
"tile",
|
|
35030
|
-
"projectile",
|
|
35031
|
-
"effect",
|
|
35032
|
-
"ui",
|
|
35033
|
-
"decoration",
|
|
35034
|
-
"vehicle"
|
|
35035
35261
|
]
|
|
35036
35262
|
},
|
|
35037
35263
|
category: {
|
|
@@ -35061,6 +35287,11 @@ var patterns_registry_default = {
|
|
|
35061
35287
|
"isometric"
|
|
35062
35288
|
]
|
|
35063
35289
|
},
|
|
35290
|
+
variant: {
|
|
35291
|
+
types: [
|
|
35292
|
+
"string"
|
|
35293
|
+
]
|
|
35294
|
+
},
|
|
35064
35295
|
dimension: {
|
|
35065
35296
|
types: [
|
|
35066
35297
|
"string"
|
|
@@ -35081,6 +35312,16 @@ var patterns_registry_default = {
|
|
|
35081
35312
|
"8:1"
|
|
35082
35313
|
]
|
|
35083
35314
|
},
|
|
35315
|
+
atlas: {
|
|
35316
|
+
types: [
|
|
35317
|
+
"asset"
|
|
35318
|
+
]
|
|
35319
|
+
},
|
|
35320
|
+
sprite: {
|
|
35321
|
+
types: [
|
|
35322
|
+
"string"
|
|
35323
|
+
]
|
|
35324
|
+
},
|
|
35084
35325
|
name: {
|
|
35085
35326
|
types: [
|
|
35086
35327
|
"string"
|
|
@@ -35093,7 +35334,9 @@ var patterns_registry_default = {
|
|
|
35093
35334
|
}
|
|
35094
35335
|
},
|
|
35095
35336
|
propertyRequired: [
|
|
35096
|
-
"url"
|
|
35337
|
+
"url",
|
|
35338
|
+
"role",
|
|
35339
|
+
"category"
|
|
35097
35340
|
]
|
|
35098
35341
|
},
|
|
35099
35342
|
icon: {
|
|
@@ -37777,7 +38020,8 @@ var patterns_registry_default = {
|
|
|
37777
38020
|
category: "display",
|
|
37778
38021
|
tier: "atoms",
|
|
37779
38022
|
family: "marketing",
|
|
37780
|
-
description: "MarketingStatCard
|
|
38023
|
+
description: "MarketingStatCard \u2014 a single number-highlight card pairing a large value with a label and trend delta.",
|
|
38024
|
+
capabilities: "KPI card, metric tile, dashboard stat card, number card, big-number widget, stat highlight, key metric callout",
|
|
37781
38025
|
suggestedFor: [
|
|
37782
38026
|
"marketing",
|
|
37783
38027
|
"stat",
|
|
@@ -38852,18 +39096,6 @@ var patterns_registry_default = {
|
|
|
38852
39096
|
role: {
|
|
38853
39097
|
types: [
|
|
38854
39098
|
"string"
|
|
38855
|
-
],
|
|
38856
|
-
enumValues: [
|
|
38857
|
-
"player",
|
|
38858
|
-
"enemy",
|
|
38859
|
-
"npc",
|
|
38860
|
-
"item",
|
|
38861
|
-
"tile",
|
|
38862
|
-
"projectile",
|
|
38863
|
-
"effect",
|
|
38864
|
-
"ui",
|
|
38865
|
-
"decoration",
|
|
38866
|
-
"vehicle"
|
|
38867
39099
|
]
|
|
38868
39100
|
},
|
|
38869
39101
|
category: {
|
|
@@ -38893,6 +39125,11 @@ var patterns_registry_default = {
|
|
|
38893
39125
|
"isometric"
|
|
38894
39126
|
]
|
|
38895
39127
|
},
|
|
39128
|
+
variant: {
|
|
39129
|
+
types: [
|
|
39130
|
+
"string"
|
|
39131
|
+
]
|
|
39132
|
+
},
|
|
38896
39133
|
dimension: {
|
|
38897
39134
|
types: [
|
|
38898
39135
|
"string"
|
|
@@ -38913,6 +39150,16 @@ var patterns_registry_default = {
|
|
|
38913
39150
|
"8:1"
|
|
38914
39151
|
]
|
|
38915
39152
|
},
|
|
39153
|
+
atlas: {
|
|
39154
|
+
types: [
|
|
39155
|
+
"asset"
|
|
39156
|
+
]
|
|
39157
|
+
},
|
|
39158
|
+
sprite: {
|
|
39159
|
+
types: [
|
|
39160
|
+
"string"
|
|
39161
|
+
]
|
|
39162
|
+
},
|
|
38916
39163
|
name: {
|
|
38917
39164
|
types: [
|
|
38918
39165
|
"string"
|
|
@@ -38925,7 +39172,9 @@ var patterns_registry_default = {
|
|
|
38925
39172
|
}
|
|
38926
39173
|
},
|
|
38927
39174
|
propertyRequired: [
|
|
38928
|
-
"url"
|
|
39175
|
+
"url",
|
|
39176
|
+
"role",
|
|
39177
|
+
"category"
|
|
38929
39178
|
]
|
|
38930
39179
|
},
|
|
38931
39180
|
anchor: {
|
|
@@ -39339,18 +39588,6 @@ var patterns_registry_default = {
|
|
|
39339
39588
|
role: {
|
|
39340
39589
|
types: [
|
|
39341
39590
|
"string"
|
|
39342
|
-
],
|
|
39343
|
-
enumValues: [
|
|
39344
|
-
"player",
|
|
39345
|
-
"enemy",
|
|
39346
|
-
"npc",
|
|
39347
|
-
"item",
|
|
39348
|
-
"tile",
|
|
39349
|
-
"projectile",
|
|
39350
|
-
"effect",
|
|
39351
|
-
"ui",
|
|
39352
|
-
"decoration",
|
|
39353
|
-
"vehicle"
|
|
39354
39591
|
]
|
|
39355
39592
|
},
|
|
39356
39593
|
category: {
|
|
@@ -39380,6 +39617,11 @@ var patterns_registry_default = {
|
|
|
39380
39617
|
"isometric"
|
|
39381
39618
|
]
|
|
39382
39619
|
},
|
|
39620
|
+
variant: {
|
|
39621
|
+
types: [
|
|
39622
|
+
"string"
|
|
39623
|
+
]
|
|
39624
|
+
},
|
|
39383
39625
|
dimension: {
|
|
39384
39626
|
types: [
|
|
39385
39627
|
"string"
|
|
@@ -39400,6 +39642,16 @@ var patterns_registry_default = {
|
|
|
39400
39642
|
"8:1"
|
|
39401
39643
|
]
|
|
39402
39644
|
},
|
|
39645
|
+
atlas: {
|
|
39646
|
+
types: [
|
|
39647
|
+
"asset"
|
|
39648
|
+
]
|
|
39649
|
+
},
|
|
39650
|
+
sprite: {
|
|
39651
|
+
types: [
|
|
39652
|
+
"string"
|
|
39653
|
+
]
|
|
39654
|
+
},
|
|
39403
39655
|
name: {
|
|
39404
39656
|
types: [
|
|
39405
39657
|
"string"
|
|
@@ -39412,7 +39664,9 @@ var patterns_registry_default = {
|
|
|
39412
39664
|
}
|
|
39413
39665
|
},
|
|
39414
39666
|
required: [
|
|
39415
|
-
"url"
|
|
39667
|
+
"url",
|
|
39668
|
+
"role",
|
|
39669
|
+
"category"
|
|
39416
39670
|
]
|
|
39417
39671
|
},
|
|
39418
39672
|
anchor: {
|
|
@@ -39691,18 +39945,6 @@ var patterns_registry_default = {
|
|
|
39691
39945
|
role: {
|
|
39692
39946
|
types: [
|
|
39693
39947
|
"string"
|
|
39694
|
-
],
|
|
39695
|
-
enumValues: [
|
|
39696
|
-
"player",
|
|
39697
|
-
"enemy",
|
|
39698
|
-
"npc",
|
|
39699
|
-
"item",
|
|
39700
|
-
"tile",
|
|
39701
|
-
"projectile",
|
|
39702
|
-
"effect",
|
|
39703
|
-
"ui",
|
|
39704
|
-
"decoration",
|
|
39705
|
-
"vehicle"
|
|
39706
39948
|
]
|
|
39707
39949
|
},
|
|
39708
39950
|
category: {
|
|
@@ -39732,6 +39974,11 @@ var patterns_registry_default = {
|
|
|
39732
39974
|
"isometric"
|
|
39733
39975
|
]
|
|
39734
39976
|
},
|
|
39977
|
+
variant: {
|
|
39978
|
+
types: [
|
|
39979
|
+
"string"
|
|
39980
|
+
]
|
|
39981
|
+
},
|
|
39735
39982
|
dimension: {
|
|
39736
39983
|
types: [
|
|
39737
39984
|
"string"
|
|
@@ -39752,6 +39999,16 @@ var patterns_registry_default = {
|
|
|
39752
39999
|
"8:1"
|
|
39753
40000
|
]
|
|
39754
40001
|
},
|
|
40002
|
+
atlas: {
|
|
40003
|
+
types: [
|
|
40004
|
+
"asset"
|
|
40005
|
+
]
|
|
40006
|
+
},
|
|
40007
|
+
sprite: {
|
|
40008
|
+
types: [
|
|
40009
|
+
"string"
|
|
40010
|
+
]
|
|
40011
|
+
},
|
|
39755
40012
|
name: {
|
|
39756
40013
|
types: [
|
|
39757
40014
|
"string"
|
|
@@ -39764,7 +40021,9 @@ var patterns_registry_default = {
|
|
|
39764
40021
|
}
|
|
39765
40022
|
},
|
|
39766
40023
|
propertyRequired: [
|
|
39767
|
-
"url"
|
|
40024
|
+
"url",
|
|
40025
|
+
"role",
|
|
40026
|
+
"category"
|
|
39768
40027
|
]
|
|
39769
40028
|
},
|
|
39770
40029
|
backgroundColor: {
|
|
@@ -39939,6 +40198,74 @@ var patterns_registry_default = {
|
|
|
39939
40198
|
}
|
|
39940
40199
|
},
|
|
39941
40200
|
drawHost: true
|
|
40201
|
+
},
|
|
40202
|
+
presence: {
|
|
40203
|
+
type: "presence",
|
|
40204
|
+
category: "component",
|
|
40205
|
+
tier: "atoms",
|
|
40206
|
+
family: "core",
|
|
40207
|
+
description: "Presence component",
|
|
40208
|
+
suggestedFor: [
|
|
40209
|
+
"presence"
|
|
40210
|
+
],
|
|
40211
|
+
typicalSize: "small",
|
|
40212
|
+
propsSchema: {
|
|
40213
|
+
show: {
|
|
40214
|
+
types: [
|
|
40215
|
+
"boolean"
|
|
40216
|
+
],
|
|
40217
|
+
description: "When false, the exit animation runs, then children unmount.",
|
|
40218
|
+
required: true
|
|
40219
|
+
},
|
|
40220
|
+
className: {
|
|
40221
|
+
types: [
|
|
40222
|
+
"string"
|
|
40223
|
+
],
|
|
40224
|
+
description: "className prop"
|
|
40225
|
+
},
|
|
40226
|
+
children: {
|
|
40227
|
+
types: [
|
|
40228
|
+
"node"
|
|
40229
|
+
],
|
|
40230
|
+
description: "children prop",
|
|
40231
|
+
required: true
|
|
40232
|
+
}
|
|
40233
|
+
}
|
|
40234
|
+
},
|
|
40235
|
+
"page-transition": {
|
|
40236
|
+
type: "page-transition",
|
|
40237
|
+
category: "component",
|
|
40238
|
+
tier: "molecules",
|
|
40239
|
+
family: "core",
|
|
40240
|
+
description: "PageTransition component",
|
|
40241
|
+
suggestedFor: [
|
|
40242
|
+
"page",
|
|
40243
|
+
"transition",
|
|
40244
|
+
"page transition"
|
|
40245
|
+
],
|
|
40246
|
+
typicalSize: "medium",
|
|
40247
|
+
propsSchema: {
|
|
40248
|
+
locationKey: {
|
|
40249
|
+
types: [
|
|
40250
|
+
"string"
|
|
40251
|
+
],
|
|
40252
|
+
description: "Value that changes on navigation (e.g. `location.pathname`).",
|
|
40253
|
+
required: true
|
|
40254
|
+
},
|
|
40255
|
+
children: {
|
|
40256
|
+
types: [
|
|
40257
|
+
"node"
|
|
40258
|
+
],
|
|
40259
|
+
description: "children prop",
|
|
40260
|
+
required: true
|
|
40261
|
+
},
|
|
40262
|
+
className: {
|
|
40263
|
+
types: [
|
|
40264
|
+
"string"
|
|
40265
|
+
],
|
|
40266
|
+
description: "className prop"
|
|
40267
|
+
}
|
|
40268
|
+
}
|
|
39942
40269
|
}
|
|
39943
40270
|
},
|
|
39944
40271
|
categories: [
|
|
@@ -40566,7 +40893,7 @@ var integrators_registry_default = {
|
|
|
40566
40893
|
// src/patterns/component-mapping.json
|
|
40567
40894
|
var component_mapping_default = {
|
|
40568
40895
|
version: "1.0.0",
|
|
40569
|
-
exportedAt: "2026-07-
|
|
40896
|
+
exportedAt: "2026-07-23T14:32:35.644Z",
|
|
40570
40897
|
mappings: {
|
|
40571
40898
|
"page-header": {
|
|
40572
40899
|
component: "PageHeader",
|
|
@@ -40604,8 +40931,8 @@ var component_mapping_default = {
|
|
|
40604
40931
|
category: "form"
|
|
40605
40932
|
},
|
|
40606
40933
|
"form-actions": {
|
|
40607
|
-
component: "
|
|
40608
|
-
importPath: "@/components/core/molecules/
|
|
40934
|
+
component: "ButtonGroup",
|
|
40935
|
+
importPath: "@/components/core/molecules/ButtonGroup",
|
|
40609
40936
|
category: "form"
|
|
40610
40937
|
},
|
|
40611
40938
|
"filter-group": {
|
|
@@ -41914,6 +42241,16 @@ var component_mapping_default = {
|
|
|
41914
42241
|
component: "Canvas",
|
|
41915
42242
|
importPath: "@/components/game/molecules/Canvas",
|
|
41916
42243
|
category: "game"
|
|
42244
|
+
},
|
|
42245
|
+
presence: {
|
|
42246
|
+
component: "Presence",
|
|
42247
|
+
importPath: "@/components/core/atoms/Presence",
|
|
42248
|
+
category: "component"
|
|
42249
|
+
},
|
|
42250
|
+
"page-transition": {
|
|
42251
|
+
component: "PageTransition",
|
|
42252
|
+
importPath: "@/components/core/molecules/PageTransition",
|
|
42253
|
+
category: "component"
|
|
41917
42254
|
}
|
|
41918
42255
|
}
|
|
41919
42256
|
};
|
|
@@ -41921,7 +42258,7 @@ var component_mapping_default = {
|
|
|
41921
42258
|
// src/patterns/event-contracts.json
|
|
41922
42259
|
var event_contracts_default = {
|
|
41923
42260
|
version: "1.0.0",
|
|
41924
|
-
exportedAt: "2026-07-
|
|
42261
|
+
exportedAt: "2026-07-23T14:32:35.644Z",
|
|
41925
42262
|
contracts: {
|
|
41926
42263
|
form: {
|
|
41927
42264
|
emits: [
|
|
@@ -42014,7 +42351,14 @@ var event_contracts_default = {
|
|
|
42014
42351
|
"form-actions": {
|
|
42015
42352
|
emits: [
|
|
42016
42353
|
{
|
|
42017
|
-
event: "
|
|
42354
|
+
event: "DISPATCH",
|
|
42355
|
+
trigger: "action",
|
|
42356
|
+
payload: {
|
|
42357
|
+
type: "object"
|
|
42358
|
+
}
|
|
42359
|
+
},
|
|
42360
|
+
{
|
|
42361
|
+
event: "NAVIGATE",
|
|
42018
42362
|
trigger: "action",
|
|
42019
42363
|
payload: {
|
|
42020
42364
|
type: "object"
|
|
@@ -42022,7 +42366,7 @@ var event_contracts_default = {
|
|
|
42022
42366
|
}
|
|
42023
42367
|
],
|
|
42024
42368
|
requires: [],
|
|
42025
|
-
entityAware:
|
|
42369
|
+
entityAware: true,
|
|
42026
42370
|
configDriven: true
|
|
42027
42371
|
},
|
|
42028
42372
|
"entity-table": {
|
|
@@ -43051,6 +43395,19 @@ var event_contracts_default = {
|
|
|
43051
43395
|
],
|
|
43052
43396
|
requires: [],
|
|
43053
43397
|
entityAware: false
|
|
43398
|
+
},
|
|
43399
|
+
"data-grid": {
|
|
43400
|
+
emits: [
|
|
43401
|
+
{
|
|
43402
|
+
event: "NAVIGATE",
|
|
43403
|
+
trigger: "action",
|
|
43404
|
+
payload: {
|
|
43405
|
+
type: "object"
|
|
43406
|
+
}
|
|
43407
|
+
}
|
|
43408
|
+
],
|
|
43409
|
+
requires: [],
|
|
43410
|
+
entityAware: true
|
|
43054
43411
|
}
|
|
43055
43412
|
}
|
|
43056
43413
|
};
|
|
@@ -43214,11 +43571,13 @@ var PATTERN_TYPES = [
|
|
|
43214
43571
|
"orbital-visualization",
|
|
43215
43572
|
"overlay",
|
|
43216
43573
|
"page-header",
|
|
43574
|
+
"page-transition",
|
|
43217
43575
|
"pagination",
|
|
43218
43576
|
"pattern-tile",
|
|
43219
43577
|
"physics-canvas",
|
|
43220
43578
|
"popover",
|
|
43221
43579
|
"positioned-canvas",
|
|
43580
|
+
"presence",
|
|
43222
43581
|
"pricing-card",
|
|
43223
43582
|
"pricing-grid",
|
|
43224
43583
|
"pricing-organism",
|
|
@@ -43323,6 +43682,22 @@ function isValidPatternType(type) {
|
|
|
43323
43682
|
return PATTERN_TYPES.includes(type);
|
|
43324
43683
|
}
|
|
43325
43684
|
|
|
43685
|
+
// src/patterns/content-grade.ts
|
|
43686
|
+
function isContentBodyPatternType(patternType) {
|
|
43687
|
+
const entry = patterns_registry_default.patterns?.[patternType];
|
|
43688
|
+
if (!entry?.propsSchema) return false;
|
|
43689
|
+
return Object.values(entry.propsSchema).some((def) => def.kind === "entity");
|
|
43690
|
+
}
|
|
43691
|
+
function isContentBodyPattern(pattern) {
|
|
43692
|
+
if (pattern === null) return false;
|
|
43693
|
+
if (typeof pattern === "string") return true;
|
|
43694
|
+
if ("children" in pattern && Array.isArray(pattern.children) && pattern.children.length > 0) return true;
|
|
43695
|
+
return isContentBodyPatternType(pattern.type);
|
|
43696
|
+
}
|
|
43697
|
+
function isMainSlotRenderUi(effect) {
|
|
43698
|
+
return Array.isArray(effect) && effect[0] === "render-ui" && effect[1] === "main";
|
|
43699
|
+
}
|
|
43700
|
+
|
|
43326
43701
|
// src/patterns/helpers/prompt-helpers.ts
|
|
43327
43702
|
function getPatternsGroupedByCategory() {
|
|
43328
43703
|
const patterns = patterns_registry_default.patterns || {};
|
|
@@ -43494,8 +43869,9 @@ function getOrbAllowedPatternsFiltered(patternNames) {
|
|
|
43494
43869
|
}
|
|
43495
43870
|
return lines.join("\n");
|
|
43496
43871
|
}
|
|
43497
|
-
|
|
43498
|
-
|
|
43872
|
+
var JsonValueSchema = z.lazy(
|
|
43873
|
+
() => z.union([z.string(), z.number(), z.boolean(), z.null(), z.array(JsonValueSchema), z.record(JsonValueSchema)])
|
|
43874
|
+
);
|
|
43499
43875
|
function isJsonObject(value) {
|
|
43500
43876
|
return value !== null && typeof value === "object" && !Array.isArray(value);
|
|
43501
43877
|
}
|
|
@@ -43782,6 +44158,6 @@ function propHostsDrawables(schema) {
|
|
|
43782
44158
|
return false;
|
|
43783
44159
|
}
|
|
43784
44160
|
|
|
43785
|
-
export { COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, buildRecommendationContext, collectRenderUiPatternTypes, component_mapping_default as componentMapping, event_contracts_default as eventContracts, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integrators_registry_default as integratorsRegistry, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isValidPatternType, patterns_registry_default as patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
|
|
44161
|
+
export { COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, buildRecommendationContext, collectRenderUiPatternTypes, component_mapping_default as componentMapping, event_contracts_default as eventContracts, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integrators_registry_default as integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValidPatternType, patterns_registry_default as patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
|
|
43786
44162
|
//# sourceMappingURL=index.js.map
|
|
43787
44163
|
//# sourceMappingURL=index.js.map
|