@almadar/patterns 2.49.0 → 2.50.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-06-18T09:49:37.603Z",
3
+ "exportedAt": "2026-06-18T10:28:38.516Z",
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-06-18T09:49:37.603Z",
3
+ "exportedAt": "2026-06-18T10:28:38.516Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -4620,11 +4620,6 @@ export declare const registry: {
4620
4620
  onValueChange: {
4621
4621
  types: string[];
4622
4622
  description: string;
4623
- kind: string;
4624
- callbackArgs: {
4625
- name: string;
4626
- type: string;
4627
- }[];
4628
4623
  };
4629
4624
  };
4630
4625
  };
@@ -32634,11 +32629,6 @@ export declare const PATTERN_REGISTRY: {
32634
32629
  onValueChange: {
32635
32630
  types: string[];
32636
32631
  description: string;
32637
- kind: string;
32638
- callbackArgs: {
32639
- name: string;
32640
- type: string;
32641
- }[];
32642
32632
  };
32643
32633
  };
32644
32634
  };
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-06-18T09:49:37.603Z",
4
+ exportedAt: "2026-06-18T10:28:38.516Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -7597,16 +7597,10 @@ var patterns_registry_default = {
7597
7597
  },
7598
7598
  onValueChange: {
7599
7599
  types: [
7600
- "function"
7600
+ "function",
7601
+ "string"
7601
7602
  ],
7602
- description: "Value-based callback \u2014 receives the selected string (or string[] for multiple).",
7603
- kind: "callback",
7604
- callbackArgs: [
7605
- {
7606
- name: "value",
7607
- type: "string"
7608
- }
7609
- ]
7603
+ description: "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback."
7610
7604
  }
7611
7605
  }
7612
7606
  },
@@ -46257,7 +46251,7 @@ var integrators_registry_default = {
46257
46251
  // src/component-mapping.json
46258
46252
  var component_mapping_default = {
46259
46253
  version: "1.0.0",
46260
- exportedAt: "2026-06-18T09:49:37.603Z",
46254
+ exportedAt: "2026-06-18T10:28:38.516Z",
46261
46255
  mappings: {
46262
46256
  "page-header": {
46263
46257
  component: "PageHeader",
@@ -47782,7 +47776,7 @@ var component_mapping_default = {
47782
47776
  // src/event-contracts.json
47783
47777
  var event_contracts_default = {
47784
47778
  version: "1.0.0",
47785
- exportedAt: "2026-06-18T09:49:37.603Z",
47779
+ exportedAt: "2026-06-18T10:28:38.516Z",
47786
47780
  contracts: {
47787
47781
  form: {
47788
47782
  emits: [