@almadar/patterns 2.10.0 → 2.11.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-03-28T13:39:00.733Z",
3
+ "exportedAt": "2026-04-03T05:25:58.152Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1775,6 +1775,11 @@
1775
1775
  "importPath": "@/components/templates/GameCanvas3DWorldMapTemplate",
1776
1776
  "category": "template"
1777
1777
  },
1778
+ "orb-inspector": {
1779
+ "component": "OrbInspector",
1780
+ "importPath": "@/components/organisms/OrbInspector",
1781
+ "category": "debug"
1782
+ },
1778
1783
  "heading": {
1779
1784
  "component": "Typography",
1780
1785
  "importPath": "@/components/atoms/Typography",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-03-28T13:39:00.733Z",
3
+ "exportedAt": "2026-04-03T05:25:58.152Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1227,6 +1227,81 @@
1227
1227
  ],
1228
1228
  "requires": [],
1229
1229
  "entityAware": true
1230
+ },
1231
+ "flow-canvas": {
1232
+ "emits": [
1233
+ {
1234
+ "event": "WIRE_VALIDATION_WARNING",
1235
+ "trigger": "action",
1236
+ "payload": {
1237
+ "type": "object"
1238
+ }
1239
+ }
1240
+ ],
1241
+ "requires": [],
1242
+ "entityAware": false
1243
+ },
1244
+ "orb-inspector": {
1245
+ "emits": [
1246
+ {
1247
+ "event": "PROP_CHANGE",
1248
+ "trigger": "action",
1249
+ "payload": {
1250
+ "type": "object"
1251
+ }
1252
+ },
1253
+ {
1254
+ "event": "ADD_FIELD",
1255
+ "trigger": "action",
1256
+ "payload": {
1257
+ "type": "object"
1258
+ }
1259
+ },
1260
+ {
1261
+ "event": "UPDATE_FIELD",
1262
+ "trigger": "action",
1263
+ "payload": {
1264
+ "type": "object"
1265
+ }
1266
+ },
1267
+ {
1268
+ "event": "REMOVE_FIELD",
1269
+ "trigger": "action",
1270
+ "payload": {
1271
+ "type": "object"
1272
+ }
1273
+ },
1274
+ {
1275
+ "event": "GUARD_CHANGE",
1276
+ "trigger": "action",
1277
+ "payload": {
1278
+ "type": "object"
1279
+ }
1280
+ },
1281
+ {
1282
+ "event": "ADD_EFFECT",
1283
+ "trigger": "action",
1284
+ "payload": {
1285
+ "type": "object"
1286
+ }
1287
+ },
1288
+ {
1289
+ "event": "REMOVE_EFFECT",
1290
+ "trigger": "action",
1291
+ "payload": {
1292
+ "type": "object"
1293
+ }
1294
+ },
1295
+ {
1296
+ "event": "SERVICE_MODE_TOGGLE",
1297
+ "trigger": "action",
1298
+ "payload": {
1299
+ "type": "object"
1300
+ }
1301
+ }
1302
+ ],
1303
+ "requires": [],
1304
+ "entityAware": false
1230
1305
  }
1231
1306
  }
1232
1307
  }
package/dist/index.d.ts CHANGED
@@ -1869,6 +1869,14 @@ export declare const registry: {
1869
1869
  types: string[];
1870
1870
  description: string;
1871
1871
  };
1872
+ maxWidth: {
1873
+ types: string[];
1874
+ description: string;
1875
+ };
1876
+ children: {
1877
+ types: string[];
1878
+ description: string;
1879
+ };
1872
1880
  };
1873
1881
  };
1874
1882
  grid: {
@@ -7149,6 +7157,10 @@ export declare const registry: {
7149
7157
  types: string[];
7150
7158
  description: string;
7151
7159
  };
7160
+ foldable: {
7161
+ types: string[];
7162
+ description: string;
7163
+ };
7152
7164
  className: {
7153
7165
  types: string[];
7154
7166
  description: string;
@@ -8898,6 +8910,10 @@ export declare const registry: {
8898
8910
  types: string[];
8899
8911
  description: string;
8900
8912
  };
8913
+ renderItem: {
8914
+ types: string[];
8915
+ description: string;
8916
+ };
8901
8917
  pageSize: {
8902
8918
  types: string[];
8903
8919
  description: string;
@@ -9005,6 +9021,10 @@ export declare const registry: {
9005
9021
  types: string[];
9006
9022
  description: string;
9007
9023
  };
9024
+ renderItem: {
9025
+ types: string[];
9026
+ description: string;
9027
+ };
9008
9028
  pageSize: {
9009
9029
  types: string[];
9010
9030
  description: string;
@@ -13842,23 +13862,79 @@ export declare const registry: {
13842
13862
  description: string;
13843
13863
  required: boolean;
13844
13864
  };
13865
+ mockData: {
13866
+ types: string[];
13867
+ description: string;
13868
+ };
13845
13869
  className: {
13846
13870
  types: string[];
13847
13871
  description: string;
13848
13872
  };
13849
- color: {
13873
+ width: {
13850
13874
  types: string[];
13851
13875
  description: string;
13852
13876
  };
13853
- animated: {
13877
+ height: {
13854
13878
  types: string[];
13855
13879
  description: string;
13856
13880
  };
13857
- width: {
13881
+ onNodeClick: {
13858
13882
  types: string[];
13859
13883
  description: string;
13860
13884
  };
13861
- height: {
13885
+ onLevelChange: {
13886
+ types: string[];
13887
+ description: string;
13888
+ };
13889
+ initialOrbital: {
13890
+ types: string[];
13891
+ description: string;
13892
+ };
13893
+ initialLevel: {
13894
+ types: string[];
13895
+ description: string;
13896
+ };
13897
+ initialSelectedNode: {
13898
+ types: string[];
13899
+ description: string;
13900
+ };
13901
+ editable: {
13902
+ types: string[];
13903
+ description: string;
13904
+ };
13905
+ onSchemaChange: {
13906
+ types: string[];
13907
+ description: string;
13908
+ };
13909
+ onPatternDelete: {
13910
+ types: string[];
13911
+ description: string;
13912
+ };
13913
+ onEventWire: {
13914
+ types: string[];
13915
+ description: string;
13916
+ };
13917
+ behaviorMeta: {
13918
+ types: string[];
13919
+ description: string;
13920
+ };
13921
+ layoutHint: {
13922
+ types: string[];
13923
+ description: string;
13924
+ };
13925
+ onNodeSelect: {
13926
+ types: string[];
13927
+ description: string;
13928
+ };
13929
+ composeLevel: {
13930
+ types: string[];
13931
+ description: string;
13932
+ };
13933
+ behaviorEntries: {
13934
+ types: string[];
13935
+ description: string;
13936
+ };
13937
+ behaviorWires: {
13862
13938
  types: string[];
13863
13939
  description: string;
13864
13940
  };
@@ -13870,7 +13946,11 @@ export declare const registry: {
13870
13946
  types: string[];
13871
13947
  description: string;
13872
13948
  };
13873
- initialOrbital: {
13949
+ color: {
13950
+ types: string[];
13951
+ description: string;
13952
+ };
13953
+ animated: {
13874
13954
  types: string[];
13875
13955
  description: string;
13876
13956
  };
@@ -15264,6 +15344,38 @@ export declare const registry: {
15264
15344
  };
15265
15345
  };
15266
15346
  };
15347
+ "orb-inspector": {
15348
+ type: string;
15349
+ category: string;
15350
+ description: string;
15351
+ suggestedFor: string[];
15352
+ typicalSize: string;
15353
+ propsSchema: {
15354
+ node: {
15355
+ types: string[];
15356
+ description: string;
15357
+ required: boolean;
15358
+ };
15359
+ schema: {
15360
+ types: string[];
15361
+ description: string;
15362
+ required: boolean;
15363
+ };
15364
+ editable: {
15365
+ types: string[];
15366
+ description: string;
15367
+ };
15368
+ onSchemaChange: {
15369
+ types: string[];
15370
+ description: string;
15371
+ };
15372
+ onClose: {
15373
+ types: string[];
15374
+ description: string;
15375
+ required: boolean;
15376
+ };
15377
+ };
15378
+ };
15267
15379
  heading: {
15268
15380
  type: string;
15269
15381
  category: string;
@@ -17262,6 +17374,14 @@ export declare const PATTERN_REGISTRY: {
17262
17374
  types: string[];
17263
17375
  description: string;
17264
17376
  };
17377
+ maxWidth: {
17378
+ types: string[];
17379
+ description: string;
17380
+ };
17381
+ children: {
17382
+ types: string[];
17383
+ description: string;
17384
+ };
17265
17385
  };
17266
17386
  };
17267
17387
  grid: {
@@ -22542,6 +22662,10 @@ export declare const PATTERN_REGISTRY: {
22542
22662
  types: string[];
22543
22663
  description: string;
22544
22664
  };
22665
+ foldable: {
22666
+ types: string[];
22667
+ description: string;
22668
+ };
22545
22669
  className: {
22546
22670
  types: string[];
22547
22671
  description: string;
@@ -24291,6 +24415,10 @@ export declare const PATTERN_REGISTRY: {
24291
24415
  types: string[];
24292
24416
  description: string;
24293
24417
  };
24418
+ renderItem: {
24419
+ types: string[];
24420
+ description: string;
24421
+ };
24294
24422
  pageSize: {
24295
24423
  types: string[];
24296
24424
  description: string;
@@ -24398,6 +24526,10 @@ export declare const PATTERN_REGISTRY: {
24398
24526
  types: string[];
24399
24527
  description: string;
24400
24528
  };
24529
+ renderItem: {
24530
+ types: string[];
24531
+ description: string;
24532
+ };
24401
24533
  pageSize: {
24402
24534
  types: string[];
24403
24535
  description: string;
@@ -29235,23 +29367,79 @@ export declare const PATTERN_REGISTRY: {
29235
29367
  description: string;
29236
29368
  required: boolean;
29237
29369
  };
29370
+ mockData: {
29371
+ types: string[];
29372
+ description: string;
29373
+ };
29238
29374
  className: {
29239
29375
  types: string[];
29240
29376
  description: string;
29241
29377
  };
29242
- color: {
29378
+ width: {
29243
29379
  types: string[];
29244
29380
  description: string;
29245
29381
  };
29246
- animated: {
29382
+ height: {
29247
29383
  types: string[];
29248
29384
  description: string;
29249
29385
  };
29250
- width: {
29386
+ onNodeClick: {
29251
29387
  types: string[];
29252
29388
  description: string;
29253
29389
  };
29254
- height: {
29390
+ onLevelChange: {
29391
+ types: string[];
29392
+ description: string;
29393
+ };
29394
+ initialOrbital: {
29395
+ types: string[];
29396
+ description: string;
29397
+ };
29398
+ initialLevel: {
29399
+ types: string[];
29400
+ description: string;
29401
+ };
29402
+ initialSelectedNode: {
29403
+ types: string[];
29404
+ description: string;
29405
+ };
29406
+ editable: {
29407
+ types: string[];
29408
+ description: string;
29409
+ };
29410
+ onSchemaChange: {
29411
+ types: string[];
29412
+ description: string;
29413
+ };
29414
+ onPatternDelete: {
29415
+ types: string[];
29416
+ description: string;
29417
+ };
29418
+ onEventWire: {
29419
+ types: string[];
29420
+ description: string;
29421
+ };
29422
+ behaviorMeta: {
29423
+ types: string[];
29424
+ description: string;
29425
+ };
29426
+ layoutHint: {
29427
+ types: string[];
29428
+ description: string;
29429
+ };
29430
+ onNodeSelect: {
29431
+ types: string[];
29432
+ description: string;
29433
+ };
29434
+ composeLevel: {
29435
+ types: string[];
29436
+ description: string;
29437
+ };
29438
+ behaviorEntries: {
29439
+ types: string[];
29440
+ description: string;
29441
+ };
29442
+ behaviorWires: {
29255
29443
  types: string[];
29256
29444
  description: string;
29257
29445
  };
@@ -29263,7 +29451,11 @@ export declare const PATTERN_REGISTRY: {
29263
29451
  types: string[];
29264
29452
  description: string;
29265
29453
  };
29266
- initialOrbital: {
29454
+ color: {
29455
+ types: string[];
29456
+ description: string;
29457
+ };
29458
+ animated: {
29267
29459
  types: string[];
29268
29460
  description: string;
29269
29461
  };
@@ -30657,6 +30849,38 @@ export declare const PATTERN_REGISTRY: {
30657
30849
  };
30658
30850
  };
30659
30851
  };
30852
+ "orb-inspector": {
30853
+ type: string;
30854
+ category: string;
30855
+ description: string;
30856
+ suggestedFor: string[];
30857
+ typicalSize: string;
30858
+ propsSchema: {
30859
+ node: {
30860
+ types: string[];
30861
+ description: string;
30862
+ required: boolean;
30863
+ };
30864
+ schema: {
30865
+ types: string[];
30866
+ description: string;
30867
+ required: boolean;
30868
+ };
30869
+ editable: {
30870
+ types: string[];
30871
+ description: string;
30872
+ };
30873
+ onSchemaChange: {
30874
+ types: string[];
30875
+ description: string;
30876
+ };
30877
+ onClose: {
30878
+ types: string[];
30879
+ description: string;
30880
+ required: boolean;
30881
+ };
30882
+ };
30883
+ };
30660
30884
  heading: {
30661
30885
  type: string;
30662
30886
  category: string;
@@ -33135,6 +33359,11 @@ export declare const COMPONENT_MAPPING: {
33135
33359
  importPath: string;
33136
33360
  category: string;
33137
33361
  };
33362
+ "orb-inspector": {
33363
+ component: string;
33364
+ importPath: string;
33365
+ category: string;
33366
+ };
33138
33367
  heading: {
33139
33368
  component: string;
33140
33369
  importPath: string;
@@ -33855,6 +34084,28 @@ export declare const EVENT_CONTRACTS: {
33855
34084
  requires: never[];
33856
34085
  entityAware: boolean;
33857
34086
  };
34087
+ "flow-canvas": {
34088
+ emits: {
34089
+ event: string;
34090
+ trigger: string;
34091
+ payload: {
34092
+ type: string;
34093
+ };
34094
+ }[];
34095
+ requires: never[];
34096
+ entityAware: boolean;
34097
+ };
34098
+ "orb-inspector": {
34099
+ emits: {
34100
+ event: string;
34101
+ trigger: string;
34102
+ payload: {
34103
+ type: string;
34104
+ };
34105
+ }[];
34106
+ requires: never[];
34107
+ entityAware: boolean;
34108
+ };
33858
34109
  };
33859
34110
  };
33860
34111
  type PatternEntry = {