@almadar/patterns 2.32.0 → 2.33.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 +16 -0
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/pattern-types.d.ts +4 -0
- package/dist/patterns-registry.json +13 -1
- package/dist/registry.json +13 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14956,6 +14956,14 @@ export declare const registry: {
|
|
|
14956
14956
|
types: string[];
|
|
14957
14957
|
description: string;
|
|
14958
14958
|
};
|
|
14959
|
+
tickEvent: {
|
|
14960
|
+
types: string[];
|
|
14961
|
+
description: string;
|
|
14962
|
+
};
|
|
14963
|
+
drawEvent: {
|
|
14964
|
+
types: string[];
|
|
14965
|
+
description: string;
|
|
14966
|
+
};
|
|
14959
14967
|
};
|
|
14960
14968
|
};
|
|
14961
14969
|
"game-hud": {
|
|
@@ -35491,6 +35499,14 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35491
35499
|
types: string[];
|
|
35492
35500
|
description: string;
|
|
35493
35501
|
};
|
|
35502
|
+
tickEvent: {
|
|
35503
|
+
types: string[];
|
|
35504
|
+
description: string;
|
|
35505
|
+
};
|
|
35506
|
+
drawEvent: {
|
|
35507
|
+
types: string[];
|
|
35508
|
+
description: string;
|
|
35509
|
+
};
|
|
35494
35510
|
};
|
|
35495
35511
|
};
|
|
35496
35512
|
"game-hud": {
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/patterns-registry.json
|
|
2
2
|
var patterns_registry_default = {
|
|
3
3
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-05-
|
|
4
|
+
exportedAt: "2026-05-29T09:18:13.002Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -23790,6 +23790,18 @@ var patterns_registry_default = {
|
|
|
23790
23790
|
"string"
|
|
23791
23791
|
],
|
|
23792
23792
|
description: "Additional CSS classes"
|
|
23793
|
+
},
|
|
23794
|
+
tickEvent: {
|
|
23795
|
+
types: [
|
|
23796
|
+
"string"
|
|
23797
|
+
],
|
|
23798
|
+
description: "Event name emitted each tick with { dt, frame } \u2014 for closed-circuit .orb integration"
|
|
23799
|
+
},
|
|
23800
|
+
drawEvent: {
|
|
23801
|
+
types: [
|
|
23802
|
+
"string"
|
|
23803
|
+
],
|
|
23804
|
+
description: "Event name emitted each draw frame with { frame } \u2014 for closed-circuit .orb integration"
|
|
23793
23805
|
}
|
|
23794
23806
|
}
|
|
23795
23807
|
},
|
|
@@ -33565,7 +33577,7 @@ var integrators_registry_default = {
|
|
|
33565
33577
|
// src/component-mapping.json
|
|
33566
33578
|
var component_mapping_default = {
|
|
33567
33579
|
version: "1.0.0",
|
|
33568
|
-
exportedAt: "2026-05-
|
|
33580
|
+
exportedAt: "2026-05-29T09:18:13.002Z",
|
|
33569
33581
|
mappings: {
|
|
33570
33582
|
"page-header": {
|
|
33571
33583
|
component: "PageHeader",
|
|
@@ -35105,7 +35117,7 @@ var component_mapping_default = {
|
|
|
35105
35117
|
// src/event-contracts.json
|
|
35106
35118
|
var event_contracts_default = {
|
|
35107
35119
|
version: "1.0.0",
|
|
35108
|
-
exportedAt: "2026-05-
|
|
35120
|
+
exportedAt: "2026-05-29T09:18:13.002Z",
|
|
35109
35121
|
contracts: {
|
|
35110
35122
|
form: {
|
|
35111
35123
|
emits: [
|