@almadar/patterns 2.0.3 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +282 -31
- package/dist/index.js +120 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +118 -13
- package/dist/registry.json +118 -13
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-03-
|
|
3
|
+
"exportedAt": "2026-03-06T07:07:47.853Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -7492,6 +7492,19 @@
|
|
|
7492
7492
|
],
|
|
7493
7493
|
"typicalSize": "full",
|
|
7494
7494
|
"propsSchema": {
|
|
7495
|
+
"entity": {
|
|
7496
|
+
"types": [
|
|
7497
|
+
"object"
|
|
7498
|
+
],
|
|
7499
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7500
|
+
"required": true
|
|
7501
|
+
},
|
|
7502
|
+
"className": {
|
|
7503
|
+
"types": [
|
|
7504
|
+
"string"
|
|
7505
|
+
],
|
|
7506
|
+
"description": "External styling override"
|
|
7507
|
+
},
|
|
7495
7508
|
"onIncrement": {
|
|
7496
7509
|
"types": [
|
|
7497
7510
|
"function"
|
|
@@ -7614,6 +7627,19 @@
|
|
|
7614
7627
|
],
|
|
7615
7628
|
"typicalSize": "full",
|
|
7616
7629
|
"propsSchema": {
|
|
7630
|
+
"entity": {
|
|
7631
|
+
"types": [
|
|
7632
|
+
"object"
|
|
7633
|
+
],
|
|
7634
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7635
|
+
"required": true
|
|
7636
|
+
},
|
|
7637
|
+
"className": {
|
|
7638
|
+
"types": [
|
|
7639
|
+
"string"
|
|
7640
|
+
],
|
|
7641
|
+
"description": "Additional class name"
|
|
7642
|
+
},
|
|
7617
7643
|
"title": {
|
|
7618
7644
|
"types": [
|
|
7619
7645
|
"string"
|
|
@@ -7650,12 +7676,6 @@
|
|
|
7650
7676
|
"object"
|
|
7651
7677
|
],
|
|
7652
7678
|
"description": "Game controls"
|
|
7653
|
-
},
|
|
7654
|
-
"className": {
|
|
7655
|
-
"types": [
|
|
7656
|
-
"string"
|
|
7657
|
-
],
|
|
7658
|
-
"description": "Additional class name"
|
|
7659
7679
|
}
|
|
7660
7680
|
}
|
|
7661
7681
|
},
|
|
@@ -7671,6 +7691,19 @@
|
|
|
7671
7691
|
],
|
|
7672
7692
|
"typicalSize": "full",
|
|
7673
7693
|
"propsSchema": {
|
|
7694
|
+
"entity": {
|
|
7695
|
+
"types": [
|
|
7696
|
+
"object"
|
|
7697
|
+
],
|
|
7698
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7699
|
+
"required": true
|
|
7700
|
+
},
|
|
7701
|
+
"className": {
|
|
7702
|
+
"types": [
|
|
7703
|
+
"string"
|
|
7704
|
+
],
|
|
7705
|
+
"description": "Additional class name"
|
|
7706
|
+
},
|
|
7674
7707
|
"title": {
|
|
7675
7708
|
"types": [
|
|
7676
7709
|
"string"
|
|
@@ -7702,12 +7735,6 @@
|
|
|
7702
7735
|
"node"
|
|
7703
7736
|
],
|
|
7704
7737
|
"description": "Footer content"
|
|
7705
|
-
},
|
|
7706
|
-
"className": {
|
|
7707
|
-
"types": [
|
|
7708
|
-
"string"
|
|
7709
|
-
],
|
|
7710
|
-
"description": "Additional class name"
|
|
7711
7738
|
}
|
|
7712
7739
|
}
|
|
7713
7740
|
},
|
|
@@ -9049,6 +9076,19 @@
|
|
|
9049
9076
|
],
|
|
9050
9077
|
"typicalSize": "full",
|
|
9051
9078
|
"propsSchema": {
|
|
9079
|
+
"entity": {
|
|
9080
|
+
"types": [
|
|
9081
|
+
"object"
|
|
9082
|
+
],
|
|
9083
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9084
|
+
"required": true
|
|
9085
|
+
},
|
|
9086
|
+
"className": {
|
|
9087
|
+
"types": [
|
|
9088
|
+
"string"
|
|
9089
|
+
],
|
|
9090
|
+
"description": "External styling override"
|
|
9091
|
+
},
|
|
9052
9092
|
"scale": {
|
|
9053
9093
|
"types": [
|
|
9054
9094
|
"number"
|
|
@@ -9074,6 +9114,19 @@
|
|
|
9074
9114
|
],
|
|
9075
9115
|
"typicalSize": "full",
|
|
9076
9116
|
"propsSchema": {
|
|
9117
|
+
"entity": {
|
|
9118
|
+
"types": [
|
|
9119
|
+
"object"
|
|
9120
|
+
],
|
|
9121
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9122
|
+
"required": true
|
|
9123
|
+
},
|
|
9124
|
+
"className": {
|
|
9125
|
+
"types": [
|
|
9126
|
+
"string"
|
|
9127
|
+
],
|
|
9128
|
+
"description": "External styling override"
|
|
9129
|
+
},
|
|
9077
9130
|
"scale": {
|
|
9078
9131
|
"types": [
|
|
9079
9132
|
"number"
|
|
@@ -9094,6 +9147,19 @@
|
|
|
9094
9147
|
],
|
|
9095
9148
|
"typicalSize": "full",
|
|
9096
9149
|
"propsSchema": {
|
|
9150
|
+
"entity": {
|
|
9151
|
+
"types": [
|
|
9152
|
+
"object"
|
|
9153
|
+
],
|
|
9154
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9155
|
+
"required": true
|
|
9156
|
+
},
|
|
9157
|
+
"className": {
|
|
9158
|
+
"types": [
|
|
9159
|
+
"string"
|
|
9160
|
+
],
|
|
9161
|
+
"description": "External styling override"
|
|
9162
|
+
},
|
|
9097
9163
|
"scale": {
|
|
9098
9164
|
"types": [
|
|
9099
9165
|
"number"
|
|
@@ -10605,6 +10671,19 @@
|
|
|
10605
10671
|
],
|
|
10606
10672
|
"typicalSize": "full",
|
|
10607
10673
|
"propsSchema": {
|
|
10674
|
+
"entity": {
|
|
10675
|
+
"types": [
|
|
10676
|
+
"object"
|
|
10677
|
+
],
|
|
10678
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10679
|
+
"required": true
|
|
10680
|
+
},
|
|
10681
|
+
"className": {
|
|
10682
|
+
"types": [
|
|
10683
|
+
"string"
|
|
10684
|
+
],
|
|
10685
|
+
"description": "External styling override"
|
|
10686
|
+
},
|
|
10608
10687
|
"cameraMode": {
|
|
10609
10688
|
"types": [
|
|
10610
10689
|
"string"
|
|
@@ -10704,6 +10783,19 @@
|
|
|
10704
10783
|
],
|
|
10705
10784
|
"typicalSize": "full",
|
|
10706
10785
|
"propsSchema": {
|
|
10786
|
+
"entity": {
|
|
10787
|
+
"types": [
|
|
10788
|
+
"object"
|
|
10789
|
+
],
|
|
10790
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10791
|
+
"required": true
|
|
10792
|
+
},
|
|
10793
|
+
"className": {
|
|
10794
|
+
"types": [
|
|
10795
|
+
"string"
|
|
10796
|
+
],
|
|
10797
|
+
"description": "External styling override"
|
|
10798
|
+
},
|
|
10707
10799
|
"cameraMode": {
|
|
10708
10800
|
"types": [
|
|
10709
10801
|
"string"
|
|
@@ -10798,6 +10890,19 @@
|
|
|
10798
10890
|
],
|
|
10799
10891
|
"typicalSize": "full",
|
|
10800
10892
|
"propsSchema": {
|
|
10893
|
+
"entity": {
|
|
10894
|
+
"types": [
|
|
10895
|
+
"object"
|
|
10896
|
+
],
|
|
10897
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10898
|
+
"required": true
|
|
10899
|
+
},
|
|
10900
|
+
"className": {
|
|
10901
|
+
"types": [
|
|
10902
|
+
"string"
|
|
10903
|
+
],
|
|
10904
|
+
"description": "External styling override"
|
|
10905
|
+
},
|
|
10801
10906
|
"cameraMode": {
|
|
10802
10907
|
"types": [
|
|
10803
10908
|
"string"
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-03-
|
|
3
|
+
"exportedAt": "2026-03-06T07:07:47.853Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -7492,6 +7492,19 @@
|
|
|
7492
7492
|
],
|
|
7493
7493
|
"typicalSize": "full",
|
|
7494
7494
|
"propsSchema": {
|
|
7495
|
+
"entity": {
|
|
7496
|
+
"types": [
|
|
7497
|
+
"object"
|
|
7498
|
+
],
|
|
7499
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7500
|
+
"required": true
|
|
7501
|
+
},
|
|
7502
|
+
"className": {
|
|
7503
|
+
"types": [
|
|
7504
|
+
"string"
|
|
7505
|
+
],
|
|
7506
|
+
"description": "External styling override"
|
|
7507
|
+
},
|
|
7495
7508
|
"onIncrement": {
|
|
7496
7509
|
"types": [
|
|
7497
7510
|
"function"
|
|
@@ -7614,6 +7627,19 @@
|
|
|
7614
7627
|
],
|
|
7615
7628
|
"typicalSize": "full",
|
|
7616
7629
|
"propsSchema": {
|
|
7630
|
+
"entity": {
|
|
7631
|
+
"types": [
|
|
7632
|
+
"object"
|
|
7633
|
+
],
|
|
7634
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7635
|
+
"required": true
|
|
7636
|
+
},
|
|
7637
|
+
"className": {
|
|
7638
|
+
"types": [
|
|
7639
|
+
"string"
|
|
7640
|
+
],
|
|
7641
|
+
"description": "Additional class name"
|
|
7642
|
+
},
|
|
7617
7643
|
"title": {
|
|
7618
7644
|
"types": [
|
|
7619
7645
|
"string"
|
|
@@ -7650,12 +7676,6 @@
|
|
|
7650
7676
|
"object"
|
|
7651
7677
|
],
|
|
7652
7678
|
"description": "Game controls"
|
|
7653
|
-
},
|
|
7654
|
-
"className": {
|
|
7655
|
-
"types": [
|
|
7656
|
-
"string"
|
|
7657
|
-
],
|
|
7658
|
-
"description": "Additional class name"
|
|
7659
7679
|
}
|
|
7660
7680
|
}
|
|
7661
7681
|
},
|
|
@@ -7671,6 +7691,19 @@
|
|
|
7671
7691
|
],
|
|
7672
7692
|
"typicalSize": "full",
|
|
7673
7693
|
"propsSchema": {
|
|
7694
|
+
"entity": {
|
|
7695
|
+
"types": [
|
|
7696
|
+
"object"
|
|
7697
|
+
],
|
|
7698
|
+
"description": "Entity data, the sole source of runtime state",
|
|
7699
|
+
"required": true
|
|
7700
|
+
},
|
|
7701
|
+
"className": {
|
|
7702
|
+
"types": [
|
|
7703
|
+
"string"
|
|
7704
|
+
],
|
|
7705
|
+
"description": "Additional class name"
|
|
7706
|
+
},
|
|
7674
7707
|
"title": {
|
|
7675
7708
|
"types": [
|
|
7676
7709
|
"string"
|
|
@@ -7702,12 +7735,6 @@
|
|
|
7702
7735
|
"node"
|
|
7703
7736
|
],
|
|
7704
7737
|
"description": "Footer content"
|
|
7705
|
-
},
|
|
7706
|
-
"className": {
|
|
7707
|
-
"types": [
|
|
7708
|
-
"string"
|
|
7709
|
-
],
|
|
7710
|
-
"description": "Additional class name"
|
|
7711
7738
|
}
|
|
7712
7739
|
}
|
|
7713
7740
|
},
|
|
@@ -9049,6 +9076,19 @@
|
|
|
9049
9076
|
],
|
|
9050
9077
|
"typicalSize": "full",
|
|
9051
9078
|
"propsSchema": {
|
|
9079
|
+
"entity": {
|
|
9080
|
+
"types": [
|
|
9081
|
+
"object"
|
|
9082
|
+
],
|
|
9083
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9084
|
+
"required": true
|
|
9085
|
+
},
|
|
9086
|
+
"className": {
|
|
9087
|
+
"types": [
|
|
9088
|
+
"string"
|
|
9089
|
+
],
|
|
9090
|
+
"description": "External styling override"
|
|
9091
|
+
},
|
|
9052
9092
|
"scale": {
|
|
9053
9093
|
"types": [
|
|
9054
9094
|
"number"
|
|
@@ -9074,6 +9114,19 @@
|
|
|
9074
9114
|
],
|
|
9075
9115
|
"typicalSize": "full",
|
|
9076
9116
|
"propsSchema": {
|
|
9117
|
+
"entity": {
|
|
9118
|
+
"types": [
|
|
9119
|
+
"object"
|
|
9120
|
+
],
|
|
9121
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9122
|
+
"required": true
|
|
9123
|
+
},
|
|
9124
|
+
"className": {
|
|
9125
|
+
"types": [
|
|
9126
|
+
"string"
|
|
9127
|
+
],
|
|
9128
|
+
"description": "External styling override"
|
|
9129
|
+
},
|
|
9077
9130
|
"scale": {
|
|
9078
9131
|
"types": [
|
|
9079
9132
|
"number"
|
|
@@ -9094,6 +9147,19 @@
|
|
|
9094
9147
|
],
|
|
9095
9148
|
"typicalSize": "full",
|
|
9096
9149
|
"propsSchema": {
|
|
9150
|
+
"entity": {
|
|
9151
|
+
"types": [
|
|
9152
|
+
"object"
|
|
9153
|
+
],
|
|
9154
|
+
"description": "Entity data, the sole source of runtime state",
|
|
9155
|
+
"required": true
|
|
9156
|
+
},
|
|
9157
|
+
"className": {
|
|
9158
|
+
"types": [
|
|
9159
|
+
"string"
|
|
9160
|
+
],
|
|
9161
|
+
"description": "External styling override"
|
|
9162
|
+
},
|
|
9097
9163
|
"scale": {
|
|
9098
9164
|
"types": [
|
|
9099
9165
|
"number"
|
|
@@ -10605,6 +10671,19 @@
|
|
|
10605
10671
|
],
|
|
10606
10672
|
"typicalSize": "full",
|
|
10607
10673
|
"propsSchema": {
|
|
10674
|
+
"entity": {
|
|
10675
|
+
"types": [
|
|
10676
|
+
"object"
|
|
10677
|
+
],
|
|
10678
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10679
|
+
"required": true
|
|
10680
|
+
},
|
|
10681
|
+
"className": {
|
|
10682
|
+
"types": [
|
|
10683
|
+
"string"
|
|
10684
|
+
],
|
|
10685
|
+
"description": "External styling override"
|
|
10686
|
+
},
|
|
10608
10687
|
"cameraMode": {
|
|
10609
10688
|
"types": [
|
|
10610
10689
|
"string"
|
|
@@ -10704,6 +10783,19 @@
|
|
|
10704
10783
|
],
|
|
10705
10784
|
"typicalSize": "full",
|
|
10706
10785
|
"propsSchema": {
|
|
10786
|
+
"entity": {
|
|
10787
|
+
"types": [
|
|
10788
|
+
"object"
|
|
10789
|
+
],
|
|
10790
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10791
|
+
"required": true
|
|
10792
|
+
},
|
|
10793
|
+
"className": {
|
|
10794
|
+
"types": [
|
|
10795
|
+
"string"
|
|
10796
|
+
],
|
|
10797
|
+
"description": "External styling override"
|
|
10798
|
+
},
|
|
10707
10799
|
"cameraMode": {
|
|
10708
10800
|
"types": [
|
|
10709
10801
|
"string"
|
|
@@ -10798,6 +10890,19 @@
|
|
|
10798
10890
|
],
|
|
10799
10891
|
"typicalSize": "full",
|
|
10800
10892
|
"propsSchema": {
|
|
10893
|
+
"entity": {
|
|
10894
|
+
"types": [
|
|
10895
|
+
"object"
|
|
10896
|
+
],
|
|
10897
|
+
"description": "Entity data, the sole source of runtime state",
|
|
10898
|
+
"required": true
|
|
10899
|
+
},
|
|
10900
|
+
"className": {
|
|
10901
|
+
"types": [
|
|
10902
|
+
"string"
|
|
10903
|
+
],
|
|
10904
|
+
"description": "External styling override"
|
|
10905
|
+
},
|
|
10801
10906
|
"cameraMode": {
|
|
10802
10907
|
"types": [
|
|
10803
10908
|
"string"
|