@almadar/core 10.75.0 → 10.76.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,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-DlTrByoG.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessPoliciesByStoreKey, b as entityAccessTable } from '../entityAccess-B-de_0a8.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-CK1NMWES.js';
4
- import '../trait-Cm9H3lHN.js';
1
+ import { O as OrbitalSchema } from '../schema-ZPExOj0F.js';
2
+ export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessPoliciesByStoreKey, b as entityAccessTable } from '../entityAccess-DWkf9MFx.js';
3
+ import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-wTKhHDhB.js';
4
+ import '../trait-B9VCCiUM.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-29T18:15:51.642Z",
3
+ "exportedAt": "2026-08-31T05:08:35.268Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-29T18:15:51.642Z",
3
+ "exportedAt": "2026-08-31T05:08:35.268Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-CK1NMWES.js';
2
- export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-CK1NMWES.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-wTKhHDhB.js';
2
+ export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-wTKhHDhB.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-29T18:15:51.642Z";
7
+ var exportedAt$3 = "2026-08-31T05:08:35.268Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -1494,6 +1494,8 @@ var patterns = {
1494
1494
  "array"
1495
1495
  ],
1496
1496
  description: "Unified actions array - first action with variant='primary' is the main action",
1497
+ kind: "event-list",
1498
+ eventField: "event",
1497
1499
  items: {
1498
1500
  types: [
1499
1501
  "object"
@@ -51236,7 +51238,7 @@ var integratorsRegistry = {
51236
51238
  };
51237
51239
 
51238
51240
  var version$1 = "1.0.0";
51239
- var exportedAt$1 = "2026-08-29T18:15:51.642Z";
51241
+ var exportedAt$1 = "2026-08-31T05:08:35.268Z";
51240
51242
  var mappings = {
51241
51243
  "page-header": {
51242
51244
  component: "PageHeader",
@@ -52658,7 +52660,7 @@ var componentMapping = {
52658
52660
  };
52659
52661
 
52660
52662
  var version = "1.0.0";
52661
- var exportedAt = "2026-08-29T18:15:51.642Z";
52663
+ var exportedAt = "2026-08-31T05:08:35.268Z";
52662
52664
  var contracts = {
52663
52665
  form: {
52664
52666
  emits: [
@@ -55301,6 +55303,8 @@ declare const registry: {
55301
55303
  actions: {
55302
55304
  types: string[];
55303
55305
  description: string;
55306
+ kind: string;
55307
+ eventField: string;
55304
55308
  items: {
55305
55309
  types: string[];
55306
55310
  properties: {
@@ -84562,6 +84566,8 @@ declare const PATTERN_REGISTRY: {
84562
84566
  actions: {
84563
84567
  types: string[];
84564
84568
  description: string;
84569
+ kind: string;
84570
+ eventField: string;
84565
84571
  items: {
84566
84572
  types: string[];
84567
84573
  properties: {
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
3
  // src/patterns/patterns-registry.json
4
4
  var patterns_registry_default = {
5
5
  version: "1.0.0",
6
- exportedAt: "2026-08-29T18:15:51.642Z",
6
+ exportedAt: "2026-08-31T05:08:35.268Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -1491,6 +1491,8 @@ var patterns_registry_default = {
1491
1491
  "array"
1492
1492
  ],
1493
1493
  description: "Unified actions array - first action with variant='primary' is the main action",
1494
+ kind: "event-list",
1495
+ eventField: "event",
1494
1496
  items: {
1495
1497
  types: [
1496
1498
  "object"
@@ -51092,7 +51094,7 @@ var integrators_registry_default = {
51092
51094
  // src/patterns/component-mapping.json
51093
51095
  var component_mapping_default = {
51094
51096
  version: "1.0.0",
51095
- exportedAt: "2026-08-29T18:15:51.642Z",
51097
+ exportedAt: "2026-08-31T05:08:35.268Z",
51096
51098
  mappings: {
51097
51099
  "page-header": {
51098
51100
  component: "PageHeader",
@@ -52512,7 +52514,7 @@ var component_mapping_default = {
52512
52514
  // src/patterns/event-contracts.json
52513
52515
  var event_contracts_default = {
52514
52516
  version: "1.0.0",
52515
- exportedAt: "2026-08-29T18:15:51.642Z",
52517
+ exportedAt: "2026-08-31T05:08:35.268Z",
52516
52518
  contracts: {
52517
52519
  form: {
52518
52520
  emits: [