@almadar/core 10.30.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-C458pIMW.d.ts → builders-DDcCVboe.d.ts} +687 -687
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +10 -6
- package/dist/builders.js.map +1 -1
- package/dist/factory/index.d.ts +5 -5
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +10 -6
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +7 -9
- package/dist/index.js +894 -549
- package/dist/index.js.map +1 -1
- package/dist/{pattern-types-CLcOXOmW.d.ts → pattern-types-VDIr2TkX.d.ts} +104 -37
- package/dist/patterns/component-mapping.json +13 -3
- package/dist/patterns/event-contracts.json +10 -3
- package/dist/patterns/index.d.ts +1971 -870
- package/dist/patterns/index.js +1041 -695
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +917 -593
- package/dist/patterns/registry.json +917 -593
- package/dist/{trait-CwWjkU-1.d.ts → trait-DE6VU4Cd.d.ts} +85 -84
- package/dist/types/index.d.ts +7 -9
- package/dist/types/index.js +21 -17
- package/dist/types/index.js.map +1 -1
- package/dist/{types-yW22YNNt.d.ts → types-DSfz2mr5.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-21T09:54:57.379Z",
|
|
5
7
|
patterns: {
|
|
6
8
|
"entity-table": {
|
|
7
9
|
type: "entity-table",
|
|
@@ -3521,7 +3523,8 @@ var patterns_registry_default = {
|
|
|
3521
3523
|
category: "filter",
|
|
3522
3524
|
tier: "molecules",
|
|
3523
3525
|
family: "core",
|
|
3524
|
-
description: "
|
|
3526
|
+
description: "FilterGroup \u2014 a panel of filter controls that narrows a collection by field values.",
|
|
3527
|
+
capabilities: "search refinement panel, facet filters, admin list filters, records filter sidebar, filter chips panel",
|
|
3525
3528
|
suggestedFor: [
|
|
3526
3529
|
"list pages with filterable data"
|
|
3527
3530
|
],
|
|
@@ -3722,18 +3725,6 @@ var patterns_registry_default = {
|
|
|
3722
3725
|
role: {
|
|
3723
3726
|
types: [
|
|
3724
3727
|
"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
3728
|
]
|
|
3738
3729
|
},
|
|
3739
3730
|
category: {
|
|
@@ -3763,6 +3754,11 @@ var patterns_registry_default = {
|
|
|
3763
3754
|
"isometric"
|
|
3764
3755
|
]
|
|
3765
3756
|
},
|
|
3757
|
+
variant: {
|
|
3758
|
+
types: [
|
|
3759
|
+
"string"
|
|
3760
|
+
]
|
|
3761
|
+
},
|
|
3766
3762
|
dimension: {
|
|
3767
3763
|
types: [
|
|
3768
3764
|
"string"
|
|
@@ -3783,6 +3779,16 @@ var patterns_registry_default = {
|
|
|
3783
3779
|
"8:1"
|
|
3784
3780
|
]
|
|
3785
3781
|
},
|
|
3782
|
+
atlas: {
|
|
3783
|
+
types: [
|
|
3784
|
+
"asset"
|
|
3785
|
+
]
|
|
3786
|
+
},
|
|
3787
|
+
sprite: {
|
|
3788
|
+
types: [
|
|
3789
|
+
"string"
|
|
3790
|
+
]
|
|
3791
|
+
},
|
|
3786
3792
|
name: {
|
|
3787
3793
|
types: [
|
|
3788
3794
|
"string"
|
|
@@ -3795,7 +3801,9 @@ var patterns_registry_default = {
|
|
|
3795
3801
|
}
|
|
3796
3802
|
},
|
|
3797
3803
|
required: [
|
|
3798
|
-
"url"
|
|
3804
|
+
"url",
|
|
3805
|
+
"role",
|
|
3806
|
+
"category"
|
|
3799
3807
|
]
|
|
3800
3808
|
},
|
|
3801
3809
|
badge: {
|
|
@@ -3874,18 +3882,6 @@ var patterns_registry_default = {
|
|
|
3874
3882
|
role: {
|
|
3875
3883
|
types: [
|
|
3876
3884
|
"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
3885
|
]
|
|
3890
3886
|
},
|
|
3891
3887
|
category: {
|
|
@@ -3915,6 +3911,11 @@ var patterns_registry_default = {
|
|
|
3915
3911
|
"isometric"
|
|
3916
3912
|
]
|
|
3917
3913
|
},
|
|
3914
|
+
variant: {
|
|
3915
|
+
types: [
|
|
3916
|
+
"string"
|
|
3917
|
+
]
|
|
3918
|
+
},
|
|
3918
3919
|
dimension: {
|
|
3919
3920
|
types: [
|
|
3920
3921
|
"string"
|
|
@@ -3935,6 +3936,16 @@ var patterns_registry_default = {
|
|
|
3935
3936
|
"8:1"
|
|
3936
3937
|
]
|
|
3937
3938
|
},
|
|
3939
|
+
atlas: {
|
|
3940
|
+
types: [
|
|
3941
|
+
"asset"
|
|
3942
|
+
]
|
|
3943
|
+
},
|
|
3944
|
+
sprite: {
|
|
3945
|
+
types: [
|
|
3946
|
+
"string"
|
|
3947
|
+
]
|
|
3948
|
+
},
|
|
3938
3949
|
name: {
|
|
3939
3950
|
types: [
|
|
3940
3951
|
"string"
|
|
@@ -3947,7 +3958,9 @@ var patterns_registry_default = {
|
|
|
3947
3958
|
}
|
|
3948
3959
|
},
|
|
3949
3960
|
required: [
|
|
3950
|
-
"url"
|
|
3961
|
+
"url",
|
|
3962
|
+
"role",
|
|
3963
|
+
"category"
|
|
3951
3964
|
]
|
|
3952
3965
|
},
|
|
3953
3966
|
badge: {
|
|
@@ -5385,6 +5398,13 @@ var patterns_registry_default = {
|
|
|
5385
5398
|
"string"
|
|
5386
5399
|
],
|
|
5387
5400
|
description: "className prop"
|
|
5401
|
+
},
|
|
5402
|
+
fullPage: {
|
|
5403
|
+
types: [
|
|
5404
|
+
"boolean"
|
|
5405
|
+
],
|
|
5406
|
+
description: "Center over the whole viewport (fix: inset-0 overlay) instead of inline.",
|
|
5407
|
+
default: false
|
|
5388
5408
|
}
|
|
5389
5409
|
}
|
|
5390
5410
|
},
|
|
@@ -5576,6 +5596,14 @@ var patterns_registry_default = {
|
|
|
5576
5596
|
kind: "callback",
|
|
5577
5597
|
callbackArgs: []
|
|
5578
5598
|
},
|
|
5599
|
+
onExited: {
|
|
5600
|
+
types: [
|
|
5601
|
+
"function"
|
|
5602
|
+
],
|
|
5603
|
+
description: "Fires after the exit animation completes (the modal is about to unmount).",
|
|
5604
|
+
kind: "callback",
|
|
5605
|
+
callbackArgs: []
|
|
5606
|
+
},
|
|
5579
5607
|
title: {
|
|
5580
5608
|
types: [
|
|
5581
5609
|
"string"
|
|
@@ -6885,18 +6913,6 @@ var patterns_registry_default = {
|
|
|
6885
6913
|
role: {
|
|
6886
6914
|
types: [
|
|
6887
6915
|
"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
6916
|
]
|
|
6901
6917
|
},
|
|
6902
6918
|
category: {
|
|
@@ -6926,6 +6942,11 @@ var patterns_registry_default = {
|
|
|
6926
6942
|
"isometric"
|
|
6927
6943
|
]
|
|
6928
6944
|
},
|
|
6945
|
+
variant: {
|
|
6946
|
+
types: [
|
|
6947
|
+
"string"
|
|
6948
|
+
]
|
|
6949
|
+
},
|
|
6929
6950
|
dimension: {
|
|
6930
6951
|
types: [
|
|
6931
6952
|
"string"
|
|
@@ -6946,6 +6967,16 @@ var patterns_registry_default = {
|
|
|
6946
6967
|
"8:1"
|
|
6947
6968
|
]
|
|
6948
6969
|
},
|
|
6970
|
+
atlas: {
|
|
6971
|
+
types: [
|
|
6972
|
+
"asset"
|
|
6973
|
+
]
|
|
6974
|
+
},
|
|
6975
|
+
sprite: {
|
|
6976
|
+
types: [
|
|
6977
|
+
"string"
|
|
6978
|
+
]
|
|
6979
|
+
},
|
|
6949
6980
|
name: {
|
|
6950
6981
|
types: [
|
|
6951
6982
|
"string"
|
|
@@ -6958,7 +6989,9 @@ var patterns_registry_default = {
|
|
|
6958
6989
|
}
|
|
6959
6990
|
},
|
|
6960
6991
|
propertyRequired: [
|
|
6961
|
-
"url"
|
|
6992
|
+
"url",
|
|
6993
|
+
"role",
|
|
6994
|
+
"category"
|
|
6962
6995
|
]
|
|
6963
6996
|
},
|
|
6964
6997
|
action: {
|
|
@@ -7078,18 +7111,6 @@ var patterns_registry_default = {
|
|
|
7078
7111
|
role: {
|
|
7079
7112
|
types: [
|
|
7080
7113
|
"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
7114
|
]
|
|
7094
7115
|
},
|
|
7095
7116
|
category: {
|
|
@@ -7119,6 +7140,11 @@ var patterns_registry_default = {
|
|
|
7119
7140
|
"isometric"
|
|
7120
7141
|
]
|
|
7121
7142
|
},
|
|
7143
|
+
variant: {
|
|
7144
|
+
types: [
|
|
7145
|
+
"string"
|
|
7146
|
+
]
|
|
7147
|
+
},
|
|
7122
7148
|
dimension: {
|
|
7123
7149
|
types: [
|
|
7124
7150
|
"string"
|
|
@@ -7139,6 +7165,16 @@ var patterns_registry_default = {
|
|
|
7139
7165
|
"8:1"
|
|
7140
7166
|
]
|
|
7141
7167
|
},
|
|
7168
|
+
atlas: {
|
|
7169
|
+
types: [
|
|
7170
|
+
"asset"
|
|
7171
|
+
]
|
|
7172
|
+
},
|
|
7173
|
+
sprite: {
|
|
7174
|
+
types: [
|
|
7175
|
+
"string"
|
|
7176
|
+
]
|
|
7177
|
+
},
|
|
7142
7178
|
name: {
|
|
7143
7179
|
types: [
|
|
7144
7180
|
"string"
|
|
@@ -7151,7 +7187,9 @@ var patterns_registry_default = {
|
|
|
7151
7187
|
}
|
|
7152
7188
|
},
|
|
7153
7189
|
propertyRequired: [
|
|
7154
|
-
"url"
|
|
7190
|
+
"url",
|
|
7191
|
+
"role",
|
|
7192
|
+
"category"
|
|
7155
7193
|
]
|
|
7156
7194
|
},
|
|
7157
7195
|
onRemove: {
|
|
@@ -8892,7 +8930,8 @@ var patterns_registry_default = {
|
|
|
8892
8930
|
category: "form",
|
|
8893
8931
|
tier: "molecules",
|
|
8894
8932
|
family: "core",
|
|
8895
|
-
description: "
|
|
8933
|
+
description: "RepeatableFormSection \u2014 a form section that repeats a fixed group of fields, letting the user add or remove entries.",
|
|
8934
|
+
capabilities: "dynamic line items, repeatable field group, add/remove entry rows, multi-entry form block",
|
|
8896
8935
|
suggestedFor: [
|
|
8897
8936
|
"repeating fields",
|
|
8898
8937
|
"dynamic forms",
|
|
@@ -9792,133 +9831,184 @@ var patterns_registry_default = {
|
|
|
9792
9831
|
],
|
|
9793
9832
|
typicalSize: "medium",
|
|
9794
9833
|
propsSchema: {
|
|
9795
|
-
|
|
9796
|
-
types: [
|
|
9797
|
-
"string"
|
|
9798
|
-
],
|
|
9799
|
-
description: "Additional CSS classes"
|
|
9800
|
-
},
|
|
9801
|
-
isLoading: {
|
|
9834
|
+
children: {
|
|
9802
9835
|
types: [
|
|
9803
|
-
"
|
|
9836
|
+
"node"
|
|
9804
9837
|
],
|
|
9805
|
-
description: "
|
|
9838
|
+
description: "Button group content (Button components) - use this OR primary/secondary"
|
|
9806
9839
|
},
|
|
9807
|
-
|
|
9840
|
+
primary: {
|
|
9808
9841
|
types: [
|
|
9809
9842
|
"object"
|
|
9810
9843
|
],
|
|
9811
|
-
description: "
|
|
9844
|
+
description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects",
|
|
9812
9845
|
properties: {
|
|
9813
|
-
|
|
9846
|
+
label: {
|
|
9814
9847
|
types: [
|
|
9815
9848
|
"string"
|
|
9816
9849
|
]
|
|
9817
9850
|
},
|
|
9818
|
-
|
|
9851
|
+
actionType: {
|
|
9819
9852
|
types: [
|
|
9820
9853
|
"string"
|
|
9821
9854
|
]
|
|
9822
9855
|
},
|
|
9823
|
-
|
|
9856
|
+
event: {
|
|
9824
9857
|
types: [
|
|
9825
9858
|
"string"
|
|
9826
9859
|
]
|
|
9827
9860
|
},
|
|
9828
|
-
|
|
9861
|
+
navigatesTo: {
|
|
9862
|
+
types: [
|
|
9863
|
+
"string"
|
|
9864
|
+
]
|
|
9865
|
+
},
|
|
9866
|
+
variant: {
|
|
9829
9867
|
types: [
|
|
9830
9868
|
"string"
|
|
9831
9869
|
]
|
|
9832
9870
|
}
|
|
9833
9871
|
},
|
|
9834
9872
|
propertyRequired: [
|
|
9835
|
-
"
|
|
9873
|
+
"label"
|
|
9836
9874
|
]
|
|
9837
9875
|
},
|
|
9838
|
-
|
|
9876
|
+
secondary: {
|
|
9839
9877
|
types: [
|
|
9840
|
-
"
|
|
9878
|
+
"array"
|
|
9841
9879
|
],
|
|
9842
|
-
description: "
|
|
9880
|
+
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
9881
|
+
items: {
|
|
9882
|
+
types: [
|
|
9883
|
+
"object"
|
|
9884
|
+
],
|
|
9885
|
+
properties: {
|
|
9886
|
+
label: {
|
|
9887
|
+
types: [
|
|
9888
|
+
"string"
|
|
9889
|
+
]
|
|
9890
|
+
},
|
|
9891
|
+
actionType: {
|
|
9892
|
+
types: [
|
|
9893
|
+
"string"
|
|
9894
|
+
]
|
|
9895
|
+
},
|
|
9896
|
+
event: {
|
|
9897
|
+
types: [
|
|
9898
|
+
"string"
|
|
9899
|
+
]
|
|
9900
|
+
},
|
|
9901
|
+
navigatesTo: {
|
|
9902
|
+
types: [
|
|
9903
|
+
"string"
|
|
9904
|
+
]
|
|
9905
|
+
},
|
|
9906
|
+
variant: {
|
|
9907
|
+
types: [
|
|
9908
|
+
"string"
|
|
9909
|
+
]
|
|
9910
|
+
}
|
|
9911
|
+
},
|
|
9912
|
+
required: [
|
|
9913
|
+
"label"
|
|
9914
|
+
]
|
|
9915
|
+
}
|
|
9843
9916
|
},
|
|
9844
|
-
|
|
9917
|
+
variant: {
|
|
9845
9918
|
types: [
|
|
9846
9919
|
"string"
|
|
9847
9920
|
],
|
|
9848
|
-
description: "
|
|
9921
|
+
description: "Visual variant",
|
|
9849
9922
|
enumValues: [
|
|
9850
|
-
"
|
|
9851
|
-
"
|
|
9852
|
-
|
|
9853
|
-
},
|
|
9854
|
-
searchValue: {
|
|
9855
|
-
types: [
|
|
9856
|
-
"string"
|
|
9923
|
+
"default",
|
|
9924
|
+
"segmented",
|
|
9925
|
+
"toggle"
|
|
9857
9926
|
],
|
|
9858
|
-
|
|
9927
|
+
default: "default"
|
|
9859
9928
|
},
|
|
9860
|
-
|
|
9929
|
+
orientation: {
|
|
9861
9930
|
types: [
|
|
9862
|
-
"
|
|
9931
|
+
"string"
|
|
9863
9932
|
],
|
|
9864
|
-
description: "
|
|
9865
|
-
|
|
9866
|
-
|
|
9867
|
-
|
|
9868
|
-
"number"
|
|
9933
|
+
description: "Orientation",
|
|
9934
|
+
enumValues: [
|
|
9935
|
+
"horizontal",
|
|
9936
|
+
"vertical"
|
|
9869
9937
|
],
|
|
9870
|
-
|
|
9938
|
+
default: "horizontal"
|
|
9871
9939
|
},
|
|
9872
|
-
|
|
9940
|
+
className: {
|
|
9873
9941
|
types: [
|
|
9874
|
-
"
|
|
9942
|
+
"string"
|
|
9875
9943
|
],
|
|
9876
|
-
description: "
|
|
9944
|
+
description: "Additional CSS classes"
|
|
9877
9945
|
},
|
|
9878
|
-
|
|
9946
|
+
entity: {
|
|
9879
9947
|
types: [
|
|
9880
|
-
"
|
|
9948
|
+
"string"
|
|
9881
9949
|
],
|
|
9882
|
-
description: "
|
|
9950
|
+
description: "Entity type for filter-group pattern (schema metadata)"
|
|
9883
9951
|
},
|
|
9884
|
-
|
|
9952
|
+
filters: {
|
|
9885
9953
|
types: [
|
|
9886
9954
|
"array"
|
|
9887
9955
|
],
|
|
9888
|
-
description: "
|
|
9956
|
+
description: "Filter definitions for filter-group pattern",
|
|
9889
9957
|
items: {
|
|
9890
9958
|
types: [
|
|
9891
|
-
"
|
|
9892
|
-
|
|
9959
|
+
"object"
|
|
9960
|
+
],
|
|
9961
|
+
properties: {
|
|
9962
|
+
field: {
|
|
9963
|
+
types: [
|
|
9964
|
+
"string"
|
|
9965
|
+
]
|
|
9966
|
+
},
|
|
9967
|
+
label: {
|
|
9968
|
+
types: [
|
|
9969
|
+
"string"
|
|
9970
|
+
]
|
|
9971
|
+
},
|
|
9972
|
+
type: {
|
|
9973
|
+
types: [
|
|
9974
|
+
"string"
|
|
9975
|
+
],
|
|
9976
|
+
enumValues: [
|
|
9977
|
+
"checkbox",
|
|
9978
|
+
"select",
|
|
9979
|
+
"toggle"
|
|
9980
|
+
]
|
|
9981
|
+
},
|
|
9982
|
+
options: {
|
|
9983
|
+
types: [
|
|
9984
|
+
"array"
|
|
9985
|
+
],
|
|
9986
|
+
items: {
|
|
9987
|
+
types: [
|
|
9988
|
+
"string"
|
|
9989
|
+
]
|
|
9990
|
+
}
|
|
9991
|
+
}
|
|
9992
|
+
},
|
|
9993
|
+
required: [
|
|
9994
|
+
"field",
|
|
9995
|
+
"label"
|
|
9893
9996
|
]
|
|
9894
9997
|
}
|
|
9895
9998
|
},
|
|
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: {
|
|
9999
|
+
look: {
|
|
9911
10000
|
types: [
|
|
9912
10001
|
"string"
|
|
9913
10002
|
],
|
|
9914
|
-
description: "
|
|
10003
|
+
description: "Layer 2 visual treatment for the action-cluster (form-actions) pattern.",
|
|
9915
10004
|
enumValues: [
|
|
9916
|
-
"
|
|
9917
|
-
"
|
|
9918
|
-
"
|
|
9919
|
-
"
|
|
10005
|
+
"right-aligned-buttons",
|
|
10006
|
+
"floating-bar",
|
|
10007
|
+
"inline-row",
|
|
10008
|
+
"dropdown-menu",
|
|
10009
|
+
"command-palette-trigger"
|
|
9920
10010
|
],
|
|
9921
|
-
default: "right"
|
|
10011
|
+
default: "right-aligned-buttons"
|
|
9922
10012
|
}
|
|
9923
10013
|
}
|
|
9924
10014
|
},
|
|
@@ -12859,18 +12949,6 @@ var patterns_registry_default = {
|
|
|
12859
12949
|
role: {
|
|
12860
12950
|
types: [
|
|
12861
12951
|
"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
12952
|
]
|
|
12875
12953
|
},
|
|
12876
12954
|
category: {
|
|
@@ -12900,6 +12978,11 @@ var patterns_registry_default = {
|
|
|
12900
12978
|
"isometric"
|
|
12901
12979
|
]
|
|
12902
12980
|
},
|
|
12981
|
+
variant: {
|
|
12982
|
+
types: [
|
|
12983
|
+
"string"
|
|
12984
|
+
]
|
|
12985
|
+
},
|
|
12903
12986
|
dimension: {
|
|
12904
12987
|
types: [
|
|
12905
12988
|
"string"
|
|
@@ -12920,6 +13003,16 @@ var patterns_registry_default = {
|
|
|
12920
13003
|
"8:1"
|
|
12921
13004
|
]
|
|
12922
13005
|
},
|
|
13006
|
+
atlas: {
|
|
13007
|
+
types: [
|
|
13008
|
+
"asset"
|
|
13009
|
+
]
|
|
13010
|
+
},
|
|
13011
|
+
sprite: {
|
|
13012
|
+
types: [
|
|
13013
|
+
"string"
|
|
13014
|
+
]
|
|
13015
|
+
},
|
|
12923
13016
|
name: {
|
|
12924
13017
|
types: [
|
|
12925
13018
|
"string"
|
|
@@ -12932,14 +13025,16 @@ var patterns_registry_default = {
|
|
|
12932
13025
|
}
|
|
12933
13026
|
},
|
|
12934
13027
|
propertyRequired: [
|
|
12935
|
-
"url"
|
|
13028
|
+
"url",
|
|
13029
|
+
"role",
|
|
13030
|
+
"category"
|
|
12936
13031
|
]
|
|
12937
13032
|
},
|
|
12938
13033
|
hudBackgroundAsset: {
|
|
12939
13034
|
types: [
|
|
12940
13035
|
"object"
|
|
12941
13036
|
],
|
|
12942
|
-
description: "9-sliced panel
|
|
13037
|
+
description: "Per-call-site 9-sliced panel override. Chrome normally comes from the active theme; most callers leave this unset.",
|
|
12943
13038
|
properties: {
|
|
12944
13039
|
url: {
|
|
12945
13040
|
types: [
|
|
@@ -12949,18 +13044,6 @@ var patterns_registry_default = {
|
|
|
12949
13044
|
role: {
|
|
12950
13045
|
types: [
|
|
12951
13046
|
"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
13047
|
]
|
|
12965
13048
|
},
|
|
12966
13049
|
category: {
|
|
@@ -12990,6 +13073,11 @@ var patterns_registry_default = {
|
|
|
12990
13073
|
"isometric"
|
|
12991
13074
|
]
|
|
12992
13075
|
},
|
|
13076
|
+
variant: {
|
|
13077
|
+
types: [
|
|
13078
|
+
"string"
|
|
13079
|
+
]
|
|
13080
|
+
},
|
|
12993
13081
|
dimension: {
|
|
12994
13082
|
types: [
|
|
12995
13083
|
"string"
|
|
@@ -13010,6 +13098,16 @@ var patterns_registry_default = {
|
|
|
13010
13098
|
"8:1"
|
|
13011
13099
|
]
|
|
13012
13100
|
},
|
|
13101
|
+
atlas: {
|
|
13102
|
+
types: [
|
|
13103
|
+
"asset"
|
|
13104
|
+
]
|
|
13105
|
+
},
|
|
13106
|
+
sprite: {
|
|
13107
|
+
types: [
|
|
13108
|
+
"string"
|
|
13109
|
+
]
|
|
13110
|
+
},
|
|
13013
13111
|
name: {
|
|
13014
13112
|
types: [
|
|
13015
13113
|
"string"
|
|
@@ -13022,7 +13120,9 @@ var patterns_registry_default = {
|
|
|
13022
13120
|
}
|
|
13023
13121
|
},
|
|
13024
13122
|
propertyRequired: [
|
|
13025
|
-
"url"
|
|
13123
|
+
"url",
|
|
13124
|
+
"role",
|
|
13125
|
+
"category"
|
|
13026
13126
|
]
|
|
13027
13127
|
},
|
|
13028
13128
|
fontFamily: {
|
|
@@ -13031,6 +13131,12 @@ var patterns_registry_default = {
|
|
|
13031
13131
|
],
|
|
13032
13132
|
description: "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13033
13133
|
default: "future"
|
|
13134
|
+
},
|
|
13135
|
+
"data-theme": {
|
|
13136
|
+
types: [
|
|
13137
|
+
"string"
|
|
13138
|
+
],
|
|
13139
|
+
description: 'Scopes an `@almadar/ui` theme (e.g. "game-sci-fi-dark") to this shell\'s subtree.'
|
|
13034
13140
|
}
|
|
13035
13141
|
}
|
|
13036
13142
|
},
|
|
@@ -14084,7 +14190,8 @@ var patterns_registry_default = {
|
|
|
14084
14190
|
category: "form",
|
|
14085
14191
|
tier: "molecules",
|
|
14086
14192
|
family: "core",
|
|
14087
|
-
description: "
|
|
14193
|
+
description: "SignaturePad \u2014 a draw-to-sign canvas that captures a handwritten signature or initials.",
|
|
14194
|
+
capabilities: "e-signature capture, sign-here field, consent signature, initial-here field, wet-signature substitute",
|
|
14088
14195
|
suggestedFor: [
|
|
14089
14196
|
"form signing",
|
|
14090
14197
|
"approval workflows",
|
|
@@ -15061,7 +15168,8 @@ var patterns_registry_default = {
|
|
|
15061
15168
|
category: "component",
|
|
15062
15169
|
tier: "molecules",
|
|
15063
15170
|
family: "core",
|
|
15064
|
-
description: "QuizBlock
|
|
15171
|
+
description: "QuizBlock \u2014 a single quiz question with answer choices and submit/reveal feedback.",
|
|
15172
|
+
capabilities: "multiple-choice quiz, test question, exam item, assessment question, knowledge check, trivia question",
|
|
15065
15173
|
suggestedFor: [
|
|
15066
15174
|
"quiz",
|
|
15067
15175
|
"block",
|
|
@@ -16313,7 +16421,8 @@ var patterns_registry_default = {
|
|
|
16313
16421
|
category: "display",
|
|
16314
16422
|
tier: "molecules",
|
|
16315
16423
|
family: "core",
|
|
16316
|
-
description: "FlipCard
|
|
16424
|
+
description: "FlipCard \u2014 flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
|
|
16425
|
+
capabilities: "flashcard, study deck, spaced-repetition review card, memorization drill, quiz reveal card, question/answer card, before/after reveal, term-and-definition card",
|
|
16317
16426
|
suggestedFor: [
|
|
16318
16427
|
"flip",
|
|
16319
16428
|
"card",
|
|
@@ -16770,7 +16879,8 @@ var patterns_registry_default = {
|
|
|
16770
16879
|
category: "display",
|
|
16771
16880
|
tier: "molecules",
|
|
16772
16881
|
family: "core",
|
|
16773
|
-
description: "DataGrid
|
|
16882
|
+
description: "DataGrid \u2014 structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
16883
|
+
capabilities: "admin table, records grid, user list, CRUD list, manage-records view, spreadsheet-style data grid, sortable columns",
|
|
16774
16884
|
suggestedFor: [
|
|
16775
16885
|
"data",
|
|
16776
16886
|
"grid",
|
|
@@ -19062,7 +19172,8 @@ var patterns_registry_default = {
|
|
|
19062
19172
|
category: "display",
|
|
19063
19173
|
tier: "molecules",
|
|
19064
19174
|
family: "core",
|
|
19065
|
-
description: "SortableList
|
|
19175
|
+
description: "SortableList \u2014 a drag-and-drop reorderable list of items.",
|
|
19176
|
+
capabilities: "checklist, task list, to-do list, priority list, ranked list, drag-to-reorder queue",
|
|
19066
19177
|
suggestedFor: [
|
|
19067
19178
|
"sortable",
|
|
19068
19179
|
"list",
|
|
@@ -19669,7 +19780,8 @@ var patterns_registry_default = {
|
|
|
19669
19780
|
category: "display",
|
|
19670
19781
|
tier: "molecules",
|
|
19671
19782
|
family: "marketing",
|
|
19672
|
-
description: "CaseStudyCard
|
|
19783
|
+
description: "CaseStudyCard \u2014 a card summarizing a customer case study with logo, headline result, and link.",
|
|
19784
|
+
capabilities: "customer story, success story, client story card, results showcase, proof-point card",
|
|
19673
19785
|
suggestedFor: [
|
|
19674
19786
|
"case",
|
|
19675
19787
|
"study",
|
|
@@ -19828,7 +19940,8 @@ var patterns_registry_default = {
|
|
|
19828
19940
|
category: "display",
|
|
19829
19941
|
tier: "molecules",
|
|
19830
19942
|
family: "marketing",
|
|
19831
|
-
description: "FeatureCard
|
|
19943
|
+
description: "FeatureCard \u2014 an icon-led card pairing a title and description to call out a single product feature.",
|
|
19944
|
+
capabilities: "feature highlight, benefit callout, product capability card, feature-grid tile",
|
|
19832
19945
|
suggestedFor: [
|
|
19833
19946
|
"feature",
|
|
19834
19947
|
"card",
|
|
@@ -20236,7 +20349,8 @@ var patterns_registry_default = {
|
|
|
20236
20349
|
category: "display",
|
|
20237
20350
|
tier: "molecules",
|
|
20238
20351
|
family: "marketing",
|
|
20239
|
-
description: "PricingCard
|
|
20352
|
+
description: "PricingCard \u2014 a single pricing-tier card with price, billing period, feature list, and call-to-action.",
|
|
20353
|
+
capabilities: "pricing tier, plan card, subscription tier, plan comparison card, price plan",
|
|
20240
20354
|
suggestedFor: [
|
|
20241
20355
|
"pricing",
|
|
20242
20356
|
"card",
|
|
@@ -25968,18 +26082,6 @@ var patterns_registry_default = {
|
|
|
25968
26082
|
role: {
|
|
25969
26083
|
types: [
|
|
25970
26084
|
"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
26085
|
]
|
|
25984
26086
|
},
|
|
25985
26087
|
category: {
|
|
@@ -26009,6 +26111,11 @@ var patterns_registry_default = {
|
|
|
26009
26111
|
"isometric"
|
|
26010
26112
|
]
|
|
26011
26113
|
},
|
|
26114
|
+
variant: {
|
|
26115
|
+
types: [
|
|
26116
|
+
"string"
|
|
26117
|
+
]
|
|
26118
|
+
},
|
|
26012
26119
|
dimension: {
|
|
26013
26120
|
types: [
|
|
26014
26121
|
"string"
|
|
@@ -26029,6 +26136,16 @@ var patterns_registry_default = {
|
|
|
26029
26136
|
"8:1"
|
|
26030
26137
|
]
|
|
26031
26138
|
},
|
|
26139
|
+
atlas: {
|
|
26140
|
+
types: [
|
|
26141
|
+
"asset"
|
|
26142
|
+
]
|
|
26143
|
+
},
|
|
26144
|
+
sprite: {
|
|
26145
|
+
types: [
|
|
26146
|
+
"string"
|
|
26147
|
+
]
|
|
26148
|
+
},
|
|
26032
26149
|
name: {
|
|
26033
26150
|
types: [
|
|
26034
26151
|
"string"
|
|
@@ -26041,7 +26158,9 @@ var patterns_registry_default = {
|
|
|
26041
26158
|
}
|
|
26042
26159
|
},
|
|
26043
26160
|
propertyRequired: [
|
|
26044
|
-
"url"
|
|
26161
|
+
"url",
|
|
26162
|
+
"role",
|
|
26163
|
+
"category"
|
|
26045
26164
|
]
|
|
26046
26165
|
},
|
|
26047
26166
|
icon: {
|
|
@@ -26128,18 +26247,6 @@ var patterns_registry_default = {
|
|
|
26128
26247
|
role: {
|
|
26129
26248
|
types: [
|
|
26130
26249
|
"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
26250
|
]
|
|
26144
26251
|
},
|
|
26145
26252
|
category: {
|
|
@@ -26169,6 +26276,11 @@ var patterns_registry_default = {
|
|
|
26169
26276
|
"isometric"
|
|
26170
26277
|
]
|
|
26171
26278
|
},
|
|
26279
|
+
variant: {
|
|
26280
|
+
types: [
|
|
26281
|
+
"string"
|
|
26282
|
+
]
|
|
26283
|
+
},
|
|
26172
26284
|
dimension: {
|
|
26173
26285
|
types: [
|
|
26174
26286
|
"string"
|
|
@@ -26189,6 +26301,16 @@ var patterns_registry_default = {
|
|
|
26189
26301
|
"8:1"
|
|
26190
26302
|
]
|
|
26191
26303
|
},
|
|
26304
|
+
atlas: {
|
|
26305
|
+
types: [
|
|
26306
|
+
"asset"
|
|
26307
|
+
]
|
|
26308
|
+
},
|
|
26309
|
+
sprite: {
|
|
26310
|
+
types: [
|
|
26311
|
+
"string"
|
|
26312
|
+
]
|
|
26313
|
+
},
|
|
26192
26314
|
name: {
|
|
26193
26315
|
types: [
|
|
26194
26316
|
"string"
|
|
@@ -26201,7 +26323,9 @@ var patterns_registry_default = {
|
|
|
26201
26323
|
}
|
|
26202
26324
|
},
|
|
26203
26325
|
propertyRequired: [
|
|
26204
|
-
"url"
|
|
26326
|
+
"url",
|
|
26327
|
+
"role",
|
|
26328
|
+
"category"
|
|
26205
26329
|
]
|
|
26206
26330
|
},
|
|
26207
26331
|
label: {
|
|
@@ -26346,18 +26470,6 @@ var patterns_registry_default = {
|
|
|
26346
26470
|
role: {
|
|
26347
26471
|
types: [
|
|
26348
26472
|
"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
26473
|
]
|
|
26362
26474
|
},
|
|
26363
26475
|
category: {
|
|
@@ -26387,6 +26499,11 @@ var patterns_registry_default = {
|
|
|
26387
26499
|
"isometric"
|
|
26388
26500
|
]
|
|
26389
26501
|
},
|
|
26502
|
+
variant: {
|
|
26503
|
+
types: [
|
|
26504
|
+
"string"
|
|
26505
|
+
]
|
|
26506
|
+
},
|
|
26390
26507
|
dimension: {
|
|
26391
26508
|
types: [
|
|
26392
26509
|
"string"
|
|
@@ -26407,6 +26524,16 @@ var patterns_registry_default = {
|
|
|
26407
26524
|
"8:1"
|
|
26408
26525
|
]
|
|
26409
26526
|
},
|
|
26527
|
+
atlas: {
|
|
26528
|
+
types: [
|
|
26529
|
+
"asset"
|
|
26530
|
+
]
|
|
26531
|
+
},
|
|
26532
|
+
sprite: {
|
|
26533
|
+
types: [
|
|
26534
|
+
"string"
|
|
26535
|
+
]
|
|
26536
|
+
},
|
|
26410
26537
|
name: {
|
|
26411
26538
|
types: [
|
|
26412
26539
|
"string"
|
|
@@ -26419,7 +26546,9 @@ var patterns_registry_default = {
|
|
|
26419
26546
|
}
|
|
26420
26547
|
},
|
|
26421
26548
|
propertyRequired: [
|
|
26422
|
-
"url"
|
|
26549
|
+
"url",
|
|
26550
|
+
"role",
|
|
26551
|
+
"category"
|
|
26423
26552
|
]
|
|
26424
26553
|
},
|
|
26425
26554
|
position: {
|
|
@@ -26560,18 +26689,6 @@ var patterns_registry_default = {
|
|
|
26560
26689
|
role: {
|
|
26561
26690
|
types: [
|
|
26562
26691
|
"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
26692
|
]
|
|
26576
26693
|
},
|
|
26577
26694
|
category: {
|
|
@@ -26601,6 +26718,11 @@ var patterns_registry_default = {
|
|
|
26601
26718
|
"isometric"
|
|
26602
26719
|
]
|
|
26603
26720
|
},
|
|
26721
|
+
variant: {
|
|
26722
|
+
types: [
|
|
26723
|
+
"string"
|
|
26724
|
+
]
|
|
26725
|
+
},
|
|
26604
26726
|
dimension: {
|
|
26605
26727
|
types: [
|
|
26606
26728
|
"string"
|
|
@@ -26621,6 +26743,16 @@ var patterns_registry_default = {
|
|
|
26621
26743
|
"8:1"
|
|
26622
26744
|
]
|
|
26623
26745
|
},
|
|
26746
|
+
atlas: {
|
|
26747
|
+
types: [
|
|
26748
|
+
"asset"
|
|
26749
|
+
]
|
|
26750
|
+
},
|
|
26751
|
+
sprite: {
|
|
26752
|
+
types: [
|
|
26753
|
+
"string"
|
|
26754
|
+
]
|
|
26755
|
+
},
|
|
26624
26756
|
name: {
|
|
26625
26757
|
types: [
|
|
26626
26758
|
"string"
|
|
@@ -26633,7 +26765,9 @@ var patterns_registry_default = {
|
|
|
26633
26765
|
}
|
|
26634
26766
|
},
|
|
26635
26767
|
propertyRequired: [
|
|
26636
|
-
"url"
|
|
26768
|
+
"url",
|
|
26769
|
+
"role",
|
|
26770
|
+
"category"
|
|
26637
26771
|
]
|
|
26638
26772
|
},
|
|
26639
26773
|
fillAsset: {
|
|
@@ -26650,18 +26784,6 @@ var patterns_registry_default = {
|
|
|
26650
26784
|
role: {
|
|
26651
26785
|
types: [
|
|
26652
26786
|
"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
26787
|
]
|
|
26666
26788
|
},
|
|
26667
26789
|
category: {
|
|
@@ -26691,6 +26813,11 @@ var patterns_registry_default = {
|
|
|
26691
26813
|
"isometric"
|
|
26692
26814
|
]
|
|
26693
26815
|
},
|
|
26816
|
+
variant: {
|
|
26817
|
+
types: [
|
|
26818
|
+
"string"
|
|
26819
|
+
]
|
|
26820
|
+
},
|
|
26694
26821
|
dimension: {
|
|
26695
26822
|
types: [
|
|
26696
26823
|
"string"
|
|
@@ -26711,6 +26838,16 @@ var patterns_registry_default = {
|
|
|
26711
26838
|
"8:1"
|
|
26712
26839
|
]
|
|
26713
26840
|
},
|
|
26841
|
+
atlas: {
|
|
26842
|
+
types: [
|
|
26843
|
+
"asset"
|
|
26844
|
+
]
|
|
26845
|
+
},
|
|
26846
|
+
sprite: {
|
|
26847
|
+
types: [
|
|
26848
|
+
"string"
|
|
26849
|
+
]
|
|
26850
|
+
},
|
|
26714
26851
|
name: {
|
|
26715
26852
|
types: [
|
|
26716
26853
|
"string"
|
|
@@ -26723,7 +26860,9 @@ var patterns_registry_default = {
|
|
|
26723
26860
|
}
|
|
26724
26861
|
},
|
|
26725
26862
|
propertyRequired: [
|
|
26726
|
-
"url"
|
|
26863
|
+
"url",
|
|
26864
|
+
"role",
|
|
26865
|
+
"category"
|
|
26727
26866
|
]
|
|
26728
26867
|
}
|
|
26729
26868
|
}
|
|
@@ -26755,18 +26894,6 @@ var patterns_registry_default = {
|
|
|
26755
26894
|
role: {
|
|
26756
26895
|
types: [
|
|
26757
26896
|
"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
26897
|
]
|
|
26771
26898
|
},
|
|
26772
26899
|
category: {
|
|
@@ -26796,6 +26923,11 @@ var patterns_registry_default = {
|
|
|
26796
26923
|
"isometric"
|
|
26797
26924
|
]
|
|
26798
26925
|
},
|
|
26926
|
+
variant: {
|
|
26927
|
+
types: [
|
|
26928
|
+
"string"
|
|
26929
|
+
]
|
|
26930
|
+
},
|
|
26799
26931
|
dimension: {
|
|
26800
26932
|
types: [
|
|
26801
26933
|
"string"
|
|
@@ -26816,6 +26948,16 @@ var patterns_registry_default = {
|
|
|
26816
26948
|
"8:1"
|
|
26817
26949
|
]
|
|
26818
26950
|
},
|
|
26951
|
+
atlas: {
|
|
26952
|
+
types: [
|
|
26953
|
+
"asset"
|
|
26954
|
+
]
|
|
26955
|
+
},
|
|
26956
|
+
sprite: {
|
|
26957
|
+
types: [
|
|
26958
|
+
"string"
|
|
26959
|
+
]
|
|
26960
|
+
},
|
|
26819
26961
|
name: {
|
|
26820
26962
|
types: [
|
|
26821
26963
|
"string"
|
|
@@ -26828,7 +26970,9 @@ var patterns_registry_default = {
|
|
|
26828
26970
|
}
|
|
26829
26971
|
},
|
|
26830
26972
|
propertyRequired: [
|
|
26831
|
-
"url"
|
|
26973
|
+
"url",
|
|
26974
|
+
"role",
|
|
26975
|
+
"category"
|
|
26832
26976
|
]
|
|
26833
26977
|
},
|
|
26834
26978
|
value: {
|
|
@@ -26963,18 +27107,6 @@ var patterns_registry_default = {
|
|
|
26963
27107
|
role: {
|
|
26964
27108
|
types: [
|
|
26965
27109
|
"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
27110
|
]
|
|
26979
27111
|
},
|
|
26980
27112
|
category: {
|
|
@@ -27004,6 +27136,11 @@ var patterns_registry_default = {
|
|
|
27004
27136
|
"isometric"
|
|
27005
27137
|
]
|
|
27006
27138
|
},
|
|
27139
|
+
variant: {
|
|
27140
|
+
types: [
|
|
27141
|
+
"string"
|
|
27142
|
+
]
|
|
27143
|
+
},
|
|
27007
27144
|
dimension: {
|
|
27008
27145
|
types: [
|
|
27009
27146
|
"string"
|
|
@@ -27024,6 +27161,16 @@ var patterns_registry_default = {
|
|
|
27024
27161
|
"8:1"
|
|
27025
27162
|
]
|
|
27026
27163
|
},
|
|
27164
|
+
atlas: {
|
|
27165
|
+
types: [
|
|
27166
|
+
"asset"
|
|
27167
|
+
]
|
|
27168
|
+
},
|
|
27169
|
+
sprite: {
|
|
27170
|
+
types: [
|
|
27171
|
+
"string"
|
|
27172
|
+
]
|
|
27173
|
+
},
|
|
27027
27174
|
name: {
|
|
27028
27175
|
types: [
|
|
27029
27176
|
"string"
|
|
@@ -27036,7 +27183,9 @@ var patterns_registry_default = {
|
|
|
27036
27183
|
}
|
|
27037
27184
|
},
|
|
27038
27185
|
propertyRequired: [
|
|
27039
|
-
"url"
|
|
27186
|
+
"url",
|
|
27187
|
+
"role",
|
|
27188
|
+
"category"
|
|
27040
27189
|
]
|
|
27041
27190
|
}
|
|
27042
27191
|
}
|
|
@@ -28570,7 +28719,8 @@ var patterns_registry_default = {
|
|
|
28570
28719
|
category: "display",
|
|
28571
28720
|
tier: "molecules",
|
|
28572
28721
|
family: "avl",
|
|
28573
|
-
description: "ModuleCard
|
|
28722
|
+
description: "ModuleCard \u2014 a card summarizing one course module or lesson with progress and entry point.",
|
|
28723
|
+
capabilities: "course module card, lesson card, curriculum unit card, learning-path step card",
|
|
28574
28724
|
suggestedFor: [
|
|
28575
28725
|
"module",
|
|
28576
28726
|
"card",
|
|
@@ -28712,18 +28862,6 @@ var patterns_registry_default = {
|
|
|
28712
28862
|
role: {
|
|
28713
28863
|
types: [
|
|
28714
28864
|
"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
28865
|
]
|
|
28728
28866
|
},
|
|
28729
28867
|
category: {
|
|
@@ -28753,6 +28891,11 @@ var patterns_registry_default = {
|
|
|
28753
28891
|
"isometric"
|
|
28754
28892
|
]
|
|
28755
28893
|
},
|
|
28894
|
+
variant: {
|
|
28895
|
+
types: [
|
|
28896
|
+
"string"
|
|
28897
|
+
]
|
|
28898
|
+
},
|
|
28756
28899
|
dimension: {
|
|
28757
28900
|
types: [
|
|
28758
28901
|
"string"
|
|
@@ -28773,6 +28916,16 @@ var patterns_registry_default = {
|
|
|
28773
28916
|
"8:1"
|
|
28774
28917
|
]
|
|
28775
28918
|
},
|
|
28919
|
+
atlas: {
|
|
28920
|
+
types: [
|
|
28921
|
+
"asset"
|
|
28922
|
+
]
|
|
28923
|
+
},
|
|
28924
|
+
sprite: {
|
|
28925
|
+
types: [
|
|
28926
|
+
"string"
|
|
28927
|
+
]
|
|
28928
|
+
},
|
|
28776
28929
|
name: {
|
|
28777
28930
|
types: [
|
|
28778
28931
|
"string"
|
|
@@ -28785,7 +28938,9 @@ var patterns_registry_default = {
|
|
|
28785
28938
|
}
|
|
28786
28939
|
},
|
|
28787
28940
|
required: [
|
|
28788
|
-
"url"
|
|
28941
|
+
"url",
|
|
28942
|
+
"role",
|
|
28943
|
+
"category"
|
|
28789
28944
|
]
|
|
28790
28945
|
},
|
|
28791
28946
|
format: {
|
|
@@ -29063,20 +29218,219 @@ var patterns_registry_default = {
|
|
|
29063
29218
|
]
|
|
29064
29219
|
},
|
|
29065
29220
|
role: {
|
|
29221
|
+
types: [
|
|
29222
|
+
"string"
|
|
29223
|
+
]
|
|
29224
|
+
},
|
|
29225
|
+
category: {
|
|
29226
|
+
types: [
|
|
29227
|
+
"string"
|
|
29228
|
+
]
|
|
29229
|
+
},
|
|
29230
|
+
animations: {
|
|
29231
|
+
types: [
|
|
29232
|
+
"array"
|
|
29233
|
+
],
|
|
29234
|
+
items: {
|
|
29235
|
+
types: [
|
|
29236
|
+
"string"
|
|
29237
|
+
]
|
|
29238
|
+
}
|
|
29239
|
+
},
|
|
29240
|
+
style: {
|
|
29066
29241
|
types: [
|
|
29067
29242
|
"string"
|
|
29068
29243
|
],
|
|
29069
29244
|
enumValues: [
|
|
29070
|
-
"
|
|
29071
|
-
"
|
|
29072
|
-
"
|
|
29073
|
-
"
|
|
29074
|
-
"
|
|
29075
|
-
|
|
29076
|
-
|
|
29077
|
-
|
|
29078
|
-
|
|
29079
|
-
"
|
|
29245
|
+
"pixel",
|
|
29246
|
+
"vector",
|
|
29247
|
+
"hd",
|
|
29248
|
+
"1-bit",
|
|
29249
|
+
"isometric"
|
|
29250
|
+
]
|
|
29251
|
+
},
|
|
29252
|
+
variant: {
|
|
29253
|
+
types: [
|
|
29254
|
+
"string"
|
|
29255
|
+
]
|
|
29256
|
+
},
|
|
29257
|
+
dimension: {
|
|
29258
|
+
types: [
|
|
29259
|
+
"string"
|
|
29260
|
+
],
|
|
29261
|
+
enumValues: [
|
|
29262
|
+
"2d",
|
|
29263
|
+
"3d"
|
|
29264
|
+
]
|
|
29265
|
+
},
|
|
29266
|
+
aspect: {
|
|
29267
|
+
types: [
|
|
29268
|
+
"string"
|
|
29269
|
+
],
|
|
29270
|
+
enumValues: [
|
|
29271
|
+
"1:1",
|
|
29272
|
+
"16:9",
|
|
29273
|
+
"5:7",
|
|
29274
|
+
"8:1"
|
|
29275
|
+
]
|
|
29276
|
+
},
|
|
29277
|
+
atlas: {
|
|
29278
|
+
types: [
|
|
29279
|
+
"asset"
|
|
29280
|
+
]
|
|
29281
|
+
},
|
|
29282
|
+
sprite: {
|
|
29283
|
+
types: [
|
|
29284
|
+
"string"
|
|
29285
|
+
]
|
|
29286
|
+
},
|
|
29287
|
+
name: {
|
|
29288
|
+
types: [
|
|
29289
|
+
"string"
|
|
29290
|
+
]
|
|
29291
|
+
},
|
|
29292
|
+
thumbnailUrl: {
|
|
29293
|
+
types: [
|
|
29294
|
+
"string"
|
|
29295
|
+
]
|
|
29296
|
+
}
|
|
29297
|
+
},
|
|
29298
|
+
propertyRequired: [
|
|
29299
|
+
"url",
|
|
29300
|
+
"role",
|
|
29301
|
+
"category"
|
|
29302
|
+
]
|
|
29303
|
+
},
|
|
29304
|
+
className: {
|
|
29305
|
+
types: [
|
|
29306
|
+
"string"
|
|
29307
|
+
],
|
|
29308
|
+
description: "Additional CSS classes"
|
|
29309
|
+
}
|
|
29310
|
+
}
|
|
29311
|
+
},
|
|
29312
|
+
"stat-badge": {
|
|
29313
|
+
type: "stat-badge",
|
|
29314
|
+
category: "game",
|
|
29315
|
+
tier: "molecules",
|
|
29316
|
+
family: "game",
|
|
29317
|
+
description: "StatBadge component",
|
|
29318
|
+
suggestedFor: [
|
|
29319
|
+
"stat",
|
|
29320
|
+
"badge",
|
|
29321
|
+
"stat badge"
|
|
29322
|
+
],
|
|
29323
|
+
typicalSize: "medium",
|
|
29324
|
+
propsSchema: {
|
|
29325
|
+
assetUrl: {
|
|
29326
|
+
types: [
|
|
29327
|
+
"object"
|
|
29328
|
+
],
|
|
29329
|
+
description: "Sprite asset \u2014 takes precedence over icon when provided",
|
|
29330
|
+
properties: {
|
|
29331
|
+
url: {
|
|
29332
|
+
types: [
|
|
29333
|
+
"asset"
|
|
29334
|
+
]
|
|
29335
|
+
},
|
|
29336
|
+
role: {
|
|
29337
|
+
types: [
|
|
29338
|
+
"string"
|
|
29339
|
+
]
|
|
29340
|
+
},
|
|
29341
|
+
category: {
|
|
29342
|
+
types: [
|
|
29343
|
+
"string"
|
|
29344
|
+
]
|
|
29345
|
+
},
|
|
29346
|
+
animations: {
|
|
29347
|
+
types: [
|
|
29348
|
+
"array"
|
|
29349
|
+
],
|
|
29350
|
+
items: {
|
|
29351
|
+
types: [
|
|
29352
|
+
"string"
|
|
29353
|
+
]
|
|
29354
|
+
}
|
|
29355
|
+
},
|
|
29356
|
+
style: {
|
|
29357
|
+
types: [
|
|
29358
|
+
"string"
|
|
29359
|
+
],
|
|
29360
|
+
enumValues: [
|
|
29361
|
+
"pixel",
|
|
29362
|
+
"vector",
|
|
29363
|
+
"hd",
|
|
29364
|
+
"1-bit",
|
|
29365
|
+
"isometric"
|
|
29366
|
+
]
|
|
29367
|
+
},
|
|
29368
|
+
variant: {
|
|
29369
|
+
types: [
|
|
29370
|
+
"string"
|
|
29371
|
+
]
|
|
29372
|
+
},
|
|
29373
|
+
dimension: {
|
|
29374
|
+
types: [
|
|
29375
|
+
"string"
|
|
29376
|
+
],
|
|
29377
|
+
enumValues: [
|
|
29378
|
+
"2d",
|
|
29379
|
+
"3d"
|
|
29380
|
+
]
|
|
29381
|
+
},
|
|
29382
|
+
aspect: {
|
|
29383
|
+
types: [
|
|
29384
|
+
"string"
|
|
29385
|
+
],
|
|
29386
|
+
enumValues: [
|
|
29387
|
+
"1:1",
|
|
29388
|
+
"16:9",
|
|
29389
|
+
"5:7",
|
|
29390
|
+
"8:1"
|
|
29391
|
+
]
|
|
29392
|
+
},
|
|
29393
|
+
atlas: {
|
|
29394
|
+
types: [
|
|
29395
|
+
"asset"
|
|
29396
|
+
]
|
|
29397
|
+
},
|
|
29398
|
+
sprite: {
|
|
29399
|
+
types: [
|
|
29400
|
+
"string"
|
|
29401
|
+
]
|
|
29402
|
+
},
|
|
29403
|
+
name: {
|
|
29404
|
+
types: [
|
|
29405
|
+
"string"
|
|
29406
|
+
]
|
|
29407
|
+
},
|
|
29408
|
+
thumbnailUrl: {
|
|
29409
|
+
types: [
|
|
29410
|
+
"string"
|
|
29411
|
+
]
|
|
29412
|
+
}
|
|
29413
|
+
},
|
|
29414
|
+
propertyRequired: [
|
|
29415
|
+
"url",
|
|
29416
|
+
"role",
|
|
29417
|
+
"category"
|
|
29418
|
+
]
|
|
29419
|
+
},
|
|
29420
|
+
iconUrl: {
|
|
29421
|
+
types: [
|
|
29422
|
+
"object"
|
|
29423
|
+
],
|
|
29424
|
+
description: "Asset image (board ui/ PNG); takes precedence over the Lucide icon.",
|
|
29425
|
+
properties: {
|
|
29426
|
+
url: {
|
|
29427
|
+
types: [
|
|
29428
|
+
"asset"
|
|
29429
|
+
]
|
|
29430
|
+
},
|
|
29431
|
+
role: {
|
|
29432
|
+
types: [
|
|
29433
|
+
"string"
|
|
29080
29434
|
]
|
|
29081
29435
|
},
|
|
29082
29436
|
category: {
|
|
@@ -29106,115 +29460,9 @@ var patterns_registry_default = {
|
|
|
29106
29460
|
"isometric"
|
|
29107
29461
|
]
|
|
29108
29462
|
},
|
|
29109
|
-
|
|
29110
|
-
types: [
|
|
29111
|
-
"string"
|
|
29112
|
-
],
|
|
29113
|
-
enumValues: [
|
|
29114
|
-
"2d",
|
|
29115
|
-
"3d"
|
|
29116
|
-
]
|
|
29117
|
-
},
|
|
29118
|
-
aspect: {
|
|
29119
|
-
types: [
|
|
29120
|
-
"string"
|
|
29121
|
-
],
|
|
29122
|
-
enumValues: [
|
|
29123
|
-
"1:1",
|
|
29124
|
-
"16:9",
|
|
29125
|
-
"5:7",
|
|
29126
|
-
"8:1"
|
|
29127
|
-
]
|
|
29128
|
-
},
|
|
29129
|
-
name: {
|
|
29130
|
-
types: [
|
|
29131
|
-
"string"
|
|
29132
|
-
]
|
|
29133
|
-
},
|
|
29134
|
-
thumbnailUrl: {
|
|
29135
|
-
types: [
|
|
29136
|
-
"string"
|
|
29137
|
-
]
|
|
29138
|
-
}
|
|
29139
|
-
},
|
|
29140
|
-
propertyRequired: [
|
|
29141
|
-
"url"
|
|
29142
|
-
]
|
|
29143
|
-
},
|
|
29144
|
-
className: {
|
|
29145
|
-
types: [
|
|
29146
|
-
"string"
|
|
29147
|
-
],
|
|
29148
|
-
description: "Additional CSS classes"
|
|
29149
|
-
}
|
|
29150
|
-
}
|
|
29151
|
-
},
|
|
29152
|
-
"stat-badge": {
|
|
29153
|
-
type: "stat-badge",
|
|
29154
|
-
category: "game",
|
|
29155
|
-
tier: "molecules",
|
|
29156
|
-
family: "game",
|
|
29157
|
-
description: "StatBadge component",
|
|
29158
|
-
suggestedFor: [
|
|
29159
|
-
"stat",
|
|
29160
|
-
"badge",
|
|
29161
|
-
"stat badge"
|
|
29162
|
-
],
|
|
29163
|
-
typicalSize: "medium",
|
|
29164
|
-
propsSchema: {
|
|
29165
|
-
assetUrl: {
|
|
29166
|
-
types: [
|
|
29167
|
-
"object"
|
|
29168
|
-
],
|
|
29169
|
-
description: "Sprite asset \u2014 takes precedence over icon when provided",
|
|
29170
|
-
properties: {
|
|
29171
|
-
url: {
|
|
29172
|
-
types: [
|
|
29173
|
-
"asset"
|
|
29174
|
-
]
|
|
29175
|
-
},
|
|
29176
|
-
role: {
|
|
29177
|
-
types: [
|
|
29178
|
-
"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
|
-
]
|
|
29192
|
-
},
|
|
29193
|
-
category: {
|
|
29194
|
-
types: [
|
|
29195
|
-
"string"
|
|
29196
|
-
]
|
|
29197
|
-
},
|
|
29198
|
-
animations: {
|
|
29199
|
-
types: [
|
|
29200
|
-
"array"
|
|
29201
|
-
],
|
|
29202
|
-
items: {
|
|
29203
|
-
types: [
|
|
29204
|
-
"string"
|
|
29205
|
-
]
|
|
29206
|
-
}
|
|
29207
|
-
},
|
|
29208
|
-
style: {
|
|
29463
|
+
variant: {
|
|
29209
29464
|
types: [
|
|
29210
29465
|
"string"
|
|
29211
|
-
],
|
|
29212
|
-
enumValues: [
|
|
29213
|
-
"pixel",
|
|
29214
|
-
"vector",
|
|
29215
|
-
"hd",
|
|
29216
|
-
"1-bit",
|
|
29217
|
-
"isometric"
|
|
29218
29466
|
]
|
|
29219
29467
|
},
|
|
29220
29468
|
dimension: {
|
|
@@ -29237,96 +29485,16 @@ var patterns_registry_default = {
|
|
|
29237
29485
|
"8:1"
|
|
29238
29486
|
]
|
|
29239
29487
|
},
|
|
29240
|
-
|
|
29241
|
-
types: [
|
|
29242
|
-
"string"
|
|
29243
|
-
]
|
|
29244
|
-
},
|
|
29245
|
-
thumbnailUrl: {
|
|
29246
|
-
types: [
|
|
29247
|
-
"string"
|
|
29248
|
-
]
|
|
29249
|
-
}
|
|
29250
|
-
},
|
|
29251
|
-
propertyRequired: [
|
|
29252
|
-
"url"
|
|
29253
|
-
]
|
|
29254
|
-
},
|
|
29255
|
-
iconUrl: {
|
|
29256
|
-
types: [
|
|
29257
|
-
"object"
|
|
29258
|
-
],
|
|
29259
|
-
description: "Asset image (board ui/ PNG); takes precedence over the Lucide icon.",
|
|
29260
|
-
properties: {
|
|
29261
|
-
url: {
|
|
29488
|
+
atlas: {
|
|
29262
29489
|
types: [
|
|
29263
29490
|
"asset"
|
|
29264
29491
|
]
|
|
29265
29492
|
},
|
|
29266
|
-
|
|
29267
|
-
types: [
|
|
29268
|
-
"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
|
-
]
|
|
29282
|
-
},
|
|
29283
|
-
category: {
|
|
29493
|
+
sprite: {
|
|
29284
29494
|
types: [
|
|
29285
29495
|
"string"
|
|
29286
29496
|
]
|
|
29287
29497
|
},
|
|
29288
|
-
animations: {
|
|
29289
|
-
types: [
|
|
29290
|
-
"array"
|
|
29291
|
-
],
|
|
29292
|
-
items: {
|
|
29293
|
-
types: [
|
|
29294
|
-
"string"
|
|
29295
|
-
]
|
|
29296
|
-
}
|
|
29297
|
-
},
|
|
29298
|
-
style: {
|
|
29299
|
-
types: [
|
|
29300
|
-
"string"
|
|
29301
|
-
],
|
|
29302
|
-
enumValues: [
|
|
29303
|
-
"pixel",
|
|
29304
|
-
"vector",
|
|
29305
|
-
"hd",
|
|
29306
|
-
"1-bit",
|
|
29307
|
-
"isometric"
|
|
29308
|
-
]
|
|
29309
|
-
},
|
|
29310
|
-
dimension: {
|
|
29311
|
-
types: [
|
|
29312
|
-
"string"
|
|
29313
|
-
],
|
|
29314
|
-
enumValues: [
|
|
29315
|
-
"2d",
|
|
29316
|
-
"3d"
|
|
29317
|
-
]
|
|
29318
|
-
},
|
|
29319
|
-
aspect: {
|
|
29320
|
-
types: [
|
|
29321
|
-
"string"
|
|
29322
|
-
],
|
|
29323
|
-
enumValues: [
|
|
29324
|
-
"1:1",
|
|
29325
|
-
"16:9",
|
|
29326
|
-
"5:7",
|
|
29327
|
-
"8:1"
|
|
29328
|
-
]
|
|
29329
|
-
},
|
|
29330
29498
|
name: {
|
|
29331
29499
|
types: [
|
|
29332
29500
|
"string"
|
|
@@ -29339,7 +29507,9 @@ var patterns_registry_default = {
|
|
|
29339
29507
|
}
|
|
29340
29508
|
},
|
|
29341
29509
|
propertyRequired: [
|
|
29342
|
-
"url"
|
|
29510
|
+
"url",
|
|
29511
|
+
"role",
|
|
29512
|
+
"category"
|
|
29343
29513
|
]
|
|
29344
29514
|
},
|
|
29345
29515
|
label: {
|
|
@@ -29932,18 +30102,6 @@ var patterns_registry_default = {
|
|
|
29932
30102
|
role: {
|
|
29933
30103
|
types: [
|
|
29934
30104
|
"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
30105
|
]
|
|
29948
30106
|
},
|
|
29949
30107
|
category: {
|
|
@@ -29973,6 +30131,11 @@ var patterns_registry_default = {
|
|
|
29973
30131
|
"isometric"
|
|
29974
30132
|
]
|
|
29975
30133
|
},
|
|
30134
|
+
variant: {
|
|
30135
|
+
types: [
|
|
30136
|
+
"string"
|
|
30137
|
+
]
|
|
30138
|
+
},
|
|
29976
30139
|
dimension: {
|
|
29977
30140
|
types: [
|
|
29978
30141
|
"string"
|
|
@@ -29993,6 +30156,16 @@ var patterns_registry_default = {
|
|
|
29993
30156
|
"8:1"
|
|
29994
30157
|
]
|
|
29995
30158
|
},
|
|
30159
|
+
atlas: {
|
|
30160
|
+
types: [
|
|
30161
|
+
"asset"
|
|
30162
|
+
]
|
|
30163
|
+
},
|
|
30164
|
+
sprite: {
|
|
30165
|
+
types: [
|
|
30166
|
+
"string"
|
|
30167
|
+
]
|
|
30168
|
+
},
|
|
29996
30169
|
name: {
|
|
29997
30170
|
types: [
|
|
29998
30171
|
"string"
|
|
@@ -30005,7 +30178,9 @@ var patterns_registry_default = {
|
|
|
30005
30178
|
}
|
|
30006
30179
|
},
|
|
30007
30180
|
propertyRequired: [
|
|
30008
|
-
"url"
|
|
30181
|
+
"url",
|
|
30182
|
+
"role",
|
|
30183
|
+
"category"
|
|
30009
30184
|
]
|
|
30010
30185
|
},
|
|
30011
30186
|
offAsset: {
|
|
@@ -30022,18 +30197,6 @@ var patterns_registry_default = {
|
|
|
30022
30197
|
role: {
|
|
30023
30198
|
types: [
|
|
30024
30199
|
"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
30200
|
]
|
|
30038
30201
|
},
|
|
30039
30202
|
category: {
|
|
@@ -30063,6 +30226,11 @@ var patterns_registry_default = {
|
|
|
30063
30226
|
"isometric"
|
|
30064
30227
|
]
|
|
30065
30228
|
},
|
|
30229
|
+
variant: {
|
|
30230
|
+
types: [
|
|
30231
|
+
"string"
|
|
30232
|
+
]
|
|
30233
|
+
},
|
|
30066
30234
|
dimension: {
|
|
30067
30235
|
types: [
|
|
30068
30236
|
"string"
|
|
@@ -30083,6 +30251,16 @@ var patterns_registry_default = {
|
|
|
30083
30251
|
"8:1"
|
|
30084
30252
|
]
|
|
30085
30253
|
},
|
|
30254
|
+
atlas: {
|
|
30255
|
+
types: [
|
|
30256
|
+
"asset"
|
|
30257
|
+
]
|
|
30258
|
+
},
|
|
30259
|
+
sprite: {
|
|
30260
|
+
types: [
|
|
30261
|
+
"string"
|
|
30262
|
+
]
|
|
30263
|
+
},
|
|
30086
30264
|
name: {
|
|
30087
30265
|
types: [
|
|
30088
30266
|
"string"
|
|
@@ -30095,7 +30273,9 @@ var patterns_registry_default = {
|
|
|
30095
30273
|
}
|
|
30096
30274
|
},
|
|
30097
30275
|
propertyRequired: [
|
|
30098
|
-
"url"
|
|
30276
|
+
"url",
|
|
30277
|
+
"role",
|
|
30278
|
+
"category"
|
|
30099
30279
|
]
|
|
30100
30280
|
}
|
|
30101
30281
|
}
|
|
@@ -30164,18 +30344,6 @@ var patterns_registry_default = {
|
|
|
30164
30344
|
role: {
|
|
30165
30345
|
types: [
|
|
30166
30346
|
"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
30347
|
]
|
|
30180
30348
|
},
|
|
30181
30349
|
category: {
|
|
@@ -30205,6 +30373,11 @@ var patterns_registry_default = {
|
|
|
30205
30373
|
"isometric"
|
|
30206
30374
|
]
|
|
30207
30375
|
},
|
|
30376
|
+
variant: {
|
|
30377
|
+
types: [
|
|
30378
|
+
"string"
|
|
30379
|
+
]
|
|
30380
|
+
},
|
|
30208
30381
|
dimension: {
|
|
30209
30382
|
types: [
|
|
30210
30383
|
"string"
|
|
@@ -30225,6 +30398,16 @@ var patterns_registry_default = {
|
|
|
30225
30398
|
"8:1"
|
|
30226
30399
|
]
|
|
30227
30400
|
},
|
|
30401
|
+
atlas: {
|
|
30402
|
+
types: [
|
|
30403
|
+
"asset"
|
|
30404
|
+
]
|
|
30405
|
+
},
|
|
30406
|
+
sprite: {
|
|
30407
|
+
types: [
|
|
30408
|
+
"string"
|
|
30409
|
+
]
|
|
30410
|
+
},
|
|
30228
30411
|
name: {
|
|
30229
30412
|
types: [
|
|
30230
30413
|
"string"
|
|
@@ -30237,7 +30420,9 @@ var patterns_registry_default = {
|
|
|
30237
30420
|
}
|
|
30238
30421
|
},
|
|
30239
30422
|
required: [
|
|
30240
|
-
"url"
|
|
30423
|
+
"url",
|
|
30424
|
+
"role",
|
|
30425
|
+
"category"
|
|
30241
30426
|
]
|
|
30242
30427
|
},
|
|
30243
30428
|
stateMachine: {
|
|
@@ -30332,18 +30517,6 @@ var patterns_registry_default = {
|
|
|
30332
30517
|
role: {
|
|
30333
30518
|
types: [
|
|
30334
30519
|
"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
30520
|
]
|
|
30348
30521
|
},
|
|
30349
30522
|
category: {
|
|
@@ -30373,6 +30546,11 @@ var patterns_registry_default = {
|
|
|
30373
30546
|
"isometric"
|
|
30374
30547
|
]
|
|
30375
30548
|
},
|
|
30549
|
+
variant: {
|
|
30550
|
+
types: [
|
|
30551
|
+
"string"
|
|
30552
|
+
]
|
|
30553
|
+
},
|
|
30376
30554
|
dimension: {
|
|
30377
30555
|
types: [
|
|
30378
30556
|
"string"
|
|
@@ -30393,6 +30571,16 @@ var patterns_registry_default = {
|
|
|
30393
30571
|
"8:1"
|
|
30394
30572
|
]
|
|
30395
30573
|
},
|
|
30574
|
+
atlas: {
|
|
30575
|
+
types: [
|
|
30576
|
+
"asset"
|
|
30577
|
+
]
|
|
30578
|
+
},
|
|
30579
|
+
sprite: {
|
|
30580
|
+
types: [
|
|
30581
|
+
"string"
|
|
30582
|
+
]
|
|
30583
|
+
},
|
|
30396
30584
|
name: {
|
|
30397
30585
|
types: [
|
|
30398
30586
|
"string"
|
|
@@ -30405,7 +30593,9 @@ var patterns_registry_default = {
|
|
|
30405
30593
|
}
|
|
30406
30594
|
},
|
|
30407
30595
|
propertyRequired: [
|
|
30408
|
-
"url"
|
|
30596
|
+
"url",
|
|
30597
|
+
"role",
|
|
30598
|
+
"category"
|
|
30409
30599
|
]
|
|
30410
30600
|
},
|
|
30411
30601
|
className: {
|
|
@@ -30504,18 +30694,6 @@ var patterns_registry_default = {
|
|
|
30504
30694
|
role: {
|
|
30505
30695
|
types: [
|
|
30506
30696
|
"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
30697
|
]
|
|
30520
30698
|
},
|
|
30521
30699
|
category: {
|
|
@@ -30545,6 +30723,11 @@ var patterns_registry_default = {
|
|
|
30545
30723
|
"isometric"
|
|
30546
30724
|
]
|
|
30547
30725
|
},
|
|
30726
|
+
variant: {
|
|
30727
|
+
types: [
|
|
30728
|
+
"string"
|
|
30729
|
+
]
|
|
30730
|
+
},
|
|
30548
30731
|
dimension: {
|
|
30549
30732
|
types: [
|
|
30550
30733
|
"string"
|
|
@@ -30565,6 +30748,16 @@ var patterns_registry_default = {
|
|
|
30565
30748
|
"8:1"
|
|
30566
30749
|
]
|
|
30567
30750
|
},
|
|
30751
|
+
atlas: {
|
|
30752
|
+
types: [
|
|
30753
|
+
"asset"
|
|
30754
|
+
]
|
|
30755
|
+
},
|
|
30756
|
+
sprite: {
|
|
30757
|
+
types: [
|
|
30758
|
+
"string"
|
|
30759
|
+
]
|
|
30760
|
+
},
|
|
30568
30761
|
name: {
|
|
30569
30762
|
types: [
|
|
30570
30763
|
"string"
|
|
@@ -30577,7 +30770,9 @@ var patterns_registry_default = {
|
|
|
30577
30770
|
}
|
|
30578
30771
|
},
|
|
30579
30772
|
required: [
|
|
30580
|
-
"url"
|
|
30773
|
+
"url",
|
|
30774
|
+
"role",
|
|
30775
|
+
"category"
|
|
30581
30776
|
]
|
|
30582
30777
|
},
|
|
30583
30778
|
stateMachine: {
|
|
@@ -30655,18 +30850,6 @@ var patterns_registry_default = {
|
|
|
30655
30850
|
role: {
|
|
30656
30851
|
types: [
|
|
30657
30852
|
"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
30853
|
]
|
|
30671
30854
|
},
|
|
30672
30855
|
category: {
|
|
@@ -30696,6 +30879,11 @@ var patterns_registry_default = {
|
|
|
30696
30879
|
"isometric"
|
|
30697
30880
|
]
|
|
30698
30881
|
},
|
|
30882
|
+
variant: {
|
|
30883
|
+
types: [
|
|
30884
|
+
"string"
|
|
30885
|
+
]
|
|
30886
|
+
},
|
|
30699
30887
|
dimension: {
|
|
30700
30888
|
types: [
|
|
30701
30889
|
"string"
|
|
@@ -30716,6 +30904,16 @@ var patterns_registry_default = {
|
|
|
30716
30904
|
"8:1"
|
|
30717
30905
|
]
|
|
30718
30906
|
},
|
|
30907
|
+
atlas: {
|
|
30908
|
+
types: [
|
|
30909
|
+
"asset"
|
|
30910
|
+
]
|
|
30911
|
+
},
|
|
30912
|
+
sprite: {
|
|
30913
|
+
types: [
|
|
30914
|
+
"string"
|
|
30915
|
+
]
|
|
30916
|
+
},
|
|
30719
30917
|
name: {
|
|
30720
30918
|
types: [
|
|
30721
30919
|
"string"
|
|
@@ -30728,7 +30926,9 @@ var patterns_registry_default = {
|
|
|
30728
30926
|
}
|
|
30729
30927
|
},
|
|
30730
30928
|
required: [
|
|
30731
|
-
"url"
|
|
30929
|
+
"url",
|
|
30930
|
+
"role",
|
|
30931
|
+
"category"
|
|
30732
30932
|
]
|
|
30733
30933
|
},
|
|
30734
30934
|
stateMachine: {
|
|
@@ -30883,18 +31083,6 @@ var patterns_registry_default = {
|
|
|
30883
31083
|
role: {
|
|
30884
31084
|
types: [
|
|
30885
31085
|
"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
31086
|
]
|
|
30899
31087
|
},
|
|
30900
31088
|
category: {
|
|
@@ -30924,6 +31112,11 @@ var patterns_registry_default = {
|
|
|
30924
31112
|
"isometric"
|
|
30925
31113
|
]
|
|
30926
31114
|
},
|
|
31115
|
+
variant: {
|
|
31116
|
+
types: [
|
|
31117
|
+
"string"
|
|
31118
|
+
]
|
|
31119
|
+
},
|
|
30927
31120
|
dimension: {
|
|
30928
31121
|
types: [
|
|
30929
31122
|
"string"
|
|
@@ -30944,6 +31137,16 @@ var patterns_registry_default = {
|
|
|
30944
31137
|
"8:1"
|
|
30945
31138
|
]
|
|
30946
31139
|
},
|
|
31140
|
+
atlas: {
|
|
31141
|
+
types: [
|
|
31142
|
+
"asset"
|
|
31143
|
+
]
|
|
31144
|
+
},
|
|
31145
|
+
sprite: {
|
|
31146
|
+
types: [
|
|
31147
|
+
"string"
|
|
31148
|
+
]
|
|
31149
|
+
},
|
|
30947
31150
|
name: {
|
|
30948
31151
|
types: [
|
|
30949
31152
|
"string"
|
|
@@ -30956,7 +31159,9 @@ var patterns_registry_default = {
|
|
|
30956
31159
|
}
|
|
30957
31160
|
},
|
|
30958
31161
|
required: [
|
|
30959
|
-
"url"
|
|
31162
|
+
"url",
|
|
31163
|
+
"role",
|
|
31164
|
+
"category"
|
|
30960
31165
|
]
|
|
30961
31166
|
},
|
|
30962
31167
|
stateMachine: {
|
|
@@ -31203,18 +31408,6 @@ var patterns_registry_default = {
|
|
|
31203
31408
|
role: {
|
|
31204
31409
|
types: [
|
|
31205
31410
|
"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
31411
|
]
|
|
31219
31412
|
},
|
|
31220
31413
|
category: {
|
|
@@ -31244,6 +31437,11 @@ var patterns_registry_default = {
|
|
|
31244
31437
|
"isometric"
|
|
31245
31438
|
]
|
|
31246
31439
|
},
|
|
31440
|
+
variant: {
|
|
31441
|
+
types: [
|
|
31442
|
+
"string"
|
|
31443
|
+
]
|
|
31444
|
+
},
|
|
31247
31445
|
dimension: {
|
|
31248
31446
|
types: [
|
|
31249
31447
|
"string"
|
|
@@ -31264,6 +31462,16 @@ var patterns_registry_default = {
|
|
|
31264
31462
|
"8:1"
|
|
31265
31463
|
]
|
|
31266
31464
|
},
|
|
31465
|
+
atlas: {
|
|
31466
|
+
types: [
|
|
31467
|
+
"asset"
|
|
31468
|
+
]
|
|
31469
|
+
},
|
|
31470
|
+
sprite: {
|
|
31471
|
+
types: [
|
|
31472
|
+
"string"
|
|
31473
|
+
]
|
|
31474
|
+
},
|
|
31267
31475
|
name: {
|
|
31268
31476
|
types: [
|
|
31269
31477
|
"string"
|
|
@@ -31276,7 +31484,9 @@ var patterns_registry_default = {
|
|
|
31276
31484
|
}
|
|
31277
31485
|
},
|
|
31278
31486
|
required: [
|
|
31279
|
-
"url"
|
|
31487
|
+
"url",
|
|
31488
|
+
"role",
|
|
31489
|
+
"category"
|
|
31280
31490
|
]
|
|
31281
31491
|
},
|
|
31282
31492
|
stateMachine: {
|
|
@@ -31401,18 +31611,6 @@ var patterns_registry_default = {
|
|
|
31401
31611
|
role: {
|
|
31402
31612
|
types: [
|
|
31403
31613
|
"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
31614
|
]
|
|
31417
31615
|
},
|
|
31418
31616
|
category: {
|
|
@@ -31442,6 +31640,11 @@ var patterns_registry_default = {
|
|
|
31442
31640
|
"isometric"
|
|
31443
31641
|
]
|
|
31444
31642
|
},
|
|
31643
|
+
variant: {
|
|
31644
|
+
types: [
|
|
31645
|
+
"string"
|
|
31646
|
+
]
|
|
31647
|
+
},
|
|
31445
31648
|
dimension: {
|
|
31446
31649
|
types: [
|
|
31447
31650
|
"string"
|
|
@@ -31462,6 +31665,16 @@ var patterns_registry_default = {
|
|
|
31462
31665
|
"8:1"
|
|
31463
31666
|
]
|
|
31464
31667
|
},
|
|
31668
|
+
atlas: {
|
|
31669
|
+
types: [
|
|
31670
|
+
"asset"
|
|
31671
|
+
]
|
|
31672
|
+
},
|
|
31673
|
+
sprite: {
|
|
31674
|
+
types: [
|
|
31675
|
+
"string"
|
|
31676
|
+
]
|
|
31677
|
+
},
|
|
31465
31678
|
name: {
|
|
31466
31679
|
types: [
|
|
31467
31680
|
"string"
|
|
@@ -31474,7 +31687,9 @@ var patterns_registry_default = {
|
|
|
31474
31687
|
}
|
|
31475
31688
|
},
|
|
31476
31689
|
required: [
|
|
31477
|
-
"url"
|
|
31690
|
+
"url",
|
|
31691
|
+
"role",
|
|
31692
|
+
"category"
|
|
31478
31693
|
]
|
|
31479
31694
|
},
|
|
31480
31695
|
stateMachine: {
|
|
@@ -31554,18 +31769,6 @@ var patterns_registry_default = {
|
|
|
31554
31769
|
role: {
|
|
31555
31770
|
types: [
|
|
31556
31771
|
"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
31772
|
]
|
|
31570
31773
|
},
|
|
31571
31774
|
category: {
|
|
@@ -31595,6 +31798,11 @@ var patterns_registry_default = {
|
|
|
31595
31798
|
"isometric"
|
|
31596
31799
|
]
|
|
31597
31800
|
},
|
|
31801
|
+
variant: {
|
|
31802
|
+
types: [
|
|
31803
|
+
"string"
|
|
31804
|
+
]
|
|
31805
|
+
},
|
|
31598
31806
|
dimension: {
|
|
31599
31807
|
types: [
|
|
31600
31808
|
"string"
|
|
@@ -31615,6 +31823,16 @@ var patterns_registry_default = {
|
|
|
31615
31823
|
"8:1"
|
|
31616
31824
|
]
|
|
31617
31825
|
},
|
|
31826
|
+
atlas: {
|
|
31827
|
+
types: [
|
|
31828
|
+
"asset"
|
|
31829
|
+
]
|
|
31830
|
+
},
|
|
31831
|
+
sprite: {
|
|
31832
|
+
types: [
|
|
31833
|
+
"string"
|
|
31834
|
+
]
|
|
31835
|
+
},
|
|
31618
31836
|
name: {
|
|
31619
31837
|
types: [
|
|
31620
31838
|
"string"
|
|
@@ -31627,7 +31845,9 @@ var patterns_registry_default = {
|
|
|
31627
31845
|
}
|
|
31628
31846
|
},
|
|
31629
31847
|
required: [
|
|
31630
|
-
"url"
|
|
31848
|
+
"url",
|
|
31849
|
+
"role",
|
|
31850
|
+
"category"
|
|
31631
31851
|
]
|
|
31632
31852
|
},
|
|
31633
31853
|
stateMachine: {
|
|
@@ -32417,7 +32637,8 @@ var patterns_registry_default = {
|
|
|
32417
32637
|
category: "component",
|
|
32418
32638
|
tier: "atoms",
|
|
32419
32639
|
family: "core",
|
|
32420
|
-
description: "Aside
|
|
32640
|
+
description: "Aside \u2014 a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
|
|
32641
|
+
capabilities: "settings navigation sidebar, preferences menu panel, account settings nav, secondary panel, side navigation rail",
|
|
32421
32642
|
suggestedFor: [
|
|
32422
32643
|
"aside"
|
|
32423
32644
|
],
|
|
@@ -32674,7 +32895,8 @@ var patterns_registry_default = {
|
|
|
32674
32895
|
category: "display",
|
|
32675
32896
|
tier: "molecules",
|
|
32676
32897
|
family: "core",
|
|
32677
|
-
description: "TableView
|
|
32898
|
+
description: "TableView \u2014 sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
32899
|
+
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
32900
|
suggestedFor: [
|
|
32679
32901
|
"table",
|
|
32680
32902
|
"view",
|
|
@@ -34354,18 +34576,6 @@ var patterns_registry_default = {
|
|
|
34354
34576
|
role: {
|
|
34355
34577
|
types: [
|
|
34356
34578
|
"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
34579
|
]
|
|
34370
34580
|
},
|
|
34371
34581
|
category: {
|
|
@@ -34395,6 +34605,11 @@ var patterns_registry_default = {
|
|
|
34395
34605
|
"isometric"
|
|
34396
34606
|
]
|
|
34397
34607
|
},
|
|
34608
|
+
variant: {
|
|
34609
|
+
types: [
|
|
34610
|
+
"string"
|
|
34611
|
+
]
|
|
34612
|
+
},
|
|
34398
34613
|
dimension: {
|
|
34399
34614
|
types: [
|
|
34400
34615
|
"string"
|
|
@@ -34415,6 +34630,16 @@ var patterns_registry_default = {
|
|
|
34415
34630
|
"8:1"
|
|
34416
34631
|
]
|
|
34417
34632
|
},
|
|
34633
|
+
atlas: {
|
|
34634
|
+
types: [
|
|
34635
|
+
"asset"
|
|
34636
|
+
]
|
|
34637
|
+
},
|
|
34638
|
+
sprite: {
|
|
34639
|
+
types: [
|
|
34640
|
+
"string"
|
|
34641
|
+
]
|
|
34642
|
+
},
|
|
34418
34643
|
name: {
|
|
34419
34644
|
types: [
|
|
34420
34645
|
"string"
|
|
@@ -34427,7 +34652,9 @@ var patterns_registry_default = {
|
|
|
34427
34652
|
}
|
|
34428
34653
|
},
|
|
34429
34654
|
propertyRequired: [
|
|
34430
|
-
"url"
|
|
34655
|
+
"url",
|
|
34656
|
+
"role",
|
|
34657
|
+
"category"
|
|
34431
34658
|
]
|
|
34432
34659
|
},
|
|
34433
34660
|
tileClickEvent: {
|
|
@@ -34667,18 +34894,6 @@ var patterns_registry_default = {
|
|
|
34667
34894
|
role: {
|
|
34668
34895
|
types: [
|
|
34669
34896
|
"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
34897
|
]
|
|
34683
34898
|
},
|
|
34684
34899
|
category: {
|
|
@@ -34708,6 +34923,11 @@ var patterns_registry_default = {
|
|
|
34708
34923
|
"isometric"
|
|
34709
34924
|
]
|
|
34710
34925
|
},
|
|
34926
|
+
variant: {
|
|
34927
|
+
types: [
|
|
34928
|
+
"string"
|
|
34929
|
+
]
|
|
34930
|
+
},
|
|
34711
34931
|
dimension: {
|
|
34712
34932
|
types: [
|
|
34713
34933
|
"string"
|
|
@@ -34728,6 +34948,16 @@ var patterns_registry_default = {
|
|
|
34728
34948
|
"8:1"
|
|
34729
34949
|
]
|
|
34730
34950
|
},
|
|
34951
|
+
atlas: {
|
|
34952
|
+
types: [
|
|
34953
|
+
"asset"
|
|
34954
|
+
]
|
|
34955
|
+
},
|
|
34956
|
+
sprite: {
|
|
34957
|
+
types: [
|
|
34958
|
+
"string"
|
|
34959
|
+
]
|
|
34960
|
+
},
|
|
34731
34961
|
name: {
|
|
34732
34962
|
types: [
|
|
34733
34963
|
"string"
|
|
@@ -34740,7 +34970,9 @@ var patterns_registry_default = {
|
|
|
34740
34970
|
}
|
|
34741
34971
|
},
|
|
34742
34972
|
required: [
|
|
34743
|
-
"url"
|
|
34973
|
+
"url",
|
|
34974
|
+
"role",
|
|
34975
|
+
"category"
|
|
34744
34976
|
]
|
|
34745
34977
|
},
|
|
34746
34978
|
variant: {
|
|
@@ -34890,18 +35122,6 @@ var patterns_registry_default = {
|
|
|
34890
35122
|
role: {
|
|
34891
35123
|
types: [
|
|
34892
35124
|
"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
35125
|
]
|
|
34906
35126
|
},
|
|
34907
35127
|
category: {
|
|
@@ -34931,6 +35151,11 @@ var patterns_registry_default = {
|
|
|
34931
35151
|
"isometric"
|
|
34932
35152
|
]
|
|
34933
35153
|
},
|
|
35154
|
+
variant: {
|
|
35155
|
+
types: [
|
|
35156
|
+
"string"
|
|
35157
|
+
]
|
|
35158
|
+
},
|
|
34934
35159
|
dimension: {
|
|
34935
35160
|
types: [
|
|
34936
35161
|
"string"
|
|
@@ -34951,6 +35176,16 @@ var patterns_registry_default = {
|
|
|
34951
35176
|
"8:1"
|
|
34952
35177
|
]
|
|
34953
35178
|
},
|
|
35179
|
+
atlas: {
|
|
35180
|
+
types: [
|
|
35181
|
+
"asset"
|
|
35182
|
+
]
|
|
35183
|
+
},
|
|
35184
|
+
sprite: {
|
|
35185
|
+
types: [
|
|
35186
|
+
"string"
|
|
35187
|
+
]
|
|
35188
|
+
},
|
|
34954
35189
|
name: {
|
|
34955
35190
|
types: [
|
|
34956
35191
|
"string"
|
|
@@ -34963,7 +35198,9 @@ var patterns_registry_default = {
|
|
|
34963
35198
|
}
|
|
34964
35199
|
},
|
|
34965
35200
|
required: [
|
|
34966
|
-
"url"
|
|
35201
|
+
"url",
|
|
35202
|
+
"role",
|
|
35203
|
+
"category"
|
|
34967
35204
|
]
|
|
34968
35205
|
}
|
|
34969
35206
|
},
|
|
@@ -35020,18 +35257,6 @@ var patterns_registry_default = {
|
|
|
35020
35257
|
role: {
|
|
35021
35258
|
types: [
|
|
35022
35259
|
"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
35260
|
]
|
|
35036
35261
|
},
|
|
35037
35262
|
category: {
|
|
@@ -35061,6 +35286,11 @@ var patterns_registry_default = {
|
|
|
35061
35286
|
"isometric"
|
|
35062
35287
|
]
|
|
35063
35288
|
},
|
|
35289
|
+
variant: {
|
|
35290
|
+
types: [
|
|
35291
|
+
"string"
|
|
35292
|
+
]
|
|
35293
|
+
},
|
|
35064
35294
|
dimension: {
|
|
35065
35295
|
types: [
|
|
35066
35296
|
"string"
|
|
@@ -35081,6 +35311,16 @@ var patterns_registry_default = {
|
|
|
35081
35311
|
"8:1"
|
|
35082
35312
|
]
|
|
35083
35313
|
},
|
|
35314
|
+
atlas: {
|
|
35315
|
+
types: [
|
|
35316
|
+
"asset"
|
|
35317
|
+
]
|
|
35318
|
+
},
|
|
35319
|
+
sprite: {
|
|
35320
|
+
types: [
|
|
35321
|
+
"string"
|
|
35322
|
+
]
|
|
35323
|
+
},
|
|
35084
35324
|
name: {
|
|
35085
35325
|
types: [
|
|
35086
35326
|
"string"
|
|
@@ -35093,7 +35333,9 @@ var patterns_registry_default = {
|
|
|
35093
35333
|
}
|
|
35094
35334
|
},
|
|
35095
35335
|
propertyRequired: [
|
|
35096
|
-
"url"
|
|
35336
|
+
"url",
|
|
35337
|
+
"role",
|
|
35338
|
+
"category"
|
|
35097
35339
|
]
|
|
35098
35340
|
},
|
|
35099
35341
|
icon: {
|
|
@@ -37777,7 +38019,8 @@ var patterns_registry_default = {
|
|
|
37777
38019
|
category: "display",
|
|
37778
38020
|
tier: "atoms",
|
|
37779
38021
|
family: "marketing",
|
|
37780
|
-
description: "MarketingStatCard
|
|
38022
|
+
description: "MarketingStatCard \u2014 a single number-highlight card pairing a large value with a label and trend delta.",
|
|
38023
|
+
capabilities: "KPI card, metric tile, dashboard stat card, number card, big-number widget, stat highlight, key metric callout",
|
|
37781
38024
|
suggestedFor: [
|
|
37782
38025
|
"marketing",
|
|
37783
38026
|
"stat",
|
|
@@ -38852,18 +39095,6 @@ var patterns_registry_default = {
|
|
|
38852
39095
|
role: {
|
|
38853
39096
|
types: [
|
|
38854
39097
|
"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
39098
|
]
|
|
38868
39099
|
},
|
|
38869
39100
|
category: {
|
|
@@ -38893,6 +39124,11 @@ var patterns_registry_default = {
|
|
|
38893
39124
|
"isometric"
|
|
38894
39125
|
]
|
|
38895
39126
|
},
|
|
39127
|
+
variant: {
|
|
39128
|
+
types: [
|
|
39129
|
+
"string"
|
|
39130
|
+
]
|
|
39131
|
+
},
|
|
38896
39132
|
dimension: {
|
|
38897
39133
|
types: [
|
|
38898
39134
|
"string"
|
|
@@ -38913,6 +39149,16 @@ var patterns_registry_default = {
|
|
|
38913
39149
|
"8:1"
|
|
38914
39150
|
]
|
|
38915
39151
|
},
|
|
39152
|
+
atlas: {
|
|
39153
|
+
types: [
|
|
39154
|
+
"asset"
|
|
39155
|
+
]
|
|
39156
|
+
},
|
|
39157
|
+
sprite: {
|
|
39158
|
+
types: [
|
|
39159
|
+
"string"
|
|
39160
|
+
]
|
|
39161
|
+
},
|
|
38916
39162
|
name: {
|
|
38917
39163
|
types: [
|
|
38918
39164
|
"string"
|
|
@@ -38925,7 +39171,9 @@ var patterns_registry_default = {
|
|
|
38925
39171
|
}
|
|
38926
39172
|
},
|
|
38927
39173
|
propertyRequired: [
|
|
38928
|
-
"url"
|
|
39174
|
+
"url",
|
|
39175
|
+
"role",
|
|
39176
|
+
"category"
|
|
38929
39177
|
]
|
|
38930
39178
|
},
|
|
38931
39179
|
anchor: {
|
|
@@ -39339,18 +39587,6 @@ var patterns_registry_default = {
|
|
|
39339
39587
|
role: {
|
|
39340
39588
|
types: [
|
|
39341
39589
|
"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
39590
|
]
|
|
39355
39591
|
},
|
|
39356
39592
|
category: {
|
|
@@ -39380,6 +39616,11 @@ var patterns_registry_default = {
|
|
|
39380
39616
|
"isometric"
|
|
39381
39617
|
]
|
|
39382
39618
|
},
|
|
39619
|
+
variant: {
|
|
39620
|
+
types: [
|
|
39621
|
+
"string"
|
|
39622
|
+
]
|
|
39623
|
+
},
|
|
39383
39624
|
dimension: {
|
|
39384
39625
|
types: [
|
|
39385
39626
|
"string"
|
|
@@ -39400,6 +39641,16 @@ var patterns_registry_default = {
|
|
|
39400
39641
|
"8:1"
|
|
39401
39642
|
]
|
|
39402
39643
|
},
|
|
39644
|
+
atlas: {
|
|
39645
|
+
types: [
|
|
39646
|
+
"asset"
|
|
39647
|
+
]
|
|
39648
|
+
},
|
|
39649
|
+
sprite: {
|
|
39650
|
+
types: [
|
|
39651
|
+
"string"
|
|
39652
|
+
]
|
|
39653
|
+
},
|
|
39403
39654
|
name: {
|
|
39404
39655
|
types: [
|
|
39405
39656
|
"string"
|
|
@@ -39412,7 +39663,9 @@ var patterns_registry_default = {
|
|
|
39412
39663
|
}
|
|
39413
39664
|
},
|
|
39414
39665
|
required: [
|
|
39415
|
-
"url"
|
|
39666
|
+
"url",
|
|
39667
|
+
"role",
|
|
39668
|
+
"category"
|
|
39416
39669
|
]
|
|
39417
39670
|
},
|
|
39418
39671
|
anchor: {
|
|
@@ -39691,18 +39944,6 @@ var patterns_registry_default = {
|
|
|
39691
39944
|
role: {
|
|
39692
39945
|
types: [
|
|
39693
39946
|
"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
39947
|
]
|
|
39707
39948
|
},
|
|
39708
39949
|
category: {
|
|
@@ -39732,6 +39973,11 @@ var patterns_registry_default = {
|
|
|
39732
39973
|
"isometric"
|
|
39733
39974
|
]
|
|
39734
39975
|
},
|
|
39976
|
+
variant: {
|
|
39977
|
+
types: [
|
|
39978
|
+
"string"
|
|
39979
|
+
]
|
|
39980
|
+
},
|
|
39735
39981
|
dimension: {
|
|
39736
39982
|
types: [
|
|
39737
39983
|
"string"
|
|
@@ -39752,6 +39998,16 @@ var patterns_registry_default = {
|
|
|
39752
39998
|
"8:1"
|
|
39753
39999
|
]
|
|
39754
40000
|
},
|
|
40001
|
+
atlas: {
|
|
40002
|
+
types: [
|
|
40003
|
+
"asset"
|
|
40004
|
+
]
|
|
40005
|
+
},
|
|
40006
|
+
sprite: {
|
|
40007
|
+
types: [
|
|
40008
|
+
"string"
|
|
40009
|
+
]
|
|
40010
|
+
},
|
|
39755
40011
|
name: {
|
|
39756
40012
|
types: [
|
|
39757
40013
|
"string"
|
|
@@ -39764,7 +40020,9 @@ var patterns_registry_default = {
|
|
|
39764
40020
|
}
|
|
39765
40021
|
},
|
|
39766
40022
|
propertyRequired: [
|
|
39767
|
-
"url"
|
|
40023
|
+
"url",
|
|
40024
|
+
"role",
|
|
40025
|
+
"category"
|
|
39768
40026
|
]
|
|
39769
40027
|
},
|
|
39770
40028
|
backgroundColor: {
|
|
@@ -39939,6 +40197,74 @@ var patterns_registry_default = {
|
|
|
39939
40197
|
}
|
|
39940
40198
|
},
|
|
39941
40199
|
drawHost: true
|
|
40200
|
+
},
|
|
40201
|
+
presence: {
|
|
40202
|
+
type: "presence",
|
|
40203
|
+
category: "component",
|
|
40204
|
+
tier: "atoms",
|
|
40205
|
+
family: "core",
|
|
40206
|
+
description: "Presence component",
|
|
40207
|
+
suggestedFor: [
|
|
40208
|
+
"presence"
|
|
40209
|
+
],
|
|
40210
|
+
typicalSize: "small",
|
|
40211
|
+
propsSchema: {
|
|
40212
|
+
show: {
|
|
40213
|
+
types: [
|
|
40214
|
+
"boolean"
|
|
40215
|
+
],
|
|
40216
|
+
description: "When false, the exit animation runs, then children unmount.",
|
|
40217
|
+
required: true
|
|
40218
|
+
},
|
|
40219
|
+
className: {
|
|
40220
|
+
types: [
|
|
40221
|
+
"string"
|
|
40222
|
+
],
|
|
40223
|
+
description: "className prop"
|
|
40224
|
+
},
|
|
40225
|
+
children: {
|
|
40226
|
+
types: [
|
|
40227
|
+
"node"
|
|
40228
|
+
],
|
|
40229
|
+
description: "children prop",
|
|
40230
|
+
required: true
|
|
40231
|
+
}
|
|
40232
|
+
}
|
|
40233
|
+
},
|
|
40234
|
+
"page-transition": {
|
|
40235
|
+
type: "page-transition",
|
|
40236
|
+
category: "component",
|
|
40237
|
+
tier: "molecules",
|
|
40238
|
+
family: "core",
|
|
40239
|
+
description: "PageTransition component",
|
|
40240
|
+
suggestedFor: [
|
|
40241
|
+
"page",
|
|
40242
|
+
"transition",
|
|
40243
|
+
"page transition"
|
|
40244
|
+
],
|
|
40245
|
+
typicalSize: "medium",
|
|
40246
|
+
propsSchema: {
|
|
40247
|
+
locationKey: {
|
|
40248
|
+
types: [
|
|
40249
|
+
"string"
|
|
40250
|
+
],
|
|
40251
|
+
description: "Value that changes on navigation (e.g. `location.pathname`).",
|
|
40252
|
+
required: true
|
|
40253
|
+
},
|
|
40254
|
+
children: {
|
|
40255
|
+
types: [
|
|
40256
|
+
"node"
|
|
40257
|
+
],
|
|
40258
|
+
description: "children prop",
|
|
40259
|
+
required: true
|
|
40260
|
+
},
|
|
40261
|
+
className: {
|
|
40262
|
+
types: [
|
|
40263
|
+
"string"
|
|
40264
|
+
],
|
|
40265
|
+
description: "className prop"
|
|
40266
|
+
}
|
|
40267
|
+
}
|
|
39942
40268
|
}
|
|
39943
40269
|
},
|
|
39944
40270
|
categories: [
|
|
@@ -40566,7 +40892,7 @@ var integrators_registry_default = {
|
|
|
40566
40892
|
// src/patterns/component-mapping.json
|
|
40567
40893
|
var component_mapping_default = {
|
|
40568
40894
|
version: "1.0.0",
|
|
40569
|
-
exportedAt: "2026-07-
|
|
40895
|
+
exportedAt: "2026-07-21T09:54:57.379Z",
|
|
40570
40896
|
mappings: {
|
|
40571
40897
|
"page-header": {
|
|
40572
40898
|
component: "PageHeader",
|
|
@@ -40604,8 +40930,8 @@ var component_mapping_default = {
|
|
|
40604
40930
|
category: "form"
|
|
40605
40931
|
},
|
|
40606
40932
|
"form-actions": {
|
|
40607
|
-
component: "
|
|
40608
|
-
importPath: "@/components/core/molecules/
|
|
40933
|
+
component: "ButtonGroup",
|
|
40934
|
+
importPath: "@/components/core/molecules/ButtonGroup",
|
|
40609
40935
|
category: "form"
|
|
40610
40936
|
},
|
|
40611
40937
|
"filter-group": {
|
|
@@ -41914,6 +42240,16 @@ var component_mapping_default = {
|
|
|
41914
42240
|
component: "Canvas",
|
|
41915
42241
|
importPath: "@/components/game/molecules/Canvas",
|
|
41916
42242
|
category: "game"
|
|
42243
|
+
},
|
|
42244
|
+
presence: {
|
|
42245
|
+
component: "Presence",
|
|
42246
|
+
importPath: "@/components/core/atoms/Presence",
|
|
42247
|
+
category: "component"
|
|
42248
|
+
},
|
|
42249
|
+
"page-transition": {
|
|
42250
|
+
component: "PageTransition",
|
|
42251
|
+
importPath: "@/components/core/molecules/PageTransition",
|
|
42252
|
+
category: "component"
|
|
41917
42253
|
}
|
|
41918
42254
|
}
|
|
41919
42255
|
};
|
|
@@ -41921,7 +42257,7 @@ var component_mapping_default = {
|
|
|
41921
42257
|
// src/patterns/event-contracts.json
|
|
41922
42258
|
var event_contracts_default = {
|
|
41923
42259
|
version: "1.0.0",
|
|
41924
|
-
exportedAt: "2026-07-
|
|
42260
|
+
exportedAt: "2026-07-21T09:54:57.379Z",
|
|
41925
42261
|
contracts: {
|
|
41926
42262
|
form: {
|
|
41927
42263
|
emits: [
|
|
@@ -42014,7 +42350,14 @@ var event_contracts_default = {
|
|
|
42014
42350
|
"form-actions": {
|
|
42015
42351
|
emits: [
|
|
42016
42352
|
{
|
|
42017
|
-
event: "
|
|
42353
|
+
event: "DISPATCH",
|
|
42354
|
+
trigger: "action",
|
|
42355
|
+
payload: {
|
|
42356
|
+
type: "object"
|
|
42357
|
+
}
|
|
42358
|
+
},
|
|
42359
|
+
{
|
|
42360
|
+
event: "NAVIGATE",
|
|
42018
42361
|
trigger: "action",
|
|
42019
42362
|
payload: {
|
|
42020
42363
|
type: "object"
|
|
@@ -42022,7 +42365,7 @@ var event_contracts_default = {
|
|
|
42022
42365
|
}
|
|
42023
42366
|
],
|
|
42024
42367
|
requires: [],
|
|
42025
|
-
entityAware:
|
|
42368
|
+
entityAware: true,
|
|
42026
42369
|
configDriven: true
|
|
42027
42370
|
},
|
|
42028
42371
|
"entity-table": {
|
|
@@ -43214,11 +43557,13 @@ var PATTERN_TYPES = [
|
|
|
43214
43557
|
"orbital-visualization",
|
|
43215
43558
|
"overlay",
|
|
43216
43559
|
"page-header",
|
|
43560
|
+
"page-transition",
|
|
43217
43561
|
"pagination",
|
|
43218
43562
|
"pattern-tile",
|
|
43219
43563
|
"physics-canvas",
|
|
43220
43564
|
"popover",
|
|
43221
43565
|
"positioned-canvas",
|
|
43566
|
+
"presence",
|
|
43222
43567
|
"pricing-card",
|
|
43223
43568
|
"pricing-grid",
|
|
43224
43569
|
"pricing-organism",
|
|
@@ -43494,8 +43839,9 @@ function getOrbAllowedPatternsFiltered(patternNames) {
|
|
|
43494
43839
|
}
|
|
43495
43840
|
return lines.join("\n");
|
|
43496
43841
|
}
|
|
43497
|
-
|
|
43498
|
-
|
|
43842
|
+
var JsonValueSchema = z.lazy(
|
|
43843
|
+
() => z.union([z.string(), z.number(), z.boolean(), z.null(), z.array(JsonValueSchema), z.record(JsonValueSchema)])
|
|
43844
|
+
);
|
|
43499
43845
|
function isJsonObject(value) {
|
|
43500
43846
|
return value !== null && typeof value === "object" && !Array.isArray(value);
|
|
43501
43847
|
}
|